/* ==========================================================================
   共通
   ========================================================================== */
.wrapper {
    overflow: visible !important;
}
main {
    font-family:YakuHanMP,Noto Serif JP,serif;
}
.area-relatedlinks {
    position: relative;
    background-color: #fff;
}
.footer {
    position: relative;
}

#header-include-container {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.splide__slide img,
.splide__slide video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.st-sliderIMG {
    position: absolute;
    top: 0;
    height: 100dvh;
}


/* ==========================================================================
   KV(ファーストビュー) / 背景スライダー(sliderBG)
   ========================================================================== */
.pin-spacer {
    pointer-events: none;
}
.p-top-kv {
    position: relative;
    align-items: center;
    flex: none;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0px;
    transition-duration: 0ms;
    width: 100%;
    height: 100vh;
    z-index: 5;
    max-width: 100%;
    pointer-events: none;
}
.p-top-kv__mask {
    height: 100%;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
    background-color: #000;
}
.p-top-kv__imgWrap {
    align-items: center;
    flex: none;
    flex-wrap: nowrap;
    height: 100vh;
    justify-content: flex-start;
    left: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    transition-duration: 0ms;
    width: 100%;
    z-index: 1;
    max-width: 100%;
}
.sliderBG {
    height: 100vh;
    object-fit: cover;
    opacity: 0;
    position: fixed !important;
    top: 0px;
    width: 100%;
}
.sliderBG .bg04{
    position: relative;
}
.sliderBG .bg04 .bg04Video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    mix-blend-mode: screen;
    opacity: 0.5;
}
.p-top-kv__sliderIMG {
    flex: none;
    height: 100vh;
    object-fit: cover;
    opacity: 0;
    position: sticky;
    transform-origin: center;
    top: 0px;
    transition-duration: 0ms;
    width: 100%;
    z-index: 5;
    max-width: 100%;
}

.p-top-kv__sliderIMG img {
    border: none;
}

.js-top-kv__sliderIMG > .splide__pagination {
    position: absolute;
    right: 2vw;
    bottom: 2vw;
    z-index: 10;
    gap: 0.6vw;
    pointer-events: auto;
}
.js-top-kv__sliderIMG .splide__pagination__page {
    width: 6px;
    height: 6px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.js-top-kv__sliderIMG .splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.2);
}

.js-top-kv__sliderIMG .splide__toggle {
    position: absolute;
    right: 2vw;
    bottom: calc(2vw + 32px);
    z-index: 10;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    pointer-events: auto;
}
.js-top-kv__sliderIMG .splide__toggle__play {
    width: 0;
    height: 0;
    margin-left: 2px;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #fff;
}
.js-top-kv__sliderIMG .splide__toggle__pause {
    gap: 3px;
}
.js-top-kv__sliderIMG .splide__toggle.is-active .splide__toggle__pause {
    display: inline-flex;
}
.js-top-kv__sliderIMG .splide__toggle__pause-bar {
    display: inline-block;
    width: 3px;
    height: 12px;
    background: #fff;
}

.p-top-kv__copy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 3.3vw;
    column-gap: 1.65vw;
    z-index: 5;
}
.p-top-kv__copy01,
.p-top-kv__copy02 {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(20px);
}
.p-top-kv__copy01 svg {
    display: block;
    width: max(177.75px, 12.3438vw);
    height: auto;
}
.p-top-kv__copy02 svg {
    display: block;
    width: max(224.25px, 15.5729vw);
    height: auto;
}


/* ==========================================================================
   コンテンツ共通(contentsArea / レイアウト・ユーティリティ)
   ========================================================================== */
