@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

html {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #000159;
}
body {
    margin: 0;
}
img {
    max-width: 100%;
}
a {
    transition: opacity 0.3s ease;
}
a:hover {
    opacity: .8;
}
p {
    line-height: 2;
    letter-spacing: 0.03em;
    margin: 0 0 1.5em;
}
.font-tnr {
    font-family: "Times New Roman" , sans-serif;
}
.pc-only {
    display: none;
}
.bg-blue {
    background-color: #303199;
    color: #fff;
}
.text-blod {
    font-weight: 800;
}
/* btn */
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    line-height: 2;
    letter-spacing: 0.02em;
    font-weight: 700;
    background: #fff;
    color: #000159;
    text-decoration: none;
    padding: 8px 15px 8px 31px;
}
.btn img {
    display: inline-block;
    margin-left: 24px;
}
header .btn {
    width: 260px;
}
/* #ticket .btn {
    margin-top: 24px;
} */
.btn-map {
    border: 1px solid #000159;
    margin-top: 24px;
}
/* header */
.header {
    position: fixed;
    padding: 17px 15px;
    width: calc(100% - 30px);
    z-index: 2;
}
.header h1 {
    margin: 0;
    line-height: 1;
}
.header h1 img {
    width: 48px;
}
.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
/* mv */
#mv {
    color: #fff;
    padding: 85px 25px 48px 15px;
    position: relative;
}
#mv .swiper.kv-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}
#mv .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#mv h2 {
    margin: 0;
    font-weight: 700;
    font-size: 2.13333em;
    line-height: 1.6;
    letter-spacing: -0.054em;
}
.mv__inner {
    position: relative;
    z-index: 1;
}
.mv__inner > p {
    margin: 24px 0 48px;
    font-size: 0.93333em;
    line-height: 2;
    letter-spacing: 0.03em;
}
.open-box {
    background-color: rgba(18, 27, 43, 0.5);
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 26px;
    display: inline-block;
}
.open-box > p {
    margin: 16px 0 0;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.02em;
    font-size: 0.93333em;
}
.open-ttl {
    font-size: 2.13333em;
    padding-bottom: 16px;
    border-bottom: 1px solid #fff;
    min-width: 224px;
}
.open-ttl p {
    margin-bottom: 0;
    line-height: 1;
}
.open-ttl p:first-child {
    margin-bottom: 8px;
}
.open-ttl p:last-child {
    font-size: 1.062501em;
}
.open-ttl p:last-child small {
    font-size: 0.470588em;
}
.scroll-guide {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #fff;
    position: absolute;
    bottom: -6px;
    right: 9px;
}
.scroll-text {
    font-size: 12px;
    letter-spacing: 0.08em;
    writing-mode: vertical-rl;
}
.scroll-line {
    position: relative;
    display: block;
    width: 1px;
    height: 80px;
    background: rgba(255, 255, 255, 0.3);
    overflow: hidden;
}
.scroll-line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    animation: scrollLine 1.8s ease-in-out infinite;
}
@keyframes scrollLine {
    0% {
        transform: translateY(-100%);
    }

    45%,
    55% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(100%);
    }
}
/* about */
.section__inner {
    padding: 64px 15px;
    z-index: 1;
    position: relative;
    max-width: 1085px;
    margin: 0 auto;
}
#about {
    background: #F4F2F0;
    position: relative;
}
#about::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/about-bg.jpg) center / cover no-repeat;
  opacity: 0.6;
}
#about .section__inner {
    padding-top: 35px;
}
#about h2 {
    font-size: 1.86666em;
    font-weight: 800;
    line-height: 1.7;
    letter-spacing: 0.08em;
    margin: 29px 0 16px;
}
#about p {
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.03em;
}
#about .sub-ttl {
    font-size: 1.066666em;
    margin-bottom: 32px;
    font-weight: 800;
    line-height: 1.7;
    letter-spacing: 0.08em;
}
.about-txt-box {
    position: relative;
}
img.about-01 {
    max-width: 172px;
}
img.about-02 {
    max-width: 161px;
    position: absolute;
    top: -176px;
    left: 155px;
}
/* program */
.section_ttl {
    font-size: 2.13333em;
    line-height: 1.7;
    letter-spacing: 0.08em;
    margin: 0 0 24px;
    display: flex;
    align-items: center;
}
.section_ttl small {
    display: inline-block;
    font-size: 0.5625em;
    padding-left: 24px;
    margin-left: 24px;
    border-left: 1px solid #000159;
    letter-spacing: 0.03em;
}
.program-category {
    font-size: 0.93333em;
    font-weight: 800;
    color: #0E0800;
    line-height: 1;
    letter-spacing: 0.03em;
    margin: 0;
}
.program-ttl {
    margin: 0 0 32px;
    font-size: 1.866666em;
    line-height: 1.7;
    letter-spacing: 0.03em;
    font-weight: 800;
}
.program-ttl .sub-wrap {
    display: flex;
    /* margin-top: 8px; */
    gap: 24px;
}
/* .program-ttl .sub-ttl {
    display: inline-block;
    padding: 0 40px;
    position: relative;
} */
/* .program-ttl .sub-ttl:before,
.program-ttl .sub-ttl:after {
    content: "";
    width: 24px;
    height: 1px;
    background-color: #000159;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.program-ttl .sub-ttl:before {
    left: 0;
}
.program-ttl .sub-ttl:after {
    right: 0;
} */
.program-ttl .program-time {
    color: #0E0800;
    font-size: 0.642857em;
}
.program-ttl .program-time span {
    font-size: 1.555555em;
}
.program-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 32px auto 0;
    max-width: 680px;
}
.program-card {
    border: 1px solid #C1C1C1;
    border-radius: 8px;
    overflow: hidden;
}
.program-card-txt {
    padding: 16px 20px 24px;
}
.card-nam {
    position: relative;
    color: #0E0800;
    font-size: 1.33333em;
    line-height: 2;
    letter-spacing: 0.03em;
    margin: 0;
    display: inline-block;
}
.card-nam:after {
    content: "";
    display: inline-block;
    width: 64px;
    height: 1px;
    background-color: #0E0800;
    position: absolute;
    top: 50%;
    right: -71px;
    transform: translateY(-50%);
}
.program-card-txt h4 {
    font-size: 1.33333em;
    margin: 0;
    line-height: 1.7;
    letter-spacing: 0.08em;
}
.program-card-txt p:not(.card-nam) {
    font-size: 0.93333em;
    line-height: 1.9;
    letter-spacing: 0.04em;
}
/* ticket */
#ticket {
    position: relative;
}
#ticket .section__inner {
    max-width: 1155px;
}
#ticket:before {
    content: "";
    background: url(../img/ticket-bg.png) center / cover no-repeat;
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
}
#ticket .section_ttl small {
    border-color: #fff;
}
.ticket-box-wrap {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 32px;
}
.ticket-box {
    border: 1px solid #fff;
    border-radius: 8px;
    text-align: center;
    padding: 24px 14px 32px;
    background-color: #303199;
}
.ticket-box h3 {
    margin: 0 0 8px;
    font-size: 1.125em;
    font-weight: 800;
    line-height: 1.7;
}
.ticket-box.ticket-01 h3 {
    margin-bottom: 20px;
}
.ticket-box h3 span {
    position: relative;
    display: inline-block;
}
.ticket-box h3 span:before,
.ticket-box h3 span:after {
    content: "";
    width: 32px;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.ticket-box h3 span:before {
    left: -44px;
}
.ticket-box h3 span:after {
    right: -44px;
}
.ticket-box.ticket-01 h3 span:before {
    left: -40px;
}
.ticket-box.ticket-01 h3 span:after {
    right: -40px;
}
.ticket-box > p {
    font-size: 0.93333em;
    margin-bottom: 20px;
}
.ticket-price {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
}
.ticket-price:before {
    content: "";
    display: inline-block;
    background-color: #fff;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.ticket-price > div:last-child p.price-label {
    margin-right: -10px;
}
.price-label {
    font-size: 1.06666em;
    font-weight: 800;
    line-height: 1.7;
    margin-bottom: 16px;
}
.price-label span {
    font-size: 0.75em;
}
.price-value {
    margin: 0;
    font-size: 2.4em;
    line-height: 1;
    font-family: "Times New Roman" , sans-serif;
}
.price-value span {
    font-size: 0.66666em;
    font-family: "Shippori Mincho", serif;
}
.ticket-note {
    padding-top: 24px;
    margin-top: 32px;
    border-top: 1px solid #fff;
}
.ticket-note h3,
.ticket-info-note h3 {
    margin: 0 0 10px;
    font-size: 0.93333em;
}
.ticket-note h3:nth-of-type(2) {
    margin: 24px 0 10px;
}
.ticket-note p,
.ticket-info-note p {
    font-size: 0.8em;
    margin-bottom: 10px;
}
.ticket-note ul,
.ticket-info-note ul {
    margin: 0;
    padding-left: 1.5em;
}
.ticket-note > ul > li,
.ticket-info-note ul li {
    margin-bottom: 8px;
    font-size: 0.8em;
    line-height: 1.6;
    letter-spacing: 0.04em;
}

.ticket-info-list .ticket-info-a h3,
.ticket-info-list .ticket-info-b h3 {
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    font-size: 1.25em;
}
.ticket-info-list h3 span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #303199;
    margin-right: 10px;
}
.ticket-info-grid {
    display: grid;
    grid-template-columns: 1fr;
}
.ticket-info-a,
.ticket-info-b {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.ticket-price-list {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}
.ticket-price-list p {
    margin: 0;
    font-size: 1.8em;
    line-height: 1.5;
}
p.ticket-time {
    font-size: 1.5em;
}
.ticket-price-list .ticket-label {
    display: block;
}
.ticket-price-list p span {
    font-size: 18px;
}
.ticket-info-a .ticket-img ,
.ticket-info-b .ticket-img > div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
[class*="ticket-info-"] .ticket-img img {
    aspect-ratio: 3 / 2;
    object-fit: contain;
    width: 100%;
}
[class*="ticket-info-"] .ticket-img h4 {
    font-size: 1.125em;
    margin: 20px 0 10px;
}
[class*="ticket-info-"] .ticket-img p {
    margin-bottom: 0;
    font-size: 14px;
}
.ticket-info-b .ticket-img p {
    margin-top: 20px;
}
.ticket-info-note {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
/* access */
#access {
    background: url(../img/access-bg.jpg) center / cover no-repeat;
}
.access-box {
    max-width: 1114px;
    margin: 0 auto;
    background-color: rgba(255, 355, 255, 0.88);
    padding: 34px 16px;
}
.access-txt {
    margin-top: 24px;
}
.access-txt-item p {
    padding-left: 60px;
    margin-bottom: 24px;
}
.access-txt-item p[class*="access-"] {
    padding-left: 60px;
    margin-bottom: 10px;
    line-height: 1.7;
    letter-spacing: 0.03em;
    font-size: 0.93333em;
    font-weight: 500;
    position: relative;
}
.access-location {
    margin-bottom: 0;
}
.access-txt-item p[class*="access-"]:before {
    content: "";
    width: 44px;
    height: 44px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    display: inline-block;
}
.access-car:before {
    background: url(../img/access-car.png) center / contain no-repeat;
}
.access-ship:before {
    background: url(../img/access-ship.png) center / contain no-repeat;
}
.access-bus:before {
    background: url(../img/access-bus.png) center / contain no-repeat;
}
.access-location:before {
    background: url(../img/access-location.png) center / contain no-repeat;
}
.access-txt-item p[class*="access-"] span {
    font-size: 1.071428em;
    display: block;
    font-weight: 800;
}
.access-txt-img {
    max-width: 600px;
    width: 100%;
    display: block;
    margin-top: 10px;
    margin-left: auto;
}
/* footer */
.footer_inner {
    padding: 30px 15px 48px;
    text-align: center;
}
footer .logo {
    width: 74px;
}
.footer_sns {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-top: 24px;
}
.footer_sns a {
    display: inline-block;
}
.footer_sns img {
    width: 40px;
}
.copyright {
    text-align: center;
    color: #000C2E;
    letter-spacing: 0.08em;
    line-height: 1.7;
    padding: 4px 15px;
    font-size: 12px;
    display: block;
}
/* モーダル */
.ticket-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
}

