@charset "UTF-8";

@property --mask-radius {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 0%;
}

@property --mask-blur {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 20%;
}

/* 基本設定 */
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Shippori Mincho", serif;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;

    &.scroll-lock {
        position: fixed;
        overflow: hidden;
        width: 100%;
    }
}

/* フォント設定 */
.font-serif {
    font-family: "Shippori Mincho", serif;
}

.font-english {
    font-family: "Cormorant Garamond", serif;
}

/* 共通ユーティリティ */
.hidden {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.sp-only {
    display: none;
}

.fs-l-page {
    padding-top: 0 !important;
}

.fs-l-main {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.fs-l-pageMain {
    max-width: 100% !important;
}

/* ============================================
   FVセクション
   ============================================ */
.fv-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 800px;
    overflow: hidden;
    z-index: 2;
}

.fv-container {
    position: relative;
    width: 100%;
    height: 100%;
}

/* 背景画像 */
.fv-background {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fv-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
    animation: zoomOut 3s ease-out forwards;
}

@keyframes zoomOut {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

/* テキストコンテンツ */
.fv-content {
    position: absolute;
    top: 0;
    right: 5%;
    width: 100%;
    max-width: 538px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
    height: 100%;

    @media (min-width: 1600px) {
        left: 55%;
        right: auto;
    }
}

/* メインタイトル */
.fv-main-title {
    font-weight: 400;
    line-height: 0;
    letter-spacing: 0.02em;
    font-family: "Shippori Mincho", serif;
    text-align: center;
    order: 0;
    color: #fff;

    .word {
        font-family: "Shippori Mincho", serif;
        color: #fff;
        display: inline-block;
    }

    .char {
        font-family: "Shippori Mincho", serif;
        color: #fff;
        display: inline-block;
        opacity: 0;
    }
}

.fv-title-line {
    display: block;
    font-size: 62px;
    line-height: 1.7;
    letter-spacing: 0;
    margin: 0;
    font-family: "Shippori Mincho", serif;
    color: #fff;

    &:first-child {
        margin-bottom: 0;
    }
}

/* FVタイトル 1行目「極上が始まる、」カーニング */
.fv-char-1 {
    letter-spacing: 1.24px;
} /* 極 */
.fv-char-2 {
    letter-spacing: 0;
} /* 上 */
.fv-char-3 {
    letter-spacing: 3.1px;
} /* が */
.fv-char-4 {
    letter-spacing: -6.2px;
} /* 始 */
.fv-char-5 {
    letter-spacing: -13.64px;
} /* ま */
.fv-char-6 {
    letter-spacing: -2.48px;
} /* る */
.fv-char-7 {
    letter-spacing: 0;
} /* 、 */

/* FVタイトル 2行目「その一滴とともに。」カーニング */
.fv-char-8 {
    letter-spacing: -4.34px;
} /* そ */
.fv-char-9 {
    letter-spacing: 2.48px;
} /* の */
.fv-char-10 {
    letter-spacing: 1.24px;
} /* 一 */
.fv-char-11 {
    letter-spacing: -6.82px;
} /* 滴 */
.fv-char-12 {
    letter-spacing: -13.64px;
} /* と */
.fv-char-13 {
    letter-spacing: -13.64px;
} /* と */
.fv-char-14 {
    letter-spacing: -4.96px;
} /* も */
.fv-char-15 {
    letter-spacing: 0;
} /* に */
.fv-char-16 {
    letter-spacing: 0;
} /* 。 */

/* ブランド名 */
.fv-brand {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.75px;
    font-family: "Parlare", "Times New Roman", serif;
    margin: 0;
    order: 1;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: 30px;

    .word {
        font-family: "Parlare", "Times New Roman", serif;
        color: #fff;
        display: inline-block;
    }

    .char {
        font-family: "Parlare", "Times New Roman", serif;
        color: #fff;
        display: inline-block;
        opacity: 0;
    }
}

/* 説明文 */
.fv-description {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -0.44px;
    order: 2;
    text-align: center;
    margin-top: 100px;

    &.fade-up {
        opacity: 0;
        transform: translateY(30px);
        animation: fadeUpIn 1s ease-out forwards;
        animation-delay: 1.5s;
    }
}

.fv-desc-line {
    font-family: "Shippori Mincho", serif;
    color: #fff;
    margin: 0;
    display: block;

    &:first-child {
        margin-bottom: 0;
    }
}

/* 独占情報 */
.fv-exclusive {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.52px;
    font-family: "Shippori Mincho", serif;
    margin: 0;
    order: 3;
    color: #fff;
    text-align: center;
    margin-top: 20px;

    &.fade-up {
        opacity: 0;
        transform: translateY(30px);
        animation: fadeUpIn 1s ease-out forwards;
        animation-delay: 2s;
    }
}

.fv-exclusive-space {
    letter-spacing: -3.2px;
}

/* スクロールバー */
.fv-scrollbar {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 1px;
    height: 250px;
    z-index: 4;
}

.scrollbar-track {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 250px;
    background-color: #d9d9d9;
}

.scrollbar-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
    background-color: #b23641;
    animation: scrollbarGrow 5s ease-in-out infinite;
}

@keyframes scrollbarGrow {
    0% {
        height: 0;
        top: 0;
    }
    50% {
        height: 250px;
        top: 0;
    }
    100% {
        height: 0;
        top: 250px;
    }
}

@keyframes scrollbarGrowMobile {
    0% {
        height: 0;
        top: 0;
    }
    50% {
        height: 220px;
        top: 0;
    }
    100% {
        height: 0;
        top: 220px;
    }
}

@keyframes fadeUpIn {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 960px) {
    .fv-content {
        height: 100dvh;
        left: 0;
        max-width: 100%;
        padding: 35px 20px 0;
        justify-content: flex-start;
        align-items: center;
    }

    .fv-main-title {
        font-family: "Shippori Mincho", serif;
        line-height: 0;
        font-weight: 400;
        letter-spacing: 0;
        text-align: center;
        color: #fff;
    }

    .fv-title-line {
        font-size: 38px;
        line-height: 1.6;
        display: block;
    }

    /* FVタイトル 1行目「極上が始まる、」カーニング SP */
    .fv-char-1 {
        letter-spacing: 0.76px;
    } /* 極 */
    .fv-char-2 {
        letter-spacing: 0;
    } /* 上 */
    .fv-char-3 {
        letter-spacing: 1.9px;
    } /* が */
    .fv-char-4 {
        letter-spacing: -3.8px;
    } /* 始 */
    .fv-char-5 {
        letter-spacing: -8.36px;
    } /* ま */
    .fv-char-6 {
        letter-spacing: -1.52px;
    } /* る */
    .fv-char-7 {
        letter-spacing: 0;
    } /* 、 */

    /* FVタイトル 2行目「その一滴とともに。」カーニング SP */
    .fv-char-8 {
        letter-spacing: -2.66px;
    } /* そ */
    .fv-char-9 {
        letter-spacing: 1.52px;
    } /* の */
    .fv-char-10 {
        letter-spacing: 0.76px;
    } /* 一 */
    .fv-char-11 {
        letter-spacing: -4.18px;
    } /* 滴 */
    .fv-char-12 {
        letter-spacing: -8.36px;
    } /* と */
    .fv-char-13 {
        letter-spacing: -8.36px;
    } /* と */
    .fv-char-14 {
        letter-spacing: -3.04px;
    } /* も */
    .fv-char-15 {
        letter-spacing: 0;
    } /* に */
    .fv-char-16 {
        letter-spacing: 0;
    } /* 。 */

    .fv-brand {
        font-size: 9px;
        letter-spacing: -0.45px;
        margin-top: 0;
        font-family: "Parlare", "Times New Roman", serif;
        line-height: normal;
    }

    .fv-description {
        font-size: 16px;
        line-height: 1.8;
        letter-spacing: -0.32px;
        margin-top: 45px;
        font-family: "Shippori Mincho", serif;
    }

    .fv-exclusive {
        font-size: 19px;
        letter-spacing: 0.38px;
        margin-top: 12px;
        font-family: "Shippori Mincho", serif;
        line-height: 1.8;
    }

    .fv-exclusive-space {
        letter-spacing: -3.8px;
    }

    .fv-scrollbar {
        height: 220px;
    }

    .scrollbar-track {
        height: 220px;
    }

    .scrollbar-thumb {
        animation: scrollbarGrowMobile 5s ease-in-out infinite;
    }
}

/* ============================================
   Awardセクション
   ============================================ */
.award-section {
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 1;

    &.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 4;
        overflow: auto;
    }
}

