@charset "UTF-8";
/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-margin: 100px;
}

.is_pc {
  display: block;
}
@media screen and (max-width: 599px) {
  .is_pc {
    display: none;
  }
}

.is_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .is_sp {
    display: block;
  }
}

body {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #070507;
  color: #fff;
  letter-spacing: 0.2em;
}

@font-face {
  font-family: Mongolian;
  src: url(../font/monbaiti.ttf);
}
.section_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .section_inner {
    padding: 0 30px;
  }
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/*************************************************
アニメーション
*************************************************/
.fadeUp {
  transform: translateY(0);
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 599px) {
  .fadeUp {
    animation-duration: 0.3s;
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.delay-time02 {
  animation-delay: 0.2s;
}
@media screen and (max-width: 599px) {
  .delay-time02 {
    animation-delay: 0.1s;
  }
}

.delay-time04 {
  animation-delay: 0.4s;
}
@media screen and (max-width: 599px) {
  .delay-time04 {
    animation-delay: 0.2s;
  }
}

.delay-time06 {
  animation-delay: 0.6s;
}
@media screen and (max-width: 599px) {
  .delay-time06 {
    animation-delay: 0.3s;
  }
}

.delay-time08 {
  animation-delay: 0.8s;
}
@media screen and (max-width: 599px) {
  .delay-time08 {
    animation-delay: 0.4s;
  }
}

.delay-time1 {
  animation-delay: 1s;
}
@media screen and (max-width: 599px) {
  .delay-time1 {
    animation-delay: 0.5s;
  }
}

.after #fv {
  height: 138.6861313869vw;
  background-image: url(../images/after_fv_bg.png);
}
@media screen and (max-width: 599px) {
  .after #fv {
    height: 70vh;
    background-size: cover;
  }
}
.after #fv .fv_inner {
  top: 15%;
}
.after #fv .fv_inner h1 {
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .after #fv .fv_inner h1 {
    width: fit-content;
    margin: 0 auto 5px;
  }
  .after #fv .fv_inner h1 img {
    max-width: 260px;
    width: 100%;
  }
}
.after #fv .fv_inner .overview {
  display: flex;
  gap: 15px;
  align-items: baseline;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .after #fv .fv_inner .overview {
    display: block;
  }
  .after #fv .fv_inner .overview .date span {
    font-size: 16px;
  }
}
.after #fv .fv_inner .overview p {
  color: #070507;
}
@media screen and (max-width: 599px) {
  .after #fv .fv_inner .overview p {
    text-align: center;
  }
}
.after #INTRODUCTION {
  background-image: none;
  background-color: #fff;
}
.after #INTRODUCTION .section_inner {
  padding: 100px 0;
}
@media screen and (max-width: 599px) {
  .after #INTRODUCTION .section_inner {
    padding: 50px 30px;
  }
}
.after #INTRODUCTION .section_inner .after_live {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  color: #0089a3;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 50px;
  font-size: 40px;
  border-top: 2px solid #0089a3;
  border-bottom: 2px solid #0089a3;
  padding: 20px 0;
}
@media screen and (max-width: 599px) {
  .after #INTRODUCTION .section_inner .after_live {
    font-size: 26px;
  }
}
.after #INTRODUCTION .section_inner h2 {
  color: #070507;
  font-size: 26px;
}
@media screen and (max-width: 599px) {
  .after #INTRODUCTION .section_inner h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.after #INTRODUCTION .section_inner h3 {
  color: #0089a3;
  margin-bottom: 50px;
  font-size: 28px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .after #INTRODUCTION .section_inner h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.after #INTRODUCTION .section_inner .main_text {
  color: #070507;
}
.after #INTRODUCTION .section_inner .main_text span {
  display: block;
  text-align: center;
  font-size: 16px;
}
.after #OVERVIEW {
  padding-top: 100px;
}
.after #OVERVIEW .section_title {
  color: #fff !important;
}
.after #OVERVIEW h3 img {
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .after #OVERVIEW h3 img {
    display: block;
    width: 100%;
  }
}
.after #OVERVIEW .date .note {
  display: block;
  text-align: center;
  font-size: 14px;
  margin: 30px auto;
}
.after #OVERVIEW .tikect_box a {
  background-color: #0089a3 !important;
}
.after #OVERVIEW .tikect_box a:hover {
  background-color: #fff !important;
  color: #0089a3 !important;
  transition: all 0.3s;
}