.contentsArea {
    position: relative !important;
    width: 88vw;
    margin: 0 auto;
    padding-bottom: 30vw;
    margin-top: -75vh;
}
.contentsArea .en {
    font-family: "Cormorant", serif;
}
.contentsArea img {
    width: 100%;
    height: auto;
}
.contentsArea .twoColumn {
    position: relative;
}
.contentsArea .column {
    width: 40.78125vw;
}
.js-inview {
    opacity: 0;
    transition: opacity 2s ease;
}
.js-inview.is-inview {
    opacity: 1;
}
.p-top-movie__copy.js-inview,
.p-top-tvcm__copy.js-inview,
.p-top-interview__copy.js-inview,
.p-top-movie__copy_ttl.js-inview,
.p-top-tvcm__copy_ttl.js-inview,
.p-top-interview__copy_ttl.js-inview {
    opacity: 1;
}
.p-top-movie__copy img,
.p-top-tvcm__copy img,
.p-top-interview__copy img,
.p-top-movie__copy_ttl svg,
.p-top-tvcm__copy_ttl svg,
.p-top-interview__copy_ttl svg {
    opacity: 0;
    transition: opacity 2s ease;
}
.p-top-movie__copy.is-inview img,
.p-top-tvcm__copy.is-inview img,
.p-top-interview__copy.is-inview img,
.p-top-movie__copy_ttl.is-inview svg,
.p-top-tvcm__copy_ttl.is-inview svg,
.p-top-interview__copy_ttl.is-inview svg {
    opacity: 1;
}


/* ==========================================================================
   MOVIE / TVCM / INTERVIEW: 動画リンク共通(サムネイル・再生アイコン・hover)
   ========================================================================== */
.p-top-movie__video,
.p-top-tvcm__video,
.p-top-interview__video {
    grid-area: video;
    position: sticky;
    top: 0;
    padding-top: 10vw;
}
.p-top-movie__copy_ttl,
.p-top-tvcm__copy_ttl,
.p-top-interview__copy_ttl {
    grid-area: ttl;
}
.p-top-movie__copy,
.p-top-tvcm__copy,
.p-top-interview__copy {
    grid-area: copy;
}
.p-top-movie__video a,
.p-top-tvcm__video a,
.p-top-interview__video a {
    --icon-w: 13.29%;
    --icon-gap: 4%;
    display: block;
    position: relative;
    transition: transform 1s ease, box-shadow 0.3s ease;
    will-change: transform;
}
.p-top-movie__video a:hover,
.p-top-tvcm__video a:hover,
.p-top-interview__video a:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.p-top-movie__video a img,
.p-top-tvcm__video a img,
.p-top-interview__video a img {
    filter: brightness(1);
    transition: filter .3s ease;
}
.p-top-movie__video a:hover img,
.p-top-tvcm__video a:hover img,
.p-top-interview__video a:hover img {
    filter: brightness(1.15);
}
.p-top-movie__video a:before,
.p-top-tvcm__video a:before,
.p-top-interview__video a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid;
    border-image: linear-gradient(45deg, rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.5) 100%);
    border-image-slice: 5;
    z-index: 2;
}
.p-top-movie__video a .icon-play,
.p-top-tvcm__video a .icon-play,
.p-top-interview__video a .icon-play {
    display: block;
    position: absolute;
    z-index: 5;
    width: var(--icon-w);
    aspect-ratio: 1;
    background: linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%) border-box;
    border: 1px solid transparent;
    border-radius: 50%;
    backdrop-filter: blur(6px);
}
.p-top-movie__video a .icon-play::before,
.p-top-tvcm__video a .icon-play::before,
.p-top-interview__video a .icon-play::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color 1s ease;
}
.p-top-movie__video a:hover .icon-play::before,
.p-top-tvcm__video a:hover .icon-play::before,
.p-top-interview__video a:hover .icon-play::before {
    background-color: rgba(0, 0, 0, 0.8);
}
.p-top-movie__video a .icon-play::after,
.p-top-tvcm__video a .icon-play::after,
.p-top-interview__video a .icon-play::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 51%;
    transform: translate(-50%, -50%);
    width: 13.32%;
    aspect-ratio: 1;
    background: #fff;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 86.6 100'%3E%3Cpath d='M0,10.83 L0,89.17 A6.25,6.25 0 0 0 9.37,94.59 L77.23,55.41 A6.25,6.25 0 0 0 77.23,44.59 L9.37,5.41 A6.25,6.25 0 0 0 0,10.83 Z' fill='%23fff'/%3E%3C/svg%3E");
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 86.6 100'%3E%3Cpath d='M0,10.83 L0,89.17 A6.25,6.25 0 0 0 9.37,94.59 L77.23,55.41 A6.25,6.25 0 0 0 77.23,44.59 L9.37,5.41 A6.25,6.25 0 0 0 0,10.83 Z' fill='%23fff'/%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
}
.p-top-movie__video a .icon-text,
.p-top-tvcm__video a .icon-text,
.p-top-interview__video a .icon-text {
    display: block;
    position: absolute;
    z-index: 5;
    font-size: clamp(16px,1.0416666666666665vw,20px);
    color: #fff;
    font-family: "Cormorant", serif;
}
.p-top-movie__video a .icon-play,
.p-top-movie__video a .icon-text {
    left: 50%;
    transform: translate(-50%, -50%);
}
.p-top-movie__video a .icon-play {
    top: 45%;
}
.p-top-movie__video a .icon-text {
    top: 60%;
}
.p-top-tvcm__video a .icon-play,
.p-top-interview__video a .icon-play {
    top: 8%;
    right: var(--icon-gap);
}
.p-top-tvcm__video a .icon-text,
.p-top-interview__video a .icon-text {
    top: 31%;
    right: calc(var(--icon-gap) + var(--icon-w) / 2);
    transform: translateX(50%);
}
.p-top-movie__video .caption,
.p-top-tvcm__video .caption,
.p-top-interview__video .caption {
    margin-top: 5px;
    font-size: 11px;
    opacity: 0.8;
}


