@charset "utf-8";

.feature:after {
    background-color: #f8dac3;
    opacity: .3;
    background-size: 10%
}

.nav-flex {
    display: flex;
    gap: 2px;
}

.nav-flex-item {
    width: 50%;
}

.nav-link {
    background: #5d3308
}

.nav-txt {
    margin-top: 0;
    font-size: 120%;
    letter-spacing: 1px;
    font-weight: 400;
}

.obi {
    background: #5d3308
}

.obi-section {
    padding: 20px 0 0;
}

.obi-section.obi-section--heigh {
    padding: 50px 0 10px;
}

.lead {
    color: #020d2a;
}

.shop-img-wrapper.sample,
.shop-img-wrapper.gen {
    height: 0;
    padding-top: 30.61%;
    background-repeat: no-repeat
}

.shop-img-wrapper.sample {
    background-image: url(https://dshopping-3ple.docomo.ne.jp/image/head/logo.svg);
    background-position: center;
    background-size: contain
}

.feat-box.pickup-cat.feat-box-cost {
    margin: 30px 0 0;
}

@media screen and (max-width: 767px) {
    .feature:after {
        background-size: 100%
    }

    .review-box dt.smile:before {
        background-position: -50px 0;
    }

    .review-box dt.very-smile:before {
        background-position: -146px 48px;
    }

    /* 見た目調整のためマイナスマージン使用 */
    .obi-section {
        padding: 50px 0 0;
        margin-top: -35px;
    }

    .obi-section.obi-section--heigh {
        padding: 80px 0 20px;
    }

    .nav-flex {
        flex-wrap: wrap;
    }

    .nav-list-item:nth-child(n+2) {
        border-left: 0;
        border-left-width: 0;
    }

    .nav-flex-item {
        width: calc(50% - 1px);
    }

    .nav-link {
        padding: 10px 0;
    }

    .nav-txt {
        margin-top: 0;
        font-size: 100%;
    }

}

@media screen and (min-width: 768px) {
    .review-box dt.smile:before {
        background-position: -75px 0;
    }

    .review-box dt.very-smile:before {
        background-position: -230px 75px;
    }
}

.nav_people {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.nav_people.nav_people--center {
    justify-content: center;
}

.nav_people-item {
    width: calc(32.97% - 10px);
}

.nav_cost {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.nav_cost-item {
    width: calc(50% - 5px);
}

.nav_people-img,
.nav_cost-img {
    display: block;
    max-width: 100%;
}

/* banner_area */
.banner_area {
    display: flex;
    justify-content: center;
}

.banner_area-img {
    max-width: 100%;
}

.banner_area-item {
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.banner-name {
    text-align: center;
    font-weight: bold;
    padding: 0.25em 1.3em 0.25em 0.3em;
    background-image: url(/feature/img/icon_arrow_r.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 14px;
}

.banner_area-item img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .obi_ttl {
        margin: 0 3% 20px;
    }

    .obi_ttl::before {
        border-width: 20px;
    }

    .obi_ttl::after {
        border-width: 20px;
    }

    .obi_ttl-txt {
        font-size: 95%;
        font-weight: 400;
    }

    .nav_people {
        margin: 0 3%;
        gap: 10px;
    }

    .nav_people.nav_people--center {
        justify-content: flex-start;
    }

    .nav_people-item {
        width: calc(50% - 5px);
    }

    .nav_cost {
        margin: 0 3%;
    }

    .nav_cost-item {
        width: 100%;
    }

    .feat-ttl {
        text-align: center;
    }

    .banner_area {
        margin: 0 3% 0;
    }

}

.pickup-item-coupon {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

a:link.pickup-item-link,
a:visited.pickup-item-link {
    display: inline-block;
    padding: 8px 0;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    width: 80%;
    background-color: #c03;
    border-radius: 30px;
    color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

a:link.pickup-item-link.soldout,
a:visited.pickup-item-link.soldout {
    background-color: #666;
    pointer-events: none;
}

.col-pc2_sp1 {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
    margin-top: -30px;
}

.pc-mgnr2p {
    width: 49%;
    margin: 30px 0 0;
}

.col2 .pickup-item {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .feature:after {
        background-size: 100%
    }

    .review-box dt.smile:before {
        background-position: -50px 0;
    }

    .review-box dt.very-smile:before {
        background-position: -146px 48px;
    }

    .pc-mgnr2p {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .review-box dt.smile:before {
        background-position: -75px 0;
    }

    .review-box dt.very-smile:before {
        background-position: -230px 75px;
    }
}