@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap");
body {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #000;
}

p {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.6em;
  font-weight: 400;
}

h5 {
  font-size: 1.1em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 0.5em;
  font-weight: 500;
}
h3.has-img {
  width: 100%;
  max-width: 600px;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 0.75em;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
    color: #000;
  }

  p {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
    font-weight: 400;
  }

  h5 {
    font-size: 1em;
  }

  h4 {
    font-size: 1.1em;
  }

  h3 {
    font-size: 1.3em;
  }
}
body {
  width: 100%;
  overflow-x: hidden;
  padding-top: 60px;
}
body img {
  width: 100%;
  height: auto;
  display: block;
}
body.nopad {
  padding-top: 0;
}

main {
  position: relative;
  z-index: 1;
}

.bg-wrap {
  width: 100%;
  height: 100vh;
  background-image: url(../images/room.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  z-index: 0;
  opacity: 0.3;
}

.bg-wrap2 {
  width: 100%;
  height: 100vh;
  background-image: url(../images/renga.png);
  background-position: center;
  position: fixed;
  z-index: 0;
}

section {
  display: block;
  position: relative;
  z-index: 1;
}

.inner-wrap {
  padding: 0 3%;
  width: 94%;
}

.hl {
  width: 100%;
  max-width: 600px;
  margin: auto;
  margin-bottom: 1em;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
header .nav-bt {
  width: 48px;
  height: 48px;
  position: fixed;
  top: 0.5em;
  right: 0.5em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}
header .top-logo {
  width: 180px;
  position: absolute;
}
header .top-logo a {
  display: block;
}
header nav {
  width: calc(100% - 200px);
  background: #FFDC00;
  padding: 4px 0;
  padding-left: 200px;
  border-bottom: 1px solid #caae00;
}
header nav ul {
  display: block;
  width: 100%;
  max-width: 768px;
  margin: auto;
  text-align: right;
  line-height: 0;
}
header nav ul li {
  display: inline-block;
  text-align: center;
}
header nav ul li a {
  display: block;
  height: 52px;
}
header nav ul li a img {
  height: 100%;
  width: auto;
}
header nav ul li a.coming {
  filter: grayscale(1);
  pointer-events: none;
}
header .share {
  display: block;
  position: fixed;
  width: 48px;
  height: auto;
  bottom: 200px;
  right: 1em;
  z-index: 5;
}
header .share .share-inner a {
  display: block;
  background: #000;
  border: 2px solid #fff;
  border-radius: 30px;
  margin-bottom: 0.3em;
}
header .share .share-inner a:hover {
  background: #222;
}
header .shortcut {
  width: 200px;
  height: auto;
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
}
header .shortcut a {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
header .shortcut a img {
  filter: drop-shadow(3px 3px 0 black);
}
header .shortcut a:hover {
  transform: scale(1.1);
}

#nazo {
  width: calc(96% - 1.6em);
  max-width: 1200px;
  background-image: url(../images/green.png);
  position: relative;
  margin: auto;
  padding: 5em 0;
}
#nazo:before {
  content: "";
  display: block;
  width: 0.5em;
  height: 100%;
  background-image: url(../images/nazo-line.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -0.4em;
  top: 0;
}
#nazo:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 100%;
  background-image: url(../images/nazo-line.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: -0.4em;
  top: 0;
}
#nazo .title {
  width: 100%;
  max-width: 580px;
  margin: auto;
  margin-bottom: 3em;
}
#nazo .h-title {
  position: fixed;
  width: calc(96% - 1.6em);
  max-width: 1200px;
  margin: 0 auto;
  top: 0.5em;
  z-index: 2;
}
#nazo .h-title img {
  width: 140px;
  margin-left: 1em;
}
#nazo .h-title2 {
  position: fixed;
  width: calc(96% - 1.6em);
  max-width: 1200px;
  margin: 0 auto;
  top: 0.5em;
  z-index: 2;
}
#nazo .h-title2 a {
  display: block;
  width: fit-content;
  height: auto;
  position: relative;
  margin-left: auto;
}
#nazo .h-title2 img {
  width: 140px;
  margin-left: 1em;
}
#nazo .gakusho {
  width: 150px;
  margin: 1em auto;
}
#nazo p {
  color: #fff;
  text-align: center;
  margin: auto;
}
#nazo .ans-wrap input {
  background-color: #fff;
  padding: 1.5em;
  width: calc(90% - 3em);
  max-width: 400px;
  border-radius: 0.4em;
  margin: auto;
  display: block;
  font-size: 0.9em;
  margin-bottom: 1em;
  position: relative;
}
#nazo .button {
  width: 100%;
  max-width: 360px;
  margin: auto;
  position: relative;
}
#nazo .button a, #nazo .button div {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 28%;
  background-image: url(../images/button_red.png);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
  cursor: pointer;
}
#nazo .button a span, #nazo .button div span {
  display: block;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: 0;
  line-height: 0;
  font-size: 1.2em;
  letter-spacing: 0.1em;
}
#nazo .button.pur a, #nazo .button.pur div {
  background-image: url(../images/button_purple.png);
}
#nazo .button:hover {
  filter: brightness(1.2);
}
#nazo .que-image {
  width: 100%;
  max-width: 870px;
  margin: auto;
  margin-bottom: 2em;
  position: relative;
}
#nazo .que-image .judge-true, #nazo .que-image .judge-wait {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
#nazo .que-title {
  width: 90%;
  max-width: 400px;
  margin: auto;
}
#nazo .true-wrap, #nazo .perfect-wrap {
  display: none;
}
#nazo .score-wrap {
  width: calc(100% - 2em - 8px);
  display: block;
  max-width: 640px;
  margin: auto;
  border: 4px solid #fff;
  position: relative;
  padding: 1em;
  padding-bottom: calc(1em + 30px);
  margin-bottom: 5em;
}
#nazo .score-wrap .score-title {
  display: block;
  font-size: 1em;
  text-align: center;
  color: #fff;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}
#nazo .score-wrap .score-num {
  font-size: 4em;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
#nazo .score-wrap .score-num span {
  font-size: 0.5em;
}
#nazo .score-wrap .share-wrap {
  display: flex;
  justify-content: center;
  position: absolute;
  top: calc(100% - 30px);
  left: 0;
  right: 0;
  margin: auto;
}
#nazo .score-wrap .share-wrap a {
  display: block;
  width: calc(50% - 8px);
  max-width: 160px;
  margin: 4px;
  text-align: center;
  border-radius: 0.3em;
  overflow: hidden;
}
#nazo .score-wrap .share-wrap a:hover {
  filter: brightness(1.2);
}
#nazo .chr-wrap {
  margin-top: 2em;
  margin-bottom: 4em;
}
#nazo .chr-wrap p {
  font-family: "RocknRoll One", sans-serif;
  text-align: left;
  display: block;
  width: 100%;
}
#nazo .chr-wrap .chr-set {
  width: 100%;
  max-width: 500px;
  margin: auto;
}
#nazo .chr-wrap .chr {
  max-width: 500px;
  padding-left: 100px;
  display: block;
  margin: auto;
  min-height: 100px;
  position: relative;
  margin-bottom: 1.5em;
  display: flex;
  justify-content: start;
  align-items: center;
}
#nazo .chr-wrap .chr:after {
  content: "";
  width: 100px;
  height: 100px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