/* ==========================================================================
   MOVIE
   ========================================================================== */
.p-top-movie {
    margin-bottom: 30vw;
}
.p-top-movie__inner {
    display: grid;
    grid-template-columns: 40.78125vw 40.78125vw;
    column-gap: 6.4375vw;
    grid-template-areas:
        "video ttl"
        "video copy";
    align-items: start;
}
.p-top-movie__copy,
.p-top-movie__copy_ttl {
    text-align: right;
}
.p-top-movie__copy_ttl svg {
    width: 25.98958333vw;
    height: auto;
    margin-top: 75vh;
    margin-bottom:2vw;
    mix-blend-mode: overlay;
    transform: translate3d(0, 0, 0);
}
.p-top-movie__copy_sub {
    display: inline-block;
    margin-bottom: 5vw;
    padding: 0.35vw 1.5vw;
    font-size: clamp(13px,1vw,16px);
    text-align: right;
    border:1px solid;
    border-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(184,184,184,0.5) 50%,rgba(0,0,0,0.5) 100%);
    border-image-slice: 1;
}
.p-top-movie__copy_read {
    margin-bottom: clamp(16px, 1.5vw, 24px);
    font-size: clamp(13px,1vw,16px);
    line-height: 2;
    text-align: left;
}
h3.p-top-movie__copy_read {
    margin-bottom: clamp(16px, 1.5vw, 24px);
    font-size: clamp(18px,1.875vw,36px);
    line-height: 1.3;
}
.profile {
    padding-top: clamp(16px, 1.5vw, 24px);
}
.profile__img {
    position: relative;
    margin-bottom: clamp(12px,0.7291666666666666vw,14px);
    padding-top: clamp(16px, 1.5vw, 24px);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    text-align: left;
}
.profile__read {
    font-size: clamp(12px,0.7291666666666666vw,14px);
    line-height: 2;
    text-align: left;
}


/* ==========================================================================
   TVCM
   ========================================================================== */
.p-top-tvcm {
    margin-bottom: 30vw;
}
.p-top-tvcm__inner {
    display: grid;
    grid-template-columns: 40.78125vw 40.78125vw;
    column-gap: 6.4375vw;
    grid-template-areas:
        "ttl video"
        "copy video";
    align-items: start;
}
.p-top-tvcm__copy,
.p-top-tvcm__copy_ttl {
    text-align: left;
}
.p-top-tvcm__copy_ttl svg {
    width: 23.17708333vw;
    height: auto;
    margin-top: 75vh;
    margin-bottom:2vw;
    mix-blend-mode: overlay;
    transform: translate3d(0, 0, 0);
}
.p-top-tvcm__copy_sub {
    display: inline-block;
    margin-bottom: 5vw;
    padding: 0.35vw 1.5vw;
    text-align: left;
    border:1px solid;
    border-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(184,184,184,0.5) 50%,rgba(0,0,0,0.5) 100%);
    border-image-slice: 1;
}
.p-top-tvcm__copy_read {
    margin-bottom: clamp(16px, 1.5vw, 24px);
    font-size: clamp(13px,1vw,16px);
    line-height: 2;
    text-align: left;
}


