:root {
  --full-width: 750;
  --wide-full-width: 1440;
  --static-width: 495;
  --font-color: #131b3b;
  --font-family-mplus: "M PLUS 1p", sans-serif;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
}

.pc {
  display: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

body {
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(28 / var(--full-width) * 100vw);
  font-weight: 400;
  color: var(--font-color);
}

/* ========== mv ========== */
.mv {
  position: relative;
  z-index: 1;
}

/* ========== wrapper & container ========== */
.wrapper {
  width: 100%;
}

.container {
  position: relative;
  width: 100%;
  z-index: 0;
}

.container::before {
  content: "";
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../img/main-bg.webp") top center repeat-y;
  pointer-events: none;
}

/* ========== common ========== */
.top-line {
  border-top: 16px solid #0b2d77;
}

.section {
  padding-block: 37px 50px;
}

.section-title {
  display: flex;
  text-align: center;
  position: relative;
  z-index: 1;
  font-family: var(--font-family-mplus);
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  margin-bottom: 16px;
}
.section-title .ja {
  background-color: #0b2d77;
  color: #fff;
  font-size: 32px;
  display: inline-block;
  padding: 8px 17px;
  margin: 0 auto;
}
.section-title .en {
  font-size: 80px;
  color: #0b2d77;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%) translateY(-50px);
}
.section-title .en.font-size-90 {
  font-size: 90px;
}
.section-title .en.font-size-70 {
  font-size: 70px;
}
.section-title.small .ja {
  line-height: 1.4;
  font-size: 28px;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.section-title.small .ja > span {
  display: block;
  padding: 4px 15px 4px 10px;
  background-color: #0b2d77;
}
.section-title + p {
  font-size: 16px;
  font-weight: 500;
  color: #0b2d77;
  padding-inline: 15px;
}

.notice {
  font-size: 12px;
  margin-top: 16px;
  padding-inline: 15px;
  color: #0b2d77;
}

.bg-heading {
  margin-top: 32px !important;
  background: url(../img/bg-heading.webp) no-repeat top center/100% auto;
  aspect-ratio: 694/96;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-family: var(--font-family-mplus);
  font-style: italic;
  font-weight: 900 !important;
  text-align: center;
  padding-inline: 12px;
}
.bg-heading span {
  padding-inline: 20px;
  transform: translateY(-3px);
}

.btm-cut {
  position: relative;
  z-index: 1;
  padding: 28px 18px 35px;
  margin-top: 20px;
  max-width: 370px;
  margin-inline: auto;
}
.btm-cut:first-child {
  margin-top: 0;
}
.btm-cut::before {
  content: "";
  width: 100%;
  aspect-ratio: 700/8;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../img/card-line.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.btm-cut::after {
  content: "";
  width: 100%;
  aspect-ratio: 700/460;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(10%);
  z-index: -1;
  background-image: url(../img/card-btm-cut-btm-dot.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.top-cut {
  position: relative;
  z-index: 1;
  padding: 28px 18px 28px;
  margin-top: 40px;
  max-width: 370px;
  margin-inline: auto;
}
.top-cut::before {
  content: "";
  width: 100%;
  aspect-ratio: 700/49;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-86%);
  z-index: -1;
  background-image: url(../img/card-top-cut.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.top-cut::after {
  content: "";
  width: 100%;
  aspect-ratio: 700/433;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(2%);
  z-index: -1;
  background-image: url(../img/card-top-cut-btm-dot.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.guest-list {
  padding-inline: 15px 10px;
  display: flex;
  flex-direction: column;
}
.guest-list h3 {
  text-align: center;
  font-size: 24px;
  color: #0b2d77;
  font-weight: 700;
  margin-top: 20px;
}
.guest-list .guest-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-image: url(../img/card-content-y-line.webp);
  background-position: top left;
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.guest-list .guest-item .img-box {
  padding-inline: 37px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.guest-list .guest-item .img-box img {
  max-width: calc((100% - 16px) / 2);
}
.guest-list .guest-item .guest-name {
  margin-top: 20px;
  text-align: center;
}
.guest-list .guest-item .guest-name h4 {
  font-size: 24px;
  color: #0b2d77;
  font-weight: 700;
}
.guest-list .guest-item .guest-name h4::before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 12px;
  height: 12px;
  background-color: #0b2d77;
  transform: rotate(45deg) translateY(-4px);
}
.guest-list .guest-item .guest-name h4 > span {
  font-size: 16px;
}
.guest-list .guest-item .guest-name p {
  font-size: 16px;
  color: #0b2d77;
  font-weight: 700;
}
.guest-list .guest-item .guest-comment {
  margin-top: 20px;
  padding-inline: 15px;
}
.guest-list .guest-item .guest-comment .comment-title {
  font-size: 16px;
  font-weight: 700;
  color: #0b2d77;
  background-color: #d1f0fd;
  margin-bottom: 8px;
  padding: 4px 12px;
}
.guest-list .guest-item .guest-description {
  font-size: 14px;
  margin-top: 12px;
}

#collaboration {
  background: url(../img/bg-collaboration.webp) no-repeat top center/100% auto;
}

.collaboration-outline {
  margin-top: 20px;
  padding-inline: 15px 10px;
  display: flex;
  flex-direction: column;
}
.collaboration-outline h3 {
  text-align: center;
  font-size: 24px;
  color: #0b2d77;
  font-weight: 700;
  margin-top: 20px;
}
.collaboration-outline .outline-item {
  margin-top: 16px;
}
.collaboration-outline .outline-item:first-of-type {
  margin-top: 0;
}
.collaboration-outline .outline-item h4 {
  font-family: var(--font-family-mplus);
  font-weight: 900;
  font-size: 48px;
  color: #0b2d77;
}
.collaboration-outline .outline-item h4 > span {
  font-size: 28px;
}
.collaboration-outline .outline-item .outline-detail {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-image: url(../img/card-content-y-line.webp);
  background-position: top left;
  background-repeat: repeat-y;
  background-size: 100% auto;
  margin-top: 0;
}
.collaboration-outline .outline-item .outline-detail h4 {
  font-family: var(--font-family-mplus);
  font-weight: 900;
  font-size: 24px;
  color: #0b2d77;
  margin-bottom: 12px;
}
.collaboration-outline .outline-item .outline-detail h4::before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 12px;
  height: 12px;
  background-color: #0b2d77;
  transform: rotate(45deg) translateY(-4px);
}
.collaboration-outline .outline-item .outline-detail dl {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}
.collaboration-outline .outline-item .outline-detail dl:first-of-type {
  margin-top: 0;
}
.collaboration-outline .outline-item .outline-detail dl > dt {
  font-weight: 700;
  color: #0b2d77;
  background-color: #d1f0fd;
  text-align: center;
  width: 80px;
  padding-block: 6px;
}
.collaboration-outline .outline-item .outline-detail dl > dd {
  font-weight: 600;
  color: #0b2d77;
}
.collaboration-outline .outline-item .outline-detail.top-cut {
  margin-top: 20px;
}

.schedule-list {
  padding-inline: 15px 10px;
}
.schedule-list .schedule-item {
  background-image: url(../img/card-content-y-line.webp);
  background-position: top left;
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.schedule-list .schedule-item.btm-cut {
  padding: 25px 18px 25px;
}
.schedule-list .schedule-item.btm-cut::after {
  aspect-ratio: 700/219;
  transform: translateY(20%);
  background-image: url(../img/schedule-card-btm-cut-btm-dot.webp);
}
.schedule-list .schedule-item.top-cut {
  padding: 25px 18px 25px;
}
.schedule-list .schedule-item.top-cut::after {
  aspect-ratio: 700/219;
  transform: translateY(1%);
  background-image: url(../img/schedule-card-top-cut-btm-dot.webp);
}
.schedule-list h3 img {
  width: auto;
  max-width: 80%;
  margin: 0 auto;
}
.schedule-list h3.no-btn {
  padding-block: 30px;
}
.schedule-list .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 15px;
}
.schedule-list .btn-wrap .btn {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border-radius: 9999px;
  padding: 8px 18px;
  transition: 0.3s;
}
.schedule-list .btn-wrap .btn-event {
  background-color: #00c1fd;
}
.schedule-list .btn-wrap .btn-ticket {
  background-color: #0b2d77;
}
@media (hover: hover) {
  .schedule-list .btn-wrap .btn:hover {
    opacity: 0.8;
  }
}

#special {
  background: url(../img/bg-special.webp) no-repeat bottom center/100% auto;
  padding-bottom: 65px;
  position: relative;
}
#special .btn-ticket.sp {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  width: 121px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#special .btn-ticket.sp.is-visible {
  opacity: 1;
  visibility: visible;
}

.special-content {
  margin-top: 20px;
  padding-inline: 15px 10px;
}
.special-content-item > a {
  display: block;
  transition: 0.3s;
}
@media (hover: hover) {
  .special-content-item > a:hover {
    opacity: 0.8;
  }
}

.special-details {
  margin-top: 20px;
  padding-inline: 15px 10px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.special-details .detail-item h3 {
  font-family: var(--font-family-mplus);
  font-weight: 900;
  font-size: 48px;
  color: #0b2d77;
}
.special-details .detail-item h3 > span {
  font-size: 28px;
}
.special-details .detail-item h4 + p {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #0b2d77;
}
.special-details .detail-item .outline-detail {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-image: url(../img/card-content-y-line.webp);
  background-position: top left;
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.special-details .detail-item .outline-detail .outline-title {
  font-family: var(--font-family-mplus);
  font-weight: 900;
  font-size: 24px;
  color: #0b2d77;
  margin-bottom: 12px;
}
.special-details .detail-item .outline-detail .outline-title::before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 12px;
  height: 12px;
  background-color: #0b2d77;
  transform: rotate(45deg) translateY(-4px);
}
.special-details .detail-item dl {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.special-details .detail-item dl dt {
  font-size: 14px;
  font-weight: 700;
  color: #0b2d77;
  background-color: #d1f0fd;
  text-align: center;
  padding-block: 6px;
  padding-inline: 12px;
  text-align: left;
}
.special-details .detail-item dl dd {
  font-size: 14px;
  font-weight: 600;
  color: #0b2d77;
  padding-inline: 15px;
}
.special-details .detail-item dl dd .notice {
  font-size: 12px;
  margin-top: 4px;
  padding-inline: 0;
}
.special-details .detail-btn {
  margin: 50px auto 0;
  max-width: 370px;
}
.special-details .detail-btn a {
  display: block;
  background-color: #0b2d77;
  color: #fff;
  text-align: center;
  padding: 10px 18px;
  border-radius: 9999px;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
  position: relative;
}
@media (hover: hover) {
  .special-details .detail-btn a:hover {
    opacity: 0.8;
  }
}
.special-details .detail-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.special-btm {
  margin-top: 55px;
  padding-inline: 15px 53px;
}

@media screen and (min-width: 751px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .wrapper {
    position: relative;
    z-index: 1;
  }
  .mv {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
  }
  .pcBg {
    position: sticky;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../img/main-bg_pc.webp);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .container {
    position: relative;
    z-index: 3;
    overflow: hidden;
    margin: -100vh auto 0;
    width: calc(495 / var(--wide-full-width) * 100vw);
    background-color: transparent;
    box-shadow: calc(2 / var(--wide-full-width) * 100vw) calc(4 / var(--wide-full-width) * 100vw) calc(10 / var(--wide-full-width) * 100vw) calc(3 / var(--wide-full-width) * 100vw) rgba(0, 25, 39, 0.4);
    height: 100vh;
    overflow-y: auto;
    scroll-behavior: smooth;
    background-image: url(../img/main-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    scroll-behavior: smooth;
  }
  .container::-webkit-scrollbar {
    display: none;
  }
  .container {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .container::before {
    display: none;
  }
  .pc-left {
    position: absolute;
    width: 32.77777%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
  }
  .pc-left .logo {
    position: absolute;
    width: 79.24%;
    top: 11.11111%;
    left: 10.59%;
    z-index: 2;
  }
  .pc-left .char {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .pc-deco {
    width: calc(94 / var(--wide-full-width) * 100vw);
    position: absolute;
    top: -3%;
    right: 100%;
    transition: top 0.2s ease;
  }
  .pc-right {
    position: absolute;
    width: 32.77777%;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    flex-flow: row-reverse;
    align-items: baseline;
  }
  .pc-right .escon {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .pc-right .btn-ticket {
    width: 38.135%;
    position: absolute;
    right: 58.9%;
    bottom: 10px;
    z-index: 2;
  }
  .pc-right .btn-ticket a {
    transition: 0.3s;
  }
}
@media screen and (min-width: 751px) and (hover: hover) {
  .pc-right .btn-ticket a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 751px) {
  .pc-right ul {
    position: absolute;
    top: 11.11111%;
    right: 9.32%;
    padding-left: 42px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
  }
  .pc-right ul > li {
    font-family: var(--font-family-mplus);
    font-weight: 900;
    font-size: 32px;
    font-style: italic;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.2);
  }
  .pc-right ul > li.is-current {
    position: relative;
  }
  .pc-right ul > li.is-current::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #fff;
    transform: rotate(45deg) translateY(-50%);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.2);
  }
  .pc-right ul > li a {
    display: block;
    height: 100%;
    transition: 0.3s;
  }
}
@media screen and (min-width: 751px) and (hover: hover) {
  .pc-right ul > li a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 751px) {
  .pc-right ul > li a img {
    width: auto;
    height: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
