@charset "UTF-8";

@font-face {
    font-family: "hkbr";
    src: url("../f/HakoberaMaruGothicA-Medium.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "hkbr";
    src: url("../f/HakoberaMaruGothicA-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

body {
    width: 100vw;
    color: #6e5a4d;
    font-size: clamp(14px, 1.8vw, 16px);
    overflow-x: hidden;
}

section {
    h2 {
        font-size: clamp(22px, 3.6vw, 44px);
        margin-bottom: 1em;
        text-align: center;
    }

    h3 {
        font-size: clamp(18px, 3vw, 36px);
    }
}

a {
    color: #6e5a4d;
}

img {
    max-width: 100%;
}

.sp {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

.fv {
    /* height: calc(1198 / 1920 * 100vw);
    background: center center / cover no-repeat url(../img/fv.jpg);
    margin-bottom: 2vw; */
}

.hkbr {
    font-family: "hkbr", sans-serif;
}

.flex {
    display: flex;
}

.wrap {
    max-width: 1160px;
    padding: 0 1em;
    margin: 0 auto;
}

.wrap2 {
    max-width: 830px;
    margin: 0 auto;
}

.betw {
    width: 100%;
    max-width: 1920px;
    height: 13.125vw;
    margin: 100px auto;
    background: center center / contain no-repeat url(../img/betw_bg.jpg);
}

.bg-ylw {
    background: #fffae6;
}

#intro .wrap {
    >p {
        line-height: 2.5em;
    }

    ul {
        margin-top: 3em;

        li {
            a {
                display: flex;
                padding: 0.75em 2.5em;
                border-bottom: 1px solid #c0b072;
                position: relative;

                &:after {
                    content: "▼";
                    position: absolute;
                    top: 50%;
                    right: 2.5em;
                    transform: translateY(-50%);
                    color: #c0b072;
                }

                span {
                    color: #c0b072;
                    padding-right: 1em;
                }
            }

            +li {
                margin-top: 0.75em;
            }
        }
    }
}

#manner {
    .manner__in {
        margin-top: 4em;
        text-align: center;

        h3 {
            display: inline-block;
            line-height: 2.25em;
            padding: 0 1.5em;
            border-radius: 1.125em;
            margin-bottom: 1.5em;
            color: #fff;
            background: #6e5a4d;
        }

        .flex {
            text-align: left;

            &.sub1 {
                .pic {
                    width: 52.5%;
                    margin-left: 5%;
                }

                .txt {
                    flex: 1;
                }
            }

            &.sub2 {
                margin-top: 2em;

                .pic {
                    width: 40%;
                    margin-right: 5%;
                }

                .txt {
                    flex: 1;
                }
            }
        }
    }

    .egift {
        border: solid 4px #6e5a4d;
        border-radius: 2em;
        text-align: center;
        padding: 2.5em 2em;
        margin-top: 6em;
        position: relative;

        h3 {
            position: absolute;
            display: inline-block;
            padding: 0 1.5em;
            background: #fff;
            top: 0%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        p {
            text-align: left;
            margin-bottom: 2em;
        }
    }
}

#present p {
    margin-bottom: 4em;
}

#gift .flex {
    gap: 4%;
    margin-top: 3em;

    >div {
        width: 48%;

        .thumb {
            margin: 1em 0;
        }
    }
}

.prod {
    text-align: center;

    h3 {
        font-size: clamp(14px, 2.4vw, 28px);
        font-weight: bold;
        margin-bottom: 2rem;
    }

    .wrap {
        text-align: left;
    }

    p+.wrap2 {
        margin-top: 60px;
    }

    .wrap2+.wrap2 {
        margin-top: 80px;
    }

    .bpic {
        border: 3px solid #6e5a4d;
        border-radius: 12px;
        position: relative;

        img {
            border-radius: 10px;
        }
    }

    &.ranking .bpic {

        &.r1:after,
        &.r2:after,
        &.r3:after {
            content: "";
            display: block;
            position: absolute;
            width: 160px;
            height: 180px;
            left: 20px;
            top: -40px;
        }

        &.r1:after {
            background: center center / contain no-repeat url(../img/r1.png);
        }

        &.r2:after {
            background: center center / contain no-repeat url(../img/r2.png);
        }

        &.r3:after {
            background: center center / contain no-repeat url(../img/r3.png);
        }
    }

    .sld-b,
    .sld-s {
        font-size: 0;
    }

    .bpic+.flex {
        margin: 30px 0;
        justify-content: center;
        align-items: center;
    }

    .ppic {
        width: 400px;
    }

    .txt {
        text-align: left;
    }

    .ppic+.txt {
        flex: 1;
    }

    .txt {
        .cc.hkbr {
            display: block;
            font-size: 24px;
            padding: 0 0.25em;
            margin-bottom: -0.5em;
        }

        p.detail {
            background: #fffae6;
            padding: 1em;
            border-radius: 1em;
            margin-bottom: 1em;
        }

        .prodname {
            padding-left: 1em;
        }

        .prd-f {
            span {
                display: inline-block;
                padding: 0 0.5em;
                border-radius: 0.25em;
            }

            .pnk {
                background: #f7d9d8;
            }

            .grn {
                background: #e9f1d7;
            }
        }

        .price {
            display: block;
            text-align: right;
            font-size: 18px;
            margin-bottom: 2rem;

            b {
                font-size: 30px;
                font-weight: bold;
            }
        }
    }

    a.prodlink {
        background: #e3a08b;
        color: #fff;
        font-size: 30px;
        letter-spacing: 0.1em;
        display: block;
        text-align: center;
        padding: 0.25em;
        border-radius: 12px;
        filter: brightness(1) drop-shadow(0px 8px 0 #f8d8c6);
        margin-bottom: 8px;
        transition: all ease-out 0.3s;

        &:hover {
            transform: translate(0px, 8px);
            filter: brightness(0.9) drop-shadow(0 0 0 #f8d8c6);
        }

        &:after {
            content: "▶";
            font-size: 0.75em;
        }

        &.fav {
            margin-top: 1em;
            background: #aeca9a;
            filter: brightness(1) drop-shadow(0px 8px 0 #e9f1d7);

            &:hover {
                filter: brightness(0.9) drop-shadow(0 0 0 #e9f1d7);
            }

            &:after {
                content: "★";
            }
        }

        +.comm {
            margin-top: 20px;
        }
    }

    .half {
        margin-top: 80px;
        justify-content: space-between;

        >div {
            width: 48%;
        }
    }

    .half {
        .spic {
            border: 3px solid #6e5a4d;
            border-radius: 12px;
            position: relative;

            img {
                border-radius: 9px;
                vertical-align: bottom;
            }

            +.txt p {
                padding: 1em;
            }
        }

        .txt>p {
            line-height: 1.5em;
            min-height: 3em;
        }
    }

    .review {
        background: center center repeat url(../img/review-bg.jpg);
        font-family: "hkbr";
        padding: 5% 0 12.5%;
        margin-top: 7.5%;

        .box {
            width: 72%;
            position: relative;
            padding: 1em 1.25em;
            background: #fff;
            border-radius: 1em;

            p {
                text-align: left;
            }

            &.rev1 {
                margin-left: 8.4%;
                padding-right: 2.5em;

                :after {
                    content: "";
                    position: absolute;
                    display: block;
                    width: 22%;
                    padding-top: 22%;
                    background: center center / contain no-repeat url(../img/review-ico-m.png);
                    top: 33%;
                    right: -14.5%;
                }
            }

            &.rev2 {
                margin-top: 10%;
                margin-left: auto;
                margin-right: 8.4%;
                padding-left: 2.5em;

                :before {
                    content: "";
                    position: absolute;
                    display: block;
                    width: 22%;
                    padding-top: 22%;
                    background: center center / contain no-repeat url(../img/review-ico-f.png);
                    top: 33%;
                    left: -14.5%;
                }
            }
        }
    }
}

#ranking h2 {
    display: inline-block;
    line-height: 1em;
    padding: 0.5em 1.25em 0;
    background: bottom left / contain no-repeat url(../images/rank-d1.jpg), bottom right / contain no-repeat url(../images/rank-d1.jpg);
}

#budget,
#genre {
    >h3 {
        text-align: center;
        /* margin-bottom: 4em; */
        margin: 0 auto 4rem;

        img {
            margin: 0 auto;
        }

        @media screen and (max-width: 767px) {
            width: 80vw;
            margin-left: auto;
            margin-right: auto;
        }
    }

    .wrap2:not(.anchor-b)+h3 {
        margin-top: 6em;
    }
}

.anchor-b .flex {
    justify-content: space-between;
    margin: 100px 0;

    @media screen and (max-width: 767px) {
        margin: 10vw 0 15vw;
    }
}

#budget .anchor-b .flex {
    a {
        width: 32%;
    }
}

#genre .anchor-b .flex {
    flex-wrap: wrap;
    padding: 0 5vw;
    gap: 10px 2%;

    @media screen and (max-width: 767px) {
        gap: 2.5vw 2%;
    }

    a {
        width: 49%;
    }
}

#point {
    >.wrap2 .flex {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        padding: 3em 0 6em;
    }

    .bg-ylw {
        padding: 100px 0 6em;

        .box {
            background: #fff;
            border-radius: 12px;
            padding: 30px 0;

            +.box {
                margin-top: 2em;
            }

            &#p-eg {
                border: 3px solid #fffae6;
                padding: 40px;

                .eg-flex {
                    display: flex;
                    align-items: center;
                    margin-bottom: 1em;

                    h3 {
                        width: 10em;
                        padding-left: 1.5em;
                    }

                    p {
                        flex: 1;
                        padding-right: 0.5em;
                    }
                }
            }

            &#p1 {
                border: 3px solid #f6d6d6;
            }

            &#p2 {
                border: 3px solid #f8d8c6;
            }

            &#p3 {
                border: 3px solid #e9f1d7;
            }

            &#p4 {
                border: 3px solid #d0e9f6;
            }

            &#p5 {
                border: 3px solid #e4d3e5;
            }

            &#p1 .ttl {
                border-right: 5px solid #f6d6d6;
            }

            &#p2 .ttl {
                border-right: 5px solid #f8d8c6;
            }

            &#p3 .ttl {
                border-right: 5px solid #e9f1d7;
            }

            &#p4 .ttl {
                border-right: 5px solid #d0e9f6;
            }

            &#p5 .ttl {
                border-right: 5px solid #e4d3e5;
            }

            &#p2 a:not(.linkbtn) {
                display: block;
                padding: 0 30px;
                margin: 30px 0;

                img {
                    display: block;
                    border-top: 4px solid #f8d8c6;
                }
            }

            a.linkbtn {
                font-weight: bold;
                font-size: 24px;
                text-align: center;
                display: block;
                color: #fff;
                margin-top: 0.5em;
                padding: 0.25em;
                border-radius: 0.25em;
            }

            &#p2 a.linkbtn {
                background: #f8d8c6;
            }

            &#p3 a.linkbtn {
                background: #e9f1d7;
            }

            &#p4 a.linkbtn {
                background: #d0e9f6;
            }
        }
    }

    .box {
        .flex {
            align-items: center;
        }

        .ttl {
            text-align: center;
            width: 220px;
            padding: 20px 0;
        }

        h3 {
            font-size: clamp(14px, 1.8vw, 20px);
        }

        .txt {
            flex: 1;
            padding-left: 1em;
            padding-right: 2em;
            text-align: left;
            line-height: 1.25em;
        }
    }
}