/* ==========================================================================
   INTERVIEW
   ========================================================================== */
.p-top-interview {
    margin-bottom: 30vw;
}
.p-top-interview__inner {
    display: grid;
    grid-template-columns: 40.78125vw 40.78125vw;
    column-gap: 6.4375vw;
    grid-template-areas:
        "video ttl"
        "video copy";
    align-items: start;
}
.p-top-interview__copy,
.p-top-interview__copy_ttl {
    text-align: right;
}
.p-top-interview__copy_ttl svg {
    width: 38.64583333vw;
    height: auto;
    margin-top: 75vh;
    margin-bottom:2vw;
    mix-blend-mode: overlay;
    transform: translate3d(0, 0, 0);
}
.p-top-interview__copy_sub {
    display: inline-block;
    margin-bottom: 5vw;
    padding: 0.35vw 1.5vw;
    text-align: right;
    border:1px solid;
    border-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(184,184,184,0.5) 50%,rgba(0,0,0,0.5) 100%);
    border-image-slice: 1;
}
.p-top-interview__copy_read {
    margin-bottom: clamp(16px, 1.5vw, 24px);
    font-size: clamp(13px,1vw,16px);
    line-height: 2;
    text-align: left;
}
h3.p-top-interview__copy_read {
    margin-bottom: clamp(16px, 1.5vw, 24px);
    font-size: clamp(18px,1.875vw,36px);
    line-height: 1.3;
}


/* ==========================================================================
   FILMING LOCATIONS
   ========================================================================== */
.p-top-filmingLocations img {
    width: 100%;
    height: auto;
}
.p-top-filmingLocations__copy_ttl {
    margin-bottom: clamp(5vw,3vw,3vw);
    font-size: clamp(22px,1.25vw,24px);
}
.p-top-filmingLocations__copy_ttl .en {
    display: flex;
    align-items: center;
}
.p-top-filmingLocations__copy_ttl .en::after {
    background-color: rgba(0,0,0,0.5);
    content: "";
    margin-left: 2vw;
    height: 1px;
    flex-grow: 1;
    transition: background-color 0.6s ease;
}
.p-top-filmingLocations__copy_ttl .jp {
    display: block;
    font-size: 14px;
}
.p-top-filmingLocations__video {
    margin-bottom: 6vw;
}
.p-top-filmingLocations__copy_read {
    padding-left: 3.125vw;
    border-left: 5px solid #000;
    font-size: clamp(18px,1.875vw,36px);
    transition: border-color 0.6s ease;
}
.p-top-filmingLocations__copy_read small {
    font-size: clamp(12px,1.0416666666666665vw,20px);
}
.p-top-filmingLocations__img {
    display: flex;
    gap: 2.49376559vw;
    border-left: 1px solid #000;
    padding-top: 1vw;
    padding-left: 3.125vw;
    margin-bottom: 1.5vw;
    transition: border-color 0.6s ease;
}
.p-top-filmingLocations__img figure {
    position: relative;
    width: 48.75311721vw;
}
.p-top-filmingLocations__img figure:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid;
    border-image: linear-gradient(45deg, rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.5) 100%);
    border-image-slice: 5;
    z-index: 2;
}



/* ==========================================================================
   bg04(.sliderBG のCM動画スライド)表示中の白化
   ========================================================================== */