#nazo .chr-wrap .chr.shin:after {
  background-image: url(../images/serif_shin.png);
}
#nazo .chr-wrap .chr.kazama:after {
  background-image: url(../images/serif_kazama.png);
}
#nazo .chr-wrap .chr.nene:after {
  background-image: url(../images/serif_nene.png);
}
#nazo .chr-wrap .chr.masao:after {
  background-image: url(../images/serif_masao.png);
}
#nazo .chr-wrap .chr.bow:after {
  background-image: url(../images/serif_bow.png);
}

#mv {
  background: #120619;
}
#mv .mv-wrap {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
#mv .catch-wrap {
  background: #FFDC00;
  width: 92%;
  padding: 4%;
}
#mv .catch-wrap .catch {
  width: calc(100% - 200px);
  max-width: calc(800px - 200px);
  padding-left: 200px;
  position: relative;
  margin: auto;
}
#mv .catch-wrap .catch:before {
  content: "";
  display: block;
  width: 200px;
  height: 100%;
  background-image: url(../images/ch_01.png);
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}

#news {
  padding: 4% 0 0;
}
#news:before, #news:after {
  content: "";
  width: 20%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  z-index: 1;
}
#news:before {
  background-image: url(../images/ch_02.png);
  left: 0;
}
#news:after {
  background-image: url(../images/ch_03.png);
  right: 0;
}
#news .news-wrap {
  width: 70%;
  padding: 0 15%;
  max-width: 800px;
  margin: auto;
  position: relative;
}
#news .news-wrap ul {
  padding: 0 2%;
  height: 17em;
  overflow: scroll;
}
#news .news-wrap ul li {
  background: #FFDC00;
  border: 2px solid #000;
  border-radius: 0.5em;
  padding: 1em;
  position: relative;
  margin-bottom: 0.5em;
  box-shadow: 2px 2px 0 #000;
}
#news .news-wrap ul li .news-date {
  text-align: center;
  font-weight: 600;
  font-size: 0.8em;
}
#news .news-wrap ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0;
}
#news .news-wrap ul li:hover {
  background: #FFEE83;
}

.spbn-wrap {
  width: 80%;
  max-width: 1200px;
  margin: 2% auto;
  padding-bottom: 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.spbn-wrap .spbn {
  width: calc(100% / 3);
}
.spbn-wrap .spbn:hover {
  filter: brightness(1.2);
}

#intro {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 2em 0;
  margin-bottom: 2em;
}
#intro .inner-wrap {
  max-width: 768px;
  margin: auto;
}
#intro .intro-wrap p {
  font-size: 0.8em;
}
#intro .intro-wrap p span {
  font-weight: 600;
}

#corona .inner-wrap {
  max-width: 768px;
  margin: auto;
}
#corona .inner-wrap p {
  font-size: 0.8em;
}
#corona .corona-wrap {
  border: 2px solid #000;
  border-radius: 0.5em;
  box-shadow: 2px 2px 0 #000;
  background-color: #fff;
  overflow: hidden;
  margin: 2em auto;
}
#corona .corona-wrap .corona-bt {
  background: #ddd;
  padding: 1em;
  padding-right: 2em;
  position: relative;
  font-size: 1em;
  cursor: pointer;
}
#corona .corona-wrap .corona-bt:after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  display: block;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
  position: absolute;
  top: 0%;
  bottom: 0;
  right: 1em;
  margin: auto;
}
#corona .corona-wrap .corona-bt.active:after {
  transform: rotate(135deg);
}
#corona .corona-wrap .corona-ac {
  font-size: 0.8em;
  display: none;
}
#corona .corona-wrap .corona-ac ul {
  padding: 1em;
  list-style-type: decimal;
  padding-left: 2em;
}
#corona .corona-wrap .corona-ac ul li {
  margin-bottom: 0.2em;
}

#play-img {
  height: auto;
  padding: 2em 0;
  margin: 0 auto;
  background-image: url(../images/pt01.png);
  overflow: hidden;
}

#story {
  background-color: rgba(178, 214, 255, 0.6);
  padding: 4% 0;
}
#story .story-wrap {
  width: 80%;
  max-width: 800px;
  padding: 10%;
  margin: auto;
  background-image: url(../images/story_back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#story .story-wrap div {
  width: 80%;
  margin: auto;
  padding: 10%;
}
#story .story-wrap div p {
  margin-bottom: 1em;
}
#story .chara-wrap {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
#story .chara-wrap h3 {
  background: #fff;
  padding: 0.5em 2em;
  margin: auto;
  width: fit-content;
  border-radius: 2em;
}
#story .chara-wrap .chara-bts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
#story .chara-wrap .chara-bts .chara {
  position: relative;
}
#story .chara-wrap .chara-bts .chara a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#story .chara-wrap .chara-bts .chara img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#story .chara-wrap .chara-bts .chara:hover img {
  transform: scale(1.1);
}

#info {
  padding: 4% 0;
  background-image: url(../images/bg.png);
  position: relative;
}
#info .info-wrap {
  width: 60%;
  padding: 0 20%;
}
#info:before {
  content: "";
  width: 20%;
  height: 100%;
  display: block;
  background-image: url(../images/ch_04.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
#info:after {
  content: "";
  width: 20%;
  height: 100%;
  display: block;
  background-image: url(../images/ch_05.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}

#message {
  padding: 4% 0;
  background-color: rgba(241, 100, 134, 0.6);
}
#message .message-wrap {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  align-items: flex-start;
}
#message .message-wrap .message {
  display: block;
  width: 48%;
  margin: 0 auto;
}
#message .message-wrap .message h5 {
  display: block;
  background-color: #fff;
  padding: 0.5em 1em 0.5em 0.5em;
  border-radius: 2em;
  width: fit-content;
  color: #fe5784;
  margin: 2em auto 0.5em;
}
#message .message-wrap .message h5 span {
  font-size: 0.9em;
  background-color: #fe5784;
  color: #fff;
  padding: 0.2em 0.7em;
  border-radius: 1em;
}
#message .message-wrap .message .youtube {
  margin-bottom: 0.5em;
}
#message .message-wrap .message .comment {
  background-color: #fff;
  padding: 1em;
  border-radius: 0.5em;
}
#message .message-wrap .message .comment p {
  font-size: 0.9em;
}

#play {
  padding: 4% 0;
  background-color: rgba(241, 100, 134, 0.6);
}
#play .play-wrap {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#play .play-wrap .play-card {
  width: calc(25% - 10px);
  background: #fff;
  position: relative;
  border: 2px solid #000;
  border-radius: 0.5em;
  box-shadow: 2px 2px 0 #000;
}
#play .play-wrap .play-card .play-img {
  overflow: hidden;
  border-radius: 0.5em;
}
#play .play-wrap .play-card .play-text {
  padding: 1em;
  padding-top: 0;
  font-size: 0.9em;
}
#play .play-wrap .play-card:before {
  content: "";
  width: 60%;
  height: 0;
  padding-top: 30%;
  display: block;
  position: absolute;
  top: -5%;
  background-image: url(../images/step_01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-10deg);
}
#play .play-wrap .play-card:nth-of-type(2):before {
  background-image: url(../images/step_02.png);
}
#play .play-wrap .play-card:nth-of-type(3):before {
  background-image: url(../images/step_03.png);
}
#play .play-wrap .play-card:nth-of-type(4):before {
  background-image: url(../images/step_04.png);
}