/*************************************************
Afterparty FVアニメーション（ローディングなし）
*************************************************/
.after {
  /*************************************************
  Afterparty INTRODUCTIONアニメーション
  *************************************************/
  /*************************************************
  Afterparty OVERVIEWアニメーション
  *************************************************/
}
.after #fv .fv_inner h1,
.after #fv .fv_inner .overview {
  opacity: 0;
}
.after #fv h1 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}
.after #fv h1.fv-show {
  opacity: 1;
  transform: translateY(0);
}
.after #fv .overview {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.after #fv .overview.fv-show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 599px) {
  .after #fv h1,
  .after #fv .overview {
    transform: translateY(20px);
  }
  .after #fv h1.fv-show,
  .after #fv .overview.fv-show {
    transform: translateY(0);
  }
}
.after .after_live {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.after .after_live.show {
  opacity: 1;
  transform: translateY(0);
}
.after #INTRODUCTION .section_title {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.after #INTRODUCTION .section_title.show {
  opacity: 1;
  transform: translateY(0);
}
.after #INTRODUCTION h3 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.after #INTRODUCTION h3.show {
  opacity: 1;
  transform: translateY(0);
}
.after #INTRODUCTION .main_text {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.after #INTRODUCTION .main_text.show {
  opacity: 1;
  transform: translateY(0);
}
.after #INTRODUCTION .main_text p {
  display: inline-block;
}
.after #INTRODUCTION .main_text span {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  opacity: 0.8;
}
.after #OVERVIEW .section_title {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.after #OVERVIEW .section_title.show {
  opacity: 1;
  transform: translateY(0);
}
.after #OVERVIEW > .section_inner > h3 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out 0.3s, transform 0.8s ease-out 0.3s;
}
.after #OVERVIEW > .section_inner > h3.show {
  opacity: 1;
  transform: translateY(0);
}
.after #OVERVIEW .date {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.after #OVERVIEW .date.show {
  opacity: 1;
  transform: translateY(0);
}
.after #OVERVIEW .ticket {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
.after #OVERVIEW .ticket.show {
  opacity: 1;
  transform: translateY(0);
}
.after #OVERVIEW .mitsuwaza_02 {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}
.after #OVERVIEW .mitsuwaza_02.show {
  opacity: 1;
  transform: translateY(0);
}

/*************************************************
ヘッダー
*************************************************/
header {
  width: 100%;
  position: fixed;
  z-index: 100;
}
@media screen and (max-width: 599px) {
  header {
    display: none;
  }
}
header .header {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  padding-top: 30px;
  padding-right: 30px;
}
header .header li {
  font-size: 14px;
}
header .header li:hover {
  opacity: 0.7;
}

/*************************************************
FV
*************************************************/
#fv {
  position: relative;
  width: 100%;
  height: 56.2773722628vw;
  background-image: url(../images/kv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 599px) {
  #fv {
    background-image: url(../images/kv_sp.png);
    width: 100%;
    height: 70vh;
  }
}
#fv .fv_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 599px) {
  #fv .fv_inner {
    width: 100%;
    padding: 0 30px;
    top: 45%;
  }
}
#fv .fv_inner h1 {
  width: 840px;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  #fv .fv_inner h1 {
    width: 100%;
    margin-bottom: 0;
  }
  #fv .fv_inner h1 img {
    width: 100%;
  }
}
#fv .fv_inner .overview p {
  text-align: center;
  color: #a58113;
  font-size: 33px;
  letter-spacing: 0.025em;
  line-height: 1.7;
}
#fv .fv_inner .overview p span {
  font-size: 25px;
}
@media screen and (max-width: 599px) {
  #fv .fv_inner .overview p {
    font-size: 20px;
  }
}
#fv .fv_inner .overview .place {
  font-size: 19px;
}
@media screen and (max-width: 599px) {
  #fv .fv_inner .overview .place {
    font-size: 15px;
  }
}

