@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Zen+Kaku+Gothic+Antique&display=swap");
.dispLL {
  display: none;
}

.dispLM {
  display: none;
}

.dispLS {
  display: none;
}

@media screen and (min-width: 769px) {
  .dispL {
    display: block !important;
  }
  .dispM {
    display: none !important;
  }
}
@media screen and (max-width: 768.9px) {
  .dispL {
    display: none !important;
  }
  .dispM {
    display: block !important;
  }
}
@media screen and (max-width: 1500px) {
  .dispLL {
    display: block !important;
  }
}
@media screen and (max-width: 512px) {
  .dispS-n {
    display: none !important;
  }
}
@media screen and (max-width: 375px) {
  .dispS-n {
    display: none !important;
  }
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  font-size: 0.875rem;
  line-height: 1.75;
  font-weight: 300;
  font-family: "Kosugi", sans-serif;
  letter-spacing: 0.15em;
  color: #000;
}

header, nav, article, aside, section, footer {
  display: block;
}

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

a {
  color: #000;
  text-decoration: underline;
}

ul {
  list-style: none;
}

#container {
  background: #FFF;
}

#container-main {
  width: 100%;
  margin: 0;
}

.section-title {
  border-top: 2px solid #000;
  font-size: clamp(24px, 4.8vw, 70px);
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  font-feature-settings: "palt" 1;
  text-align: center;
  padding-top: calc(8vw + 50px);
  margin-top: calc(2vw + 30px);
}

.item-underline {
  border-bottom: 1px solic #000;
}

.item-note {
  font-size: 0.8125rem;
}

.item-underline {
  border-bottom: dotted 3px #000;
  font-weight: bold;
}
@media screen and (max-width: 512px) {
  .item-underline {
    border-bottom: dotted 2px #000;
  }
}

.caution {
  padding-left: 20px;
  font-size: 0.8125rem;
}
.caution:before {
  content: "※";
  position: relative;
  top: 0;
  left: 0;
}

.budokan {
  background-color: #000;
  color: #FFF;
}
.budokan .caution {
  color: #AA0000;
}
.budokan a {
  color: #AA0000;
  text-decoration: underline;
}

.tour {
  background-color: #FFF;
  color: #000;
}
.tour .caution {
  color: #000099;
}
.tour a {
  color: #000099;
  text-decoration: underline;
}

.block-fv {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.block-fv .innerblock-info {
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 10px 5px;
}
.block-fv .innerblock-info > img {
  width: 100%;
  max-width: 1118px;
  margin: 0 auto;
}
.block-fv .innerblock-poster {
  width: 100%;
  margin: auto;
  position: relative;
}
.block-fv .innerblock-poster > img {
  width: 100%;
}
.block-fv .innerblock-poster.shadow:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 25px;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #000, transparent);
}

.inner-container {
  padding-bottom: calc(8vw + 50px);
}

