@charset "utf-8";

/* Define
--------------------------------------*/
:root {
  --maincolor: #000;
  --txtcolor: #272727;
}

/* Recet
--------------------------------------*/
html {
  color: #000;

}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

/* Common
--------------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 58px;
  position: relative;
}

body {
  font-family: "Noto Sans JP", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  position: relative;
}

#container {
  background: var(--maincolor);
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a img {
  transition: all ease .4s;
}

a img:hover {
  opacity: .7;
}

p {
  word-break: break-all;
}

strong {
  font-weight: bold;
}

.none {
  display: none;
}

.inner {
  width: 70%;
  max-width: 1200px;
  margin: 0 auto;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.fade_up {
  transform: translateY(30px);
  opacity: 0;
  transition: all ease 0.4s;
}

.fade_up.scrolled {
  opacity: 1;
  transform: translateY(0px);
}

.fade_left {
  transform: translateX(-30px);
  opacity: 0;
  transition: all ease 0.4s;
}

.fade_left.scrolled {
  opacity: 1;
  transform: translateX(0px);
}

.fade_right {
  transform: translateX(30px);
  opacity: 0;
  transition: all ease 0.4s;
}

.fade_right.scrolled {
  opacity: 1;
  transform: translateX(0px);
}

.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
  box-sizing: border-box;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.floatingX {
  animation: floatingX 1s ease-in-out infinite alternate-reverse;
}

@keyframes floatingX {
  0% {
    transform: translateX(-3%);
  }

  100% {
    transform: translateX(3%);
  }
}



/* navigation */
#header #pcNav {
  height: 100%;
  align-items: center;
}

#header #pcNav li {
  text-align: center;
}

#header #pcNav li a {
  color: #fff;
  display: block;
  padding: 4px 8px;
  box-sizing: border-box;
  transition: all ease 0.4s;
  position: relative;
}

#header #pcNav li a::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all ease 0.4s;
}

#header .topArea {
  position: relative;
  min-height: 80px;
}

#header #spNav {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1000;
  transition: all ease 0.4s;
}

#header #spNav .toggle {
  display: block;
  position: relative;
  width: 1.95rem;
  height: 1.5rem;
  cursor: pointer;
}

#header #spNav .toggle i {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background-color: #fff;
  position: absolute;
  transition: all ease 0.4s;
}

#header.show #spNav .toggle i {
  background-color: #fff;
}

#header #spNav .toggle i:nth-child(1) {
  top: 0;
}

#header #spNav .toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

#header #spNav .toggle i:nth-child(3) {
  bottom: 0;
}

#header.show .toggle i:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}

#header.show .toggle i:nth-child(2) {
  opacity: 0;
}

#header.show .toggle i:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}

#header #spMenu {
  position: fixed;
  z-index: -100;
  display: block;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}

#header.scrolled {
  background: var(--maincolor);
}

#header.show #spMenu {
  opacity: 1;
  visibility: visible;
  z-index: 900;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/bg1.png) no-repeat, #000;
  background-position: top center;
  background-size: 100% auto;
  border-bottom: 2px solid #fff;
}

#header #spMenu ul {
  display: none;
}

#header.show #spMenu .spInner {
  position: relative;
  height: 100vh;
}

#header.show #spMenu ul {
  display: block;
  width: 100%;
  padding: 8%;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#header #spMenu a {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  padding: 4px 0;
  letter-spacing: 0.01em;
  display: block;
  margin-bottom: 10px;
  font-family: serif;
  transition: all ease 0.4s;
  cursor: pointer;
}


#header.show #spMenu ul#snsNavSp {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
}

#snsNavSp li {
  width: 8%;
  padding-right: 20px;
}

#header .logo img {
  transition: all ease 0.4s;
}


/* loop slider */
.slider {
  padding: 4% 0 8%;
}

.slider img {
  width: 100%;
  max-height: 220px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: all ease 0.4s;
  cursor: pointer;
}

#snsBtn.show {
  opacity: 1;
  transform: translateY(0px);
}

#snsBtn {
  opacity: 0;
  transform: translateY(20px);
  position: fixed;
  bottom: 280px;
  right: 18px;
  z-index: 1000;
  width: 10%;
  max-width: 46px;
  transition: all ease 0.4s;
}

#snsBtn img {
  border-radius: 50%;
  display: block;
  margin-bottom: 12px;
  transition: all ease 0.4s;
}


