﻿@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/* ================
      共通
=================*/
.pc-only{display: none;}
.pane-footer{
    position: relative;
    z-index: 1;
    background: #fff;    
}

.page_fureika_soup{
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    color: #150301;
    content: '';
    z-index: 1;
    overflow: hidden;
}

.page_fureika_soup:before{
    position: fixed;
    content: ''; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url('../../../../img/usr/freepage/fureika_soup/main_bg.jpg');
    background-size: cover;   
}

.c-button {
    display: inline-block;
    padding: 12px 40px;
    background-color: #1A0502;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: opacity 0.3s;
}
.c-button:hover {
    opacity: 0.8;
}

/* Animation */
.anim-item {
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0.8s;
    transition-timing-function: ease-out;
}

.anim-up {transform: translateY(40px);}
.anim-fade {transform: translateY(0);}
.anim-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

img{vertical-align: bottom;}

/* 縦書き */
.vertical {
    writing-mode: vertical-rl;
    text-orientation: upright;
}

/* ------------------------------------------ */

/* --- Section 1: MV --- */
.sec-mv {
    position: relative;
    padding: 120px 0 0;
    height: 100vh;
    display: flex;
}

.sec-mv .l-container{
    display: flex;
    padding: 20vh 20px 0;
    margin: 0 auto;
}

.sec-mv__bg {
    position: absolute;
    top: -8%;
    left: 0;
    width: 100%;
    height: 140vh;
    background: url('../../../../img/usr/freepage/fureika_soup/mv_bg.png') top/cover no-repeat;
    z-index: 2;
}

.sec-mv__white_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140vh;
    background: #fff;
    z-index: 1;    
}

.sec-mv__text{
    position: relative;
    z-index: 2;
    font-size: 34px;
    color: #fff;
}

.sec-mv__shop_logo{
    position: relative;
    z-index: 2;
    margin-left: 16%;
}

/* --- Section 2: Intro --- */
.sec-intro {
    position: relative;
    padding: 200px 0;
}

/* .sec-intro:before{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    height: 50%;
    z-index: 0;
    background: #fff;
} */

.sec-intro__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../../../img/usr/freepage/fureika_soup/intro_bg.png'), linear-gradient(to bottom, transparent 60%, white 60%);
    background-position: center bottom, center; 
    background-repeat: no-repeat;
    background-size: cover, 100% 100%;
    padding: 60% 0 0;
    z-index: 1;
}

.sec-box.anim-item{color: #fff;}
.sec-intro .l-container{
    position: relative;
    z-index: 1;
}

.sec-intro .sec-box{
    padding: 15% 10px 15%;
    position: relative;
}

.sec-intro .sec-box h2{
    position: absolute;
    font-size: 50px;
    font-weight: 400;
    bottom: 20vh;
    letter-spacing: 0.14em;
    color: #fff;
}

.sec-intro .sec-box h2 > span:nth-child(2){
    display: block;
    margin-left: 40px;
}

.sec-intro .sec-box p{
    position: absolute;    
    font-size: 20px;
    font-weight: 400;
    line-height: 2.2;
    bottom: -1vh;    
    color: #150301;    
}

/* --- Section 3: Logo --- */
.sec-logo img {
    width: auto;
    max-width: 850px;
}

.l-section.sec-logo {
    text-align: center;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0 0 250px;
}

/* .l-section.sec-logo:after{
    content: '';
    position: absolute;
    top: -500px;
    left: 0;
    width: 100%;
    height: 500px;
    background: linear-gradient( to top, #ffffff 0%, #ffffff 5%, transparent 30% );
    z-index: 9;
} */

/* ロゴ切り替え */
.sec-logo-inner {
            position: relative;
            background: url(../../../../img/usr/freepage/fureika_soup/logo_bg.png);
            background-size: 850px auto;
            background-position: center;
            background-repeat: no-repeat;
            max-width: 850px;
            height: 850px;
            margin: 0 auto;
        }

        .sec-text-logo,
        .sec-logo-desc {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: grid;
            place-content: center;
            text-align: center;
            padding: 20px;
            box-sizing: border-box;
        }


        /* テキストロゴ */
        .js-scroll-logo-text {
            opacity: 1;
            visibility: visible;
            transition: opacity 2s ease-in-out, visibility 0s linear 2s;
        }

        .js-scroll-logo-text img {
            max-width: 536px;
            margin: 0 auto;
            height: auto;
        }

        /* 説明文 */
        .js-scroll-desc {
            color: #333;
            opacity: 0;
            padding: 0;
            visibility: hidden;
            transform-origin: center center;
            transition: opacity 2.5s ease-in-out, transform 3s ease-in-out;
        }

        .js-scroll-desc h2 {
            font-size: clamp(36px, 3.6vw, 40px);
            margin-bottom: 48px;
            font-weight: 400;
        }

        .js-scroll-desc p {
            font-size: 20px;
            line-height: 2.2;
            font-weight: 400;
        }

        .sec-logo.is-active .js-scroll-logo-text {
            opacity: 0;
            visibility: hidden;
        }

        .sec-logo.is-active .js-scroll-desc {
            opacity: 1;
            visibility: visible;
            transition-delay: 0.5s;
            transform: translateY(0);
        }



/* --- Section 4: About --- */
.l-section.sec-about {
    background-color: #1A0502;
    color: #fff;
    padding: 0 0 103px;
    margin-top: 100px;
}

.sec-about__image{
    margin-top: -103px;
    flex-shrink: 0;
}

.sec-about__acd{
    margin-top: 40px;
    height: 0;
    overflow: hidden;
    transition: 0.2s;   
}

.sec-about__slider{
    margin-top: 40px;
    overflow: hidden;
}

.sec-about__acd.is-visible{height: 100%;}

.sec-about__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
    text-align: left;
}

.sec-about__text {margin: 0;}
.sec-about__text p{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
}

.sec-about__supervisor {
    font-size: 20px;
    font-weight: 400;
}

.sec-about__title {margin-bottom: 40px;}
.sec-about__title img{
    max-width: 243px;
    height: auto;
}

.sec-about__title span{
    display: inline-block;
    margin-left: 8px;
    font-size: 34px;
    font-weight: 400;
}

.sec-about__slider {margin-top: 34px;}
.swiper-about {width: 100%;}
.swiper-about .swiper-slide {
    width: 320px;
    max-width: 320px;
}

.swiper-about .swiper-wrapper {transition-timing-function: linear;}

