@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/* html {
    height: 100%;
} */
.-sans {
    font-family: "Noto Sans JP", sans-serif;
}

.-serif {
    font-family: "Noto Serif JP", serif;
}

.vis-sp {
    display: none;
}

.hide-sp {
    display: block;
}

.-red {
    color: #f00;
}

/* 
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
} */
main {
    box-sizing: border-box;
}

.gPankuzu {
    margin-top: 0;
}

.cls_inner {
    max-width: 1200px;
    background-color: #fff;
    padding: 40px 100px 80px;
}

.starry_sky {
    background: #11151D;
    min-height: 100%;
    margin: 0;
    overflow: hidden;
}

.starry_sky::before {
    content: "";
    display: inline-block;
    background-image: url(/closing/img/bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: 700px;
}

#starry_sky {
    width: 100%;
    height: 100%;
    position: relative;
}

.star {
    background-color: white;
    position: relative;
    border-radius: 50%;
    animation-name: twinkle;
    animation-iteration-count: infinite;
}


@keyframes twinkle {
    50% {
        transform: scale(0.2);
    }
}


.cls_wrap {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.cls_ttl {
    font-family: "Noto Serif JP", serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.cls_ttl h1 {
    font-size: 24px;
    font-weight: 500;
}

.sec_head {
    font-weight: bold;
    color: #fff;
    background: linear-gradient(to right, #0D1D6F, #7D66B2);
    padding: 10px 15px;
    margin-bottom: 20px;
}

.event_sec {
    padding: 0 0 20px;
    margin-bottom: 30px;
    position: relative;
}

.event_sec.-coming::before {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
}

.event_sec.-coming::after {
    content: "Coming Soon";
    line-height: 1;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    top: 50%;
    right: 30px;
    position: absolute;
    font-family: "Noto Serif JP", serif;
}

.event_ttl {
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    font-weight: 500;
    position: relative;
    padding-left: 15px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.event_ttl span {
    font-size: 20px;
}

.event_ttl::before {
    content: "";
    display: inline-block;
    background-image: url(/closing/img/bar.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 4px;
    height: 84px;
    position: absolute;
    transform: translateY(-42%);
    top: 50%;
    left: 0;
}

.event_sec.-coming .event_ttl {
    margin-bottom: 0;
    padding: 10px 15px;
    font-size: 17px;
}

.event_sec.-coming .event_ttl::before {
    background-image: none;
}

.event_day {
    background-color: #E6E2EF;
    padding: 18px;
    margin-bottom: 30px;
}

.event_day dl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: bold;
    font-size: 18px;
}

.event_cap {
    margin-bottom: 30px;
}

.event_img_list {
    display: flex;
    gap: 4px;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 4px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.event_img_list figure {
    width: 24.5%;
}

.event_img_list figure img {
    width: 100%;
    height: auto;
}

.event_tab {
    margin-bottom: 30px;
    width: 100%;
}

.event_tab tr {
    border-bottom: 1px solid #B5B5B5;
}

.event_tab tr:first-child {
    border-top: 1px solid #B5B5B5;
}

.event_tab th,
.event_tab td {
    text-align: left;
    padding: 12px 17px;
}

.event_tab th {
    background-color: #F0F0F0;
    width: 130px;
}

.event_tab tr td a.yoyaku_tel {
    color: #3E3C8C;
    font-weight: bold;
    text-decoration: underline;
}
.event_notice{
    padding-left: 1em;
    text-indent: -1em;
}

.tokuten_cap{
    padding-bottom: 8px;
}

/* ホワイトファンタジー */
.wf_guide{
    display: flex;
    align-items: center;
    background-color: #F0F0F0;
    padding: 15px 25px;
    gap: 20px;
}
.wf_course{
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid　#B5B5B5;
}
.course_cap{
    margin-bottom: 10px;
}

.wf_schedule .event_tab caption{
    text-align: left;
    font-weight: bold;
}
.link_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 320px;
    /* width: 100%; */
    margin: 40px auto 0;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-image: linear-gradient(180deg, #051046 0%, #67568D 100%);
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    text-decoration: none;
    transition: all 0.3s;
}

@media screen and (min-width:1000px) {}

@media screen and (max-width:1199px) {
    .cls_wrap {
        left: 14%;
        transform: translateX(-8%);
    }

    .cls_inner {
        padding: 40px 20px 80px;
    }
}

@media screen and (max-width:999px) {
    .cls_inner {}
}

@media screen and (max-width:767px) {
    .vis-sp {
        display: block;
    }

    .hide-sp {
        display: none;
    }
        .cls_inner {
        padding: 40px 20px 20px;
    }

    .cls_ttl {
        flex-direction: column;
    }

    .cls_ttl h1 {
        text-align: center;
        font-size: 16px;
    }

    .event_ttl {
        font-size: 19px;
    }

    .event_ttl span {
        font-size: 14px;
    }

    .event_day {
        margin-bottom: 12px;
    }

    .event_day dl {
        flex-direction: column;
        align-items: flex-start;
        font-size: 14px;
    }

    .event_img_list figure {
        width: 49%;
    }

    .event_tab th,
    .event_tab td {
        display: block;
    }

    .event_tab th {
        width: auto;
    }

    .event_sec.-coming::after {
        font-size: 16px;
        top: 7%;
        right: 15px;
    }
    .wf_guide{
        flex-direction: column;
    }
}

@media screen and (max-width:699px) {}