#ticketBtn.show {
  opacity: 1;
  transform: translateY(0px);
}

#ticketBtn {
  opacity: 0;
  transform: translateY(20px);
  position: fixed;
  bottom: 100px;
  right: -10px;
  z-index: 1000;
  max-width: 80px;
  transition: all ease 0.4s;
}

#ticketBtn img {
  transition: all ease 0.4s;
}

body.trigger #snsBtn {
  bottom: 240px;
}

body.trigger #ticketBtn {
  bottom: 84px;
}

/* topBtn */
#footer #topBtn.show {
  opacity: 1;
  transform: translateY(0px);
}

#footer #topBtn {
  opacity: 0;
  transform: translateY(20px);
  position: fixed;
  z-index: 100;
  right: 15px;
  bottom: 20px;
  padding: 2px;
  transition: all ease 0.4s;
}

#footer #topBtn a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--maincolor);
  background-size: 20px;
  background-position: center;
  box-sizing: border-box;
  transform: rotate(-90deg);
  transition: all ease 0.4s;
  border: 1px solid #fff;
}



/* Original
--------------------------------------*/

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  transition: all ease 0.4s;
}

#header .box {
  width: 96%;
  margin: 0 auto;
  padding: 18px 0;
  transition: all ease 0.4s;
  min-height: 66px;
  box-sizing: border-box;
}

#header .logo {
  width: 20%;
  max-width: 200px;
}

#sec01 {
  position: relative;
}

#sec01 img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
}

#roopSlider {
  padding: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#roopSlider p {
  margin-bottom: 0;
}

#message {
  padding: 60px 0;
  background: #2c3ea5;
}

.message__catch {
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  background: url(../img/item3.png) no-repeat;
  background-size: 20%;
  background-position: bottom center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  letter-spacing: .07em;
  color: #ffff9a;
}

.message__desc {
  width: 100%;
  font-size: .9rem;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 40px;
  letter-spacing: .03em;
  color: #fff;
}

#koushien {
  padding: 80px 0 120px;
}

.koushien__img {
  display: block;
  width: 25%;
  max-width: 180px;
  margin: 0 auto 30px;
}

.koushien__catch {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: .07em;
  color: #fff;
}

.koushien__desc {
  font-size: .9rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: .03em;
  color: #fff;
}

.koushien__ul {
  width: 40%;
  margin: 0 auto;
}

.koushien__ul li {
  width: 50%;
  text-align: center;
}

.koushien__ul li a {
  color: #aeffff;
  transition: all ease .4s;
  text-decoration: underline;
}

.koushien__ul li a:hover {
  opacity: .7;
}

.koushien__ul li a img {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: -3px;
}

#caution {
  padding: 80px 0 20px;
}

#caution .box {
  width: 60%;
  margin: 0 auto;
}

#caution .ttl {
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 4%;
}

#caution .single {
  width: 100%;
  margin: 0 auto 10px;
}

#caution .singleList {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
  color: var(--txtcolor);
  background: #ffff9a;
  padding: 1.5%;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: all ease 0.4s;
}

#caution .singleList.ac_btn span {
  display: inline-block;
  transition: all ease .4s;
}

#caution .singleList.ac_btn.accordion span {
  transform: rotate(180deg);
}

#caution #rule {
  padding-top: 50px;
  margin-top: -50px;
}

#caution .singleDesc {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all ease 0.4s;
  overflow: hidden;
  padding: 0 4%;
}

#caution .info {
  font-size: .9rem;
  color: #e61717;
  background: #fff3f3;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

#caution .singleDesc.accordion {
  opacity: 1;
  visibility: visible;
  height: auto;
  word-break: break-all;
  padding: 30px;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
}

#caution .singleDescBox {
  margin-bottom: 20px;
}

#caution .singleDescBox .subTtl {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 2%;
  border-bottom: 2px solid #000;
  padding-bottom: 1%;
}

#caution .singleDescBox .subDesc {
  letter-spacing: 0.01em;
  font-size: 0.9rem;
  margin-bottom: 2%;
  line-height: 1.6;
}

#caution .singleDescBox .subDesc a {
  color: #0a80a8;
  text-decoration: underline;
  transition: all ease 0.4s;
}

#footer {
  padding: 6% 0;
}

#footer .box {
  width: 60%;
  margin: 0 auto;
}

#footer .bnr {
  width: 80%;
  display: block;
  text-align: center;
  margin: 0 auto 3%;
}

