#stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -50vh;
  left: 0;
  z-index: 2;
  pointer-events: none;
  transition: opacity 5s ease 1s, visibility 5s ease 1s;
}

/* Main Visual */
.kv {
  position: relative;
  height: calc(100vh - 46px);
  margin-top: 46px;
  overflow: hidden;
  z-index: 1;
}

.kv-bkg-before {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("/images/kv-bkg-before.jpg") top / cover no-repeat;
  z-index: 5;
  transition: opacity 5s ease 1s, visibility 5s ease 1s;
}

.kv-bkg-before.fadeout {
  opacity: 0;
  visibility: hidden;
}

.kv-bkg-after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("/images/kv-bkg.jpg") top / cover no-repeat;
  transition: transform 0.3s ease;
}

.kv_auru-glow {
  position: absolute;
  z-index: 3;
  width: 20vw;
  top: 26vw;
  right: 26vw;
  opacity: 0.5;
  animation: changeOpacity 5s infinite;
}

/* glow個別対応 */
@media screen and (max-width: 1386px) {
  .kv_auru-glow {
    width: 220px;
    top: 36vh;
    right: calc(50% - 300px);
  }
}

@media screen and (max-width: 600px) {
  .kv_auru-glow {
    width: 220px;
    top: 30vh;
    right: calc(60% - 280px);
  }
}

.kv_cave-eyes {
  position: absolute;
  z-index: 3;
  width: 12vw;
  top: 6vw;
  right: 40vw;
  opacity: 0;
  animation: changeOpacity 9s infinite 5s;
}

/* glow個別対応 */
@media screen and (max-width: 1386px) {
  .kv_cave-eyes {
    width: 140px;
    top: 7vh;
    right: calc(53% - 160px);
  }
}

@media screen and (max-width: 600px) {
  .kv_cave-eyes {
    width: 24vw;
    top: 6vh;
    right: 28%;
  }
}

.kv_catchcopy {
  position: absolute;
  top: 8vh;
  right: 0;
  left: 0;
  text-align: center;
  color: white;
  z-index: 4;
  transition: all 2s;
}

.kv_catchcopy.is-standby {
  top: 30vh;
  opacity: 0;
  transition: all 2s;
}

.kv_logo {
  position: absolute;
  top: 20vh;
  right: 0;
  left: 0;
  width: 32vw;
  min-width: 280px;
  max-width: 530px;
  margin: 0 auto;
  z-index: 4;
  transition: all 2s;
}

.kv_logo.is-standby {
  top: 40vh;
  opacity: 0;
  transition: all 2s;
}

.kv_scroll-icon {
  position: absolute;
  top: 80vh;
  right: 0;
  left: 0;
  width: 4vw;
  min-width: 40px;
  max-width: 60px;
  margin: 0 auto;
  cursor: pointer;
  z-index: 4;
  transition: all 2s;
}

.kv_scroll-icon.is-standby {
  top: 100vh;
  opacity: 0;
  transition: all 2s;
}

/* Section what-is */
.what-is {
  position: relative;
  background: url("/images/whatis-bg.jpg") center / cover no-repeat;
  z-index: 1;
}

.what-is_contents {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0 120px;
}

.what-is_head-img {
  width: 40px;
  margin: 0 auto;
}

.what-is_title {
  margin-top: 20px;
}

.what-is_desc {
  text-align: center;
  margin-top: 20px;
  line-height: 2.8;
}

.what-is_desc::after {
  content: "";
  position: relative;
  left: -8px;
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: white;
}

.what-is_trailer {
  position: relative;
  width: 100%;
  height: 0;
  margin: 60px auto 0;
  padding-top: 56%;
}

.what-is_trailer > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Story */
.story::before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("/images/story-bg.jpg") no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  content: "";
  z-index: 0;
}

.story.bg-hidden::before {
  opacity: 0;
}

.story_contents {
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
  z-index: 1;
}

.story_character-img {
  position: relative;
  width: 26%;
  min-width: 140px;
  height: 20vw;
  max-height: 300px;
  margin: 20px auto 0;
  z-index: 2;
}

.story_character-img > div {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 5s ease;
}

.story_character-img::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("/images/auru-bg.png") center / contain no-repeat;
  z-index: -1;
  transform: scale(1.5);
  opacity: 0.1;
  animation: changeOpacity 7s infinite;
}

@keyframes changeOpacity {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    opacity: 0;
  }
}

.story_character-img > .auru > .auru-name {
  display: block;
  position: absolute;
  bottom: 6px;
  right: 6px;
  font-size: 14px;
}

.story_desc-1,
.story_desc-2,
.story_desc-3 {
  text-align: center;
  line-height: 2.8;
}

.story_desc-1 {
  margin-top: 40px;
}

.story_desc-2,
.story_desc-3 {
  margin-top: 40px;
}

/* Gallery and Review */
.sections_gallery-and-review {
  position: relative;
  z-index: 1;
  background: url("/images/gallery-bg.jpg") center / cover no-repeat;
  background-attachment: fixed;
}

/* Gallery */
.gallery_contents {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0 0;
}

.gallery_photos {
  margin-top: 40px;
  flex-wrap: wrap;
}

.gallery_photo {
  width: 32%;
  margin-bottom: 20px;
  cursor: pointer;
  overflow: hidden;
}

.gallery_photo > img {
  transition: transform 0.5s ease;
}

