@charset "utf-8";


* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    color: #000000;
    font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS ゴシック", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: .1em;
}


body {
    background-color: #FFF4F4;
}

@media screen and (max-width: 1024px) {
    .main {
        margin-left: 90px;
    }

    .nav {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .main {
        margin-left: 0;
    }
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.header--inner {
    width: 100%;
    padding: 20px 30px;
}


.nav--list {
    display: flex;
    justify-content: right;
    gap: 0 60px;
}

.header--inner .nav--item {
    font-size: 2rem;
    color: #000;
}

.nav--item {
    font-size: 2rem;
    color: #fff;
}

.header--nav--tb {
    display: none;
}

.nav--tb {
    display: none;
}

.nav--sp--tel {
    display: none;
}


@media screen and (max-width: 1024px) {
    .header--nav--tb {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        background-color: #fff;
        width: 90px;
        height: 100vh;
        z-index: 9999;
    }

    .header--nav--tb--logo {
        width: 92px;
        box-sizing: content-box;
        top: -40px;
        left: 20px;
        position: absolute;
        background-color: #fff;
        padding-top: 60px;
        padding-right: 30px;
        padding-bottom: 50px;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
    }

    .header--nav--btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .header--nav--tel {
        width: 100%;
        height: 240px;
        position: absolute;
        bottom: 0;
        background-color: #D5071A;
        color: #fff;
        font-size: 1.8rem;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .header--nav--tel span {
        writing-mode: vertical-rl;
        margin-top: 14px;
    }

    .nav--tb {
        display: flex;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        background-color: #FFF4F4;
        left: -100%;
        transition: all 0.5s ease;
    }

    .header--nav--btn--open.active {
        display: none;
    }

    .header--nav--btn--close {
        display: none;
    }

    .header--nav--btn--close.active {
        display: block;
    }

    .nav--tb.active {
        left: 89px;
    }

    .nav--tb--list {
        width: max-content;
        height: 100%;
        margin-left: 44px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .nav--tb--item {
        font-size: 4rem;
        font-weight: bold;
        color: #D60718;
        margin-bottom: 16px;
        z-index: 9998;
        transition: all 0.5s ease;
    }

    .nav--tb--item:hover {
        opacity: .6;
    }

    .nav--tb--bg {
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
    }

    .nav--tb--bg::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.3);
    }

    .nav--tb--bg--video {
        display: block;
        width: 100%;
        height: 100vh;
    }

    .nav--tb--info {
        margin-top: 96px;
        margin-left: 112px;
    }

    .nav--tb--info--text {
        font-size: 1.4rem;
        color: #D60718;
        writing-mode: vertical-rl;
        margin-bottom: 54px;
    }
}

@media screen and (max-width: 768px) {
    .header--nav--tb {
        width: 100%;
        height: 64px;
        bottom: 0;
        top: initial;
    }

    .header--nav--tel {
        display: none;
    }

    .header--nav--tb--logo {
        top: initial;
        bottom: 12px;
        left: 0;
        padding-bottom: 0;
        padding-left: 20px;
        padding-right: 50px;
        padding-top: 20px;
        border-bottom-right-radius: 50px;
        border-top-left-radius: 20px;
    }

    .header--nav--btn {
        right: 10px;
        left: initial;
        transform: translate(0px, -50%);
    }

    .header--nav--btn--open {
        width: 40px;
    }

    .nav--tb--bg {
        display: none;
    }

    .nav--tb--item {
        font-size: 2.4rem;
    }

    .nav--tb {
        display: flex;
        position: fixed;
        top: 100%;
        width: 100%;
        height: 100vh;
        left: 0;
    }

    .nav--tb.active {
        left: 0;
        top: 0;
    }

    .nav--tb--list {
        justify-content: start;
        margin-top: 150px;
    }

    .nav--tb--info--img {
        position: absolute;
        left: 44px;
        bottom: 40%;
    }

    .nav--sp--tel {
        width: max-content;
        display: block;
        position: absolute;
        bottom: 220px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 1.8rem;
        font-weight: bold;
        color: #D60718;
        background-color: #fff;
        padding: 9px 30px;
        border: solid 1px #D60718;
        border-radius: 36px;
    }

    .nav--tb--info {
        margin-left: 150px;
    }

    .nav--tb--info--text {
        font-size: 1.2rem;
    }
}

.section--firstview {
    position: relative;
    width: 100%;
}

.firstview--video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
}


.firstview-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.firstview--info--time {
    position: absolute;
    bottom: 5%;
    left: 10%;
}

.firstview--info--tel {
    position: absolute;
    bottom: 5%;
    right: 10%;

}

.firstview--info--time--text {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 2;
    color: #fff;
    margin-bottom: 16px;
}

.firstview--info--tel--1 {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 2;
    color: #fff;
}

.firstview--info--tel--2 {
    font-weight: bold;
    font-size: 4rem;
    line-height: 2;
    color: #fff;
}

@media screen and (max-width: 1440px) {
    .firstview--info--time--text {
        font-size: 1.8rem;
        margin-bottom: 8px;
    }

    .firstview--info--tel {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .firstview--info--time--text {
        font-size: 1.6rem;
    }
}


/* ===== Base ===== */
.scroll-indicator {
    --gap: 8px;
    /* 文字と線の間隔 */
    --line-w: 2px;
    /* 線の太さ */
    --line-h: 64px;
    /* 線の長さ */
    --color: #fff;
    /* 色（明るい背景なら #111 などに） */

    position: absolute;
    left: 50%;
    bottom: 20%;
    transform: translateX(-50%);
    color: var(--color);
    font-size: 24px;
    pointer-events: none;
}

.scroll-indicator--event {
    right: 0;
    left: initial;
    bottom: 55%;
}

.scroll-indicator__text {
    display: inline-block;
    letter-spacing: .3em;
    margin-bottom: var(--gap);
}

.scroll-indicator__line {
    position: absolute;
    left: 50%;
    top: calc(100% + var(--gap));
    transform: translateX(-50%) scaleY(0);
    transform-origin: top center;
    width: var(--line-w);
    height: var(--line-h);
    background: currentColor;
    border-radius: 1px;
    animation: line-grow 3s infinite;
    will-change: transform;
}

@keyframes line-grow {
    0% {
        transform: translateX(-50%) scaleY(0);
        opacity: .0;
    }

    20% {
        opacity: 1;
    }

    60% {
        transform: translateX(-50%) scaleY(1.0);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) scaleY(0);
        opacity: .0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .scroll-indicator__line {
        animation: none;
        transform: translateX(-50%) scaleY(1);
    }
}


@media screen and (max-width: 768px) {
    .scroll-indicator--event {
        left: 50%;
        right: initial;
        bottom: 30%;
    }
}

@media screen and (max-width: 468px) {
    .scroll-indicator {
        bottom: 30%;
    }
}



.section--title {
    font-size: 9rem;
    font-weight: bold;
    line-height: 2;
    text-align: center;
}


.section--about {
    padding-top: 180px;
    position: relative;
    overflow: hidden;
}

.swiper {
    z-index: -1 !important;
}


.swiper-slide--img {
    display: block;
    margin: 0 auto;
    width: 100%;
    border-radius: 28px;
}

.swiper-pagination {
    width: 60% !important;
    text-align: left !important;
    position: initial !important;
    margin: 26px auto 0 !important;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #fff;
    opacity: 1;
    border: solid 1px #000;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    margin: 0 21px !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 36px;
    height: 46px;
    background-image: url(./../img/pagination-active.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: initial;
    background-position: bottom;
    border: none;
    border-radius: 0;
    margin: 0 12px !important;
}

.about--contents {
    margin-top: -300px;
    margin-right: 8%;
    margin-left: auto;
    width: 900px;
    padding: 75px 60px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.about--subtitle {
    font-size: 2.4rem;
    color: #D60718;
}

.about--subtitle--img--sp {
    display: none;
}

.about--title {
    font-size: 7rem;
    font-weight: bold;
    line-height: 2;
}

.about--text {
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 50px;
    line-height: 2;
}

.about--info {
    display: flex;
    margin: 0 auto;
    margin-top: -200px;
    margin-bottom: 300px;
    width: 70%;
}

.about--map {
    margin-right: 35px;
}

.about--insta {
    position: relative;
}

.about--map--img {
    border-radius: 40px;
}

.about--insta--img {
    border-radius: 40px;
}

.about--map--link {
    background-color: #D60718;
    padding: 8px 20px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    font-size: 2rem;
    font-weight: bold;
    display: block;
    width: max-content;
    margin: 8px 0 0 auto;
    transition: .5s;
}

.about--map--link:hover {
    padding: 8px 30px;
    letter-spacing: .2em;
    margin-right: -20px;
}

.about--insta--text {
    position: absolute;
    top: 90%;
}

.about--insta--text--sp {
    display: none;
}

.about--anchor {
    position: absolute;
    top: -60px;
    right: -60px;
}

.about--title--br {
    display: none;
}

@media screen and (max-width: 2100px) {
    .about--info {
        width: 100%;
        margin-left: 100px;
    }
}


@media screen and (max-width: 1940px) {
    .section--about .section--title--img {
        width: 500px;
    }

    .section--about .section--title {
        margin-bottom: 36px;
    }

    .about--anchor {
        width: 300px;
        top: 10px;
        right: -40px;
    }

    .about--contents {
        width: 600px;
        padding: 36px;
        margin-bottom: 50px;
    }

    .about--subtitle {
        font-size: 1.8rem;
    }

    .about--subtitle--img {
        width: 465px;
        height: auto;
    }

    .about--title {
        font-size: 4.2rem;
    }

    .about--text {
        font-size: 1.8rem;
        margin-top: 36px;
    }

    .about--info {
        margin-top: -50px;
        margin-left: 40px;
    }

    .br--pc {
        display: none;
    }
}

@media screen and (max-width: 1440px) {

    .section--about {
        padding-top: 40px;
    }

    .about--anchor {
        width: 150px;
        top: 80px;
        right: 10px;
    }

    .section--title--img {
        width: 300px;
    }

    .about--subtitle--img {
        width: 280px;
    }

    .swiper-slide--img {
        width: 500px;
        border-radius: 0;
    }

    .swiper-pagination {
        width: 500px !important;
    }

    .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 12px !important;
    }

    .swiper-pagination .swiper-pagination-bullet-active {
        width: 26px;
        height: 26px;
    }

    .about--inner {
        width: 660px;
        margin: 0 auto;
        position: relative;
    }

    .about--contents {
        width: 410px;
        margin-top: -90px;
        padding: 24px;
        margin-right: 0;
    }

    .about--map {
        max-width: 500px;
        width: 100%;
        margin: 155px auto 0;
    }

    .about--map--img {
        width: 100%;
    }

    .about--info {
        margin-top: -110px;
        display: flex;
        flex-direction: column-reverse;
    }

    .about--subtitle {
        font-size: 1.4rem;
    }

    .about--title {
        font-size: 2.6rem;
    }

    .about--text {
        font-size: 1.4rem;
        margin-top: 20px;
    }

    .about--insta--text {
        width: 450px;
    }

    .about--insta--img {
        width: 120px;
        border-radius: 20px;
    }

    .br--pc {
        display: block;
    }
}

@media screen and (max-width: 768px) {

    .section--about .section--title--img {
        width: 300px;
    }

    .about--anchor {
        width: 90px;
        top: 25px;
        right: 10px;
    }


    .swiper-pagination .swiper-pagination-bullet {
        margin: 0 5px !important;
    }

    .swiper-pagination {
        width: 100px !important;
        margin-right: 30px !important;
        margin-left: auto !important;
    }

    .swiper-slide--img {
        width: 100%;
    }

    .about--inner {
        width: 100%;
        padding: 0 30px;
    }

    .about--contents {
        width: 100%;
        margin-top: 0;
        background-color: initial;
        box-shadow: none;
        margin-left: 0;
        padding: 0;
    }

    .about--subtitle {
        font-size: 1.2rem;
    }

    .about--title {
        margin-top: 10px;
        font-size: 2.9rem;
        line-height: 1.3;
    }

    .about--subtitle--img--sp {
        display: block;
    }

    .about--subtitle--img {
        display: none;
    }

    .about--title--br {
        display: block;
    }

    .about--info {
        margin-top: 32px;
        margin-left: 0;
        margin-bottom: 140px;
    }

    .about--map--link {
        font-size: 1.6rem;
        border-radius: 10px;
    }

    .about--map--img {
        border-radius: 20px;
    }


    .about--insta {
        width: 100%;
    }

    .about--insta--text {
        width: 100%;
        max-width: 300px;
        height: auto;
        left: 0;
    }

    .about--insta--text--pc {
        display: none;
    }

    .about--insta--text--sp {
        display: block;
        margin-top: 10px;
    }

}

.section--live {
    position: relative;
    height: 1100px;
    background-image: url(./..//img/live-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.section--subtitle--text {
    display: none;
}

.section--live .section--inner {
    height: 1100px;
    background-image: url(./..//img/liveevent.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.live--more {
    position: absolute;
    bottom: -30px;
    right: 30%;
    background-color: #D60718;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    padding: 10px 60px;
    border-radius: 15px;
}

.section--live .section--title {
    width: max-content;
    padding-top: 90px;
    margin: 0 auto;
    position: relative;
}

.liveevent--flower {
    position: absolute;
    top: 0;
    right: -150px;
}

.live--contents {
    position: relative;
    width: 400px;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    margin-left: 6%;
    overflow: hidden;
}

.live--list {
    margin-top: 48px;
}

.live--item {
    font-size: 2.4rem;
    color: #D60718;
    border-bottom: solid 2px #707070;
    margin-bottom: 28px;
    display: flex;
}

.live--date {
    width: 150px;
}

.live--perf {
    width: 100%;
}

.live--more-2 {
    background-color: #D60718;
    border: solid 1px #D60718;
    color: #fff;
    padding: 16px 70px;
    font-size: 2.4rem;
    font-weight: bold;
    border-radius: 25px;
    display: block;
    width: max-content;
    margin: 55px auto 0;
}

.section--subtitle {
    text-align: center;
}

.liveevent--img {
    height: 100%;
}


@media screen and (max-width: 2100px) {

    .section--live {
        height: 900px;
    }

    .section--live .section--inner {
        height: 900px;
    }

    .section--live .section--title--img {
        width: 500px;
    }

    .section--live .section--subtitle .section--title--img {
        width: 300px;
    }

    .section--live .live--contents {
        margin-top: -100px;
        margin-left: 4%;
    }
}


@media screen and (max-width: 1940px) {


    .liveevent--flower {
        width: 200px;
        right: -80px;
    }

    .section--live {
        height: 800px;
    }

    .section--live .section--inner {
        height: 800px;
    }

    .live--contents {
        width: 300px;
        padding: 16px;
    }

    .section--live .section--subtitle .section--title--img {
        width: 200px;
    }

    .live--list {
        margin-top: 35px;
    }

    .live--item {
        font-size: 1.8rem;
    }

    .live--item:last-child {
        display: none;
    }

    .live--more {
        font-size: 2.6rem;
        padding: 6px 50px;
        bottom: 10px;
    }

    .live--more-2 {
        font-size: 1.8rem;
    }

    .live--date {
        width: 120px;
    }
}

@media screen and (max-width: 1440px) {
    .liveevent--flower {
        width: 160px;
        top: 20px;
        right: -50px;
    }

    .section--live {
        height: 650px;
    }

    .section--live .section--inner {
        height: 650px;
    }

    .live--contents {
        width: 240px;
    }

    .section--live .section--title--img {
        width: 400px;
    }

    .section--live .section--subtitle .section--title--img {
        display: none;
    }

    .section--subtitle--text {
        display: block;
        font-size: 2.4rem;
    }

    .live--list {
        margin-top: 13px;
    }

    .live--item {
        font-size: 1.4rem;
        border-bottom-color: #D60718;
        margin-bottom: 24px;
    }

    .live--more {
        font-size: 1.4rem;
        padding: 4px 30px;
        bottom: 15px;
        border-radius: 5px;
        right: 30%;
    }

    .live--more-2 {
        font-size: 1.3rem;
        padding: 6px 24px;
        margin-top: 24px;
    }

    .live--date {
        width: 90px;
    }
}


@media screen and (max-width: 768px) {
    .liveevent--flower {
        width: 100px;
        top: 20px;
        right: -20px;
    }

    .section--live {
        height: 400px;
        margin-bottom: 200px;
    }

    .section--live .section--title--img {
        width: 250px;
    }

    .section--live .section--title {
        padding-top: 0;
    }

    .live--more {
        display: none;
    }

    .section--live .section--inner {
        margin: 0;
        height: 100%;
        position: relative;
    }

    .live--contents {
        width: 280px;
        padding: 30px 16px;
        margin-top: -40px;
    }

    .section--subtitle--text {
        display: none;
    }


    .live--item {
        font-size: 1.8rem;
        border-bottom-color: #707070;
        margin-bottom: 34px;
    }

    .live--more-2 {
        font-size: 2rem;
        padding: 8px 35px;
        margin-top: 24px;
    }

    .section--live .live--contents {
        max-width: 350px;
        width: 100%;
        position: absolute;
        margin-left: 0;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
    }


    .live--date {
        width: 110px;
    }

}


.section--menu {
    position: relative;
    margin-top: 500px;
}

.menu--contents {
    margin-top: 88px;
}

.menu--text {
    font-size: 2.4rem;
    line-height: 2;
    text-align: center;
}

.menu--more {
    display: block;
    width: max-content;
    margin: 46px auto 0;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2;
    background-color: #fff;
    color: #D60718;
    border: solid 1px #D60718;
    border-radius: 36px;
    padding: 10px 60px;
    transition: .5s;
}

.menu--more:hover {
    padding: 10px 70px;
    letter-spacing: .2em;
}

.liveevent--shell {
    position: absolute;
    left: 0;
    top: -200px;
}

.menu-img {
    position: absolute;
    z-index: -1;
}

.menu-img--1 {
    bottom: -700px;
    left: -30px;
}

.menu-img--2 {
    top: 200px;
    left: -30px;
}

.menu-img--3 {
    left: 530px;
    top: 550px;
}

.menu-img--4 {
    right: 300px;
}

.menu-img--5 {
    right: 0;
    top: 0;
}

.menu-img--6 {
    right: 50px;
}

.menu-img--7 {
    left: 300px;
}

.menu--text--br {
    display: none;
}


@media screen and (max-width: 1940px) {

    .menu-img--1 {
        width: 300px;
        bottom: -400px;
        left: 130px;
    }

    .menu-img--2 {
        width: 260px;
        top: 200px;
        left: 130px;
    }

    .menu-img--3 {
        width: 360px;
        top: 450px;
        left: 450px;
    }

    .menu-img--4 {
        width: 285px;
    }

    .menu-img--5 {
        width: 340px;
        right: 30px;
        top: 100px;
    }

    .menu-img--6 {
        width: 190px;
        top: 400px;
        right: 100px;
    }

    .menu-img--7 {
        width: 140px;
        top: 500px;
        left: 200px;
    }

    .liveevent--shell {
        width: 380px;
    }

    .menu--text {
        font-size: 1.8rem;
    }

    .section--menu .section--title--img {
        width: 500px;
    }

    .menu--contents {
        margin-top: 40px;
    }

}


@media screen and (max-width: 1440px) {
    .menu-img--1 {
        width: 300px;
        bottom: -480px;
        left: -30px;
    }

    .menu-img--2 {
        top: 200px;
        left: -80px;
    }

    .menu-img--3 {
        top: 350px;
        left: 150px;
    }

    .menu-img--4 {
        top: 550px;
        right: 100px;
    }

    .menu-img--5 {
        width: 200px;
        right: 10px;
        top: 100px;
    }

    .menu-img--6 {
        width: 190px;
        top: 400px;
        right: 50px;
    }

    .menu-img--7 {
        width: 140px;
        top: 500px;
        left: 50px;
    }

    .liveevent--shell {
        width: 250px;
        left: -100px;
        top: -100px;
    }

    .section--menu .section--title--img {
        width: 400px;
    }

    .menu--text {
        font-size: 1.4rem;
    }

    .menu--more {
        font-size: 2rem;
        padding: 8px 35px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 768px) {
    .section--menu {
        margin-top: 300px;
    }

    .section--menu .section--title--img {
        width: 300px;
    }

    .menu--text--br {
        display: block;
    }

    .menu--text span {
        display: none;
    }

    .menu-img--1 {
        width: 195px;
        bottom: -480px;
        left: -30px;
    }

    .menu-img--2 {
        width: 150px;
        top: initial;
        bottom: -150px;
        left: -10px;
    }

    .menu-img--3 {
        width: 250px;
        top: 550px;
        left: 80px;
    }

    .menu-img--4 {
        width: 200px;
        top: 740px;
        right: 30px;
    }

    .menu-img--5 {
        width: 160px;
        right: 10px;
        top: 500px;
    }

    .menu-img--6 {
        width: 120px;
        top: 650px;
        right: 10px;
    }

    .menu-img--7 {
        width: 80px;
        top: 750px;
        left: 0;
    }

    .liveevent--shell {
        width: 130px;
        left: 0;
        top: 50px;
    }


    .menu--text {
        font-size: 1.3rem;
    }

}

.section--open {
    margin-top: 600px;
}

.section--open iframe {
    display: block;
    margin: 20px auto 400px;
    max-width: 800px;
    width: 80%;
}


@media screen and (max-width: 1940px) {
    .section--open .section--title--img {
        width: 500px;
    }
}

@media screen and (max-width: 768px) {
    .section--open .section--title--img {
        width: 300px;
    }

    .section--open iframe {
        height: 400px;
        width: 80%;
        margin-bottom: 150px;
    }
}

@media screen and (max-width: 500px) {

    .section--open iframe {
        height: 300px;
        width: 100%;
    }
}

.footer--inner {
    background-color: #FFF4F4;
    padding-bottom: 90px;
}

.footer--logo {
    display: block;
    margin: 0 auto;
}

.footer--info {
    margin-top: 48px;
    display: flex;
    justify-content: center;
    gap: 0 35px;
}

.footer--info--main dl {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 46px 20px;
    font-size: 2.6rem;
}

.footer--info--main dt {
    font-weight: bold;
    white-space: nowrap;
}

.footer--info--main dd {
    font-weight: bold;
    position: relative;
    padding-left: 1em;
}

.footer--info--main dd::before {
    content: "/";
    position: absolute;
    left: 0;
    color: #000;
}

.footer--info--sub {
    text-align: center;
}

.footer--info--tel {
    background-color: #D60718;
    border-radius: 30px;
    padding: 16px 40px;
    text-align: center;
}

.footer--info--tel--1 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    line-height: 2;
}

.footer--info--tel--2 {
    font-size: 3.4rem;
    font-weight: bold;
    color: #fff;
    line-height: 2;
}

.footer--insta {
    margin-top: 40px;
}

.footer--nav {
    background-color: #D60718;
    padding: 30px;
}

.footer--nav .nav--list {
    justify-content: center;
    gap: 0 150px;
}

.footer--nav .nav--item {
    font-weight: bold;
    position: relative;
}

.footer--nav .nav--item+.nav--item::before {
    content: "/";
    position: absolute;
    left: -80px;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
}

.footer--br {
    display: none;
}

@media screen and (max-width: 1940px) {
    .footer--logo {
        width: 190px;
        height: auto;
    }

    .footer--info--main dl {
        font-size: 2.2rem;
    }

    .footer--insta {
        width: 260px;
        height: auto;
    }
}

@media screen and (max-width: 1440px) {
    .footer--insta {
        width: 150px;
    }

    .footer--info--main dl {
        font-size: 1.6rem;
        gap: 24px 0px;
        grid-template-columns: 100px 1fr;
    }

    .footer--info {
        display: block;
    }

    .footer--info--main {
        width: max-content;
        margin: 0 auto;
    }

    .footer--info--sub {
        display: flex;
        align-items: center;
        margin-top: 40px;
        justify-content: center;
    }

    .footer--info--tel {
        width: max-content;
        padding: 16px;
        border-radius: 20px;
    }


    .footer--insta {
        margin-top: 0;
        margin-left: 26px;
    }

    .footer--info--tel--1 {
        font-size: 1.7rem;
    }

    .footer--info--tel--2 {
        font-size: 2.3rem;
        line-height: 1;
    }

    .nav--item {
        font-size: 1.4rem;
    }

}

@media screen and (max-width: 768px) {

    .footer--info--main dl {
        font-size: 1.4rem;
        grid-template-columns: 70px 1fr;
    }


    .footer--info--sub {
        display: block;
        margin-top: 40px;
    }

    .footer--info--tel {
        margin: 0 auto;
    }

    .footer--insta {
        margin-top: 40px;
        margin-left: 0;
    }

    .footer--nav {
        padding-bottom: 150px;
    }

    .footer--nav .nav--list {
        gap: 0 30px;
    }

    .footer--nav .nav--item+.nav--item::before {
        left: -20px;
        font-size: 1.4rem;
    }

    .footer--br {
        display: block;
    }

    .footer--info--tel--1 {
        font-size: 1.4rem;
    }

    .footer--info--tel--2 {
        font-size: 2.1rem;
    }
}

@media screen and (max-width: 400px) {

    .footer--info--main dl {
        font-size: 1.3rem;
        grid-template-columns: 60px 1fr;
    }

    .footer--nav .nav--list {
        gap: 0 20px;
    }

    .footer--nav .nav--item+.nav--item::before {
        left: -15px;
    }
}


/* Map */
.map .nav--item {
    color: #D60718;
}

.section--map {
    margin-top: 140px;
}

.map-inner {
    display: flex;
    flex-direction: column;
    width: 1200px;
    padding: 16px;
    background-color: #D60718;
    border-radius: 15px;
    margin: 0 auto;
}

.map--img {
    margin-bottom: 26px;
    margin-left: 60px;
}

.map-inner iframe {
    width: 100%;
    height: 600px;
    border-radius: 20px;
}

.section--spot {
    margin-top: 280px;
}

.spot--list {
    max-width: 1700px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 90px;
    margin-top: 44px;
}

.spot--item {
    width: 800px;
    background-color: #D60718;
    border-radius: 15px;
    padding: 10px;
}

.spot--img {
    width: 100%;
    border-radius: 20px;
}

.spot--title {
    font-size: 6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.spot--info {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 2;
    color: #fff;
    text-align: center;
}

.section--hotel {
    margin-top: 280px;
    margin-bottom: 400px;
}

.hotel--img {
    display: block;
    margin: 0 auto;
    border-radius: 20px;
}


@media screen and (max-width: 1940px) {

    .section--map .section--title--img,
    .section--spot .section--title--img,
    .section--hotel .section--title--img {
        width: 500px;
    }

    .map-inner {
        width: 850px;
    }

    .map--img {
        width: 400px;
        margin-left: 20px;
    }

    .spot--list {
        max-width: 1100px;
        gap: 60px;
        justify-content: space-between;
    }

    .spot--item {
        width: 500px;
    }

    .spot--title {
        font-size: 3.7rem;
    }

    .spot--info {
        font-size: 2.2rem;
    }


    .hotel--img {
        width: 1000px;
        margin-top: 60px;
    }

}

@media screen and (max-width: 1440px) {

    .section--map .section--title--img,
    .section--spot .section--title--img,
    .section--hotel .section--title--img {
        width: 300px;
    }

    .section--spot {
        margin-top: 230px;
    }

    .section--hotel {
        margin-top: 180px;
        margin-bottom: 160px;
    }

    .map-inner {
        width: 480px;
        height: 330px;
        padding: 8px;
        margin-top: 32px;
    }

    .map--img {
        width: 230px;
        margin-bottom: 10px;
    }

    .spot--list {
        max-width: 700px;
        gap: 30px;
    }

    .spot--item {
        width: 300px;
    }

    .spot--title {
        font-size: 1.9rem;
    }

    .spot--info {
        font-size: 1.3rem;
    }

    .hotel--img {
        width: 600px;
        margin-top: 32px;
    }
}

@media screen and (max-width: 768px) {

    .section--map .section--title--img,
    .section--spot .section--title--img,
    .section--hotel .section--title--img {
        width: 250px;
    }

    .section--map,
    .section--spot,
    .section--hotel {
        padding: 0 30px;
    }

    .section--spot {
        margin-top: 180px;
    }

    .map-inner {
        max-width: 400px;
        width: 100%;
    }

    .map--img {
        margin-left: 10px;
    }

    .spot--list {
        display: block;
    }

    .spot--item {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        margin-bottom: 50px;
        padding: 4px;
    }

    .spot--title {
        font-size: 2.3rem;
    }

    .spot--info {
        font-size: 1.4rem;
    }

    .hotel--img {
        width: 100%;
    }
}

/* menu */
.menu .nav--item {
    color: #D60718;
}

.section--main-menu .section--title {
    position: relative;
}

.section--title--img {
    position: relative;
    z-index: 9998;
}

.section--main-menu .section--title::before {
    content: "";
    border-radius: 50%;
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    background-color: #FFF4F4;
    z-index: 1;
}

.main-menu--bg {
    width: 100%;
    height: 500px;
    background-image: url(./..//img/main-menu-bg.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-menu {
    position: relative;
    max-width: 1100px;
    background-color: #fff;
    border-radius: 20px;
    margin: -60px auto 0;
    padding: 60px 50px;
}

.main-menu--logo {
    position: absolute;
    top: 27px;
    right: 27px;
    transform: rotateZ(18deg);
}

.menu--titile {
    font-size: 9rem;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 80px;
}

.main-menu--list {
    display: flex;
    gap: 40px 50px;
    flex-wrap: wrap;
}

.main-menu--item {
    width: 300px;
    position: relative;
}

.main-menu--item::before {
    content: "";
    position: absolute;
    left: 98%;
    top: 30px;
    width: 30px;
    height: 66px;
    background-image: url(./..//img/food.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.main-menu--img {
    border: solid 3px #DB2536;
    border-radius: 20px;
}

.drink-menu .main-menu--img {
    border: solid 3px #00FFF5;
}

.desert-menu .main-menu--img {
    border: solid 3px #EBFF00;
}

.drink-menu,
.desert-menu {
    margin-top: 300px;
}

.main-menu--name {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2;
    margin-top: 8px;
}

.main-menu--price {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2;
}

.section--payment {
    background-color: #fff;
    margin-top: 300px;
    padding: 100px 0;
    margin-bottom: 130px;
}

.payment--img {
    width: 90%;
    display: block;
    margin: 0 auto;
}



@media screen and (max-width: 1940px) {

    .section--main-menu .section--title--img,
    .section--payment .section--title--img {
        width: 350px;
    }

    .main-menu--bg {
        height: 400px;
    }

    .menu--titile {
        font-size: 5rem;
    }

    .main-menu--logo {
        width: 170px;
        height: auto;
    }

    .main-menu--name {
        font-size: 2.2rem;
    }

    .main-menu--price {
        font-size: 1.6rem;
    }

    .drink-menu,
    .desert-menu {
        margin-top: 200px;
    }
}

@media screen and (max-width: 1440px) {
    .main-menu--bg {
        height: 200px;
    }

    .section--main-menu .section--title::before {
        width: 500px;
        height: 400px;
        bottom: -80px;
    }

    .main-menu {
        margin-top: -20px;
        max-width: 600px;
        width: 100%;
    }

    .main-menu--logo {
        width: 90px;
    }

    .main-menu {
        padding: 25px 20px;
    }

    .menu--titile {
        font-size: 4rem;
        margin-bottom: 40px;
    }

    .main-menu--list {
        gap: 20px;
    }

    .main-menu--item {
        width: 150px;
    }

    .main-menu--img {
        width: 100%;
    }

    .main-menu--name {
        font-size: 1.6rem;
    }

    .main-menu--price {
        font-size: 1.4rem;
    }

    .main-menu--item::before {
        top: 10px;
        height: 35px;
    }

    .drink-menu,
    .desert-menu {
        margin-top: 140px;
    }
}

@media screen and (max-width: 768px) {

    .section--main-menu .section--title--img,
    .section--payment .section--title--img {
        width: 300px;
    }

    .main-menu--bg {
        height: 100px;
    }

    .section--main-menu .section--title::before {
        width: 200px;
        height: 150px;
        bottom: -40px;
    }


    .main-menu--logo {
        top: -30px;
    }

    .main-menu {
        margin-top: 0;
        background-color: initial;
        max-width: 350px;
        width: 100%;
        gap: 24px;
        padding: 0;
        margin-top: 50px;
    }

    .menu--titile {
        font-size: 2.4rem;
    }
}

/* event */
.event .nav--item {
    color: #000000;
}


.section--event {
    position: relative;
}

.live-event--bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-image: url(./..//img/live-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.section--event .section--inner {
    max-width: 900px;
    margin: 0 auto;
}

.section--event--bg {
    height: 1000px;
    display: block;
    margin: 0 auto;
}

.section--event--bg--cover {
    width: max-content;
    margin: 0 auto;
    position: relative;
}

.section--event .live--contents {
    /* position: absolute;
    top: 1000px;
    left: 50%;
    transform: translateX(-50%); */
    width: 821px;
    margin: 0 auto;
    border-radius: 0;
    background-color: #FFF4F4;
    padding: 15px 15px 200px;
}

.section--subtitle {
    font-size: 5rem;
    font-weight: bold;
    line-height: 2;
    color: #D60718;
}

.section--event .section--title {
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
}

.live--table {
    width: 100%;
    border-collapse: collapse;
    color: #D60718;
    margin-top: 60px;
}

.live--th,
.live--td {
    padding: 10px;
}

.live--tr {
    border-bottom: 1px dotted #D60718;
}

.live--th {
    font-size: 2.2rem;
    font-weight: bold;
}

.live--td {
    font-size: 2.2rem;
}

.anchor--img {
    position: absolute;
    top: -60px;
    right: -60px;
}

.live--flyer {
    max-width: 821px;
    margin: 0 auto;
    background-color: #FFF4F4;
    padding-bottom: 40px;
}

.flyer--img {
    width: 100%;
    height: 100%;
}

.flyer--item {
    margin-bottom: 80px;
}

.flyer--item:last-child {
    margin-bottom: 0;
}

.flyer--btn {
    font-size: 3.6rem;
    width: max-content;
    color: #D50719;
    background-color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 8px 16px;
    margin: 25px 10px 0 auto;
    border: solid 2px #D50719;
    border-radius: 36px;
}

.flyer--btn--tel {
    font-size: 2.4rem;
}

.event--tel {
    display: none;
}

.event--tel--br {
    display: none;
}

@media screen and (max-width: 1940px) {
    .section--event .section--title--img {
        width: 500px;
    }

    .section--event {
        /* height: 900px; */
    }

    .section--event--bg {
        height: 900px;
    }

    .event--tel {
        position: fixed;
        display: none;
        right: 0;
        top: 100px;
        background-color: #D60718;
        color: #fff;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        font-size: 2.4rem;
        font-weight: bold;
        padding: 15px 8px 15px 15px;
        z-index: 9999;
    }

    .event--tel.active {
        display: block;
    }

    .section--event .live--contents {
        width: 739px;
    }

    .live--flyer {
        width: 739px;
    }
}

@media screen and (max-width: 1440px) {
    .section--event {
        /* height: 700px; */
    }

    .section--event--bg {
        height: 700px;
    }

    .section--event .live--contents {
        width: 574px;
        padding-bottom: 100px;
    }

    .section--subtitle {
        font-size: 2.6rem;
    }

    .live--th {
        font-size: 1.1rem;
    }

    .live--td {
        font-size: 1.1rem;
    }

    .live--table {
        margin-top: 28px;
    }


    .live--flyer {
        width: 574px;
    }

    .flyer--btn {
        display: none;
    }

    .anchor--img {
        width: 90px;
        top: 10px;
        right: 0px;
    }

    .event--tel--br {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .section--event .section--title--img {
        width: 300px;
    }

    .section--event .section--title {
        top: 0;
    }

    .section--event {
        /* height: 400px; */
    }

    .section--event--bg {
        height: 400px;
    }

    .section--event .live--contents {
        max-width: 500px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        width: 100%;
        background-color: #fff;
    }

    .live--flyer {
        width: 100%;
    }

    .section--subtitle {
        font-size: 2.4rem;
    }

    .live--th {
        font-size: 1.4rem;
    }

    .live--td {
        font-size: 1.4rem;
    }

    .live--td--name {
        display: none;
    }

    .anchor--img {
        display: none;
    }

    .event--tel span {
        display: none;
    }
}