#ticket {
  padding: 4% 0;
  background-image: url(../images/bg.png);
}
#ticket .hl {
  position: relative;
  width: 70%;
}
#ticket .hl:before {
  content: "";
  width: 35%;
  height: 120%;
  display: block;
  position: absolute;
  top: -10%;
  left: -20%;
  background-image: url(../images/ch_06.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#ticket .hl:after {
  content: "";
  width: 35%;
  height: 120%;
  display: block;
  position: absolute;
  top: -10%;
  right: -20%;
  background-image: url(../images/ch_08.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#ticket .ticket-wrap {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  /*ticket-table*/
}
#ticket .ticket-wrap .tab-bt-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 2px solid #000;
  box-shadow: 2px 2px 0 #000;
  border-radius: 0.5em;
  overflow: hidden;
  margin-bottom: 0.5em;
}
#ticket .ticket-wrap .tab-bt-wrap .tab-bt {
  width: 50%;
  text-align: center;
  padding: 1em 0;
  position: relative;
  cursor: pointer;
}
#ticket .ticket-wrap .tab-bt-wrap .tab-bt.bt-holiday:before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: -1px;
}
#ticket .ticket-wrap .tab-bt-wrap .tab-bt.active {
  background-color: #FFDC00;
}
#ticket .ticket-wrap .tab-screen {
  background-color: #fff;
  border: 2px solid #000;
  box-shadow: 2px 2px 0 #000;
  border-radius: 0.5em;
  overflow: hidden;
  margin-bottom: 0.5em;
  padding: 1em;
}
#ticket .ticket-wrap .tab-screen .fee-list {
  display: none;
}
#ticket .ticket-wrap .tab-screen .fee-list.active {
  display: block;
}
#ticket .ticket-wrap .tab-screen .fee-list .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #000;
  border-radius: 0.3em;
  margin-bottom: 0.5em;
}
#ticket .ticket-wrap .tab-screen .fee-list .row:first-of-type {
  border: none;
}
#ticket .ticket-wrap .tab-screen .fee-list .row:first-of-type .col {
  padding-bottom: 0;
  font-size: 0.9em;
}
#ticket .ticket-wrap .tab-screen .fee-list .row:first-of-type .col:last-of-type:before {
  content: none;
}
#ticket .ticket-wrap .tab-screen .fee-list .row .col {
  width: calc(100% / 3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0.5em;
  text-align: center;
}
#ticket .ticket-wrap .tab-screen .fee-list .row .col span {
  font-size: 0.8em;
  display: block;
}
#ticket .ticket-wrap .tab-screen .fee-list .row .col.col-h {
  background-color: #000;
  color: #fff;
  font-size: 0.8em;
}
#ticket .ticket-wrap .tab-screen .fee-list .row .col:last-of-type {
  position: relative;
}
#ticket .ticket-wrap .tab-screen .fee-list .row .col:last-of-type:before {
  content: "";
  width: 0;
  height: 100%;
  border-left: 2px dashed #000;
  position: absolute;
  top: 0;
  left: -1px;
}
#ticket .ticket-wrap .goods-ticket {
  background: #fff;
  position: relative;
  border: 2px solid #000;
  border-radius: 0.5em;
  box-shadow: 2px 2px 0 #000;
  padding: 1em;
  margin-top: 1.5em;
  margin-bottom: 2em;
}
#ticket .ticket-wrap .goods-ticket .goods-ticket-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#ticket .ticket-wrap .goods-ticket .goods-ticket-wrap .goods-ticket-img {
  width: calc(50% - 1em);
  margin-right: 1em;
}
#ticket .ticket-wrap .goods-ticket .goods-ticket-wrap .goods-ticket-text {
  width: 50%;
}
#ticket .ticket-wrap .goods-ticket .goods-ticket-wrap .goods-ticket-text .price {
  font-size: 1.1em;
  font-weight: 600;
  margin-top: 0.5em;
}
#ticket .ticket-wrap .goods-ticket .goods-omake {
  width: calc(100% - 2em);
  height: auto;
  display: flex;
  align-items: center;
  background-color: #fabbca;
  padding: 1em;
  margin-top: 1em;
  border-radius: 0.5em;
}
#ticket .ticket-wrap .goods-ticket .goods-omake .omake-img {
  width: 200px;
}
#ticket .ticket-wrap .goods-ticket .goods-omake .omake-text {
  width: calc(100% - 200px);
  text-align: center;
}
#ticket .ticket-wrap .sales-info {
  padding: 4% 0;
  margin-bottom: 2em;
}
#ticket .ticket-wrap .ticket-readme {
  width: 100%;
  max-width: 600px;
  font-size: 0.8em;
  margin: auto;
  border: 2px solid #000;
  border-radius: 0.5em;
  box-shadow: 2px 2px 0 #000;
  overflow: hidden;
}
#ticket .ticket-wrap .ticket-readme .ticket-readme-bt {
  background: #ddd;
  padding: 1em;
  padding-right: 2em;
  position: relative;
  font-size: 1em;
  cursor: pointer;
}
#ticket .ticket-wrap .ticket-readme .ticket-readme-bt:after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  display: block;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
  position: absolute;
  top: 0%;
  bottom: 0;
  right: 1em;
  margin: auto;
}
#ticket .ticket-wrap .ticket-readme .ticket-readme-bt.active:after {
  transform: rotate(135deg);
}
#ticket .ticket-wrap .ticket-readme .ticket-readme-ac {
  display: none;
  padding: 1em;
  background: #fff;
}
#ticket .ticket-wrap .ticket-readme .ticket-readme-ac p {
  font-size: 0.9em;
}
#ticket .ticket-wrap .fam-table {
  position: relative;
  border: 2px solid #000;
  border-radius: 0.5em;
  box-shadow: 2px 2px 0 #000;
  padding: 1em;
  margin-top: 1.5em;
  margin-bottom: 2em;
  background: #FFDC00;
  cursor: pointer;
}
#ticket .ticket-wrap .fam-table .fam-open {
  display: block;
  text-align: center;
  position: relative;
}
#ticket .ticket-wrap .fam-table .fam-open:after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  display: block;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
  position: absolute;
  top: 0%;
  bottom: 0;
  right: 1em;
  margin: auto;
}
#ticket .ticket-wrap .fam-table .fam-open.active:after {
  transform: rotate(135deg);
}
#ticket .ticket-wrap .fam-table .close {
  display: none;
}
#ticket .ticket-wrap .fam-table .fam-wrap {
  margin-top: 1.5em;
  margin-bottom: 2em;
}
#ticket .ticket-wrap .fam-table .dif-wrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#ticket .ticket-wrap .fam-table .dif-wrap .dif-01 {
  width: calc(50% - 0.5em);
  background-color: #0272c1;
  border: 2px solid #fff;
  border-radius: 8px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
