/* ============================================
   共通スタイル
   ============================================ */
/* html {
	scroll-behavior: smooth;
    scroll-padding-top: 140px;
} */

/* 基本設定 */
.gitf2510 {
    font-family: "Noto Serif JP", serif;
    color: #25282A;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
}

.gitf2510 a, .gitf2510 a:visited, .gitf2510 a:hover, .gitf2510 a:active {
    color: initial;
}

.gitf2510 a img:hover {
    opacity: 1;
}

.birthstone {
    font-family: "Birthstone", cursive;
}

/* 表示制御 */
.sp-only {
    display: none;
}

.sp-only-flex {
    display: none;
}

.pc-only {
    display: block;
}

.min-960-grid {
    display: grid;
}

.max-959 {
    display: none;
}

.min-769 {
    display: block;
}

.max-768 {
    display: none;
}

.sp-br {
    display: none;
}

.pc-br {
    display: block;
}

/* レイアウト */
.ly-inner {
    padding: 0 50px;
    max-width: 1300px;
    margin: 0 auto;
}

.gitf2510__search-cont-wrap {
    max-width: 1300px;
    padding: 0 50px;
    margin: 48px auto 0;
}

/* 見出しスタイル */
.lv2-heading {
    font-size: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.lv2-heading.sp-only-flex {
    display: none!important;
}

.lv2-heading-img {
    width: 24px;
    height: 24px;
}

.lv2-heading-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lv3-heading {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.52;
    padding-left: 10px;
    border-left: 4px solid #CAAF88;
    max-width: 1200px;
    margin: 0 0 0 50px;
    display: block;
}

/* 背景設定 */
.gitf2510__search-content.gitf2510__search-scene {
    background: linear-gradient(transparent 30%, #F6F1E7 30%);
    margin-top: 120px;
    padding-bottom: 74px;
}

.gitf2510__search-content:not(.gitf2510__search-scene) {
    background: linear-gradient(transparent 50%, #F6F1E7 50%);
    margin-top: 120px;
    margin-bottom: 120px;
}

.gitf2510__search-scene + .gitf2510__search-content {
    margin-top: 42px;
}

.sec-bg {
    background-color: #F6F1E7;
    padding-bottom: 58px;
    padding-top: 50px;
    margin-top: 20px;
}

/* レスポンシブ対応 */
@media (max-width: 959px) {
    .min-960-grid {
        display: none!important;
    }
    .max-959 {
        display: block;
    }
    .gitf2510__search-content {
        background: linear-gradient(transparent 50%, #F6F1E7 50%);
    }

    .gitf2510__search-content.gitf2510__search-scene {
        background: linear-gradient(transparent 50%, #F6F1E7 50%);
        padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    .sp-only {
        display: block;
    }

    .sp-only-flex {
        display: flex;
    }

    .lv2-heading.sp-only-flex {
        display: flex!important;
    }

    .pc-only {
        display: none;
    }
    .gitf2510__search-cont-wrap {
        padding: 0;
    }
    .lv3-heading {
        font-size: 24px;
        margin: 0 0 15px 20px;
    }

    .ly-inner {
        padding: 0 20px;
    }

    .min-769 {
        display: none;
    }

    .max-768 {
        display: block;
    }

    .sp-br {
        display: block;
    }
    
    .pc-br {
        display: none;
    }

    .lv2-heading {
        font-size: 24px;
        letter-spacing: 0;
        gap: 0;
        font-weight: 500;
    }

    .lv2-heading-img {
        width: 20px;
        height: 20px;
        display: inline-block;
    }

    .gitf2510__search-content:not(.gitf2510__search-scene) {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .gitf2510__search-cont-wrap {
        margin-top: 30px;
    }

    .sec-bg {
        padding-bottom: 37px;
        padding-top: 30px;
        margin-top: 26px;
    }
}

/* ============================================
   MVセクション
   ============================================ */
.gitf2510__mv {
    position: relative;
    margin-top: 19px;
}

.gitf2510__mv-bg {
    position: absolute;
    top: 149px;
    left: 0;
    width: 84%;
    height: 404px;
    background-color: #F6F1E7;
    z-index: -1;
}

.gitf2510__mv-img {
    width: 64%;
    max-width: 800px;
    position: absolute;
    right: 7.2vw;
    top: 0;
    z-index: -1;
}

.gitf2510__mv-img.pc-only {
    display: none;
}

.gitf2510__mv-img img {
    width: 100%;
}

.gitf2510__mv-txtwrap {
    max-width: 1300px;
    padding: 210px 50px 116px;
    margin: 0 auto;
    position: relative;
}

.gitf2510__mv-txtwrap::after {
    content: '';
    position: absolute;
    top: -28px;
    right: -8vw;
    width: 100%;
    max-width: 897px;
    height: 100%;
    background-image: url(../img/mv.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.lv1-lead {
    font-size: 22.69px;
    font-weight: 500;
    letter-spacing: 0.16em;
}

.lv1-lead-border {
    background: linear-gradient(transparent 70%, rgba(188, 162, 126, 0.6) 30%);
}

.lv1-heading {
    font-size: 56.72px;
    font-weight: 500;
    letter-spacing: 0.13em;
    line-height: 1.37;
    padding-top: 35.29px;
}

.lv1-heading-en {
    color: #BCA27E;
    font-size: 100px;
    letter-spacing: 0.02em;
    line-height: 0.78;
    margin-right: 20px;
}

.lv1-heading > span {
    display: block;
}

.gitf2510__mv-bottom-txtwrap {
    padding: 60px;
}

.gitf2510__mv-bottom-txt {
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.83;
    font-size: 18px;
}

@media(max-width: 1920px) {
    .gitf2510__mv-txtwrap::after {
        display: none;
    }

    .gitf2510__mv-img.pc-only {
        display: block;
    }
}
@media(max-width: 768px) {
    .lv1-lead {
        font-size:16px;
        letter-spacing: 0.03em;
        margin: 0 auto;
        text-align: center;
    }

    .gitf2510__mv-img.pc-only {
        display: none;
    }

    .gitf2510__mv-img {
        /* width: 84.26%; */
        width: 316px;
        position: relative;
        right: initial;
        top: initial;
        z-index: 0;
        margin: 14px 0 0 auto;
    }

    .gitf2510__mv-txtwrap {
        padding: 0;
    }

    .lv1-heading {
        font-size: 38.76px;
        letter-spacing: 0.13em;
        line-height: 1.37;
        padding-top: 0;
    }

    .lv1-heading-en {
        font-size: 68.91px;
        letter-spacing: 0.02em;
        margin-right: 12px;
    }

    .gitf2510__mv-bg {
        position: absolute;
        top: 160px;
        left: 0;
        width: 100%;
        height: 209px;
        background-color: #F6F1E7;
        z-index: -1;
    }

    .gitf2510__mv-txtwrap {
        padding: 0;
        position: absolute;
        top: 234px;
        left: 20px;
    }

    .gitf2510__mv-img {
        padding-bottom: 85px;
    }

    .gitf2510__mv-bottom-txtwrap {
        padding: 40px 20px 67px;
    }

    .gitf2510__mv-bottom-txt {
        letter-spacing: 0.12em;
        line-height: 1.66;
        font-size: 18px;
    }
}

/* ============================================
   お誕生日プレゼントに人気の商品
   ============================================ */
.gitf2510__new-recommend {
    padding: 0;
    /* 非公開部分を表示になったら戻してください */
    /* margin-top: 143px; */ 
    margin-top: 0;
}

.gitf2510__product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.gitf2510__product-card {
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-height: 418px;
    transition: opacity 0.3s ease;
    justify-content: space-between;
}

/* .gitf2510__product-card .gitf2510__product-category,
.gitf2510__product-card .gitf2510__product-img,
.gitf2510__product-card .gitf2510__product-info {
    transition: opacity 0.3s ease;
} */

.gitf2510__product-card:hover .gitf2510__product-info {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.gitf2510__product-card:hover .gitf2510__product-info .gitf2510__product-name-ja,
.gitf2510__product-card:hover .gitf2510__product-info .gitf2510__product-name-en {
    transition: color 0.3s ease;
}

@media(hover: hover) {
    /* .gitf2510__product-card:hover .gitf2510__product-category,
    .gitf2510__product-card:hover .gitf2510__product-img,
    .gitf2510__product-card:hover .gitf2510__product-info {
        opacity: 0.6;
    } */

    .gitf2510__product-card:hover .gitf2510__product-info {
        background-color: #FF6A14;
        color: #ffffff!important;
    }

    .gitf2510__product-card:hover .gitf2510__product-info .gitf2510__product-name-ja,
    .gitf2510__product-card:hover .gitf2510__product-info .gitf2510__product-name-en {
        color: #ffffff!important;
    }
}

.gitf2510__product-category {
    padding-top: 20px;
    text-align: center;
}

.gitf2510__product-category span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4375;
    color: #25282A;
    position: relative;
    display: inline-block;
    padding: 0 20px;
}
/* 
.gitf2510__product-category span::before,
.gitf2510__product-category span::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 0.75px;
    background-color: #25282A;
} */

.gitf2510__product-category span::before {
    left: 0;
}

.gitf2510__product-category span::after {
    right: 0;
}

.gitf2510__product-img {
    width: 231px;
    height: 231px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gitf2510__product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gitf2510__product-info {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 5px;
    width: 100%;

    min-height: 114px;
    display: flex;
    justify-content: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}




.gitf2510__product-name-ja {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6428571429;
    letter-spacing: 0.06em;
    color: rgba(37, 40, 42, 0.6);
    margin: 0;
    flex-shrink: 0;
    min-height: 1.6428571429em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gitf2510__product-name-en {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.35;
    color: #25282A;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* display: inline-block; */
    width: fit-content;
    text-align: center;
    /* text-decoration: underline;
    text-decoration-color: currentColor;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px; */
    min-height: calc(1.35em * 2);
}

.gitf2510__product-card:first-child .gitf2510__product-name-en {
    font-weight: 400;
    line-height: 1.15;
}

.gitf2510__product-card:last-child .gitf2510__product-name-en {
    line-height: 1.15;
}

@media(max-width: 1279px) {
    .gitf2510__product-img {
        width: 200px;
        height: 200px;
    }

    .gitf2510__product-card {
        min-height: 410px;
    }
}

@media(max-width: 1024px) {
    .gitf2510__product-grid {
        display: grid;
        grid-template-columns: repeat(2, 293px);
        gap: 20px;
        justify-content: center;
    }
}

@media(max-width: 768px) {
    .gitf2510__product-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 11px;
    }

    .gitf2510__product-category span {
        font-size: 14px;
    }

    .gitf2510__product-category {
        padding-top: 17px;
    }

    .gitf2510__product-img {
        width: 142px;
        height: 142px;
        margin-top: 6px;
    }

    .gitf2510__product-name-ja {
        font-size: 12px;
        letter-spacing: 0;
        line-height: 1.16;
    }

    .gitf2510__product-name-en {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 1.21;
    }

    .gitf2510__product-card {
        min-height: 266px;
    }

    .gitf2510__product-info {
        position: static;
        gap: 0;
        margin-top: 6px;
        min-height: initial;
    }

    .gitf2510__new-recommend {
        /* 非公開部分を表示になったら戻してください */
        /* margin-top: 60px; */
        margin-top: 0;
    }
}

/* ============================================
   動画セクション
   ============================================ */
   .gitf2510__video-wrap {
    max-width: 845px;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    width: 100%;
    margin: 170px auto 30px;
}

.gitf2510__video-wrap iframe {
    width: 100%;
    height: 100%;
}


.gitf2510__video-txt {
    text-align: center;
    font-size: 24px;
    line-height: 2.29;
    letter-spacing: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    transition: color 0.3s ease;
    max-width: 845px;
    margin: 0 auto;
    font-family: "BIZ UDPGothic", sans-serif;
}

@media(hover: hover) {
    .gitf2510__video-txt:hover {
        color: #FF6A14!important;
    }
    
    .gitf2510__video-txt:hover .gitf2510__video-txt-arrow svg path {
        stroke: #FF6A14;
    }
}

.gitf2510__video-txt-arrow {
    display: flex;
    width: 14px;
    height: auto;
}

.gitf2510__video-txt-arrow svg path {
    transition: stroke 0.3s ease;
}

.gitf2510__video-txt-arrow img {
    width: 100%;
}

@media (max-width: 768px) {
    .gitf2510__video-wrap {
        margin: 62px auto 22px;
    }

    .gitf2510__video-txt {
        font-size: 14px;
        justify-content: flex-end;
        gap: 9px;
    }
}

/* ============================================
   ナビゲーション
   ============================================ */
.gitf2510__search-nav {
    max-width: 845px;
    margin: 0 auto;
}


.gitf2510__search-nav-header {
    background-color: #CAAF88;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

@media(hover: hover) {
    .gitf2510__search-nav-header:hover {
        background-color: #FF6A14;
    }
    /* .gitf2510__search-nav-header:hover .gitf2510__search-nav-icon svg {
        fill: #FF6A14;
    } */
}
.gitf2510__search-nav-header[aria-expanded="true"] {
    background-color: #FF6A14;
}

.gitf2510__search-nav-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.69;
    color: #FFFFFF;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.gitf2510__search-nav-icon {
    display: block;
    width: 28px;
    height: 28px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gitf2510__search-nav-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* .gitf2510__search-nav-icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
} */

.gitf2510__search-nav-header[aria-expanded="true"] .gitf2510__search-nav-icon {
    transform: rotate(180deg);
}

.gitf2510__search-nav-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
    opacity: 0;
}

.gitf2510__search-nav-content.is-open {
    max-height: 200px;
    opacity: 1;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}

.gitf2510__search-nav-items {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 20px 0;
    border-bottom: 0.5px dashed rgba(37, 40, 42, 0.6);
}

.gitf2510__search-nav-item {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    color: #25282A;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 17px;
}

@media(hover: hover) {
    .gitf2510__search-nav-item:hover {
        color: #FF6A14!important;
    }
}

@media(max-width: 768px) {
    .gitf2510__search-nav-title {
        gap: 21px;
        padding-left: 21px;
    }

    .gitf2510__search-nav-icon {
        width: 24px;
        height: 24px;
    }

    .gitf2510__search-nav-items {
        flex-direction: column;
        gap: 0;
        padding: 0;
        border-bottom: initial;
    }

    .gitf2510__search-nav-item {
        padding: 8.5px;
        border-bottom: 1px dashed #BDBEBF;
        text-align: center;
    }
}



/* ============================================
   検索セクション（共通）
   ============================================ */
.gitf2510__search-sub {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 500;
    text-align: center;
    margin-bottom: 28px;
}

.gitf2510__search-txt {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.375;
    text-align: center;
}

.gitf2510__search-cont-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .1em;
    text-align: center;
    /* text-decoration: underline;
    text-decoration-color: #000;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px; */
    display: inline-block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.gitf2510__search-cont-title {
    margin-top: 16px;
}

.gitf2510__search-card {
    padding: 46px 70px 52px;
}

.gitf2510__search-card .gitf2510__scene-desc,
.gitf2510__search-card .gitf2510__search-img,
.gitf2510__search-card .gitf2510__scene-content {
    transition: opacity 0.3s ease;
}

@media(hover: hover) {
    /* カード全体に黒いフェード */
    .gitf2510__search-card::after {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(120, 120, 120, 0.16);
        opacity: 0;
        pointer-events: none;
        transition: opacity .2s ease;
        z-index: 1;
    }

    .gitf2510__search-card:hover::after {
        opacity: 1;
    }
    /* .gitf2510__search-card:hover .gitf2510__scene-desc,
    .gitf2510__search-card:hover .gitf2510__search-img,
    .gitf2510__search-card:hover .gitf2510__scene-content,
    .gitf2510__search-card:hover .gitf2510__search-sub,
    .gitf2510__search-card:hover .gitf2510__search-cont-txt-wrap {
        opacity: 0.6;
    } */
}


.gitf2510__search-cont-txt-wrap {
    min-height: 58.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 18.5px;
}

@media(max-width: 743px) {
    .gitf2510__search-sub {
        font-size: 20px;
    }
}




/* ============================================
   シーン
============================================ */
.gitf2510__search {
    padding-bottom: 120px;
    gap: 40px;
    margin-top: 115px;
}

.gitf2510__search-wrap {
    max-width: 1300px;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}

.gitf2510__search-scene {
    margin-top: 60px;
}

.gitf2510__scene-grid {
    display: grid;
    column-gap: 11px;
    row-gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    max-width: 1300px;
    margin: 48px auto 0;
    padding: 10px 50px;
}

.gitf2510__search-card {
    background: #FFFFFF;
    box-shadow: 0px 4.37px 4.37px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: relative;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 30px 34px 32px;
}

@media(hover: hover) {
    .gitf2510__search-card:hover {
        transform: translateY(2px);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    }
    
    /* スライダー内のカードも、非スライダー表示の場合のみホバーエフェクトを適用 */
    .gitf2510__rest-slider:not(.splide--initialized) .gitf2510__search-card:hover,
    .gitf2510__problem-slider:not(.splide--initialized) .gitf2510__search-card:hover,
    .gitf2510__problem-slider-new:not(.splide--initialized) .gitf2510__search-card:hover {
        transform: translateY(2px) !important;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15) !important;
    }
}

.gitf2510__search-img {
    width: 250px;
    height: 250px;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.gitf2510__search-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gitf2510__scene-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 6px;
}

.gitf2510__scene-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: #1a1a1a;
    margin: 0 auto 12px;
    text-align: center;
    display: inline-block;
    width: fit-content;
    /* border-bottom: 1px solid currentColor; */
}

.gitf2510__scene-desc {
    font-size: 17.5px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
    color: #4a4a4a;
    text-align: left;
    min-height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35.5px;
}

.gitf2510__scene-sub {
    font-size: 17.5px;
    font-weight: 400;
    line-height: 1.377;
    letter-spacing: 0;
    color: #25282A;
    margin: 0;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gitf2510__scene-title-plus {
    font-size: 21.9px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-left: 7px;
}

/* シーンセクション レスポンシブ対応 */
@media (max-width: 1024px) {
    .gitf2510__scene-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .gitf2510__scene-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .gitf2510__search-card {
        min-height: 400px;
    }
    
    .gitf2510__search-img {
        height: 200px;
        width: 200px;
    }
    
    .gitf2510__scene-content {
        padding: 0;
    }
    
    .gitf2510__scene-title {
        font-size: 20px;
        margin: 0 auto 0;
    }
    
    .gitf2510__scene-desc {
        font-size: 16px;
        margin-bottom: 0;
        line-height: 1.43;
    }
    
    .gitf2510__scene-sub {
        font-size: 16px;
    }

    .gitf2510__scene-title-plus {
        font-size: 20px;
    }

    .gitf2510__search {
        margin-top: 42px;
        padding-bottom: 56px;
    }
}

/* ------------------------------------ */
/* スライダー（シーン用） */
/* ------------------------------------ */
.gitf2510__scene-slider {
    margin-top: 48px;
    padding-bottom: 66px;
    position: relative;
}

/* Splideの基本スタイルをリセット */
.gitf2510__scene-slider .splide__track {
    overflow: hidden;
    position: relative;
}

.gitf2510__scene-slider .splide__list {
    display: flex;
    align-items: stretch;
    height: auto;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gitf2510__scene-slider .splide__slide {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    padding: 10px;
}

/* スライダー内のカードスタイル */
.gitf2510__scene-slider .gitf2510__search-card {
    min-height: 350px;
    width: 100%;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    transform: none !important;
    box-shadow: 0px 4.37px 4.37px rgba(0, 0, 0, 0.25) !important;
    transition: none !important;
}

.gitf2510__scene-slider .gitf2510__search-card:hover {
    /* transform: none !important;
    box-shadow: 0px 4.37px 4.37px rgba(0, 0, 0, 0.25) !important; */
}

/* スライダーの矢印を非表示 */
.gitf2510__scene-slider .splide__arrow {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.gitf2510__scene-slider .splide__arrows {
    display: none !important;
    visibility: hidden !important;
}

/* スライダーのページネーション */
.gitf2510__scene-slider .splide__pagination {
    bottom: 33px;
}

.gitf2510__scene-slider .splide__pagination__page {
    background: #ddd;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin: 0 6px;
    transition: all 0.3s ease;
}

.gitf2510__scene-slider .splide__pagination__page.is-active {
    background: #BCA27E;
    transform: none !important;
}

/* PCの時はページネーションを非表示（3枚以下の場合のみ） */
@media (min-width: 960px) {
    .gitf2510__scene-slider .splide__pagination,
    .gitf2510__scene-slider .splide__pagination__list,
    .gitf2510__scene-slider .splide__pagination__page {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* スライドが4枚以上の場合のみページネーションを表示 */
    .gitf2510__rest-slider.has-many-slides .splide__pagination,
    .gitf2510__rest-slider.has-many-slides .splide__pagination__list,
    .gitf2510__rest-slider.has-many-slides .splide__pagination__page {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        width: auto !important;
        margin: 0 6px !important;
        padding: 0 !important;
    }
    
    .gitf2510__problem-slider.has-many-slides .splide__pagination,
    .gitf2510__problem-slider.has-many-slides .splide__pagination__list,
    .gitf2510__problem-slider.has-many-slides .splide__pagination__page {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        width: auto !important;
        margin: 0 6px !important;
        padding: 0 !important;
    }
}

/* シーンスライダー レスポンシブ対応 */
@media (max-width: 768px) {
    .gitf2510__scene-slider .splide__arrow {
        display: none !important;
        visibility: hidden !important;
    }
    
    .gitf2510__scene-slider .splide__arrows {
        display: none !important;
        visibility: hidden !important;
    }
    
    .gitf2510__scene-slider .gitf2510__search-card {
        min-height: 300px;
        padding: 18px 20px;
        min-height: initial;
    }

    .gitf2510__scene-slider {
        margin-top: 20px;
    }
}

/* 480px時のスライド幅調整 */
@media (max-width: 480px) {
    .gitf2510__scene-slider .splide__slide {
        width: 93.7% !important;
        max-width: 93.7% !important;
    }
    
}


/* ============================================
   予算
   ============================================ */
   .gitf2510__budget-section {
    background-color: #ffffff;
}

.gitf2510__budget-section.gitf2510__search-content {
    background: none;
}

.gitf2510__budget-buttons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

.gitf2510__budget-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 27.5px 30px;
    background-color: #CAAF88;
    color: #ffffff!important;
    text-decoration: none;
    border-radius: 5px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 0.958;
    letter-spacing: 0.06em;
    text-align: center;
    transition: all 0.3s ease;
    box-sizing: border-box;
    width: 100%;
    /* min-width: 293px; */
    min-height: 80px;
}

.gitf2510__budget-button:hover {
    background-color: #FF6A14;
}

/* 予算セクション レスポンシブ対応 */
@media (max-width: 1200px) {
    .gitf2510__budget-buttons {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

@media (max-width: 959px) {
    .gitf2510__budget-section {
        padding: 40px 0;
    }
    
    .gitf2510__budget-buttons {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0;
    }
    
    .gitf2510__budget-button {
        padding: 15px 20px;
        font-size: 20px;
        min-height: 60px;
        min-width: 293px;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .gitf2510__budget-buttons {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 0;
    }
    
    .gitf2510__budget-button {
        padding: 22px 15px;
        font-size: 20px;
        min-height: 50px;
        min-width: 293px;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .gitf2510__budget-buttons {
        padding: 0 20px;
    }

    .gitf2510__budget-section {
        padding: 0;
    }
}

/* ============================================
   攻めの休養用(スライダー)
   ============================================ */
.gitf2510__search-rest .gitf2510__search-sub {
    min-height: 60px;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gitf2510__rest-slider {
    position: relative;
    opacity: 1;
    transition: opacity 0.3s ease;
    min-height: 200px;
    max-width: 1300px;
    margin: 48px auto 0;
    padding: 0 40px 66px 40px;
}

.gitf2510__rest-slider.splide--initialized {
    opacity: 1;
}

/* Splideの基本スタイルをリセット */
.gitf2510__rest-slider .splide__track {
    overflow: visible;
    position: relative;
    opacity: 1;
}

.gitf2510__rest-slider .splide__list {
    display: flex;
    align-items: stretch;
    height: auto;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.gitf2510__rest-slider .splide__slide {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    padding: 10px;
}

/* スライダー内のカードスタイル */
.gitf2510__rest-slider .gitf2510__search-card {
    min-height: 350px;
    width: 100%;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    transform: none !important;
    box-shadow: 0px 4.37px 4.37px rgba(0, 0, 0, 0.25) !important;
    transition: none !important;
    padding: 46px 71px 52px;
}

/* 非スライダー表示時（ホバー可能な環境）のトランジション設定 */
@media(hover: hover) {
    .gitf2510__rest-slider:not(.splide--initialized) .gitf2510__search-card,
    .gitf2510__problem-slider:not(.splide--initialized) .gitf2510__search-card,
    .gitf2510__problem-slider-new:not(.splide--initialized) .gitf2510__search-card {
        transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    }
}

.gitf2510__rest-slider .gitf2510__search-card:hover {
    /* transform: none !important;
    box-shadow: 0px 4.37px 4.37px rgba(0, 0, 0, 0.25) !important; */
}

/* スライダーの矢印を非表示 */
.gitf2510__rest-slider .splide__arrow {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.gitf2510__rest-slider .splide__arrows {
    display: none !important;
    visibility: hidden !important;
}

/* スライダーのページネーション */
.gitf2510__rest-slider .splide__pagination {
    bottom: 33px;
}

.gitf2510__rest-slider .splide__pagination__page {
    background: #ddd;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin: 0 6px;
    transition: all 0.3s ease;
}

.gitf2510__rest-slider .splide__pagination__page.is-active {
    background: #BCA27E;
    transform: none !important;
}

@media(max-width: 1279px) {
    .gitf2510__rest-slider .gitf2510__search-card {
        padding: 30px 34px 32px;
    }
}

/* 休養スライダー レスポンシブ対応 */
@media (max-width: 1024px) {
    .gitf2510__rest-slider .splide__slide {
        flex: 0 0 auto;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    
    .gitf2510__rest-slider .splide__track {
        overflow: hidden;
    }

    .gitf2510__rest-slider {
        padding: 0 0 66px 0;
    }
    
}

@media(max-width: 959px) {
    .gitf2510__rest-slider {
        padding: 0 0 66px 0;
    }
}

@media (max-width: 768px) {
    .gitf2510__rest-slider .splide__arrow {
        display: none !important;
        visibility: hidden !important;
    }
    
    .gitf2510__rest-slider .splide__arrows {
        display: none !important;
        visibility: hidden !important;
    }
    
    .gitf2510__rest-slider .gitf2510__search-card {
        min-height: 300px;
        padding: 18px 25px;
        min-height: initial;
    }

    .gitf2510__rest-slider {
        margin-top: 20px;
    }
}

/* 480px時のスライド幅調整 */
@media (max-width: 480px) {
    
    .gitf2510__rest-slider .splide__slide {
        width: 93.7% !important;
        max-width: 93.7% !important;
    }
}

/* ============================================
   お悩み別スライダー（problem-slider）
   ============================================ */

/* お悩み別スライダーの基本スタイル */
.gitf2510__problem-slider {
    position: relative;
    opacity: 1;
    transition: opacity 0.3s ease;
    min-height: 200px;
    max-width: 1300px;
    margin: 48px auto 0;
    padding: 0 40px 95px 40px;
}

/* ============================================
   お悩み別スライダー（problem-slider-new）
   ============================================ */

/* お悩み別スライダー（新）の基本スタイル */
.gitf2510__problem-slider-new {
    position: relative;
    opacity: 1;
    transition: opacity 0.3s ease;
    min-height: 200px;
    max-width: 1300px;
    margin: 48px auto 0;
    padding: 0 40px 95px 40px;
}

.gitf2510__problem-slider.splide--initialized {
    opacity: 1;
}

.gitf2510__problem-slider-new.splide--initialized {
    opacity: 1;
}

/* Splideの基本スタイルをリセット */
.gitf2510__problem-slider .splide__track {
    overflow: visible;
    position: relative;
    opacity: 1;
}

.gitf2510__problem-slider-new .splide__track {
    overflow: visible;
    position: relative;
    opacity: 1;
}

.gitf2510__problem-slider .splide__list {
    display: flex;
    align-items: stretch;
    height: auto;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.gitf2510__problem-slider-new .splide__list {
    display: flex;
    align-items: stretch;
    height: auto;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.gitf2510__problem-slider .splide__slide {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    padding: 10px;
}

.gitf2510__problem-slider-new .splide__slide {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    padding: 10px;
}

/* スライダー内のカードスタイル */
.gitf2510__problem-slider .gitf2510__search-card {
    min-height: 350px;
    width: 100%;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    transform: none !important;
    box-shadow: 0px 4.37px 4.37px rgba(0, 0, 0, 0.25) !important;
    transition: none !important;
    padding: 46px 71px 52px;
}

.gitf2510__problem-slider-new .gitf2510__search-card {
    min-height: 350px;
    width: 100%;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    transform: none !important;
    box-shadow: 0px 4.37px 4.37px rgba(0, 0, 0, 0.25) !important;
    transition: none !important;
    padding: 46px 71px 52px;
}

/* 非スライダー表示時（ホバー可能な環境）のトランジション設定 */
@media(hover: hover) {
    .gitf2510__problem-slider:not(.splide--initialized) .gitf2510__search-card,
    .gitf2510__problem-slider-new:not(.splide--initialized) .gitf2510__search-card {
        transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    }
}

.gitf2510__problem-slider .gitf2510__search-card:hover {
    /* transform: none !important;
    box-shadow: 0px 4.37px 4.37px rgba(0, 0, 0, 0.25) !important; */
}

.gitf2510__problem-slider-new .gitf2510__search-card:hover {
    /* transform: none !important;
    box-shadow: 0px 4.37px 4.37px rgba(0, 0, 0, 0.25) !important; */
}

/* スライダーの矢印を非表示 */
.gitf2510__problem-slider .splide__arrow {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.gitf2510__problem-slider .splide__arrows {
    display: none !important;
    visibility: hidden !important;
}

.gitf2510__problem-slider-new .splide__arrow {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.gitf2510__problem-slider-new .splide__arrows {
    display: none !important;
    visibility: hidden !important;
}

/* スライダーのページネーション */
.gitf2510__problem-slider .splide__pagination {
    bottom: 33px;
}

.gitf2510__problem-slider .splide__pagination__page {
    background: #ddd;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin: 0 6px;
    transition: all 0.3s ease;
}

.gitf2510__problem-slider .splide__pagination__page.is-active {
    background: #BCA27E;
    transform: none !important;
}

.gitf2510__problem-slider-new .splide__pagination {
    bottom: 33px;
}

.gitf2510__problem-slider-new .splide__pagination__page {
    background: #ddd;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin: 0 6px;
    transition: all 0.3s ease;
}

.gitf2510__problem-slider-new .splide__pagination__page.is-active {
    background: #BCA27E;
    transform: none !important;
}

.gitf2510__search-txt + .gitf2510__search-cont-title {
    margin-top: 8px;
}

@media(max-width: 1279px) {
    .gitf2510__problem-slider .gitf2510__search-card,
    .gitf2510__problem-slider-new .gitf2510__search-card {
        padding: 30px 34px 32px;
    }
}


/* お悩み別スライダー レスポンシブ対応 */
@media (max-width: 1024px) {
    .gitf2510__problem-slider .splide__slide {
        flex: 0 0 auto;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    
    .gitf2510__problem-slider .splide__track {
        overflow: hidden;
    }

    .gitf2510__problem-slider {
        padding: 0 0 95px 0;
    }
    
    .gitf2510__problem-slider-new .splide__slide {
        flex: 0 0 auto;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    
    .gitf2510__problem-slider-new .splide__track {
        overflow: hidden;
    }

    .gitf2510__problem-slider-new {
        padding: 0 0 95px 0;
    }
}

@media(max-width: 959px) {
    .gitf2510__problem-slider {
        padding: 0 0 66px 0;
    }
    
    .gitf2510__problem-slider-new {
        padding: 0 0 66px 0;
    }
}

@media (max-width: 768px) {
    .gitf2510__problem-slider .splide__arrow {
        display: none !important;
        visibility: hidden !important;
    }
    
    .gitf2510__problem-slider .splide__arrows {
        display: none !important;
        visibility: hidden !important;
    }
    
    .gitf2510__problem-slider .gitf2510__search-card {
        min-height: 300px;
        padding: 18px 25px;
        min-height: initial;
    }

    .gitf2510__problem-slider {
        margin-top: 20px;
    }
    
    .gitf2510__problem-slider-new .splide__arrow {
        display: none !important;
        visibility: hidden !important;
    }
    
    .gitf2510__problem-slider-new .splide__arrows {
        display: none !important;
        visibility: hidden !important;
    }
    
    .gitf2510__problem-slider-new .gitf2510__search-card {
        min-height: 300px;
        padding: 18px 25px;
        min-height: initial;
    }

    .gitf2510__problem-slider-new {
        margin-top: 20px;
    }
}

/* 480px時のスライド幅調整 */
@media (max-width: 480px) {
    
    .gitf2510__problem-slider .splide__slide {
        width: 93.7% !important;
        max-width: 93.7% !important;
    }
    
    .gitf2510__problem-slider-new .splide__slide {
        width: 93.7% !important;
        max-width: 93.7% !important;
    }
}



/* スライダーのリンク制御 */
/* ===================================== */

/* スライドカードのクリック可能スタイリング */
.gitf2510__search-card[data-link] {
    cursor: pointer;
    transition: all 0.3s ease;
}

.gitf2510__search-card[data-link]:hover {
    /* transform: translateY(-2px);
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.20); */
}

/* スライダー内のカードクリック時の制御 */
.gitf2510__scene-slider .gitf2510__search-card[data-link],
.gitf2510__rest-slider .gitf2510__search-card[data-link],
.gitf2510__problem-slider .gitf2510__search-card[data-link],
.gitf2510__problem-slider-new .gitf2510__search-card[data-link] {
    cursor: pointer;
    position: relative;
    z-index: 1;
}

/* スライダー内のカードホバー時の制御 */
.gitf2510__scene-slider.splide--initialized .gitf2510__search-card[data-link]:hover,
.gitf2510__rest-slider.splide--initialized .gitf2510__search-card[data-link]:hover,
.gitf2510__problem-slider.splide--initialized .gitf2510__search-card[data-link]:hover,
.gitf2510__problem-slider-new.splide--initialized .gitf2510__search-card[data-link]:hover {
    transform: none !important;
    box-shadow: 0px 4.37px 4.37px rgba(0, 0, 0, 0.25) !important;
}


/* ========================================
   ギフトラッピングセクション
======================================== */
.howto {
    padding-top: 143px;
    /* display: none; */
}

.howto .lv3-heading {
    font-size: 24px;
    margin: 0;
}

.gitf2510__gift-wrapping {
    padding: 60px 0 0;
}

.gitf2510__gift-wrapping-title {
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.13;
    text-align: center;
    color: #25282A;
    margin-bottom: 40px;
}

.gitf2510__gift-wrapping-content {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

/* 左側：ギフトバッグ無料 */
.gitf2510__gift-bag {
    flex: 1;
    position: relative;
    padding: 0;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 28px;
}

.gitf2510__gift-bag-content {
    position: relative;
    z-index: 2;
}

.gitf2510__gift-bag-title {
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.13;
    text-align: center;
    color: #25282A;
    margin-bottom: 20px;
}

.gitf2510__gift-bag-desc {
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.44;
    text-align: center;
    color: #25282A;
    margin-bottom: 40px;
}

.gitf2510__gift-bag-btn {
    background-color: #5C5E5F;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    padding: 20px 40px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: 0.06em;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: block;
    margin: 0 auto;
    max-width: 335px;
    width: 100%;
}

.gitf2510__gift-bag-btn:hover {
    background-color: #4A4C4D;
}

.gitf2510__gift-bag-image {
    position: relative;
    z-index: 2;
    text-align: center;
    /* margin-bottom: 20px; */
    order: -1;
    aspect-ratio: 579 / 432;
    overflow: hidden;
}

.gitf2510__gift-bag-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 右側：ギフトラッピング有料 */
.gitf2510__gift-box {
    flex: 1;
    position: relative;
    padding: 0;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    gap: 28px;
}

.gitf2510__gift-box-content {
    position: relative;
    z-index: 2;
}

.gitf2510__gift-box-title {
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.13;
    text-align: center;
    color: #25282A;
    margin-bottom: 20px;
}

.gitf2510__gift-box-desc {
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.44;
    text-align: center;
    color: #25282A;
    margin-bottom: 40px;
}

.gitf2510__gift-box-btn {
    background-color: #CAAF88;
    color: #FFFFFF!important;
    border: none;
    border-radius: 5px;
    padding: 20px 40px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: 0.06em;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: block;
    margin: 0 auto;
    max-width: 335px;
    width: 100%;
}

.gitf2510__gift-box-btn:hover {
    background-color: var(--color-primary);
}

.gitf2510__gift-box-image {
    position: relative;
    z-index: 2;
    text-align: center;
    /* margin-bottom: 30px; */
    order: -1;
    aspect-ratio: 579 / 432;
    overflow: hidden;
}

.gitf2510__gift-box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* レスポンシブ対応 */
@media (max-width: 959px) {
    .gitf2510__gift-wrapping-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .gitf2510__gift-wrapping-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .gitf2510__gift-bag,
    .gitf2510__gift-box {
        padding: 30px 20px;
        min-height: auto;
    }
    
    .gitf2510__gift-bag-title,
    .gitf2510__gift-box-title {
        font-size: 24px;
    }
    
    .gitf2510__gift-bag-desc,
    .gitf2510__gift-box-desc {
        font-size: 14px;
    }
    
    .gitf2510__gift-bag-btn,
    .gitf2510__gift-box-btn {
        font-size: 18px;
        padding: 15px 30px;
    }
}

@media(max-width: 768px) {
    .gitf2510__gift-wrapping {
        padding: 40px 0 0;
    }

    .gitf2510__gift-wrapping .sec-bg {
        padding-bottom: 56px;
    }

    .gitf2510__gift-wrapping-content {
        gap: 60px;
    }

    .gitf2510__gift-bag, .gitf2510__gift-box {
        padding: 0;
    }

    .gitf2510__gift-bag-title, .gitf2510__gift-box-title {
        font-size: 20px;
    }

    .gitf2510__gift-bag-title {
        margin-bottom: 2px;
    }

    .gitf2510__gift-bag {
        gap: 17px;
    }

    .gitf2510__gift-bag-btn, .gitf2510__gift-box-btn {
        padding: 19.5px;
    }

    .gitf2510__gift-bag-desc {
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .gitf2510__gift-box {
        gap: 10px;
    }

    .gitf2510__gift-box-title {
        margin-bottom: 2px;
    }

    .gitf2510__gift-box-desc {
        margin-bottom: 20px;
    }

    .howto {
        padding-top: 60px;
    }

    .howto .lv2-heading {
        align-items: flex-start;
        gap: 5px;
        line-height: 1.4;
    }

    .howto .lv2-heading-img {
        margin-top: 10px;
    }

    .howto .lv3-heading {
        font-size: 20px;
    }

}

/* ギフトフロー スタイル */
.gift-flow {
    margin-top: 18px;
    padding: 0;
}

/* デスクトップ表示用 */
.gift-flow-desktop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 0 -64px;
}

/* モバイルスライダー表示用 */
.gift-flow-slider {
    display: none;
}

.flow-step {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    width: calc(100% / 3 - 64px);
    margin: 0 0 0 64px;
}

.step-number {
    color: #AE8128;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.57;
}

.step-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    overflow: visible;
    width: 100%;
}

.step-image {
    width: 215px;
    height: auto;
    border-radius: 8px;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}

.flow-step:not(:last-child) .step-image::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -109px;
    transform: translateY(-50%);
    width: 13px;
    height: 52.5px;
    background-image: url('../img/flow-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}

.step-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.step-description {
    max-width: 355px;
    text-align: left;
}

.step-description h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.375;
    letter-spacing: 0;
    border-bottom: 1px solid #a6a6a6;
    display: inline-block;
}

.step-description p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1.375;
    font-family: 'Noto Serif JP', serif;
}

.flow-arrow {
    display: none;
}

.flow-arrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gift-flow-slider .splide__list {
    height: auto!important;
}

@media(max-width: 1279px) {
    .step-description {
        min-height: 122px;
    }

    .flow-step:not(:last-child) .step-image::after {
        right: -7vw;
    }
}




/* レスポンシブ対応 */
@media (max-width: 959px) {
    /* デスクトップ表示を非表示 */
    .gift-flow-desktop {
        display: none;
    }
    
    /* スライダー表示 */
    .gift-flow-slider {
        display: block;
        max-height: none;
        overflow: visible;
    }
    
    .gift-flow-slider .splide {
        max-height: none;
    }
    
    .gift-flow-slider .splide__track {
        max-height: none;
    }
    
    .gift-flow-slider .splide__list {
        max-height: none;
    }
    
    .gift-flow-slider .splide__slide {
        max-height: none;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        min-height: auto;
    }
    
    .gift-flow-slider .flow-step {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    
    .gift-flow-slider .flow-step__ttl-wrap {
        margin-bottom: 20px;
    }
    
    .gift-flow-slider .step-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    .gift-flow-slider .step-description {
        min-height: auto;
        padding: 0;
    }
    
    .gift-flow-slider .step-image {
        width: 100%;
        max-width: 100%;
    }
    
    .gift-flow-slider .step-image img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .gift-flow {
        margin-top: 14px;
        padding: 0;
    }


    
    .gift-flow-slider .flow-step {
        width: 100%;
        text-align: center;
    }
    
    .gift-flow-slider .step-image {
        width: 200px;
        height: auto;
        max-height: 300px;
        margin: 0 auto;
    }
    
    .gift-flow-slider .step-description {
        max-width: 100%;
        text-align: center;
    }
    
    /* スライダーの矢印を非表示 */
    .gift-flow-slider .flow-step:not(:last-child) .step-image::after {
        display: none;
    }
    
    /* Splideのカスタマイズ */
    .gift-flow-slider .splide__pagination {
        bottom: 0px;
    }
    
    .gift-flow-slider .splide__pagination__page {
        background: #ddd;
        border-radius: 50%;
        width: 14px;
        height: 14px;
        margin: 0 6px;
        transition: all 0.3s ease;
    }
    
    .gift-flow-slider .splide__pagination__page.is-active {
        background: #BCA27E;
        transform: none !important;
    }
    
    /* ギフト受け取りスライダーのページネーション */
    .gift-flow-slider .splide__pagination {
        position: static;
        margin-top: 30px;
        display: flex;
        justify-content: center;
        gap: 8px;
    }
    
    /* ギフト受け取りスライダーのページネーション（2つ目のスライダー） */
    #gift-receive-splide .splide__pagination {
        position: static;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        gap: 8px;
    }
    
    #gift-receive-splide .splide__pagination__page {
        background: #ddd;
        border-radius: 50%;
        width: 14px;
        height: 14px;
        margin: 0 6px;
        transition: all 0.3s ease;
    }
    
    #gift-receive-splide .splide__pagination__page.is-active {
        background: #BCA27E;
        transform: none !important;
    }
    
    /* 矢印アニメーション無効化（統合版） */
    .splide__arrow {
        transition: none !important;
        animation: none !important;
    }
    
    .splide__arrow:active,
    .splide__arrow:focus,
    .splide__arrow:hover {
        transition: none !important;
        animation: none !important;
    }
    
    /* eギフトスライダーの矢印スタイル */
    .gift-flow-slider .splide__arrow {
        background: url('../img/flow-arrow.png') center/contain no-repeat !important;
        background-color: transparent !important;
        border: none !important;
        border-radius: 0 !important;
        width: 40px !important;
        height: 40px !important;
        opacity: 1 !important;
        transition: none !important;
        position: absolute !important;
        z-index: 10 !important;
        margin: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
        outline: none !important;
        animation: none !important;
        transform-origin: center !important;
    }
    
    .gift-flow-slider .splide__arrow:hover {
        opacity: 1 !important;
    }
    
    .gift-flow-slider .splide__arrow--prev:active {
        transform: translateY(-50%) rotate(180deg) !important;
        animation: none !important;
        transition: none !important;
    }
    
    .gift-flow-slider .splide__arrow--prev:focus {
        transform: translateY(-50%) rotate(180deg) !important;
        animation: none !important;
        transition: none !important;
    }
    
    .gift-flow-slider .splide__arrow--prev:focus:active {
        transform: translateY(-50%) rotate(180deg) !important;
        animation: none !important;
        transition: none !important;
    }
    
    .gift-flow-slider .splide__arrow--prev {
        left: 10px !important;
        top: 50% !important;
        transform: translateY(-50%) rotate(180deg) !important;
    }
    
    .gift-flow-slider .splide__arrow--next {
        right: 10px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
    
    .gift-flow-slider .splide__arrow--next:active {
        transform: translateY(-50%) !important;
        animation: none !important;
        transition: none !important;
    }
    
    .gift-flow-slider .splide__arrow--next:focus {
        transform: translateY(-50%) !important;
        animation: none !important;
        transition: none !important;
    }
    
    .gift-flow-slider .splide__arrow--next:focus:active {
        transform: translateY(-50%) !important;
        animation: none !important;
        transition: none !important;
    }
    
    .gift-flow-slider .splide__arrow svg,
    .gift-flow-slider .splide__arrow svg * {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
    
    /* ギフト受け取りスライダーの矢印スタイル */
    #gift-receive-splide .splide__arrow {
        background: url('../img/flow-arrow.png') center/contain no-repeat !important;
        background-color: transparent !important;
        border: none !important;
        border-radius: 0 !important;
        width: 40px !important;
        height: 40px !important;
        opacity: 1 !important;
        transition: none !important;
        position: absolute !important;
        z-index: 10 !important;
        margin: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
        outline: none !important;
        animation: none !important;
        transform-origin: center !important;
    }
    
    #gift-receive-splide .splide__arrow:hover {
        opacity: 1 !important;
    }
    
    #gift-receive-splide .splide__arrow--prev:active {
        transform: translateY(-50%) rotate(180deg) !important;
        animation: none !important;
        transition: none !important;
    }
    
    #gift-receive-splide .splide__arrow--prev:focus {
        transform: translateY(-50%) rotate(180deg) !important;
        animation: none !important;
        transition: none !important;
    }
    
    #gift-receive-splide .splide__arrow--prev:focus:active {
        transform: translateY(-50%) rotate(180deg) !important;
        animation: none !important;
        transition: none !important;
    }
    
    #gift-receive-splide .splide__arrow--prev {
        left: 10px !important;
        top: 50% !important;
        transform: translateY(-50%) rotate(180deg) !important;
    }
    
    #gift-receive-splide .splide__arrow--next {
        right: 10px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
    
    #gift-receive-splide .splide__arrow--next:active {
        transform: translateY(-50%) !important;
        animation: none !important;
        transition: none !important;
    }
    
    #gift-receive-splide .splide__arrow--next:focus {
        transform: translateY(-50%) !important;
        animation: none !important;
        transition: none !important;
    }
    
    #gift-receive-splide .splide__arrow--next:focus:active {
        transform: translateY(-50%) !important;
        animation: none !important;
        transition: none !important;
    }
    
    #gift-receive-splide .splide__arrow svg {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
    
    #gift-receive-splide .splide__arrow svg path {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
    
    #gift-receive-splide .splide__arrow svg * {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }

    .flow-step__ttl-wrap {
        display: flex;
        align-items: center;
    }

    .step-number {
        margin-right: 5px;
    }

    .step-description p {
        text-align: left;
        margin-top: 15px;
    }

    .give-cont {
        margin-top: 40px;
    }

    .howto-cont .lv3-heading {
        margin: 0;

    }

    .step-content {
        display: block;
        width: 100%;
    }

    .step-image img {
        object-fit: contain;
    }

    .gift-flow-slider .step-image {
        max-height: initial;
    }

}

@media (max-width: 768px) {
    .gift-flow {
        padding: 0;
    }
    
    /* .gift-flow-slider {
        max-height: 400px;
    } */
    
    /* .gift-flow-slider .splide,
    .gift-flow-slider .splide__track,
    .gift-flow-slider .splide__list,
    .gift-flow-slider .splide__slide {
        max-height: 400px;
    } */
    
    .gift-flow-slider .step-image {
        width: 150px;
        height: auto;
        max-height: initial;
    }
    
    .gift-flow-slider .step-description h4,
    .gift-flow-slider .step-description p {
        font-size: 14px;
    }

    .flow-step__ttl-wrap h4 {
        font-size: 14px;
    }
}



/* 店舗で商品を見てから選ぶ */
.store__col-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 71px;
    margin-top: 60px;
}

.store__col-l {
    max-width: 583px;
    width: 100%;
}

.store__col img {
    width: 100%;
}

.store__col-r {
    width: 335px;
    flex-shrink: 0;
}

.store__col-r a {
    display: block;
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 16px;
    padding: 23px;
}

.store {
    background: linear-gradient(transparent 55%, #F6F1E7 55%);
}

.store .ly-inner {
    padding-top: 130px;
    padding-bottom: 177px;
}

.give-cont {
    margin-top: 83px;
}

.get-cont {
    margin-top: 120px;
}

@media(max-width: 768px) {
    .get-cont {
        margin-top: 60px;
    }

    .give-cont {
        margin-top: 40px;
    }

    .gift-flow-slider .step-description h4, .gift-flow-slider .step-description p {
        margin-top: 0;
    }

    .gift-flow-slider .flow-step__ttl-wrap {
        margin-bottom: 5px;
    }

    .store__col-wrap {
        flex-direction: column;
        gap: 14px;
    }
    
    .store__col-l {
        max-width: 275px;
    }

    .store .ly-inner {
        padding-top: 60px;
        padding-bottom: 120px;
    }

    .store {
        background: linear-gradient(transparent 45%, #F6F1E7 45%);
    }
}


/* バナーセクション */
/* ===================================== */
.gitf2510__banner {
    /* max-width: 845px; */
    max-width: 1300px;
    padding: 0 50px;
    margin: 0 auto;
}

.gitf2510__banner-wrap {
    width: 100%;
    transition: opacity 0.3s ease;
}

@media(hover: hover) {
    .gitf2510__banner-wrap:hover img {
        opacity: 0.6;
    }
}

.gitf2510__banner-wrap img,
.gitf2510__banner-wrap picture {
    width: 100%;
    display: block;
}

.gitf2510__banner-wrap picture img,
.gitf2510__banner-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

@media(max-width: 768px) {
    .gitf2510__banner {
        padding: 0 20px;
    }
}