/*************************************************
INTRODUCTION
*************************************************/
#INTRODUCTION {
  background-image: url(../images/intoroduction_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 599px) {
  #INTRODUCTION {
    background-image: url(../images/intoroduction_bg_sp.png);
    background-position: bottom center;
    background-size: contain;
  }
}
#INTRODUCTION .section_inner {
  padding: 200px 0 50px;
}
@media screen and (max-width: 599px) {
  #INTRODUCTION .section_inner {
    padding: 0px 30px 100px;
  }
}
#INTRODUCTION .section_inner .section_title {
  font-family: Mongolian;
  color: #a58113;
  font-size: 20px;
  letter-spacing: 0.4em;
  text-align: center;
  margin-bottom: 60px;
}
#INTRODUCTION .section_inner .sub_title {
  margin-bottom: 80px;
}
#INTRODUCTION .section_inner .sub_title h3 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  #INTRODUCTION .section_inner .sub_title h3 {
    font-size: 25px;
  }
}
#INTRODUCTION .section_inner .sub_title h3 span {
  font-family: Mongolian;
  letter-spacing: 0em;
}
#INTRODUCTION .section_inner .sub_title p {
  font-family: Mongolian;
  font-size: 23px;
  text-align: center;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 599px) {
  #INTRODUCTION .section_inner .sub_title p {
    font-size: 18px;
  }
}
#INTRODUCTION .section_inner .main_text {
  text-align: center;
  line-height: 3;
  font-size: 22px;
}
@media screen and (max-width: 599px) {
  #INTRODUCTION .section_inner .main_text {
    font-size: 18px;
    line-height: 2;
  }
}
#INTRODUCTION .section_inner .large li {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
#INTRODUCTION .section_inner .large li a img {
  display: block;
  width: 100%;
}
#INTRODUCTION .section_inner .large li:hover {
  opacity: 0.7;
}

/*************************************************
CONCEPT
*************************************************/
#CONCEPT {
  background-image: url(../images/concept_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#CONCEPT .section_inner {
  padding: 100px 0;
}
@media screen and (max-width: 599px) {
  #CONCEPT .section_inner {
    padding: 100px 30px;
  }
}
#CONCEPT .section_inner .section_title {
  font-family: Mongolian;
  color: #a58113;
  font-size: 30px;
  letter-spacing: 0.4em;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  #CONCEPT .section_inner .section_title {
    font-size: 20px;
  }
}
#CONCEPT .section_inner .sub_title {
  margin-bottom: 30px;
}
#CONCEPT .section_inner .sub_title p {
  font-family: Mongolian;
  font-size: 23px;
  text-align: center;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 599px) {
  #CONCEPT .section_inner .sub_title p {
    margin-bottom: 20px;
  }
}
#CONCEPT .section_inner .sub_title h3 {
  font-size: 54px;
  text-align: center;
  margin-bottom: 20px;
  font-family: Mongolian;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 599px) {
  #CONCEPT .section_inner .sub_title h3 {
    font-size: 32px;
  }
}
#CONCEPT .section_inner .sub_title span {
  color: #a58113;
  display: block;
  text-align: center;
  font-size: 26px;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  #CONCEPT .section_inner .sub_title span {
    font-size: 18px;
  }
}
#CONCEPT .section_inner .main_text {
  text-align: center;
  line-height: 1.8;
  font-size: 19px;
}
@media screen and (max-width: 599px) {
  #CONCEPT .section_inner .main_text {
    font-size: 16px;
  }
}
#CONCEPT .section_inner .main_text p {
  margin-bottom: 35px;
}
#CONCEPT .section_inner .main_text p:last-child {
  margin-bottom: 0;
}

/*************************************************
STORY
*************************************************/
#STORY {
  position: relative;
}
#STORY::before {
  position: absolute;
  content: "";
  background-image: url(../images/kabuki.svg);
  width: 340px;
  height: 526px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#STORY .section_inner {
  padding: 100px 0;
}
#STORY .section_inner .section_title {
  font-family: Mongolian;
  color: #a58113;
  font-size: 30px;
  letter-spacing: 0.4em;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  #STORY .section_inner .section_title {
    font-size: 20px;
  }
}
#STORY .section_inner h3 {
  font-size: 24px;
  letter-spacing: 0.075em;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 30px;
}
#STORY .section_inner .main_text {
  text-align: center;
  line-height: 2;
  font-size: 19px;
}
@media screen and (max-width: 599px) {
  #STORY .section_inner .main_text {
    font-size: 16px;
    line-height: 1.8;
  }
}
#STORY .section_inner .main_text p {
  margin-bottom: 10px;
}
#STORY .section_inner .movie {
  max-width: 700px;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  background-color: darkgray;
  margin: 30px auto 200px;
}
@media screen and (max-width: 599px) {
  #STORY .section_inner .movie {
    margin: 30px auto 100px;
  }
}