.ticket-modal.is-active {
  opacity: 1;
  visibility: visible;
}

/* 背景（薄いグレー） */
.ticket-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .4);
}

/* モーダル本体 */
.ticket-modal__content {
  position: relative;
  z-index: 1;

  width: min(90%, 692px);
  margin: 10vh auto 0;
  padding: 40px 24px 50px;

  background: #fff;
  box-sizing: border-box;
  text-align: center;
}

/* 閉じるボタン */
.ticket-modal__close {
  position: absolute;
  top: 15px;
  right: 19px;
  border: 0;
  background: none;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  color: #000159;
}

/* タイトル */
.ticket-modal__title {
  margin-bottom: 24px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

/* ボタン群 */
.ticket-modal__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.ticket-modal__buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  background: #000159;
  color: #fff;
  text-decoration: none;
  transition: .2s;
  max-width: 283px;
  width: 100%;
  gap: 24px;
}
.ticket-modal__buttons a:hover {
  opacity: .8;
}
.ticket-modal__buttons a span {
    width: 111px;
    font-size: 1.125em;
    font-weight: bold;
    letter-spacing: 0.02em;
}
/* チケット販売状況 */
#notice {
    padding: 30px 15px;
}
.notice-frame {
    display: flex;
    justify-content: center;
}
.notice-frame iframe {
    width: 100%;
    margin: 0 auto;
    border: none;
}
.notice-wrap {
    color: #000159;
    font-size: 1.1em;
}
.notice-ttl h2 {
    font-size: 1.25em;
    font-family: 'Shippori Mincho';
    padding: 0 0 20px;
    margin: 0;
}
.notice-txt ul {
    margin: 0;
    padding-left: 1.25em;
}
.notice-txt ul li:not(:last-of-type) {
    padding-bottom: 10px;
}
.notice-txt ul span {
    display: block;
    font-weight: bold;
    font-size: 90%;
}
@media screen and (min-width: 768px) {
    html {
        font-size: 16px;
    }
    .pc-only {
        display: inline-block;
    }
    .sp-only {
        display: none;
    }
    .section_ttl {
        font-size: 3em;
    }
    .section_ttl small {
        font-size: 0.5em;
    }
    /* mv */
    #mv {
        padding: 169px 100px 89px;
        background-position: center center;
    }
    #mv h2 {
        font-size: 2.875em;
    }
    .scroll-guide {
        right: -40px;
        bottom: -48px;
    }
    /* about */
    #about .section__inner {
        max-width: 100%;
    }
    #about h2 {
        font-size: 2em;
        padding-top: 20px;
    }
    #about .sub-ttl {
        font-size: 1.1875em;
    }
    .about-txt-box {
        max-width: 577px;
        width: 48%;
        margin: 175px auto 55px 38%;
    }
    img.about-01 {
        max-width: 342px;
        width: 24%;
        position: absolute;
        top: 146px;
        left: 7vw;
    }
    img.about-02 {
        max-width: 388px;
        width: 28vw;
        top: -164px;
        left: 66%;
    }
    /* program */
    .program-category {
        font-size: 1.125em;
    }
    .program-ttl {
        display: flex;
        gap: 40px;
        font-size: 2.625em;
        margin-bottom: 16px;
    }
    .program-copy {
        margin-bottom: 32px;
        font-weight: 800;
        font-size: 1.5em;
        line-height: 1.7;
        letter-spacing: 0.03em;
    }
    .program-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        max-width: 100%;
    }
    /* ticket */
    #ticket:before {
        content: "";
        width: 520px;
        height: 290px;
    }
    .ticket-box {
        min-height: 244px;
    }
    .ticket-box {
        padding: 20px 14px 22px;
    }
    .ticket-box h3 {
        font-size: 1.25em;
    }
    .ticket-box.ticket-01 h3 {
        font-size: 1.125em;
        margin-bottom: 54px;
    }
    .ticket-01 .ticket-price {
        margin-bottom: 28px;
    }
    .ticket-box.ticket-02 h3 {
        margin-bottom: 16px;
    }
    .ticket-box h3 span:before,
    .ticket-box h3 span:after {
        width: 32px;
    }
    .ticket-box h3 span:before {
        left: -48px;
    }
    .ticket-box h3 span:after {
        right: -48px;
    }
    .ticket-box > p {
        font-size: 1.125em;
        margin-bottom: 21px;
    }
    /* .ticket-box.ticket-02 > p {
        margin-bottom: 36px;
    } */
    .ticket-price {
        padding: 5px 0 15px;
    }
    .price-label {
        font-size: 1.25em;
    }
    .price-label span {
        font-size: 0.7em;
    }
    .price-value {
        font-size: 2.75em;
    }
    .price-value span {
        font-size: 0.636363em;
    }
    .ticket-info-grid {
        grid-template-columns: 5fr 7fr;
        gap: 40px;
    }
    .ticket-info-a, .ticket-info-b {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .ticket-info-list .ticket-info-a h3,
    .ticket-info-list .ticket-info-b h3 {
        margin: 0 0 44px;
        font-size: 1.75em;
    }
    .ticket-info-list h3 span {
        width: 45px;
        height: 45px;
        margin-right: 20px;
    }
    .ticket-price-list {
        margin: 40px 0 50px;
    }
    .ticket-info-a .ticket-img ,
    .ticket-info-b .ticket-img > div {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .ticket-info-note {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }
    .ticket-info-note .note-01 {
        order: 2;
    }
    .ticket-info-note .note-02 {
        order: 3;
    }
    .ticket-info-note .note-03 {
        order: 1;
    }
    /* access */
    .access-box {
        padding: 40px;
    }
    .access-box-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
    }
    .access-map {
        max-width: 538px;
        width: 100%;
    }
    .access-txt-item p[class*="access-"] {
        font-size: 1em;
    }
    .access-txt-item p[class*="access-"] span {
        font-size: 1.125em;
    }
    .btn-map {
        margin-top: 40px;
        width: 283px;
        text-align: center;
    }
    /* footer */
    .footer_inner {
        max-width: 1080px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        padding: 64px 15px;
    }
    .footer_sns {
        margin-top: 0;
    }
    .copyright {
        font-size: 13px;
        padding: 3px 15px;
    }
    /* チケット販売状況 */
    .notice-wrap {
        display: flex;
        justify-content: center;
        gap: 20px;
    }
}
@media screen and (min-width: 992px) {
    .header h1 img {
        width: 74px;
    }
    .mv__inner > p {
        font-size: 1.25em;
        margin: 40px 0 64px;
    }
    .header__inner {
        padding: 0 85px;
    }
    /* mv */
    .open-box {
        display: flex;
        padding: 24px;
        align-items: center;
        width: fit-content;
    }
    .open-ttl {
        border-bottom: none;
        border-right: 1px solid #fff;
        padding: 0 16px 0 0;
    }
    .open-box > p {
        margin: 0 0 0 16px;
    }
    /* ticket */
    .ticket-flex-wrap {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .ticket-info {
        width: 764px;
    }
    .ticket-box-wrap {
        margin-top: 40px;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .ticket-note {
        padding: 10px 0 10px 24px;
        margin: 0;
        border-top: none;
        border-left: 1px solid #fff;
        max-width: calc(100% - 808px);
    }
    .ticket-box-wrap > div > p.pc-only {
        margin: 8px 0 0;
        font-size: 0.9375em;
        list-style: 1.7;
        letter-spacing: 0.03em;
    }
}
@media screen and (max-width: 767px) {
    body {
        margin-bottom: 82px;
    }
    .sp-fixed-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 15px;
        width: calc(100% - 30px);
        z-index: 1;
    }
    .access-info {
        margin-bottom: 40px;
    }
    .btn-map.pc-only {
        display: none !important;
    }
    .notice-frame iframe {
        height: 250px;
    }
}