@charset "utf-8";

/* Define
--------------------------------------*/
:root {
  --maincolor: #111e30;
  --txtcolor: #272727;
  --yellow: #ffff00;
  --bluecolor: #18589e;
}

/* 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;
}

.containerBox {
  background: url(../img/bg.png) repeat-y;
  background-size: 100% auto;
  position: relative;
}

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;
}

.center {
  text-align: center;
}

.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);
}

.mb30 {
  margin-bottom: 30px;
}

.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%;
}

.parts__list li {
  list-style: none;
  list-style-position: outside;
  margin-left: 20px;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
  font-size: 0.9rem;
  line-height: 1.6;
}

.parts__list li a {
  color: #d88f09;
  text-decoration: underline;
  transition: all ease .4s;
  display: inline;
  letter-spacing: .02em;
}

.parts__list li a:hover {
  opacity: .7;
}

.parts__list li::before {
  position: relative;
  top: -2px;
  left: -12px;
  display: inline-block;
  width: 4px;
  height: 4px;
  content: '';
  border-radius: 100%;
  background: #000;
}

.parts__list.note__ans li {
  margin-left: 0;
}

.parts__list.note__ans li b {
  font-size: 1.1rem;
  padding-right: 6px;
}

.parts__list.note__ans li::before {
  position: relative;
  top: 0px;
  left: -18px;
  display: inline-block;
  width: 4px;
  height: 4px;
  content: '';
  font-size: 1rem;
  border-radius: 100%;
  background: none;
  letter-spacing: .1em;
}

.parts__list.ans li {
  margin-left: 26px;
}

.parts__list.ans li::before {
  position: relative;
  top: -2px;
  left: -22px;
  display: inline-block;
  content: 'A.';
  background: none;
  width: 0px;
}

.floatingX {
  animation: floatingX 1s ease-in-out infinite alternate-reverse;
}

@keyframes floatingX {
  0% {
    transform: translateX(-3%);
  }

  100% {
    transform: translateX(3%);
  }
}

.floatingY {
  animation: floatingY 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floatingY {
  0% {
    transform: translateY(-4%);
  }

  100% {
    transform: translateY(4%);
  }
}

.scroll-infinity__list--right {
  animation: infinity-scroll-right 80s infinite linear 0.5s both;
}

@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0%);
  }
}


/* 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;
}

#header #spNav {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
  transition: all ease 0.4s;
  width: 60px;
  height: 60px;
  background: #000;
  text-align: center;
  border-radius: 50%;
  padding: 15px 10px 0;
  box-sizing: border-box;
}

#header #spNav .toggle {
  display: block;
  position: relative;
  width: 1.95rem;
  height: 1.2rem;
  cursor: pointer;
  margin: 0 auto;
}

#header #spNav .toggle i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--yellow);
  position: absolute;
  transition: all ease 0.4s;
}

#header.show #spNav .toggle i {
  background-color: var(--yellow);
}

#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 #spNav small {
  color: var(--yellow);
  font-size: .7rem;
  font-weight: bold;
  text-align: center;
  display: block;
  cursor: pointer;
}

#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(-7px) rotate(45deg);
}

#header #spMenu {
  position: fixed;
  z-index: -100;
  display: block;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  background: url(../img/logoBg.png) no-repeat, var(--maincolor);
  background-size: 20%;
  background-position: center 30px;
}

#header.show #spMenu {
  opacity: 1;
  visibility: visible;
  z-index: 900;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#header #spMenu ul {
  display: none;
}

#header.show #spMenu .spInner {
  position: relative;
  height: 100vh;
}

#header.show #spMenu ul {
  display: block;
  width: 70%;
  max-width: 800px;
  padding: 8%;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#header #spMenu a {
  color: #000000;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  padding: 6px 0;
  letter-spacing: 0.01em;
  display: block;
  margin-bottom: 0.4%;
  font-family: serif;
  transition: all ease 0.4s;
  cursor: pointer;
  border-bottom: 1px dashed #666;
}


#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%;
  aspect-ratio: 5 / 3.7;
  object-position: center center;
  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: 170px;
  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: 20px;
  right: -2px;
  z-index: 1000;
  max-width: 70px;
  transition: all ease 0.4s;
}

#ticketBtn img {
  transition: all ease 0.4s;
}

body.trigger #snsBtn {
  bottom: 280px;
}

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: 1.5%;
  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: 94%;
  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;
  background: var(--maincolor);
}

#sec01 img {
  display: block;
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
}

#roopSlider {
  padding: 0;
  border-top: 6px solid #000;
  border-bottom: 6px solid #000;
}

#roopSlider p {
  margin-bottom: 0;
  border: 6px solid #000;
  box-sizing: border-box;
}

#caution {
  padding: 0px 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 20px;
}

#caution .singleList {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #111e30;
  background: #ffff58;
  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;
  transform: rotate(270deg);
  position: absolute;
  right: 2%;
}

#caution .singleList.ac_btn.accordion span {
  transform: rotate(360deg);
}

#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: 4%;
}

.schedule__caution {
  font-size: 1.1rem;
  text-align: center;
}

#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.ver2 {
  margin-bottom: 0 !important;
}

#caution .singleDescBox .subDesc a {
  color: #164972;
  text-decoration: underline;
  transition: all ease 0.4s;
}

#footer {
  padding: 6% 0;
}

#footer .box {
  width: 60%;
  margin: 0 auto;
}

#footer .desc {
  font-size: .9rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
  line-height: 160%;
  letter-spacing: 0.1rem;
}

.footer__bnr p {
  width: 48%;
}

.footer__bnr2 {
  align-items: center;
  margin: 0 auto 60px;
}

.footer__bnr2 li {
  width: 26%;
}

.footer__contact h3 {
  width: 40%;
  margin: 0 auto 30px;
}

.footer__contact__box {
  margin-bottom: 80px;
}

.footer__contact__box dl {
  background: url(../img/dashed.png) repeat-x;
  background-position: center bottom;
  background-size: 100%;
  padding: 20px 0;
}

.footer__contact__box dl:last-child {
  background: none;
}

.footer__contact__box dt {
  width: 36%;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: .08em;
  background: url(../img/item1.png) no-repeat;
  background-position: 10px 10px;
  background-size: 10px;
  padding-left: 40px;
  box-sizing: border-box;
}

.footer__contact__box dd {
  width: 62%;
  color: #fff;
  font-size: .9rem;
  font-weight: lighter;
  letter-spacing: .05em;
}

.footer__contact__box a {
  color: #ffff00;
  text-decoration: underline;
  transition: all ease .4s;
}

.footer__contact__box a:hover {
  opacity: .7;
}

.footer__border {
  margin-bottom: 80px;
}

#about {
  padding: 80px 0 10px;
  background: var(--maincolor);
}

.about__date {
  width: 70%;
  max-width: 600px;
  margin: 0 auto 40px;
}

.about__txt {
  color: var(--yellow);
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 180%;
  letter-spacing: .1em;
  margin-bottom: 60px;
}

.about__ul {
  width: 90%;
  margin: 0 auto 20px;
}

.about__ul li {
  width: 32%;
}

.item3 {
  display: block;
  width: 80%;
  margin: 0 auto;
}

#intro {
  padding: 100px 0;
  background: url(../img/intro_bg.png) no-repeat, url(../img/city.png) no-repeat, var(--maincolor);
  background-position: center center, center 112%;
  background-size: 70% auto, 57% auto;
  box-sizing: border-box;
}

.intro__l {
  width: 80%;
}

.intro__r {
  width: 12%;
  max-width: 100px;
  padding-top: 0px;
}

#play {
  padding: 80px 0 20px;
}

#play h2 {
  width: 30%;
  max-width: 250px;
  margin: 0 auto 50px;
}

.play__ul li {
  width: 18.6%;
}

.play__ul li:nth-child(2) {
  transition-delay: .3s;
}

.play__ul li:nth-child(3) {
  transition-delay: .6s;
}

.play__ul li:nth-child(4) {
  transition-delay: .9s;
}

.play__ul li:nth-child(5) {
  transition-delay: 1.2s;
}

#how {
  padding: 120px 0 80px;
  background: var(--maincolor);
  background-size: 30%;
  background-position: 94% -130px;
  clip-path: polygon(0 140px, 100% 0, 100% calc(100% - 0px), 0 calc(100% - 0px));
}

#how h2 {
  width: 20%;
  max-width: 170px;
  margin: 0 auto 30px;
}

.how__ul {
  width: 80%;
  margin: 0 auto;
}

.how__ul li .btn1 {
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
}

.how__ul li {
  width: 45%;
  margin-bottom: 30px;
}

.how__ul li:nth-child(2n) {
  transition-delay: .3s;
}

.how__sub {
  margin-bottom: 10px;
}

.how__img {
  aspect-ratio: 5 / 3.4;
  object-fit: cover;
}

.how__txt {
  font-size: .9rem;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 20px;
}

.how__txt a {
  color: #d86734;
  text-decoration: underline;
  transition: all ease .4s;
}

.how__txt a:hover {
  opacity: .8;
}

#enjoy {
  padding: 20px 0 80px;
}

#enjoy h2 {
  width: 30%;
  max-width: 210px;
  margin: 0 auto 30px;
}

.enjoy__ul li {
  width: 33%;
}

.enjoy__ul li:nth-child(3n+2) {
  transition-delay: .3s;
}

.enjoy__ul li:nth-child(3n) {
  transition-delay: .6s;
}

.enjoy__ul li img {
  display: block;
  width: 60%;
  margin: 0 auto 10px;
}

.aenjoy__point {
  width: 90%;
  margin: 0 auto;
}

#enjoy h3 {
  font-size: 1.08rem;
  font-weight: 500;
  letter-spacing: 0em;
  color: #ffff59;
  text-align: center;
  margin-bottom: 14px;
}

.enjoy__txt {
  width: 90%;
  font-size: .9rem;
  color: #fff;
  margin: 0 auto;
}

#enjoyPoint {
  padding: 30px 0 30px;
  background: var(--maincolor);
  /* clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 0px), 0 calc(100% - 0px)); */
}