#OVERVIEW .section_inner .section_title {
  font-family: Mongolian;
  color: #a58113;
  font-size: 30px;
  letter-spacing: 0.4em;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  #OVERVIEW .section_inner .section_title {
    font-size: 20px;
  }
}
#OVERVIEW .section_inner h3 {
  font-size: 24px;
  letter-spacing: 0.075em;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  #OVERVIEW .section_inner h3 {
    font-size: 18px;
  }
}
#OVERVIEW .section_inner .date {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 50px;
}
#OVERVIEW .section_inner .date p {
  text-align: center;
  font-size: 19px;
}
@media screen and (max-width: 599px) {
  #OVERVIEW .section_inner .date p {
    font-size: 16px;
  }
}
#OVERVIEW .section_inner .date span {
  display: block;
  text-align: center;
  font-size: 30px;
}
@media screen and (max-width: 599px) {
  #OVERVIEW .section_inner .date span {
    font-size: 20px;
  }
}
#OVERVIEW .section_inner .date .place {
  font-size: 19px;
}
@media screen and (max-width: 599px) {
  #OVERVIEW .section_inner .date .place {
    font-size: 16px;
  }
}
#OVERVIEW .section_inner .ticket {
  text-align: center;
  line-height: 1.7;
}
#OVERVIEW .section_inner .ticket h3 {
  max-width: 700px;
  width: 100%;
  background-color: #fff;
  color: #070507;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 50px;
}
#OVERVIEW .section_inner .ticket .price {
  margin-bottom: 30px;
}
#OVERVIEW .section_inner .ticket .price p {
  text-align: center;
  font-size: 19px;
}
@media screen and (max-width: 599px) {
  #OVERVIEW .section_inner .ticket .price p {
    font-size: 16px;
  }
}
#OVERVIEW .section_inner .ticket .tikect_box {
  max-width: 700px;
  width: 100%;
  border: 1px solid #fff;
  margin: 0 auto 0px;
  padding: 30px;
}
@media screen and (max-width: 599px) {
  #OVERVIEW .section_inner .ticket .tikect_box {
    padding: 20px;
  }
}
#OVERVIEW .section_inner .ticket .tikect_box p {
  text-align: center;
  font-size: 19px;
}
@media screen and (max-width: 599px) {
  #OVERVIEW .section_inner .ticket .tikect_box p {
    font-size: 15px;
  }
}
#OVERVIEW .section_inner .ticket .tikect_box a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5c4c00;
  color: #fff;
  max-width: 330px;
  width: 100%;
  padding: 10px 0;
  font-size: 21px;
  letter-spacing: 0.075em;
  margin: 30px auto;
  transition: all 0.3s;
}
@media screen and (max-width: 599px) {
  #OVERVIEW .section_inner .ticket .tikect_box a {
    font-size: 16px;
  }
}
#OVERVIEW .section_inner .ticket .tikect_box a:hover {
  background-color: #fff;
  color: #5c4c00;
  transition: all 0.3s;
}
#OVERVIEW .section_inner .ticket .tikect_box span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.075em;
}
#OVERVIEW .section_inner .after_banner {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 100px auto;
}
#OVERVIEW .section_inner .after_banner img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 599px) {
  #OVERVIEW .section_inner .after_banner {
    margin-bottom: 100px;
  }
}
#OVERVIEW .section_inner .after_banner:hover {
  opacity: 0.7;
}
#OVERVIEW .mitsuwaza_02 {
  display: block;
  width: 100%;
}