#summary {
    padding-top: 3em;
    text-align: center;

    h2+p {
        text-align: left;
        padding-bottom: 3em;
    }

    .bg-ylw {
        padding: 4em 0 50px;

        .wrap {
            position: relative;
        }

        h3 {
            font-size: clamp(20px, 3.3vw, 36px);
        }

        .box {
            background: #fff;
            width: 720px;
            padding: 20px 0;
            font-weight: bold;
            margin: 2em auto 20px;
        }

        .d1 {
            position: absolute;
            left: 0;
            top: clamp(25px, 3.3vw, 50px);
            width: clamp(150px, 25vw, 300px);
        }

        .d2 {
            position: absolute;
            right: 0;
            top: clamp(25px, 3.3vw, 50px);
            width: clamp(150px, 25vw, 300px);
        }

        a.contact {
            display: block;
            font-size: clamp(16px, 3vw, 30px);
            width: 20em;
            margin: 2em auto 0;
            font-weight: bold;
            background: #fff;
            border: 4px solid #f8d8c6;
            border-radius: 12px;
            padding: 0.5em;
        }
    }

    .pagebtm {
        padding: 4em 0;

        p {
            font-weight: bold;
            margin-bottom: 1em;
        }

        .sns {
            margin-top: 3em;

            .flex {
                justify-content: center;
                column-gap: 3em;
            }
        }

        a.gototop {
            display: inline-block;
            margin-top: 60px;
        }
    }
}