.award-container {
    position: relative;
    width: 100%;
}

/* 背景領域 */
.award-background {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;

    &.hidden {
        visibility: hidden;
    }
}

.award-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.award-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
            180deg,
            rgba(14, 18, 17, 0.75) 0%,
            rgba(14, 18, 17, 0.65) 45%,
            rgba(14, 18, 17, 0.82) 100%
        ),
        linear-gradient(
            90deg,
            rgba(14, 18, 17, 0.45) 0%,
            rgba(14, 18, 17, 0.1) 100%
        );
    pointer-events: none;
}

/* コンテンツ領域 */
.award-content {
    position: relative;
    width: 100%;
    z-index: 2;
}

.award-title {
    font-size: 108px;
    font-weight: 400;
    font-family: "Cormorant Garamond", serif;
    color: #000;
    text-align: center;
    margin: 0;
    position: relative;
    line-height: 1.1;
    --mask-left: 100%;
    --mask-right: 100%;

    &::before {
        content: attr(data-text);
        position: absolute;
        inset: 0;
        color: #fff;
        clip-path: inset(0 var(--mask-right) 0 var(--mask-left));
        pointer-events: none;
        transition: clip-path 0.08s ease-out;
    }
}

.award-title-spacer {
    height: 100vh;
}

.award-title.is-fixed {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    margin: 0;
    pointer-events: none;
}

.award-text-content {
    position: relative;
    width: 100%;
    max-width: 940px;
    padding-bottom: 240px;
    margin: 0 auto;
    color: #f5f5f0;
    z-index: 2;
    font-family: "Shippori Mincho", serif;
    transition: opacity 0.5s ease-out;

    &.hidden {
        opacity: 0;
    }
}

.award-body {
    display: flex;
    flex-direction: column;
    gap: 160px;
}

.award-body.hidden {
    display: none;
}

/* AWARDセクションの下からフェードインアニメーション */
.award-fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;

    &.visible {
        opacity: 1;
        transform: translateY(0);
    }
}

.award-hero {
    text-align: center;
}

.award-headline {
    font-size: 47px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.47px;
    color: #ffffff;
    font-family: "Shippori Mincho", serif;
    margin-top: 180px;
}

.headline-line {
    display: block;
    line-height: 1.8;
    color: #ffffff;
    font-family: "Shippori Mincho", serif;

    span {
        color: inherit;
        font-family: inherit;
    }
}

.ls-plus-096 {
    letter-spacing: 0.96px;
}

.ls-plus-048 {
    letter-spacing: 0.48px;
}

.ls-minus-080 {
    letter-spacing: -0.8px;
}

.ls-minus-048 {
    letter-spacing: -0.48px;
}

.ls-minus-112 {
    letter-spacing: -1.12px;
}

.ls-minus-096 {
    letter-spacing: -0.96px;
}

.ls-minus-160 {
    letter-spacing: -1.6px;
}

.ls-minus-144 {
    letter-spacing: -1.44px;
}

.ls-minus-176 {
    letter-spacing: -1.76px;
}

.ls-minus-1880 {
    letter-spacing: -18.8px;
}

.award-body-text {
    max-width: 900px;
    margin: 40px auto 0;
    color: #fff;
    font-family: "Shippori Mincho", serif;

    p {
        font-size: 16px;
        line-height: 2.3;
        margin-bottom: 2rem;
        font-family: "Shippori Mincho", serif;
        color: #fff;
    }
}

.award-quote {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 550px;
    margin-inline: auto;
    gap: 30px;
    flex-wrap: wrap;
    color: #ffffff;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
}

.quote-image-wrapper {
    width: 142px;
    height: 175px;
    flex-shrink: 0;
}

.quote-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.quote-copy {
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: #ffffff;
    max-width: 772px;
}

.quote-text {
    font-family: "Noto Serif JP", "Shippori Mincho", serif;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0;
    margin: 0;
    color: #ffffff;
}

.quote-credit {
    font-family: "Shippori Mincho", serif;
    font-size: 15.84px;
    line-height: 1.4;
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
}

.award-logos-wrapper {
    text-align: center;
}

.award-logos-title {
    & > span {
        font-family: "Shippori Mincho", serif;
        font-size: 42px;
        font-weight: 400;
        line-height: 1.8;
        letter-spacing: -0.42px;
        color: #ffffff;
        text-align: center;
        white-space: nowrap;
        margin: 0;
    }
}

.award-logos-title .num {
    letter-spacing: -0.42px;
}