.sec-about__desc,
.sec-about__link{text-align: center;}

.sec-about__desc{
    margin-top: 40px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
}

.sec-about__link{margin-top: 26px;}
.sec-about__link a{
    display: block;
    text-decoration: underline;
    font-size: 20px;
    font-weight: 400;
    outline: 0;   
}

.swiper-about{margin-top: 40px;}
.more-acd{
    position: relative;
    margin-top: 50px;
    text-align: right;
    font-size: 20px;
    font-weight: 400;     
    padding-right: 20px;
}

.more-acd:after{
    position: absolute;
    content: "";
    top: 8px;
    right: 3px;
    width: 10px;
    height: 10px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(135deg);    
}

.more-acd.more-acd-open:after{
    transform: rotate(-45deg);
    top: 12px;
}

/* --- Section 5: Goods --- */
.sec-goods {
    position: relative;
    padding: 0 0 0;
    background: #fff;
    overflow: hidden;
}

.sec-goods__v-title {
    display: block;
    position: absolute;
    top: 0;
    left: 40px;
    writing-mode: vertical-rl;
    font-size: 28px;
    font-weight: 400;
    height: 90%;
    letter-spacing: 0.1em;
    z-index: 10;
}

.sec-goods__v-title span{
    display: block;
    position: relative;
}

.sec-goods__v-title span:before{
    position: absolute;
    content: "";
    height: 110%;
    width: 1px;
    background: #000;
    left: 21px;
    top: 150px;
}

.sec-goods__container {
    position: relative;
    margin-top: 180px;
}

.sec-goods__container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: linear-gradient(to bottom, white 36%, transparent 30%), var(--bg-image);
    background-size: 100% 100%, cover;
    background-position: top, center;
    background-repeat: no-repeat;
}

.sec-goods__container:nth-of-type(1) {--bg-image: url('../../../../img/usr/freepage/fureika_soup/goods_bg01.png');}
.sec-goods__container:nth-of-type(2) {--bg-image: url('../../../../img/usr/freepage/fureika_soup/goods_bg02.png');}
.sec-goods__container:nth-of-type(3) {--bg-image: url('../../../../img/usr/freepage/fureika_soup/goods_bg03.png');}

.sec-goods__inner{
    display:  grid;
    max-width: 1200px;
    margin: 0 auto 0;
    grid-template-columns: 55% 45%;
    grid-template-rows: 30% 40%;
}

/* 商品画像 */
.sec-goods__image {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 30px;
    padding: 0 30px 0 80px;

}

.sec-goods__image img {
    max-width: 600px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* 商品詳細（上部） */
.sec-goods__detail-top {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 100px;
    margin-bottom: 20px;
    text-align: left;
}

.sec-goods__detail-top h3 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 0.5em;
}

/* 商品詳細（下部） */
.sec-goods__detail-bottom {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    text-align: left;
    color: #fff;
    max-width: 660px;
    position: relative;
    padding-top: 20%;
    padding-left: 100px;
}

.sec-goods__detail-bottom h4{
    position: absolute;
    left: 60px;
    writing-mode: vertical-rl;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.1em;
}

.sec-goods__icons {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin-bottom: 30px;
    color: #C7A50D;
}

.sec-goods__icons figure{
    margin-bottom: 20px;
    min-width: 130px;
}
.sec-goods__icons > div{
    max-width: 130px;
    text-align: center;
}

.sec-goods__icons p{
    font-size: 18px;
    font-weight: 400;    
}

.sec-goods__price_inner {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.sec-goods__item_name{
    display: flex;
    gap: 0 35px;
    font-size: 16px;
    font-weight: 400;
    padding-top: 30px;
    border-top: solid 1px #fff;
}
.sec-goods__container:nth-of-type(odd){margin-top: 150px;}
.sec-goods__container:nth-of-type(odd) .sec-goods__v-title {
    left: auto;
    right: 40px;
}

.sec-goods__container:nth-of-type(odd) .sec-goods__v-title span:before {
    left: auto;
    right: 21px;
}

.sec-goods__container:nth-of-type(odd) .sec-goods__image {
    grid-column: 2 / 3;
    padding: 0 80px 0 50px;
}

.sec-goods__container:nth-of-type(odd) .sec-goods__detail-top {
    grid-column: 1 / 2;
    padding-left: 0;
    padding-right: 100px;
    text-align: right;
}

.sec-goods__container:nth-of-type(odd) .sec-goods__detail-bottom {
    grid-column: 1 / 2;
    padding-left: 0;
    padding-right: 100px;
    text-align: right;
}

.sec-goods__container:nth-of-type(odd) .sec-goods__detail-bottom h4 {
    left: 0;
    right: auto;
}

.sec-goods__container:nth-of-type(odd) .sec-goods__icons {justify-content: flex-start;}
.sec-goods__container:nth-of-type(odd) .sec-goods__item_name {justify-content: flex-start;}
.sec-goods__container:nth-of-type(odd) .sec-goods__inner {
    grid-template-columns: 45% 55%;
}

.sec-goods__container:nth-of-type(odd) .sec-goods__v-title {
    left: -80px;
    right: auto;
}

.sec-goods__container:nth-of-type(odd) .sec-goods__v-title span:before {
    left: auto;
    right: 21px;
}

.sec-goods__container:nth-of-type(odd) .sec-goods__image {
    grid-column: 2 / 3;
    padding: 0 0 0 50px;
}

.sec-goods__container:nth-of-type(odd) .sec-goods__detail-top {
    grid-column: 1 / 2;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}

.sec-goods__container:nth-of-type(odd) .sec-goods__detail-bottom {
    grid-column: 1 / 2;
    padding-left: 60px;
    padding-right: 0;
    text-align: right;
}

.sec-goods__container:nth-of-type(2){margin-top: 120px;}

/* --- Section 6: Wisdom --- */
.sec-wisdom{
    padding: 100px 0 130px;
    background: url(../../../../img/usr/freepage/fureika_soup/wisdom_bg.png);
}

.sec-wisdom-inner h2{
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 0.3em;
    padding-bottom: 26px;
}

.sec-wisdom-inner > p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;    
}

.sec-wisdom__slider {
    margin-top: 48px;
    margin-bottom: 80px;
}

.swiper-wisdom {width: 100%;}
.swiper-wisdom .swiper-slide {
    max-width: 364px;
    background: #fff;
    border-radius: 188px 188px 20px 20px;
    padding: 50px 25px 60px;
}

