@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
html, body, a, p, ul, li, h1, h2, h3, h4, h5, h6, figure, dl, dt, dd {
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

html {
    overflow-x: clip;
}
body {
    overflow-x: clip;
    -webkit-touch-callout: none;
    background: #fff;
    color: #e95816;
    font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700;
}
img {
    width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
    display: block;
    font-size: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
li {
    list-style-type: none;
}
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.sp {
    display: none;
}
@media screen and (max-width: 896px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
.hero {
    width: 100%;
    height: 100svh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
h1 {
    width: 96%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    animation: scaleIn 1.6s ease forwards;
}
@keyframes scaleIn {
    0% {
        transform: scale(1.5);
        opacity: 1;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
h1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    animation: FadeIn 0.8s ease forwards;
    animation-delay: 0.2s;
}
@keyframes FadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
h1 svg {
    width: 100%;
    height: 100%;
}
#svg-animation .st0 {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 14;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
}
.scroll-line {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
}
.scroll-line:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #e95816;
    animation: scroll-anime 1s ease-in infinite
}
@keyframes scroll-anime {
    0% {
        transform: translateY(-100%)
    }
    to {
        transform: translateY(100%)
    }
}
section {
    margin-top: 100px;
    opacity: 0;
    transform: translateY(60px);
}
section.on {
    opacity: 1;
    transition-duration: 0.6s;
    transform: translateY(0px);
}
h2 {
    height: 40px;
    margin-bottom: 40px;
}
h2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media screen and (max-width: 896px) {
    section {
        margin-top: 80px;
        opacity: 0;
        transform: translateY(40px);
    }
    h2 {
        height: 24px;
        margin-bottom: 28px;
    }
}
.inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.news-list li a {
    display: flex;
    padding: 40px 12px;
    border-bottom: solid 1px #e95816;
}
.news-list li:nth-child(1) a {
    border-top: solid 1px #e95816;
}
.news-list li a .date {
    width: 100px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
}
.news-list li a .tit {
    width: calc(100% - 100px);
}
@media screen and (max-width: 896px) {
    .news-list li a {
        display: flex;
        flex-flow: column;
        font-size: 13px;
        padding: 28px 8px;
    }
    .news-list li:nth-child(1) a {
        border-top: solid 1px #e95816;
    }
    .news-list li a .date {
        width: 100%;
        margin-bottom: 8px;
    }
    .news-list li a .tit {
        width: 100%;
    }
}
.schedule-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 20px;
}
.schedule-list li {
    position: relative;
    background: #e95816;
    text-align: center;
    border: solid 1px #e95816;
}
.schedule-inner {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 20px;
    color: #fff;
}
.schedule-inner .only {
    position: absolute;
    top: -12px;
    left: -12px;
    background: #fff;
    width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    color: #e95816;
    border-radius: 1000px;
    font-size: 16px;
    border: solid 2px #e95816;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
}
.schedule-list .date {
    position: relative;
    font-size: 40px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #fff;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.schedule-list .date .year {
    display: inline-block;
    font-size: 65%;
}
.schedule-list .date small {
    display: inline-block;
    font-size: 36%;
    background: #fff;
    padding: 0.1em 0.8em;
    border-radius: 1000px;
    margin-left: 8px;
    transform: translateY(-2px);
    color: #e95816;
    border: solid 1px #e95816;
}
.schedule-list .date small.sat {
    color: #004dda;
}
.schedule-list .date small.sun {
    color: #ff0d0d
}
.schedule-list .area {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 900;
}
.schedule-list .venue {
    width: 100%;
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 900;
}
.schedule-list .venue small {
    display: block;
    font-size: 80%;
}
.schedule-list .open-start {
    font-size: 12px;
    margin-bottom: 12px;
}
.schedule-list .info {
    font-size: 10px;
}
@media screen and (max-width: 896px) {
    .schedule-list {
        display: grid;
        grid-template-columns: 1fr;
    }
    .schedule-inner {
        width: 100%;
        height: 100%;
        position: relative;
        padding: 20px;
    }
    .schedule-inner .only {
        top: -10px;
        left: -10px;
        width: 60px;
        height: 60px;
        font-size: 14px;
    }
    .schedule-list .date {
        position: relative;
        font-size: 32px;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    .schedule-list .date small {
        margin-left: 4px;
    }
    .schedule-list .area {
        font-size: 16px;
        margin-bottom: 8px;
        font-weight: 900;
    }
    .schedule-list .venue {
        font-size: 18px;
    }
    .schedule-list .open-start {
        font-size: 11px;
    }
    .schedule-list .info {
        font-size: 9px;
    }
}
.ticket-price {
    margin-bottom: 60px;
}
.ticket-price>ul>li {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 36px 0;
    border-bottom: solid 1px #e95816;
}
.ticket-price:nth-child(1) {
    border-top: solid 1px #e95816;
}
.ticket-price>ul>li p {
    width: 50%;
    font-size: 22px;
    font-weight: 900;
}
.ticket-price>ul>li aside {
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-top: 12px;
    font-weight: 500;
}
.ticket-price>ul>li p.seat {
    text-align: right;
    padding-left: 16px;
}
.ticket-price>ul>li p.price {
    text-align: left;
    padding-left: 16px;
}
.ticket-price>ul>li p.price small {
    font-size: 60%;
    margin-left: 4px;
}
.tikcet-price-notice {
    display: flex;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    margin-top: 40px;
    line-height: 1.8;
}
@media screen and (max-width: 896px) {
    .ticket-price {
        margin-bottom: 40px;
    }
    .ticket-price>ul>li {
        flex-flow: column;
        padding: 24px 0;
        border-bottom: solid 1px #e95816;
    }
    .ticket-price:nth-child(1) {
        border-top: solid 1px #e95816;
    }
    .ticket-price>ul>li p {
        width: 100%;
        font-size: 22px;
        font-weight: 900;
    }
    .ticket-price>ul>li aside {
        width: 100%;
        text-align: center;
        font-size: 10px;
        margin-top: 12px;
        font-weight: 500;
    }
    .ticket-price>ul>li p.seat {
        text-align: center;
        padding-left: 0px;
        font-size: 16px;
        margin-bottom: 8px;
    }
    .ticket-price>ul>li p.price {
        text-align: center;
        padding-left: 0px;
        font-size: 20px;
    }
    .tikcet-price-notice {
        font-size: 10px;
        margin-top: 24px;
    }
}
.note>li {
    padding-left: 1em;
    position: relative;
}
.note>li .mark {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1em;
    text-align: center;
}
.ticket-schedule>li {
    border: solid 1px #e95816;
    background: rgba(255, 255, 255, .05);
}
.ticket-schedule>li:not(:last-child) {
    margin-bottom: 40px;
}
.ticket-schedule h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    background: #e95816;
    color: #fff;
    line-height: 1.2;
    cursor: pointer;
    padding: 20px;
}
.ticket-schedule h3:after {
    content: "▼";
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 2;
    font-size: 16px;
    opacity: 1;
    transform: translateY(-50%) rotate(180deg);
    transition-duration: 0.2s;
}
.ticket-schedule>li.close h3:after {
    transform: translateY(-50%) rotate(0deg);
}
.ticket-schedule-detail {
    background: #fff9f7;
    padding: 40px 20px;
}
.ticket-schedule-term {
    margin-bottom: 40px;
}
.ticket-schedule-term li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: solid 1px #e95816;
}
.ticket-schedule-term li:nth-child(1) {
    border-top: solid 1px #e95816;
}
.ticket-schedule-term li h4 {
    width: 200px;
    position: relative;
    font-size: 14px;
    text-align: center;
    margin-right: 20px;
    padding: 20px;
    border-right: solid 1px #e95816;
}
.ticket-warning-btn {
    width: fit-content;
    margin: 0 auto 28px;
    display: block;
    color: #f00;
    text-decoration: underline;
    text-align: center;
    font-size: 14px;
}
.common-btn {
    width: 320px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e95816;
    border-radius: 1000px;
    color: #fff;
    margin: 0 auto;
    font-weight: 900;
    font-size: 18px;
    border: solid 1px #e95816;
    transition-duration: 0.2s;
}
.common-btn.hover {
    background: none;
    color: #e95816;
}
.ticket-schedule-term li div {
    width: calc(100% - 200px);
    font-size: 16px;
}
.ticket-schedule-notice {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 40px;
}
.ticket-schedule-notice h5 {
    text-align: center;
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 12px;
}
@media screen and (max-width: 896px) {
    .ticket-schedule h3 {
        font-size: 16px;
        padding: 16px;
    }
    .ticket-schedule h3:after {
        right: 12px;
        font-size: 12px;
    }
    .ticket-schedule-detail {
        padding: 40px 20px;
    }
    .ticket-schedule-term {
        margin-bottom: 28px;
    }
    .ticket-schedule-term li {
        position: relative;
        display: flex;
        flex-flow: column;
        padding: 20px 0;
        border-bottom: solid 1px #e95816;
    }
    .ticket-schedule-term li:nth-child(1) {
        border-top: solid 1px #e95816;
    }
    .ticket-schedule-term li h4 {
        width: 100%;
        font-size: 12px;
        margin-right: 0px;
        padding: 0px;
        border-right: none;
        margin-bottom: 8px;
    }
    .ticket-schedule-term li div {
        width: 100%;
        font-size: 14px;
        text-align: center;
    }
    .ticket-warning-btn {
        margin: 0 auto 16px;
        font-size: 12px;
        line-height: 1.6;
    }
    .common-btn {
        width: 100%;
        max-width: 320px;
        height: 48px;
        font-size: 16px;
    }
    .ticket-schedule-notice {
        font-size: 10px;
        margin-top: 28px;
    }
    .ticket-schedule-notice h5 {
        font-size: 14px;
        margin-bottom: 8px;
    }
}
.ticket-warning {
    text-align: center;
    font-weight: 900;
    font-size: 24px;
    color: #f00;
    margin-bottom: 36px;
    line-height: 1.4;
}
.ticket-notice {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
    margin-top: 60px;
}
.ticket-notice .inner>ul>li {
    position: relative;
    padding: 28px 0 36px;
    border-top: solid 1px #e95816;
}
.ticket-notice .inner>ul>li:last-child {
    border-bottom: solid 1px #e95816;
}
.ticket-notice h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 16px;
}
.ticket-notice .aside {
    padding: 20px;
    border: solid 1px #e95816;
    background: #fff9f7;
}
.ticket-notice h5 {
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    color: #f00;
}
@media screen and (max-width: 896px) {
    .ticket-warning {
        font-size: 16px;
        margin-bottom: 24px;
    }
    .ticket-notice {
        font-size: 11px;
        margin-top: 40px;
    }
    .ticket-notice .inner>ul>li {
        padding: 20px 0 28px;
    }
    .ticket-notice h4 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .ticket-notice .aside {
        padding: 16px;
    }
    .ticket-notice h5 {
        font-size: 14px;
    }
}
#faq h2 {
    height: 48px;
}
#faq p {
    text-align: center;
    margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
    #faq h2 {
        height: 32px;
    }
    #faq p {
        font-size: 14px;
        line-height: 1.4;
    }
}
footer {
    position: relative;
    text-align: center;
    padding: 60px 0;
    background: #e95816;
    color: #fff;
    margin-top: 80px;
}
footer .universal-link {
    display: block;
    width: 200px;
    margin: 0px auto 28px;
}
footer .sns {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: centerl;
    gap: 20px;
    margin: 24px auto;
}
footer .sns svg {
    width: 100%;
    height: 100%;
}
.sns a {
    font-size: 24px;
}
footer p {
    font-size: 14px;
    font-weight: 500;
}
footer p small {
    display: block;
    font-size: 10px;
    margin-top: 10px;
}
@media screen and (max-width: 896px) {
    footer p {
        font-size: 11px;
    }
    footer p small {
        font-size: 9px;
    }
}