@charset "UTF-8";
body {
  min-width: 100%;
}

.inner {
  width: 100%;
  max-width: 100%;
  padding: 0 4.5vw;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

/**********************************************************
 * header
 **********************************************************/
header {
  height: 0;
  padding: 0;
}
header nav {
  display: none;
}
header nav.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  background-image: url("../img/bg_grid.svg");
}
header nav.active ul {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  flex-direction: column;
  align-items: center;
  gap: 10vw 0;
  width: 100%;
}
header nav a {
  width: 100%;
  height: auto;
  padding-left: 0;
}

.menu_trigger {
  position: fixed;
  top: 0;
  right: 0;
}

.menu_trigger .menu_line {
  position: relative;
  width: 13.333vw;
  height: 13.333vw;
  background-color: #bc7719;
  cursor: pointer;
}

.menu_trigger .menu_line span {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 7.466vw;
  height: 0.5333vw;
  background: #fff;
  transition: all 0.4s;
}

.menu_trigger .menu_line span:nth-of-type(1) {
  top: 4vw;
}

.menu_trigger .menu_line span:nth-of-type(2) {
  top: 6.4vw;
}

.menu_trigger .menu_line span:nth-of-type(3) {
  bottom: 4vw;
}

.menu_trigger.active span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.menu_trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu_trigger.active span:nth-of-type(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

/**********************************************************
 * main
 **********************************************************/
main {
  margin-top: 0;
}

.title_section .align_center {
  max-width: 100%;
}

#description .title_description {
  font-size: 2.2rem;
  text-align: left;
}
#description .text_description {
  width: 100%;
  font-size: 1.6rem;
}
.movie {
  max-width: none;
  margin: 10vw auto;
}
#description .info {
  width: 100%;
}
#description .info h3 {
  font-size: 1.6rem;
}
#description .info h4 {
  margin-top: 1em;
  text-align: center;
  color: #fff;
}
#description .info p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
#description .info .staff {
  margin-top: 1em;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#description .info .staff dt {
  width: 30%;
  text-align: right;
  margin-left: 0 !important;
}
#description .info .staff dd {
  width: 50%;
  text-align: left;
}
#description .info .cast {
  margin-top: 1em;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
}
#description .info .cast li {
  display: inline-block;
}
#description .info .cast li::after {
  content: "、";
}
#description .info .cast li:last-child::after {
  content: inherit;
}

#news {
  background-size: 100% 40px, 30% 30%;
  padding: 50px 0;
}
#news dl {
  font-size: 1.6rem;
  width: 90%;
  padding: 5%;
}
#news dl > * {
  padding: 0.5em 0;
}
#news dl dt {
  float: none;
  padding: 0.5em 0 0;
  width: 100%;
}
#news dl dt:first-of-type {
  padding: 0;
}
#news dl dd {
  padding: 0.25em 0 0.5em 0;
  border-bottom: solid 1px #be9d43;
}

#schedule dl dd {
  font-size: 2rem;
}
#schedule dl dd .date,
#schedule dl dd .venue {
  font-size: 2.4rem;
}

#ticket .note {
  text-align: left;
  line-height: 170%;
}
#ticket .pre {
  width: 90%;
  padding: 8% 5%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  background-image: none;
  background-color: #9f9f9f;
  border: 1px solid #aa1000;
  font-size: 2rem;
}
#ticket .pre .title_pre {
  margin-bottom: 20px;
  padding: 0;
  font-size: 2.6rem;
}
#ticket .pre .l-link {
  flex-direction: column;
  gap: 20px 0;
  margin-top: 20px;
}
#ticket .general {
  font-size: 1.8rem;
  margin: 20px auto;
}

#goods .goods_title {
  margin-bottom: 20px;
}
#goods .box {
  padding: 8vw 5%;
  width: 90%;
}
#goods .box p.text-center {
  text-align: left;
  margin-top: 8vw;
}
#goods .title_goods {
  padding-top: 20px;
  border-top: solid 1px #fff000;
  margin-bottom: 10px;
}
#goods .row_item {
  border-bottom: none;
}
#goods .row_item .item {
  margin-top: 20px;
}
#goods .row_item .item img {
  width: 75% !important;
}
#goods .row_item .flex {
  display: block !important;
}
#goods .row_item .flex .item {
  width: 100% !important;
  padding: 0 0 20px 0;
}
#goods .row_item .flex .item img {
  width: 75%;
}
#goods .row_item .flex.separate .item + .item {
  border-left: none;
}
#goods .note {
  font-size: 1.4rem;
}

#about p {
  width: 90%;
}

#banner .inner {
  flex-direction: column;
  gap: 5vw;
}

/**********************************************************
 * footer
 **********************************************************/
footer .organizer img {
  height: 20vw;
  margin: 0 5vw;
}