.award-logos-title .mid {
    letter-spacing: -2.1px;
}

.award-logos-title .end {
    letter-spacing: -1.26px;
}

.award-logos {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 46px;
}

.award-card {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    width: 200px;
    flex-shrink: 0;
}

.award-card-decanter {
    width: 207px;
}

.logo {
    height: 80px;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.logo-image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.logo-independent {
    background: transparent;

    .logo-image {
        height: 50px;
        width: 194px;
        object-fit: contain;
    }
}

.logo-dunnuck {
    background: transparent;

    .logo-image {
        height: 21px;
        width: 193px;
        object-fit: contain;
    }
}

.logo-parker {
    background: transparent;

    .logo-image {
        height: 78px;
        width: 144px;
        object-fit: contain;
    }
}

.logo-decanter {
    background: transparent;

    .logo-image {
        height: 71px;
        width: 94.789px;
        object-fit: contain;
    }
}

.award-lines {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    text-align: center;
    width: 100%;

    li {
        margin: 0;
        padding: 0;
        white-space: nowrap;
        font-family: "Shippori Mincho", serif;
        font-weight: 400;
        font-style: normal;
        color: #ffffff;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: -0.48px;
    }
}

@media (max-width: 960px) {
    .award-headline {
        font-size: 42px;
    }

    .award-quote {
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 640px) {
    .award-title {
        font-size: 62px;
    }

    .award-text-content {
        padding: 62px 12px 120px;
        color: #fff;
    }

    .award-body {
        gap: 80px;
    }

    .award-headline {
        font-size: 25px;
        line-height: 1.8;
        letter-spacing: -0.25px;
        margin-top: 80px;
    }

    .headline-line {
        line-height: 1.8;
    }

    /* 数字のカーニング調整 */
    .ls-plus-096 {
        letter-spacing: 1.5px;
    }
    .ls-plus-048 {
        letter-spacing: 0.75px;
    }
    .ls-minus-080 {
        letter-spacing: -1.25px;
    }
    .ls-minus-048 {
        letter-spacing: -0.75px;
    }
    .ls-minus-112 {
        letter-spacing: -1.75px;
    }
    .ls-minus-096 {
        letter-spacing: -1.5px;
    }
    .ls-minus-160 {
        letter-spacing: -2.5px;
    }
    .ls-minus-144 {
        letter-spacing: -2.25px;
    }
    .ls-minus-176 {
        letter-spacing: -2.75px;
    }
    .ls-minus-1880 {
        letter-spacing: -10px;
    }

    .award-body-text {
        margin: 30px auto 0;

        p {
            font-size: 15px;
            line-height: 2.3;
            margin-bottom: 1.5rem;
        }
    }

    .award-quote {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }

    .quote-image-wrapper {
        width: 134px;
        height: 160px;
    }

    .quote-copy {
        align-items: flex-start;
        text-align: left;
        gap: 12px;
        padding-inline: 28px;
    }

    .quote-text {
        font-size: 16px;
        line-height: 1.8;
        font-family: "Noto Serif JP", sans-serif;
    }

    .quote-credit {
        font-size: 14px;
        line-height: 1.4;
    }

    .award-logos-title {
        & > span {
            font-size: 23px;
            letter-spacing: -0.23px;
        }
    }

    .award-logos-title .num {
        letter-spacing: -0.23px;
    }

    .award-logos-title .mid {
        letter-spacing: -1.15px;
    }

    .award-logos-title .end {
        letter-spacing: -0.69px;
    }

    .award-logos {
        flex-direction: column;
        gap: 30px;
        padding-inline: 3px;
        margin-top: 20px;

        /* グリッドレイアウト再構築 */
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px 10px;
        width: 100%;

        /* ロゴカード内のレイアウト調整 */
        > div {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            gap: 10px;

            &:nth-child(1),
            &:nth-child(2),
            &:nth-child(3),
            &:nth-child(4) {
                flex-direction: column;
                justify-content: flex-start;
            }
        }
    }

    .award-card {
        width: 100%;
        max-width: 360px;
        align-items: center;
        text-align: center;
    }

    .award-card-decanter {
        width: 100%;
    }

    .logo {
        height: 80px;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo-image {
        max-height: 100%;
        width: auto;
        max-width: 100%;
    }

    .award-lines {
        li {
            font-size: 14px;
            line-height: 1.5;
            letter-spacing: -0.42px;
        }
    }
}

/* ============================================
   Specialセクション
   ============================================ */
.special-section {
    position: relative;
    width: 100%;
    z-index: 2;
}

.special-background {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    pointer-events: none;
}

.special-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.special-content {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 280px 10px 240px;
    z-index: 1;
    margin-top: -100vh;
}

.special-title-wrapper {
    text-align: center;
    margin-bottom: 160px;
}

.special-main-title {
    .char {
        font-family: "Shippori Mincho", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 47px;
        line-height: 1.6;
        color: #ffffff;
        letter-spacing: -2.35px;
        text-align: center;
        margin: 0 0 30px 0;
        opacity: 0;
    }
}

.special-subtitle {
    font-family: "Parlare", "Times New Roman", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    letter-spacing: -0.9px;
    text-align: center;
    margin: 0;
}

.special-item-wrapper {
    display: flex;
    flex-direction: column;
    gap: 180px;
    max-width: 940px;
    margin: 0 auto;
}

.special-item {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.special-item-image {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
}

.special-image {
    width: 100%;
    height: auto;
    display: block;
}

.special-item-text {
    width: 100%;
    max-width: 626px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
}

.special-item-title {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
    line-height: 1.8;
    color: #ffffff;
    letter-spacing: -1.5px;
    margin: 0;
}

.special-item-body {
    display: flex;
    flex-direction: column;
    gap: 22px;
    width: 540px;
    max-width: 100%;
}

.special-body-text {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.8;
    color: #ffffff;
    margin: 0;
}

.special-footer {
    text-align: center;
    padding-top: 240px;
}

.special-footer-title {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 52px;
    line-height: 1.6;
    color: #ffffff;
    text-align: center;
    margin: 0 0 30px 0;

    .word {
        font-family: "Shippori Mincho", serif;
        color: #ffffff;
        display: inline-block;
    }

    .char {
        font-family: "Shippori Mincho", serif;
        color: #ffffff;
        display: inline-block;
        opacity: 0;
    }
}

.special-footer-text {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1.7;
    color: #ffffff;
    letter-spacing: 0.44px;
    text-align: center;
    margin: 0;
}

.special-subtitle-fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease-out, transform 1s ease-out;

    &.visible {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Specialアイテムの下からフェードインアニメーション */
.special-item-fade-up {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 1s ease-out, transform 1s ease-out;

    &.visible {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 画像用のフェードイン（遅延あり） */
.special-image-fade-up {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;

    &.visible {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Specialフッターの下からフェードインアニメーション */
.special-footer-fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;

    &.visible {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 960px) {
    .special-content {
        padding: 120px 20px;
    }

    .special-item-wrapper {
        gap: 80px;
    }

    .special-item {
        flex-direction: column;
        gap: 30px;
    }

    .special-item-image {
        margin: 0 auto;
        width: 100%;
        max-width: 568px;
    }

    .special-item-text {
        max-width: 100%;
        gap: 20px;
    }

    .special-item-body {
        width: 100%;
        gap: 15px;
    }

    .special-footer {
        padding-top: 100px;
    }
}

@media (max-width: 640px) {
    .special-title-wrapper {
        margin-bottom: 80px;
    }

    .special-main-title {
        .char {
            font-size: 32px;
            letter-spacing: -1.6px;
            line-height: 1;
        }
    }

    .special-subtitle {
        font-size: 12px;
    }

    .special-item-title {
        font-size: 24px;
    }

    .special-body-text {
        font-size: 14px;
    }

    .special-footer-title {
        font-size: 30px;
    }

    .special-footer-text {
        font-size: 18px;
    }
}

/* ============================================
   Historyセクション
   ============================================ */
.history-section {
    position: relative;
    width: 100%;
    height: calc(200vh + 100px);
    background-color: #fff;
    z-index: 2;
    /* 固定要素がセクション外に出ないようにクリップ */
    clip-path: inset(0 0 0 0);
}

.history-container {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* 開き切った後：コンテナの高さを解除してスクロール可能に */
.history-container.is-released {
    height: auto;
    min-height: 100vh;
    overflow: visible;
}

/* 開き切った後：背景を固定 */
.history-container.is-released .history-background {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw !important;
    height: 100vh !important;
}

.history-container.is-released .history-bg-image {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.history-title-spacer {
    height: 100vh;
}

.history-background {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
    transition: width 0.1s ease-out, height 0.1s ease-out;

    &.hidden {
        visibility: hidden;
    }
}

.history-bg-image {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: calc(50% - 25vh);
    left: 50%;
    transform: translate(-50%, -50%);
}

.history-content {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px 160px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
}

/* タイトルラッパー - マスク処理用 */
.history-title-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

/* タイトル固定時のスタイル */
.history-title-wrapper.is-fixed {
    position: fixed;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    z-index: 3;
    pointer-events: none;
}

@media (min-width: 941px) {
    .history-title-wrapper.is-fixed {
        /* PC時: history-contentと同じ位置（max-width: 1280px + padding: 20px）に配置 */
        left: max(20px, calc((100vw - 1280px) / 2 + 12px));
    }
}

@media (max-width: 940px) {
    .history-title-wrapper.is-fixed {
        /* スマホ時: セクション上端から100px下 */
        top: 100px;
        transform: translateY(0);
    }
}

/* タイトル基本スタイル */
.history-title {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 64px;
    line-height: 1.6;
    letter-spacing: -3.2px;
    margin: 0;
    white-space: nowrap;
    position: relative;
}

/* 黒テキスト（ベースレイヤー） */
.history-title-base {
    color: #000000;
}

/* 白テキスト（マスクレイヤー） */
.history-title-mask {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    clip-path: inset(50% 50% 50% 50%);
    pointer-events: none;
}

.history-title-line {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: inherit;
}

.history-title-line-common {
    display: block;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: inherit;
}

/* 「伝統」「革新」のアクセント色（ベースレイヤー） */
.history-accent {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #951114;
}

/* 「伝統」「革新」の白色（マスクレイヤー） */
.history-accent-white {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
}

/* text-splitアニメーション用 */
.history-title .char {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    opacity: 0;
    color: inherit;
}

.history-title-base .char {
    color: #000000;
}

.history-title-mask .char {
    color: #ffffff;
    opacity: 1;
}

/* アクセントカラー用（text-split適用時） */
.history-accent .char {
    color: #951114;
}

.history-accent-white .char {
    color: #ffffff;
    opacity: 1;
}

/* テキストラッパー - 背景と同じ白色なので最初から表示 */
.history-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 456px;
    color: #fff;
    margin-top: 60px;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.history-text-wrapper.hidden {
    opacity: 0;
    transform: translateY(30px);
    pointer-events: none;
}

.history-subtitle-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.history-line {
    width: 40px;
    height: 1px;
    background-color: #ffffff;
}

.history-subtitle {
    font-family: "Libre Baskerville", "Baskerville", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    line-height: 1;
    color: #ffffff;
    margin: 0;
    white-space: nowrap;
}

.history-body {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.history-body-text {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.8;
    color: #ffffff;
    margin: 0 0 20px 0;

    &:last-child {
        margin-bottom: 0;
    }
}

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

    .pc-only {
        display: none;
    }

    .history-content {
        padding: 0 20px;
        align-items: flex-start;
    }

    .history-title {
        font-size: 36px;
        letter-spacing: -1.8px;
        white-space: normal;
        line-height: 1.6;
    }

    .history-text-wrapper {
        max-width: 306px;
        width: 100%;
        gap: 28px;
        margin-top: 80px;
    }

    .history-subtitle-wrapper {
        gap: 12px;
    }

    .history-line {
        width: 24px;
    }

    .history-subtitle {
        font-size: 20px;
    }

    .history-body-text {
        font-size: 14px;
        line-height: 1.8;
    }
}

/* iPhone SE等の小さい画面用 */
@media (max-width: 640px) and (max-height: 700px) {
    .history-content {
        padding: 0 20px;
    }

    .history-subtitle {
        font-size: 18px;
    }

    .history-body-text {
        font-size: 13px;
        line-height: 1.7;
    }
}

/* ============================================
   Essenceセクション
   ============================================ */
.essence-section {
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 3;
    padding-bottom: 300px;
}

/* イントロダクション（白背景） */
.essence-intro {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    z-index: 2;
    padding: 100px 20px;
}

.essence-title-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 140px;
}

.essence-title {
    margin: 0;
    padding: 0;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 108px;
    letter-spacing: -2.16px;
    color: #1a1a1a;
    line-height: 1;
}

.essence-title .char {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    color: #1a1a1a;
    opacity: 0;
    display: inline-block;
}

.essence-title-image {
    display: block;
    width: 100%;
    max-width: 413.65px;
    height: auto;
}

.essence-text-content {
    text-align: center;
    max-width: 629px;
    width: 100%;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;

    &.visible {
        opacity: 1;
        transform: translateY(0);
    }
}

.essence-text-line {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 2;
    color: #1a1a1a;
    margin: 0;
    text-align: center;

    &:first-child {
        margin-bottom: 0;
    }
}

/* スクロールコンテンツラッパー */
.essence-scroll-wrapper {
    position: relative;
    width: 100%;
    z-index: 10;
    background-color: transparent;
}

/* 背景固定レイヤー - essenceセクション内で固定表示 */
.essence-bg-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;

    &.visible {
        opacity: 1;
        visibility: visible;
    }
}

.essence-bg-sticky-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.essence-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;

    &.active {
        opacity: 1;
    }
}

.essence-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.essence-bg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(14, 18, 17, 0.3);
    z-index: 1;
}

/* コンテンツコンテナ */
.essence-scroll-container {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

/* 左側のスクロールエリア */
.essence-text-scroll {
    width: 100%;
    max-width: 600px;
    margin-left: 60px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.essence-text-block {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: calc((100vh - 490px) / 2);
    padding-bottom: 100px;
    opacity: 0.3;
    transition: opacity 0.5s ease;
    box-sizing: border-box;
    max-width: 504px;

    &:last-child {
        min-height: 50vh;
        padding-bottom: 0;
    }

    &.active {
        opacity: 1;
    }
}

/* テキストスタイル */
.essence-subtitle-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 37px;
}

.essence-line {
    width: 30px;
    height: 1px;
    background-color: #fff;
    position: relative;
}

.essence-subtitle {
    font-family: "Shippori Mincho", serif;
    font-size: 16px;
    letter-spacing: 1.28px;
    color: #fff;
    margin: 0;
    font-weight: 400;
}

.essence-headline {
    font-family: "Shippori Mincho", serif;
    font-size: 28px;
    line-height: 1.8;
    font-weight: 400;
    color: #fff;
    margin: 0 0 40px 0;
}

.essence-description {
    font-family: "Shippori Mincho", serif;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    color: #fff;
    margin-bottom: 40px;

    p {
        margin: 0;
        color: #fff;
        font-family: "Shippori Mincho", serif;
    }
}

.essence-body {
    font-family: "Shippori Mincho", serif;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    color: #fff;

    p {
        margin: 0 0 1.5em 0;
        color: #fff;
        font-family: "Shippori Mincho", serif;

        &:last-child {
            margin-bottom: 0;
        }
    }
}

/* 右側の画像固定エリア */
.essence-images-sticky {
    position: sticky;
    top: calc((100vh - 490px) / 2);
    width: 366px;
    height: 490px;
    margin-top: calc((100vh - 490px) / 2);
    margin-bottom: 0;
    margin-right: 60px;
    flex-shrink: 0;
}

.essence-image-wrapper {
    position: relative;
    width: 366px;
    height: 490px;
    overflow: hidden;
}

.essence-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s ease;

    &.active {
        opacity: 1;
        transform: translateX(0);
    }

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

@media (max-width: 960px) {
    .essence-scroll-container {
        flex-direction: column-reverse;
        padding: 0 20px;
    }

    .essence-text-scroll {
        margin-left: 0;
        max-width: 100%;
        padding-bottom: 100px;
        gap: 130px;
    }

    /* 画像固定エリアは非表示（コンテンツ内に画像を配置したため） */
    .essence-images-sticky {
        display: none;
    }

    .essence-image-wrapper {
        width: 100%;
        max-width: 366px;
        margin: 0 auto;
    }

    /* SP用画像：背景の動きは残しつつ、画像自体は配置する */
    .essence-sp-image {
        display: block;
        margin-top: 40px;
        width: 100%;
        position: relative;
        aspect-ratio: 220 / 294;
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
    }

    .essence-text-block {
        min-height: auto;
        padding: 60px 0;

        &:first-child {
            padding-top: 60px;
        }

        &:last-child {
            padding-bottom: 60px;
        }
    }
}

@media (max-width: 640px) {
    .essence-intro {
        padding: 60px 20px;
    }

    .essence-title-wrapper {
        margin-bottom: 80px;
    }

    .essence-title {
        font-size: 62px;
        letter-spacing: -1.24px;
    }

    .essence-title-image {
        max-width: 300px;
    }

    .essence-text-content {
        max-width: 100%;
    }

    .essence-text-line {
        font-size: 18px;
        line-height: 1.8;
    }

    /* SP時も固定背景レイヤーを維持（position: fixed のまま） */
    .essence-bg-layer {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 1;
    }

    .essence-bg-sticky-container {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .essence-bg-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    /* スクロールコンテナのレイアウト調整 */
    .essence-scroll-container {
        padding: 0 20px;
        flex-direction: column;
        position: relative;
        z-index: 10;
    }

    .essence-text-scroll {
        max-width: 100%;
        margin-left: 0;
        padding-bottom: 0;
    }

    .essence-text-block {
        padding: 60px 0 60px;
        min-height: auto;
        opacity: 1;

        &:last-child {
            padding-bottom: 70px;
        }
    }

    .essence-sp-img-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
    }

    /* マスクと画像の設定 */
    .essence-sp-img-mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 2px;
        overflow: hidden;
    }

    /* テキストスタイル調整 */
    .essence-headline {
        font-size: 28px;
        line-height: 1.6;
    }

    .essence-description {
        font-size: 16px;
        line-height: 1.8;
    }

    .essence-body {
        font-size: 14px;
        line-height: 1.8;
    }
}

/* ============================================
   Lineupセクション
   ============================================ */
.lineup-section {
    position: relative;
    width: 100%;
    background-color: #0e1211;
    color: #fff;
    z-index: 6;
}

.lineup-container {
    display: flex;
    width: 100%;
    min-height: 800px;
}

/* 左側（固定エリア） */
.lineup-left {
    position: sticky;
    top: 0;
    left: 0;
    width: 50%;
    height: 100vh;
    overflow: hidden;
}

.lineup-bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lineup-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 720/800;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;

    &.active {
        opacity: 1;
    }
}

.lineup-bg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}

/* アワードアイコン */
.lineup-award-icons {
    position: absolute;
    top: 20px;
    left: 32px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
}

.lineup-award-icons.active {
    opacity: 1;
    pointer-events: auto;
}

.lineup-award-icon {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

/* RPアイコンの黒背景を透過させる */
.lineup-award-icons .lineup-award-icon[src*="award-robertparker"] {
    mix-blend-mode: screen;
}

/* ナビゲーター */
.lineup-navigator {
    position: absolute;
    top: 40px;
    right: 13px;
    left: auto;
    transform: none;
    z-index: 10;
}

.lineup-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lineup-nav-item {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 20px;
    cursor: pointer;
    height: 40px;

    > .nav-text {
        opacity: 0.4;
        transition: opacity 0.3s;
    }

    &.active {
        > .nav-dot {
            background-color: #fff;
        }
        > .nav-text {
            opacity: 1;
        }
    }
}

.nav-dot {
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #929292;
    z-index: 2;
    transition: background-color 0.3s;
}

.nav-text {
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #fff;
    line-height: 1.2;
}

.nav-variety {
    color: #fff;
    font-family: "Libre Baskerville", "Baskerville", serif;
}

/* 右側（スクロールエリア） */
.lineup-right {
    width: 50%;
    background-color: #000;
    position: relative;
}

.lineup-right-bg {
    position: sticky;
    top: 0;
    right: 0;
    width: 100%;
    height: 800px;
    z-index: 1;
    pointer-events: none;
}

.lineup-bg-pattern {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 420px;
    height: 498px;
    object-fit: cover;
}

.lineup-right-content {
    margin-top: -800px;
    padding: 80px 48px;
}

.lineup-block {
    position: relative;
    z-index: 1;
    min-height: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 200px;

    &:not(:first-child) {
        padding-top: 80px;
    }
}

.lineup-content {
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.lineup-title-en {
    font-family: "Cormorant Garamond", serif;
    font-size: 38px;
    font-weight: 400;
    margin: 0 0 8px;
    letter-spacing: 1px;
    color: #fff;
}

.lineup-title-jp {
    font-family: "Shippori Mincho", serif;
    font-size: 18px;
    margin: 0 0 24px;
    opacity: 1;
    color: #fff;
}

.lineup-variety {
    font-family: "Cormorant Garamond", serif;
    font-size: 16px;
    margin-bottom: 72px;
    color: #a8a8a8;
}

.lineup-description {
    max-width: 434px;

    p {
        font-family: "Shippori Mincho", serif;
        font-size: 15px;
        line-height: 2;
        margin-bottom: 20px;
        opacity: 0.9;
        color: #fff;
    }
}

.lineup-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    padding: 0;
    width: 400px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    text-decoration: none;
    font-family: "Cormorant Garamond", serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.6px;
    transition: color 0.3s;
    align-self: flex-start;
    position: relative;
    box-sizing: border-box;

    &::before {
        content: "";
        position: absolute;
        top: -1px;
        left: -1px;
        width: 0;
        height: 0;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        box-sizing: border-box;
        transition: height 0.2s ease-out, width 0.2s ease-out 0.2s;
        opacity: 0;
        pointer-events: none;
    }

    &::after {
        content: "";
        position: absolute;
        bottom: -1px;
        right: -1px;
        width: 0;
        height: 0;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
        box-sizing: border-box;
        transition: height 0.2s ease-out, width 0.2s ease-out 0.2s;
        opacity: 0;
        pointer-events: none;
    }

    &:hover {
        color: #fff;

        &::before,
        &::after {
            width: calc(100% + 2px);
            height: calc(100% + 2px);
            opacity: 1;
            transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
        }
    }

    &:visited {
        color: #fff;
    }
}

/* All other lineups */
.lineup-others {
    position: relative;
    z-index: 1;
    padding: 100px 60px;
    color: #fff;
    text-align: center;
}

.lineup-others-title {
    font-family: "Parlare", "Times New Roman", serif;
    font-size: 40px;
    margin-bottom: 60px;
    letter-spacing: -3.2px;
    color: #fff;
}

.lineup-others-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 8px;
    justify-content: center;
    width: 100%;
}

.lineup-other-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    cursor: pointer;

    /* アイテム全体にホバーしたときにボタンもホバー状態に */
    &:hover .lineup-other-btn {
        color: #fff;

        &::before,
        &::after {
            width: calc(100% + 2px);
            height: calc(100% + 2px);
            opacity: 1;
            transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
        }
    }
}

.lineup-other-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 15px;
}

.lineup-other-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 80px;
    background-color: #333;
    z-index: 0;
}

.lineup-other-bottle {
    aspect-ratio: 120 / 190;
    position: relative;
    height: 100%;
    width: auto;
    z-index: 1;
    object-fit: contain;
}

.lineup-other-info {
    text-align: center;
}

.lineup-other-name-en {
    font-family: "Cormorant Garamond", serif;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    letter-spacing: -0.3px;
    color: #fff;
}

.lineup-other-name-jp {
    font-family: "Shippori Mincho", serif;
    font-size: 13px;
    font-weight: 500;
    margin: 4px 0 0;
    opacity: 0.8;
    color: #fff;
}

.lineup-other-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: color 0.3s;
    position: relative;
    box-sizing: border-box;

    span {
        display: inline-block;
        font-family: "Cormorant Garamond", serif;
        font-size: 13px;
        letter-spacing: 1px;
        color: #fff;
        font-weight: 500;
    }

    &::before {
        content: "";
        position: absolute;
        top: -1px;
        left: -1px;
        width: 0;
        height: 0;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        box-sizing: border-box;
        transition: height 0.2s ease-out, width 0.2s ease-out 0.2s;
        opacity: 0;
        pointer-events: none;
    }

    &::after {
        content: "";
        position: absolute;
        bottom: -1px;
        right: -1px;
        width: 0;
        height: 0;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
        box-sizing: border-box;
        transition: height 0.2s ease-out, width 0.2s ease-out 0.2s;
        opacity: 0;
        pointer-events: none;
    }

    &:hover {
        color: #fff;

        &::before,
        &::after {
            width: calc(100% + 2px);
            height: calc(100% + 2px);
            opacity: 1;
            transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
        }
    }
}

/* ブロック内Other Lineup用スタイル */
.lineup-others-in-block {
    margin-top: 160px;
    width: 100%;
    align-self: center;
}

.lineup-others-title-small {
    font-family: "Parlare", "Times New Roman", serif;
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    margin-bottom: -20px;
    margin-left: -20px;
    letter-spacing: -3.2px;
    line-height: 1.15;
}

.lineup-others-grid-small {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    justify-content: center;
}

@media (max-width: 1280px) {
    .lineup-others-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 400px;
    }
}