.block-main {
  width: 100%;
}
.block-main + .block-main {
  padding-top: calc(2vw + 50px);
}
.block-main > * {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.block-main > *.w100 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.block-main .innerblock-title .content-title {
  font-size: clamp(24px, 4.8vw, 70px);
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  font-feature-settings: "palt" 1;
  text-align: center;
  padding: calc(2vw + 50px) 0 calc(2vw + 30px);
}

.box-story {
  width: 90%;
  max-width: 800px;
  margin: auto;
  padding-top: calc(1vw + 30px);
}
.box-story .item-story {
  padding-top: 40px;
  font-size: clamp(14px, 1.8vw, 16px);
  font-feature-settings: "palt" 1;
}

.box-comment {
  width: 100%;
  margin: auto;
}
.box-comment .item-comment {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  gap: calc(3vw + 50px) 8%;
}
.box-comment .item-comment li {
  width: 40%;
  font-size: 0.8125rem;
}
.box-comment .item-comment li .item-image {
  max-width: 300px;
  margin: auto;
}
.box-comment .item-comment li .item-name {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  font-feature-settings: "palt" 1;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 512px) {
  .box-comment .item-comment li .item-name {
    font-size: 1rem;
  }
}
@media screen and (max-width: 512px) {
  .box-comment .item-comment li {
    width: 100%;
  }
}

.box-movie {
  margin-top: calc(4vw + 50px);
}
.box-movie iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.stripe1 {
  background-color: #171717;
  opacity: 1;
  background: repeating-linear-gradient(-45deg, #000, #000 16px, #171717 16px, #171717 80px);
  background-attachment: fixed;
}

.stripe2 {
  background-color: #171717;
  opacity: 1;
  background: repeating-linear-gradient(45deg, #000, #000 16px, #171717 16px, #171717 80px);
  background-attachment: fixed;
}

.stripe3 {
  background-color: #fbfaf9;
  opacity: 1;
  background: repeating-linear-gradient(-45deg, #FFF, #FFF 16px, #fbfaf9 16px, #fbfaf9 80px);
  background-attachment: fixed;
}

.stripe4 {
  background-color: #fbfaf9;
  opacity: 1;
  background: repeating-linear-gradient(45deg, #FFF, #FFF 16px, #fbfaf9 16px, #fbfaf9 80px);
  background-attachment: fixed;
}

.box-ticket {
  width: 90%;
  margin: auto;
  text-align: center;
}
.box-ticket.w100 {
  width: 100%;
}
.box-ticket .item-subtitle {
  padding-bottom: 10px;
}
.box-ticket .item-subtitle span {
  font-size: 0.8125rem;
}
.box-ticket .item-img {
  width: 100%;
  max-width: 500px;
  margin: 10px auto;
}
.box-ticket .innerbox-ticket {
  width: 100%;
  padding: calc(1vw + 30px) 0;
  border-bottom: 4px solid #000;
  text-align: left;
}
.box-ticket .innerbox-ticket.first {
  margin-top: calc(1vw + 30px);
  border-top: 4px solid #000;
}
.box-ticket .innerbox-ticket > * {
  width: 90%;
  margin: auto;
}
.box-ticket .innerbox-ticket .item-subtitle_s {
  font-size: clamp(17px, 2.8vw, 24px);
  position: relative;
  padding-left: clamp(20px, 2.9vw, 28px);
}
.box-ticket .innerbox-ticket .item-subtitle_s:before {
  content: "＊";
  position: absolute;
  top: 0;
  left: 0;
}
.box-ticket .innerbox-ticket .item-detail {
  font-size: 0.8125rem;
  padding-top: 10px;
}

.box-schedule {
  text-align: center;
}
.box-schedule .item-subtitle {
  padding-bottom: 10px;
  font-size: clamp(17px, 2.8vw, 24px);
}
.box-schedule .item-img {
  width: 100%;
  max-width: 500px;
  margin: 10px auto;
}
.box-schedule .innerbox-schedule {
  padding: calc(1vw + 20px) 4%;
  background: rgba(34, 34, 34, 0.6);
  text-align: left;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 0 3%;
}
.box-schedule .innerbox-schedule.first {
  margin-top: calc(1vw + 30px);
}
.box-schedule .innerbox-schedule:nth-child(even) {
  background: rgba(68, 68, 68, 0.4);
}
.box-schedule .innerbox-schedule .item-subtitle_s {
  font-size: 0.875rem;
  line-height: 1.75;
  font-weight: 300;
  font-family: "Kosugi", sans-serif;
  letter-spacing: 0.15em;
}
.box-schedule .innerbox-schedule .item-area {
  font-size: clamp(16px, 1.8vw, 20px);
}
.box-schedule .innerbox-schedule .item-date {
  font-size: clamp(16px, 1.8vw, 20px);
}
.box-schedule .innerbox-schedule .item-date span {
  font-size: 0.8125rem;
}
.box-schedule .innerbox-schedule .item-time {
  font-size: 0.8125rem;
}
.box-schedule .innerbox-schedule .item-place span {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
}
@media screen and (max-width: 768.9px) {
  .box-schedule .innerbox-schedule {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .box-schedule .innerbox-schedule .item-time {
    width: 100%;
    padding-top: 8px;
    text-align: center;
  }
  .box-schedule .innerbox-schedule .item-place {
    width: 100%;
    padding-top: 8px;
    text-align: center;
  }
}

.box-tourschedule {
  text-align: center;
}
.box-tourschedule .item-subtitle {
  padding-bottom: 10px;
}
.box-tourschedule .item-img {
  width: 100%;
  max-width: 500px;
  margin: 10px auto;
}
.box-tourschedule .innerbox-schedule {
  padding: calc(1vw + 20px) 4%;
  background: rgba(34, 34, 34, 0.04);
  text-align: left;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 0 3%;
}
.box-tourschedule .innerbox-schedule.first {
  margin-top: calc(1vw + 30px);
}
.box-tourschedule .innerbox-schedule:nth-child(even) {
  background: rgba(255, 255, 255, 0.6);
}
.box-tourschedule .innerbox-schedule .item-subtitle_s {
  font-size: 0.875rem;
  line-height: 1.75;
  font-weight: 300;
  font-family: "Kosugi", sans-serif;
  letter-spacing: 0.15em;
}
.box-tourschedule .innerbox-schedule .item-area {
  font-size: clamp(16px, 1.8vw, 20px);
}
.box-tourschedule .innerbox-schedule .item-date {
  font-size: clamp(16px, 1.8vw, 20px);
}
.box-tourschedule .innerbox-schedule .item-date span {
  font-size: 0.8125rem;
}
.box-tourschedule .innerbox-schedule .item-time {
  font-size: 0.8125rem;
}
.box-tourschedule .innerbox-schedule .item-place span {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
}
@media screen and (max-width: 768.9px) {
  .box-tourschedule .innerbox-schedule {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .box-tourschedule .innerbox-schedule .item-time {
    width: 100%;
    padding-top: 8px;
    text-align: center;
  }
  .box-tourschedule .innerbox-schedule .item-place {
    width: 100%;
    padding-top: 8px;
    text-align: center;
  }
}

.box-credit {
  text-align: center;
}
.box-credit .innerbox-credit + .innerbox-credit {
  padding-top: calc(3vw + 20px);
}
.box-credit .innerbox-credit .item-title {
  padding-bottom: calc(1vw + 10px);
  opacity: 0.6;
}
.box-credit .innerbox-credit img {
  max-width: 100px;
  margin: auto;
}

.box-contact {
  text-align: center;
}
.box-contact .innerbox-contact + .innerbox-contact {
  padding-top: calc(1vw + 20px);
}
.box-contact .innerbox-contact .item-title {
  padding-bottom: calc(1vw + 10px);
}
.box-contact .innerbox-contact .item-small {
  font-size: 0.6875rem;
  line-height: 1.25;
}
@media screen and (max-width: 512px) {
  .box-contact .innerbox-contact .item-small {
    font-size: 0.6875rem;
  }
}
.box-contact .innerbox-contact p + p {
  margin-top: calc(1vw + 20px);
}
.box-contact .innerbox-contact strong {
  font-weight: 500;
}

footer {
  padding-top: calc(3vw + 40px);
  background: #000;
  color: #FFF;
}
footer .block-footer {
  text-align: center;
}
footer .block-footer .box-logo .item-banner {
  max-width: 100px;
  margin: auto;
}
footer .block-footer .box-sns {
  margin-top: calc(1vw + 20px);
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 3%;
}
footer .block-footer .box-sns > * {
  width: 20px;
}
footer .block-footer .box-062 {
  margin-top: calc(2vw + 40px);
  font-size: 0.6875rem;
  line-height: 1.25;
}
@media screen and (max-width: 512px) {
  footer .block-footer .box-062 {
    font-size: 0.6875rem;
  }
}
footer .block-footer .box-062 .item-banner {
  max-width: 300px;
  margin: auto;
}
footer .block-footer .box-copy {
  margin-top: calc(3vw + 50px);
  padding-bottom: calc(1vw + 20px);
  font-size: 0.6875rem;
  line-height: 1.25;
  font-family: "Ubuntu", sans-serif;
}
@media screen and (max-width: 512px) {
  footer .block-footer .box-copy {
    font-size: 0.6875rem;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mtM {
  margin-top: calc(1vw + 30px);
}/*# sourceMappingURL=style-common.css.map */