.age_slider {
    text-align: left;
    margin-bottom: 10% !important;

    .slick-track {
        display: flex;
    }

    .slick-slide {
        height: auto !important;
        padding: 0 20px;
    }

    h3 {
        font-size: 26px;
        font-weight: 700;
        margin: 10px 0;
    }

    .product_box {
        margin: 0 0 0 auto;
        max-width: 358px;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .product_info {
        height: 100%;
        display: flex;
        flex-direction: column;

        h3 {
            min-height: 3.5em;
        }
    }

    .link-wrap {
        margin-top: auto;
        margin-bottom: 0;

        p {
            width: 100%;
        }
    }

    .slick-arrow {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        cursor: pointer;
        border: none;
        outline: none;
        font-size: 0;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        z-index: 1;
        background-color: transparent;
    }

    .slick-arrow::before {
        content: '';
        display: block;
        width: 24px;
        height: 24px;
        border: 1px solid #09000d;
        border-width: 2px 2px 0 0;
        position: absolute;
        top: 18px;
        transform: rotate(45deg);
    }

    .slick-next {
        right: -8%;
    }

    .slick-prev {
        left: -8%;
    }

    .slick-next::before {
        left: 16px;
    }

    .slick-prev::before {
        border-width: 0 0 2px 2px;
        right: 16px;
    }

    .slick-dots {
        width: 100%;
        left: 0;
        margin-top: 48px;
        display: flex;
        justify-content: center;
        gap: 0 18px;

        button {
            font-size: 40px;
            background-color: transparent;
            color: #b4a084;
        }

        .slick-active {
            button {
                color: #b54746;
            }
        }
    }

    .slick-dots li button:before {
        content: none;
    }

    a.prodlink {
        font-size: 24px;
    }


}

@media screen and (max-width: 1240px) {
    .age_slider {
        .slick-next {
            right: 0%;
        }

        .slick-prev {
            left: 0%;
        }
    }
}

@media screen and (max-width: 767px) {
    .fv {
        /* height: calc(923 / 750 * 100vw);
        background-image: url(../img/fv-sp.jpg);
        margin-bottom: 10vw; */
    }

    body {
        font-size: 4vw;
    }

    section h2 {
        font-size: 5vw;
    }

    h2+p {
        padding-left: 1em;
        padding-right: 1em;
    }

    .betw {
        height: calc(252 / 750 * 100vw);
        background-image: url(../img/betw_bg_sp.jpg);
        margin: 10vw auto;
    }

    #intro .wrap {
        >p {
            line-height: 1.75em;
        }

        ul {
            width: 80vw;
            margin-left: auto;
            margin-right: auto;

            li {
                a {
                    padding: 0.75em 1em;
                    flex-direction: column;

                    &:after {
                        top: auto;
                        bottom: 0.75em;
                        right: 1em;
                        transform: none;
                    }
                }
            }
        }
    }

    #manner {
        .flex {
            &.sub1 {
                flex-direction: column !important;
                align-items: center;

                >div {
                    width: 100% !important;
                }

                .txt {
                    margin: 0;
                }

                .pic {
                    margin: 5vw 0 0 !important;
                }
            }

            &.sub2 {
                flex-direction: column !important;
                align-items: center;


                >div {
                    width: 100% !important;
                }

                .pic {
                    width: 80% !important;
                }

                .txt {
                    margin: 0;
                    margin: 5vw 0 0 !important;
                }
            }
        }
    }

    #present p {
        margin-bottom: 2em;
    }

    #gift {
        .flex {
            flex-direction: column;
            align-items: center;
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;

            >div {
                width: 100%;

                &.p2 {
                    margin-top: 10vw;

                    .thumb {
                        margin-top: -2vw;
                    }
                }
            }
        }
    }

    .prod {
        &.ranking .bpic {

            &.r1:after,
            &.r2:after,
            &.r3:after {
                width: 21vw;
                height: 24vw;
                left: 2vw;
                top: -5vw;
            }
        }

        .bpic {
            width: 90vw;
            margin: 0 auto;
            border-radius: 2vw;
        }

        .wrap2+.wrap2 {
            margin-top: 10vw;
        }

        .bpic {
            img {
                border-radius: 1.5vw;
            }

            +.flex {
                flex-direction: column;
                margin: 5vw 0;
            }
        }

        .ppic {
            width: 50vw;
            margin-bottom: 5vw;
        }

        .txt {
            width: 80vw;
            margin: 0 auto;

            .cc.hkbr {
                font-size: 5vw;
            }
        }

        .prodlink,
        .comm {
            width: 80vw;
            margin: 0 auto;
        }

        .ppic+.txt .cc.bnns {
            display: block;
            text-align: center;
            font-size: 5vw;
            padding-left: 0;
        }

        .txt {
            p.detail {
                padding: 0.75em 1em;
            }

            .prodname {
                padding-left: 0;

                h3 {
                    font-size: 4.6vw;
                    margin-bottom: 0.5em;
                }
            }

            .price {
                margin: 1em 0 0.5em;
                font-size: 3.6vw;

                b {
                    font-size: 4.6vw;
                }
            }
        }

        a.prodlink {
            font-size: 4vw;
            border-radius: 2vw;
            filter: brightness(1) drop-shadow(0px 4px 0 #f8d8c6);
        }

        .review {
            padding: 7.5vw 0 15vw;
            margin: 10vw auto 0;

            .box {
                width: 80%;

                &.rev1 {
                    margin: 0 auto;

                    :after {
                        right: -5vw;
                        top: calc(100% - 7vw);
                    }
                }

                &.rev2 {
                    margin: 12vw auto 0;

                    :before {
                        left: -5vw;
                        top: calc(100% - 7vw);
                    }
                }
            }
        }

        .half {
            width: 90vw;
            margin: 0 auto;

            .txt {
                width: 100%;
            }

            .spic+.txt p {
                padding: 0.5em 0;
            }

            .txt .prodname h3 {
                font-size: 3.8vw;
            }

            a.prodlink {
                width: 100%;
            }
        }

        a.prodlink:hover {
            transform: translate(0px, 4px);
        }

        .age_slider {
            margin: 7rem auto 10%;
            width: 100vw;
            padding-left: 5vw;
            padding-right: 5vw;

            .slick-slide {
                padding: 0 2.5vw;
            }

            h3 {
                font-size: 3vw !important;
                margin-top: 1rem;
                line-height: 1.3;
            }

            .product_box {
                margin: 0 auto;
            }

            h3 {
                font-size: 4vw;
            }

            .link-wrap {
                p {
                    width: 100%;
                }
            }

            .slick-arrow {
                width: 2.8rem;
                height: 2.8rem;
            }

            .slick-arrow::before {
                width: 1rem;
                height: 1rem;
            }

            .slick-next {
                right: 1vw;
            }

            .slick-prev {
                left: 1vw;
            }

            .slick-next::before {
                left: 1.2rem;
            }

            .slick-prev::before {
                border-width: 0 0 2px 2px;
                right: 1.2rem;
            }

            .slick-dots {
                margin-top: 3rem;
                gap: 0 1rem;

                button {
                    font-size: 3vw;
                }
            }

            a.prodlink {
                width: 100%;
                font-size: 2vw;
                letter-spacing: 0;
            }
        }
    }


    #point {
        >.wrap2 .flex div {
            width: 33%;
        }

        .bg-ylw {
            .box {
                width: 90vw;
                margin: 0 auto;
            }

            .flex {
                flex-direction: column;
            }
        }

        .box h3 {
            font-size: 4vw;
        }

        .bg-ylw .box {
            padding: 0 5vw;

            .ttl {
                width: 30vw;
                padding: 3vw 0;
                border-right: 0 !important;
            }
        }

        .box .txt {
            padding: 5vw 0;
        }

        .bg-ylw .box {
            &#p2 {
                padding-bottom: 5vw;

                a:not(.linkbtn) {
                    padding: 0;
                }
            }

            &#p-eg {
                padding: 10vw 5vw;

                .eg-flex {
                    flex-direction: column;

                    h3 {
                        padding-left: 0;
                        text-align: center;
                    }

                    p {
                        padding-right: 0;
                    }
                }
            }

            &#p1 .ttl {
                border-bottom: 3px solid #f6d6d6;
            }

            &#p2 .ttl {
                border-bottom: 3px solid #f8d8c6;
            }

            &#p3 .ttl {
                border-bottom: 3px solid #e9f1d7;
            }

            &#p4 .ttl {
                border-bottom: 3px solid #d0e9f6;
            }

            &#p5 .ttl {
                border-bottom: 3px solid #e4d3e5;
            }

            a.linkbtn {
                font-size: 4vw;
                width: 55vw;
                margin: 1.5em auto 0;
                padding: 0.5em 0.25em;
            }
        }
    }

    #summary {
        .bg-ylw {
            .box {
                width: 80vw;
            }

            .d1 {
                width: 30vw;
                bottom: 0;
                top: 35vw;
                left: -10vw;
            }

            .d2 {
                width: 25vw;
                bottom: 0;
                top: 40vw;
            }

            p,
            a.contact {
                width: 80vw;
                margin-left: auto;
                margin-right: auto;
            }
        }

        .pagebtm {
            width: 90vw;
            margin: 0 auto;

            .sns .flex {
                width: 80vw;
                column-gap: 10vw;
                margin: 0 auto;
            }

            a.gototop {
                margin-top: 10vw;
            }

            a.gototop img {
                width: 40vw;
            }
        }
    }
}