#ticket .ticket-wrap .fam-table .dif-wrap .dif-01 .dif-header {
  background-color: #fff;
  color: #0272c1;
  font-size: 1em;
  text-align: center;
  padding: 0.5em;
}
#ticket .ticket-wrap .fam-table .dif-wrap .dif-01 .dif-content {
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 4%;
}
#ticket .ticket-wrap .fam-table .dif-wrap .dif-01 .fav {
  color: #0272c1;
}
#ticket .ticket-wrap .fam-table .dif-wrap .dif-02 {
  width: calc(50% - 0.5em);
  background-color: #fe5784;
  border: 2px solid #fff;
  border-radius: 8px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
#ticket .ticket-wrap .fam-table .dif-wrap .dif-02 .dif-header {
  background-color: #fff;
  color: #fe5784;
  font-size: 1em;
  text-align: center;
  padding: 0.5em;
}
#ticket .ticket-wrap .fam-table .dif-wrap .dif-02 .dif-content {
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 4%;
}
#ticket .ticket-wrap .fam-table .dif-wrap .dif-02 .fav {
  color: #fe5784;
}
#ticket .ticket-wrap .fam-table .dif-wrap .dif-01 li, #ticket .ticket-wrap .fam-table .dif-wrap .dif-02 li {
  text-align: left;
  margin-bottom: 0.3em;
  font-weight: 600;
}
#ticket .ticket-wrap .fam-table .dif-wrap .dif-01 .fav, #ticket .ticket-wrap .fam-table .dif-wrap .dif-02 .fav {
  background-color: #fff;
  padding: 0.5em;
  border-radius: 4px;
}
#ticket .ticket-wrap .fam-table .fc-title {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 8px;
}
#ticket .ticket-wrap .fam-table .fc-title span {
  display: block;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  padding: 5px 8px;
  margin-top: 6px;
}
#ticket .ticket-wrap .fam-table .team-sample {
  margin: 40px auto 20px;
}
#ticket .ticket-wrap .fam-table .team-sample .team-sample-img {
  width: 92%;
  max-width: 800px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 12px;
  padding: 4%;
}
#ticket .ticket-wrap .fam-table .team-sample .team-sample-img .team-sample-img-sin {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}
#ticket .ticket-wrap .fam-table .team-sample .team-sample-img .team-sample-img-sin:nth-of-type(1) {
  border-top: none;
}
#ticket .ticket-wrap .fam-table .team-sample .team-sample-img .team-sample-img-sin .arrow {
  width: 60px;
  height: 70px;
  background-image: url("../images/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
#ticket .ticket-wrap .fam-table .team-sample .team-sample-img .team-sample-img-sin .img-a img, #ticket .ticket-wrap .fam-table .team-sample .team-sample-img .team-sample-img-sin .img-b img {
  width: 100%;
}
#ticket .ticket-wrap .fam-table .team-sample .team-sample-img .team-caution {
  font-size: 12px;
  text-align: center;
}
#ticket .ticket-wrap .fam-table .fc-price {
  margin: 60px auto 30px;
}
#ticket .ticket-wrap .fam-table .fc-caption li {
  font-size: 0.8em;
  margin-bottom: 12px;
}
#ticket .ticket-wrap .fam-table .fc-caption li div {
  font-size: 0.7em;
}
#ticket .ticket-wrap .ticket-table {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
#ticket .ticket-wrap .ticket-table .table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#ticket .ticket-wrap .ticket-table .table-row .table-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 35%;
  text-align: center;
  border: 1px solid #000;
  border-left: none;
  border-bottom: none;
  padding: 16px 4px;
  font-size: 16px;
  height: 60px;
  background-color: #fff;
  position: relative;
}
#ticket .ticket-wrap .ticket-table .table-row .table-col span {
  font-size: 10px;
  display: block;
}
#ticket .ticket-wrap .ticket-table .table-row .table-col:nth-of-type(1) {
  width: 30%;
  border-left: 1px solid #000;
}
#ticket .ticket-wrap .ticket-table .table-row .table-col.bg-o {
  background-color: #ddd;
  color: #000;
}
#ticket .ticket-wrap .ticket-table .table-row.thead .table-col {
  border: none;
  font-size: 12px;
  background-color: transparent;
}
#ticket .ticket-wrap .ticket-table .table-row.bottom {
  margin-bottom: 8px;
}
#ticket .ticket-wrap .ticket-table .table-row.bottom .table-col {
  border-bottom: 1px solid #000;
}
#ticket .ticket-wrap .ticket-table .course-f {
  display: block;
  width: 140px;
  font-size: 16px;
  background-color: #ffffe0;
  border: 1px solid #ddd;
  padding: 10px 30px 10px 0px;
  line-height: 1.2em;
  position: absolute;
  letter-spacing: 0.1em;
  top: -20px;
  transform: rotate(-5deg);
  color: #000;
  font-weight: 400;
}
#ticket .ticket-wrap .ticket-table .course-f:after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px dashed #ddd;
}
#ticket .area-wrap {
  margin: auto;
  margin-top: 2em;
  max-width: 800px;
  height: auto;
}
#ticket .area-wrap .area-info {
  background-color: #FFDC00;
  border: 2px solid #000;
  border-radius: 0.5em;
  box-shadow: 2px 2px 0 #000;
  margin: auto;
  padding: 1em;
  margin-bottom: 1em;
}
#ticket .area-wrap .area-info h3 {
  margin-bottom: 0;
}
#ticket .area-wrap .area-info .scheduler-bt {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: 1em;
}
#ticket .area-wrap .area-info .scheduler-bt button {
  background-color: #fe060b;
  color: #fff;
  width: 280px;
  height: 80px;
  line-height: 1.3em;
  font-weight: 600;
  font-size: 1em;
  border-radius: 0.5em;
  border: 2px solid #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  margin: 0.5em;
  cursor: pointer;
  position: relative;
}
#ticket .area-wrap .area-info .scheduler-bt button:hover {
  background-color: #ff6366;
}
#ticket .area-wrap .area-info .scheduler-bt button.active {
  background-color: #da0000;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  cursor: initial;
}
#ticket .area-wrap .area-info .scheduler-bt button:nth-of-type(2):after {
  content: "キャンペーン対象チケット";
  background-color: #fedc00;
  border: 2px solid #fd070e;
  position: absolute;
  color: #fd070e;
  font-size: 12px;
  padding: 8px 11px;
  line-height: 1em;
  border-radius: 2em;
  bottom: -1.5em;
  right: 0;
  left: 0;
  width: fit-content;
  margin: auto;
  display: block;
}
#ticket .area-wrap .area-info .open-bt {
  background-color: #000;
  color: #fff;
  text-align: center;
  width: fit-content;
  padding: 0.5em 2em;
  margin: auto;
  border-radius: 2em;
  cursor: pointer;
}
#ticket .area-wrap .area-info .area-ac {
  border: 1px solid #000;
  padding: 0.5em;
  border-radius: 0.2em;
  background-color: #fff;
  margin-top: 1em;
  display: none;
  text-align: center;
}
#ticket .area-wrap .area-info .area-ac h4 {
  padding: 2em 0;
}
#ticket .area-wrap .area-info .area-ac .sales {
  padding: 1em;
  border-radius: 0.5em;
  margin-bottom: 1em;
}
#ticket .area-wrap .area-info .area-ac .sales span {
  display: inline-block;
}
#ticket .area-wrap .area-info .area-ac .address {
  text-align: center;
}
#ticket .area-wrap .area-info .area-ac .access, #ticket .area-wrap .area-info .area-ac .contact {
  text-align: center;
  margin-top: 2em;
}
#ticket .area-wrap .area-info .area-ac .reserve {
  margin-top: 2em;
}
#ticket .area-wrap .area-info .area-ac .reserve a {
  background: #3172b8;
  border: 2px solid #000;
  border-radius: 0.3em;
  text-align: center;
  padding: 1em 2em;
  color: #fff;
  display: block;
  margin: auto;
}
#ticket .area-wrap .area-info .area-ac .credit {
  border: 7px solid #aaa;
  font-size: 0.8em;
  padding: 1em;
  margin-top: 2em;
  background-color: #eee;
}
#ticket .area-wrap .area-info .area-ac .credit .day-contact h6 {
  background-color: #000;
  color: #fff;
  padding: 0.5em 1em;
  margin: 1em auto 0.5em;
}