#footer .bnr img {
  transition: all ease 0.4s;
}

#footer .fLogo {
  width: 30%;
  max-width: 220px;
  display: block;
  text-align: center;
  margin: 0 auto 40px;
}

#footer .fLogo img {
  transition: all ease 0.4s;
}

#footer .desc {
  font-size: .9rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
  line-height: 150%;
  letter-spacing: 0.06em;
}

#about {
  padding: 160px 0 140px;
  background: url(../img/bg1.png) no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

.about__h2 {
  width: 100%;
  margin: 0 auto 30px;
}

.catch1 {
  width: 70%;
  margin: 0 auto;
  padding: 10px 0;
}

.about__txt {
  color: #fcff89;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: .01em;
  background: url(../img/item3.png) no-repeat;
  background-position: bottom center;
  background-size: 40%;
  padding-bottom: 80px;
  margin-bottom: 80px;
}

.about__box {
  width: 80%;
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
  margin: 0 auto 30px;
}

.about__h3 {
  width: 80%;
  margin: 0 auto 30px;
}

.about__box__txt {
  color: #000;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: .01em;
  margin-bottom: 30px;
}

.about__box__name {
  color: #000;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: .01em;
}

.about__box__name small {
  display: block;
  font-size: .9rem;
}

#story {
  padding: 80px 0;
  border-bottom: 2px solid #fff;
  background: url(../img/style_bg.png) repeat-y;
  background-position: top center;
  background-size: 100%;
  border-top: 2px solid #fff;
}

.story__h2 {
  width: 50%;
  margin: 0 auto 50px;
}

.story__h3 {
  width: 46%;
  margin: 0 auto 0px;
}

.story__p {
  width: 66%;
  margin: 0 auto 30px;
}

.story__link {
  width: 20%;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .1em;
  padding: 10px 60px;
  padding-right: 80px;
  background: #e01720;
  transition: all ease .4s;
  position: relative;
  text-align: center;
  margin: 0 auto 30px;
  cursor: pointer;
}

.story__link::after {
  content: '';
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
}

.story__link:hover {
  opacity: .8;
}

.story__link.accordion {
  display: none;
}

.story__desc {
  opacity: 0;
  height: 0;
  visibility: hidden;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  letter-spacing: .03em;
  line-height: 200%;
  transition: all ease .4s;
}

.story__desc.accordion {
  opacity: 1;
  height: auto;
  visibility: visible;
  margin-bottom: 60px;
}

#style {
  padding: 180px 0;
  border-bottom: 2px solid #fff;
  background: url(../img/bg1.png) no-repeat;
  background-size: 100%;
  background-position: top center;
}

.style__h2 {
  width: 40%;
  margin: 0 auto 40px;
}

.style__ul {
  width: 66%;
  max-width: 600px;
  margin: 0 auto;
}

.style__ul li {
  width: 31%;
}

.style__ul li:nth-child(2) {
  transition-delay: .3s;
}

.style__ul li:nth-child(3) {
  transition-delay: .6s;
}

#play {
  padding: 100px 0;
  border-bottom: 2px solid #fff;
}

.play__h2 {
  width: 40%;
  margin: 0 auto 40px;
}

.play__ul {
  width: 94%;
  max-width: 860px;
  margin: 0 auto 60px;
}

.play__ul li {
  padding: 0 4px;
  box-sizing: border-box;
}

.play__ul li:nth-child(2) {
  transition-delay: .3s;
}

.play__ul li:nth-child(3) {
  transition-delay: .6s;
}

.play__ul li a img {
  transition: all ease .4s;
}

.play__ul li a img:hover {
  opacity: .9;
}

.play__ad {
  width: 66%;
  max-width: 760px;
  margin: 0 auto 60px;
}

.play__cam {
  width: 44%;
  margin: 0 auto 10px;
}

.play__camTxt {
  font-size: .92em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: .03em;
  color: #fff;
}

.play__ad2 {
  width: 80%;
  max-width: 700px;
  margin: 0 auto 20px;
}

#ticket {
  padding: 100px 0;
  background: url(../img/style_bg.png) repeat-y;
  background-position: top center;
  background-size: 100%;
}

.ticket__h2 {
  width: 50%;
  margin: 0 auto 40px;
}

.ticket__h3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .05em;
  text-align: center;
  background: #2c3ea5;
  padding: 8px 0;
  margin-bottom: 40px;
}

.tabBox {
  width: 80%;
  margin: 0 auto 80px;
}

