@charset "UTF-8";

span.indent{
    text-indent: -2.8em;
    padding-left: 2.8em;
    display: block;
}
.main .product {
    overflow: hidden;
}
.main .product__container__right h2 {
    line-height: 1.5;
}
.main .link__container{
    max-width: 930px;
    width: 100%;
    justify-content: center;    
}
.main .link__item {
    margin-right: 35px;
}
.main .link__item:nth-of-type(3),.main .link__item:last-of-type {
    margin-right: 0;
}
.main .product-emerald:before {
    background-image: url(../img/index/thumb_emerald.jpg);
    content: "";
    width: 530px;
    height: 530px;
    background-size: contain;
    position: absolute;
    left: calc(50% + 80px);
    bottom: 0;
    opacity: .45;
}
.main .fact-emerald{
    background-color: #9ee4b0;
}

.pre .btn__cart {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    pointer-events: none;
    cursor: auto;
    width: 240px;
}
.pre .btn__cart .icon:before{
    display: none;
}
.main .product__cart .pre .stock{
    display: none;
}
.resale{
    font-size: 1.3rem;
    line-height: 1.66;
    padding-top: 1em;
    color: #ff1200;
}
.pre_note{
    font-size: 1.3rem;
    line-height: 1.66;
    padding-top: 1em;
}
.pre_note a{
    font-size: 1.3rem;
}
.footer .staff__list dd {
    white-space: nowrap;
}
.sample__container{
    font-size: 1.4rem;
    text-align: center;
    border-bottom: 1px solid;
    max-width: 840px;
    width: 95%;
    margin: 0 auto 35px;
    padding-bottom: 50px;
}
.sample__container h2{
    margin-left: 50px;
}
.sample__container p,
.sample__container div{
    font-size: 1.4rem;
    line-height: 1.428;
    letter-spacing: .1em;
} 
.sample__container p{
    margin-top: -10px;
    margin-bottom: 20px;
}
.sample__container div{
    margin-top: 10px;
}
.sample__container div span:first-of-type{
    font-size: 1.4rem;
    line-height: 2;
    display: block;
    padding-bottom: 20px;
}
.sample__container div span:nth-of-type(n+2){
    font-size: .8rem;
    letter-spacing: .14em;
    line-height: 1.375;
    display: block;
}
.main .product-bo_cocorose:before {
    content: "";
    width: 530px;
    height: 530px;
    background-size: contain;
    position: absolute;
    left: calc(50% + 80px);
    bottom: 0;
    opacity: .45;
}
.main .product-bo_cocorose:before {
    background-image: url(../img/2021aw/thumb_bo_cocorose.png);
    width: 486px;
    height: 486px;
}
.main .fact-bo_cocorose {
    background-color: #fba891;
}
.banner {
    background-color: #fff;
    padding: 80px 0;
}
.banner img{
    width: 100%;
}
.main .banner__item__list {
    text-align: center;
    margin: 0;
}
.banner .swiper-pagination {
    padding: 50px 0 0;
    line-height: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: #f0f0f0;
    opacity: 1;
    margin: 0 10px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffdbdb;
}
.footer .share__list {
    padding: 45px 0 0;
}
.footer .help {
    padding: 10px 0 40px;
    text-align: center;
}
.footer .help a{
    color: #000;
    font-size: 1.4rem;
}

@media (max-width: 768px){
    .main .link__container{
        max-width: 90%;
        width: 90%;
        justify-content: center;    
    }
    .main .link__item{
        margin-bottom: 0 !important;
        margin-right: 0;
    }
    .main .product-emerald:before{
        content: "";
        width: 100vw;
        height: 100vw;
        background-size: contain;
        position: absolute;
        left: 0;
        bottom: 0;
        opacity: .45;
    }
    .main .product__cart__item.pre {
        width: 100%;
    }
    .main .product-bo_cocorose:before {
        content: "";
        width: 100vw;
        height: 100vw;
        background-size: contain;
        position: absolute;
        left: 0;
        bottom: 0;
        opacity: .45;
    }
    .pre .btn__cart{
        max-width: 218px;
    }
    .footer .staff__list dd {
        white-space: normal;
    }
    .sample__container{
        width: 90%;
        text-align: left;
        margin: 0 auto 30px;
        padding-bottom: 30px;
    }
    .sample__container h2{
        margin-left: 0;
    }
    .sample__container p, .sample__container div{
        font-size: 1.5rem;
        letter-spacing: .03em;
    }
    .sample__container p {
        margin-bottom: 10px;
    }
    .sample__container div span:first-of-type{
        font-size: 1.5rem;
        line-height: 1.428;
    }
    .sample__container div span:nth-of-type(n+2){
        font-size: 1.2rem;
        line-height: 1.416;
        text-indent: -1em;
        padding-left: 1em;
    }
    .sample__container > img{
        width: 75%;
        margin: 0 auto;
        display: block;
    }
    .banner {
        padding: 20px 0;
    }
    .banner .swiper-pagination {
        padding: 20px 0 0;
    }
    .banner .swiper-pagination .swiper-pagination-bullet{
        width: 12px;
        height: 12px;
        margin:  0 5px;
    }
}
@media (max-width: 320px){
    .resale{
        font-size: 1.2rem;
        letter-spacing: 0;
    }
}