.p-top-movie__copy_ttl svg,
.p-top-movie__copy_sub img,
.p-top-movie__copy_read img,
.p-top-tvcm__copy_ttl svg,
.p-top-tvcm__copy_sub img,
.p-top-tvcm__copy_read img,
.p-top-interview__copy_ttl svg,
.p-top-interview__copy_sub img,
.p-top-interview__copy_read img {
    transition: filter 0.6s ease;
}
body.is-bg04-active .p-top-movie__copy_ttl svg,
body.is-bg04-active .p-top-movie__copy_sub img,
body.is-bg04-active .p-top-movie__copy_read img,
body.is-bg04-active .p-top-tvcm__copy_ttl svg,
body.is-bg04-active .p-top-tvcm__copy_sub img,
body.is-bg04-active .p-top-tvcm__copy_read img,
body.is-bg04-active .p-top-interview__copy_ttl svg,
body.is-bg04-active .p-top-interview__copy_sub img,
body.is-bg04-active .p-top-interview__copy_read img {
    filter: brightness(0) invert(1);
}
.p-top-filmingLocations__copy_ttl,
.p-top-filmingLocations__copy_read {
    transition: color 0.6s ease;
}
body.is-bg04-active .p-top-filmingLocations__copy_ttl,
body.is-bg04-active .p-top-filmingLocations__copy_read {
    color: #fff;
}
body.is-bg04-active .p-top-filmingLocations__copy_ttl .en::after {
    background-color: rgba(255,255,255,0.5);
}
body.is-bg04-active .p-top-filmingLocations__copy_read {
    border-left-color: #fff;
}
body.is-bg04-active .p-top-filmingLocations__img {
    border-left-color: #fff;
}


/* ==========================================================================
   レスポンシブ(SP: 736px以下)
   ========================================================================== */
@media (max-width: 736px) {
    .p-top-movie__inner,
    .p-top-tvcm__inner,
    .p-top-interview__inner {
        grid-template-columns: 1fr;
        grid-template-areas:
            "ttl"
            "video"
            "copy";
        gap: 8vw;
    }
    .contentsArea .column {
        width: 100%;
    }
    .p-top-movie__copy_ttl,
    .p-top-interview__copy_ttl,
    .p-top-movie__copy,
    .p-top-interview__copy {
        text-align: left;
    }
    .p-top-movie__video,
    .p-top-tvcm__video,
    .p-top-interview__video {
        position: static;
        padding-top: 0;
    }
    .p-top-movie__copy_ttl svg,
    .p-top-tvcm__copy_ttl svg,
    .p-top-interview__copy_ttl svg {
        margin-top: 8vw;
        margin-bottom: 0;
    }
    .profile__read {
        line-height: 1.6;
    }
    .p-top-movie__copy_ttl svg {
        width: 51.97916666vw;
    }
    .p-top-tvcm__copy_ttl svg {
        width: 46.35416666vw;
    }
    .p-top-interview__copy_ttl svg {
        width: 77.29166666vw;
    }
    .p-top-movie__video a:before, .p-top-tvcm__video a:before, .p-top-interview__video a:before {
        border: 2px solid;
        border-image: linear-gradient(45deg, rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.5) 100%);
        border-image-slice: 2;
    }

    .p-top-filmingLocations__video {
        margin-bottom: 10vw;
    }
    .p-top-filmingLocations__img {
        flex-direction: column;
        gap: 4vw;
        padding-top: 5vw;
        padding-left: 5vw;
    }
    .p-top-filmingLocations__img figure {
        width: 100%;
    }
    .p-top-filmingLocations__copy_read {
        line-height: 1.5;
    }
    .p-top-filmingLocations__copy_read small {
        display: block;
        padding-bottom: 2vw;
    }
    .p-top-filmingLocations__img figure:before {
        width: 100%;
        height 100%;
        border: 2px solid;
        border-image: linear-gradient(45deg, rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.5) 100%);
        border-image-slice: 2;
    }
    .p-top-movie__video a,
    .p-top-tvcm__video a,
    .p-top-interview__video a {
        --icon-w: 18%;
    }
    .p-top-movie__video a .icon-play::after,
    .p-top-tvcm__video a .icon-play::after,
    .p-top-interview__video a .icon-play::after {
        width: 18%;
        top: 52%;
        left: 52%;
    }
    .p-top-movie__video a .icon-text {
        top: 70%;
    }
    .p-top-tvcm__video a .icon-text,
    .p-top-interview__video a .icon-text {
        top: 41.5%;
        display: none;
    }
    .js-top-kv__sliderIMG > .splide__pagination {
        gap: 2vw;
        right: 3vw;
        bottom: 3vw;
    }
    .js-top-kv__sliderIMG .splide__toggle {
        right: 3vw;
    }
}