/*************************************************
CAST
*************************************************/
#CAST {
  background-color: #5c4c00;
}
#CAST .section_inner {
  padding: 200px 0;
}
@media screen and (max-width: 599px) {
  #CAST .section_inner {
    padding: 100px 30px;
  }
}
#CAST .section_inner .section_title {
  font-family: Mongolian;
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.4em;
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 599px) {
  #CAST .section_inner .section_title {
    font-size: 20px;
    margin-bottom: 50px;
  }
}
#CAST .section_inner .cast_warap .cast_inner_01 {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 125px;
}
@media screen and (max-width: 599px) {
  #CAST .section_inner .cast_warap .cast_inner_01 {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
  }
}
#CAST .section_inner .cast_warap .cast_inner_01:last-child {
  margin-bottom: 0;
}
#CAST .section_inner .cast_warap .cast_inner_01 img {
  display: block;
  max-width: 352px;
  min-width: 200px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  #CAST .section_inner .cast_warap .cast_inner_01 img {
    max-width: 100%;
  }
}
#CAST .section_inner .cast_warap .cast_inner_01 .cast_text {
  max-width: 480px;
  width: 100%;
}
#CAST .section_inner .cast_warap .cast_inner_01 .cast_text h3 {
  font-size: 24px;
  letter-spacing: 0.075em;
  line-height: 1.6;
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  #CAST .section_inner .cast_warap .cast_inner_01 .cast_text h3 {
    text-align: center;
  }
}
#CAST .section_inner .cast_warap .cast_inner_01 .cast_text p {
  font-size: 14px;
  line-height: 1.5;
}
#CAST .section_inner .cast_warap .cast_inner_02 {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}
#CAST .section_inner .cast_warap .cast_inner_02 li {
  max-width: 411px;
  width: 100%;
}
#CAST .section_inner .cast_warap .cast_inner_02 li img {
  width: 100%;
  display: block;
}
#CAST .section_inner .cast_warap .cast_inner_02 li h3 {
  text-align: center;
  font-size: 27px;
  margin: 15px 0;
}
#CAST .section_inner .cast_warap .cast_inner_02 li p {
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.075em;
}

/*************************************************
フッター
*************************************************/
footer .section_inner {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media screen and (max-width: 599px) {
  footer .section_inner {
    padding: 100px 30px 50px;
  }
}
footer .section_inner .access {
  text-align: center;
  margin-bottom: 30px;
}
footer .section_inner .access .access_text {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  footer .section_inner .access .access_text {
    font-size: 16px;
  }
}
footer .section_inner .access .access_img {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 599px) {
  footer .section_inner .access .access_img {
    flex-direction: column;
  }
}
footer .section_inner .access .access_img img {
  display: block;
  max-width: 500px;
  width: 100%;
}
footer .section_inner .access .access_img .gamp {
  max-width: 500px;
  width: 100%;
}
footer .section_inner .access .access_img .gamp iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  footer .section_inner .access .access_img .gamp {
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
}
footer .section_inner .sponsor {
  margin: 100px auto;
  width: 100%;
  height: auto;
}
footer .section_inner .sponsor p {
  text-align: center;
  font-size: 25px;
  line-height: 1.8;
  margin-bottom: 30px;
}
footer .section_inner .sponsor .large li {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
footer .section_inner .sponsor .large li a {
  display: block;
}
footer .section_inner .sponsor .large li a img {
  display: block;
  width: 100%;
}
footer .section_inner .sponsor .medium li {
  max-width: 400px;
  width: 100%;
  margin: 0 auto 30px;
}
footer .section_inner .sponsor .medium li a {
  display: block;
}
footer .section_inner .sponsor .medium li a img {
  display: block;
  width: 100%;
}
footer .section_inner .sponsor .medium li:hover {
  opacity: 0.7;
}
footer .section_inner .sponsor .small {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
footer .section_inner .sponsor .small li {
  width: fit-content;
}
footer .section_inner .sponsor .small li a {
  display: block;
}
footer .section_inner .sponsor .small li a img {
  display: block;
  max-width: 200px;
  width: 100%;
}
footer .section_inner .sponsor .small li:hover {
  opacity: 0.7;
}
footer .section_inner .operation {
  margin: 100px auto;
  text-align: center;
  margin-bottom: 30px;
}
footer .section_inner .operation .operation_link {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
}
footer .section_inner .operation .operation_link a {
  display: block;
  width: 190px;
}
footer .section_inner .operation .operation_link a img {
  display: block;
  width: 100%;
}
footer .section_inner .operation .operation_text {
  font-size: 25px;
  line-height: 1.8;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  footer .section_inner .operation .operation_text {
    font-size: 18px;
  }
}
footer .section_inner .note {
  margin-bottom: 100px;
}
footer .section_inner .note span {
  display: block;
  text-align: center;
  font-size: 19px;
  margin-bottom: 15px;
}
footer .section_inner .note p {
  font-size: 14px;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.025em;
}
footer .section_inner .copyright {
  text-align: center;
  line-height: 1.6;
}

/*************************************************
ローディングアニメーション
*************************************************/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #070507;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 1;
  transition: opacity 0.8s ease-out;
}
#loading.loaded {
  opacity: 0;
  pointer-events: none;
}

.loading-logo {
  width: 400px;
  opacity: 0;
  animation: logoFadeIn 1.5s ease-out forwards;
}
@media screen and (max-width: 599px) {
  .loading-logo {
    width: 280px;
  }
}
.loading-logo img {
  width: 100%;
  filter: drop-shadow(0 0 20px rgba(165, 129, 19, 0.3));
}

@keyframes logoFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.loading-text {
  margin-top: 40px;
  font-family: "Zen Old Mincho", serif;
  color: #a58113;
  font-size: 14px;
  letter-spacing: 0.3em;
  opacity: 0;
  animation: textFadeIn 1s ease-out 0.8s forwards;
}

@keyframes textFadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.loading-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #a58113, transparent);
  animation: loadingBar 2s ease-in-out forwards;
}

