@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.animate .fadein {
  opacity: 0;
  transform-style: preserve-3d;
  transition-property: opacity;
  transition-duration: 2000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .fadein {
  opacity: 1;
}
.animate .slidein_left {
  opacity: 0;
  transform: translateX(-100px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_right {
  opacity: 0;
  transform: translateX(100px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_left, .animate.show .slidein_right {
  opacity: 1;
  transform: translateX(0);
}
.animate .slidein_top {
  opacity: 0;
  transform: translateY(-20px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_bottom {
  opacity: 0;
  transform: translateY(20px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_top, .animate.show .slidein_bottom {
  opacity: 1;
  transform: translateY(0);
}
.animate .zoomin {
  opacity: 0;
  transform: scale(1.5, 1.5);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 500ms;
  transition-delay: 0ms;
}
.animate .zoomout {
  opacity: 0;
  transform: scale(0.5, 0.5);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 500ms;
  transition-delay: 0ms;
}
.animate.show .zoomin, .animate.show .zoomout {
  opacity: 1;
  transform: scale(1, 1);
}
.animate .d1 {
  transition-delay: 100ms;
}
.animate .d2 {
  transition-delay: 200ms;
}
.animate .d3 {
  transition-delay: 300ms;
}
.animate .d4 {
  transition-delay: 400ms;
}
.animate .d5 {
  transition-delay: 500ms;
}
.animate .d6 {
  transition-delay: 600ms;
}
.animate .d7 {
  transition-delay: 700ms;
}
.animate .d8 {
  transition-delay: 800ms;
}
.animate .d9 {
  transition-delay: 900ms;
}
.animate .d10 {
  transition-delay: 1000ms;
}
.animate .d11 {
  transition-delay: 1100ms;
}
.animate .d12 {
  transition-delay: 1200ms;
}
.animate .d13 {
  transition-delay: 1300ms;
}
.animate .d14 {
  transition-delay: 1400ms;
}
.animate .d15 {
  transition-delay: 1500ms;
}
.animate .d16 {
  transition-delay: 1600ms;
}
.animate .d17 {
  transition-delay: 1700ms;
}
.animate .d18 {
  transition-delay: 1800ms;
}
.animate .d19 {
  transition-delay: 1900ms;
}
.animate .d20 {
  transition-delay: 2000ms;
}

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  background: #070405;
  color: #ffffff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body a {
  outline: none;
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) {
  body a:hover {
    text-decoration: none;
  }
}
body img {
  pointer-events: none;
  vertical-align: bottom;
  border: 0;
  outline: none;
}
body sup, body sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 50%;
}
body sup {
  bottom: 1ex;
}
body sub {
  top: 0.5ex;
}
body input, body textarea, body select, body button {
  padding: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body input::-ms-expand, body textarea::-ms-expand, body select::-ms-expand, body button::-ms-expand {
  display: none;
}
body .word_break {
  word-wrap: break-word;
  word-break: break-all;
}
body * {
  outline: none;
}
body *:hover, body *:active, body *:focus {
  outline: none;
}

@keyframes hero_animation {
  0% {
    opacity: 0;
    transform: scale(0.9, 1.2) translateY(400%);
    filter: blur(20px);
  }
  60% {
    filter: blur(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: scale(1, 1) translateY(-400%);
  }
}
@keyframes copy_animation {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transform: translateY(-10%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: translateY(0%);
  }
}
@keyframes photo_animation {
  0% {
    transform: scale(1.2) translate(-40%, -2%) rotate(25deg);
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.3);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(0, 0) rotate(0deg);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    opacity: 1;
  }
}
@keyframes ticket_chara_animation {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: rotate(6deg) translateY(-10px);
  }
  60% {
    transform: rotate(-4deg) translateY(0);
  }
  70% {
    transform: rotate(2deg) translateY(-5px);
  }
  80% {
    transform: rotate(-2deg) translateY(0);
  }
  90% {
    transform: rotate(1deg) translateY(-2px);
  }
  100% {
    transform: rotate(0deg) translateY(0);
  }
}
main .photo_animation {
  opacity: 0;
}
main .show .photo_animation {
  opacity: 1;
  animation: photo_animation 1500ms cubic-bezier(0.22, 0.81, 0.55, 1.13);
}
main article {
  min-width: 1440px;
  width: 100%;
}
main article nav {
  width: 100%;
  height: 70px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  background: #ffffff;
}
main article nav .inner {
  margin: 0 auto;
  padding: 0 40px 0 50px;
  width: 1440px;
  box-sizing: border-box;
  position: relative;
}
main article nav .inner:after {
  content: "";
  display: block;
  float: none;
  clear: both;
}
main article nav p.logo {
  margin-top: 15px;
  float: left;
}
main article nav p.logo a {
  display: block;
}
main article nav p.logo a img {
  filter: brightness(0);
}
main article nav p.sns_banner {
  margin: 5px 0 0 50px;
  float: left;
}
main article nav p.sns_banner a {
  margin: 0 auto;
  width: 250px;
  height: 60px;
  display: block;
  filter: invert(1);
  opacity: 1;
  transform-style: preserve-3d;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: linear;
  transition-delay: 0ms;
}
main article nav p.sns_banner a:hover {
  opacity: 0.8;
}
main article nav p.sns_banner a img {
  width: 100%;
  height: 100%;
}
main article nav p.ticket_btn {
  position: absolute;
  top: 10px;
  right: 90px;
  z-index: 1;
}
main article nav p.ticket_btn a {
  padding: 24px 0 0 83px;
  width: 220px;
  height: 70px;
  display: block;
  box-sizing: border-box;
  position: relative;
  background: #DC000C;
  border-radius: 10px;
  line-height: 22px;
  font-size: 20px;
  font-weight: bold;
  transform-style: preserve-3d;
  transition-property: background;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
@media (hover: hover) {
  main article nav p.ticket_btn a:hover {
    background: #DE5E65;
  }
  main article nav p.ticket_btn a:hover:before {
    animation: ticket_chara_animation 300ms cubic-bezier(0.22, 0.81, 0.55, 1.13);
  }
}
main article nav p.ticket_btn a:before {
  content: "";
  width: 53px;
  height: 84px;
  display: block;
  background: url("../image/img_ticket_chara.png") no-repeat center center/contain;
  position: absolute;
  top: -7px;
  left: 15px;
}
main article nav p.menu {
  display: none;
}
main article nav .list {
  padding-right: 280px;
  float: right;
}
main article nav .list p.menu_logo, main article nav .list p.menu_close {
  display: none;
}
main article nav .list ul {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
main article nav .list ul li {
  height: 100%;
}
main article nav .list ul li a {
  height: 100%;
  padding: 18px 10px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  color: #000000;
}
main article nav .list ul li a:after {
  content: "";
  width: 0%;
  height: 4px;
  display: block;
  background: #DC000C;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform-style: preserve-3d;
  transition-property: width, left;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
@media (hover: hover) {
  main article nav .list ul li a:hover:after {
    width: 100%;
    left: 0%;
  }
}
main article nav .list ul li a span, main article nav .list ul li a small {
  display: block;
  text-align: center;
}
main article nav .list ul li a span {
  padding-bottom: 4px;
  font-size: 16px;
}
main article nav .list ul li a small {
  font-size: 12px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
}
main article .main_contents {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}
main article section {
  margin: 0 auto;
  width: 1440px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
main article section h2 {
  margin-bottom: 78px;
}
main article section h2 span, main article section h2 small {
  display: block;
}
main article section h2 span {
  line-height: 85px;
  font-size: 70px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
}
main article section h2 small {
  font-size: 20px;
}
main article section img {
  width: 100%;
  height: auto;
}
main article section .inner {
  margin: 0 auto;
  width: 1340px;
  box-sizing: border-box;
  position: relative;
}
main article section .inner:after {
  content: "";
  display: block;
  float: none;
  clear: both;
}
main article section.hero {
  overflow: hidden;
}
main article section.hero h1 {
  width: 100%;
  height: 1020px;
  line-height: 0;
}
main article section.hero h1 picture {
  width: 100%;
  text-align: center;
  display: none;
}
main article section.hero h1 picture.start {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: hero_animation 6000ms cubic-bezier(0.7, 0, 0.02, 1);
}
main article section.hero h1 picture.end {
  display: flex;
  justify-content: center;
  align-items: center;
}
main article section.hero h1 picture.end:before, main article section.hero h1 picture.end:after {
  display: none;
}
main article section.hero h1 picture:before, main article section.hero h1 picture:after {
  content: "";
  width: 100%;
  height: 4080px;
  display: block;
  background: url("../image/img_hero_pc.png") repeat-y center top/auto 1020px;
  position: absolute;
  left: 0;
}
main article section.hero h1 picture:before {
  top: -4080px;
}
main article section.hero h1 picture:after {
  bottom: -4080px;
}
main article section.hero h1 picture img {
  width: auto;
  height: 1020px;
}
main article section.hero p {
  position: absolute;
  top: 106px;
  right: 197px;
}
main article section.hero p span {
  float: right;
  overflow: hidden;
  display: none;
}
main article section.hero p span.copy1 {
  margin-left: 9px;
  width: 30px;
}
main article section.hero p span.copy2 {
  margin-top: 135px;
  width: 44px;
}
main article section.hero p span.start {
  display: block;
  animation: copy_animation 2000ms cubic-bezier(0.33, 1, 0.68, 1) 1;
  transform-origin: 50% 0;
}
main article section.hero p span.end {
  display: block;
  transform: scale(1) translate(0, 0) rotate(0deg);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  opacity: 1;
}
main article section.news {
  padding: 100px 0 147px 0;
}
main article section.news .inner {
  width: 1220px;
}
main article section.news .news_list {
  margin-bottom: 45px;
  padding: 35px 50px 50px 50px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background: #ffffff;
  color: #000000;
}
main article section.news .news_list h2 {
  margin-bottom: 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #070405;
  line-height: 60px;
  font-size: 50px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
}
main article section.news .news_list ul li {
  padding: 24px 0 24px 160px;
  position: relative;
  border-bottom: 1px solid #070405;
  overflow: hidden;
  line-height: 22px;
  font-size: 16px;
}
main article section.news .news_list ul li.new:before {
  content: "NEW";
  width: 40px;
  height: 20px;
  display: block;
  background: #DC000C;
  position: absolute;
  top: 24px;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #ffffff;
}
main article section.news .news_list ul li .date {
  position: absolute;
  top: 24px;
  left: 55px;
  display: block;
  font-size: 14px;
  font-weight: bold;
}
main article section.news .news_list ul li a {
  text-decoration: underline;
}
@media (hover: hover) {
  main article section.news .news_list ul li a:hover {
    text-decoration: none;
  }
}
main article section.news p.msg {
  text-align: center;
}
main article section.news p.msg a {
  text-decoration: underline;
  line-height: 20px;
  font-size: 16px;
}
main article section.news p.msg a:hover {
  text-decoration: none;
}
main article section.special .carousel {
  margin-bottom: 100px;
  overflow: hidden;
}
main article section.special .carousel .slider {
  margin: 0 auto;
  width: 1110px;
  overflow: visible;
}
main article section.special .carousel .slider:before, main article section.special .carousel .slider:after {
  content: "";
  width: 100px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
}
main article section.special .carousel .slider:before {
  left: 0;
  background: linear-gradient(to right, #070405 0%, rgba(7, 4, 5, 0) 100%);
}
main article section.special .carousel .slider:after {
  right: 0;
  background: linear-gradient(to left, #070405 0%, rgba(7, 4, 5, 0) 100%);
}
main article section.special .carousel .slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: calc(50% - 25px);
  z-index: 10;
  background: transparent url("../image/icon_slider_arrow.svg") no-repeat center center/14px 24px;
  text-indent: -9999px;
  cursor: pointer;
}
main article section.special .carousel .slider .slick-arrow.slick-prev {
  left: 40px;
}
main article section.special .carousel .slider .slick-arrow.slick-next {
  right: 40px;
  transform: rotate(180deg);
}
main article section.special .carousel .slider .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0;
}
main article section.special .carousel .slider .slide {
  margin: 20px;
  width: 320px;
  float: left;
}
main article section.special .carousel .slider .slide a {
  display: block;
  opacity: 1;
  transform-style: preserve-3d;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: linear;
  transition-delay: 0ms;
}
main article section.special .carousel .slider .slide a:hover {
  opacity: 0.8;
}
main article section.special .carousel .slider .slide p {
  margin-bottom: 15px;
}
main article section.special .carousel .slider .slide dl {
  color: #ffffff;
}
main article section.special .carousel .slider .slide dl dt {
  margin-bottom: 12px;
  padding: 0 5px;
  height: 22px;
  background: #DC000C;
  line-height: 22px;
  font-size: 12px;
  font-weight: bold;
}
main article section.special .carousel .slider .slide dl dd {
  line-height: 23px;
  font-size: 17px;
}
main article section.information {
  padding-bottom: 180px;
}
main article section.information .inner {
  padding: 0 50px;
}
main article section.information p.date {
  margin-bottom: 64px;
  text-align: center;
  line-height: 55px;
  font-size: 52px;
  font-weight: bold;
}
main article section.information .detail dl {
  padding: 9px 0;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
}
main article section.information .detail dl:last-child {
  border-bottom: 0;
}
main article section.information .detail dl dt {
  width: 150px;
  height: 50px;
  float: left;
  position: relative;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 42px;
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  letter-spacing: calc(250em / 1000);
}
main article section.information .detail dl dt.c2 {
  height: 72px;
}
main article section.information .detail dl dd {
  padding-top: 6px;
  margin-left: 190px;
  line-height: 32px;
  font-size: 25px;
}
main article section.information .detail dl dd small {
  font-size: 20px;
}
main article section.information .detail dl dd ruby > rt {
  padding-bottom: 2px;
}
main article section.information .other {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
main article section.information .other ul {
  width: 660px;
  float: left;
  line-height: 40px;
  font-size: 16px;
}
main article section.information .other ul li {
  margin-right: 32px;
  display: inline-block;
}
main article section.information .other p.sns_banner {
  padding-top: 10px;
  margin-left: 700px;
  text-align: center;
}
main article section.information .other p.sns_banner a {
  padding: 0;
  display: inline-block;
  width: 250px;
}
main article section.information .other p.sns_banner a img {
  margin-bottom: 16px;
}
@media (hover: hover) {
  main article section.information .other p.sns_banner a {
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  main article section.information .other p.sns_banner a:hover {
    opacity: 0.8;
  }
}
main article section.information .other p.sns_banner span {
  display: block;
  line-height: 28px;
  font-size: 16px;
}
main article section.information p.msg {
  padding-top: 10px;
  text-align: right;
  line-height: 24px;
  font-size: 14px;
}
main article section.profile {
  margin-bottom: 328px;
  padding: 50px 0 0 110px;
  background: #ffffff;
  color: #000000;
}
main article section.profile .inner {
  padding-bottom: 300px;
}
main article section.profile:before {
  content: "";
  width: 50vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  background: #ffffff;
}
main article section.profile h3 {
  margin-bottom: 45px;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
main article section.profile h3 span, main article section.profile h3 small {
  display: block;
  line-height: 50px;
}
main article section.profile h3 span {
  width: 217px;
}
main article section.profile h3 small {
  font-size: 20px;
  font-weight: bold;
}
main article section.profile p.image {
  width: 544px;
  position: absolute;
  right: 64px;
  top: -77px;
  z-index: 2;
}
main article section.profile p.text {
  width: 695px;
  line-height: 36px;
  font-size: 16px;
}
main article section.profile .frame {
  width: 1070px;
  height: 480px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  background: #000000;
  position: absolute;
  left: 0;
  bottom: -208px;
  z-index: 1;
  color: #ffffff;
}
main article section.profile .frame h3 {
  margin: 58px 0 60px 225px;
}
main article section.profile .frame p.text {
  margin-left: 50px;
  margin-bottom: 32px;
  width: 645px;
  line-height: 32px;
  font-size: 16px;
}
main article section.profile .frame p.image {
  width: 295px;
  position: absolute;
  top: 80px;
  right: 40px;
}
main article section.profile .frame p.image small {
  padding-top: 10px;
  display: block;
  font-size: 12px;
}
main article section.message {
  margin-bottom: 180px;
}
main article section.message .inner {
  padding: 0 50px;
}
main article section.message dl {
  margin-bottom: 70px;
}
main article section.message dl dt {
  margin-bottom: 30px;
  line-height: 60px;
  font-size: 42px;
  font-weight: bold;
}
main article section.message dl dd {
  line-height: 41px;
  font-size: 18px;
}
main article section.message .frame {
  margin: 0 auto;
  padding: 24px;
  width: 920px;
  border: 1px solid #ffffff;
}
main article section.message .frame:after {
  content: "";
  display: block;
  float: none;
  clear: both;
}
main article section.message .frame p.image {
  width: 150px;
  float: left;
}
main article section.message .frame .text_area {
  margin-left: 178px;
}
main article section.message .frame .text_area h3 {
  margin-bottom: 30px;
  font-size: 21px;
}
main article section.message .frame .text_area p.text {
  line-height: 26px;
  font-size: 14px;
}
main article section.highlight {
  padding-bottom: 160px;
}
main article section.highlight .hero p.image {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}
main article section.highlight .hero p.image small {
  display: block;
  position: absolute;
  left: 0;
  bottom: -56px;
  line-height: 20px;
  font-size: 12px;
}
main article section.highlight .hero .frame {
  margin-top: -32px;
  padding: 40px;
  width: 800px;
  float: right;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  position: relative;
  z-index: 1;
  background: #000000;
  color: #FFFFFF;
}
main article section.highlight .hero .frame h3 {
  margin-bottom: 18px;
  font-weight: bold;
}
main article section.highlight .hero .frame h3 small, main article section.highlight .hero .frame h3 span {
  display: block;
}
main article section.highlight .hero .frame h3 small {
  line-height: 32px;
  font-size: 16px;
}
main article section.highlight .hero .frame h3 span {
  line-height: 42px;
  font-size: 32px;
}
main article section.highlight .hero .frame p {
  line-height: 26px;
  font-size: 16px;
}
main article section.highlight ol.story {
  margin: 0 auto;
  width: 1000px;
  clear: both;
  float: none;
  position: relative;
  top: -32px;
}
main article section.highlight ol.story > li {
  margin-bottom: 30px;
  padding: 140px 100px 50px 100px;
  position: relative;
}
main article section.highlight ol.story > li:after {
  content: "";
  display: block;
  float: none;
  clear: both;
}
main article section.highlight ol.story > li:nth-child(odd) {
  background: #ffffff;
  color: #000000;
}
main article section.highlight ol.story > li:nth-child(odd):after {
  content: "";
  min-width: 720px;
  width: 50vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  background: #ffffff;
}
main article section.highlight ol.story > li:nth-child(odd) h4 small {
  background: #000000;
  color: #ffffff;
}
main article section.highlight ol.story > li:nth-child(1):after, main article section.highlight ol.story > li:nth-child(5n):after {
  left: 50%;
}
main article section.highlight ol.story > li:nth-child(3n):after {
  right: 50%;
}
main article section.highlight ol.story > li h4 {
  margin-bottom: 24px;
}
main article section.highlight ol.story > li h4 small {
  width: 150px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  background: #ffffff;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #000000;
}
main article section.highlight ol.story > li h4 span {
  display: block;
  line-height: 46px;
  font-size: 36px;
  font-weight: bold;
}
main article section.highlight ol.story > li p.text {
  line-height: 40px;
  font-size: 18px;
}
main article section.highlight ol.story > li p.note {
  padding-top: 42px;
  text-align: right;
  line-height: 24px;
  font-size: 12px;
}
main article section.highlight ol.story > li ul.images figure, main article section.highlight ol.story > li div.image figure {
  text-align: center;
}
main article section.highlight ol.story > li ul.images figure figcaption, main article section.highlight ol.story > li div.image figure figcaption {
  padding-top: 12px;
  display: block;
  line-height: 17px;
  font-size: 12px;
}
main article section.highlight ol.story > li.prologue ul.images {
  margin-top: 40px;
  width: 800px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
main article section.highlight ol.story > li.prologue ul.images li {
  width: 390px;
}
main article section.highlight ol.story > li.chapter1 p.text {
  width: 477px;
}
main article section.highlight ol.story > li.chapter1 ul.images {
  width: 480px;
  position: absolute;
  top: 220px;
  right: -100px;
  overflow: hidden;
}
main article section.highlight ol.story > li.chapter1 ul.images li {
  width: 230px;
}
main article section.highlight ol.story > li.chapter1 ul.images li:first-child {
  float: left;
}
main article section.highlight ol.story > li.chapter1 ul.images li:last-child {
  padding-top: 50px;
  float: right;
}
main article section.highlight ol.story > li.chapter2 {
  height: 786px;
  margin-bottom: 220px;
}
main article section.highlight ol.story > li.chapter2 h4, main article section.highlight ol.story > li.chapter2 p.text {
  margin-left: 320px;
}
main article section.highlight ol.story > li.chapter2 p.text {
  width: 400px;
}
main article section.highlight ol.story > li.chapter2 ul.images {
  width: 730px;
  position: absolute;
  top: 220px;
  left: -185px;
  overflow: hidden;
}
main article section.highlight ol.story > li.chapter2 ul.images li {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 230px;
  float: left;
}
main article section.highlight ol.story > li.chapter2 ul.images li:nth-child(1) {
  padding-top: 30px;
  padding-left: 80px;
}
main article section.highlight ol.story > li.chapter2 ul.images li:nth-child(3) {
  clear: both;
}
main article section.highlight ol.story > li.chapter2 ul.images li:nth-child(3) figure figcaption {
  color: #ffffff;
}
main article section.highlight ol.story > li.chapter2 ul.images li:nth-child(4) {
  padding-top: 50px;
}
main article section.highlight ol.story > li.chapter2 ul.images li:nth-child(4) figure figcaption {
  color: #ffffff;
}
main article section.highlight ol.story > li.chapter2 ul.images li:nth-child(5) {
  padding-top: 100px;
  margin-right: 0;
}
main article section.highlight ol.story > li.chapter2 ul.images li:nth-child(5) figure figcaption {
  color: #ffffff;
}
main article section.highlight ol.story > li.chapter2 .image {
  margin-top: 26px;
  margin-right: 82px;
  width: 467px;
  float: right;
}
main article section.highlight ol.story > li.chapter2 .image figure figcaption {
  text-align: left;
}
main article section.highlight ol.story > li.chapter3 p.text {
  width: 510px;
}
main article section.highlight ol.story > li.chapter3 .image {
  width: 260px;
  position: absolute;
  top: 220px;
  right: 90px;
}
main article section.highlight ol.story > li.chapter3 .image img {
  width: 230px;
}
main article section.highlight ol.story > li.chapter3 .special {
  margin-top: 70px;
}
main article section.highlight ol.story > li.chapter3 .special h5 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}
main article section.highlight ol.story > li.chapter3 .special p.text {
  margin-bottom: 30px;
  width: auto;
}
main article section.highlight ol.story > li.chapter3 .special .frame {
  padding: 25px;
  border: 1px solid #ffffff;
  overflow: hidden;
}
main article section.highlight ol.story > li.chapter3 .special .frame p.image {
  width: 152px;
  position: static;
  float: left;
}
main article section.highlight ol.story > li.chapter3 .special .frame p.image img {
  width: 100%;
}
main article section.highlight ol.story > li.chapter3 .special .frame p.image small {
  padding-top: 10px;
  display: block;
  font-size: 12px;
}
main article section.highlight ol.story > li.chapter3 .special .frame dl {
  margin-left: 180px;
}
main article section.highlight ol.story > li.chapter3 .special .frame dl dt {
  margin-bottom: 25px;
  font-size: 21px;
  font-weight: bold;
}
main article section.highlight ol.story > li.chapter3 .special .frame dl dd {
  line-height: 26px;
  font-size: 15px;
}
main article section.highlight .official_book {
  margin: 0 auto;
  width: 990px;
  padding: 50px;
  box-sizing: border-box;
  background: #ffffff;
  overflow: hidden;
  color: #000000;
}
main article section.highlight .official_book h3 {
  margin-bottom: 8px;
  line-height: 32px;
  font-size: 30px;
  font-weight: bold;
}
main article section.highlight .official_book p.info {
  margin-bottom: 32px;
  line-height: 24px;
  font-size: 16px;
}
main article section.highlight .official_book p.image {
  width: 307px;
  float: left;
}
main article section.highlight .official_book p.text {
  margin-left: 370px;
  line-height: 32px;
  font-size: 16px;
}
main article section.highlight .official_book p.text small {
  padding-left: 1em;
  display: block;
  line-height: 24px;
  font-size: 12px;
}
main article section.highlight .official_book p.text small span {
  margin-left: -1em;
  display: block;
  float: left;
}
main article section.ticket {
  margin-bottom: 80px;
}
main article section.ticket h2 {
  margin-bottom: 100px;
  text-align: center;
}
main article section.ticket h3 {
  margin-bottom: 40px;
  height: 50px;
  position: relative;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
main article section.ticket h3 small {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 75px);
  left: 26px;
  background: url("../image/bg_premium_ticket.png") no-repeat center center/contain;
  text-align: center;
  line-height: 33px;
  font-size: 30px;
  color: #ffffff;
  transform: scale(0.8);
}
main article section.ticket .premium_ticket {
  padding-top: 60px;
  margin: 0 auto;
  width: 1100px;
  clear: both;
}
main article section.ticket .premium_ticket h4 {
  margin-bottom: 20px;
  padding-top: 16px;
  text-align: center;
  line-height: 36px;
  font-size: 28px;
  font-weight: bold;
}
main article section.ticket .premium_ticket p.center_text {
  margin-bottom: 50px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}
main article section.ticket .premium_ticket dl.info {
  margin: 0 auto 80px auto;
  width: 950px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  position: relative;
  text-align: center;
}
main article section.ticket .premium_ticket dl.info dt {
  padding: 0 4px;
  display: inline-block;
  background: #000000;
  position: relative;
  top: -18px;
  left: 0;
  line-height: 36px;
  font-size: 20px;
  font-weight: bold;
}
main article section.ticket .premium_ticket dl.info dd.date {
  height: 50px;
  background: #ffffff;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}
main article section.ticket .premium_ticket dl.info dd.about {
  padding: 15px 30px;
}
main article section.ticket .premium_ticket dl.info dd.about ul {
  display: inline-block;
  text-align: left;
}
main article section.ticket .premium_ticket dl.info dd.about ul li {
  padding-left: 6em;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}
main article section.ticket .premium_ticket dl.info dd.about ul li span {
  margin-left: -6em;
  display: block;
  float: left;
}
main article section.ticket .premium_ticket .row {
  margin: 0 auto 80px auto;
  width: 950px;
  overflow: hidden;
}
main article section.ticket .premium_ticket .row h5 {
  margin-bottom: 22px;
  font-weight: bold;
}
main article section.ticket .premium_ticket .row h5 span, main article section.ticket .premium_ticket .row h5 small {
  display: inline-block;
}
main article section.ticket .premium_ticket .row h5 span {
  margin-right: 30px;
  line-height: 34px;
  font-size: 24px;
}
main article section.ticket .premium_ticket .row h5 small {
  margin-right: 8px;
  padding: 0 18px;
  border-radius: 15px;
  line-height: 30px;
  font-size: 16px;
  color: #000000;
}
main article section.ticket .premium_ticket .row h5 small.enable {
  background: #ffffff;
}
main article section.ticket .premium_ticket .row h5 small.disabled {
  background: #C8C8C8;
}
main article section.ticket .premium_ticket .row p.text {
  margin-bottom: 22px;
  line-height: 30px;
  font-size: 16px;
}
main article section.ticket .premium_ticket .row p.text small {
  display: block;
  font-size: 80%;
}
main article section.ticket .premium_ticket .row dl.date {
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
main article section.ticket .premium_ticket .row dl.date dt {
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  line-height: 36px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
main article section.ticket .premium_ticket .row dl.date dd {
  padding: 10px 0;
  width: calc(100% - 172px);
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}
main article section.ticket .premium_ticket .row dl.date dd ul li {
  padding-left: 4em;
  overflow: hidden;
}
main article section.ticket .premium_ticket .row dl.date dd ul li span {
  margin-left: -4em;
  display: block;
  float: left;
}
main article section.ticket .premium_ticket .row dl.date dd small {
  display: block;
  line-height: 20px;
  font-size: 12px;
}
main article section.ticket .premium_ticket .row dl.date dd strong.closed {
  margin-left: 10px;
  width: 180px;
  height: 35px;
  display: inline-block;
  background: #DC000C;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
}
main article section.ticket .premium_ticket .row p.image {
  margin-top: 10px;
  width: 380px;
  float: left;
}
main article section.ticket .premium_ticket .row p.image small {
  padding-left: 1em;
  display: block;
  line-height: 24px;
  font-size: 12px;
}
main article section.ticket .premium_ticket .row p.image small span {
  margin-left: -1em;
  display: block;
  float: left;
}
main article section.ticket .premium_ticket .row p.image.large {
  width: 526px;
}
main article section.ticket .premium_ticket .row .images {
  margin-top: 10px;
  margin-bottom: 30px;
  width: 526px;
  float: left;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main article section.ticket .premium_ticket .row .images figure {
  width: calc(50% - 3px);
  display: block;
  position: relative;
}
main article section.ticket .premium_ticket .row .images figure figcaption {
  padding-top: 5px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -25px;
  display: block;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
}
main article section.ticket .premium_ticket .row table {
  margin-top: 10px;
  width: 550px;
  float: right;
  text-align: center;
  vertical-align: middle;
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}
main article section.ticket .premium_ticket .row table th, main article section.ticket .premium_ticket .row table td {
  padding: 20px 0;
  border: 1px solid #707070;
  box-sizing: border-box;
  min-height: 66px;
}
main article section.ticket .premium_ticket .row table th {
  width: 300px;
  background: #C8C8C8;
}
main article section.ticket .premium_ticket .row table td {
  background: #FFFFFF;
}
main article section.ticket .premium_ticket .row table tbody td {
  padding-right: 70px;
  text-align: right;
}
main article section.ticket .premium_ticket .row table.small {
  width: 410px;
}
main article section.ticket .premium_ticket .row table.small th {
  width: 230px;
}
main article section.ticket .premium_ticket .row table.small tbody td {
  padding-right: 50px;
}
main article section.ticket .premium_ticket .row p.note {
  padding-top: 20px;
  clear: both;
}
main article section.ticket .premium_ticket .row p.note small {
  padding-left: 1em;
  display: block;
  line-height: 24px;
  font-size: 12px;
}
main article section.ticket .premium_ticket .row p.note small span {
  margin-left: -1em;
  display: block;
  float: left;
}
main article section.ticket .premium_ticket .not_privilege {
  padding-top: 50px;
}
main article section.ticket .premium_ticket .not_privilege table {
  margin: 30px auto 0 auto;
  width: 800px;
  float: none;
}
main article section.ticket .premium_ticket .not_privilege table th {
  width: 50%;
}
main article section.ticket .premium_ticket .not_privilege table tbody td {
  padding-right: 180px;
}
main article section.ticket .advance_ticket, main article section.ticket .same-day_ticket {
  margin: 0 auto 80px auto;
  width: 1100px;
  clear: both;
}
main article section.ticket .advance_ticket table, main article section.ticket .same-day_ticket table {
  margin: 0 auto 30px auto;
  width: 800px;
  text-align: center;
  vertical-align: middle;
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}
main article section.ticket .advance_ticket table th, main article section.ticket .advance_ticket table td, main article section.ticket .same-day_ticket table th, main article section.ticket .same-day_ticket table td {
  padding: 8px 0;
  border: 1px solid #707070;
  box-sizing: border-box;
  min-height: 40px;
}
main article section.ticket .advance_ticket table th, main article section.ticket .same-day_ticket table th {
  width: 300px;
  background: #C8C8C8;
}
main article section.ticket .advance_ticket table td, main article section.ticket .same-day_ticket table td {
  background: #FFFFFF;
}
main article section.ticket .advance_ticket table td.disabled, main article section.ticket .same-day_ticket table td.disabled {
  background: #000000;
  border: none;
}
main article section.ticket .advance_ticket table tbody td, main article section.ticket .same-day_ticket table tbody td {
  padding-right: 90px;
  text-align: right;
}
main article section.ticket .advance_ticket ul.about, main article section.ticket .same-day_ticket ul.about {
  margin: 0 auto;
  width: 800px;
}
main article section.ticket .advance_ticket ul.about li, main article section.ticket .same-day_ticket ul.about li {
  padding-left: 6em;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}
main article section.ticket .advance_ticket ul.about li span, main article section.ticket .same-day_ticket ul.about li span {
  margin-left: -6em;
  display: block;
  float: left;
}
main article section.ticket ul.note {
  margin: 0 auto 90px auto;
  width: 800px;
}
main article section.ticket ul.note li {
  padding-left: 1em;
  line-height: 24px;
  font-size: 12px;
}
main article section.ticket ul.note li span {
  margin-left: -1em;
  display: block;
  float: left;
}
main article section.ticket .guide {
  margin: 0 auto;
  width: 800px;
}
main article section.ticket .guide h4 {
  margin-bottom: 60px;
  text-align: center;
  font-size: 36px;
}
main article section.ticket .guide p.btn {
  margin: 0 auto 76px auto;
  width: 580px;
}
main article section.ticket .guide p.btn a {
  margin-bottom: 30px;
  height: 70px;
  display: block;
  position: relative;
  background: #ffffff;
  border: 2px solid #000000;
  line-height: 70px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  transform-style: preserve-3d;
  transition-property: filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
main article section.ticket .guide p.btn a:after {
  content: "";
  width: 15px;
  height: 24px;
  display: block;
  background: url("../image/icon_btn_arrow.svg") no-repeat center center/contain;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
}
@media (hover: hover) {
  main article section.ticket .guide p.btn a:hover {
    filter: invert(1);
  }
}
main article section.ticket .guide p.btn small {
  padding-left: 1em;
  display: block;
  line-height: 24px;
  font-size: 12px;
}
main article section.ticket .guide p.btn small span {
  margin-left: -1em;
  display: block;
  float: left;
}
main article section.ticket .guide p.btn em {
  padding-left: 6em;
  display: block;
  line-height: 28px;
  font-size: 16px;
}
main article section.ticket .guide p.btn em span {
  margin-left: -6em;
  display: block;
  float: left;
}
main article section.ticket .guide dl.terms {
  border: 1px solid #ffffff;
}
main article section.ticket .guide dl.terms.open dt button:before {
  transform: rotate(180deg);
}
main article section.ticket .guide dl.terms.open dt button:after {
  transform: rotate(360deg);
}
main article section.ticket .guide dl.terms dt button {
  padding: 30px;
  width: 100%;
  display: block;
  background: transparent;
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  transform-style: preserve-3d;
  transition-property: background, color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
main article section.ticket .guide dl.terms dt button small {
  padding-top: 2px;
  display: block;
  font-size: 12px;
}
main article section.ticket .guide dl.terms dt button:before, main article section.ticket .guide dl.terms dt button:after {
  content: "";
  width: 30px;
  height: 4px;
  display: block;
  background: #ffffff;
  position: absolute;
  top: calc(50% - 2px);
  right: 30px;
  transform-style: preserve-3d;
  transition-property: transform, background;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
main article section.ticket .guide dl.terms dt button:after {
  transform: rotate(90deg);
}
@media (hover: hover) {
  main article section.ticket .guide dl.terms dt button:hover {
    background: #ffffff;
    color: #000000;
  }
  main article section.ticket .guide dl.terms dt button:hover:before, main article section.ticket .guide dl.terms dt button:hover:after {
    background: #000000;
  }
}
main article section.ticket .guide dl.terms dd {
  padding: 0 20px;
  overflow: hidden;
  display: none;
}
main article section.ticket .guide dl.terms dd p.title {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}
main article section.ticket .guide dl.terms dd p.text {
  line-height: 30px;
  font-size: 14px;
}
main article section.ticket .guide dl.terms dd ul {
  padding: 0 0 30px 0;
}
main article section.ticket .guide dl.terms dd ul li {
  padding-left: 1.5em;
  line-height: 30px;
  font-size: 14px;
}
main article section.ticket .guide dl.terms dd ul li:before {
  content: "※";
  margin-left: -1.5em;
  display: block;
  float: left;
}
main article section.ticket .guide dl.terms dd ul li a {
  text-decoration: underline;
}
@media (hover: hover) {
  main article section.ticket .guide dl.terms dd ul li a:hover {
    text-decoration: none;
  }
}
main article section.access {
  margin-bottom: 40px;
  padding: 60px 50px;
  background: #ffffff;
  color: #000000;
}
main article section.access .inner {
  padding-left: 726px;
  padding-right: 50px;
}
main article section.access:before {
  content: "";
  width: 50vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  z-index: -1;
  background: #ffffff;
}
main article section.access dl {
  margin-bottom: 40px;
}
main article section.access dl dt {
  margin-bottom: 25px;
}
main article section.access dl dt span, main article section.access dl dt small {
  display: block;
}
main article section.access dl dt span {
  margin-bottom: 15px;
  font-size: 30px;
}
main article section.access dl dt small {
  font-size: 14px;
}
main article section.access dl dd a {
  width: 125px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
  font-size: 16px;
  color: #ffffff;
}
@media (hover: hover) {
  main article section.access dl dd a {
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  main article section.access dl dd a:hover {
    opacity: 0.8;
  }
}
main article section.access p.map {
  width: 585px;
  position: absolute;
  left: 0;
  top: 0;
}
main article section.access ul {
  margin-bottom: 45px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 15px 0;
}
main article section.access ul li {
  padding: 5px 0;
  line-height: 28px;
  font-size: 16px;
}
main article section.access p.text {
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}
main article section.access p.text small {
  padding-top: 10px;
  display: block;
  font-weight: normal;
}
main footer {
  height: 150px;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
main footer p {
  width: 200px;
}
main footer p img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
  main {
    margin: 0 auto;
    max-width: 600px;
  }
  main article {
    min-width: auto;
  }
  main article nav .inner {
    padding: 0;
    width: 100vw;
  }
  main article nav p.logo {
    margin: 22px 15px 0 20px;
  }
  main article nav p.logo a img {
    width: 90px;
    height: 25px;
  }
  main article nav p.sns_banner {
    display: none;
    /*
    margin: 15px 0 0 5px;

    a{
    	width: 160px;
    	height: 38px;
    }
    */
  }
  main article nav p.ticket_btn {
    margin: 10px 0 0 5px;
    position: static;
    float: left;
  }
  main article nav p.ticket_btn a {
    padding: 15px 0 0 60px;
    width: 170px;
    height: 50px;
    line-height: 20px;
    font-size: 16px;
  }
  main article nav p.ticket_btn a:before {
    width: 38px;
    height: 60px;
    top: -5px;
    left: 13px;
  }
  main article nav p.ticket_btn a:after {
    content: "";
    width: 20px;
    height: 12px;
    right: 18px;
    bottom: 14px;
  }
  main article nav p.menu {
    display: block;
    float: right;
  }
  main article nav p.menu button {
    width: 60px;
    height: 70px;
    display: block;
    background: url("../image/icon_menu.svg") no-repeat center center/30px 26px;
    position: relative;
  }
  main article nav p.menu button span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  main article nav .list {
    padding: 0;
    float: none;
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    opacity: 0;
    pointer-events: none;
    clip-path: ellipse(24% 13% at 100% 0%);
    transform: translateX(40px);
    transform-style: preserve-3d;
    transition-property: opacity, clip-path, transform;
    transition-duration: 600ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0ms;
  }
  main article nav .list p.menu_logo {
    display: block;
    position: absolute;
    top: 18px;
    left: 20px;
  }
  main article nav .list p.menu_logo a {
    display: block;
  }
  main article nav .list p.menu_logo a img {
    width: 128px;
    height: 35px;
  }
  main article nav .list p.menu_close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  main article nav .list p.menu_close button {
    width: 70px;
    height: 70px;
    display: block;
    background: url("../image/icon_menu_close.svg") no-repeat center center/22px 22px;
    position: relative;
  }
  main article nav .list p.menu_close button span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  main article nav .list .scroll {
    overflow-x: hidden;
    overflow-y: auto;
  }
  main article nav .list ul {
    padding: 80px 0;
    height: auto;
    display: block;
  }
  main article nav .list ul li {
    height: auto;
  }
  main article nav .list ul li a {
    padding: 10px 50px;
    height: auto;
    display: block;
  }
  main article nav .list ul li a span, main article nav .list ul li a small {
    text-align: left;
  }
  main article nav.menu_open .list {
    opacity: 1;
    pointer-events: auto;
    clip-path: ellipse(200% 200% at 100% 0%);
    transform: translateX(0);
  }
  main article section {
    width: auto;
  }
  main article section h2 {
    margin-left: -10px;
    margin-bottom: 40px;
  }
  main article section h2 span {
    line-height: 60px;
    font-size: 50px;
  }
  main article section h2 small {
    font-size: 18px;
  }
  main article section .inner {
    width: auto;
    box-sizing: border-box;
    position: relative;
  }
  main article section .inner:after {
    content: "";
    display: block;
    float: none;
    clear: both;
  }
  main article section.hero {
    margin-bottom: 50px;
  }
  main article section.hero h1 {
    width: 100%;
    height: auto;
    line-height: 0;
  }
  main article section.hero h1 picture {
    max-height: 100svh;
    justify-content: center;
    align-items: center;
    text-align: center;
    aspect-ratio: 75/106;
  }
  main article section.hero h1 picture:before, main article section.hero h1 picture:after {
    height: 400%;
    background: url("../image/img_hero_sp.png") repeat-y center top/auto 25%;
  }
  main article section.hero h1 picture:before {
    top: -400%;
  }
  main article section.hero h1 picture:after {
    bottom: -400%;
  }
  main article section.hero h1 picture img {
    width: auto;
    height: 100%;
    aspect-ratio: 75/106;
  }
  main article section.hero p {
    width: 20vw;
    top: 16vh;
    right: auto;
    left: 0;
  }
  main article section.hero p span.copy1 {
    margin-left: 2.2535211268vw;
    width: 3.3802816901vw;
  }
  main article section.hero p span.copy2 {
    margin-top: 14.6478873239vw;
    width: 4.7887323944vw;
  }
  main article section.news {
    padding: 60px 30px;
  }
  main article section.news .inner {
    width: auto;
  }
  main article section.news .news_list {
    padding: 20px 30px 30px 30px;
    margin-bottom: 30px;
  }
  main article section.news .news_list h2 {
    padding-bottom: 8px;
    line-height: 50px;
    font-size: 40px;
  }
  main article section.news .news_list ul li {
    padding: 52px 0 15px 0;
    line-height: 20px;
    font-size: 14px;
  }
  main article section.news .news_list ul li .date {
    font-size: 12px;
  }
  main article section.news .news_list ul li:not(.new) .date {
    left: 0;
  }
  main article section.news p.msg {
    text-align: left;
  }
  main article section.news p.msg a {
    padding: 0 30px;
    display: block;
    line-height: 22px;
    font-size: 14px;
  }
  main article section.special h2 {
    padding: 0 20px;
  }
  main article section.special .carousel {
    margin-bottom: 50px;
    padding-bottom: 40px;
  }
  main article section.special .carousel .slider {
    width: 100%;
  }
  main article section.special .carousel .slider:before, main article section.special .carousel .slider:after {
    display: none;
  }
  main article section.special .carousel .slider .slick-arrow {
    width: calc(50% - 40px);
    height: 32px;
    border: 1px solid #ffffff;
    top: auto;
    bottom: 0;
    background: transparent;
  }
  main article section.special .carousel .slider .slick-arrow:before {
    content: "";
    width: 8px;
    height: 16px;
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    background: url("../image/icon_slider_arrow.svg") no-repeat center center/contain;
  }
  main article section.special .carousel .slider .slick-arrow:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
  }
  main article section.special .carousel .slider .slick-arrow.slick-prev {
    left: 20px;
  }
  main article section.special .carousel .slider .slick-arrow.slick-prev:before {
    left: 30px;
  }
  main article section.special .carousel .slider .slick-arrow.slick-prev:after {
    content: "BACK";
  }
  main article section.special .carousel .slider .slick-arrow.slick-next {
    right: 20px;
    transform: rotate(0);
  }
  main article section.special .carousel .slider .slick-arrow.slick-next:before {
    right: 30px;
    transform: rotate(180deg);
  }
  main article section.special .carousel .slider .slick-arrow.slick-next:after {
    content: "NEXT";
  }
  main article section.special .carousel .slider .slick-arrow.slick-disabled {
    pointer-events: none;
    opacity: 0;
  }
  main article section.special .carousel .slider .slide {
    margin: 10px;
    width: 232px;
  }
  main article section.special .carousel .slider .slide p {
    margin-bottom: 10px;
  }
  main article section.special .carousel .slider .slide dl dt {
    margin-bottom: 4px;
    padding: 0 10px;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 14px;
    font-size: 10px;
  }
  main article section.special .carousel .slider .slide dl dd {
    line-height: 20px;
    font-size: 14px;
  }
  main article section.information {
    padding-bottom: 65px;
  }
  main article section.information .inner {
    padding: 0 20px;
  }
  main article section.information p.date {
    margin-bottom: 25px;
    line-height: 35px;
    font-size: 22px;
  }
  main article section.information p.date small, main article section.information p.date span {
    display: block;
  }
  main article section.information .detail dl {
    margin-bottom: 25px;
    padding: 0;
    border-bottom: none;
  }
  main article section.information .detail dl dt {
    width: 100%;
    height: 30px;
    float: none;
    line-height: 30px;
    font-size: 18px;
  }
  main article section.information .detail dl dt.c2 {
    height: 30px;
  }
  main article section.information .detail dl dd {
    padding-top: 10px;
    margin-left: 0;
    text-align: center;
    line-height: 24px;
    font-size: 20px;
  }
  main article section.information .detail dl dd small, main article section.information .detail dl dd span {
    margin-top: 2px;
    display: block;
    font-size: 12px;
  }
  main article section.information .detail dl dd ruby > rt {
    padding-bottom: 2px;
  }
  main article section.information .other ul {
    width: 100%;
    float: none;
    line-height: 22px;
    font-size: 15px;
  }
  main article section.information .other ul li {
    margin-bottom: 15px;
    margin-right: 0;
    padding-left: 120px;
    display: block;
  }
  main article section.information .other ul li:last-child {
    margin-bottom: 0;
  }
  main article section.information .other ul li span {
    margin-left: -120px;
    width: 120px;
    float: left;
    display: block;
    text-align: justify;
    text-align-last: justify;
  }
  main article section.information .other p.sns_banner {
    padding-top: 40px;
    margin-left: 0;
  }
  main article section.information .other p.sns_banner a img {
    margin-bottom: 36px;
  }
  main article section.information .other p.sns_banner span {
    line-height: 20px;
    font-size: 15px;
  }
  main article section.information p.msg {
    padding-top: 18px;
    text-align: right;
    line-height: 24px;
    font-size: 14px;
  }
  main article section.profile {
    margin-left: 20px;
    margin-bottom: 120px;
    padding: 0;
    background: #000000;
  }
  main article section.profile .inner {
    padding-bottom: 0;
  }
  main article section.profile:before {
    display: none;
  }
  main article section.profile .main {
    padding: 40px 30px 246px 20px;
    position: relative;
    background: #ffffff;
    color: #000000;
  }
  main article section.profile .main:before {
    content: "";
    width: 50vw;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    background: #ffffff;
  }
  main article section.profile h3 {
    margin-bottom: 28px;
    width: auto;
    display: block;
  }
  main article section.profile h3 span, main article section.profile h3 small {
    display: block;
    line-height: 1;
  }
  main article section.profile h3 span {
    margin-bottom: 15px;
    width: 173px;
  }
  main article section.profile h3 small {
    font-size: 16px;
    color: #646464;
  }
  main article section.profile p.image {
    margin-bottom: 30px;
    width: 100%;
    position: static;
  }
  main article section.profile p.text {
    width: 100%;
    line-height: 32px;
  }
  main article section.profile .frame {
    margin: -186px 30px 0 20px;
    width: auto;
    height: auto;
    position: relative;
    left: auto;
    bottom: auto;
    z-index: 1;
    color: #ffffff;
  }
  main article section.profile .frame h3 {
    margin: 20px auto 50px auto;
    width: 225px;
  }
  main article section.profile .frame p.text {
    margin: 0 20px 28px 20px;
    width: auto;
    line-height: 28px;
    font-size: 14px;
  }
  main article section.profile .frame p.image {
    margin: -60px 20px 20px 20px;
    width: auto;
    position: relative;
    top: auto;
    bottom: -68px;
    right: 0;
  }
  main article section.profile .frame p.image small {
    padding-top: 10px;
    font-size: 14px;
  }
  main article section.message {
    margin-bottom: 80px;
  }
  main article section.message .inner {
    padding: 0 30px;
  }
  main article section.message dl {
    margin-bottom: 70px;
  }
  main article section.message dl dt {
    margin-bottom: 20px;
    line-height: 34px;
    font-size: 24px;
  }
  main article section.message dl dd {
    line-height: 32px;
    font-size: 16px;
  }
  main article section.message .frame {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
  }
  main article section.message .frame p.image {
    margin-bottom: 38px;
    width: 100%;
    float: none;
  }
  main article section.message .frame .text_area {
    margin-left: 0;
  }
  main article section.message .frame .text_area h3 {
    margin-bottom: 10px;
  }
  main article section.message .frame .text_area p.text {
    line-height: 28px;
  }
  main article section.highlight {
    padding-bottom: 80px;
  }
  main article section.highlight .inner {
    padding: 0 20px;
  }
  main article section.highlight .hero {
    position: relative;
  }
  main article section.highlight .hero p.image {
    width: 100%;
  }
  main article section.highlight .hero p.image small {
    padding: 10px 0;
    position: static;
  }
  main article section.highlight .hero .frame {
    margin-top: 0;
    margin-bottom: 50px;
    padding: 20px 40px 20px 20px;
    width: calc(100% + 10px);
    float: none;
    top: 0;
    left: 8px;
  }
  main article section.highlight .hero .frame h3 small {
    line-height: 18px;
    font-size: 14px;
  }
  main article section.highlight .hero .frame h3 span {
    line-height: 40px;
    font-size: 28px;
  }
  main article section.highlight .hero .frame p {
    line-height: 28px;
    font-size: 14px;
  }
  main article section.highlight ol.story {
    width: 100%;
    top: 0;
  }
  main article section.highlight ol.story > li {
    margin-bottom: 0;
    padding: 90px 20px 40px 20px;
  }
  main article section.highlight ol.story > li:nth-child(odd):after {
    min-width: auto;
  }
  main article section.highlight ol.story > li:nth-child(1):after, main article section.highlight ol.story > li:nth-child(5n):after {
    left: 50%;
  }
  main article section.highlight ol.story > li:nth-child(3n):after {
    right: 50%;
  }
  main article section.highlight ol.story > li h4 {
    margin-bottom: 14px;
  }
  main article section.highlight ol.story > li h4 small {
    width: 110px;
    height: 30px;
    top: 40px;
    line-height: 30px;
    font-size: 18px;
  }
  main article section.highlight ol.story > li h4 span {
    line-height: 34px;
    font-size: 24px;
  }
  main article section.highlight ol.story > li p.text {
    line-height: 28px;
    font-size: 14px;
  }
  main article section.highlight ol.story > li p.note {
    padding-top: 30px;
    line-height: 20px;
    font-size: 11px;
  }
  main article section.highlight ol.story > li ul.images figure figcaption, main article section.highlight ol.story > li div.image figure figcaption {
    padding-top: 8px;
    line-height: 17px;
    font-size: 10px;
  }
  main article section.highlight ol.story > li.prologue ul.images {
    width: 100%;
    flex-flow: column;
    gap: 40px;
  }
  main article section.highlight ol.story > li.prologue ul.images li {
    width: 100%;
  }
  main article section.highlight ol.story > li.chapter1 p.text {
    width: auto;
  }
  main article section.highlight ol.story > li.chapter1 ul.images {
    margin-top: 30px;
    width: 100%;
    position: static;
  }
  main article section.highlight ol.story > li.chapter1 ul.images li {
    width: calc(50% - 6px);
  }
  main article section.highlight ol.story > li.chapter1 ul.images li:last-child {
    padding-top: 30px;
  }
  main article section.highlight ol.story > li.chapter2 {
    margin-bottom: 0;
    height: auto;
  }
  main article section.highlight ol.story > li.chapter2 h4, main article section.highlight ol.story > li.chapter2 p.text {
    margin-left: 0;
  }
  main article section.highlight ol.story > li.chapter2 p.text {
    width: auto;
  }
  main article section.highlight ol.story > li.chapter2 ul.images {
    margin-top: 30px;
    width: 100%;
    position: static;
  }
  main article section.highlight ol.story > li.chapter2 ul.images li {
    margin-bottom: 0;
    margin-right: 0;
    width: calc(50% - 6px);
  }
  main article section.highlight ol.story > li.chapter2 ul.images li:nth-child(odd) {
    padding-top: 30px;
    float: left;
  }
  main article section.highlight ol.story > li.chapter2 ul.images li:nth-child(even) {
    float: right;
  }
  main article section.highlight ol.story > li.chapter2 ul.images li:nth-child(1) {
    padding-left: 0;
  }
  main article section.highlight ol.story > li.chapter2 ul.images li:nth-child(3) figure figcaption, main article section.highlight ol.story > li.chapter2 ul.images li:nth-child(4) figure figcaption {
    color: #000000;
  }
  main article section.highlight ol.story > li.chapter2 ul.images li:nth-child(4) {
    padding-top: 0;
  }
  main article section.highlight ol.story > li.chapter2 ul.images li:nth-child(5) {
    margin: 0 auto;
    width: 100%;
    clear: both;
    padding-top: 30px;
    float: none;
  }
  main article section.highlight ol.story > li.chapter2 ul.images li:nth-child(5) figure img {
    width: calc(50% - 6px);
  }
  main article section.highlight ol.story > li.chapter2 ul.images li:nth-child(5) figure figcaption {
    color: #000000;
  }
  main article section.highlight ol.story > li.chapter2 .image {
    margin: 0;
    padding: 40px 0 0 0;
    width: 100%;
    float: none;
  }
  main article section.highlight ol.story > li.chapter3 p.text {
    width: auto;
  }
  main article section.highlight ol.story > li.chapter3 .image {
    margin-top: 30px;
    width: 100%;
    position: static;
  }
  main article section.highlight ol.story > li.chapter3 .image img {
    width: 142px;
  }
  main article section.highlight ol.story > li.chapter3 .special {
    margin-top: 60px;
  }
  main article section.highlight ol.story > li.chapter3 .special h5 {
    line-height: 40px;
    font-size: 24px;
  }
  main article section.highlight ol.story > li.chapter3 .special .frame {
    padding: 20px;
  }
  main article section.highlight ol.story > li.chapter3 .special .frame p.image {
    margin: 0 auto 20px auto;
    width: 200px;
    float: none;
  }
  main article section.highlight ol.story > li.chapter3 .special .frame p.image small {
    font-size: 10px;
  }
  main article section.highlight ol.story > li.chapter3 .special .frame dl {
    margin-left: 0;
  }
  main article section.highlight ol.story > li.chapter3 .special .frame dl dt {
    margin-bottom: 20px;
    font-size: 18px;
  }
  main article section.highlight ol.story > li.chapter3 .special .frame dl dd {
    line-height: 22px;
    font-size: 12px;
  }
  main article section.highlight .official_book {
    width: auto;
    padding: 20px 10px;
  }
  main article section.highlight .official_book h3 {
    margin-bottom: 4px;
    line-height: 32px;
    font-size: 22px;
  }
  main article section.highlight .official_book p.info {
    margin-bottom: 18px;
    line-height: 20px;
    font-size: 12px;
  }
  main article section.highlight .official_book p.image {
    margin: 0 auto 30px auto;
    width: calc(100% - 20px);
    float: none;
  }
  main article section.highlight .official_book p.text {
    margin-left: 0;
    line-height: 30px;
    font-size: 14px;
  }
  main article section.ticket {
    margin-bottom: 40px;
  }
  main article section.ticket .inner {
    padding: 0 20px;
  }
  main article section.ticket h2 {
    margin-bottom: 50px;
  }
  main article section.ticket .premium_ticket {
    width: auto;
    clear: both;
  }
  main article section.ticket .premium_ticket h3 {
    margin-bottom: 45px;
    padding-left: 95px;
    height: 64px;
    line-height: 24px;
    font-size: 20px;
  }
  main article section.ticket .premium_ticket h3 small {
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    left: 5px;
    line-height: 30px;
    font-size: 26px;
  }
  main article section.ticket .premium_ticket h4 {
    margin-bottom: 24px;
    padding-top: 0;
    line-height: 34px;
    font-size: 24px;
  }
  main article section.ticket .premium_ticket p.center_text {
    margin-bottom: 40px;
    line-height: 28px;
    font-size: 14px;
  }
  main article section.ticket .premium_ticket dl.info {
    margin: 0 auto 60px auto;
    width: auto;
  }
  main article section.ticket .premium_ticket dl.info dt {
    top: -10px;
    left: 10px;
    line-height: 20px;
    font-size: 16px;
  }
  main article section.ticket .premium_ticket dl.info dd.date {
    padding: 8px 0;
    height: auto;
    line-height: 17px;
    font-size: 14px;
  }
  main article section.ticket .premium_ticket dl.info dd.about {
    padding: 15px 5px;
  }
  main article section.ticket .premium_ticket dl.info dd.about ul li {
    line-height: 17px;
    font-size: 11px;
  }
  main article section.ticket .premium_ticket .row {
    margin-bottom: 60px;
    width: auto;
  }
  main article section.ticket .premium_ticket .row h5 {
    margin-bottom: 30px;
    text-align: center;
  }
  main article section.ticket .premium_ticket .row h5 span, main article section.ticket .premium_ticket .row h5 small {
    display: block;
  }
  main article section.ticket .premium_ticket .row h5 span {
    margin: 0 0 10px 0;
    line-height: 30px;
    font-size: 20px;
  }
  main article section.ticket .premium_ticket .row h5 small {
    margin: 0 auto 10px;
    padding: 0;
    width: 230px;
    border-radius: 15px;
    line-height: 24px;
    font-size: 14px;
  }
  main article section.ticket .premium_ticket .row p.text {
    line-height: 28px;
    font-size: 14px;
  }
  main article section.ticket .premium_ticket .row dl.date {
    margin-bottom: 20px;
    display: block;
  }
  main article section.ticket .premium_ticket .row dl.date dt {
    width: 100%;
    height: 34px;
    font-size: 16px;
  }
  main article section.ticket .premium_ticket .row dl.date dd {
    width: 100%;
    border: none;
    line-height: 20px;
    font-size: 14px;
    position: relative;
  }
  main article section.ticket .premium_ticket .row dl.date dd ul {
    padding: 0;
  }
  main article section.ticket .premium_ticket .row dl.date dd ul li {
    margin-bottom: 10px;
  }
  main article section.ticket .premium_ticket .row dl.date dd strong.closed {
    margin-top: 6px;
    margin-left: 0;
    display: block;
  }
  main article section.ticket .premium_ticket .row p.image {
    margin-bottom: 30px;
    width: 100%;
    float: none;
  }
  main article section.ticket .premium_ticket .row p.image.large {
    width: 100%;
  }
  main article section.ticket .premium_ticket .row p.image small {
    line-height: 18px;
    font-size: 10px;
  }
  main article section.ticket .premium_ticket .row .images {
    margin-top: 10px;
    margin-bottom: 50px;
    width: 100%;
    float: none;
  }
  main article section.ticket .premium_ticket .row .images figure figcaption {
    padding-top: 5px;
    bottom: -25px;
    line-height: 17px;
    font-size: 10px;
  }
  main article section.ticket .premium_ticket .row table,
  main article section.ticket .premium_ticket .row table.small {
    width: 100%;
    float: none;
    line-height: 30px;
    font-size: 12px;
  }
  main article section.ticket .premium_ticket .row table th, main article section.ticket .premium_ticket .row table td,
  main article section.ticket .premium_ticket .row table.small th,
  main article section.ticket .premium_ticket .row table.small td {
    padding: 0;
    min-height: 30px;
  }
  main article section.ticket .premium_ticket .row table th,
  main article section.ticket .premium_ticket .row table.small th {
    width: 60%;
  }
  main article section.ticket .premium_ticket .row table tbody td,
  main article section.ticket .premium_ticket .row table.small tbody td {
    padding-right: 35px;
  }
  main article section.ticket .premium_ticket .row p.note {
    padding-top: 20px;
  }
  main article section.ticket .premium_ticket .row p.note small {
    line-height: 18px;
    font-size: 10px;
  }
  main article section.ticket .premium_ticket .not_privilege h3 {
    padding-left: 0;
    text-align: center;
  }
  main article section.ticket .premium_ticket .not_privilege table th {
    width: 60%;
  }
  main article section.ticket .premium_ticket .not_privilege table tbody td {
    padding-right: 35px;
  }
  main article section.ticket .advance_ticket, main article section.ticket .same-day_ticket {
    padding-top: 30px;
    width: auto;
    clear: both;
  }
  main article section.ticket .advance_ticket table, main article section.ticket .same-day_ticket table {
    margin: 0 auto 15px auto;
    width: 100%;
    line-height: 30px;
    font-size: 12px;
  }
  main article section.ticket .advance_ticket table th, main article section.ticket .advance_ticket table td, main article section.ticket .same-day_ticket table th, main article section.ticket .same-day_ticket table td {
    padding: 0;
    min-height: 30px;
  }
  main article section.ticket .advance_ticket table thead td.disabled, main article section.ticket .same-day_ticket table thead td.disabled {
    width: 44%;
  }
  main article section.ticket .advance_ticket table thead th, main article section.ticket .same-day_ticket table thead th {
    width: 28%;
  }
  main article section.ticket .advance_ticket table tbody th, main article section.ticket .same-day_ticket table tbody th {
    width: auto;
  }
  main article section.ticket .advance_ticket table tbody td, main article section.ticket .same-day_ticket table tbody td {
    padding-right: 10px;
  }
  main article section.ticket .advance_ticket ul.about, main article section.ticket .same-day_ticket ul.about {
    width: auto;
  }
  main article section.ticket .advance_ticket ul.about li, main article section.ticket .same-day_ticket ul.about li {
    line-height: 17px;
    font-size: 11px;
    font-weight: bold;
  }
  main article section.ticket ul.note {
    margin: 0 auto 90px auto;
    padding-top: 30px;
    width: auto;
  }
  main article section.ticket ul.note li {
    line-height: 18px;
    font-size: 10px;
  }
  main article section.ticket .guide {
    width: auto;
  }
  main article section.ticket .guide h4 {
    margin-bottom: 50px;
    font-size: 30px;
  }
  main article section.ticket .guide p.btn {
    margin-block: 40px;
    width: auto;
  }
  main article section.ticket .guide p.btn a {
    margin-bottom: 20px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 24px;
    font-size: 18px;
  }
  main article section.ticket .guide p.btn em {
    line-height: 24px;
    font-size: 14px;
  }
  main article section.ticket .guide p.btn small {
    line-height: 18px;
    font-size: 10px;
  }
  main article section.ticket .guide dl.terms dt button {
    padding: 20px;
    width: 100%;
    font-size: 20px;
  }
  main article section.ticket .guide dl.terms dt button:before, main article section.ticket .guide dl.terms dt button:after {
    width: 20px;
    right: 20px;
  }
  main article section.ticket .guide dl.terms dd {
    padding: 0 10px;
  }
  main article section.ticket .guide dl.terms dd p.title {
    margin-top: 10px;
    margin-bottom: 6px;
    line-height: 20px;
    font-size: 13px;
  }
  main article section.ticket .guide dl.terms dd p.text {
    line-height: 20px;
    font-size: 10px;
  }
  main article section.ticket .guide dl.terms dd ul {
    padding: 0 0 20px 0;
  }
  main article section.ticket .guide dl.terms dd ul li {
    line-height: 20px;
    font-size: 10px;
  }
  main article section.access {
    margin-bottom: 50px;
    margin-right: 10px;
    padding: 40px 20px 40px 30px;
  }
  main article section.access .inner {
    padding: 0;
  }
  main article section.access:before {
    content: "";
    width: 50vw;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: -1;
    background: #ffffff;
  }
  main article section.access dl {
    margin-bottom: 30px;
  }
  main article section.access dl dt {
    margin-bottom: 20px;
  }
  main article section.access dl dt small {
    line-height: 28px;
  }
  main article section.access dl dd a {
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000;
    font-size: 16px;
    color: #ffffff;
  }
  main article section.access p.map {
    margin-bottom: 40px;
    width: 100%;
    position: static;
  }
  main article section.access ul {
    margin-bottom: 30px;
    padding: 20px 0;
  }
  main article section.access ul li {
    padding: 4px 0;
    line-height: 26px;
    font-size: 14px;
  }
  main article section.access p.text {
    line-height: 28px;
    font-size: 14px;
  }
  main article section.access p.text small {
    padding-top: 10px;
    padding-left: 1em;
    display: block;
    font-weight: normal;
  }
  main article section.access p.text small span {
    margin-left: -1em;
    display: block;
    float: left;
  }
  main footer {
    height: 80px;
  }
  main footer p {
    width: 150px;
  }
  .pc {
    display: none !important;
  }
}