@charset "UTF-8";

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body {
    width: 100%;
    height: 100%;
    font-size: 1.6em;
    line-height: 1.6;
    letter-spacing: 0.08em;
}
*,
*:before,
*:after {
    box-sizing:border-box;
}
/* ------------------------------------- /
/   共通
/* ------------------------------------- */
.taC {
    text-align: center;
}
.taR {
    text-align: right;
}
.fwM {
    font-weight: 500;
}
.fwSB {
    font-weight: 600;
}
.fwB {
    font-weight: 700;
}
img {
    display: block;
    width: 100%;
}


/* ------------------------------------- /
/   inner
/* ------------------------------------- */
.inner {
    width: min(100%, 1480px);
    margin: 0 auto;
    padding: 0 min(6%, calc((1480px - 1400px) / 2));
}
@media screen and (max-width:600px){
.inner {
    padding: 0 4%;
}
}

/* ------------------------------------- /
/   pc-none、sp-none
/* ------------------------------------- */
.pc-none {
    display: none;
}
.pc-none768 {
    display: none;
}
.pc-none500 {
    display: none;
}
.pc-none__inline {
    display: none;
}
.pc-none__inline500 {
    display: none;
}
.pc-none__inline768 {
    display: none;
}
.pc-none__inline1200 {
    display: none;
}
.pc-none__inline1400 {
    display: none;
}
@media (max-width: 1400px) {
.pc-none__inline1400 {
    display: inline;
}
}
@media (max-width: 1200px) {
.pc-none__inline1200 {
    display: inline;
}
}
@media (max-width: 768px) {
.pc-none768 {
    display: block;
}
.pc-none__inline768 {
    display: inline;
}
.sp-none768 {
    display: none !important;
}
}
@media (max-width: 600px) {
.pc-none {
    display: block;
}
.pc-none__inline {
    display: inline;
}
.sp-none {
    display: none !important;
}
}
@media (max-width: 500px) {
.sp-none500 {
    display: none !important;
}
.pc-none500 {
    display: block;
}
.pc-none__inline500 {
    display: inline;
}
}

/* ------------------------------------- /
/   サイトカラー、フォント
/* ------------------------------------- */
body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: var(--color-black);
}
a {
    color: var(--color-black);
    text-decoration: none;
}
::selection {
    background: var(--color-black);
    color: #fff;
}
:root {
    --color-black: #2C2C2C;
    --color-blue: #0070A6;
    --color-orange: #EE801E;
    --color-gold: #E1C97C;
    --font-inter: "Inter", sans-serif;
    --font-min: "Noto Serif JP", serif;
}
.bg-black {
    background-color: #141414;
}
.bg-blue {
    background-color: var(--color-blue);
}
.bg-orange {
    background-color: var(--color-orange);
}
.bg-gold {
    background-color: var(--color-gold);
}
.bg-white {
    background-color: #fff;
}
.color-black {
    color: var(--color-black);
}
.color-blue {
    color: var(--color-blue);
}
.color-orange {
    color: var(--color-orange);
}
.color-gold {
    color: var(--color-gold);
}
.color-white {
    color: #fff;
}
.font-inter {
    font-family: var(--font-inter);
    letter-spacing: 0;
}
.font-min {
    font-family: var(--font-min);
}

/* ------------------------------------- /
/  body
/* ------------------------------------- */
body {
    position: relative;
    background-color: #fff;
}
main {
    overflow: hidden;
}

/* ------------------------------------- /
/  header
/* ------------------------------------- */
header {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #000;
}

h1 {
    width: min(16.5vw, 231px);
    /*
    aspect-ratio: 462/122;
    background-image: url('../img/logo_white.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    mix-blend-mode: difference;
    */
    position: absolute;
    left: 50%;
    top: 1vw;
    z-index: 4;
    transform: translateX(-50%);
    animation-name: mv_h1;
    animation-delay: calc(4.3s / 2.0);
    animation-duration: calc(1.5s / 2.0);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    opacity: 0;
}
    h1 span {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 0.5em;
    }