@keyframes loadingBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/*************************************************
  FVアニメーション
  *************************************************/
#fv .fv_inner h1,
#fv .fv_inner .overview {
  opacity: 0;
}

#fv h1 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}
#fv h1.fv-show {
  opacity: 1;
  transform: translateY(0);
}

#fv .overview {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
#fv .overview.fv-show {
  opacity: 1;
  transform: translateY(0);
}

#fv::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 0%;
  background: linear-gradient(180deg, transparent 0%, rgba(165, 129, 19, 0.8) 30%, rgba(165, 129, 19, 0.8) 70%, transparent 100%);
  opacity: 0;
  animation: verticalLine 1.5s ease-out 2.5s;
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  #fv::before {
    display: none;
  }
}

@keyframes verticalLine {
  0% {
    opacity: 0;
    height: 0%;
  }
  50% {
    opacity: 1;
    height: 100%;
  }
  100% {
    opacity: 0;
    height: 100%;
  }
}
#fv::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(165, 129, 19, 0.6) 30%, rgba(165, 129, 19, 0.6) 70%, transparent 100%);
  opacity: 0;
  animation: horizontalLine 1.5s ease-out 3s;
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  #fv::after {
    display: none;
  }
}

@keyframes horizontalLine {
  0% {
    opacity: 0;
    width: 0%;
  }
  50% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #fv h1,
  #fv .overview {
    transform: translateY(20px);
  }
  #fv h1.fv-show,
  #fv .overview.fv-show {
    transform: translateY(0);
  }
}
/*************************************************
INTRODUCTIONアニメーション
*************************************************/
#INTRODUCTION .section_title {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
#INTRODUCTION .section_title.show {
  opacity: 1;
  transform: translateY(0);
}

#INTRODUCTION .sub_title h3 {
  opacity: 0;
}
#INTRODUCTION .sub_title h3.show {
  animation: slideInFromSides 1.2s ease-out forwards;
}

@keyframes slideInFromSides {
  0% {
    opacity: 0;
    letter-spacing: 2em;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    letter-spacing: 0.2em;
    transform: scale(1);
  }
}
#INTRODUCTION .sub_title p {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out 0.4s, transform 0.8s ease-out 0.4s;
}
#INTRODUCTION .sub_title p.show {
  opacity: 1;
  transform: translateY(0);
}

#INTRODUCTION .main_text {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
#INTRODUCTION .main_text.show {
  opacity: 1;
  transform: translateY(0);
}
#INTRODUCTION .main_text p {
  display: inline-block;
}

/*************************************************
CONCEPTアニメーション
*************************************************/
#CONCEPT {
  position: relative;
  background-attachment: fixed;
}
@media screen and (max-width: 599px) {
  #CONCEPT {
    background-attachment: scroll;
  }
}

#CONCEPT .section_title {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
#CONCEPT .section_title.show {
  opacity: 1;
  transform: translateY(0);
}