.gallery_photo > img:hover {
  transform: scale(1.1);
}

.gallery_modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease;
  z-index: 10;
}
/* 
.gallery_modal.active {
  visibility: visible;
  opacity: 0;
} */

.gallery_modal_close {
  position: absolute;
  top: 80px;
  right: 40px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.gallery_modal_close::before,
.gallery_modal_close::after {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: white;
}

.gallery_modal_close::before {
  transform: rotate(45deg);
}

.gallery_modal_close::after {
  transform: rotate(-45deg);
}

.gallery_modal_img {
  width: 80%;
  max-width: 960px;
}

/* Review */
.review_contents {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 100px;
}

.review_title {
  font-family: "didot regular";
}

.review_body {
  min-height: 60px;
  margin-top: 20px;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
}

.review_body > p {
  font-size: 20px;
  margin: 20px 0;
  text-align: center;
  font-family: "didot regular", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
/* 
Tickets and Access and Contact */

.sections_tickets-access-contact {
  position: relative;
  z-index: 1;
  background: url("/images/tickets-bg.jpg") bottom / cover no-repeat;
}

.tickets {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 160px 0 0;
}

.tickets_body {
  margin-top: 40px;
  align-items: flex-start !important;
}

.tickets_block {
  width: 31.6%;
}

.tickets_block_title {
  color: #c1a586;
  padding: 6px 0;
  margin: 0 auto;
  width: 100%;
  border: solid 1px #c1a586;
}

.tickets_block_detail {
  margin-top: 20px;
  word-break: break-all;
  letter-spacing: 0.1rem;
}

.tickets_block_notes {
  margin-top: 10px;
  letter-spacing: 0.03rem;
}

.tickets_block_web > a {
  display: inline;
  color: white;
  text-decoration: underline;
}

.tickets_notes {
  margin-top: 40px;
  letter-spacing: 0.1rem;
}

.tickets_notes_title {
  text-align: left;
}

.tickets_note {
  margin-top: 20px;
  line-height: 2;
}

/* Access */
.access {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0 0;
}

.access_map {
  position: relative;
  width: 100%;
  height: 26vw;
  max-height: 348px;
  margin-top: 40px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

.access_map > iframe {
  width: 100%;
  height: 100%;
}

.access_detail {
  margin: 40px auto 0;
  width: 320px;
  padding: 4px 0;
  text-align: center;
  border: solid 1px white;
  transition: all 0.5s ease;
  color: white;
}

.access_detail:hover {
  color: #c1a586;
  border-color: #c1a586;
}

/* Contact */
.contact {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0 200px;
}

.contact_body {
  width: 530px;
  margin: 20px auto 0;
  border: solid 1px white;
  padding: 20px;
}

.contact_body_title {
  text-align: center;
}

.contact_tel {
  margin-top: 10px;
}

.contact_tel > a {
  color: white;
  display: flex;
  align-items: center;
}

.contact_tel > a::before {
  content: "";
  display: block;
  margin-right: 4px;
  background: url("/images/telephone.png") center / contain no-repeat;
  width: 18px;
  height: 18px;
}

.contact_address {
  letter-spacing: 0.1rem;
}


#operation-stop-in-winter {
  position: absolute;
    top: 60vh;
    z-index: 2;
    padding: 12px;
    background: white;
    color: red;
    width: 100vw;
    text-align: center;
    font-family: sans-serif;
    letter-spacing: 0;
    font-size: 0.8rem;
    font-weight: bold;
}

/* sp and tablet media query */
@media screen and (max-width: 767px) {
  /* main visual */
  .kv {
    margin-top: 44px;
  }

  .kv_catchcopy {
    top: 12vh;
  }

  .kv_logo {
    top: 26vh;
  }

  .kv_scroll-icon {
    top: 70vh;
  }

  /* what-is */
  .what-is_contents {
    width: 90%;
    padding: 80px 0 100px;
  }

  .what-is_head-img {
    width: 32px;
  }

  .what-is_desc::after {
    width: 20px;
  }

  /* story */
  .story::before {
    background-position: left;
  }

  .story_contents {
    width: 90%;
    padding: 80px 0;
  }

  .story_character-img {
    height: 26vw;
    min-height: 140px;
  }

  .contact {
    width: 90%;
  }

  .contact_body {
    width: 100%;
  }

  /* gallery */
  .sections_gallery-and-review {
    background-attachment: initial;
  }

  .gallery_contents {
    width: 90%;
    padding: 80px 0 0;
  }

  .gallery_photo {
    width: 48%;
  }

  /* review contents */
  .review_contents {
    width: 90%;
  }

  .gallery_modal_close {
    top: 80px;
    right: 20px;
    transform: scale(0.8);
  }

  /* tickets */
  .tickets {
    width: 90%;
    padding: 120px 0 0;
  }

  .tickets_block {
    width: 100%;
    margin-top: 40px;
  }

  .tickets_body {
    margin-top: 0;
  }

  .tickets_notes {
    margin-top: 60px;
  }

  /* access */
  .access {
    width: 90%;
    padding: 80px 0 0;
  }

  .access_map {
    height: 60vw;
    margin-top: 20px;
  }

  /* contact */
  .contact {
    padding: 80px 0 100px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
  .tickets_block {
    width: 48%;
  }

  .tickets_block:nth-child(3) {
    margin-top: 20px;
  }
}