@media screen and (max-width:768px){
h1 {
    width: 30vw;
    top: 1.5vw;
    /*
    background-image: url('../img/logo_white.png');
    */
}
}

/* ------------------------------------- /
/  mv
/* ------------------------------------- */
.mv_pc {
    width: 100%;
    position: relative;
}
.mv_wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    aspect-ratio: 3884/1881;
    position: relative;
}
.mv_wrapper.lock::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
}
.mv_logo_wrapper {
    width: min(20vw, 400px);
    aspect-ratio: 1/1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation-name: first_logo_close;
    animation-delay: calc(2.0s / 2.0);
    animation-duration: calc(2.4s / 2.0);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}
@media screen and (max-width:768px){
.mv_logo_wrapper {
    width: min(50vw, 400px);
}
}
.mv_logo_01 {
    display: block;
    width: 38.12%;
    position: absolute;
    left: calc(50% - (38.12% / 2));
    top: 19%;
    animation-name: first_logo_01;
    animation-delay: 0s;
    animation-duration: calc(1.8s / 2.0);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    opacity: 0;
    transform: scale(1.5);
    filter: blur(20px);
}
.mv_logo_02 {
    display: block;
    width: 38.12%;
    position: absolute;
    left: calc(50% - (38.12% / 2));
    top: 19%;
    animation-name: first_logo_02;
    animation-delay: calc(2.0s / 2.0);
    animation-duration: calc(1.6s / 2.0);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    opacity: 0;
    transform: scale(0.5);
}
.mv_logo_03 {
    display: block;
    width: 100%;
    object-fit: cover;
    position: absolute;
    object-position: center top;
    left: 0;
    top: 60%;
    animation-name: first_logo_03;
    animation-delay: calc((2.0s + 0.4s) / 2.0);
    animation-duration: calc(1.0s / 2.0);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    height: 0;
}
.mv_logo_04 {
    display: block;
    width: 100%;
    object-fit: cover;
    position: absolute;
    object-position: center top;
    left: 0;
    top: 76%;
    animation-name: first_logo_04;
    animation-delay: calc((2.0s + 0.4s + 0.6s) / 2.0);
    animation-duration: calc(0.8s / 2.0);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    height: 0;
}
.mv_logo_05 {
    display: block;
    width: 100%;
    animation-name: first_logo_05;
    animation-delay: calc(0.4s / 2.0);
    animation-duration: calc(3.0s / 2.0);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    opacity: 0;
    transform: scale(2.0);
}
.mv_border {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation-name: mv_border_close;
    animation-delay: calc((3.2s + 0.6s + 0.5s) / 2.0);
    animation-duration: calc(0.1s / 2.0);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    background-color: #fff;
}
@media screen and (max-width:768px){
.mv_border {
    height: 100vh;
}
}

.mv_border::before,
.mv_border::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) ;
    animation-name: glow_text_border_01;
    animation-delay: calc(3.2s / 2.0);
    animation-duration: calc(0.4s / 1.0);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}
