@charset "UTF-8";
* {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-size: 14px;
    background-color: #ffffff;
    color: #333333;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-feature-settings: "palt";
    line-height: 1.6;
    overflow-x: hidden;
}
.body_inner {
    width: 100%;
    margin: 0 auto;
}
html {
    overflow-y: scroll;
}
#profile, #timetable, #rewards, #access {
    scroll-margin-top: calc(clamp(80px, 5.7vw, 110px) + 2px);
}
.txtsp1115 {
    display: none;
}
.txtsp768 {
    display: none;
}
.txtsp768none {
    display: block;
}
.txtsp680 {
    display: none;
}
.txtsp680none {
    display: block;
}
.txtsp372 {
    display: none;
}
.txtsp580 {
    display: none;
}
.txtsp500 {
    display: block;
}
.txtsp500new {
    display: none;
}
.txtsp360 {
    display: none;
}
@media screen and (max-width: 1115px) {
    .txtsp1115 {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .txtsp768 {
        display: block;
    }
    .txtsp768none {
        display: none;
    }
    .txtsp1115 {
        display: none;
    }
}
@media screen and (max-width: 680px) {
    .txtsp680 {
        display: block;
    }
    .txtsp680none {
        display: none;
    }
}
@media screen and (max-width: 580px) {
    .txtsp580 {
        display: block;
    }
}
@media screen and (max-width: 500px) {
    .txtsp500 {
        display: none;
    }
    .txtsp500new {
        display: block;
    }
}
@media screen and (max-width: 372px) {
    .txtsp372 {
        display: block;
    }
    .txtsp500new {
        display: none;
    }
}
@media screen and (max-width: 360px) {
    .txtsp360 {
        display: block;
    }
}
.your-image-class {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}
.entry_btn {
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
.entry_btn-txt a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28%;
    height: calc(50px + 3vw);
    margin: 0 auto;
    background: #202020;
    color: #fff;
    border-radius: 999px;
    text-decoration: none;
    font-weight: bold;
    font-size: clamp(13px, calc(13px + (25 - 13) * ((100vw - 768px) / (1920 - 768))), 25px);
    letter-spacing: .2em;
    padding-left: 15px;
    overflow: visible;
    isolation: isolate;
    white-space: nowrap;
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 980px) {
    .entry_btn-txt a {
        width: 32%;
        height: calc(40px + 3vw);
    }
}
@media (max-width: 700px) {
    .entry_btn-txt a {
        width: 45%;
        height: calc(30px + 2vw);
    }
}
@media (max-width: 400px) {
    .entry_btn-txt a {
        width: 50%;
        height: calc(35px + 2vw);
    }
}
@media (max-width: 370px) {
    .entry_btn-txt a {
        width: 60%;
        height: calc(35px + 2vw);
    }
}
.entry_btn-txt a::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-left: clamp(2px, calc(2px + (10 - 2) * ((100vw - 980px) / (1920 - 980))), 10px);
}
@media (max-width: 980px) {
    .entry_btn-txt a::after {
        width: 12px;
        height: 12px;
        margin-left: clamp(10px, calc(10px + (12 - 10) * ((100vw - 768px) / (980 - 768))), 12px);
    }
}
@media (max-width: 400px) {
    .entry_btn-txt a::after {
        width: 9px;
        height: 9px;
    }
}
.entry_btn-txt a::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.35);
    z-index: -1;
    animation: rippleEntry 4s infinite;
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes rippleEntry {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    100% {
        transform: scale(1.35, 1.75);
        opacity: 0;
    }
}
.entry_btn-txt a:hover {
    opacity: 0.7;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: clamp(80px, 5.7vw, 110px);
    background: #ffffff;
    z-index: 1000;
    display: flex;
    align-items: center;
}
.header_inner {
    width: 100%;
    padding-left: 40px;
    height: clamp(80px, 5.7vw, 110px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_logo {
    height: 100%;
    width: auto;
    display: flex;
    align-items: center;
    transition: .5s;
}
.header_logo:hover {
    opacity: .5;
}
.header_logo img {
    display: block;
    width: auto;
    max-width: 400px;
    height: clamp(24px, 2vw, 44px);
    max-height: 80px;
    object-fit: contain;
}
@media screen and (max-width: 370px) {
.header_logo img {
    width: 80%;
    }
}
.header_right {
    display: flex;
    align-items: center;
    height: 100%;
}
@media screen and (max-width: 768px) {
    .header_right {
        display: flex;
    }
    .header_nav {
        display: none;
    }
    .header_btnpc {
        display: none !important;
    }
    #header_btn {
        display: flex;
    }
}
.header_navi {
    height: 100%;
}
.header_nav_list {
    display: flex;
    gap: clamp(10px, calc(10px + (60 - 10) * ((100vw - 768px) / (1920 - 768))), 60px);
    margin-right: clamp(15px, calc(15px + (60 - 15) * ((100vw - 768px) / (1920 - 768))), 60px);
    height: 100%;
}
@media screen and (max-width: 1000px) {
    .header_nav_list {
        gap: 2px;
    }
}
.header_nav_list li {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-size: 35px;
    transition: .5s;
    letter-spacing: .1rem;
}
.header_nav_list li:hover {
    opacity: .5;
}
.header_nav_list li a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: clamp(10px, calc(10px + (20 - 10) * ((100vw - 768px) / (1920 - 768))), 20px);
    font-size: clamp(16px, calc(16px + (35 - 16) * ((100vw - 768px) / (1920 - 768))), 35px);
}
.header_btnpc {
    background-image: linear-gradient(90deg, #1695d4, #cb7db0);
    display: flex;
    align-items: center;
    width: auto;
    height: clamp(80px, 5.7vw, 110px);
    transition: .5s;
    min-width: 140px;
}
.header_btnpc:hover {
    opacity: .5;
}
.header_btnpc a {
    width: 100%;
    height: 100%;
    font-size: clamp(14px, calc(14px + (29 - 14) * ((100vw - 768px) / (1920 - 768))), 29px);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: clamp(30px, calc(30px + (50 - 30) * ((100vw - 768px) / (1920 - 768))), 50px);
    padding-right: clamp(30px, calc(30px + (50 - 30) * ((100vw - 768px) / (1920 - 768))), 50px);
    text-align: center;
    line-height: 1.2;
    letter-spacing: .15rem;
}
@media screen and (max-width: 1000px) {
    .header_btnpc a {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.main {
    padding-top: clamp(80px, 5.7vw, 110px);
    width: 100%;
}
.js-mvfade {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .8s ease, transform .8s ease;
}
.js-mvfade.is-active {
    opacity: 1;
    transform: translateY(0);
}
.mv {
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: none;
    background-image: url("../img/mv_bg_pc.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease;
}
.mv.is-ready {
    opacity: 1;
    visibility: visible;
}
@media screen and (max-width: 1400px) {
    .mv {
        aspect-ratio: 15 / 9;
    }
}
@media screen and (max-width: 680px) {
    .mv {
        aspect-ratio: 2 / 3;
        background-image: url("../img/mv_bg_sp.png");
    }
}
.mv_inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    min-height: 100vh;
}
.mv_txt {
    width: 100%;
    max-width: 90%;
    line-height: 0;
    margin-top: -1%;
}
@media screen and (max-width: 1400px) {
    .mv_txt {
        max-width: 100%;
    margin-top: -2%;
    }
}
@media screen and (max-width: 680px) {
    .mv_txt {
        margin-top: 2%;
        width: 90%;
    }
}
.mv_txt img {
    width: 100%;
    height: auto;
}
.mv_btn-pic {
    width: 25%;
}
@media screen and (max-width: 680px) {
    .mv_btn-pic {
        display: flex;
        gap: 20px;
        width: 90%;
    }
}
.mv_btn-pic a:hover img {
    opacity: 0.5;
}
@media screen and (max-width: 680px) {
  .mv_btn-pic_sp img {
    transition-delay: 0s !important;
  }
  .mv_btn-pic_sp.js-mvfade {
    transition-delay: 1.5s;
  }
}
.mv_btn-pic_sp{
text-align: center;
    width: 60%;
}
.mv_btn {
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
@media screen and (max-width: 680px) {
    .mv_btn {
        margin-top: 5px;
    }
}
.mv_btn-txt a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: calc(35px + 2vw);
    margin: 0 auto;
    background: #202020;
    color: #fff;
    border-radius: 999px;
    text-decoration: none;
    font-weight: bold;
    font-size: clamp(13px, calc(13px + (25 - 13) * ((100vw - 768px) / (1920 - 768))), 25px);
    letter-spacing: 0.2em;
    padding-left: 15px;
    overflow: visible;
    isolation: isolate;
    white-space: nowrap;
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.mv_btn-txt a::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-left: clamp(2px, calc(2px + (10 - 2) * ((100vw - 768px) / (1920 - 768))), 10px);
}
.mv_btn-txt a::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.35);
    z-index: -1;
    animation: rippleMv 4s infinite;
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes rippleMv {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    100% {
        transform: scale(1.35, 1.75);
        opacity: 0;
    }
}
.mv_btn-txt a:hover {
    opacity: 0.7;
}
.mv_btn-txt a:hover::before {
    animation: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.mv_white {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.mv_white img {
    width: 100%;
    display: block;
}
.sub__image {
    position: absolute;
    bottom: 0;
    height: auto;
    z-index: 5;
    pointer-events: none;
}
.sub__image01 {
    left: 1%;
    width: 32%;
    bottom: -4%;
}
.sub__image02 {
    left: 14%;
    width: 24.5%;
}
.sub__image03 {
    right: 5%;
    width: 20%;
}
.sub__image04 {
    right: 12%;
    width: 25%;
}
.sub__image05 {
    right: 1%;
    width: 20%;
    bottom: -3%;
}
.sub__image06 {
    left: 3%;
    width: 56%;
}
.sub__image07 {
    right: 2%;
    width: 57%;
}
.about {
    position: relative;
    flex-direction: column;
    margin-top: -10%;
    z-index: 10;
}
.about-sub__image {
    position: absolute;
    bottom: 0;
    height: auto;
    z-index: 5;
    pointer-events: none;
}
.about-sub__image01 {
    right: 2%;
    width: 13%;
    bottom: 48%;
}
.about-sub__image02 {
    left: 10%;
    width: 6%;
    bottom: 10%;
}
.about-sub__image03 {
    left: 9%;
    width: 5%;
    bottom: 45%;
}
.fuwafuwa {
    animation: none;
    display: inline-block;
    transition: 1.5s ease-in-out;
}
.fuwafuwa.is-active {
    animation: fuwafuwa 3s ease-in-out infinite alternate;
}
@keyframes fuwafuwa {
    0% {
        transform: translate(0, 0) rotate(-5deg);
    }
    50% {
        transform: translate(0, -5px) rotate(0deg);
    }
    100% {
        transform: translate(0, 0) rotate(5deg);
    }
}
@media screen and (max-width: 768px) {
    .fuwafuwa {
        display: none;
    }
}
.about_white {
    width: 100%;
    line-height: 0;
}
.about_white img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.about_box {
    width: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    padding: 0% 16%;
}
@media screen and (max-width: 768px) {
    .about_box {
        padding: 0% 7.5%;
    }
}
@media screen and (max-width: 500px) {
    .about_box {
        padding: 0% 5%;
        margin-top: -15px;
    }
}
.about_ttl {
    font-size: clamp(30px, calc(30px + (72 - 30) * ((100vw - 768px) / (1920 - 768))), 72px);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: .1em;
    background: linear-gradient(90deg, #1695d4, #cb7db0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 2%;
}
@media screen and (max-width: 768px) {
    .about_ttl {
        font-size: clamp(18px, calc(18px + (30 - 18) * ((100vw - 375px) / (768 - 375))), 30px);
    }
}
@media screen and (max-width: 680px) {
    .about_ttl {
        font-size: clamp(25px, calc(25px + (45 - 25) * ((100vw - 375px) / (680 - 375))), 45px);
        line-height: 1.3;
        margin-bottom: 7%;
    }
}
.about_txt {
    font-size: clamp(14px, calc(14px + (30 - 14) * ((100vw - 768px) / (1920 - 768))), 30px);
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.9;
}
@media screen and (max-width: 680px) {
    .about_txt {
        font-size: clamp(15px, calc(15px + (20 - 15) * ((100vw - 375px) / (680 - 375))), 20px);
        line-height: 1.9;
    }
}
.profile {
    z-index: 9;
    background-image: url("../img/profile_bg_pc.webp");
    position: relative;
    margin-top: -10%;
    padding-top: 15%;
    padding-bottom: 30%;
    width: 100%;
    height: auto;
    max-height: none;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
@media screen and (max-width: 680px) {
    .profile {
        background-image: url("../img/profile_bg_sp.png");
        background-size: cover;
        background-position: center top;
    }
}
.profile_inner {
    width: 68%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(60px, calc(60px + (120 - 60) * ((100vw - 768px) / (1920 - 768))), 120px);
}
@media screen and (max-width: 768px) {
    .profile_inner {
        width: 85%;
    }
}
@media screen and (max-width: 500px) {
    .profile_inner {
        width: 90%;
    }
}
h3 {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(40px, calc(40px + (65 - 40) * ((100vw - 768px) / (1920 - 768))), 65px);
    letter-spacing: .15rem;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    overflow: visible !important;
}
h3::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: -10%;
    width: 0;
    height: 2px;
    background-color: #646464;
    pointer-events: none;
}
.profile h3::after {
    background-color: #ffffff;
}
h3.active::after {
    animation: doubleFlow 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes doubleFlow {
    0% {
        left: -10%;
        width: 0%;
    }
    25% {
        left: -10%;
        width: 120%;
    }
    45%, 50% {
        left: 110%;
        width: 0%;
    }
    51% {
        left: -10%;
        width: 0%;
    }
    100% {
        left: -10%;
        width: 120%;
    }
}
.profile_ttl {
    color: #ffffff;
}
.profile_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: clamp(30px, calc(30px + (120 - 30) * ((100vw - 768px) / (1920 - 768))), 120px);
}
@media screen and (max-width: 768px) {
    .profile_wrap {
        align-items: center;
        flex-direction: column-reverse;
    }
}
.profile_wrap:nth-of-type(even) {
    flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
    .profile_wrap:nth-of-type(even) {
        flex-direction: column-reverse;
    }
}
.profile_box01 {
    flex: 1;
    width: 100%;
    max-width: 100%;
}
.profile_txt {
    font-size: clamp(12px, calc(12px + (26 - 12) * ((100vw - 768px) / (1920 - 768))), 26px);
    color: #ffffff;
    line-height: 1.8;
    letter-spacing: .1em;
    text-align: justify;
    word-break: auto-phrase;
    overflow-wrap: break-word;
}
.profile_box02 {
    width: 30%;
    flex-shrink: 0;
    text-align: justify;
}
@media screen and (max-width: 768px) {
    .profile_box02 {
        width: 80%;
        display: flex;
        align-items: center;
        gap: 30px;
    }
    .profile_wrap:nth-of-type(2) .profile_box02 {
        flex-direction: row-reverse;
    }
}
@media screen and (max-width: 400px) {
    .profile_box02 {
        width: 90%;
    }
}
.profile_box02 img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .profile_box02 img {
        width: 40%;
        margin-bottom: 0px;
    }
}
.profile_box02-txt__small {
    font-size: clamp(14px, calc(14px + (24 - 14) * ((100vw - 768px) / (1920 - 768))), 24px);
    text-align: center;
    color: #ffffff;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
    .profile_box02-txt__small {
        text-align: left;
        font-size: clamp(12px, calc(12px + (18 - 12) * ((100vw - 375px) / (768 - 375))), 18px);
    }
}
.profile_box02-txt__big {
    font-size: clamp(24px, calc(24px + (35 - 24) * ((100vw - 768px) / (1920 - 768))), 35px);
    text-align: center;
    color: #ffffff;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
    .profile_box02-txt__big {
        text-align: left;
        font-size: clamp(17px, calc(17px + (28 - 17) * ((100vw - 375px) / (768 - 375))), 28px);
    }
}
.mc {
    z-index: 11;
    background-image: url("../img/mc_bg_pc.png");
    position: relative;
    margin-top: -26vw;
    padding-top: 20vw;
    padding-bottom: 12%;
    width: 100%;
    height: auto;
    max-height: none;
    background-size: 100% 100% !important;
    background-position: center top;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    flex-direction: column;
    clip-path: polygon(0 10vw, 100% 0, 100% 100%, 0 100%);
    outline: 1px solid transparent;
}
.mc_ttl {
    background-image: linear-gradient(90deg, #1695d4, #cb7db0);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.mc_inner {
    width: 68%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
}
@media screen and (max-width: 768px) {
    .mc_inner {
        width: 85%;
    }
}
@media screen and (max-width: 500px) {
    .mc_inner {
        width: 90%;
        gap: 40px;
    }
}
.mc_box01 p {
    font-size: clamp(13px, calc(13px + (30 - 13) * ((100vw - 768px) / (1920 - 768))), 30px);
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.9;
    text-align: center;
    letter-spacing: .05em;
}
@media screen and (max-width: 580px) {
    .mc_box01 p {
        font-size: 15px;
        line-height: 2;
    }
}
@media screen and (max-width: 390px) {
    .mc_box01 p {
        font-size: 13px;
        line-height: 1.8;
    }
}
.mc_box02 {
    display: flex;
    gap: 10%;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
}
.mc_box02-wrap {
    width: 45%;
    text-align: center;
    margin-bottom: 5%;
}
.mc_box02-wrap img {
    width: 100%;
    margin-bottom: 7%;
}
.mc_box02-wrap__ttl {
    color: #2151a2;
    font-size: clamp(20px, calc(20px + (35 - 20) * ((100vw - 768px) / (1920 - 768))), 35px);
    font-weight: 600;
    line-height: 1.1em;
}
@media screen and (max-width: 768px) {
    .mc_box02-wrap__ttl {
        font-size: clamp(10px, calc(10px + (18 - 10) * ((100vw - 375px) / (768 - 375))), 18px);
    }
}
.mc_box02-wrap__txt {
    color: #2151a2;
    font-size: clamp(25px, calc(25px + (45 - 25) * ((100vw - 768px) / (1920 - 768))), 50px);
    font-weight: 600;
}
@media screen and (max-width: 768px) {
    .mc_box02-wrap__txt {
        font-size: clamp(12px, calc(12px + (26 - 12) * ((100vw - 375px) / (768 - 375))), 26px);
    }
}
.timetable {
    padding: 100px 0 110px 0;
    background: linear-gradient(90deg, #1695d4, #cb7db0);
    position: relative;
}
@media screen and (max-width: 768px) {
    .timetable {
        padding: 80px 0 50px;
    }
}
.timetable-sub__image {
    position: absolute;
    height: auto;
    z-index: 5;
    pointer-events: none;
}
.timetable-sub__image01 {
    right: 4%;
    width: 11%;
    top: 3%;
}
.timetable-sub__image02 {
    left: 4%;
    width: 6%;
    bottom: 3%;
}
.timetable h3 {
    color: #ffffff;
    margin-top: 3%;
}
@media screen and (max-width: 768px) {
    .timetable h3 {
        margin-top: 0%;
    }
}
.timetable h3::after {
    background-color: #ffffff;
}
.timetable_inner {
    width: 68%;
    max-width: 1300px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .timetable_inner {
        width: 85%;
    }
}
@media screen and (max-width: 500px) {
    .timetable_inner {
        width: 90%;
    }
}
.timetable-btn01 {
    margin-bottom: 6%;
}
.timetable-btn01 a, .timetable-btn01 img {
    transition: opacity .28s cubic-bezier(0.16, 1, 0.3, 1), transform .28s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
    transform: translateZ(0);
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}
.timetable_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media screen and (max-width: 1000px) {
    .timetable_list {
        gap: 10px;
    }
}
@media screen and (max-width: 450px) {
    .timetable_list {
        gap: 0px;
    }
}
.timetable_row {
    display: grid;
    grid-template-columns: clamp(110px, 14vw, 300px) 1fr;
    column-gap: 0.1px;
    align-items: center;
    height: 115px;
}
@media screen and (max-width: 450px) {
    .timetable_row {
        grid-template-columns: clamp(75px, 14vw, 300px) 1fr;
    }
}
.timetable_row.is-break {
    height: 115px;
    align-items: center;
}
@media screen and (max-width: 1600px) {
    .timetable_row, .timetable_row.is-break {
        height: 85px;
    }
}
@media screen and (max-width: 1500px) {
    .timetable_row, .timetable_row.is-break {
        height: 70px;
    }
}
@media screen and (max-width: 1200px) {
    .timetable_row, .timetable_row.is-break {
        height: 60px;
    }
}
@media screen and (max-width: 1000px) {
    .timetable_row, .timetable_row.is-break {
        height: 54px;
    }
}
.timetable_time {
    border: 1px solid #fff;
    color: #fff;
    padding: 17.5px 11px;
    font-size: clamp(13px, calc(13px + (34 - 13) * ((100vw - 768px) / (1920 - 768))), 34px);
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
}
@media screen and (max-width: 450px) {
    .timetable_time {
        padding: 10px 0px;
        font-size: 10px;
    }
}
.timetable_text {
    color: #fff;
    padding: 17px 11px;
    font-size: clamp(13px, calc(13px + (34 - 13) * ((100vw - 768px) / (1920 - 768))), 34px);
    font-weight: 600;
    line-height: 1.25;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
    .timetable_text {
        padding: 6px 11px;
    }
}
@media screen and (max-width: 450px) {
    .timetable_text {
        font-size: 10px;
        padding: 6px 6px;
    }
}
.timetable_text span {
    font-size: clamp(15px, calc(15px + (35 - 15) * ((100vw - 768px) / (1920 - 768))), 35px);
}
@media screen and (max-width: 570px) {
    .timetable_text span {
        font-size: 12px;
    }
}
@media screen and (max-width: 450px) {
    .timetable_text span {
        font-size: 11px;
    }
}
.timetable_text-br {
    margin-top: 0;
}
.timetable_text--dotted {
    border-top: 1px dashed #fff;
    border-right: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    box-sizing: border-box;
    width: 100%;
    padding: 17px 11px;
    display: flex;
    align-items: center;
    overflow: visible;
    white-space: nowrap;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
}
@media screen and (max-width: 450px) {
    .timetable_text--dotted {
        padding: 9.7px 5px;
    }
}
@media screen and (max-width: 372px) {
    .timetable_row, .timetable_row.is-break {
        height: auto !important;
        align-items: flex-start;
    }
    .timetable_text {
        display: block !important;
        overflow: visible !important;
        -webkit-line-clamp: unset !important;
        -webkit-box-orient: initial !important;
        margin: auto 0;
    }
}
.timetable_text-yellow {
    color: #ffff00;
}
.rewards {
    background-image: url("../img/rewards_bg_pc.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 110px 0 100px 0;
}
@media screen and (max-width: 768px) {
    .rewards {
        padding: 60px 0 70px 0;
    }
}
.rewards_ttl {
    background-image: linear-gradient(90deg, #1695d4, #cb7db0);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.rewards_inner {
    width: 68%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
}
@media screen and (max-width: 768px) {
    .rewards_inner {
        width: 85%;
    }
}
@media screen and (max-width: 500px) {
    .rewards_inner {
        width: 90%;
    }
}
.rewards_box01 {
    text-align: center;
}
.rewards_box01-txt {
    padding: 15px 10px;
    margin: 0;
    text-align: center;
    border: none;
    position: relative;
}
.rewards_box01-txt::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(#202020, #202020) left bottom / 0 1px no-repeat, linear-gradient(#202020, #202020) right bottom / 1px 0 no-repeat;
    opacity: 0;
}
.rewards_box01-txt.js-fade.is-active::after {
    opacity: 1;
    animation: rewardsStrokeLRThenUp 1.0s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes rewardsStrokeLRThenUp {
    0% {
        background-size: 0 1px, 1px 0;
    }
    60% {
        background-size: 100% 1px, 1px 0;
    }
    100% {
        background-size: 100% 1px, 1px 100%;
    }
}
.rewards_box01-txt p {
    font-weight: 600;
    font-size: clamp(16px, calc(16px + (29 - 16) * ((100vw - 768px) / (1920 - 768))), 29px);
}
@media (max-width: 768px) {
    .rewards_box01-txt p {
        font-size: clamp(14px, calc(14px + (22 - 14) * ((100vw - 375px) / (768 - 375))), 22px);
    }
}
.rewards_box01-ttl p, .rewards_box02-ttl p {
    display: inline-block;
    padding: 5px 10px;
    background: linear-gradient(90deg, #1695d4, #cb7db0);
    font-weight: 600;
    color: #ffffff;
    font-size: clamp(16px, calc(16px + (29 - 16) * ((100vw - 768px) / (1920 - 768))), 29px);
    width: 30%;
    margin-bottom: 30px;
}
@media (max-width: 850px) {
    .rewards_box01-ttl p, .rewards_box02-ttl p {
        width: 40%;
    }
}
@media (max-width: 768px) {
    .rewards_box01-ttl p, .rewards_box02-ttl p {
        width: 70%;
        font-size: clamp(14px, calc(14px + (22 - 14) * ((100vw - 375px) / (768 - 375))), 22px);
    }
}
.rewards_box02 {
    text-align: center;
    margin-bottom: 10%;
}
.rewards_box02-txt {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
@media (max-width: 768px) {
    .rewards_box02-txt {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}
@media (max-width: 600px) {
    .rewards_box02-txt {
        gap: 20px;
    }
}
.rewards_box02-txt ul {
    list-style: none;
    padding: 20px 10px;
    margin: 0;
    text-align: center;
    border: none;
    position: relative;
}
.rewards_box02-txt ul::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(#202020, #202020) left bottom / 0 1px no-repeat, linear-gradient(#202020, #202020) right bottom / 1px 0 no-repeat;
    opacity: 0;
}
.rewards_box02-txt ul.js-fade.is-active::after {
    opacity: 1;
    animation: rewardsStrokeLRThenUp 1.0s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@media (max-width: 980px) {
    .rewards_box02-txt ul {
        padding: 20px 5px;
    }
}
.rewards_box02-txt ul li:first-child {
    display: inline-block;
    background: #2f5ea7;
    color: #fff;
    padding: 2px 30px;
    border-radius: 999px;
    margin-bottom: 10px;
    font-size: clamp(13px, calc(13px + (27 - 13) * ((100vw - 768px) / (1920 - 768))), 27px);
}
@media (max-width: 768px) {
    .rewards_box02-txt ul li:first-child {
        font-size: clamp(13px, calc(13px + (20 - 13) * ((100vw - 375px) / (768 - 375))), 20px);
        line-height: 1.4;
    }
}
.rewards_box02-txt ul li:last-child {
    font-weight: 600;
    line-height: 1.5;
    font-size: clamp(11px, calc(11px + (27 - 11) * ((100vw - 768px) / (1920 - 768))), 27px);
}
@media (max-width: 1115px) {
    .rewards_box02-txt ul li:last-child {
        line-height: 1.2;
    font-size: clamp(10px, calc(10px + (27 - 10) * ((100vw - 768px) / (1920 - 768))), 27px);
    }
}
@media (max-width: 768px) {
    .rewards_box02-txt ul li:last-child {
        font-size: clamp(14px, calc(14px + (22 - 14) * ((100vw - 375px) / (768 - 375))), 22px);
        line-height: 1.4;
    }
}
.access {
    background-color: #ffffff;
    padding: 110px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
@media (max-width: 768px) {
    .access {
        padding: 60px 0 50px;
    }
}
.access_ttl {
    background-image: linear-gradient(90deg, #1695d4, #cb7db0);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin: 0 0 40px;
}
.access_inner {
    width: 68%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
@media (max-width: 768px) {
    .access_inner {
        width: 85%;
    }
}
@media (max-width: 500px) {
    .access_inner {
        width: 90%;
    }
}
.access_map {
    width: 100%;
}
.access_map-embed {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    min-height: 320px;
}
@media (max-width: 500px) {
    .access_map-embed {
        min-height: 240px;
    }
}
.access_map-embed iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(100%) brightness(0.95) contrast(1.3);
    transition: filter 0.3s;
}
.access_box02 {
    width: 80%;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .access_box02 {
        width: 100%;
    }
}
.access_box02_ttl-big {
    font-size: clamp(22px, calc(22px + (50 - 22) * ((100vw - 768px) / (1920 - 768))), 50px);
    font-weight: 500;
    line-height: 1.1;
}
@media (max-width: 768px) {
    .access_box02_ttl-big {
        font-size: clamp(18px, calc(18px + (30 - 18) * ((100vw - 375px) / (768 - 375))), 30px);
    }
}
.access_box02_ttl-small {
    font-size: clamp(12px, calc(12px + (30 - 12) * ((100vw - 768px) / (1920 - 768))), 30px);
    font-weight: 500;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .access_box02_ttl-small {
        font-size: clamp(10px, calc(10px + (20 - 10) * ((100vw - 375px) / (768 - 375))), 20px);
    }
}
.access_box02_ttl-blue {
    font-size: clamp(16px, calc(16px + (35 - 16) * ((100vw - 768px) / (1920 - 768))), 35px);
    text-align: left;
    color: #2f5ea7;
    font-weight: 700;
}
@media (max-width: 768px) {
    .access_box02_ttl-blue {
        font-size: clamp(11px, calc(11px + (22 - 11) * ((100vw - 375px) / (768 - 375))), 22px);
    }
}
.access_box02_block {
    margin-bottom: 25px;
}
@media (max-width: 768px) {
    .access_box02_block {
        margin-bottom: 15px;
    }
}
.access_box02_sub {
    font-weight: 700;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .access_box02_sub {
        margin-bottom: 3px;
        font-size: clamp(10px, calc(10px + (20 - 10) * ((100vw - 375px) / (768 - 375))), 20px);
    }
}
.access_box02_list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #999;
    font-size: clamp(13px, calc(13px + (25 - 13) * ((100vw - 768px) / (1920 - 768))), 25px);
}
@media (max-width: 768px) {
    .access_box02_list {
        font-size: clamp(10px, calc(10px + (20 - 10) * ((100vw - 375px) / (768 - 375))), 20px);
    }
}
.access_box02_list li {
    padding: 12px 0;
    border-bottom: 1px solid #999;
    line-height: 1.6;
}
@media (max-width: 768px) {
    .access_box02_list li {
        padding: 5px 0;
        font-size: clamp(10px, calc(10px + (20 - 10) * ((100vw - 375px) / (768 - 375))), 20px);
    }
}
.access_box02_list li.note {
    font-size: 0.9em;
    border-bottom: none;
    color: #555;
}
.sponsorship {
    background: #ffffff;
    padding: 110px 0;
}
@media (max-width: 768px) {
    .sponsorship {
        padding: 60px 0 50px;
    }
}
.sponsorship_ttl {
    background-image: linear-gradient(90deg, #1695d4, #cb7db0);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.sponsorship_inner {
    width: 68%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
}
@media (max-width: 400px) {
    .sponsorship_inner {
        gap: 20px;
    }
}
@media (max-width: 768px) {
    .sponsorship_inner {
        width: 85%;
    }
}
@media (max-width: 500px) {
    .sponsorship_inner {
        width: 90%;
    }
}
.sponsorship_inner div {
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .sponsorship_inner div {
        width: 100%;
        margin-top: 0px;
    }
}


.sponsorship_label {
    margin: 0 auto 28px;
    width: min(760px, 100%);
    background: #1f4f9c;
    color: #fff;
    text-align: center;
    padding: 10px 14px;
    font-weight: 700;
    font-size: clamp(12px, calc(12px + (29 - 12) * ((100vw - 768px) / (1920 - 768))), 29px);
}
@media (max-width: 768px) {
    .sponsorship_label {
        font-size: clamp(10px, calc(10px + (18 - 10) * ((100vw - 375px) / (768 - 375))), 18px);
        padding: 5px 14px;
        margin: 0 auto 10px;
    }
}
.sponsorship_item {
    text-align: center;
}
.sponsorship_img {
    display: block;
    margin: 0 auto;
    max-width: 360px;
    width: 100%;
    height: auto;
}
.sponsorship_name {
    margin: 0;
    text-align: center;
    font-weight: 600;
        font-size: 12px;
}
@media (max-width: 1115px) {
    .sponsorship_name {
        font-size: 10px;
    }
}
@media (max-width: 935px) {
    .sponsorship_name {
        font-size: 9px;
    }
}
@media (max-width: 810px) {
    .sponsorship_name {
        font-size: 8px;
    }
}
@media (max-width: 768px) {
    .sponsorship_name {
        font-size: 12px;
    }
}

.sponsorship_box01 .sponsorship_img {
    max-width: 300px;
    width: 40%;
}
@media (max-width: 500px) {
    .sponsorship_box01 .sponsorship_img {
        width: 45%;
    }
}
.sponsorship_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
@media (max-width: 1400px) {
.sponsorship_items {
    width: 100% !important;
}
}
@media (max-width: 768px) {
.sponsorship_items {
    grid-template-columns: repeat(1, 1fr);
        gap: 30px;
}
}
.sponsorship_items img {
    width: 80%;
}
@media (max-width: 768px) {
    .sponsorship_items img {
        width: 90%;
    }
}
@media (max-width: 768px) {
    .sponsorship_items img {
        max-width: 300px;
        width: 40%;
        
    }
}
.footer {
    width: 100%;
    padding: 60px 0px;
    background: linear-gradient(90deg, #1695d4, #cb7db0);
}
@media screen and (max-width: 768px) {
    .footer {
        padding: 30px 0px;
    }
}
.footer_inner {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    gap: 20px;
}
@media screen and (max-width: 768px) {
    .footer_inner {
        width: 100%;
    }
}
.footer_inner a {
    display: block;
    width: 100%;
    transition: .5s;
    text-align: center;
}
.footer_inner a:hover {
    opacity: .5;
}
.footer_inner a img {
    width: 100%;
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .footer_inner a img {
        width: 50%;
    }
}
.footer_inner p {
    font-style: normal;
    font-size: clamp(9px, calc(9px + (17 - 9) * ((100vw - 768px) / (1920 - 768))), 17px);
    transition: .5s;
    line-height: 1;
    margin-top: 10px;
}
@media screen and (max-width: 768px) {
    .footer_inner p {
        margin-top: 0px;
    }
}
p.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
p.pagetop a {
    display: block;
    border: 1px solid #534617;
    background-color: rgba(185, 28, 31, 0.49);
    color: #ffffff;
    padding: 10px 4px;
    font-size: 80%;
    text-decoration: none;
    border-radius: 5px;
}
.fade-slide {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;
    filter: blur(10px);
    transform: translateX(-100%);
    transition:
        opacity 1s ease-out, filter 1s ease-out, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
    will-change: opacity, transform, filter;
}
.fade-slide.is-active {
    opacity: 1 !important;
    filter: blur(0) !important;
    transform: translateX(0) !important;
}
.mask-wrapper {
    width: 100%;
    height: 48vw;
    max-height: 800px;
    min-height: 400px;
    overflow: hidden;
    position: relative;
}
.mask-slide-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0% 17%, 100% 0%, 100% 83%, 0% 100%);
    opacity: 0;
    transform: translateX(-100%);
    transition:
        opacity 1s ease-out, transform 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}
.mask-slide-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateX(100%);
    transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}
.mask-slide-box.is-active {
    opacity: 1 !important;
    transform: translateX(0) !important;
}
.mask-slide-box.is-active img {
    transform: translateX(0) !important;
}
.fadeIn, .fadeUp, .fadeDawn, .js-fade {
    opacity: 0;
    transform: translateY(22px);
    transition:
        opacity .75s ease, transform .95s cubic-bezier(.25, .8, .25, 1);
    will-change: opacity, transform;
}
.fadeIn {
    transform: translateY(0);
}
.fadeUp {
    transform: translateY(35px);
}
.fadeDawn {
    transform: translateY(-35px);
}
.showElement, .is-active {
    opacity: 1;
    transform: translateY(0);
}
.fadeRight {
    opacity: 0;
    transform: translateX(60px);
    transition:
        opacity .7s ease, transform .9s cubic-bezier(.25, .8, .25, 1);
}
.fadeLeft {
    opacity: 0;
    transform: translateX(-60px);
    transition:
        opacity .7s ease, transform .9s cubic-bezier(.25, .8, .25, 1);
}
.fadeRight.is-active, .fadeLeft.is-active, .fadeRight.showElement, .fadeLeft.showElement {
    opacity: 1;
    transform: translateX(0);
}
#header_btn {
    position: relative;
    width: 40px;
    height: 30px;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    z-index: 999999;
    display: none;
    margin-right: 30px;
}
@media (max-width: 768px) {
    #header_btn {
        display: block !important;
    }
}
#header_btn .btn_top, #header_btn .btn_middle, #header_btn .btn_bottom {
    position: absolute;
    left: 10%;
    width: 80%;
    height: 2px;
    background: #000;
    display: block;
    transition: transform .22s cubic-bezier(0.16, 1, 0.3, 1), top .22s cubic-bezier(0.16, 1, 0.3, 1), opacity .18s ease;
    will-change: transform, top, opacity;
}
#header_btn .btn_top {
    top: 6px;
}
#header_btn .btn_middle {
    top: 14px;
}
#header_btn .btn_bottom {
    top: 22px;
}
#header_btn .btn_top.rotateTop {
    top: 14px;
    transform: rotate(45deg);
}
#header_btn .btn_middle.hideMiddle {
    opacity: 0;
}
#header_btn .btn_bottom.rotateBottom {
    top: 14px;
    transform: rotate(-45deg);
}
header {
    z-index: 1000000;
}
#hamburger_nav {
    position: fixed;
    top: clamp(80px, 5.7vw, 110px);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999998;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .20s cubic-bezier(0.16, 1, 0.3, 1), transform .20s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    will-change: opacity, transform;
}
#hamburger_nav.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
#hamburger_nav .hamburger_bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(rgba(248, 250, 252, 0.92), rgba(255, 255, 255, 0.95));
    opacity: 0;
    transition: opacity .20s cubic-bezier(0.16, 1, 0.3, 1), backdrop-filter .20s cubic-bezier(0.16, 1, 0.3, 1) .03s;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(7px);
    will-change: opacity, backdrop-filter;
    transform: translateZ(0);
}
#hamburger_nav.is-active .hamburger_bg {
    opacity: 1;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
#hamburger_nav ul {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
    padding: 0 24px;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 22px;
    margin-top: -100px;
}
#hamburger_nav ul a {
    display: inline-block;
    text-decoration: none;
    color: #202020;
    font-weight: 700;
    letter-spacing: .12em;
    font-size: clamp(18px, 4.8vw, 32px);
    transition: opacity .18s ease, transform .18s ease;
    padding: 25px;
    width: 90vw;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
    #hamburger_nav ul a {
        padding: 10px;
    }
}
#hamburger_nav ul a:hover {
    opacity: .6;
    transform: translateY(-2px);
}
body.is-locked {
    overflow: hidden;
    touch-action: none;
}
@media (prefers-reduced-motion: reduce) {
    #hamburger_nav .hamburger_bg {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }
}