#goods {
  background-color: rgba(178, 214, 255, 0.6);
  padding: 4% 0;
}
#goods .goods-wrap {
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: auto;
  flex-wrap: wrap;
}
#goods .goods-wrap .goods-card {
  width: calc(100% / 3 - 3em);
  margin: 0.75em;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0.75em;
  border-radius: 0.5em;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
#goods .goods-wrap .goods-card .goods-detail .name {
  font-size: 1.1em;
  font-weight: 600;
  text-align: center;
}
#goods .goods-wrap .goods-card .goods-detail .price {
  text-align: center;
  font-size: 1.2em;
}
#goods .goods-wrap .goods-card .goods-detail .spec {
  background-color: #ddd;
  text-align: center;
  margin-bottom: 0.5em;
}
#goods .goods-wrap .goods-card.over2000 {
  width: calc(100% - calc(100% / 3) - 3em);
  background-color: #0272c1;
  color: #fff;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#goods .goods-wrap .goods-card.over2000 .goods-img {
  width: 45%;
}
#goods .goods-wrap .goods-card.over2000 .goods-detail {
  width: calc(55% - 1em);
  margin-left: 1em;
}
#goods .goods-wrap .goods-card.over2000 .goods-detail .name {
  margin-bottom: 0.5em;
}
#goods .goods-wrap .goods-card.over2000 .goods-note {
  display: block;
  margin-top: 0.5em;
  font-size: 0.8em;
}

#readme {
  padding: 4% 0;
}
#readme .qa-wrap {
  width: calc(100% - 1em - 4px);
  max-width: 800px;
  margin: auto;
  background-color: #ddd;
  border: 2px solid #000;
  border-radius: 0.5em;
  box-shadow: 2px 2px 0 #000;
  padding: 0.5em;
  margin-bottom: 0.5em;
}
#readme .qa-wrap .qa-bt {
  position: relative;
  cursor: pointer;
}
#readme .qa-wrap .qa-bt:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  display: block;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
  position: absolute;
  top: 0%;
  bottom: 0;
  right: 1em;
  margin: auto;
}
#readme .qa-wrap .qa-bt.active:after {
  transform: rotate(135deg);
}
#readme .qa-wrap .qa-ac {
  display: none;
}
#readme .qa-wrap .qa-ac .qa-block {
  background-color: #fff;
  padding: 0.5em;
  margin-top: 0.3em;
  border-radius: 0.3em;
  font-size: 0.8em;
}
#readme .qa-wrap .qa-ac .qa-block .qa-title {
  font-weight: 600;
  margin-bottom: 0.2em;
}
#readme .qa-wrap .qa-ac .qa-block ul li {
  margin-bottom: 0.2em;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 0.4em;
}
#readme .qa-wrap .qa-ac .qa-block ul li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
#readme .qa-wrap .qa-ac .qa-block table {
  border: 1px solid #fff;
  text-align: left;
}
#readme .qa-wrap .qa-ac .qa-block table th, #readme .qa-wrap .qa-ac .qa-block table td {
  border: 1px solid #fff;
  padding: 0.5em;
}
#readme .qa-wrap .qa-ac .qa-block table th {
  background-color: rgba(0, 0, 0, 0.3);
}