.mv_border::after {
    width: 100%;
    height: 0;
    animation-name: glow_text_border_02;
    animation-delay: calc((3.2s + 0.6s) / 2.0);
}
.mv_video {
    display: block;
    width: 100%;
    width: calc(100vw / 3);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
    transition-duration: calc(1.0s / 2.0);
    filter: none;
}
.mv_video.false {
    filter: grayscale(100%) brightness(0.8);
}
.mv_wrapper.lock .mv_video.false {
    transition-duration: calc(2.0s / 2.0);
}
.mv_column {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /*
    width: calc(100% / 3);
    */
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
    filter: none;
    transition-duration: calc(0.6s / 1.5);
    animation-name: mv_person;
    animation-duration: calc(0.6s / 1.5);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    width: 0;
}
.mv_column.false {
    filter: grayscale(30%) brightness(0.7) contrast(1.2);
    z-index: 0;
}
.mv_wrapper.lock .mv_column.false {
    transition-duration: calc(2.0s / 2.0);
}
.mv_column#menu_01 {
    left: 0;
    animation-delay: calc((5.3s + 0s) / 2.0);
}
.mv_column#menu_02 {
    left: calc(50% - ((100% / 3) / 2));
    animation-delay: calc((5.3s + 0.4s) / 2.0);
}
.mv_column#menu_03 {
    left: calc((100% / 3) * 2);
    animation-delay: calc((5.3s + 0.8s) / 2.0);
}
.mv_column::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-position: left center;
    background-size: calc(100vw / 3) auto;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.mv_column#menu_01::before {
    background-image: url('../img/mv_img_01.webp?2');
}
.mv_column#menu_02::before {
    background-image: url('../img/mv_img_02.webp?2');
}
.mv_column#menu_03::before {
    background-image: url('../img/mv_img_03.webp?2');
}
.mv_column_inner {
    width: 100%;
    width: calc(100vw / 3);
    position: relative;
    transition-duration: calc(0.4s / 2.0);
    top: 0;
}
.mv_column_inner:hover {
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 5px 20px -3px rgba(0,0,0,0.6);
    top: -1vw;
}
.mv_title {
    width: 100%;
}
.mv_title_link {
    display: block;
    width: 40%;
    aspect-ratio: 2/1;
    position: absolute;
    left: 7%;
    top: 50%;
    transform: translateY(-50%);
    transition-duration: calc(0.4s / 2.0);
}
.mv_column.menu_03 .mv_title_link {
    width: 55%;
    aspect-ratio: 55/20;
}
.mv_link {
    display: block;
    width: 21.875%;
    padding: 10px 0 0;
    position: absolute;
    right: 9.375%;
    bottom: 3.2vw;
}
.mv_link::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.mv_link:hover::after {
    animation-name: mv_link_border;
    animation-duration: calc(0.3s / 2.0);
    animation-duration: calc(0.3s / 1.0);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}
.glow_text_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
}
.glow_text_inner {
    position: relative;
    transform: translateY(1.5vw);
}
    .glow_text_inner img {
        width: 50vw;
    }
    .glow_text_inner:nth-child(2) img {
        width: 17.1875vw;
    }