@media (max-width: 960px) {
    .lineup-others-grid {
        max-width: 100%;
        grid-template-columns: 1fr 1fr;
        gap: 20px 10px;
    }

    .lineup-container {
        flex-direction: column;
    }

    .lineup-left {
        display: none;
    }

    .lineup-right {
        width: 100%;
    }

    .lineup-navigator {
        display: none;
    }

    .lineup-right-bg {
        position: fixed;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        width: 100%;
        height: auto;
        z-index: 1;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .lineup-right-bg.visible {
        opacity: 1;
    }

    .lineup-bg-pattern {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        width: 100%;
        height: auto;
        max-width: 350px;
        margin: 0 0 0 auto;
        display: block;
    }

    .lineup-right-content {
        margin-top: 0;
        padding: 0;
        padding-bottom: 40px;
    }

    .lineup-block {
        min-height: auto;
        padding: 0;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .lineup-content {
        align-items: flex-start;
        text-align: left;
        padding: 40px 24px 80px;
    }

    .lineup-title-en {
        font-size: 28px;
        margin-bottom: 5px;
    }

    .lineup-title-jp {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .lineup-variety {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .lineup-description {
        max-width: 100%;

        p {
            font-size: 14px;
            line-height: 1.8;
            margin-bottom: 20px;
        }
    }

    .lineup-btn {
        width: 100%;
        text-align: center;
        margin: 20px auto 0;
        padding: 15px 0;
        box-sizing: border-box;
        height: auto;
    }

    .lineup-others-in-block {
        margin-top: 60px;
        width: 100%;
    }

    .lineup-others-title-small {
        font-size: 28px;
        letter-spacing: -2.24px;
        margin-left: 12px;
    }

    .lineup-sp-image-wrapper {
        width: 100%;
        margin: 0;
        position: relative;
        overflow: hidden;
        aspect-ratio: 390 / 570;
        display: block;
    }

    .lineup-sp-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }
}

/* ============================================
   Voiceセクション
   ============================================ */
.voice-section {
    position: relative;
    width: 100%;
    z-index: 6;
    background-color: #0e1211;
}

.voice-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.voice-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 108px;
    color: #fff;
    text-align: left;
    font-weight: 500;
    top: -80px;
    margin: 0 0 -51px 40px;
    position: relative;
    z-index: 20;
    width: fit-content;
}

.voice-grid {
    position: relative;
    display: flex;
    width: 100%;
    height: 466px;
    margin-top: -130px;
}

.voice-item {
    position: static;
    flex: 1;
    height: 100%;
    cursor: pointer;
    background: #000;

    &:hover {
        .voice-full-content {
            opacity: 1;
            pointer-events: auto;
        }

        .voice-item-bg-image {
            filter: grayscale(0%);
        }
    }
}

/* Trigger部分 */
.voice-trigger {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-bottom: 52px;
    padding-inline: 18px;
}

.voice-item-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    transition: transform 0.5s ease;
    overflow: hidden;
}

.voice-item-bg-image {
    display: block;
    width: auto;
    height: 100%;
    max-width: 980px;
    aspect-ratio: 980/490;
    filter: grayscale(100%);
    transition: filter 0.5s ease;
}

.voice-item-content {
    position: relative;
    height: 100%;
    color: #fff;
    z-index: 2;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.voice-store {
    font-family: "Shippori Mincho", serif;
    font-size: 25px;
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
    letter-spacing: 0;
}

.voice-name {
    font-family: "Shippori Mincho", serif;
    font-size: 20px;
    color: #fff;
    margin: 0 0 4px;
}

.voice-role {
    font-family: "Shippori Mincho", serif;
    font-size: 13px;
    color: #fff;
    margin: 0;
}

.voice-person {
    font-family: "Shippori Mincho", serif;
}

/* Full Content */
.voice-full-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0e1211;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    overflow: hidden;
}

.voice-full-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.voice-image-gradient-overlay {
    position: absolute;
    top: 0;
    left: 40%;
    right: 0;
    height: 100%;
    background: linear-gradient(
        270deg,
        #0c0c0c 59.95%,
        rgba(12, 12, 12, 0.8) 80.52%,
        rgba(12, 12, 12, 0.5) 93.25%,
        rgba(12, 12, 12, 0) 100%
    );
    z-index: 1;
    pointer-events: none;

    @media (min-width: 1500px) {
        left: 10%;
        right: auto;
        width: 100%;
        background: linear-gradient(
            270deg,
            #0c0c0c 70%,
            rgba(12, 12, 12, 0.8) 80%,
            rgba(12, 12, 12, 0.5) 85%,
            rgba(12, 12, 12, 0) 100%
        );
    }
}

.voice-full-content-wrapper {
    display: flex;
    gap: 140px;
    height: 100%;
    position: relative;
    z-index: 2;
    align-items: center;
}

.voice-full-info {
    width: calc(440px + 18px);
    height: 100%;
    z-index: 2;
    color: #fff;
    display: flex;
    align-items: flex-end;
    padding: 0 0 52px 18px;
}

.voice-full-info-inner {
    width: 100%;
}

.voice-full-detail {
    max-width: 960px;
    position: relative;
}

.voice-expression {
    font-family: "Parlare", "Times New Roman", serif;
    font-size: 45px;
    color: #fff;
    margin: 0;
    z-index: 2;
    white-space: nowrap;
    position: absolute;
    top: -70px;
    left: -30px;
}

.voice-comment {
    padding: 30px 60px;
    background: linear-gradient(180deg, #940110 0%, #4e000d 100%);
    flex: 1;
    max-width: 678px;

    p {
        color: #fff;
        font-family: "Shippori Mincho", serif;
        font-size: 14px;
        line-height: 2.2;
    }
}

@media (max-width: 980px) {
    .voice-image-gradient-overlay {
        left: auto;
        right: 0;
        width: 60%;
    }
}

@media (max-width: 960px) {
    .voice-grid {
        flex-direction: column;
        height: auto;
        margin-top: -75px;
    }

    .voice-item {
        height: 300px;
        width: 100%;

        /* SP時はhover効果を無効化 */
        &:hover .voice-item-bg-image {
            filter: grayscale(100%);
        }

        &.is-open {
            display: flex;
            flex-direction: column;

            .voice-item-bg-image {
                filter: grayscale(0%);
            }

            .voice-trigger {
                height: auto;
                min-height: 290px;
                width: 100%;
                z-index: 0;
            }

            .voice-sp-comment {
                opacity: 1;
            }

            .voice-sp-btn {
                position: static;
            }

            .voice-sp-btn-icon::after {
                opacity: 0;
                transform: translateX(-50%) rotate(90deg);
            }
        }
    }

    .voice-title {
        font-size: 62px;
        margin-left: 0;
        top: -32px;
        left: 20px;
    }

    .voice-full-content {
        display: none;
    }

    /* 画像部分のタップを無効化（ボタンのみ反応） */
    .voice-trigger {
        pointer-events: none;
        height: 290px;
        padding-bottom: 0;
        padding-inline: 12px;

        &::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 150px;
            background: linear-gradient(
                to top,
                rgba(0, 0, 0, 0.9) 0%,
                rgba(0, 0, 0, 0.6) 40%,
                rgba(0, 0, 0, 0) 100%
            );
            pointer-events: none;
            z-index: 1;
        }
    }

    .voice-sp-btn {
        pointer-events: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 45px;
        background-color: rgba(0, 0, 0, 0.7);
        border: none;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        z-index: 10;
        cursor: pointer;
        padding: 0;
    }

    /* Voice SP Styles */
    .voice-item {
        height: auto;
        min-height: 290px;
        position: relative;
        overflow: hidden;
        transition: min-height 0.3s ease;
    }

    .voice-item-bg-image {
        width: 100%;
        object-fit: cover;
        &.top {
            object-position: top;
        }

        &.middle {
            object-position: center;
        }

        &.bottom {
            object-position: bottom;
        }
    }

    .voice-item-content {
        justify-content: flex-start;
        padding-top: 143px;
    }

    .voice-store {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .voice-name {
        font-size: 17px;
    }

    .voice-role {
        font-size: 13px;
        letter-spacing: -0.39px;
    }

    .voice-sp-comment {
        position: relative;
        width: 100%;
        height: 0;
        overflow: visible;
        opacity: 0;
        transition: height 0.5s ease, opacity 0.5s ease;
        padding-inline: 20px;
        padding-bottom: 0;
        display: block;
        background: #000;
        margin-bottom: 15px;
    }

    .voice-sp-comment-inner {
        position: relative;
        padding-top: 245px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 1;
    }

    .voice-expression {
        font-family: "Parlare", "Times New Roman", serif;
        font-size: 36px;
        letter-spacing: -2.16px;
        color: #fff;
        text-align: center;
        top: -55px;
        left: -110px;
        white-space: nowrap;
        width: 100%;
    }

    .voice-comment-body {
        width: 100%;
        max-width: 350px;
        background: linear-gradient(180deg, #940110 0%, #4e000d 100%);
        padding: 24px;
        box-sizing: border-box;
        margin-inline: auto;
        position: relative;
        top: auto;
        margin-bottom: 30px;

        p {
            font-size: 14px;
            line-height: 2;
            letter-spacing: 0.28px;
            color: #fff;
            margin: 0;
            font-family: "Shippori Mincho", serif;
        }
    }

    /* iPhone SE等の小さい画面用 */
    @media (max-width: 500px) {
        .voice-sp-comment-inner {
            padding-top: 180px;
        }

        .voice-expression {
            font-size: 28px;
            top: -45px;
            left: -100px;
        }

        .voice-comment-body {
            max-width: 300px;
            padding: 18px;
            margin-bottom: 20px;

            p {
                font-size: 13px;
                line-height: 1.8;
            }
        }
    }

    .voice-sp-btn-text {
        font-family: "Shippori Mincho", serif;
        font-size: 16px;
        color: #fff;
        letter-spacing: -0.64px;
    }

    .voice-sp-btn-icon {
        position: relative;
        width: 12px;
        height: 12px;

        /* 横線（常に表示） */
        &::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #fff;
            transform: translateY(-50%);
        }

        /* 縦線（閉じている時のみ表示） */
        &::after {
            content: "";
            position: absolute;
            top: 0;
            left: 50%;
            width: 2px;
            height: 100%;
            background-color: #fff;
            transform: translateX(-50%);
            transition: opacity 0.3s ease, transform 0.3s ease;
        }
    }
}

/* ============================================
   Mediaセクション
   ============================================ */
.media-section {
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 2;
    padding: 160px 0 220px;
    margin-bottom: 800px;
}

.media-container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 240px;
    justify-content: center;
}

.media-content {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.media-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 108px;
    color: #1a1a1a;
    margin: 0;
    line-height: 1;
    font-weight: 500;

    .word {
        font-family: "Cormorant Garamond", serif;
        color: #1a1a1a;
        display: inline-block;
    }

    .char {
        font-family: "Cormorant Garamond", serif;
        color: #1a1a1a;
        display: inline-block;
        opacity: 0;
    }
}

.media-text {
    width: 504px;
    color: #1a1a1a;
}

/* Media テキストのフェードアップアニメーション */
.media-fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;

    &.visible {
        opacity: 1;
        transform: translateY(0);
    }
}