.enjoy__point {
  width: 60%;
  margin: 0 auto 20px;
}

#kit-schedule {
  padding: 100px 0 0;
}

.schedule__obi {
  margin-bottom: 10px;
}

#kit-schedule h2 {
  width: 45%;
  margin: 0 auto;
}

#kit-schedule .schedule__area:last-child h2 {
  width: 35%;
}

.schedule__box {
  box-sizing: border-box;
  border: 1px solid #fff;
  margin-bottom: 20px;
  background: url(../img/bg2.png) repeat-y, #fff;
  background-size: 100% auto;
  background-position: top center;
}

.schedule__box .schedule__txt:last-child {
  margin-bottom: 0;
}

.schedule__box__inner {
  padding: 60px 40px;
  box-sizing: border-box;
}

.schedule__box h3 {
  color: #ffff00;
  font-size: 1.2rem;
  letter-spacing: .1em;
  text-align: center;
  padding: 10px 0;
  background: var(--maincolor);
}

.schedule__txt {
  color: #111e30;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: .05em;
  text-align: center;
  margin-bottom: 15px;
}

.schedule__txt.ver2 {
  letter-spacing: .1em;
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
}

.schedule__kids {
  width: 40%;
  max-width: 308px;
  margin: 0 auto 10px;
}

.schedule__desc {
  color: #111e30;
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 160%;
  text-align: center;
  padding: 0 40px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.schedule__desc.ver2 {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}

.schedule__price {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #111e30;
  letter-spacing: .05em;
  margin-bottom: 30px;
}

.schedule__price small {
  font-size: 1.1rem;
}

.schedule__bnr {
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}

.schedule__bnr small {
  display: block;
  color: #111e30;
  font-size: .9rem;
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 6px;
}

.schedule__bnr img {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.schedule__link {
  width: 30%;
  margin: 30px auto 0;
  position: relative;
}

.schedule__link2 {
  width: 40%;
  margin: 30px auto;
}

.schedule__link.ver2 {
  width: 40%;
}

.schedule__link a {
  display: block;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  background: #877a29;
  padding: 10px 0;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: .1em;
  transition: all ease .4s;
}

.schedule__link a:hover {
  opacity: .7;
}

.schedule__link img {
  position: absolute;
  display: inline-block;
  width: 10px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.schedule__area {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #fff;
}

.schedule__area:last-child {
  border-bottom: none;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.schedule__catch {
  color: #f75a24;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: .05em;
  text-align: center;
  margin-bottom: 30px;
}

#buy .schedule__box h4 {
  width: 20%;
  font-size: 1.1rem;
  letter-spacing: .1em;
  font-weight: bold;
  color: #fff;
  background: #877a29;
  padding: 6px 10px;
  text-align: center;
  box-sizing: border-box;
  margin: 30px auto;
}

#buy .schedule__link a {
  display: block;
  color: #877a29;
  font-size: 1.1rem;
  font-weight: 500;
  background: #fff;
  padding: 10px 0;
  box-sizing: border-box;
  text-align: center;
  transition: all ease .4s;
  border: 3px solid #877a29;
  border-radius: 2px;
}

.schedule__link.v2 a {
  display: block;
  color: #877a29;
  font-size: 1.1rem;
  font-weight: 500;
  background: #fff;
  padding: 10px 0;
  box-sizing: border-box;
  text-align: center;
  transition: all ease .4s;
  border: 3px solid #877a29;
  border-radius: 2px;
}

.schedule__spot {
  width: 80%;
  margin: 40px auto;
}

.schedule__spot__ttl {
  color: #111e30;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: .05em;
  text-align: center;
  margin-bottom: 10px;
}

.schedule__spot__ttl a {
  text-decoration: underline;
  color: #e39300;
  transition: all ease .4s;
}

.schedule__spot__ttl a:hover {
  opacity: .7;
}

.schedule__spot__ttl.ver2 {
  color: #877a29;
}

.schedule__spot__obi {
  width: 100%;
  font-size: 1rem;
  letter-spacing: .1em;
  font-weight: bold;
  color: #fff;
  background: #877a29;
  font-weight: 400;
  padding: 8px 10px;
  text-align: center;
  box-sizing: border-box;
}

.schedule__arrow {
  display: block;
  width: 80%;
  text-align: center;
  color: #877b29;
  background: #fff;
  padding: 6px 0;
  box-sizing: border-box;
  margin: 15px auto 30px;
  cursor: pointer;
  border: 1px solid #877b29;
  /* transition: all ease .4s; */
}

.schedule__arrow small {
  font-size: 1.1rem;
  display: block;
  letter-spacing: .1em;
  line-height: 120%;
}

.schedule__arrow:hover {
  opacity: .8;
}

.schedule__open {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all ease .4s;
  width: 80%;
  margin: 0 auto;
}

.schedule__open.accordion {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.spotArea {
  /* width: 80%;
  margin: 0 auto; */
  padding-top: 30px;
  margin-top: 10px;
  border-top: 1px solid #877b29;
}

.schedule__arrow.accordion {
  display: none;
}

.schedule__arrow span {
  transition: all ease .4s;
}

.schedule__arrow.accordion span {
  display: block;
  transform: rotate(180deg);
}

#close span {
  display: block;
  transform: rotate(180deg);
}

#close2 span {
  display: block;
  transform: rotate(180deg);
}

.schedule__spot2 {
  width: 100%;
  margin: 0 auto 40px;
}

.schedule__spot2 .schedule__spot__ttl {
  margin-bottom: 4px;
}

.schedule__spot2 a {
  transition: all ease .4s;
}

.schedule__spot2 a:hover {
  opacity: .7;
}


#purchase {
  background: #e5e5e5;
  padding: 100px 0;
}

