@charset "utf-8";

/* =====================
main
===================== */
.mainvisual video {
    display: block;
    pointer-events: none; 
    width: 100%;
    height: 100vh;
    aspect-ratio: 375/691;
    object-fit: cover;
    overflow: hidden;
    position: center relative;
    z-index: 1;
}

.lead {
    margin: 100px auto 0;
    writing-mode: vertical-rl;
    font-size: 1.6rem;
    line-height: 250%;
}

/* 挿絵（たる） */
.fig_taru {
    background-image: url(../images/top-taru.webp);
    background-size: 230%;
    background-position: 60% 65%;
    width: 100%;
    aspect-ratio: 375/234;
    object-fit: cover;
    margin-top: 100px;
}

/* main pc */
@media screen and (min-width: 768px) {
    .mainvisual video {
        width: 100%;
        aspect-ratio: 1440/811;
    }

    .lead {
        margin: 100px auto 0;
        font-size: 2.4rem;
        line-height: 290%;
    }

    /* 挿絵（たる） */
    .fig_taru {
        background-size: 100%;
        background-position: 0 100%;
        aspect-ratio: 1440/449;
    }
}
/* pc 768px */

/* =====================
about
===================== */
.section--about {
    padding: 100px var(--contentPadding);
    background-color: var(--primary-white);
    position: relative;
}

.section--about .topic {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 100px;
}

.kakudai-soysorce {
    display: block;
    width: 217px;
    height: 189px;
    margin: 272px auto 0;
    position: relative;
    z-index: 100;
}

.pseudo-elements {
    display: block;
    width: 217px;
    margin: 0 auto;
    position: relative;
}

.pseudo-elements::after {
    content: '';
    display: block;
    width: 160%;
    height: 180%;
    background-image: url(../images/logo-gray.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.6;
    filter: blur(4.5px);
    position: absolute;
    top: -160%;
    left: -80%;
}

.btn--readmore {
    margin: 80px auto 0;
    display: block;
    width: 132px;

}

.btn__img {
    display: block;
    width: 132px;
    margin: 2px auto 0;
}

/* 挿絵（食卓） */
.fig_table {
    background-image: url(../images/top-dining.webp);
    background-size: 190%;
    background-position: 42% 40%;
    width: 100%;
    height: auto;
    aspect-ratio: 375/234;
    object-fit: cover;
}

/* about pc */
@media screen and (min-width: 768px) {
    .section--about {
        position: static;
        padding: 150px 14.9%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 150px;
    }

    .topicContainer {
        width: 500px;
    }

    .section--about .topic {
        position: static;
        margin-top: 0;
    }

    .subTopic {
        margin-top: 120px;
    }

    .kakudai-soysorce {
        width: 360px;
        height: auto;
        margin: 0 auto;
    }

    .pseudo-elements {
        width: 360px;
        position: relative;
    }

    .pseudo-elements::after {
        top: -40%;
        left: -100%;
}

    .btn--readmore {
        margin: 40px 0 0 auto;
    }

    /* 挿絵（食卓） */
    .fig_table {
        background-size: 100%;
        background-position: 0 45%;
        aspect-ratio: 1440/449;
    }
 }

/* =====================
product
===================== */
.product {
    padding: 100px var(--contentPadding);
    max-width: 500px;
    margin: 0 auto;
}

.subTopic--product {
    margin-top: 120px;
}

/* product pc */
@media screen and (min-width: 768px) {
    .product {
        padding: 0;
        max-width: none;
        width: 500px;
    }

    .section--product {
        padding: 150px var(--contentPadding) 80px;
    }
}/* pc 768px */

/* おすすめ */
.pcBr {
    display: none;
}

.recommended {
    text-align: center;
    font-size: 2rem;
    margin-top: 10px;
    position: relative;
}

.recommended::before {
    display: block;
    content: 'RECOMMENDED';
    color: #FFF;
    text-align: center;
    font-family: "EB Garamond";
    font-size: 12vw;
    letter-spacing: 0.03em;
    line-height: 1;
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.product__container {
    /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 40px 4%; */
    margin: 0 auto;
    padding: 50px var(--contentPadding);
}

.product__item {
    padding: var(--contentPadding);
    margin-top: 20px;
}

.product__item:first-of-type {
    margin-top: 0;
}

.imgbox {
    display: block;
    /* width: 80%; */
    margin: 0 auto;
    max-width: 375px;
    padding: 2%;
    border-radius: 16px;
    background-color: var(--primary-white);
}

.product__img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.product__detail {
    padding: 0 var(--contentPadding);
}

.product__genre {
    color: var(--primary-darkBlue);
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    margin-top: 4px;
}

.product__name {
    display: block;
    margin: 0 auto;
    font-size: 2rem;
    margin-top: 4px;
    text-align: center;
    font-weight: 700;
}

.product__name span {
    font-size: 1.6rem;
}

.product__text {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 4px;
}


/* おすすめ pc */
@media screen and (min-width: 768px) {
    .pcBr {
        display: block;
    }
    
    .recommended {
        font-size: 2.4rem;
        line-height: 2;
        margin-top: 125px;
    }

    .recommended::before {
        font-size: 8.9vw;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .product__container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        align-items: stretch;
        margin: 60px auto 0;
        max-width: 1280px;
        padding: 0;

    }

    .product__item {
        margin-top: 0;
    }

    .product__name {
        width: fit-content;
        border-bottom: solid var(--primary-white) 5px;
    }
}/* pc 768px */

/* ギフト切り替え */
.dividerSp {
    position: relative;
    margin-top: 50px;
}

.dividerPc {
    display: none;
}

.custom-shape-divider-top-1752688864 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1752688864 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 22px;
}

.custom-shape-divider-top-1752688864 .shape-fill {
    fill: #ECECEC;
}

/* ギフト切り替えpc */
@media screen and (min-width: 768px) {
    .dividerSp {
        display: none;
    }

    .dividerPc {
        display: block;
        position: relative;
    }

    .custom-shape-divider-top-1752735330 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

    .custom-shape-divider-top-1752735330 svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 55px;
    }

    .custom-shape-divider-top-1752735330 .shape-fill {
        fill: #ECECEC;
    }
}/* pc 768px */