footer {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
footer .logo-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  margin: 2em auto 0;
}
footer .movie-link {
  width: 100%;
  background-color: #FFDC00;
  padding: 2em 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
footer .movie-link.double {
  display: flex;
  justify-content: center;
}
footer .movie-link.double a {
  margin: 4%;
}
footer .movie-link a {
  display: block;
  width: 90%;
  max-width: 400px;
  height: auto;
  background-color: #ddd;
  border: 2px solid #000;
  margin: auto;
  border-radius: 0.5em;
  overflow: hidden;
  box-shadow: 2px 2px 0 #000;
}
footer .movie-link a:hover {
  opacity: 0.8;
}
footer .link-bn-wrap {
  display: flex;
  justify-content: center;
  padding: 1em 0;
}
footer .link-bn-wrap .link-bn {
  width: 50%;
  max-width: 310px;
  margin: 0.5em;
}
footer .link-bn-wrap .link-bn a {
  display: block;
  width: 100%;
  background-color: #ddd;
  border: 2px solid #000;
  border-radius: 0.5em;
  overflow: hidden;
  box-shadow: 2px 2px 0 #000;
}
footer .link-bn-wrap .link-bn a:hover {
  opacity: 0.8;
}
footer .mailmg {
  width: 100%;
  background-color: #3172b8;
  border-bottom: 1px solid #fff;
}
footer .mailmg a {
  display: block;
}
footer .mailmg a img {
  width: 90%;
  max-width: 320px;
  margin: auto;
}
footer .danin {
  width: 100%;
  background-color: #2c6caa;
}
footer .danin a {
  display: block;
}
footer .danin a img {
  width: 90%;
  max-width: 320px;
  margin: auto;
}
footer .credit {
  padding: 1em;
  font-size: 0.8em;
  text-align: center;
}
footer .credit span {
  display: block;
  margin-bottom: 1em;
}

.modal-set {
  display: none;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: auto;
  margin-bottom: 1em;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.md-min {
  width: 100%;
  max-width: 400px;
  margin: auto;
  margin-bottom: 1em;
}

.modal-bt {
  display: block;
  padding: 0.5em 1em;
  border: 2px solid #000;
  border-radius: 2em;
  text-align: center;
  margin: auto;
  width: fit-content;
  background-color: #FFDC00;
  box-shadow: 2px 2px 0 #000;
  color: #000;
}

.modaal-container {
  border-radius: 0.5em;
  max-width: 600px;
}

@media screen and (max-width: 1000px) {
  body {
    padding-top: 136px;
  }

  header nav {
    width: 100%;
    padding-left: 0;
    padding-top: 80px;
  }
  header .top-logo {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 160px;
  }

  #goods .goods-wrap .goods-card {
    width: calc(100% / 2 - 3em);
  }
  #goods .goods-wrap .goods-card.over2000 {
    width: calc(100% - 3em);
    background-color: #0272c1;
    color: #fff;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #goods .goods-wrap .goods-card.over2000 .goods-img {
    width: 100%;
  }
  #goods .goods-wrap .goods-card.over2000 .goods-detail {
    width: 100%;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }

  header .shortcut {
    width: 120px;
  }
  header .share {
    bottom: 140px;
  }
  header .nav-bt {
    display: block;
    z-index: 11;
  }
  header nav {
    width: 0;
    height: 100vh;
    padding-left: 0;
    padding-top: 0;
    background: rgba(0, 0, 0, 0.3);
    left: -50%;
    position: fixed;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
  }
  header nav.active {
    left: 0;
    width: 100vw;
  }
  header nav:after {
    content: "";
    width: 40px;
    height: 100%;
    background: #FFDC00;
    position: absolute;
    top: 0;
    left: 0;
  }
  header nav ul {
    position: relative;
    z-index: 1;
    padding-left: 1em;
    padding-top: 1em;
  }
  header nav ul li {
    display: block;
  }
  header nav ul li a {
    height: 74px;
  }
  header .top-logo {
    display: none;
  }

  #mv .catch-wrap .catch {
    width: 100%;
    padding-left: 0;
    padding-top: 10%;
  }
  #mv .catch-wrap .catch img {
    position: relative;
    z-index: 1;
  }
  #mv .catch-wrap .catch:before {
    content: "";
    display: block;
    width: 100%;
    height: 70%;
    top: -25%;
    left: 0;
    z-index: 0;
  }

  #message .message-wrap {
    flex-direction: column;
  }
  #message .message-wrap .message {
    width: 100%;
  }
  #news .news-wrap {
    width: 100%;
    padding: 0 0%;
  }
  #news .news-wrap:before, #news .news-wrap:after {
    content: none;
  }
  #news .news-wrap ul {
    padding: 0 2%;
  }
  #news .news-wrap ul li {
    background: #FFDC00;
    border: 2px solid #000;
    border-radius: 0.5em;
    padding: 1em;
    position: relative;
    margin-bottom: 0.5em;
    box-shadow: 2px 2px 0 #000;
    text-align: center;
  }
  #news .news-wrap ul li .news-date {
    text-align: center;
    font-weight: 600;
    font-size: 0.8em;
  }
  #news .news-wrap ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0;
  }
  #news .news-wrap ul li:hover {
    background: #FFEE83;
  }

  .spbn-wrap {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    background-color: rgba(255, 2, 8, 0.6);
    padding: 4% 0;
    margin: 0 auto;
    margin-top: 1em;
    width: 100%;
  }
  .spbn-wrap .spbn {
    width: 92%;
    margin: auto;
  }

  #info {
    padding: 4% 0;
    margin-bottom: 2em;
    position: relative;
  }
  #info .info-wrap {
    width: 100%;
    padding: 0;
  }
  #info:before, #info:after {
    content: none;
  }

  #play .play-wrap {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #play .play-wrap .play-card {
    width: calc(100% - 10px);
    margin-bottom: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #play .play-wrap .play-card .play-img {
    width: 50%;
  }
  #play .play-wrap .play-card .play-detail {
    width: 50%;
    padding: 1em;
    padding-left: 0;
  }
  #play .play-wrap .play-card .play-text {
    padding: 0em;
    padding-left: 1em;
    padding-top: 0;
    font-size: 0.9em;
  }
  #play .play-wrap .play-card:before {
    content: "";
    width: 100px;
    height: 0;
    padding-top: 40px;
  }

  #ticket .hl {
    width: 100%;
  }
  #ticket .hl:before, #ticket .hl:after {
    content: none;
  }
  #ticket .ticket-wrap .tab-screen {
    background-color: initial;
    border: none;
    margin-bottom: 0.5em;
    padding: 0;
    box-shadow: none;
  }
  #ticket .ticket-wrap .tab-screen .fee-list {
    display: none;
  }
  #ticket .ticket-wrap .tab-screen .fee-list .row {
    background-color: #fff;
  }
  #ticket .ticket-wrap .tab-screen .fee-list .row:first-of-type {
    border: none;
  }
  #ticket .ticket-wrap .tab-screen .fee-list .row:first-of-type .col {
    padding-bottom: 0;
    font-size: 0.9em;
  }
  #ticket .ticket-wrap .tab-screen .fee-list .row:first-of-type .col:last-of-type:before {
    content: none;
  }
  #ticket .ticket-wrap .tab-screen .fee-list .row .col {
    text-align: center;
  }
  #ticket .ticket-wrap .tab-screen .fee-list .row .col span {
    font-size: 0.8em;
    display: block;
  }
  #ticket .ticket-wrap .tab-screen .fee-list .row .col.col-h {
    background-color: #000;
    color: #fff;
    font-size: 0.8em;
  }
  #ticket .ticket-wrap .sales-info {
    padding: 4% 0;
  }
  #ticket .ticket-wrap .ticket-readme {
    width: calc(100% - 4px);
    max-width: 600px;
    font-size: 0.8em;
    margin: auto;
  }
  #ticket .ticket-wrap .goods-ticket .goods-ticket-wrap {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #ticket .ticket-wrap .goods-ticket .goods-ticket-wrap .goods-ticket-img {
    width: 100%;
    margin-right: auto;
    margin-bottom: 1em;
  }
  #ticket .ticket-wrap .goods-ticket .goods-ticket-wrap .goods-ticket-text {
    width: 100%;
  }
  #ticket .ticket-wrap .fam-table {
    padding: 0.5em;
  }
  #ticket .ticket-wrap .fam-table .fam-open {
    font-size: 0.8em;
    text-align: left;
    padding: 0.5em;
  }
  #ticket .ticket-wrap .fam-table .fam-wrap .dif-wrap {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #ticket .ticket-wrap .fam-table .fam-wrap .dif-wrap .dif-01 {
    width: 100%;
    margin-bottom: 1em;
  }
  #ticket .ticket-wrap .fam-table .fam-wrap .dif-wrap .dif-01 .dif-header {
    font-size: 12px;
  }
  #ticket .ticket-wrap .fam-table .fam-wrap .dif-wrap .dif-01 .dif-content {
    font-size: 12px;
  }
  #ticket .ticket-wrap .fam-table .fam-wrap .dif-wrap .dif-02 {
    width: 100%;
  }
  #ticket .ticket-wrap .fam-table .fam-wrap .dif-wrap .dif-02 .dif-header {
    font-size: 12px;
  }
  #ticket .ticket-wrap .fam-table .fam-wrap .dif-wrap .dif-02 .dif-content {
    font-size: 12px;
  }
  #ticket .area-wrap {
    margin: auto;
    margin-top: 2em;
    max-width: 800px;
    height: auto;
  }
  #ticket .area-wrap .area-info {
    background-color: #FFDC00;
    border: 2px solid #000;
    border-radius: 0.5em;
    box-shadow: 2px 2px 0 #000;
    margin: auto;
    padding: 1em;
    margin-bottom: 1em;
  }
  #ticket .area-wrap .area-info h3 {
    margin-bottom: 0;
  }
  #ticket .area-wrap .area-info .scheduler-bt {
    flex-direction: column;
    align-items: center;
  }
  #ticket .area-wrap .area-info .open-bt {
    background-color: #000;
    color: #fff;
    text-align: center;
    width: fit-content;
    padding: 0.5em 2em;
    margin: auto;
    border-radius: 2em;
    cursor: pointer;
  }
  #ticket .area-wrap .area-info .area-ac {
    border: 2px solid #000;
    padding: 0.5em;
    border-radius: 0.2em;
    background-color: #fff;
    margin-top: 1em;
    display: none;
    text-align: center;
  }
  #ticket .area-wrap .area-info .area-ac .address {
    text-align: center;
  }
  #ticket .area-wrap .area-info .area-ac .access, #ticket .area-wrap .area-info .area-ac .contact {
    text-align: center;
    margin-top: 2em;
  }
  #ticket .area-wrap .area-info .area-ac .reserve {
    margin-top: 2em;
  }
  #ticket .area-wrap .area-info .area-ac .reserve a {
    background: #3172b8;
    border: 2px solid #000;
    border-radius: 0.3em;
    text-align: center;
    padding: 1em 2em;
    color: #fff;
    display: block;
    margin: auto;
  }

  #story .inner-wrap {
    overflow: hidden;
  }
  #story .story-wrap {
    width: 100%;
    max-width: 800px;
    padding: 20%;
    margin: 0 -20%;
  }
  #story .story-wrap div {
    width: 90%;
    margin: auto;
    padding: 10% 5%;
  }

  #ticket .ticket-wrap .goods-ticket .goods-omake {
    flex-direction: column;
  }
  #ticket .ticket-wrap .goods-ticket .goods-omake .omake-text {
    width: 100%;
  }
  #ticket .ticket-wrap .goods-ticket .goods-omake .omake-img {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  #goods .goods-wrap .goods-card {
    width: calc(100%);
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  #goods .goods-wrap .goods-card .goods-img {
    width: calc(150px - 1em);
    margin-right: 1em;
  }
  #goods .goods-wrap .goods-card .goods-detail {
    width: calc(100% - 150px);
  }
  #goods .goods-wrap .goods-card.over2000 {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #goods .goods-wrap .goods-card.over2000 .goods-img {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0.5em;
  }
  #goods .goods-wrap .goods-card.over2000 .goods-detail {
    width: 100%;
  }

  footer .movie-link.double {
    flex-direction: column;
  }
}
/*ここからカレンダー*/
/*API*/
#ticket_api {
  display: none;
  opacity: 0;
  transition: opacity;
  background: none;
  margin: 1em auto 1em;
}