/* ==========================================================================
   .sec-aboutProud
   ========================================================================== */
@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200";

.sec-aboutProud {
  position: relative;
}
.sec-aboutProud .aboutProudImg {
  position: relative;
}
.sec-aboutProud .aboutProudImg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .sec-aboutProud .aboutProudImg::before {
    content: none;
  }
}
.sec-aboutProud .imgWrap {
  position: relative;
}
.sec-aboutProud .imgWrap .aboutTextBox {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec-aboutProud .imgWrap .aboutTextBox {
    position: static;
    transform: translateY(0);
    text-align: left;
    padding: 0 7% 50px;
  }
}
.sec-aboutProud .imgWrap .aboutTextBox .title {
  max-width: 100%;
  width: 36.45833333vw;
  margin: 0 auto;
  margin-bottom: clamp(16px, 1.8vw, 30px);
}
@media screen and (max-width: 767px) {
  .sec-aboutProud .imgWrap .aboutTextBox .title {
    width: 100%;
    margin: 40px 0;
    margin-bottom: clamp(16px, 1.5vw, 24px);
  }
}
.sec-aboutProud .imgWrap .aboutTextBox .title img {
  width: 100%;
}
.sec-aboutProud .imgWrap .aboutTextBox .title span {
  display: block;
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: clamp(16px, 1.5vw, 24px);
  padding: 8px 10px;
  text-align: center;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1;
  border: 1px solid hsla(0, 0%, 100%, 0.3);
}
@media screen and (max-width: 767px) {
  .sec-aboutProud .imgWrap .aboutTextBox .title span {
    margin: 0;
    margin-bottom: clamp(16px, 1.5vw, 24px);
  }
}
.sec-aboutProud .imgWrap .aboutTextBox .text {
  font-size: clamp(13px, 1vw, 16px);
  line-height: 2.25;
  font-weight: 600;
}
.slits {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 66.77083333vw;
  display: grid;
  grid-template-rows: repeat(17, 1fr);
}
@media screen and (max-width: 767px) {
  .slits {
    grid-template-rows: repeat(10, 1fr);
  }
}
.slit {
  background-color: #0a174a;
  transform: scale(1, 1);
  transform-origin: top;
  pointer-events: none;
  transition: 1s all;
}
.is-inview.slits .slit {
  transform: scale(1, 0);
}
.is-inview.slits .slit:nth-of-type(1) {
  transition-delay: 0.1s;
}
.is-inview.slits .slit:nth-of-type(2) {
  transition-delay: 0.2s;
}
.is-inview.slits .slit:nth-of-type(3) {
  transition-delay: 0.3s;
}
.is-inview.slits .slit:nth-of-type(4) {
  transition-delay: 0.4s;
}
.is-inview.slits .slit:nth-of-type(5) {
  transition-delay: 0.5s;
}
.is-inview.slits .slit:nth-of-type(6) {
  transition-delay: 0.6s;
}
.is-inview.slits .slit:nth-of-type(7) {
  transition-delay: 0.7s;
}
.is-inview.slits .slit:nth-of-type(8) {
  transition-delay: 0.8s;
}
.is-inview.slits .slit:nth-of-type(9) {
  transition-delay: 0.9s;
}
.is-inview.slits .slit:nth-of-type(10) {
  transition-delay: 1s;
}
.is-inview.slits .slit:nth-of-type(11) {
  transition-delay: 1.5s;
}
.is-inview.slits .slit:nth-of-type(12) {
  transition-delay: 1.6s;
}
.is-inview.slits .slit:nth-of-type(13) {
  transition-delay: 1.7s;
}
.is-inview.slits .slit:nth-of-type(14) {
  transition-delay: 1.8s;
}
.is-inview.slits .slit:nth-of-type(15) {
  transition-delay: 1.9s;
}
.is-inview.slits .slit:nth-of-type(16) {
  transition-delay: 2s;
}
.is-inview.slits .slit:nth-of-type(17) {
  transition-delay: 2.1s;
}
.timelessValuesListWrap {
  position: relative;
  padding: clamp(100px, 10vw, 200px) 0;
  background: #0a174a;
}
.timelessValuesListWrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.2);
}
.timelessValuesListWrap .btnArea {
  display: flex;
  justify-content: center;
}
.timelessValuesListWrap .btnArea a {
  background: #9f8758;
  margin-top: clamp(60px, 6vw, 120px);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(14px, 1.5vw, 18px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .timelessValuesListWrap .btnArea a {
    margin-top: 20px;
  }
}
.timelessValuesListWrap .btnArea a:hover {
  color: #9f8758;
}
.btn-basic-gold:after {
  background: hsla(0, 0%, 100%, 0.9);
}
.timelessValuesList {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  max-width: 1460px;
  text-align: center;
}
.timelessValuesList .title {
  color: #fff;
  margin-bottom: clamp(25px, 2.5vw, 50px);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(16px, 1.2vw, 24px);
}
.timelessValuesList ul {
  display: flex;
  justify-content: center;
  padding: 0 5px;
}
.timelessValuesList li {
  width: 50%;
  padding: 0 15px;
}
.timelessValuesList li h3 {
  font-size: 16px;
}
.timelessValuesList li h3,
.timelessValuesList li p {
  margin-left: 20px;
  margin-right: 20px;
  color: #fff;
}
.timelessValuesList li p {
  font-family:
    "Noto SansJapanese Light",
    "Lucida Grande",
    "Lucida Sans Unicode",
    "Noto SansJapanese",
    “游ゴシック”,
    YuGothic,
    "ヒラギノ角ゴシック ProN",
    Hiragino Kaku Gothic ProN,
    sans-serif;
}
.timelessValuesList li figure {
  margin-bottom: 20px;
  position: relative;
}
.timelessValuesList li figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  background: hsla(0, 0%, 100%, 0.5);
  font-size: 11px;
  padding: 2px 5px;
}
.timelessValuesList {
  opacity: 0;
  filter: blur(6px);
  transform: translateY(30px);
  transition: 2s all ease;
}
.timelessValuesList.is-inview {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.iziModal {
  background: none !important;
  box-shadow: none;
  max-width: 60% !important;
}
body .modalclose {
  width: 40px;
  height: 40px;
}
body .modalclose .modalIcon {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
body .modalclose .modalIcon::before {
  font-family: "Material Symbols Outlined";
  content: "";
  color: #fff;
  font-size: 25px;
  font-weight: 200;
}
@media screen and (max-width: 1600px) {
  .timelessValuesListWrap {
    padding: clamp(60px, 6vw, 120px) 7%;
  }
}
@media screen and (max-width: 767px) {
  .bgWrap::before {
    height: 150vw;
  }
  .bgWrap::after {
    height: 65vw;
  }
  .timelessValues {
    padding-top: 90px;
  }
  .timelessValues .ttl-heading + p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 50px;
  }
  .timelessValuesSliderWrap {
    padding: 0 5.3333333333%;
    max-height: 550px;
    overflow: hidden;
  }
  .timelessValuesSliderWrap .txtBox p {
    font-size: 13px;
    line-height: 2.5;
    padding: 0 20px;
  }
  .timelessValuesSliderWrap .txtBox a {
    padding: 10px 20px;
    font-size: 14px;
  }
  .timelessValuesList ul {
    display: block;
    padding: 0;
  }
  .timelessValuesList li {
    width: 100%;
    padding: 0 0 40px;
  }
  .timelessValuesList li h3,
  .timelessValuesList li p {
    margin-left: 0;
    margin-right: 0;
  }
  .iziModals {
    max-width: 85% !important;
  }
}