.tabBox__ul {
  margin-bottom: 10px;
}

.tabBtn {
  font-size: 1.2rem;
  font-weight: 500;
  color: #969696;
  width: 49.5%;
  border: 1px solid #969696;
  box-sizing: border-box;
  text-align: center;
  padding: 15px 0;
  background: #000;
  letter-spacing: .1em;
  cursor: pointer;
  transition: all ease .4s;
}

.tabBtn.active {
  color: #000;
  background: #ffff9a;
  border: 2px solid #000;
}

.tabBtn:hover {
  opacity: .8;
}

.tabArea.active {
  opacity: 1;
  height: auto;
  visibility: visible;
}

.tabArea {
  color: #fff;
  opacity: 0;
  height: 0;
  visibility: hidden;
}

.tabArea table {
  width: 100%;
}

.tabArea table,
.tabArea td,
.tabArea th {
  color: #fff;
  border: 1px solid #bcbcbc;
  border-collapse: collapse;
  letter-spacing: .1em;
  line-height: 120%;
}

.tabArea th,
.tabArea td {
  padding: 17px 0;
  text-align: center;
  box-sizing: border-box;
  text-align: center;
}

.tabArea td {
  background: #000;
}

.tabArea td b {
  font-size: 1.2rem;
  font-weight: 500;
}

.tabArea td small {
  display: block;
}

.tabArea tr:nth-child(1) {
  background: #1d1d1d;
}

.tabArea tr:nth-child(2) td:nth-child(1) {
  background: #1d1d1d;
}

.tabArea tr:nth-child(3) td:nth-child(1) {
  background: #1d1d1d;
}

.tabArea tr:nth-child(4) td:nth-child(1) {
  background: #1d1d1d;
}

.tabArea tr:nth-child(5) td:nth-child(1) {
  background: #1d1d1d;
}

.tabArea tr:nth-child(6) td:nth-child(1) {
  background: #1d1d1d;
}

.tabArea tr:nth-child(7) td:nth-child(1) {
  background: #1d1d1d;
}

.ticket__caution {
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: .1em;
  padding: 10px 0;
  color: #ffff9a;
  border: 2px solid #ffff9a;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  margin: 30px auto 10px;
  background: #000;
}

.ticket_caution_area {
  opacity: 0;
  height: 0;
  visibility: hidden;
  transition: all ease .4s;
  line-height: 200%;
  letter-spacing: 0.01em;
}

.ticket_caution_area.accordion {
  opacity: 1;
  height: auto;
  visibility: visible;
  color: #fff;
  margin-bottom: 40px;
}

.ticket_caution_area.accordion a {
  color: #a0ffec;
  text-decoration: underline;
  transition: all ease .4s;
}

.ticket_caution_area.accordion a:hover {
  opacity: .8;
}

.u22 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.u22__img {
  width: 30%;
  max-width: 240px;
  margin: 0 auto 40px;
}

.u22__txt {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: .01em;
  margin-bottom: 40px;
}

.u22__txt a {
  color: #fff;
  text-decoration: underline;
  transition: all ease .4s;
}

.u22__txt a:hover {
  opacity: .8;
}

.u22__bnr {
  width: 66%;
  max-width: 700px;
  margin: 0 auto 120px;
}

.u22__bnr a img {
  transition: all ease .4s;
}

.u22__bnr a img:hover {
  opacity: .7;
}

.u22__bnr small {
  color: #fff;
  text-align: center;
  display: block;
  font-size: .9rem;
  padding: 8px 0;
  letter-spacing: .1em;
}



.purchase {
  padding: 20px 0;
}

.purchase .box {
  position: relative;
  width: 80%;
  margin: 0 auto 40px;
  box-sizing: border-box;
  background: #000;
  background-size: cover;
  background-position: center;
  border: 1px solid skyblue;
}

.purchase .box.ended:before {
  content: '公演終了';
  color: #fff;
  background-color: #e7540a;
  position: absolute;
  top: -2px;
  left: -24px;
  z-index: 3;
  padding: 4px 20px;
  transform: rotate(-22deg);
}

.purchase .box.ended:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
}

.purchase .ttl {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  margin-bottom: 30px;
}

.purchase .sub {
  text-align: center;
  margin-bottom: 40px;
}

.purchase .sub span {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  padding: 0px 20px;
  border-radius: 4px;
  background: var(--maincolor);
}