#purchase body {
  background: #fff !important;
}

#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: 40%;
  max-width: 320px;
  display: block;
  text-align: center;
  margin: 0 auto;
  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;
  width: 70%;
  margin: 0 auto 20px;
}

.popupBox .youtube {
  position: relative;
  width: 40%;
  margin: 0 auto 20px;
  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 {
  display: block;
  color: #78ffda;
  text-decoration: underline;
}

.pop__img {
  width: 40%;
  margin: 30px auto;
}

.comingsoon {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  margin: 20px 0;
  margin-top: 60px;
}

#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 {
  position: fixed;
  right: 14px;
  bottom: 10px;
  visibility: hidden;
  opacity: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--maincolor);
  border: 1px solid #fff;
}

#topBtn.show {
  visibility: visible;
  opacity: 1;
  cursor: pointer;
  transition: all ease .4s;
}

#topBtn.show:hover {
  opacity: .8;
}

#topBtn.show a {
  display: block;
  width: 100%;
  height: 100%;
}

#topBtn .arrow {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(0%) rotate(-45deg);
}

.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;
}

.popBnr {
  padding: 30px 0 60px;
}

.bnrBox {
  width: 60%;
  margin: 0px auto;
  max-width: 700px;
}

.footer__bnr {
  align-items: center;
}

.schedule__desc small {
  font-weight: lighter;
  line-height: 170%;
  display: block;
  margin-top: 10px;
  letter-spacing: 0;
}

.location {
  font-size: 1.2rem;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  background: #fff;
  width: 100%;
  margin: 40px auto 0;
}

.additional {
  cursor: pointer;
  text-align: center;
  margin-bottom: 20px;
}

.additional.accordion {
  display: none;
}

#close3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

#close4 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}