.sec-wisdom__slider h3{
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 32px;
}

.sec-wisdom__slider figure{
    width: 240px;
    height: 240px;
    margin: 0 auto 28px;
}

.sec-wisdom__slider .sec-wisdom__ttl{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;    
}

.sec-wisdom__slider p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
}

.sec-wisdom__icon{
    display: flex;
    gap: 10px 10px;
}

.sec-wisdom__icon span{
    display: inline-block;
    padding: 6px 12px 8px;
    background: #F5EDE1;
    border-radius: 21px;
    font-size: 14px;
}

.sec-wisdom__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.sec-wisdom__cards > .c-card h4 span{
    max-width: 50px;
    height: auto;
}

.sec-wisdom__cards > .c-card h4 span img{
    width: auto;
    height: auto;    
}

.swiper-wisdom .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
}

.swiper-wisdom .swiper-slide > div {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.sec-wisdom__icon {margin-top: auto;}


.c-card {
    width: 37%;
    min-width: 400px;
    text-align: center;
    background: #6C0909;
    color: #fff;
    padding: 6px;
    border-radius: 10px;
}

.c-card .c-card_line{
    border: solid 1px #AA947C;
    border-radius: 6px;
    position: relative;
}

.c-card .c-card_line:after,
.c-card .c-card_line:before{
    position: absolute;
    bottom: 5px;
    content: "";
    width: 4px;
    height: 4px;
    background: #AA947C;
    border-radius: 50%;
}

.c-card .c-card_line:after{left: 5px;}
.c-card .c-card_line:before{right: 5px;}

.c-card h4 {
    position: relative;
    font-size: 24px;
    font-weight: 800;
    padding: 30px 10px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.26em;
}

.c-card h4 span{
    display: inline-block;
    max-width: 60px;
    margin-right: 15px;
}

.c-card h4:after,
.c-card h4:before{
    position: absolute;
    top: 5px;
    content: "";
    width: 4px;
    height: 4px;
    background: #AA947C;
    border-radius: 50%;
}

.c-card h4:after{left: 5px;}
.c-card h4::before{right: 5px;}

.c-card p{
    font-size: 16px;
    font-weight: 500;
    padding: 0 10px 30px;
}

/* --- Section 7: Gift --- */
.sec-gift {padding-bottom: 0;}

.sec-gift__content.sec-gift-lead {
    position: relative;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    color: #fff;
    text-align: center;
}

.sec-gift-lead{
    height: 700px;  
    /* background-image: url('/img/usr/freepage/fureika_soup/gift_bg.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: center;   
    height: 100vh;    
}

.sec-gift__overlay-img {
    position: absolute;
    top: 10%;
    left: 0;
    background-image:
      linear-gradient(45deg, #ccc 25%, transparent 25%),
      linear-gradient(-45deg, #ccc 25%, transparent 25%),
      linear-gradient(45deg, transparent 75%, #ccc 75%),
      linear-gradient(-45deg, transparent 75%, #ccc 75%);
    width: 100%;
    height: 500px;
    z-index: -1;
}

.sec-gift__text h2 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 30px;
}

.sec-gift__text h2 span{font-size: 48px;}
.sec-gift__text p{
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
    color: #fff;    
}

.sec-gift-list{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.sec-gift-list:before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-oddts: none;
    top: -15%;
    height: calc(100% + 15%);
    background: linear-gradient( to bottom, rgba(29, 12, 3, 0.8), rgba(34, 13, 2, 0.8) );
}

/* .l-section.sec-giftset:before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-oddts: none;
    top: -80px;
    height: calc(100% + 80px);
    background: linear-gradient( to bottom, rgba(29, 12, 3, 0.8), rgba(34, 13, 2, 0.8) );
} */

.sec-gift__content.sec-gift-list,
.l-section.sec-giftset{
    position: relative;
    z-index: 999;
    color: #150301;
}

.sec-gift__item{
    position: relative;
    padding: 120px 0 100px;
}

.sec-gift__item:after{
    position: absolute;
    content: "";
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    background: url(../../../../img/usr/freepage/fureika_soup/gift_deco.png) no-repeat;
    background-size: 902px auto;
    width: 902px;
    height: 27px;
    z-index: 1;
}

.sec-gift__line{
    position: relative;
    z-index: 1;
}

.sec-gift__line > .sec-gift__item:nth-child(odd)

.sec-gift__img img {
  max-width: 100%;
  height: auto;
  display: block;
}

.sec-gift__item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; 
    gap: 16px 24px;
    align-items: center;
}

.sec-gift__icon span{
    display: inline-block;
    background: #C7A50D;
    border-radius: 42px;
    color: #150301;
    font-size: 18px;
    font-weight: 600;
    padding: 4px 15px 5px 15px;
}

.sec-gift__item h3{
    text-align: left;
    font-size: 40px;
    font-weight: 400;
}

.sec-gift__desc{
    text-align: left;
    font-size: 20px;
    line-height: 1.8;
}

/* --- Section 8: Giftセット --- */
.sec-giftset {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

/* .sec-giftset::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 11, 7, 0.9);
} */

.sec-giftset__title {
    font-size: 40px;
    font-weight: 400;
    color: #150301;
    text-align: center;
    margin: 0 0 75px;
}

.sec-giftset__title span{font-size: 48px;}
.sec-giftset__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}

.giftset-card {text-align: center;}


.sec-giftset__items > .giftset-card:nth-child(1) .giftset-card__img-wrapper,
.sec-giftset__items > .giftset-card:nth-child(2) .giftset-card__img-wrapper{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px auto;
    width: 600px;
    height: 600px;
    cursor: pointer;
}

.sec-giftset__items > .giftset-card:nth-child(1) .giftset-card__img-wrapper::before,
.sec-giftset__items > .giftset-card:nth-child(1) .giftset-card__img-wrapper::after,
.sec-giftset__items > .giftset-card:nth-child(2) .giftset-card__img-wrapper::before,
.sec-giftset__items > .giftset-card:nth-child(2) .giftset-card__img-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 580px auto;
    background-position: center;
    background-repeat: no-repeat;
}


.sec-giftset__items > .giftset-card:nth-child(1) .giftset-card__img-wrapper::before {
    background-image: url('/img/usr/freepage/fureika_soup/gift_set01.png');
    animation: fadeImages1 12s linear infinite;
}
.sec-giftset__items > .giftset-card:nth-child(2) .giftset-card__img-wrapper::before {
    background-image: url('/img/usr/freepage/fureika_soup/gift_set02.png');
    animation: fadeImages1 12s linear infinite;
}