#ticket_api.on {
  display: block;
  animation: ticket_on 0.2s forwards;
}

@keyframes ticket_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#ticket_api .note {
  margin: 30px auto 0 auto;
  color: #ffffff;
  line-height: 1.6;
  font-size: 12px;
}

#ticket_api .note a {
  color: #ffffff;
}

#ticket_api .note a:hover {
  text-decoration: none;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  /*日程*/
  #schedule {
    background: none;
    margin-top: 50px;
  }

  #schedule .contentBox {
    display: block;
  }

  #schedule .contentBox .imgBox {
    width: 76%;
    padding: 0 0 0 0;
    margin: 0 auto 0 auto;
  }

  #schedule .contentBox .txtBox {
    width: 100%;
    text-align: left;
    margin: 20px auto 0 auto;
  }

  #schedule .contentBox .txtBox h2 {
    width: 100%;
    color: #00bdad;
    text-align: left;
    margin: 0 0 0 0;
    border-bottom: none;
  }

  #schedule .contentBox .txtBox h3 {
    color: #00bdad;
    text-align: left;
    font-size: 4vw;
    border-bottom: none;
  }

  #schedule .contentBox .txtBox .txt01 {
    text-align: left;
    font-size: 3.4vw;
    font-weight: bold;
  }

  #schedule .contentBox .txtBox .txt02 {
    text-align: left;
    font-size: 3.4vw;
    margin: 20px 0 0 0;
  }

  #eventdetails .txtWrap.col2 {
    display: block;
  }

  #eventdetails .txtWrap.col2 .txtBox {
    width: 100%;
    margin: 10px 0 0 0;
  }

  #eventdetails .txtWrap.col2 .btnBox {
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 0 0 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #eventdetails .txtWrap.col2 .btnBox .btn {
    width: 48%;
    margin: 0 0 10px 0;
  }

  #eventdetails #back {
    padding-top: 80px;
  }

  #eventdetails .btnBox .btn {
    width: 100%;
  }
}
/*====================*/
.ticketWrap {
  background: #ff0208;
  margin: 0 auto 0 auto;
  padding: 20px 3% 20px 3%;
  position: relative;
  border-radius: 0.5em;
  transition: height 0.7s;
}

.ticketWrap .naviBox {
  height: 80px;
  margin: 0 auto;
  padding: 0 0 0 0;
  overflow: hidden;
}

.ticketWrap .naviBox .prevBtn {
  width: 50px;
  height: 80px;
  background: #ffffff;
  z-index: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 3%;
}
.ticketWrap .naviBox .prevBtn:after {
  content: none;
}

.ticketWrap .naviBox .prevBtn:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 3px #626262;
  border-right: solid 3px #626262;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin: -8px 0 0 -3px;
  position: absolute;
}

.ticketWrap .naviBox .nextBtn {
  width: 50px;
  height: 80px;
  background: #ffffff;
  z-index: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 3%;
}
.ticketWrap .naviBox .nextBtn:after {
  content: none;
}

.ticketWrap .naviBox .nextBtn:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 3px #626262;
  border-right: solid 3px #626262;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -8px 0 0 -10px;
  position: absolute;
}

.ticketWrap .naviBox .prevBtn:hover,
.ticketWrap .naviBox .nextBtn:hover {
  opacity: 0.7;
}

.ticketWrap .naviBox .prevBtn span,
.ticketWrap .naviBox .nextBtn span {
  display: none;
}

.ticketWrap .naviBox .comm {
  width: 100%;
  top: 25px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  position: relative;
  display: none;
}

.ticketWrap .naviBox ul {
  background: rgba(0, 0, 0, 0.2);
  height: 80px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  overflow-scrolling: touch;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}

.ticketWrap .naviBox ul::-webkit-scrollbar {
  height: 0;
}

.ticketWrap .naviBox ul li {
  margin: 0 2px 0 0;
  position: relative;
  cursor: pointer;
  opacity: 0.85;
}

.ticketWrap .naviBox ul li .scheduleBox {
  background: #ffffff;
  display: block;
  width: 80px;
  height: 80px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  color: #676767;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.ticketWrap .naviBox ul li.cr {
  opacity: 1;
}

.ticketWrap .naviBox ul li.cr .scheduleBox {
  background: #fbe663;
}

.ticketWrap .naviBox ul li .scheduleBox:hover {
  opacity: 0.7;
}

.ticketWrap .naviBox ul li .scheduleBox .date {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  top: 28px;
}

.ticketWrap .naviBox ul li .scheduleBox .state {
  bottom: 10px;
  width: 100%;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  color: #676767;
  margin-top: 10px;
}

.ticketWrap .naviBox ul li .scheduleBox .state span {
  font-size: 10px;
  font-weight: 500;
}

.ticketWrap .naviBox ul li .scheduleBox.present .state span {
  color: #32b16c;
}

.ticketWrap .naviBox ul li .scheduleBox.present .state span:before {
  content: "○";
}