.media-headline {
    font-family: "Shippori Mincho", serif;
    font-size: 24px;
    line-height: 2;
    margin-bottom: 25px;
}

.media-description {
    font-family: "Shippori Mincho", serif;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    max-width: 437px;
}

.media-image-wrapper {
    width: 320px;
    height: 450px;
    background-color: #ccc;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;

    &.visible {
        opacity: 1;
        transform: translateY(0);
    }
}

.media-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ============================================
   Last Imageセクション
   ============================================ */
.last-image-section {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease;

    &.visible {
        opacity: 1;
    }
}

.last-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 960px) {
    .media-section {
        margin-bottom: 100vh;
        padding: 100px 0 80px;
    }

    .media-content {
        gap: 40px;
    }

    .media-headline {
        font-size: 23px;
    }

    .media-container {
        padding: 0 20px;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .media-title,
    .media-text,
    .media-image-wrapper {
        position: static;
        width: 100%;
    }

    .media-title {
        font-size: 62px;
        margin-left: 0;
    }

    .media-image-wrapper {
        height: 300px;
        max-width: 225px;
        margin: 0 auto;
    }

    .last-image-section {
        height: 100vh;
    }
}

/* ============================================
   フッターセクション
   ============================================ */
.site-footer {
    position: relative;
    width: 100%;
    height: 70px;
    background-color: #951114;
    z-index: 10;
}

.footer-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 124px;
    height: 50px;
}

.footer-logo-image {
    width: 100%;
    height: 100%;
}

.footer-copyright {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    white-space: nowrap;
}

/* フッターレスポンシブ */
@media (max-width: 960px) {
    .site-footer {
        height: 100px;
    }

    .footer-container {
        flex-direction: column;
        justify-content: center;
        padding: 15px 20px;
    }

    .footer-logo {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        margin-bottom: 10px;
    }

    .footer-copyright {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        font-size: 10px;
        text-align: center;
    }
}