.glow_text_inner:nth-child(2) {
    transform: translateY(-1.5vw);
}
.glow_text_display {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    animation-name: glow_text_open;
    animation-delay: calc(8.0s / 2.0);
    animation-duration: calc(2.0s / 2.0);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    opacity: 0;
    transform: scale(1.2);
    filter: blur(100px) grayscale(100%);
}
.mv_hover_zone {
    /*
    width: calc(100% / 3);
    */
    height: 76.3%;
    position: absolute;
    top: 0;
    z-index: 3;
    animation-name: mv_person;
    animation-duration: calc(0.4s / 2.0);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    width: 0;
}
.mv_hover_zone#zone_01 {
    left: 0;
    animation-delay: calc((0.6s + 6.0s) / 2.0);
}
.mv_hover_zone#zone_02 {
    left: calc(50% - ((100% / 3) / 2));
    animation-delay: calc((0.6s + 6.0s + 0.2s) / 2.0);
}
.mv_hover_zone#zone_03 {
    left: calc((100% / 3) * 2);
    animation-delay: calc((0.6s + 6.0s + 0.4s) / 2.0);
}
@keyframes first_logo_01 {
    0% {
        opacity: 0;
        transform: scale(2.0) rotateZ(calc(360deg * 6));
        filter: blur(30px);
    }
    90% {
        opacity: 1;
        filter: blur(0);
    }
    100% {
        transform: scale(1.0) rotateZ(0);
        opacity: 1;
        filter: blur(0);
    }
}
@keyframes first_logo_02 {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1.0);
    }
}
@keyframes first_logo_03 {
    0% {
        height: 0;
    }
    100% {
        height: 14%;
    }
}
@keyframes first_logo_04 {
    0% {
        height: 0;
    }
    100% {
        height: 3.53%;
    }
}
@keyframes first_logo_05 {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: scale(1.0);
    }
}
@keyframes first_logo_close {
    0% {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%) scale(1.0);
        filter: blur(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(-50%) scale(1.5);
        filter: blur(100px);
    }
    100% {
        z-index: -1;
    }
}
@keyframes glow_text_border_01 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@keyframes glow_text_border_02 {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}
@keyframes mv_border_close {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
    }
}
@keyframes mv_h1 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes mv_bg {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes mv_person {
    0% {
        width: 0;
    }
    100% {
        width: calc(100% / 3);
    }
}
@keyframes glow_text_open {
    0% {
        opacity: 0;
        transform: scale(1.4);
        filter: blur(100px) grayscale(100%);
    }
    100% {
        opacity: 1;
        transform: scale(1.0);
        filter: blur(0) grayscale(0%);
    }
}
@keyframes mv_link_border {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

/*TAB*/
@media screen and (max-width:1280px){
.mv_wrapper {
    aspect-ratio: 1080/800;
}
.mv_column {
    padding-bottom: 40px;
}
.mv_column::before {
    background-position: 42% bottom;
    background-size: calc((100vw / 3) * 1.5) auto;
}
    .glow_text_inner img {
        width: calc(50vw * 1.2);
    }
    .glow_text_inner:nth-child(2) img {
        width: calc(17.1875vw * 1.2);
    }
.mv_hover_zone {
    height: 79%;
}
}

/*SP*/
.mv_sp {
    width: 100%;
    position: relative;
}
.mv_wrapper_sp {
    width: 100%;
    aspect-ratio: 1560/2920;
    position: relative;
}
.mv_wrapper_sp.lock::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
}
.mv_column_sp {
    width: 100%;
    height: 37%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    filter: none;
    transition-duration: calc(0.6s / 2.0);
    animation-name: mv_person_sp_01;
    animation-duration: calc(0.6s / 2.0);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    transform: translate(-100%);
}
.mv_column_sp.false {
    filter: grayscale(30%) brightness(0.7) contrast(1.2);
    z-index: 0;
}
.mv_wrapper_sp.lock .mv_column_sp.false {
    transition-duration: calc(2.0s / 2.0);
}
.mv_column_sp#menu_01 {
    animation-delay: calc((5.3s + 0s) / 2.0);
}
.mv_column_sp#menu_02 {
    top: calc(37% - 12vw);
    height: 39%;
    clip-path: polygon(0 12vw, 100% 0, 100% 100%, 0 100%);
    animation-name: mv_person_sp_02;
    animation-delay: calc((5.3s + 0.4s) / 2.0);
    transform: translate(100%);
}
.mv_column_sp#menu_03 {
    top: auto;
    bottom: 0;
    height: 37%;
    clip-path: polygon(0 0, 100% 12vw, 100% 100%, 0 100%);
    animation-delay: calc((5.3s + 0.8s) / 2.0);
}
.mv_column_sp::before {
    content: '';
    display: block;
    height: 100%;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
}
.mv_column_sp#menu_01::before {
    width: 67%;
    background-image: url('../img/mv_img_sp_01.webp?2');
    background-position: center 3%;
    left: -10%;
}
.mv_column_sp#menu_02::before {
    width: 66%;
    background-image: url('../img/mv_img_sp_02.webp?2');
    background-position: center 10%;
    right: 8.5%;
}
.mv_column_sp#menu_03::before {
    width: 57%;
    background-image: url('../img/mv_img_sp_03.webp?2');
    background-position: center 53%;
    left: -4%;
}