.sec-giftset__items > .giftset-card:nth-child(1) .giftset-card__img-wrapper::after {
    background-image: url('/img/usr/freepage/fureika_soup/gift_set01_on.png');
    opacity: 0;
    animation: fadeImages2 12s linear infinite;
}
.sec-giftset__items > .giftset-card:nth-child(2) .giftset-card__img-wrapper::after {
    background-image: url('/img/usr/freepage/fureika_soup/gift_set02_on.png');
    opacity: 0;
    animation: fadeImages2 12s linear infinite;
}

@keyframes fadeImages1 {
    0%, 10% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeImages2 {
    0%, 10% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.giftset-card__msg{
    background-image: url(../../../../img/usr/freepage/fureika_soup/ttl_obi.png), url(../../../../img/usr/freepage/fureika_soup/ttl_obi_bottom.png);
    background-repeat: no-repeat;
    background-position: top center, bottom center;
    background-size: contain;
    text-align: center;
    color: #6C0909;
    font-size: 20px;
    padding: 28px 0;
    margin-bottom: 20px;
    line-height: 1.8;
}

.giftset-card__img {
    position: relative;
    z-index: 1;
}

.giftset-card__genre {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px;
    color: #150301;
}

.giftset-card__name {
    font-size: 30px;
    margin: 0 0 20px;
    font-weight: 400;
    color: #150301;    
}

.giftset-card__icons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.giftset-card__icon {
    font-size: 14px;
    color: #150301;
    border: 1px solid #150301;
    padding: 2px 15px 3px;
    border-radius: 4px;
}

.giftset-card__price {
    color: #C7A50D;
    margin-bottom: 30px;
    color: #6C0909;
}

.giftset-card__price-main {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin: 0;
    font-weight: bold;
}

.giftset-card__price-qty {
    font-size: 20px;
    font-weight: 400;
    margin-right: 1em;
}

.giftset-card__price-value {
    font-size: 40px;
    font-weight: 400;
}

.giftset-card__price-unit {
    font-size: 24px;
}

.giftset-card__price-tax {
    font-size: 12px;
    margin-left: 0.5em;
    font-weight: normal;
}

.giftset-card__price-shipping {
    font-size: 16px;
    color: #150301;
    margin-top: 10px;
    color: #C7A50D;;
}

.giftset-card__button {
    display: inline-block;
    background-color: #C7A50D;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 60px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.3s;
}

.giftset-card__button:hover {opacity: 0.8;}
.sec-giftset__desc {
    color: #150301;
    padding: 40px 40px 130px;
}

.sec-giftset__desc-title {
    font-size: 40px;
    font-weight: 400;
    margin: 0 0 20px;
    text-align: center;
}

.sec-giftset__desc-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
    margin: 0;
    text-align: center;
}

.sec-gift__recom--scenes{
    padding: 16px 12px 18px 12px;
    margin-top: 24px;
    background: rgba(255,255,255,.1);
    font-size: 16px;
    font-weight: 400;
}

.sec-gift__recom--scenes span{
    display: block;
    font-size: 16px;
    font-weight: 600;
} 


/* --- Section 9: 美味しいお召し上がり方 --- */
.sec-howto {background: #F8F0E5;}
.sec-howto__inner {padding: 140px 20px;}

.sec-howto__title {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 48px;
}

.sec-howto__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.howto-card {
    display: flex;
    align-items: center;
    gap: 30px;
    background-color: #fff;
    padding: 40px;
    width: 100%;
}

.howto-card__icon-wrapper {
    position: relative;
    width: 180px;
    height: 180px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;    
}

.howto-card__icon-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F7F7F7;
    border-radius: 50%;
}

.howto-card__icon {
    position: absolute;
    width: 180px;
    height: 180px;
    object-fit: contain;
}

.howto-card__body {flex-grow: 1;}
.howto-card__title {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 15px;
}

.howto-card__text {
    font-size: 18px;
    line-height: 1.7;
    margin: 0 0 20px;
}

.howto-card__note {
    font-size: 16px;
    background-color: #FFF9F0;
    padding: 10px 15px;
    display: block;
    margin: 0;
}

/* --- Section 10: よくあるご質問 (FAQ) --- */
.sec-qa {background-color: #FFF9F0;}
.sec-qa__container {
    position: relative;
    padding: 200px 0 130px;
}

.sec-qa__title {
    position: absolute;
    top: 114px;
    left: -80px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.2em;
    height: calc(100% - 160px);
}

.sec-qa__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: calc(100% - 300px);
    background-color: #150301;
}

.qa-item {border-top: 1px solid #E0D9D9;}
.qa-item:last-child {border-bottom: 1px solid #E0D9D9;}

.qa-item__question {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 35px 50px 35px 20px;
    cursor: pointer;
}

.qa-item__question::before,
.qa-item__question::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 2px;
    background-color: #6C0909;
    transition: transform 0.3s ease;
}

.qa-item__question::after {transform: translateY(-50%) rotate(90deg);}
.qa-item__question::before {transform: translateY(-50%);}
.qa-item.is-open .qa-item__question::after {transform: translateY(-50%) rotate(0deg);}

.qa-item__label {
    font-size: 24px;
    color: #785D00;
    font-weight: 400;
    margin-right: 1em;
}

.qa-item__text {
    margin: 0;
    padding-top: 0.2em;
}

.qa-item__label--q + .qa-item__text {
    font-size: 20px;
    color: #150301;
}

.qa-item__answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s ease;
}

.qa-item__answer > div {overflow: hidden;}
.qa-item.is-open .qa-item__answer {grid-template-rows: 1fr;}
.qa-item__answer-content {
    display: flex;
    align-items: flex-start;
    padding: 0 20px;
}

.qa-item.is-open .qa-item__answer-content {padding-bottom: 25px;}

.qa-item__label--a + .qa-item__text {
    font-size: 16px;
    color: #150301;
    line-height: 1.7;
}


/* PCレイアウト */
.sec-gift__icon {
    grid-column: 1 / -1; 
    grid-row: 1 / 2;
    text-align: left;
}

.sec-gift__item > h3 {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
}

.sec-gift__desc {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    align-self: start;
}

  .sec-gift__recom--scenes {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
    align-self: start;
  }
  
  /* --- 3行目右: 画像 --- */
  .sec-gift__img {
    grid-column: 2 / 3;
    grid-row: 3 / 5; 
  }

  .sec-gift__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.l-section.sec-giftset{
    background: url(../../../../img/usr/freepage/fureika_soup/giftset_bg.png);
}  

@media only screen and (max-width: 1000px) {
  .sec-intro .sec-box h2{font-size: 4vw;}
}

/* --------------SP--------------- */
@media only screen and (max-width: 768px) {
    body{min-width: 320px;}
    .sp-only{display: block;}
    .pc-only{display: none;}

    /* ------共通------- */
    img{
        max-width: 100%;
        height: auto;
    }
    .swiper-about .swiper-slide {width: 80%;}
    .page_fureika_soup:before{background-position: right -490px top 0;}

    /* MV */
    .sec-mv{
        padding: 94px 0 0;
        height: 110vh;
    }

    .sec-mv__bg{
        background-image: url('../../../../img/usr/freepage/fureika_soup/sp_mv_bg.png');
        background-repeat: no-repeat;
        background-position: right -155px top -225px;
        background-size: auto;
        top: 0;
    }

    .sec-mv__shop_logo img{max-width: 80px;}
    .sec-mv .l-container{
        padding: 0;
        justify-content: space-between;
        width: 100%;
        padding: 0 15% 0 15%;    
    }

    .sec-mv__text{
        font-size: 28px;
        letter-spacing: 0.2em;
        margin-top: 36px;
    }
    .sec-mv__shop_logo{margin-top: 36px;}

    /* イントロ */
    .sec-intro{
        height: 850px;
        padding: 0;
        background: linear-gradient(to top, white, transparent);
    }
    .sec-intro .sec-box h2{
        font-size: 30px;
        padding: 0 30px;
    }
    .sec-intro .sec-box h2 > span:nth-child(2){text-align: right;}
    .sec-logo img{max-width: 100%;}
    .sec-intro .sec-box p,
    .sec-intro .sec-box h2{
        position: static;
        margin-bottom: 300px;
    }
    .sec-intro__bg{
        background-position: right -450px top -110px;
        height: 110vh;
    }
    .sec-intro .sec-box p{
        font-size: 18px;
        padding: 0 30px;
        position: relative;
        bottom: 0;
    }
    .sec-logo-inner{
        max-width: 120%;
        background-size: 120vw auto;
        height: 700px;
    }

    .sec-logo-desc h2{
        font-size: 24px;
        margin-bottom: 40px;
        padding: 0 30px;
    }

    .sec-logo-desc p{
        font-size: clamp(14px, 4.5vw, 18px);
        padding: 0 30px;        
    }
    
    .sec-logo img{width: 85%;}
    .sec-intro .sec-box{padding: 40px 0 15%;}
    .sec-intro .sec-box h2{
        padding: 0 40px 0 30px;
        line-height: 2;
    }
    .sec-intro::before{display: none;}
    
    /* 店舗情報 */
    .l-section.sec-about{
        margin-top: 100px;
        padding: 0 0 60px;
    }
    .sec-about__image{
        padding: 0 70px;
        margin-top: 0;
        margin-bottom: 50px;
        text-align: center;
    }
    .sec-about__content{display: block;}
    .sec-about__text,
    .sec-about__desc{padding: 0 30px;}
    .sec-about__text p{
        font-size: 20px;
        font-weight: 400;
    }
    .sec-about__desc{margin-top: 0;}
    .more-acd{
        font-size: 18px;
        margin-top: 30px;
    }
    .swiper-about .swiper-slide{width: 60%;}
    .swiper-about{margin-top: 60px;}
    .sec-about__title{text-align: center;}
    .sec-about__title img{max-width: 190px;}
    .sec-about__link a{font-size: 16px;}
    .sec-about__image img{margin-top: -100px;}
    
    /* 商品情報 */
    .sec-goods__container{margin-top: 80px;}
    .sec-goods__inner{
        display: flex;
        flex-direction: column;
        padding: 0 0 60px;
        position: relative;
        z-index: 1;
    }
    .sec-goods__container::before{
        background-image: linear-gradient(to bottom, white 50%, transparent 30%), var(--bg-image);
        background-position: top, 0;
    }
    .sec-goods__v-title{
        left: 0;
        font-size: 24px;
    }
    .sec-goods__container:nth-of-type(2n+1) .sec-goods__v-title{
        left: 10px;
        top: -10px;
    }

    .sec-goods__container:nth-of-type(2n+1){margin-top: 100px;}
    .sec-about__slider{margin-top: 0;}
    .sec-goods__detail-bottom h4{
        position: static;
        writing-mode: initial;
        font-size: 18px;
        margin-bottom: 16px;
        text-align: left;
    }
    .sec-goods__detail-top h3{
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 16px;
    }
    .sec-goods__icons figure{width: 100%;}
    .sec-goods__icons > div{
        width: calc(100% / 3);
        max-width: initial;
    }
    .sec-goods__detail-top p{font-size: 20px;}
    .sec-goods__v-title span::before{
        top: 130px;
        height: 50%;
    }
    .sec-goods__container:nth-of-type(2n+1) .sec-goods__detail-bottom{padding: 0 50px;}
    .sec-goods__container:nth-of-type(2n+1) .sec-goods__detail-top{padding: 0 60px;}
    .sec-goods__container:nth-of-type(2n+1) .sec-goods__image{padding: 0 50px;}

    .sec-goods__image{
        order: 2;
        padding: 0 30px;  
    }

    .sec-goods__detail-top {
        order: 1;
        padding: 0 50px;
    }

    .sec-goods__detail-bottom {
        order: 3;
        padding-top: 0;
        padding: 0 50px;
    }

    .sec-goods__icons p{font-size: clamp(14px, 3vw, 16px);}
    .sec-goods__item_name{
        font-size: 14px;
        padding-top: 18px;
    }
    .sec-goods__container:nth-of-type(2n) .sec-goods__detail-top{padding: 0 60px;}
    .sec-goods__container:nth-of-type(2n) .sec-goods__image{padding: 0 30px;}
    .sec-goods__container:nth-of-type(2n) .sec-goods__detail-bottom{padding: 0 50px;}
    .sec-goods__container:nth-of-type(2n) .sec-goods__detail-bottom h4{text-align: left;}
    .sec-goods__container:nth-of-type(2n) .sec-goods__item_name{justify-content: flex-start;}

    .sec-goods__container:nth-of-type(1) {
        background-image: url('../../../../img/usr/freepage/fureika_soup/sp_goods_bg01.png');
        --bg-image: none;
        background-repeat: round;
        background-size: contain;
    }
    .sec-goods__container:nth-of-type(2) {
        background-image: url('../../../../img/usr/freepage/fureika_soup/sp_goods_bg02.png');
        --bg-image: none;
        margin-top: 80px;
        background-repeat: round;
        background-size: contain;     
    }
    .sec-goods__container:nth-of-type(3) {
        background-image: url('../../../../img/usr/freepage/fureika_soup/sp_goods_bg03.png');
        --bg-image: none;
        margin-top: 80px;
        background-repeat: round;
        background-size: contain;          
    }
    .sec-goods__image{margin-bottom: 0;}
    .sec-goods div.sec-goods__container:nth-child(3) .sec-goods__detail-bottom{padding: 0 60px 0 60px;}

    /* 和漢の知恵 */
    .sec-wisdom__cards{padding: 0 30px;}
    .c-card{
        width: 100%;
        min-width: initial;
    }

    .c-card h4{font-size: 20px;}
    .sec-wisdom{padding: 85px 0 80px;}
    .sec-wisdom-inner h2{
        padding: 0 35px;
        font-size: 30px;
        font-size: clamp(24px, 3vw, 30px);
        margin-bottom: 24px;
    }
    .sec-wisdom-inner > p{padding: 0 35px;}
    .sec-wisdom__slider{
        margin-top: 64px;
        margin-bottom: 60px;
    }
    .sec-wisdom__slider h3{
        font-size: 24px;
        margin-bottom: 32px;    
    }
    .sec-wisdom__slider .sec-wisdom__ttl{
        font-size: 18px;
        text-align: center;        
    }
    .sec-wisdom__slider p{
        font-size: 14px;
        margin-bottom: 16px;
    }
    .sec-wisdom__icon span{font-size: 11px;}
    .swiper-wisdom .swiper-slide{padding: 50px 25px 26px;}
    .sec-wisdom__cards{gap: 16px;}

    /* ギフト */
    .sec-gift-list{background-image:none;}
    .sec-giftset__inner{
        position: relative;
        z-index: 1;
    }
    .sec-gift-lead{height: 580px;}
    .sec-gift__content.sec-gift-lead{
        flex-direction: initial;
        padding: 80px 30px 0;
    }
    .sec-gift__text h2{font-size: 30px;}
    .sec-gift__text h2 span {
        font-size: clamp(36px, 5vw, 40px);
    }
    .sec-gift__icon{margin-bottom: 26px;}
    .sec-gift__icon span{
        font-size: 16px;
    }
    .c-card p {
        font-size: clamp(12px, 3.3vw, 14px);
        padding: 0 10px 30px;
    }

    .sec-gift__text p{
        font-size: clamp(14px, 4.4vw, 18px);
    }
    .sec-gift__item{
        display: block;
        padding: 155px 40px 0;
    }

    .sec-goods__icons figure{
        margin-bottom: 10px;
        min-width: auto;
    }
    .sec-gift__item h3{
        font-size: clamp(26px, 5vw, 30px);
        margin-bottom: 20px;
    }

    .sec-gift__desc{
        font-size: 18px;
        margin-bottom: 20px;
    }

    .sec-gift-list{text-align: left;}
    .sec-gift__item::after{
        top: 88px;
        background-repeat: no-repeat;
        background-size: 100% auto;
        width: calc(100% - 60px);          
    }
    .sec-gift-list::before{top: 0;}
    .sec-giftset__title{
        font-size: clamp(26px, 5vw, 30px);
        margin: 0 0 40px;
    }
    .sec-giftset__title span{font-size: 40px;}
    .sec-giftset__items{
        display: block;
    }
    .giftset-card{padding: 0 0 80px;}
    .giftset-card__msg{
        font-size: clamp(14px, 4.5vw, 18px);
        padding: 20px 0;
        margin: 0 8% 30px;
    }
    .giftset-card__img-wrapper{
        width: 100%;
        height: 100%;
        aspect-ratio: 1 / 0.85;
    }

    .giftset-card__genre{font-size: clamp(12px, 3.6vw, 15px);}
    .giftset-card__name{font-size: 24px;}
    .giftset-card__icon{font-size: 12px;}
    .giftset-card__price-qty{font-size: clamp(14px, 4vw, 18px);} 
    .giftset-card__price-main{
        align-items: flex-end;
        flex-wrap: wrap;
    }    
    .giftset-card__price-value{line-height: 1;}
    .giftset-card__price-shipping{font-size: 14px;}
    .giftset-card__button{
        width: 90%;
        font-size: 20px;
    }
    .sec-giftset{padding: 80px 0 0 0;}
    .sec-giftset__desc{padding: 0 15px 100px;}
    .sec-giftset__desc-title{font-size: 30px;}
    .sec-giftset__desc-text{font-size: 18px;}
    .sec-giftset__items > div:last-child{position: relative;}
    .sec-giftset__items > div:last-child:after{
        position: absolute;
        content: "";
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        background: url(../../../../img/usr/freepage/fureika_soup/gift_deco.png);
            background-repeat: no-repeat;
            background-size: auto;
        background-size: 100% auto;
        width: calc(100% - 40px);
        height: 20px;
        z-index: 1;
    }

    .sec-howto__cards > .howto-card:nth-child(1) img{margin-left: 30px;}

    /* お召し上がり */
    .sec-howto__inner{padding: 80px 20px;}
    .sec-howto__title{
        font-size: 24px;
        margin: 0 0 40px;
    }
    .sec-howto__cards{
        display: flex;
        flex-wrap: wrap;
        gap: 14px 0;
    }
    .howto-card{padding: 20px;}
    .sec-qa__container{padding: 180px 0 130px;}
    .sec-qa__content{padding: 0 15%;}
    .qa-item__question{padding: 20px 30px 20px 0;}
    .qa-item__question::before,
    .qa-item__question::after{right: 0;}
    .qa-item__label--q + .qa-item__text{
        font-size: 16px;
        padding: 0;
    }
    .qa-item__answer-content{padding: 0 20px 0 0;}
    .howto-card__icon-wrapper,
    .howto-card__icon{
        width: 100px;
        height: 100px;        
    }
    .howto-card{align-items: flex-start;}
    .howto-card__title{
        font-size: clamp(16px, 5vw, 20px);
        font-weight: 400;
    }

    .howto-card__text{
        font-size: 16px;
        margin: 0; 
    }
    .howto-card__note{
        font-size: clamp(12px, 4vw, 14px);
        padding: 10px;
        margin-top: 15px;
        display: inline-block;
    }

    .giftset-card__price-value{
        font-size: 36px;
        font-weight: 400;
    }
    .giftset-card__img-wrapper::after{
        top: 64%;
        width: 65%;
        height: 65%;
    }
    .sec-qa__title{
        font-size: 24px;
        left: 0;
        transform:initial;
    }
    .qa-item__label{font-size: 18px;}
    .sec-qa__title::after{height: calc(100% - 230px);}
    .giftset-card__price{margin-bottom: 18px;}
    .giftset-card__price-unit{line-height: 1;}

    /* MV */
    .sec-mv__bg{height: 110vh;}
    .sec-intro-inner{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
    }
    .l-section.sec-logo{padding: 40px 0 30px;}
    .l-section.sec-logo::after{display: none;}
    .sec-intro .l-container{
        position: relative;
        width: 100%;
        height: 100%;
    }
    .sec-intro{
        position: relative;
        height: auto;
    }
    .sec-intro__bg{display: none;}
    .sec-mv__bg{
        background-image: url('../../../../img/usr/freepage/fureika_soup/sp/sp_mv_bg.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0px 90px;
    }
    .sec-intro__bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 110vh;
        background: url(../../../../img/usr/freepage/fureika_soup/sp/sp_intro_bg.png),
        linear-gradient(to bottom, transparent 60%, white 60%);
        background-position: initial;
        background-repeat: no-repeat;
        background-size: cover, 100% 100%;
        padding: 60% 0 0;
        z-index: 1;
    }
    .sec-intro .sec-box{
        padding: 0 0 15%;
        height: 100%;
    }
    .sec-intro .sec-box h2{
        position: absolute;
        bottom: auto;
        margin: 0;
        top: 15%;
    }

    .sec-gift__line{
        color: #fff;
        padding: 0 0 80px;
    }
    .sec-intro .sec-box p{
        position: absolute;
        top: auto;
        bottom: 10%;
        margin-bottom: 0;
    }
    .sec-gift__icon{margin-top: 24px;}
    .sec-gift{margin-bottom: 0;}
    .sec-gift__item h3{
        margin-top: 16px;
        font-size: 24px;
    }
    .sec-gift__desc{
        font-size: 16px;
        margin-top: 20px;
    }
    .sec-gift__recom--scenes{
        font-size: 14px;
        font-weight: 400;       
    }    
    .sec-gift__recom--scenes span{
        display: block;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 4px;         
    }

    /* 高さ解除 */
    .sec-gift__line .sec-gift__item h3,
    .sec-gift__line .sec-gift__desc,
    .sec-gift__line .sec-gift__recom--scenes{height: auto!important;}    

    .sec-giftset__items > .giftset-card:nth-child(1) .giftset-card__img-wrapper,
    .sec-giftset__items > .giftset-card:nth-child(2) .giftset-card__img-wrapper{
        width: 100%;
        height: 100%;
        background-size: 100%, auto;    
    }


    .sec-giftset__items > .giftset-card:nth-child(1) .giftset-card__img-wrapper::before,
    .sec-giftset__items > .giftset-card:nth-child(2) .giftset-card__img-wrapper::before,
    .sec-giftset__items > .giftset-card:nth-child(1) .giftset-card__img-wrapper::after,
    .sec-giftset__items > .giftset-card:nth-child(2) .giftset-card__img-wrapper::after{
        background-size: 100% auto;
    }

}

@media only screen and (min-width: 769px) {
    body{min-width: 900px;}
    .sp-sec-intro-img{display: none;}
    .pc-only{display: block;}
    .sp-only{display: none;}
    .sec-intro{
        position: relative;
        padding: 500px 0;    
    }

    .sec-intro .sec-box{
        max-width: 1280px;
        margin: 0 auto;
    }

    .sec-intro .sec-box h2{
        bottom: auto;
        top: 25%;
        line-height: 2;
    }

    .sec-intro .sec-box p{
        bottom: auto;
        top: 75%;
    }

    .sec-mv .l-container,    
    .sec-about .l-container,    
    .sec-wisdom-inner h2,
    .sec-wisdom-inner > p,
    .sec-wisdom__cards,
    .sec-gift__item{
        max-width: 1360px;
        margin: 0 auto;
        display: block;
    }
    .sec-wisdom__cards{display: flex;}

    .sec-mv .l-container{
        max-width: 1380px;
        width: 1380px;
        display: flex;
        padding: 9% 20px 0;
    }

    .sec-howto__inner{
        max-width: 1200px;
        margin: 0 auto;
    }

    .sec-qa__container,
    .sec-giftset__inner{
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    .more-acd{cursor: pointer;}
    .sec-mv__text{
        letter-spacing: 0.4em;
        line-height: 2;
    }
    .l-section.sec-logo{padding: 0 0 100px;}
    .sec-about__content{gap: 150px;}
    .sec-about__text {margin: 60px 0 0;}
    .sec-about__text p{font-size: 24px;}
    .sec-goods__inner{position: relative;}
    .sec-goods__v-title{
        top: -50px;
        left: -40px;
    }
    .sec-goods__detail-top p{
        font-size: 24px;
    }
    .sec-goods__detail-top{padding-left: 0;}
    .sec-goods__detail-top h3{letter-spacing: 0.3em;}
    .sec-goods__detail-bottom{padding-top: 30%;}
    .sec-goods__detail-bottom h4{letter-spacing: 0.3em;}
    .swiper-wisdom .swiper-slide{padding: 50px 25px 40px;}
    .sec-gift-list::before{
        top: -2%;
        height: calc(100% + 2%);
    }
    .sec-gift__recom--scenes{
        text-align: left;
        min-height: 106px;
    }
    .giftset-card__button{
        width: 67%;
        font-size: 20px;
    }
    .sec-giftset__items{position: relative;}
    .sec-giftset__items::after {
        position: absolute;
        content: "";
        bottom: -110px;
        left: 50%;
        transform: translate(-50%, 0);
        background: url(../../../../img/usr/freepage/fureika_soup/gift_deco.png);
            background-size: auto;
        background-size: 902px auto;
        width: 902px;
        height: 27px;
        z-index: 1;
    }
    .sec-giftset__desc{padding: 140px 40px 130px;}
    .sec-gift__img{margin-top: 20px;}
    .sec-gift__line{
        gap: 50px;
        max-width: 1380px;
        margin: 0 auto;
        align-items: flex-start;
        color: #fff;
    }
    .sec-gift-lead{height: 40vh;}
    .sec-gift-list{
        padding-top: 60px;
        padding-bottom: 140px;    
    }
    .sec-gift__line{
        display: flex;
    }
    .sec-gift__icon{margin-top: 20px;}
    .sec-gift__item h3{
        margin-top: 24px;
        font-size: 28px;
        min-height: 136px;
    }
    .sec-gift__desc{
        font-size: 18px;
        margin-top: 40px;
    }
    .sec-giftset{padding: 140px 25px 0;}
    .sec-gift__recom--scenes{
        padding: 16px 12px 18px 12px;
        margin-top: 24px;
        background: rgba(255,255,255,.1);
        font-size: 16px;
        font-weight: 400;
    }
    .sec-gift__recom--scenes span{
        display: block;
        font-size: 16px;
        font-weight: 600;
    } 
    .sec-gift__item:after{display: none;}
    .sec-gift__line{position: relative;}
    .sec-gift__line:after {
        position: absolute;
        content: "";
        top: 20px;
        left: 50%;
        transform: translate(-50%, 0);
        background: url(../../../../img/usr/freepage/fureika_soup/gift_deco.png) no-repeat;
        background-size: 902px auto;
        width: 902px;
        height: 27px;
        z-index: 1;
    }
    .sec-gift__line:before {
        position: absolute;
        content: "";
        bottom: 10px;
        left: 50%;
        transform: translate(-50%, 0);
        background: url(../../../../img/usr/freepage/fureika_soup/gift_deco.png) no-repeat;
        background-size: 902px auto;
        width: 902px;
        height: 27px;
        z-index: 1;
    }    
    .l-section.sec-logo{padding: 136px 0 150px;}
    .sec-intro__bg {padding: 0;}
    .sec-wisdom__slider{
        max-width: 1360px;
        margin: 40px auto 80px auto;
    }

    .sec-wisdom__slider .swiper{overflow: visible;}
    .giftset-card__img-wrapper img{
        width: 100%;
        height: auto;
    }
    .sec-giftset__desc-title{margin: 0 0 40px;}
    .sec-howto__cards > .howto-card:nth-child(1) img {margin-left: 45px;}
    .giftset-card__msg{padding: 22px 0;}
    .giftset-card__img-wrapper{margin: 0 auto;}
    .sec-howto__cards{gap: 15px;}
}

/* --------フェード効果---------- */
.reveal-item {
            opacity: 0;
            filter: blur(10px); 
            transform: translateY(80px) scale(0.95); 
            transition: opacity 1.8s cubic-bezier(0.19, 1, 0.22, 1),
                        transform 1.8s cubic-bezier(0.19, 1, 0.22, 1),
                        filter 1.5s cubic-bezier(0.19, 1, 0.22, 1);
        }

        .reveal-item.is-visible {
            opacity: 1;
            filter: blur(0);
            transform: translateY(0) scale(1); 
        }


/* MVメイン */  
.sec-mv__shop_logo,
.sec-mv__text{opacity: 0;}

.sec-mv__bg{animation: fadeIn 3s ease-out forwards;}

/* MVロゴ */
.sec-mv__shop_logo{
    opacity: 0;
    animation: fadeInUp 3s ease-out 3.6s forwards;
}

/* MVテキスト */    
.sec-mv__text{
    opacity: 0;
    animation: fadeInUp 2s ease-out 2s forwards;
} 

.reveal-item-anime {animation: fadeInUp 1s ease-out 1.0s forwards;}        

/* シンプルなフェードイン */
        @keyframes fadeIn {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }

        /* 下から上へ移動しながらフェードイン */
        @keyframes fadeInUp {
            0% {
                opacity: 0;
                transform: translateY(20px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

@media only screen and (min-width: 769px) {
    .sec-mv .l-container {
        max-width: 1200px;
        width: 1200px;
        padding: 11% 0 0;
    }

    .sec-mv__bg{
        background: url(../../../../img/usr/freepage/fureika_soup/mv_bg.png) no-repeat;
        background-size: initial;
        background-position: 85% 15%;
        top: 0; 
    }
    .sec-mv,
    .sec-mv__bg,
    .sec-mv__white_bg{height: 1137px;}
    .sec-mv{padding: 150px 0 0;}
    .sec-mv .l-container{padding: 204px 0 0;}
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
    .sec-mv__bg{background-position: 80% 28%;}
    .sec-mv__shop_logo{margin-left: 6%;}
    .sec-mv .l-container {padding: 160px 0 0;}
}

@media only screen and (min-width: 1600px) {.sec-mv__bg{background-position: 88% 15%;}}    
@media only screen and (min-width: 1700px) {.sec-mv__bg{background-position: 91% 15%;}}    
@media only screen and (min-width: 1800px) {.sec-mv__bg{background-position: 94% 15%;}}
@media only screen and (min-width: 1900px) {.sec-mv__bg{background-position: 98% 15%;}}   

@media only screen and (min-width: 1980px) {
    .sec-mv,
    .sec-mv__bg,
    .sec-mv__white_bg{height: 140vh;}
    .sec-mv .l-container{padding: 14% 0 0;}
    .sec-mv__bg{
        background: url(../../../../img/usr/freepage/fureika_soup/mv_bg.png) no-repeat;
        background-size: cover;
        background-position: 100% -15%;
    }
}

@media only screen and (min-width: 3000px) {
    .sec-mv,
    .sec-mv__bg,
    .sec-mv__white_bg{height: 140vh;}
    .sec-mv .l-container{padding: 16% 0 0;}
    .sec-mv__bg{
        background-position: 95% -15%;
        top: 0; 
    }
}

/* ヘッダー調整 */
.block-header-info-wrap,
.page-contentspages .pane-header,
.page-contentspages .pane-globalnav{display: none!important;}
.giftset-card a{display: block;}

@media only screen and (max-width: 768px) {
    .sec-mv__bg{background-position: 0px 0px;}
    .sec-mv{padding: 0;}
}