.purchase .infoArea {
  padding: 30px 0 0px;
}

.purchase .infoArea li {
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 4px;
}

.purchase .infoArea li:nth-child(2) {
  font-size: 1rem;
  letter-spacing: .03em;
}

.purchase .ac_btn {
  color: yellow;
  font-size: 1.1rem;
  text-align: center;
  padding: 12px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all ease .4s;
}


.purchase .ac_info {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: all ease .4s;
}

.purchase .ac_info.accordion {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 20px 0;
}

.purchase .gmap {
  margin-bottom: 20px;
}

.purchase .type {
  margin: 0;
}

.purchase .accordion .type {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-top: 40px;
}

.purchase .info {
  margin-bottom: 20px;
}

.purchase .info p {
  color: #fff;
  font-size: .9rem;
  letter-spacing: .03em;
  line-height: 1.6;
  text-align: center;
}

.purchase .info p a {
  color: #87ceeb;
  text-decoration: underline;
}

.location {
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  background-color: #66ccff;
  padding: 6px 0;
}































#purchase {
  background: #e5e5e5;
  padding: 60px 0 80px;
}

#purchase .box {
  position: relative;
  width: 80%;
  margin: 0 auto 40px;
  box-sizing: border-box;
  background: #fff;
  /* border: 6px solid #0047b4; */
  background-size: cover;
  background-position: center;
}

#purchase .box.ended:before {
  content: '公演終了';
  color: #fff;
  background-color: #e7540a;
  position: absolute;
  top: -2px;
  left: -24px;
  z-index: 3;
  padding: 4px 20px;
  transform: rotate(-22deg);
}

#purchase .box.ended:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
}

#purchase .ttl {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  margin-bottom: 30px;
}

#purchase .sub {
  text-align: center;
  margin-bottom: 40px;
}

#purchase .sub span {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  padding: 0px 20px;
  border-radius: 4px;
  background: var(--maincolor);
}

#purchase .infoArea {
  padding: 40px 0 30px;
}

#purchase .infoArea li {
  font-size: 1.1rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 4px;
}

#purchase .infoArea li:nth-child(2) {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .03em;
}

#purchase .ac_btn {
  color: #fff;
  background: var(--maincolor);
  font-size: 1.1rem;
  text-align: center;
  padding: 12px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all ease .4s;
}

#purchase .ac_btn span {
  display: inline-block;
  transition: all ease .4s;
}

#purchase .ac_btn.accordion {
  background: #69a4ff;
}

#purchase .ac_btn.accordion span {
  transform: rotate(180deg);
}

#purchase .ac_info {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: all ease .4s;
}

#purchase .ac_info.accordion {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 20px 0;
}

#purchase .gmap {
  margin-bottom: 20px;
}

#purchase .type {
  margin: 0;
}

#purchase .accordion .type {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-top: 40px;
}

#purchase .info {
  margin-bottom: 20px;
}

#purchase .info p {
  color: #141d45;
  font-size: .9rem;
  letter-spacing: .03em;
  line-height: 1.6;
  text-align: center;
}

#purchase .info p a {
  color: #1fb09e;
  text-decoration: underline;
}

/* POPUP
--------------------------------------*/

.popupbtn1 {
  width: 60%;
  max-width: 400px;
  display: block;
  text-align: center;
  margin: 0 auto 60px;
  cursor: pointer;
}

.popupbtn1 img {
  transition: all ease .4s;
}

.popupContents {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
  transform: scale(0.2);
  color: #fff;
  padding: 7%;
  box-sizing: border-box;
  overflow: scroll;
}

.popupContents.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 1000;
}

.popupContents i.fa-times-circle {
  color: #fff;
  font-size: 3rem;
  position: absolute;
  top: 3%;
  right: 3%;
  cursor: pointer;
  transition: all ease 0.4s;
}

.popupContents i.fa-external-link-alt {
  margin-left: 1%;
}

.popupContents h3 {
  font-family: serif;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 3%;
}

.popupContents h3:first-letter {
  color: var(--subcolor);
}

.popupContents h3 span {
  color: var(--pointcolor);
  font-size: 3.5rem;
  letter-spacing: 0.1em;
}