.mv_column_inner_sp {
    display: block;
    width: 44.87%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#menu_01 .mv_column_inner_sp {
    right: 20.64%;
    top: 49%;
}
#menu_02 .mv_column_inner_sp {
    left: 5.25%;
}
#menu_03 .mv_column_inner_sp {
    right: 19.62%;
    top: 63%;
}
.mv_link_sp {
    display: block;
    width: 57.14%;
    margin: 3.2vw 0 0 auto;
    padding: 1.28vw 0 0;
}
.mv_link_sp::after {
    content: '';
    display: block;
    width: 100%;
    height: max(0.25vw, 1px);
    background-color: #fff;
}
.mv_column_sp#menu_02 .mv_link_sp {
    margin-left: 0;
}
.mv_column_sp#menu_02 .mv_link_sp::after {
    background-color: #D86C70;
}
.mv_video_sp {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
    transition-duration: calc(1.0s / 2.0);
    filter: none;
}
.mv_video_sp.false {
    filter: grayscale(100%) brightness(0.8);
}
.mv_wrapper_sp.lock .mv_video_sp.false {
    transition-duration: calc(2.0s / 2.0);
}
.glow_text_wrapper_sp {
    width: 20.51%;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
}
.glow_text_inner_sp {
    position: relative;
}
    .glow_text_inner_sp img {
        width: 100%;
        height: 161.54vw;
    }
.glow_text_display_sp {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    animation-name: glow_text_open_sp;
    animation-delay: calc(7.0s / 2.0);
    animation-duration: calc(1.5s / 2.0);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    opacity: 0;
    transform: scale(1.2);
    filter: blur(100px) grayscale(100%);
}
@keyframes mv_person_sp_01{
    0% {
        transform: translate(-100%);
    }
    100% {
        transform: translate(0);
    }
}
@keyframes mv_person_sp_02{
    0% {
        transform: translate(100%);
    }
    100% {
        transform: translate(0);
    }
}
@keyframes glow_text_open_sp {
    0% {
        opacity: 0;
        transform: scale(1.4);
        filter: blur(100px) grayscale(100%);
    }
    100% {
        opacity: 1;
        transform: scale(1.0);
        filter: blur(0) grayscale(0%);
    }
}

/* ------------------------------------- /
/   OPスキップ
/* ------------------------------------- */
.skip h1 {
    animation-delay: 0.8s;
}
.skip .mv_border {
    display: none;
}
.skip .mv_column#menu_01 {
    animation-delay: calc((0.5s + 0s) / 2.0);
}
.skip .mv_column#menu_02 {
    animation-delay: calc((0.5s + 0.4s) / 2.0);
}
.skip .mv_column#menu_03 {
    animation-delay: calc((0.5s + 0.8s) / 2.0);
}
.skip .mv_hover_zone#zone_01 {
    animation-delay: calc((0.5s) / 2.0);
}
.skip .mv_hover_zone#zone_02 {
    animation-delay: calc((0.5s + 0.4s) / 2.0);
}
.skip .mv_hover_zone#zone_03 {
    animation-delay: calc((0.5s + 0.8s) / 2.0);
}
.skip .glow_text_display {
    animation-delay: calc(0.5s / 2.0);
}

/*SP*/
@media screen and (max-width:768px){
.skip h1 {
    animation-delay: 0.5s;
}
}
.skip .mv_column_sp#menu_01 {
    animation-delay: calc((0.5s + 0s) / 2.0);
}
.skip .mv_column_sp#menu_02 {
    animation-delay: calc((0.5s + 0.4s) / 2.0);
}
.skip .mv_column_sp#menu_03 {
    animation-delay: calc((0.5s + 0.8s) / 2.0);
}
.skip .glow_text_display_sp {
    animation-delay: calc(0.5s / 2.0);
}

/* ------------------------------------- /
/   index_h2
/* ------------------------------------- */
.index_h2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    column-gap: min(2.5vw, 20px);
    line-height: 1.2;
    font-size: clamp(1.8rem, 2vw, 3.0rem);
}
.index_h2.center {
    justify-content: center;
}
.index_h2.column {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}
    .index_h2 h2 {
        font-size: 1.65em;
    }