#CONCEPT .sub_title p {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
#CONCEPT .sub_title p.show {
  opacity: 1;
  transform: translateY(0);
}

#CONCEPT .sub_title h3 {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
#CONCEPT .sub_title h3.show {
  opacity: 1;
  transform: scale(1);
}

#CONCEPT .sub_title span {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
#CONCEPT .sub_title span:first-of-type {
  transition-delay: 0.5s;
}
#CONCEPT .sub_title span:last-of-type {
  transition-delay: 0.7s;
}
#CONCEPT .sub_title span.show {
  opacity: 1;
  transform: translateX(0);
}

#CONCEPT .main_text p {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
#CONCEPT .main_text p:nth-child(1) {
  transition-delay: 0.9s;
}
#CONCEPT .main_text p:nth-child(2) {
  transition-delay: 1.1s;
}
#CONCEPT .main_text p:nth-child(3) {
  transition-delay: 1.3s;
}
#CONCEPT .main_text p:nth-child(4) {
  transition-delay: 1.5s;
}
#CONCEPT .main_text p.show {
  opacity: 1;
  transform: translateY(0);
}

/*************************************************
STORYアニメーション
*************************************************/
#STORY .section_title {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
#STORY .section_title.show {
  opacity: 1;
  transform: translateY(0);
}

#STORY .main_text p {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
#STORY .main_text p:nth-child(1) {
  transition-delay: 0.3s;
}
#STORY .main_text p:nth-child(2) {
  transition-delay: 0.6s;
}
#STORY .main_text p:nth-child(3) {
  transition-delay: 0.9s;
}
#STORY .main_text p:nth-child(4) {
  transition-delay: 1.2s;
}
#STORY .main_text p:nth-child(5) {
  transition-delay: 1.5s;
}
#STORY .main_text p:nth-child(6) {
  transition-delay: 1.8s;
}
#STORY .main_text p.show {
  opacity: 1;
  transform: translateY(0);
}

#STORY .movie {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 1s ease-out 2.1s, transform 1s ease-out 2.1s;
}
#STORY .movie.show {
  opacity: 1;
  transform: scale(1);
}

/*************************************************
OVERVIEWアニメーション
*************************************************/
#OVERVIEW .section_title {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
#OVERVIEW .section_title.show {
  opacity: 1;
  transform: translateY(0);
}

#OVERVIEW > .section_inner > h3 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out 0.3s, transform 0.8s ease-out 0.3s;
}
#OVERVIEW > .section_inner > h3.show {
  opacity: 1;
  transform: translateY(0);
}

#OVERVIEW .date {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
#OVERVIEW .date.show {
  opacity: 1;
  transform: translateY(0);
}

#OVERVIEW .ticket {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
#OVERVIEW .ticket.show {
  opacity: 1;
  transform: translateY(0);
}

#OVERVIEW .mitsuwaza_02 {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}
#OVERVIEW .mitsuwaza_02.show {
  opacity: 1;
  transform: translateY(0);
}

/*************************************************
CASTアニメーション
*************************************************/
#CAST .section_title {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
#CAST .section_title.show {
  opacity: 1;
  transform: translateY(0);
}

#CAST .cast_inner_01 {
  opacity: 0;
}
#CAST .cast_inner_01:first-child {
  transform: translateX(-50px);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
#CAST .cast_inner_01:last-of-type {
  transform: translateX(50px);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
#CAST .cast_inner_01.show {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 599px) {
  #CAST .cast_inner_01:first-child, #CAST .cast_inner_01:last-of-type {
    transform: translateY(30px);
  }
  #CAST .cast_inner_01.show {
    transform: translateY(0);
  }
}

#CAST .cast_inner_02 li {
  opacity: 0;
  transform: translateY(50px) scale(0.95);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
#CAST .cast_inner_02 li:nth-child(1) {
  transition-delay: 0.9s;
}
#CAST .cast_inner_02 li:nth-child(2) {
  transition-delay: 1.1s;
}
#CAST .cast_inner_02 li:nth-child(3) {
  transition-delay: 1.3s;
}
#CAST .cast_inner_02 li:nth-child(4) {
  transition-delay: 1.5s;
}
#CAST .cast_inner_02 li.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}