.popupContents .box {
  max-width: 1000px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.popupContents .desc {
  height: 100%;
  overflow-y: scroll;
}

.popupContents p {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 1.1rem;
  margin-bottom: 4%;
}

.popupContents .youtube {
  position: relative;
  width: 40%;
  margin: 0 auto;
  padding-top: 25%;
}

.popupContents .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.popupContents .link {
  margin-top: 2%;
}

.popupContents .link a {
  color: #78ffda;
  text-decoration: underline;
}

.popupContents .popcm .youtube {
  width: 80%;
  padding-top: 45%;
}

.popupContents .popcm h3 {
  color: #fff;
  letter-spacing: 0.4em;
}

.popupContents .popcm h3:first-letter {
  color: var(--pointcolor);
}

.popupBox {
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1000;
}

.popupBox.active {
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
}

.popupBox .close {
  width: 50px;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 3%;
  right: 3%;
  cursor: pointer;
  transition: all ease 0.4s;
}

.popupBox h3 {
  color: #fff;
  font-family: serif;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3%;
}

.popupBox h3:first-letter {
  color: var(--subcolor);
}

.popupBox h3 span {
  color: var(--pointcolor);
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}

.popupBox .box {
  max-width: 1000px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.popupBox .desc {
  height: 100%;
}

.popupBox p {
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: .9rem;
  margin-bottom: 4%;
}

.popupBox .youtube {
  position: relative;
  width: 40%;
  margin: 0 auto;
  padding-top: 25%;
}

.popupBox .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.popupBox .link {
  margin-top: 2%;
  margin-bottom: 0 !important;
}

.popupBox .link a {
  color: #78ffda;
  text-decoration: underline;
}

.comingsoon {
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  padding-bottom: 30px;
}

#ticket_api {
  margin: 0px auto 30px auto !important;
}

.stageWrap__ticket__button {
  margin: 24px auto;
}

.ac_info .stageWrap__ticket__button {
  margin: 0px auto !important;
}

.ac_info.accordion .stageWrap__ticket__button {
  margin: 24px auto;
}

.ac_info.accordion #ticket_api {
  display: block !important;
}

.apiArea iframe {
  width: 100%;
  min-height: 560px;
  border: none !important;
}

.arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: .6em;
  height: .6em;
  margin-top: -3px;
  margin-left: 10px;
  transform: translateX(0%) rotate(45deg);
}

#topBtn .arrow {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.arrow::before,
.arrow::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

.ticketWrap {
  margin-top: 0 !important;
}

.comment {
  width: 76%;
  margin: 0 auto;
}

.ticketWrap {
  background: #66ccff !important;
}

.slick-next:before {
  display: block;
  content: '' !important;
  background: url(../img/cmn/arrowR.png) no-repeat !important;
  background-size: contain !important;
  width: 23px !important;
  height: 23px !important;
}

.slick-prev:before {
  display: block;
  content: '' !important;
  background: url(../img/cmn/arrowL.png) no-repeat !important;
  background-size: contain !important;
  width: 23px !important;
  height: 23px !important;
}

.slick-prev {
  left: -17px !important;
}

.ticketWrap .detailsBox .tit {
  color: #000 !important;
}

.ticketWrap .naviBox ul li .scheduleBox {
  color: #000 !important;
}

#close {
  margin-top: 30px;
}

#close span {
  width: 30%;
  background: #4b4b4b;
  display: block;
  margin: 0 auto;
  padding: 4px 0;
  box-sizing: border-box;
  cursor: pointer;
  transition: all ease .4s;
}

#close span:hover {
  opacity: .7;
}

#repeat {
  color: #ffff9a;
  text-decoration: underline;
  cursor: pointer;
}

._description_container {
  color: #fff !important;
}

._scheduler_header {
  color: #fff !important;
}

#closegame {
  padding: 120px 0;
  border-top: 2px solid #fff;
}

.closegame__h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #ffff05;
  letter-spacing: .05em;
  margin-bottom: 60px;
  background: url(../img/item3.png) no-repeat;
  background-size: 20%;
  background-position: bottom center;
  padding-bottom: 40px;
}

.closegame__ul li {
  width: 31%;
  background: #fff;
  box-sizing: border-box;
  border: 3px solid #ccc;
}

.closegame__ul li:nth-child(2) {
  transition-delay: .3s;
}

.closegame__ul li:nth-child(3) {
  transition-delay: .6s;
}

.closegame__ul li img {
  font-size: 0;
  display: block;
  aspect-ratio: 5 / 3.6;
  object-fit: cover;
  border-bottom: 3px solid #ccc;
}

.closegame__ul li p {
  padding: 30px 15px;
  text-align: center;
  font-size: 1.02em;
}