/* ------------------------------------- /
/   campaign
/* ------------------------------------- */
.campaign {
    background-image: url('../img/cp_bg.svg');
    background-position: center bottom;
    background-size: min(150vw, 1920px) auto;
    background-repeat: no-repeat;
}
.campaign_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.campaign_list_column {
    /*
    width: 31.77vw;
    */
    padding: 0 0.7vw;
}
    .campaign_list_column a {
        display: block;
        width: 100%;
        overflow: hidden;
        border-radius: min(1.5vw, 12px);
        transition-duration: 0.3s;
        transition-timing-function: ease;
    }
.campaign_number {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: max(min(2.7vw, 27px), 14px);
}
.campaign_number_link {
    display: block;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    padding: 0 max(min(0.5vw, 5px), 3px) max(min(0.8vw, 8px), 4px) max(min(0.5vw, 5px), 3px);
    position: relative;
    line-height: 1.2;
    transition-duration: 0.3s;
}
.campaign_number_link:hover {
    color: var(--color-gold);
}
.campaign_number_link.active::before {
    content: '';
    display: block;
    width: 100%;
    height: max(min(0.5vw, 5px), 3px);
    background-image: linear-gradient(90deg, #C09D5B, #EBD47D);
    position: absolute;
    left: 0;
    bottom: 0;
}


@media screen and (min-width:769px){
    .campaign_list_column a:hover {
        transform: translateY(-15px);
    }
}
@media screen and (max-width:768px){
.campaign {
    background-size: 250vw auto;
}
}


/* ------------------------------------- /
/   concept
/* ------------------------------------- */
.concept_bg_wrapper {
    position: relative;
}
.concept_bg {
    position: absolute;
    animation: concept_bg 5.0s ease-in-out infinite alternate-reverse;
}
@keyframes concept_bg {
    0% {
        transform: translateY(max(min(3vw, 50px), 20px));
    }
    100% {
        transform: translateY(min(max(-3vw, -50px), -20px));
    }
}
.concept_bg.bg_01 {
    left: -11.8vw;
    top: 12%;
    width: 111.8vw;
}
.concept_bg.bg_02 {
    right: -32vw;
    top: 28%;
    width: 64vw;
}
.concept_bg.bg_03 {
    left: -3.3vw;
    top: 48%;
    width: 110vw;
}
.concept_bg.bg_04 {
    left: -15vw;
    top: 65%;
    width: 64vw;
}
.concept_bg.bg_05 {
    left: -11.8vw;
    top: 5%;
    width: 111.8vw;
}
.concept_bg.bg_06 {
    right: -32vw;
    top: 32%;
    width: 64vw;
}
.concept_bg.bg_07 {
    left: -3.3vw;
    top: 63%;
    width: 110vw;
}
.concept_bg.bg_08 {
    left: -15vw;
    top: 85%;
    width: 64vw;
}
.concept {
    background-image: url('../img/concept_bg_01.svg'),
        url('../img/concept_bg_02.svg');
    background-position: left top,
        right top;
    background-size: max(min(32.24vw, 619px), 160px);
    background-repeat: no-repeat;
    position: relative;
}
.concept::before {
    content: '';
    display: block;
    width: 100%;
    height: 565px;
    background-image: url('../img/concept_bg_03.svg'),
        url('../img/concept_bg_04.svg');
    background-position:  right bottom,
        left bottom;
    background-size: max(min(32.24vw, 619px), 160px);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: max(-8vw, -150px);
}
.concept .inner {
    position: relative;
}
.concept_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.concept_column:not(:first-child) {
    margin-top: 70px;
}
.concept_column:nth-child(2n) {
    flex-direction: row-reverse;
}
.concept_img {
    width: min(48%, 630px);
    border: max(min(0.65vw, 5px), 3px) var(--color-gold) solid;
}
.concept_wrapper {
    width: 45.7%;
    width: min(48%, 640px);
    font-size: clamp(1.5rem, 2vw, 1.8rem);
    letter-spacing: 0;
}
.concept_title {
    font-size: clamp(1.7em, 2.4vw, 1.95em);
    line-height: 1.45;
    background-image: url('../img/concept_border.svg');
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.concept_detail {
    line-height: 1.9;
}
@media screen and (max-width:600px){
.concept_bg.bg_01 {
    width: 130vw;
}
.concept_bg.bg_02 {
    right: -12vw;
    width: 90vw;
}
.concept_bg.bg_03 {
    left: -20vw;
    width: 125vw;
}
.concept_bg.bg_04 {
    left: -15vw;
    width: 100vw;
}
.concept_bg.bg_05 {
    width: 130vw;
}
.concept_bg.bg_06 {
    right: -12vw;
    width: 90vw;
}
.concept_bg.bg_07 {
    left: -20vw;
    width: 125vw;
}
.concept_bg.bg_08 {
    left: -15vw;
    width: 100vw;
}
.concept_column,
.concept_column:nth-child(2n) {
    flex-direction: column;
    row-gap: 30px;
}
.concept_column:not(:first-child) {
    margin-top: 60px;
}
.concept_img {
    width: 100%;
}
.concept_wrapper {
    width: 100%;
}
.concept_detail {
    line-height: 1.65;
}
}

/* ------------------------------------- /
/   reservation
/* ------------------------------------- */
.reservation {
    background-image: url('../img/concept_bg.webp');
    background-position: center top;
    background-size: max(100%, 1920px);
    background-repeat: no-repeat;
}
.reservation_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.reservation_column {
    width: min(32%, 440px);
}
    .reservation_column a {
        display: block;
        width: 100%;
        border-radius: min(1.5vw, 12px);
        overflow: hidden;
        box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.16);
        transition-duration: 0.3s;
        transition-timing-function: ease;
    }
@media screen and (min-width:769px){
    .reservation_column a:hover {
        transform: translateY(-10px);
        box-shadow: 5px 5px 30px 0px rgba(255,255,255,0.4),
            -5px 5px 30px 0px rgba(255,255,255,0.4),
            5px 0px 30px 0px rgba(255,255,255,0.4),
            5px 10px 30px 0px rgba(255,255,255,0.4);
    }
}

@media screen and (max-width:768px){
.reservation {
    background-position: center bottom;
}
.reservation_list {
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 15px;
    width: min(100%, 400px);
    margin: 0 auto;
}
.reservation_column {
    width: 100%;
}
}


/* ------------------------------------- /
/   schedule
/* ------------------------------------- */
.schedule_time {
    font-size: clamp(2.0rem, 2vw, 3.5rem);
}
.schedule_table_wrapper {
    width: min(100%, 1120px);
    margin: 0 auto;
    border: 1px var(--color-black) solid;
    border-radius: 5px;
    overflow: hidden;
}
.schedule_table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}
    .schedule_table th,
    .schedule_table td {
        font-weight: bold;
        text-align: center;
    }
    .schedule_table th:not(:first-child),
    .schedule_table td:not(:first-child) {
        border-left: 1px var(--color-black) solid;
    }
    .schedule_table th {
        padding: 4px 0;
        background-color: var(--color-black);
        font-size: clamp(1.2rem, 3vw, 2.5rem);
    }
    .schedule_table td {
        padding: max(min(3vw, 25px), 9px) 0;
        font-size: clamp(2.0rem, 4vw, 5.0rem);
        background-color: #fff;
    }