.ticketWrap .naviBox ul li .scheduleBox.sold .state {
  color: #9d9d9d;
}

.ticketWrap .naviBox ul li .scheduleBox.sold .state span:before {
  content: "✕";
}

.ticketWrap .naviBox ul li .scheduleBox.few .state {
  color: #960b0b;
}

.ticketWrap .naviBox ul li .scheduleBox.few .state span:before {
  content: "△";
}

.ticketWrap .detailsWrap {
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.7s 0.2s;
}

.ticketWrap .detailsWrap.loading {
  opacity: 0;
  transition-duration: 0s;
  transition-delay: 0s;
}

.ticketWrap .detailsBox .tit {
  margin: 0;
  padding: 20px 0 20px 0;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.ticketWrap .detailsBox .tit .tit01 {
  font-size: 25px;
  margin-right: 5px;
  padding-bottom: 2px;
}

.ticketWrap .detailsBox .details {
  background: #ffffff;
  padding: 2%;
}

.ticketWrap .detailsBox .details h4 {
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1;
  border-bottom: 2px solid #bfbfbf;
  position: relative;
}

.ticketWrap .detailsBox .details a.scrap {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 15px;
  color: #0e70bb;
  font-size: 15px;
}

.ticketWrap .detailsBox .details .no_events {
  text-align: center;
  margin: 50px auto;
  opacity: 0.5;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  .ticketWrap .naviBox ul li .scheduleBox:hover {
    opacity: 1;
  }

  .ticketWrap .detailsBox .details h4 {
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1;
    border-bottom: 2px solid #bfbfbf;
    position: relative;
    line-height: 2;
  }

  .ticketWrap .detailsBox .details a.scrap {
    position: relative;
    right: 0;
    text-align: right;
  }

  .ticketWrap .naviBox .prevBtn:hover,
.ticketWrap .naviBox .nextBtn:hover {
    opacity: 1;
  }
}
/*====================*/
.ticketWrap .detailsBox .details a.scrap:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #0e70bb;
  border-right: solid 2px #0e70bb;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -5px 0 0 0px;
  position: absolute;
}

.ticketWrap .detailsBox .details a.scrap:hover {
  text-decoration: none;
  opacity: 0.7;
}

.ticketWrap .detailsBox .details ul {
  /*
  						margin-left: -15px;
  						margin-right: -15px;
  						list-style: none;
  						display: block;
  						margin: 0 -5px;
  						padding: 0;
  						margin-bottom: 50px;
  */
  width: 102%;
  list-style: none;
  display: block;
  margin-bottom: 50px;
  margin-top: 2%;
}

.ticketWrap .detailsBox .details ul:before, .ticketWrap .detailsBox .details ul:after {
  content: " ";
  display: table;
}

.ticketWrap .detailsBox .details ul:after {
  clear: both;
}

.ticketWrap .detailsBox .details ul li {
  /*
  						position: relative;
  						float: left;
  						width: 23%;
  						min-height: 1px;
  						padding-left: 15px;
  						padding-right: 15px;
  						padding: 0 0 0 5px;
  						margin: 15px 10px 0 0;
  */
  position: relative;
  float: left;
  width: 23%;
  min-height: 1px;
  margin-right: 2%;
  margin-top: 2%;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  .ticketWrap .detailsBox .details ul li {
    position: relative;
    float: left;
    width: 94%;
    min-height: 1px;
    padding-left: 3%;
    padding-right: 3%;
    margin: 15px auto 0 auto;
  }

  .ticketWrap .detailsBox .details a.scrap:hover {
    text-decoration: none;
    opacity: 1;
  }
}
/*====================*/
.ticketWrap .detailsBox .details ul li .scheduleBox {
  position: relative;
  padding: 1em 8%;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  color: #ffffff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.ticketWrap .detailsBox .details ul li .scheduleBox a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: #ffffff;
}

.ticketWrap .detailsBox .details ul li .scheduleBox .time {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-right: 10px;
}

.ticketWrap .detailsBox .details ul li .scheduleBox .state {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  /* 							margin-left: 10px; */
}

.ticketWrap .detailsBox .details ul li .scheduleBox:hover {
  opacity: 0.7;
}

.ticketWrap .detailsBox .details ul li .scheduleBox.present {
  background: #32b16c;
}

.ticketWrap .detailsBox .details ul li .scheduleBox.present .state span:before {
  content: "○";
}

.ticketWrap .detailsBox .details ul li .scheduleBox.sold {
  background: #969696;
}

.ticketWrap .detailsBox .details ul li .scheduleBox.sold .state span:before {
  content: "✕";
}

.ticketWrap .detailsBox .details ul li .scheduleBox.few {
  background: #960b0b;
}

.ticketWrap .detailsBox .details ul li .scheduleBox.few .state span:before {
  content: "△";
}

.ticketWrap .detailsBox .details ul li .scheduleBox.remaining {
  color: #f84141;
}

.ticketWrap .detailsBox .details .buyWrap {
  width: 100%;
  margin: 20px auto 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.ticketWrap .detailsBox .details .buyWrap .ticketBox {
  width: 48%;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  .ticketWrap .detailsBox .details .buyWrap {
    width: 100%;
    margin: 20px auto 0 auto;
    display: block;
  }

  .ticketWrap .detailsBox .details .buyWrap .ticketBox {
    width: 100%;
    margin: 0 0 0 0;
  }

  .ticketWrap .detailsBox .details ul li .scheduleBox:hover {
    opacity: 1;
  }
}
/*====================*/
.ticketWrap .detailsBox .details .ticketBox {
  margin-left: -15px;
  margin-right: -15px;
  margin: 0 -7px 0 -7px;
}

.ticketWrap .detailsBox .details .ticketBox:before,
.ticketWrap .detailsBox .details .ticketBox:after {
  content: " ";
  display: table;
}

.ticketWrap .detailsBox .details .ticketBox:after {
  clear: both;
}

.ticketWrap .detailsBox .details .ticketBox .ticketItem {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 0 15px;
  padding: 0 7px 0 7px;
}

.ticketWrap .detailsBox .details .ticketBox .ticket-item:last-child {
  margin-bottom: 0;
}

.ticketWrap .detailsBox .details .ticketBox .ticketItem:nth-of-type(2n) + div.ticketItem {
  clear: left;
}

.ticketWrap .detailsBox .details .ticketBox .ticketItem p {
  font-size: 10px;
  margin: 0;
}

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket {
  display: block;
  margin: 0 0 15px 0;
  padding: 10px 2% 10px 2%;
  width: 96%;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border: none;
  background: #ffffff;
}

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket:hover {
  opacity: 0.7;
}

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.scrap {
  background: #f34f49;
}

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.scrap:hover {
  opacity: 0.7;
}

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.eplus {
  background: #e85298;
}

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.eplus:hover {
  opacity: 0.7;
}

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.pia {
  background: #36c;
}

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.pia:hover {
  opacity: 0.7;
}

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.lawson {
  background: #1a9fdd;
}

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.lawson:hover {
  opacity: 0.7;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  .ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket:hover,
.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.scrap:hover,
.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.eplus:hover,
.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.pia:hover,
.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.lawson:hover {
    opacity: 1;
  }
}
/*====================*/

/*# sourceMappingURL=style.css.map */