/* ギフト */
.section--gift {
    padding: 100px var(--contentPadding);
    background-color: var(--primary-white);
    overflow: hidden;
}

.subTopic--gift {
    text-align: center;
    margin-top: 0;
}

.giftBox {
    position: relative;
    margin: 60px auto 0;
    width: 289px;
    height: 262px;
}

.giftBox__img {
    display: block;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.giftBox__img--gift {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    box-shadow: 4px -4px 20px 0px #ECECEC, -10px 10px 0px 0px #FFF;
}

.giftBox__img--seasonal {
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: -4px 4px 20px 0px #ECECEC;
}

.section--gift .txt {
    margin-top: 60px;
}

.btn--toGift {
    margin: 100px auto 0;
}

.btn__txt--toGift {
    font-family: "Hina Mincho";
    font-size: 1.6rem;
    line-height: 2;
}

.btn__toGift {
    display: block;
    width: 233px;
    margin: 0 auto;
}

.giftBox__img--giftPc,
.giftBox__img--seasonalPc {
    display: none;
}

/* ギフト pc */
@media screen and (min-width: 768px) {
    .section--gift {
        padding: 150px 0;
    }

    .giftContainer {
        width: 34.7%;
        margin: 0 auto;
        position: relative;
    }
    
    .section--gift .txt {
        margin-top: 40px;
    }

    .btn--toGift {
        width: 233px;
        margin: 40px 0 0 auto;
    }
    .btn__toGift {
        text-align: center;
    }
    
    .giftBox {
       display: none;
    }

    .giftBox__img--giftPc,
    .giftBox__img--seasonalPc {
        display: block;
        width: 225px;
        height: 225px;
        object-fit: cover;
    }
    .giftBox__img--giftPc {
        box-shadow: 4px -4px 20px 0px #ECECEC;
        position: absolute;
        top: 0;
        right: -295px;
    }
    
    .giftBox__img--seasonalPc {
        box-shadow: -4px 4px 20px 0px #ECECEC;
        position: absolute;
        bottom: 0;
        left: -285px;
    }
}/* pc 768px */