.schedule_point {
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(100%, 420px);
    min-height: 50px;
    border-radius: 25px;
    margin: 0 auto;
    background-color: #F0F0F0;
    font-size: 2.4rem;
    letter-spacing: 0;
    line-height: 1.2;
}
@media screen and (max-width:600px){
.schedule_point {
    width: min(100%, 240px);
    min-height: 30px;
    border-radius: 15px;
    font-size: 1.6rem;
}
}


/* ------------------------------------- /
/   access
/* ------------------------------------- */
.access_content {
    width: min(100%, 1920px);
    margin: 0 auto;
    position: relative;
}
.access_img {
    width: min(46%, 790px);
    position: absolute;
    left: 0;
    top: 0;
}
/*
.access::after {
    content: '';
    display: block;
    width: min(46%, 790px);
    aspect-ratio: 790/972;
    background-image: url('../img/access.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    transition-duration: 0s;
    transition-timing-function: ease;
    opacity: 0;
}
.access.scroll-on::after {
    transition-duration: 1.0s;
    transition-delay: 200ms;
    opacity: 1;
}
*/
.access_wrapper {
    width: min(50%, 640px);
    margin: 0 0 0 auto;
    padding: 70px 0 0;
}
.access_title {
    font-size: clamp(2.0rem, 2.0vw, 3.0rem);
}
.access_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1.9;
    font-size: clamp(1.5rem, 1.5vw, 1.8rem);
}
.access_column:not(:first-child) {
    margin-top: max(min(4vw, 40px), 25px);
}
    .access_column dt {
        width: min(100%, 100px);
    }
    .access_column dd {
        width: calc(100% - 100px);
    }
    .access_list li {
        position: relative;
        padding: 0 0 0 1em;
    }
    .access_list li::before {
        content: '・';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }
    .access_column a:hover {
        text-decoration: underline;
    }
    .access_map iframe {
        display: block;
        width: 100%;
        aspect-ratio: 1400/500;
        filter: grayscale(100%);
    }
@media screen and (max-width:1080px){
.access_column {
    line-height: 1.45;
}
}
@media screen and (max-width:768px){
.access_column {
    row-gap: 5px;
}
    .access_column dt {
        width: 100%;
    }
    .access_column dd {
        width: 100%;
    }
}
@media screen and (max-width:600px){
.access_img {
    width: 100%;
    margin: 50px auto 0;
    position: relative;
}
/*
.access::after {
    width: 100%;
    margin: 50px auto 0;
    position: relative;
}
*/
.access_wrapper {
    width: 100%;
    padding: 0;
}
    .access_map iframe {
        aspect-ratio: 340/220;
    }
}


/* ------------------------------------- /
/   link
/* ------------------------------------- */
.link_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: min(88%, 1480px);
    margin: 0 auto;
}
.link_column {
    width: min(48%, 708px);
}
    .link_column a {
        display: block;
        width: 100%;
        transition-duration: 0.3s;
        transition-timing-function: ease;
    }
.link_img {
    width: 100%;
}
@media screen and (min-width:769px){
    .link_column a:hover {
        transform: translateY(-15px);
    }
}
@media screen and (max-width:768px){
.link_list {
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 10px;
    width: min(100%, 400px);
    margin: 0 auto;
}
.link_column {
    width: 100%;
}
}
@media screen and (max-width:600px){
.link_list {
    width: 92%;
}
}


/* ------------------------------------- /
/   link
/* ------------------------------------- */
.sns_wrapper {
    background-color: #F8F8F8;
    border-radius: min(1.5vw, 12px);
}
.sns_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: min(73%, 356px);
    min-height: 132px;
    margin: 0 auto;
}
.sns_link {
    display: block;
    transition-duration: 0.2s;
}
.sns_link:hover {
    opacity: 0.5;
}
.sns_link.link_01 {
    width: 10.11%;
}
.sns_link.link_02 {
    width: 9.65%;
}
.sns_link.link_03 {
    width: 9.83%;
}
.sns_link.link_04 {
    width: 10.03%;
}
.sns_link.link_05 {
    width: 11.47%;
}
@media screen and (max-width:768px){
.sns_wrapper {
    width: min(100%, 400px);
    margin: 0 auto;
}
.sns_list {
    width: 73%;
    min-height: 100px;
}
.sns_link.link_01 {
    width: 10.27%;
}
.sns_link.link_02 {
    width: 9.51%;
}
.sns_link.link_03 {
    width: 9.89%;
}
.sns_link.link_04 {
    width: 9.89%;
}
.sns_link.link_05 {
    width: 11.41%;
}
}

/* ------------------------------------- /
/   footer
/* ------------------------------------- */
.copyright {
    padding-bottom: 65px;
    font-size: clamp(1.4rem, 2vw, 1.8rem);
}
@media screen and (max-width:768px){
.copyright {
    padding-bottom: 50px;
}
}