.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ============================================================================================
  TOP

  @date 2017-07-12
  @include _top

  memo:

  @mixin =========================================================================================== */
#top-page {
  position: relative;
}

.opening {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 8000;
  background-color: #ffd1e2;
}

.opening__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.opening__btnSkip {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 3;
}

.opening__bg {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}

.opening__bg__img {
  position: relative;
  z-index: 0;
}

.opening__bg__color {
  width: 100%;
  height: 300%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: rgba(28, 28, 85, 0.9);
}

.opening__text1 {
  width: 741px;
  height: 56px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -28px 0 0 -370px;
  z-index: 1;
}

.opening__text1__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.opening__text1__fix {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  display: none;
}

.opening__text1__blur {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: none;
}

.opening__text2 {
  width: 569px;
  height: 177px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -88px 0 0 -500px;
  z-index: 1;
}

.opening__text2__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.opening__text2__fix {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  display: none;
}

.opening__text2__blur {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: none;
}

.floater {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
}

.floater__inner {
  position: relative;
}

.floater__message a {
  display: block;
  transform: translateX(10px) translateY(10px);
  transition: all 0.2s;
}

.floater__message a:hover {
  transform: translateX(0) translateY(0);
}

.main {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}

.main__inner {
  width: 100%;
  height: 100%;
  position: relative;
  background: url("../img/top/bg_visual.jpg") center top no-repeat;
  background-size: 100% auto;
  /* background-size: cover; */
}

.main__inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  /* height: 318px; */
  /* background: url("../img/top/bg_cover_grad.png") left top repeat; */
  background-size: auto 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 0;
}

.main__visual__sp {
  display: none;
}

.main__title {
  position: relative;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.main__title__r {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 0;
  height: 100%;
  zoom: 1;
}

.main__title__r:after {
  content: "";
  clear: both;
  display: block;
}

.main__title__r img {
  float: right;
  margin-top: 49px;
  height: 82%;
  width: auto;
}

.main__title__l {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  height: 100%;
  zoom: 1;
}

.main__title__l:after {
  content: "";
  clear: both;
  display: block;
}

.main__title__l img {
  float: left;
  margin-top: 57px;
  height: 80%;
  width: auto;
}

.main__copy1 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 195px;
  margin-top: -129px;
  z-index: 1;
}

.main__copy2 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -156px;
  margin-top: -33px;
  z-index: 1;
}

.main__copy3 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -217px;
  margin-top: -80px;
  z-index: 1;
}

.main__date {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 100px;
  text-align: center;
}

.main__btnTicket {
  position: absolute;
  left: 50%;
  margin-left: 354px;
  bottom: 88px;
  z-index: 2;
}

.main__btnTicket a {
  display: block;
}

.main__banners {
  position: absolute;
  text-align: center;
  z-index: 2;
  bottom: -75px;
  width: 100%;
}

.main__banners.is__oneline {
  bottom: 0;
}

.main__banners ul {
  letter-spacing: 0;
  font-size: 0;
}

.main__banners li {
  letter-spacing: normal;
  font-size: medium;
  display: inline-block;
  margin: 0 13px 13px 13px;
  vertical-align: top;
}

.main__banners li.is__none {
  width: 240px;
  height: 60px;
  pointer-events: none;
  border: #d5d5d5 solid 1px;
}

.main__banners li.is__none a {
  display: table;
  width: 100%;
  height: 100%;
}

.main__banners li.is__none span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  color: #d5d5d5;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  letter-spacing: 0.05em;
}

.movie {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}

.movie__inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.movie__frame {
  width: 670px;
  margin: 0 auto;
}

.introduction {
  width: 100%;
  position: relative;
}

.introduction__inner {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
  zoom: 1;
}

.introduction__inner:after {
  content: "";
  clear: both;
  display: block;
}

.introduction__ph {
  width: 50%;
  height: 680px;
  float: left;
  position: relative;
  overflow: hidden;
}

.introduction__ph__block {
  width: 100%;
  height: 100%;
  background: url("../img/top/intro_ph2.jpg") left top repeat-x;
}

.introduction__detail {
  width: 50%;
  float: right;
  position: relative;
}

.introduction__detail h3 {
  margin-bottom: 45px;
}

.introduction__detail h4 {
  margin-bottom: 55px;
}

.introduction__detail:before {
  content: "";
  display: block;
  background: url("../img/top/intro_bg.png") left top no-repeat;
  width: 298px;
  height: 379px;
  position: absolute;
  left: 274px;
  top: -84px;
}

.introduction__detail__inner {
  margin-left: 100px;
  padding-top: 15px;
  position: relative;
  z-index: 1;
}

.introduction__detail__text {
  color: #623cc0;
  font-size: 15px;
  line-height: 2.3em;
}

.introduction__detail__text strong {
  font-weight: bold;
  font-size: 18px;
}

.introduction__detail__text a {
  text-decoration: underline;
}

.story {
  width: 100%;
  position: relative;
  background: url("../img/top/story_bg.jpg") center bottom no-repeat;
  background-size: cover;
}

.story__inner {
  width: 1200px;
  /* height: 875px; */
  margin: 0 auto;
  position: relative;
  zoom: 1;
  padding-bottom: 100px;
}

.story__inner:after {
  content: "";
  clear: both;
  display: block;
}

.story__block {
  width: 890px;
  margin: 0 auto;
  text-align: center;
  padding-top: 55px;
}

.story__block__head {
  margin-bottom: 20px;
}

.story__block__text {
  width: 100%;
  border-top: #c8bbe9 solid 2px;
  color: #623cc0;
}

.story__block__text span {
  display: block;
  border-bottom: #c8bbe9 solid 2px;
  font-size: 15px;
  line-height: 2.3em;
}

.story__block__text span.is__large {
  font-size: 22px;
  line-height: 1.6em;
}

.story__block__text i {
  display: inline-block;
  /* transform: scaleX(2); */
  transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  margin-right: 0;
}

.character {
  width: 100%;
  position: relative;
  margin-bottom: 200px;
}

.character__inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  zoom: 1;
  padding: 80px 0 0 0;
}

.character__inner:after {
  content: "";
  clear: both;
  display: block;
}

.character__head {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 125px;
}

.character__head:before {
  content: "";
  display: block;
  background: url("../img/top/character_bg1.png") left top no-repeat;
  width: 239px;
  height: 243px;
  position: absolute;
  left: 50%;
  top: -48px;
  margin-left: 131px;
}

.character__head span {
  position: relative;
  z-index: 1;
}

.character__hazuki {
  margin-bottom: 160px;
  position: relative;
}

.character__hazuki__img {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin-left: 340px;
}

.character__hazuki__img:before {
  content: "";
  display: block;
  background: url("../img/top/character_bg2.png") left top no-repeat;
  width: 457px;
  height: 443px;
  position: absolute;
  left: -160px;
  top: -5px;
}

.character__hazuki__img p {
  position: relative;
  z-index: 1;
}

.character__hazuki__detail {
  position: absolute;
  left: 50%;
  z-index: 1;
  top: 0;
}

.character__hazuki__detail__name {
  color: #623cc0;
  font-size: 31px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 40px;
}

.character__hazuki__detail__text {
  font-size: 15px;
  line-height: 2.3em;
  color: #623cc0;
  margin-bottom: 20px;
}

.character__hazuki__detail__ill {
  font-size: 15px;
  line-height: 2.3em;
  color: #623cc0;
  margin-bottom: 35px;
}

.character__hazuki__detail__cv {
  display: table;
}

.character__hazuki__detail__cv__ph {
  display: table-cell;
  width: 170px;
  border: #623cc0 solid 1px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #623cc0;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 1px;
}

.character__hazuki__detail__cv__ph img {
  width: 168px;
  height: auto;
}

.character__hazuki__detail__cv__name {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
}

.character__hazuki__detail__cv__name__text {
  color: #623cc0;
  font-size: 18px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1em;
  margin-bottom: 10px;
}

.character__hazuki__detail__cv__name__text span {
  font-size: 13px;
  line-height: 18px;
}

.character__hazuki__detail__cv__name__btn a {
  font-size: 15px;
  color: #623cc0;
  font-weight: bold;
  display: inline-block;
  border-bottom: #623cc0 solid 3px;
}

.character__you {
  position: relative;
}

.character__you:before {
  content: "";
  display: block;
  background: url("../img/top/character_bg3.png") left top no-repeat;
  width: 387px;
  height: 399px;
  position: absolute;
  left: 50%;
  top: -95px;
  margin-left: -57px;
}

.character__you__block {
  zoom: 1;
  position: relative;
  z-index: 1;
}

.character__you__block:after {
  content: "";
  clear: both;
  display: block;
}

.character__you__block__name {
  float: right;
  color: #623cc0;
  font-size: 31px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1em;
  margin-right: 230px;
  vertical-align: middle;
}

.character__you__block__name span {
  display: inline-block;
  font-size: 15px;
  line-height: 31px;
  margin: 12px 0 0 5px;
  vertical-align: bottom;
}

.character__you__block__text {
  float: left;
  color: #623cc0;
  margin-left: 290px;
  font-size: 15px;
  line-height: 2.3em;
  text-align: right;
  padding-top: 7px;
}

.character__you__block__cv {
  position: absolute;
  left: 50%;
  top: 70px;
  z-index: 0;
  margin-left: 125px;
}

.character__you__block__cv__ph {
  width: 170px;
  border: #623cc0 solid 1px;
  margin-bottom: 20px;
  padding-bottom: 1px;
}

.character__you__block__cv__ph img {
  width: 168px;
  height: auto;
}

.character__you__block__cv__detail__name {
  color: #623cc0;
  font-size: 18px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1em;
  margin-bottom: 10px;
}

.character__you__block__cv__detail__name span {
  font-size: 13px;
  line-height: 18px;
}

.character__you__block__cv__detail__btn a {
  font-size: 15px;
  color: #623cc0;
  font-weight: bold;
  display: inline-block;
  border-bottom: #623cc0 solid 3px;
}

.themesong {
  width: 100%;
  position: relative;
  margin-bottom: 150px;
}

.themesong__inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  zoom: 1;
  padding: 0px 0 0 0;
}

.themesong__inner:after {
  content: "";
  clear: both;
  display: block;
}

.themesong__head {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.themesong__head:before {
  content: "";
  display: block;
  background: url("../img/top/howto_bg.png") left top no-repeat;
  width: 327px;
  height: 347px;
  position: absolute;
  left: 50%;
  top: -142px;
  margin-left: -280px;
}

.themesong__head span {
  position: relative;
  z-index: 1;
}

.themesong__mint {
  width: 70%;
  margin: 0 auto;
  display: table;
}

.themesong__mint__ph {
  display: table-cell;
  width: 45%;
}

.themesong__mint__text {
  display: table-cell;
  width: 55%;
  vertical-align: middle;
}

.themesong__mint__text p {
  /* margin-left: 45px; */
  text-align: center;
}

.themesong__mint__text__name {
  color: #623cc0;
  font-size: 18px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1em;
  vertical-align: middle;
  margin-bottom: 15px;
  margin-right: 10px;
}

.themesong__mint__text__title {
  color: #623cc0;
  font-size: 26px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1em;
  vertical-align: middle;
  margin-bottom: 30px;
  text-indent: -15px;
}

.themesong__mint__text__lead {
  color: #623cc0;
  font-size: 15px;
  line-height: 2.3em;
  margin-bottom: 20px;
}

.themesong__mint__text__btn a {
  font-size: 15px;
  color: #623cc0;
  font-weight: bold;
  display: inline-block;
  border-bottom: #623cc0 solid 3px;
}

.message {
  width: 100%;
  position: relative;
  margin-bottom: 105px;
}

.message__inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  zoom: 1;
}

.message__inner:after {
  content: "";
  clear: both;
  display: block;
}

.message__inner:before {
  content: "";
  display: block;
  background: url("../img/top/message_bg.png") left top no-repeat;
  width: 348px;
  height: 424px;
  position: absolute;
  left: 50%;
  top: -53px;
  margin-left: -329px;
}

.message__block {
  position: relative;
  z-index: 1;
}

.message__block__head {
  margin-bottom: 60px;
  text-align: center;
}

.message__block__detail {
  width: 1050px;
  margin: 0 auto;
}

.message__block__detail__l,
.message__block__detail__r {
  width: 505px;
  color: #623cc0;
  border-top: #c8bbe9 solid 2px;
}

.message__block__detail__l span,
.message__block__detail__r span {
  font-size: 15px;
  display: block;
  line-height: 2.3em;
  border-bottom: #c8bbe9 solid 2px;
}

.message__block__detail__l .text__caps,
.message__block__detail__r .text__caps {
  text-align: right;
}

.message__block__detail__l {
  float: left;
}

.message__block__detail__r {
  float: right;
}

.buttons {
  width: 100%;
  position: relative;
  margin-bottom: 180px;
}

.buttons__inner {
  width: 1200px;
  margin: 0 auto;
}

.buttons__ticket {
  text-align: center;
  margin: 0 auto;
}

.buttons__ticket a {
  display: inline-block;
}

.howto {
  width: 100%;
  position: relative;
  padding-top: 60px;
  margin-bottom: 150px;
}

.howto__inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  zoom: 1;
}

.howto__inner:after {
  content: "";
  clear: both;
  display: block;
}

.howto__inner:before {
  content: "";
  display: block;
  background: url("../img/top/howto_bg.png") left top no-repeat;
  width: 327px;
  height: 347px;
  position: absolute;
  left: 50%;
  top: -142px;
  margin-left: -311px;
}

.howto__block {
  position: relative;
  z-index: 1;
}

.howto__block__head {
  margin-bottom: 95px;
  text-align: center;
}

.howto__block__list {
  zoom: 1;
  width: 1140px;
  margin: 0 auto;
}

.howto__block__list:after {
  content: "";
  clear: both;
  display: block;
}

.howto__block__list li {
  width: 255px;
  float: left;
  margin: 0 15px;
  position: relative;
}

.howto__block__list li:after {
  content: "";
  display: block;
  background: url("../img/top/howto_icon_arw.png") left top no-repeat;
  width: 10px;
  height: 13px;
  position: absolute;
  right: 0px;
  top: 88px;
}

/* .howto__block__list li:last-child:after {
  display: none;
} */

.howto__block__list__title {
  margin-bottom: 15px;
}

.howto__block__list__title h4 {
  height: 110px;
  width: 100%;
  display: table;
  border-bottom: #623cc0 solid 2px;
}

.howto__block__list__title h4 span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #623cc0;
  padding-bottom: 20px;
  line-height: 1.5em;
}

.howto__block__list__text {
  font-size: 15px;
  line-height: 2em;
  color: #623cc0;
  margin: 0 20px;
}

.howto__block__list__text small {
  line-height: 160%;
  display: block;
}

.beginner {
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}

.beginner__inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  zoom: 1;
}

.beginner__inner:after {
  content: "";
  clear: both;
  display: block;
}

.beginner__inner:before {
  content: "";
  display: block;
  background: url("../img/top/beginner_bg.png") left top no-repeat;
  width: 321px;
  height: 338px;
  position: absolute;
  left: 50%;
  top: -73px;
  margin-left: -508px;
}

.beginner__block {
  position: relative;
  z-index: 1;
}

.beginner__block__head {
  margin-bottom: 100px;
  text-align: center;
}

.beginner__block__head img {
  margin: 0 auto;
}

.beginner__block__text {
  color: #623cc0;
  font-size: 15px;
  text-align: center;
}

.events {
  width: 100%;
  position: relative;
  margin-bottom: 95px;
}

.events__inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  zoom: 1;
}

.events__inner:after {
  content: "";
  clear: both;
  display: block;
}

.events__inner:before {
  content: "";
  display: block;
  background: url("../img/top/events_bg.png") left top no-repeat;
  width: 373px;
  height: 405px;
  position: absolute;
  left: 50%;
  top: -34px;
}

.events__block {
  position: relative;
  z-index: 1;
}

.events__block__head {
  margin-bottom: 100px;
  text-align: center;
}

.events__block__detail {
  width: 730px;
  margin: 0 auto;
}

.events__block__detail dl {
  display: block;
  zoom: 1;
  margin-bottom: 60px;
}

.events__block__detail dl:after {
  content: "";
  clear: both;
  display: block;
}

.events__block__detail dl:last-child {
  margin-bottom: 0;
}

.events__block__detail dt {
  width: 160px;
  float: left;
  color: #623cc0;
  line-height: 2em;
  font-size: 15px;
  font-weight: bold;
}

.events__block__detail dd {
  width: 510px;
  float: right;
  color: #623cc0;
  line-height: 2em;
  font-size: 15px;
}

.events__block__detail dd .text__link {
  margin-top: 10px;
}

.events__block__detail dd a {
  font-weight: bold;
  display: inline-block;
  border-bottom: #623cc0 solid 3px;
}

.tickets {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}

.tickets__inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  zoom: 1;
}

.tickets__inner:after {
  content: "";
  clear: both;
  display: block;
}

.tickets__inner:before {
  content: "";
  display: block;
  background: url("../img/top/tickets_bg.png") left top no-repeat;
  width: 353px;
  height: 272px;
  position: absolute;
  left: 50%;
  top: -86px;
  margin-left: -346px;
}

.tickets__block {
  position: relative;
  z-index: 1;
}

.tickets__block__head {
  margin-bottom: 100px;
  text-align: center;
}

.tickets__block__fc {
  width: 660px;
  margin: 0 auto 120px auto;
}

.tickets__block__fc__title {
  border: #623cc0 solid 2px;
  text-align: center;
  padding: 25px 0;
  background-color: #ffffff;
  margin-bottom: 55px;
}

.tickets__block__fc__title h4 {
  font-size: 22px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #623cc0;
  margin-bottom: 10px;
}

.tickets__block__fc__title p {
  font-size: 15px;
  color: #623cc0;
}

.tickets__block__fc__detail {
  margin: 0 20px;
  zoom: 1;
}

.tickets__block__fc__detail:after {
  content: "";
  clear: both;
  display: block;
}

.tickets__block__fc__detail__img {
  float: left;
  width: 290px;
}

.tickets__block__fc__detail__text {
  float: right;
  width: 310px;
  color: #623cc0;
  font-size: 15px;
  line-height: 1.9em;
}

.tickets__block__fc__detail__text p {
  margin-bottom: 20px;
}

.tickets__block__fc__detail__text a {
  font-weight: bold;
}

.tickets__block__fc__detail__text strong {
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  white-space: nowrap;
}

.tickets__block__fc__detail__text .text__link a {
  font-weight: bold;
  display: inline-block;
  border-bottom: #623cc0 solid 3px;
}

.tickets__block__normal {
  width: 660px;
  margin: 0 auto 80px auto;
}

.tickets__block__normal__title {
  border: #623cc0 solid 2px;
  text-align: center;
  padding: 25px 0;
  background-color: #ffffff;
  margin-bottom: 55px;
}

.tickets__block__normal__title h4 {
  font-size: 22px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #623cc0;
  margin-bottom: 10px;
}

.tickets__block__normal__title p {
  font-size: 15px;
  color: #623cc0;
}

.tickets__block__price {
  width: 730px;
  margin: 0 auto 80px auto;
}

.tickets__block__price dl {
  display: table;
  width: 100%;
  border-bottom: #623cc0 solid 2px;
}

.tickets__block__price dt {
  width: 29%;
  display: table-cell;
  color: #623cc0;
  font-size: 15px;
  vertical-align: middle;
  position: relative;
  font-weight: bold;
}

.tickets__block__price dt:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #623cc0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform: scaleY(0.7);
}

.tickets__block__price dt span {
  display: inline-block;
  margin-left: 45px;
}

.tickets__block__price dd {
  width: 71%;
  display: table-cell;
  zoom: 1;
  vertical-align: middle;
}

.tickets__block__price dd:after {
  content: "";
  clear: both;
  display: block;
}

.tickets__block__price ul {
  letter-spacing: 0;
  font-size: 0;
  width: 92%;
  float: right;
  border-bottom: #623cc0 solid 1px;
  line-height: 1em;
}

.tickets__block__price ul.none__border {
  border: none;
}

.tickets__block__price ul li {
  letter-spacing: normal;
  font-size: medium;
  display: inline-block;
  line-height: 1em;
  color: #623cc0;
  font-size: 15px;
  padding: 15px 0;
}

.tickets__block__price ul li:first-child {
  width: 32%;
  margin-left: 20px;
}

.tickets__block__price ul li:nth-child(2) {
  width: 34%;
}

.tickets__block__price .price__headline dt {
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
}

.tickets__block__price .price__headline dt:after {
  display: none;
}

.tickets__block__price .price__headline ul {
  border: none;
}

.tickets__block__price .price__headline ul li {
  font-size: 18px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.tickets__block__price__caps {
  color: #623cc0;
  font-size: 15px;
  margin-top: 20px;
}

.tickets__block__group {
  width: 730px;
  margin: 0 auto 80px auto;
}

.tickets__block__group h5 {
  font-size: 22px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 35px;
  color: #623cc0;
}

.tickets__block__group p {
  font-size: 15px;
  line-height: 2em;
  color: #623cc0;
}

.tickets__block__grouplus {
  width: 730px;
  margin: 0 auto 80px auto;
}

.tickets__block__grouplus h5 {
  font-size: 22px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 35px;
  color: #623cc0;
}

.tickets__block__grouplus__text {
  color: #623cc0;
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 30px;
}

.tickets__block__grouplus__detail {
  zoom: 1;
}

.tickets__block__grouplus__detail:after {
  content: "";
  clear: both;
  display: block;
}

.tickets__block__grouplus__detail__img {
  float: left;
  width: 290px;
}

.tickets__block__grouplus__detail__img__caps {
  font-size: 12px;
  color: #623cc0;
  margin-top: 15px;
}

.tickets__block__grouplus__detail__text {
  float: right;
  width: 400px;
  color: #623cc0;
  font-size: 15px;
  line-height: 2em;
}

.tickets__block__grouplus__detail__text span {
  font-size: 12px;
  line-height: 1.6em;
  display: inline-block;
}

.tickets__block__design {
  width: 730px;
  margin: 0 auto;
}

.tickets__block__design h5 {
  font-size: 22px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 35px;
  color: #623cc0;
}

.tickets__block__design__detail {
  width: 100%;
  zoom: 1;
  margin-bottom: 20px;
}

.tickets__block__design__detail:after {
  content: "";
  clear: both;
  display: block;
}

.tickets__block__design__detail__l {
  width: 47%;
  float: left;
}

.tickets__block__design__detail__r {
  width: 47%;
  float: right;
}

.tickets__block__design__detail__head {
  color: #623cc0;
  font-size: 16px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 10px;
  text-align: center;
}

.tickets__block__design__caps {
  color: #623cc0;
  font-size: 12px;
}

.buy {
  width: 100%;
  position: relative;
  margin-bottom: 210px;
}

.buy__inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  zoom: 1;
}

.buy__inner:after {
  content: "";
  clear: both;
  display: block;
}

.buy__inner:before {
  content: "";
  display: block;
  background: url("../img/top/buy_bg.png") left top no-repeat;
  width: 409px;
  height: 428px;
  position: absolute;
  left: 50%;
  top: -97px;
  margin-left: -41px;
}

.buy__block {
  position: relative;
  z-index: 1;
}

.buy__block__head {
  margin-bottom: 50px;
  text-align: center;
}

.attention {
  width: 100%;
  position: relative;
  margin-bottom: 190px;
}

.attention__inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  zoom: 1;
}

.attention__inner:after {
  content: "";
  clear: both;
  display: block;
}

.attention__inner:before {
  content: "";
  display: block;
  background: url("../img/top/attention_bg.png") left top no-repeat;
  width: 317px;
  height: 346px;
  position: absolute;
  left: 50%;
  top: -79px;
  margin-left: -280px;
}

.attention__block {
  position: relative;
  z-index: 1;
}

.attention__block__head {
  margin-bottom: 100px;
  text-align: center;
}

.attention__block__detail {
  width: 910px;
  margin: 0 auto 70px auto;
}

.attention__block__detail dl {
  display: block;
  width: 100%;
  zoom: 1;
  margin-bottom: 40px;
}

.attention__block__detail dl:after {
  content: "";
  clear: both;
  display: block;
}

.attention__block__detail dl:last-child {
  margin-bottom: 0;
}

.attention__block__detail dt {
  font-size: 20px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #623cc0;
  width: 25%;
  float: left;
}

.attention__block__detail dd {
  color: #623cc0;
  font-size: 14px;
  line-height: 2em;
  width: 75%;
  float: right;
}

.attention__block__detail dd strong {
  color: #ff0000;
  font-weight: bold;
}

.attention__block__links {
  width: 100%;
  text-align: center;
}

.attention__block__links ul {
  letter-spacing: 0;
  font-size: 0;
}

.attention__block__links li {
  letter-spacing: normal;
  font-size: medium;
  display: inline-block;
  margin: 0 20px;
}

.attention__block__links a {
  font-size: 20px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #623cc0;
  display: block;
  border-bottom: #623cc0 solid 3px;
  padding: 5px 0;
}

.about {
  width: 100%;
  position: relative;
  margin-bottom: 190px;
}

.about__inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  zoom: 1;
}

.about__inner:after {
  content: "";
  clear: both;
  display: block;
}

.about__inner:before {
  content: "";
  display: block;
  background: url("../img/top/about_bg.png") left top no-repeat;
  width: 317px;
  height: 346px;
  position: absolute;
  left: 50%;
  top: -63px;
  margin-left: -35px;
}

.about__block {
  position: relative;
  z-index: 1;
}

.about__block__head {
  margin-bottom: 100px;
  text-align: center;
}

.about__block__detail {
  width: 910px;
  margin: 0 auto;
  zoom: 1;
}

.about__block__detail:after {
  content: "";
  clear: both;
  display: block;
}

.about__block__detail__movie {
  width: 280px;
  float: left;
}

.about__block__detail__movie__btn {
  width: 100%;
  height: 158px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: table;
}

.about__block__detail__movie__btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.4);
}

.about__block__detail__text {
  width: 570px;
  float: right;
  color: #623cc0;
  font-size: 14px;
  line-height: 2em;
}

#retweet0901 {
  display: none;
  background-color: rgba(255, 255, 255, 0.7);
  width: 860px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 60px 0;
  border: #dedede solid 1px;
}

.retweet0901__inner {
  width: 87%;
  margin: 0 auto;
  text-align: center;
}

.retweet0901__img {
  margin-bottom: 30px;
}

.retweet0901__text {
  color: #623cc0;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.8em;
}

.retweet0901__btn a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border-bottom: #623cc0 solid 3px;
  color: #623cc0;
  padding: 0px 15px;
}

#hazuki,
#you {
  display: none;
  background-color: rgba(255, 255, 255, 0.7);
  width: 700px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 60px 0;
  border: #dedede solid 1px;
}

.hazuki__inner,
.you__inner {
  width: 87%;
  margin: 0 auto;
  color: #623cc0;
}

.hazuki__name,
.you__name {
  font-size: 18px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 20px;
}

.hazuki__name span,
.you__name span {
  font-size: 14px;
  vertical-align: bottom;
  display: inline-block;
  margin-left: 5px;
}

.hazuki__profile,
.you__profile {
  font-size: 14px;
  margin-bottom: 40px;
}

.hazuki__works,
.you__works {
  width: 100%;
  zoom: 1;
}

.hazuki__works:after,
.you__works:after {
  content: "";
  clear: both;
  display: block;
}

.hazuki__works__head,
.you__works__head {
  float: left;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

.hazuki__works__text,
.you__works__text {
  float: left;
  margin-left: 20px;
  font-size: 14px;
}

#mint {
  display: none;
  background-color: rgba(255, 255, 255, 0.7);
  width: 800px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 60px 0;
  border: #dedede solid 1px;
}

.mint__inner {
  width: 87%;
  margin: 0 auto;
  color: #623cc0;
}

.mint__name {
  font-size: 20px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 20px;
}

.mint__name span {
  font-size: 14px;
  vertical-align: bottom;
  display: inline-block;
  margin-left: 5px;
}

.mint__profile {
  font-size: 15px;
  line-height: 2.3em;
}

#scraptowa {
  display: none;
  background-color: rgba(255, 255, 255, 0.7);
  width: 800px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 60px 0;
  border: #dedede solid 1px;
}

.scraptowa__inner {
  width: 87%;
  margin: 0 auto;
  color: #623cc0;
}

.scraptowa__name {
  font-size: 20px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 20px;
}

.scraptowa__name span {
  font-size: 14px;
  vertical-align: bottom;
  display: inline-block;
  margin-left: 5px;
}

.scraptowa__profile {
  font-size: 15px;
  line-height: 2.3em;
}

#designTicket {
  display: none;
  background-color: rgba(255, 255, 255, 0.7);
  width: 860px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 50px 0;
  border: #dedede solid 1px;
}

.designTicket__inner {
  width: 87%;
  margin: 0 auto;
  color: #623cc0;
}

.designTicket__head {
  text-align: center;
  margin-bottom: 30px;
}

.designTicket__head span {
  font-size: 22px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border-bottom: 2px solid #623cc0;
  display: inline-block;
  margin: 0 auto;
  line-height: 1em;
  padding: 0 20px 5px 20px;
}

.designTicket__text {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.8em;
}

.designTicket__tokuten,
.designTicket__shop {
  display: table;
  width: 100%;
  margin: 0 auto 20px auto;
}

.designTicket__shop {
  margin-bottom: 0;
}

.designTicket__subhead {
  display: table-cell;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  width: 120px;
}

.designTicket__subtext {
  display: table-cell;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  /* ============================================================================================
  SP TOP

  @date 2017-07-12
  @include sp/_top

  memo:
  padding: 70px
  padding: 18.66667vw
  @mixin =========================================================================================== */
  #top-page {
    position: relative;
  }
  .opening {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 8000;
    background-color: #ffd1e2;
  }
  .opening__inner {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .opening__btnSkip {
    position: absolute;
    right: 15px;
    right: 4vw;
    bottom: 70px;
    bottom: 18.66667vw;
    z-index: 3;
  }
  .opening__btnSkip img {
    width: 89px;
    width: 23.73333vw;
    height: auto;
  }
  .opening__bg {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
  }
  .opening__bg__img {
    position: relative;
    z-index: 0;
  }
  .opening__bg__img img {
    height: 100%;
    width: auto;
  }
  .opening__bg__color {
    width: 100%;
    height: 300%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background-color: rgba(28, 28, 85, 0.9);
  }
  .opening__text1 {
    width: 370.5px;
    width: 98.8vw;
    height: 28px;
    height: 7.46667vw;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -14px 0 0 -185px;
    margin: -3.73333vw 0 0 -49.33333vw;
    z-index: 1;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform: scale(0.9);
  }
  .opening__text1 img {
    width: 100%;
    height: auto;
  }
  .opening__text1__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .opening__text1__fix {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    display: none;
  }
  .opening__text1__blur {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    display: none;
  }
  .opening__text2 {
    width: 284.5px;
    width: 75.86667vw;
    height: 88.5px;
    height: 23.6vw;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -170px;
    margin: -40vw 0 0 -45.33333vw;
    z-index: 1;
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform: scale(1.1);
  }
  .opening__text2 img {
    width: 100%;
    height: auto;
  }
  .opening__text2__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .opening__text2__fix {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    display: none;
  }
  .opening__text2__blur {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    display: none;
  }
  .floater {
    position: fixed;
    z-index: 100;
    right: -1px;
    right: -0.26667vw;
    bottom: -1px;
    bottom: -0.26667vw;
    width: 69%;
  }
  .floater__inner {
    position: relative;
  }
  .floater__message a {
    display: block;
    transform: translateX(0) translateY(0);
    transition: none;
  }
  .floater__message a:hover {
    transform: translateX(0) translateY(0);
  }
  .main {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .main__inner {
    width: 100%;
    height: auto;
    position: relative;
    background: none;
  }
  .main__inner:before {
    display: none;
  }
  .main__visual__sp {
    display: block;
    position: relative;
    z-index: 0;
  }
  .main__title {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    pointer-events: none;
  }
  .main__title__r {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 0;
    top: 38px;
    top: 10.13333vw;
    height: 100%;
    zoom: 1;
  }
  .main__title__r:after {
    content: "";
    clear: both;
    display: block;
  }
  .main__title__r img {
    float: right;
    margin-top: 0;
    height: auto;
    width: 122.5px;
    width: 32.66667vw;
  }
  .main__title__l {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    top: 40px;
    top: 10.66667vw;
    height: 100%;
    zoom: 1;
  }
  .main__title__l:after {
    content: "";
    clear: both;
    display: block;
  }
  .main__title__l img {
    float: left;
    margin-top: 0;
    height: auto;
    width: 166.5px;
    width: 31.06667vw;
  }
  .main__copy1 {
    position: absolute;
    left: 50%;
    top: 233.5px;
    top: 62.26667vw;
    margin-left: 96.5px;
    margin-left: 25.73333vw;
    margin-top: 0;
    z-index: 1;
  }
  .main__copy1 img {
    width: 11px;
    width: 2.93333vw;
    height: auto;
  }
  .main__copy2 {
    position: absolute;
    left: 50%;
    top: 281.5px;
    top: 75.06667vw;
    margin-left: -78px;
    margin-left: -20.8vw;
    margin-top: 0;
    z-index: 1;
  }
  .main__copy2 img {
    width: 11px;
    width: 2.93333vw;
    height: auto;
  }
  .main__copy3 {
    position: absolute;
    left: 50%;
    top: 258px;
    top: 68.8vw;
    margin-left: -107.5px;
    margin-left: -28.66667vw;
    margin-top: 0;
    z-index: 1;
  }
  .main__copy3 img {
    width: 11px;
    width: 2.93333vw;
    height: auto;
  }
  .main__date {
    width: 100%;
    position: relative;
    left: auto;
    bottom: auto;
    text-align: center;
    z-index: 1;
    margin-top: -57.5px;
    margin-top: -15.33333vw;
    margin-bottom: 28px;
    margin-bottom: 7.46667vw;
  }
  .main__date img {
    width: 90%;
    height: auto;
  }
  .main__btnTicket {
    position: absolute;
    position: relative;
    left: auto;
    bottom: auto;
    margin-left: 0;
    z-index: 2;
    text-align: center;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .main__btnTicket img {
    width: 80%;
    height: auto;
  }
  .main__banners {
    position: relative;
    text-align: center;
    z-index: 2;
    bottom: auto;
    left: auto;
    width: 88%;
    margin: 0 auto;
  }
  .main__banners.is__oneline {
    bottom: auto;
  }
  .main__banners ul {
    letter-spacing: 0;
    font-size: 0;
  }
  .main__banners li {
    letter-spacing: normal;
    font-size: medium;
    display: inline-block;
    width: 82%;
    margin: 0 1.5% 9px 1.5%;
    margin: 0 1.5% 2.4vw 1.5%;
  }
  .main__banners li img {
    width: 100%;
    height: auto;
  }
  .main__banners li.is__none {
    display: none;
  }
  .movie {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .movie__inner {
    width: 93.75%;
    margin: 0 auto;
    position: relative;
  }
  .movie__frame {
    width: 80%;
    margin: 0 auto;
  }
  .movie__frame iframe {
    width: 100%;
    height: 158px;
    height: 42.13333vw;
  }
  .introduction {
    width: 100%;
    position: relative;
    margin-bottom: 70px;
    margin-bottom: 18.66667vw;
  }
  .introduction__inner {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
    position: relative;
    zoom: 1;
  }
  .introduction__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .introduction__ph {
    width: 100%;
    height: 185px;
    height: 49.33333vw;
    float: none;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }
  .introduction__ph__block {
    width: 100%;
    height: 100%;
    background: url("../img/top/intro_ph2_sp.jpg") left top repeat-x;
    background-size: auto 100%;
  }
  .introduction__detail {
    width: 78.66%;
    float: none;
    position: relative;
    margin: 0 auto;
  }
  .introduction__detail h3 {
    margin-bottom: 32px;
    margin-bottom: 8.53333vw;
  }
  .introduction__detail h3 img {
    width: 170px;
    width: 45.33333vw;
    height: auto;
  }
  .introduction__detail h4 {
    margin-bottom: 37px;
    margin-bottom: 9.86667vw;
  }
  .introduction__detail h4 img {
    width: 100%;
    height: auto;
  }
  .introduction__detail:before {
    content: "";
    display: block;
    background: url("../img/top/intro_bg.png") left top no-repeat;
    background-size: cover;
    width: 194px;
    width: 51.73333vw;
    height: 246.5px;
    height: 65.73333vw;
    position: absolute;
    left: 50%;
    margin-left: -41px;
    margin-left: -10.93333vw;
    top: 0;
  }
  .introduction__detail__inner {
    margin-left: 0;
    padding-top: 68px;
    padding-top: 18.13333vw;
    position: relative;
    z-index: 1;
  }
  .introduction__detail__text {
    color: #623cc0;
    font-size: 11px;
    font-size: 3.4vw;
    line-height: 2.23em;
    white-space: nowrap;
  }
  .introduction__detail__text strong {
    font-weight: bold;
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .introduction__detail__text a {
    text-decoration: underline;
  }
  .story {
    width: 100%;
    position: relative;
    background: url("../img/top/story_bg_sp.jpg") center top no-repeat;
    background-size: cover;
  }
  .story__inner {
    width: 80%;
    height: auto;
    margin: 0 auto;
    position: relative;
    zoom: 1;
  }
  .story__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .story__block {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding-top: 57px;
    padding-top: 15.2vw;
    padding-bottom: 57px;
    padding-bottom: 15.2vw;
  }
  .story__block__head {
    margin-bottom: 33px;
    margin-bottom: 8.8vw;
  }
  .story__block__head img {
    width: 86px;
    width: 22.93333vw;
    height: auto;
  }
  .story__block__text {
    width: 100%;
    border-top: #c8bbe9 solid 2px;
    border-top: #c8bbe9 solid 0.53333vw;
    color: #623cc0;
  }
  .story__block__text span {
    display: block;
    border-bottom: #c8bbe9 solid 2px;
    border-bottom: #c8bbe9 solid 0.53333vw;
    font-size: 11px;
    font-size: 3.4vw;
    line-height: 2.23em;
  }
  .story__block__text span.is__large {
    font-size: 16.5px;
    font-size: 4.4vw;
    line-height: 1.6em;
  }
  .story__block__text i {
    display: inline-block;
    /* transform: scaleX(2); */
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    /* margin-right: 1.5em; */
  }
  .character {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    margin-bottom: 13.33333vw;
  }
  .character__inner {
    width: 80%;
    margin: 0 auto;
    position: relative;
    zoom: 1;
    padding: 130px 0 0 0;
    padding: 34.66667vw 0 0 0;
  }
  .character__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .character__head {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 65px;
    margin-bottom: 17.33333vw;
  }
  .character__head img {
    width: 100%;
    height: auto;
  }
  .character__head:before {
    content: "";
    display: block;
    background: url("../img/top/character_bg1.png") left top no-repeat;
    background-size: cover;
    width: 167px;
    width: 44.53333vw;
    height: 170px;
    height: 45.33333vw;
    position: absolute;
    left: 50%;
    top: -54px;
    top: -14.4vw;
    margin-left: -6.5px;
    margin-left: -1.73333vw;
  }
  .character__head span {
    position: relative;
    z-index: 1;
  }
  .character__hazuki {
    margin-bottom: 110px;
    margin-bottom: 29.33333vw;
    position: relative;
  }
  .character__hazuki__img {
    position: relative;
    z-index: 0;
    display: block;
    margin-left: 0;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .character__hazuki__img:before {
    content: "";
    display: block;
    background: url("../img/top/character_bg2.png") left top no-repeat;
    background-size: cover;
    width: 274px;
    width: 73.06667vw;
    height: 267.5px;
    height: 71.33333vw;
    position: absolute;
    left: 50%;
    margin-left: -145px;
    margin-left: -38.66667vw;
    top: -10px;
    top: -2.66667vw;
  }
  .character__hazuki__img p {
    position: relative;
    z-index: 1;
    text-align: center;
  }
  .character__hazuki__img img {
    width: 103px;
    width: 27.46667vw;
    height: auto;
  }
  .character__hazuki__detail {
    position: relative;
    left: auto;
    z-index: 1;
    top: auto;
  }
  .character__hazuki__detail__name {
    color: #623cc0;
    font-size: 20px;
    font-size: 5.33333vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 23px;
    margin-bottom: 6.13333vw;
  }
  .character__hazuki__detail__text {
    font-size: 11px;
    font-size: 3.4vw;
    line-height: 2.23em;
    color: #623cc0;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .character__hazuki__detail__ill {
    font-size: 11px;
    font-size: 3.4vw;
    line-height: 2.23em;
    color: #623cc0;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
  }
  .character__hazuki__detail__cv {
    display: table;
    width: 100%;
  }
  .character__hazuki__detail__cv__ph {
    display: table-cell;
    width: 45%;
    border: #623cc0 solid 1px;
    border: #623cc0 solid 0.26667vw;
    font-size: 10px;
    font-size: 2.66667vw;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #623cc0;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 1px;
    padding-bottom: 0.26667vw;
  }
  .character__hazuki__detail__cv__ph img {
    width: 100%;
    height: auto;
  }
  .character__hazuki__detail__cv__name {
    display: table-cell;
    vertical-align: middle;
    padding-left: 35px;
    padding-left: 9.33333vw;
  }
  .character__hazuki__detail__cv__name__text {
    color: #623cc0;
    font-size: 14px;
    font-size: 3.73333vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1em;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  .character__hazuki__detail__cv__name__text span {
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 14px;
    line-height: 3.73333vw;
  }
  .character__hazuki__detail__cv__name__btn a {
    font-size: 12px;
    font-size: 3.2vw;
    color: #623cc0;
    font-weight: bold;
    display: inline-block;
    border-bottom: #623cc0 solid 2px;
    border-bottom: #623cc0 solid 0.53333vw;
  }
  .character__you {
    position: relative;
  }
  .character__you:before {
    content: "";
    display: block;
    background: url("../img/top/character_bg3.png") left top no-repeat;
    background-size: cover;
    width: 232.5px;
    width: 62vw;
    height: 239.5px;
    height: 63.86667vw;
    position: absolute;
    left: 50%;
    top: -88px;
    top: -23.46667vw;
    margin-left: -113.5px;
    margin-left: -30.26667vw;
  }
  .character__you__block {
    zoom: 1;
    position: relative;
    z-index: 1;
  }
  .character__you__block:after {
    content: "";
    clear: both;
    display: block;
  }
  .character__you__block__name {
    float: none;
    color: #623cc0;
    font-size: 20px;
    font-size: 5.33333vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1em;
    margin-right: 0;
    margin-bottom: 23px;
    margin-bottom: 6.13333vw;
    text-align: center;
  }
  .character__you__block__name span {
    display: block;
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1em;
    margin: 8px 0 0 0;
    margin: 2.13333vw 0 0 0;
  }
  .character__you__block__text {
    float: none;
    color: #623cc0;
    margin-left: 0;
    font-size: 11px;
    font-size: 3.4vw;
    line-height: 2.23em;
    text-align: left;
    margin-bottom: 22px;
    margin-bottom: 5.86667vw;
    padding-top: 0;
  }
  .character__you__block__cv {
    position: relative;
    left: auto;
    top: auto;
    z-index: 0;
    margin-left: 0;
    display: table;
    width: 100%;
  }
  .character__you__block__cv__ph {
    margin-bottom: 0;
    display: table-cell;
    width: 45%;
    border: #623cc0 solid 1px;
    border: #623cc0 solid 0.26667vw;
    font-size: 10px;
    font-size: 2.66667vw;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #623cc0;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 0;
  }
  .character__you__block__cv__ph img {
    width: 100%;
    height: auto;
  }
  .character__you__block__cv__detail {
    display: table-cell;
    vertical-align: middle;
    padding-left: 35px;
    padding-left: 9.33333vw;
  }
  .character__you__block__cv__detail__name {
    color: #623cc0;
    font-size: 14px;
    font-size: 3.73333vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1em;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  .character__you__block__cv__detail__name span {
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 14px;
    line-height: 3.73333vw;
  }
  .character__you__block__cv__detail__btn a {
    font-size: 12px;
    font-size: 3.2vw;
    color: #623cc0;
    font-weight: bold;
    display: inline-block;
    border-bottom: #623cc0 solid 2px;
    border-bottom: #623cc0 solid 0.53333vw;
  }
  .themesong {
    width: 100%;
    position: relative;
    margin-bottom: 200px;
    margin-bottom: 24vw;
  }
  .themesong__inner {
    width: 80%;
    margin: 0 auto;
    position: relative;
    zoom: 1;
    padding: 130px 0 0 0;
    padding: 3vw 0 0 0;
  }
  .themesong__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .themesong__head {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .themesong__head img {
    width: 50%;
    height: auto;
  }
  .themesong__head:before {
    content: "";
    display: block;
    background: url("../img/top/howto_bg.png") left top no-repeat;
    background-size: cover;
    width: 163.5px;
    width: 43.6vw;
    height: 173.5px;
    height: 46.26667vw;
    position: absolute;
    left: 50%;
    top: -58px;
    top: -15.46667vw;
    margin-left: -150px;
    margin-left: -40vw;
  }
  .themesong__head span {
    position: relative;
    z-index: 1;
  }
  .themesong__mint {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .themesong__mint__ph {
    display: block;
    width: 60%;
    margin: 0 auto 30px auto;
    margin: 0 auto 8vw auto;
  }
  .themesong__mint__text {
    display: block;
    width: 100%;
    vertical-align: middle;
  }
  .themesong__mint__text p {
    margin-left: 0;
  }
  .themesong__mint__text__name {
    color: #623cc0;
    font-size: 13px;
    font-size: 3.46667vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1em;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
    text-align: center;
  }
  .themesong__mint__text__title {
    color: #623cc0;
    font-size: 18px;
    font-size: 4.8vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1em;
    vertical-align: middle;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
    text-indent: 0;
    text-align: center;
  }
  .themesong__mint__text__lead {
    color: #623cc0;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 2.23em;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .themesong__mint__text__btn {
    text-align: center;
  }
  .themesong__mint__text__btn a {
    font-size: 12px;
    font-size: 3.2vw;
    color: #623cc0;
    font-weight: bold;
    display: inline-block;
    border-bottom: #623cc0 solid 2px;
    border-bottom: #623cc0 solid 0.53333vw;
  }
  .message {
    width: 100%;
    position: relative;
    margin-bottom: 0;
  }
  .message__inner {
    width: 94%;
    margin: 0 auto;
    position: relative;
    zoom: 1;
  }
  .message__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .message__inner:before {
    content: "";
    display: block;
    background: url("../img/top/message_bg.png") left top no-repeat;
    background-size: cover;
    width: 174px;
    width: 46.4vw;
    height: 212px;
    height: 56.53333vw;
    position: absolute;
    left: -10px;
    left: -2.66667vw;
    top: -36.5px;
    top: -9.73333vw;
    margin-left: 0;
  }
  .message__block {
    position: relative;
    z-index: 1;
  }
  .message__block__head {
    margin-bottom: 50px;
    margin-bottom: 13.33333vw;
    text-align: center;
  }
  .message__block__head img {
    height: 26px;
    height: 6.93333vw;
    width: auto;
  }
  .message__block__detail {
    width: 100%;
    margin: 0 auto;
    transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform: scale(0.9);
  }
  .message__block__detail__l,
  .message__block__detail__r {
    width: 100%;
    color: #623cc0;
    border-top: #c8bbe9 solid 2px;
    border-top: #c8bbe9 solid 0.53333vw;
  }
  .message__block__detail__l span,
  .message__block__detail__r span {
    font-size: 10px;
    font-size: 3.4vw;
    display: block;
    line-height: 2.2em;
    border-bottom: #c8bbe9 solid 2px;
    border-bottom: #c8bbe9 solid 0.53333vw;
  }
  .message__block__detail__l .text__caps,
  .message__block__detail__r .text__caps {
    text-align: right;
  }
  .message__block__detail__l {
    float: none;
  }
  .message__block__detail__r {
    float: none;
    border-top: none;
  }
  .buttons {
    width: 100%;
    position: relative;
    margin-bottom: 100px;
    margin-bottom: 26.66667vw;
  }
  .buttons__inner {
    width: 80%;
    margin: 0 auto;
  }
  .buttons__ticket {
    text-align: center;
  }
  .buttons__ticket img {
    width: 100%;
    height: auto;
  }
  .howto {
    width: 100%;
    position: relative;
    margin-bottom: 100px;
    margin-bottom: 26.66667vw;
  }
  .howto__inner {
    width: 90%;
    margin: 0 auto;
    position: relative;
    zoom: 1;
  }
  .howto__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .howto__inner:before {
    content: "";
    display: block;
    background: url("../img/top/howto_bg.png") left top no-repeat;
    background-size: cover;
    width: 163.5px;
    width: 43.6vw;
    height: 173.5px;
    height: 46.26667vw;
    position: absolute;
    left: 50%;
    top: -58px;
    top: -15.46667vw;
    margin-left: -163.5px;
    margin-left: -43.6vw;
  }
  .howto__block {
    position: relative;
    z-index: 1;
  }
  .howto__block__head {
    margin-bottom: 50px;
    margin-bottom: 13.33333vw;
    text-align: center;
  }
  .howto__block__head img {
    height: 26px;
    height: 6.93333vw;
    width: auto;
  }
  .howto__block__list {
    zoom: 1;
    width: 100%;
    margin: 0 auto;
  }
  .howto__block__list:after {
    content: "";
    clear: both;
    display: block;
  }
  .howto__block__list li {
    width: 47%;
    float: left;
    margin: 0 6% 30px 0;
    margin: 0 6% 8vw 0;
    position: relative;
  }
  .howto__block__list li:after {
    content: "";
    display: block;
    background: url("../img/top/howto_icon_arw.png") left top no-repeat;
    background-size: cover;
    width: 5px;
    width: 1.33333vw;
    height: 6.5px;
    height: 1.73333vw;
    position: absolute;
    right: -12px;
    right: -3.2vw;
    top: 52px;
    top: 13.86667vw;
  }
  .howto__block__list li:nth-child(2n) {
    margin-right: 0;
  }
  .howto__block__list li:last-child:after {
    display: none;
  }
  .howto__block__list__title {
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  .howto__block__list__title img {
    width: 100%;
    height: auto;
  }
  .howto__block__list__title h4 {
    height: 60px;
    height: 16vw;
    width: 100%;
    display: table;
    border-bottom: #623cc0 solid 2px;
    border-bottom: #623cc0 solid 0.53333vw;
  }
  .howto__block__list__title h4 span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
    font-size: 2.93333vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #623cc0;
    padding-bottom: 10px;
    padding-bottom: 2.66667vw;
    line-height: 1.5em;
  }
  .howto__block__list__text {
    font-size: 10px;
    font-size: 3.4vw;
    line-height: 1.8em;
    color: #623cc0;
    margin: 0;
  }
  .beginner {
    width: 100%;
    position: relative;
    margin-bottom: 70px;
    margin-bottom: 18.66667vw;
  }
  .beginner__inner {
    width: 80%;
    margin: 0 auto;
    position: relative;
    zoom: 1;
  }
  .beginner__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .beginner__inner:before {
    content: "";
    display: block;
    background: url("../img/top/beginner_bg.png") left top no-repeat;
    background-size: cover;
    width: 160.5px;
    width: 42.8vw;
    height: 169px;
    height: 45.06667vw;
    position: absolute;
    left: 50%;
    top: -50px;
    top: -13.33333vw;
    margin-left: -158.5px;
    margin-left: -42.26667vw;
  }
  .beginner__block {
    position: relative;
    z-index: 1;
  }
  .beginner__block__head {
    margin-bottom: 50px;
    margin-bottom: 13.33333vw;
    text-align: center;
  }
  .beginner__block__head img {
    height: auto;
    width: 100%;
  }
  .beginner__block__text {
    color: #623cc0;
    font-size: 11px;
    font-size: 2.93333vw;
    text-align: center;
  }
  .events {
    width: 100%;
    position: relative;
    margin-bottom: 70px;
    margin-bottom: 18.66667vw;
  }
  .events__inner {
    width: 85%;
    margin: 0 auto;
    position: relative;
    zoom: 1;
  }
  .events__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .events__inner:before {
    content: "";
    display: block;
    background: url("../img/top/events_bg.png") left top no-repeat;
    background-size: cover;
    width: 186.5px;
    width: 49.73333vw;
    height: 202.5px;
    height: 54vw;
    position: absolute;
    left: 50%;
    top: -17px;
    top: -4.53333vw;
  }
  .events__block {
    position: relative;
    z-index: 1;
  }
  .events__block__head {
    margin-bottom: 50px;
    margin-bottom: 13.33333vw;
    text-align: center;
  }
  .events__block__head img {
    height: 26px;
    height: 6.93333vw;
    width: auto;
  }
  .events__block__detail {
    width: 100%;
    margin: 0 auto;
  }
  .events__block__detail dl {
    display: block;
    zoom: 1;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .events__block__detail dl:after {
    content: "";
    clear: both;
    display: block;
  }
  .events__block__detail dl:last-child {
    margin-bottom: 0;
  }
  .events__block__detail dt {
    width: 30%;
    float: left;
    color: #623cc0;
    line-height: 1.8em;
    font-size: 11px;
    font-size: 2.93333vw;
    font-weight: bold;
  }
  .events__block__detail dd {
    width: 67%;
    float: right;
    color: #623cc0;
    line-height: 1.8em;
    font-size: 11px;
    font-size: 2.93333vw;
  }
  .events__block__detail dd .text__link {
    margin-top: 10px;
  }
  .events__block__detail dd a {
    font-weight: bold;
    display: inline-block;
    border-bottom: #623cc0 solid 2px;
    border-bottom: #623cc0 solid 0.53333vw;
  }
  .tickets {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .tickets__inner {
    width: 80%;
    margin: 0 auto;
    position: relative;
    zoom: 1;
  }
  .tickets__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .tickets__inner:before {
    content: "";
    display: block;
    background: url("../img/top/tickets_bg.png") left top no-repeat;
    background-size: cover;
    width: 176.5px;
    width: 47.06667vw;
    height: 136px;
    height: 36.26667vw;
    position: absolute;
    left: 50%;
    top: -43px;
    top: -11.46667vw;
    margin-left: -173px;
    margin-left: -46.13333vw;
  }
  .tickets__block {
    position: relative;
    z-index: 1;
  }
  .tickets__block__head {
    margin-bottom: 50px;
    margin-bottom: 13.33333vw;
    text-align: center;
  }
  .tickets__block__head img {
    height: 26px;
    height: 6.93333vw;
    width: auto;
  }
  .tickets__block__fc {
    width: 100%;
    margin: 0 auto 60px auto;
    margin: 0 auto 16vw auto;
  }
  .tickets__block__fc__title {
    border: #623cc0 solid 2px;
    border: #623cc0 solid 0.53333vw;
    text-align: center;
    padding: 15px 0;
    padding: 4vw 0;
    background-color: #ffffff;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .tickets__block__fc__title h4 {
    font-size: 18px;
    font-size: 4.8vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #623cc0;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  .tickets__block__fc__title p {
    font-size: 11px;
    font-size: 2.93333vw;
    color: #623cc0;
    line-height: 1.6em;
  }
  .tickets__block__fc__detail {
    margin: 0;
    zoom: 1;
    width: 100%;
  }
  .tickets__block__fc__detail:after {
    content: "";
    clear: both;
    display: block;
  }
  .tickets__block__fc__detail__img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .tickets__block__fc__detail__img img {
    width: 100%;
    height: auto;
  }
  .tickets__block__fc__detail__text {
    float: none;
    width: 100%;
    color: #623cc0;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 1.9em;
  }
  .tickets__block__fc__detail__text p {
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .tickets__block__fc__detail__text a {
    font-weight: bold;
  }
  .tickets__block__fc__detail__text strong {
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    font-size: 4vw;
    white-space: nowrap;
  }
  .tickets__block__fc__detail__text .text__link a {
    font-weight: bold;
    display: inline-block;
    border-bottom: #623cc0 solid 2px;
    border-bottom: #623cc0 solid 0.53333vw;
  }
  .tickets__block__normal {
    width: 100%;
    margin: 0 auto 40px auto;
    margin: 0 auto 10.66667vw auto;
  }
  .tickets__block__normal__title {
    border: #623cc0 solid 2px;
    border: #623cc0 solid 0.53333vw;
    text-align: center;
    padding: 15px 0;
    padding: 4vw 0;
    background-color: #ffffff;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .tickets__block__normal__title h4 {
    font-size: 18px;
    font-size: 4.8vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #623cc0;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  .tickets__block__normal__title p {
    font-size: 11px;
    font-size: 2.93333vw;
    color: #623cc0;
    line-height: 1.6em;
  }
  .tickets__block__price {
    width: 100%;
    margin: 0 auto 40px auto;
    margin: 0 auto 10.66667vw auto;
  }
  .tickets__block__price dl {
    display: table;
    width: 100%;
    border-bottom: #623cc0 solid 2px;
    border-bottom: #623cc0 solid 0.53333vw;
  }
  .tickets__block__price dt {
    width: 34%;
    display: table-cell;
    color: #623cc0;
    font-size: 10px;
    font-size: 2.66667vw;
    vertical-align: middle;
    position: relative;
    font-weight: bold;
    line-height: 1.6em;
  }
  .tickets__block__price dt:after {
    content: "";
    display: block;
    width: 1px;
    width: 0.26667vw;
    height: 100%;
    background-color: #623cc0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform: scaleY(0.7);
  }
  .tickets__block__price dt span {
    display: inline-block;
    margin-left: 0;
  }
  .tickets__block__price dd {
    width: 66%;
    display: table-cell;
    zoom: 1;
    vertical-align: middle;
    line-height: 1.6em;
  }
  .tickets__block__price dd:after {
    content: "";
    clear: both;
    display: block;
  }
  .tickets__block__price ul {
    letter-spacing: 0;
    font-size: 0;
    width: 94%;
    float: right;
    border-bottom: #623cc0 solid 1px;
    line-height: 1em;
  }
  .tickets__block__price ul.none__border {
    border: none;
  }
  .tickets__block__price ul li {
    letter-spacing: normal;
    font-size: medium;
    display: inline-block;
    line-height: 1em;
    color: #623cc0;
    font-size: 10px;
    font-size: 2.66667vw;
    padding: 10px 0;
    padding: 2.66667vw 0;
  }
  .tickets__block__price ul li:first-child {
    width: 32%;
    margin-left: 10px;
    margin-left: 2.66667vw;
  }
  .tickets__block__price ul li:nth-child(2) {
    width: 34%;
  }
  .tickets__block__price .price__headline dt {
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-size: 3.2vw;
  }
  .tickets__block__price .price__headline dt:after {
    display: none;
  }
  .tickets__block__price .price__headline ul {
    border: none;
  }
  .tickets__block__price .price__headline ul li {
    font-size: 12px;
    font-size: 3.2vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6em;
  }
  .tickets__block__price__caps {
    color: #623cc0;
    font-size: 11px;
    font-size: 2.93333vw;
    margin-top: 10px;
    margin-top: 2.66667vw;
  }
  .tickets__block__group {
    width: 100%;
    margin: 0 auto 50px auto;
    margin: 0 auto 13.33333vw auto;
  }
  .tickets__block__group h5 {
    font-size: 16px;
    font-size: 4.26667vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 15px;
    margin-bottom: 4vw;
    color: #623cc0;
  }
  .tickets__block__group p {
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 1.8em;
    color: #623cc0;
  }
  .tickets__block__grouplus {
    width: 100%;
    margin: 0 auto 50px auto;
    margin: 0 auto 13.33333vw auto;
  }
  .tickets__block__grouplus h5 {
    font-size: 16px;
    font-size: 4.26667vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 15px;
    margin-bottom: 4vw;
    color: #623cc0;
  }
  .tickets__block__grouplus__text {
    color: #623cc0;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 1.8em;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .tickets__block__grouplus__detail {
    zoom: 1;
  }
  .tickets__block__grouplus__detail:after {
    content: "";
    clear: both;
    display: block;
  }
  .tickets__block__grouplus__detail__img {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .tickets__block__grouplus__detail__img img {
    width: 100%;
    height: auto;
  }
  .tickets__block__grouplus__detail__img__caps {
    font-size: 11px;
    font-size: 2.93333vw;
    color: #623cc0;
    margin-top: 10px;
    margin-top: 2.66667vw;
  }
  .tickets__block__grouplus__detail__text {
    float: right;
    width: 100%;
    color: #623cc0;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 1.8em;
  }
  .tickets__block__grouplus__detail__text span {
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 1.8em;
    display: inline-block;
  }
  .tickets__block__design {
    width: 100%;
    margin: 0 auto;
  }
  .tickets__block__design h5 {
    font-size: 16px;
    font-size: 4.26667vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 15px;
    margin-bottom: 4vw;
    color: #623cc0;
  }
  .tickets__block__design__detail {
    width: 100%;
    zoom: 1;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .tickets__block__design__detail:after {
    content: "";
    clear: both;
    display: block;
  }
  .tickets__block__design__detail__l {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .tickets__block__design__detail__r {
    width: 100%;
    float: none;
  }
  .tickets__block__design__detail__head {
    color: #623cc0;
    font-size: 13px;
    font-size: 3.46667vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 5px;
    margin-bottom: 1.33333vw;
    text-align: center;
  }
  .tickets__block__design__caps {
    color: #623cc0;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 1.8em;
  }
  .buy {
    width: 100%;
    position: relative;
    margin-bottom: 70px;
    margin-bottom: 18.66667vw;
  }
  .buy__inner {
    width: 90%;
    margin: 0 auto;
    position: relative;
    zoom: 1;
  }
  .buy__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .buy__inner:before {
    content: "";
    display: block;
    background: url("../img/top/buy_bg.png") left top no-repeat;
    background-size: cover;
    width: 204.5px;
    width: 54.53333vw;
    height: 214px;
    height: 57.06667vw;
    position: absolute;
    left: 50%;
    top: -48.5px;
    top: -12.93333vw;
    margin-left: -20.5px;
    margin-left: -5.46667vw;
  }
  .buy__block {
    position: relative;
    z-index: 1;
  }
  .buy__block__head {
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
    text-align: center;
  }
  .buy__block__head img {
    height: 26px;
    height: 6.93333vw;
    width: auto;
  }
  .attention {
    width: 100%;
    position: relative;
    margin-bottom: 70px;
    margin-bottom: 18.66667vw;
  }
  .attention__inner {
    width: 80%;
    margin: 0 auto;
    position: relative;
    zoom: 1;
  }
  .attention__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .attention__inner:before {
    content: "";
    display: block;
    background: url("../img/top/attention_bg.png") left top no-repeat;
    background-size: cover;
    width: 158.5px;
    width: 42.26667vw;
    height: 176px;
    height: 46.13333vw;
    position: absolute;
    left: 50%;
    top: -39.5px;
    top: -10.53333vw;
    margin-left: -140px;
    margin-left: -37.33333vw;
  }
  .attention__block {
    position: relative;
    z-index: 1;
  }
  .attention__block__head {
    margin-bottom: 50px;
    margin-bottom: 13.33333vw;
    text-align: center;
  }
  .attention__block__head img {
    height: 26px;
    height: 6.93333vw;
    width: auto;
  }
  .attention__block__detail {
    width: 100%;
    margin: 0 auto 40px auto;
    margin: 0 auto 10.66667vw auto;
  }
  .attention__block__detail dl {
    display: block;
    width: 100%;
    zoom: 1;
    margin-bottom: 40px;
    margin-bottom: 10.66667vw;
  }
  .attention__block__detail dl:after {
    content: "";
    clear: both;
    display: block;
  }
  .attention__block__detail dl:last-child {
    margin-bottom: 0;
  }
  .attention__block__detail dt {
    font-size: 15px;
    font-size: 4vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
    color: #623cc0;
    width: 100%;
    float: none;
  }
  .attention__block__detail dd {
    color: #623cc0;
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1.8em;
    width: 100%;
    float: none;
  }
  .attention__block__detail dd strong {
    color: #ff0000;
    font-weight: bold;
  }
  .attention__block__links {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  .attention__block__links ul {
    letter-spacing: 0;
    font-size: 0;
  }
  .attention__block__links li {
    letter-spacing: normal;
    font-size: medium;
    display: block;
    margin: 0 0 20px 0;
    margin: 0 0 5.33333vw 0;
  }
  .attention__block__links a {
    font-size: 12px;
    font-size: 3.2vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #623cc0;
    display: block;
    border-bottom: #623cc0 solid 2px;
    border-bottom: #623cc0 solid 0.53333vw;
    padding: 5px 0;
    padding: 1.33333vw 0;
  }
  .about {
    width: 100%;
    position: relative;
    margin-bottom: 70px;
    margin-bottom: 18.66667vw;
  }
  .about__inner {
    width: 80%;
    margin: 0 auto;
    position: relative;
    zoom: 1;
  }
  .about__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .about__inner:before {
    content: "";
    display: block;
    background: url("../img/top/about_bg.png") left top no-repeat;
    background-size: cover;
    width: 158.5px;
    width: 42.26667vw;
    height: 173px;
    height: 46.13333vw;
    position: absolute;
    left: 50%;
    top: -31.5px;
    top: -8.4vw;
    margin-left: -17.5px;
    margin-left: -4.66667vw;
  }
  .about__block {
    position: relative;
    z-index: 1;
  }
  .about__block__head {
    margin-bottom: 50px;
    margin-bottom: 13.33333vw;
    text-align: center;
  }
  .about__block__head img {
    height: 26px;
    height: 6.93333vw;
    width: auto;
  }
  .about__block__detail {
    width: 100%;
    margin: 0 auto;
    zoom: 1;
  }
  .about__block__detail:after {
    content: "";
    clear: both;
    display: block;
  }
  .about__block__detail__movie {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .about__block__detail__movie__btn {
    width: 100%;
    height: 160px;
    height: 42.66667vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: table;
  }
  .about__block__detail__movie__btn a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .about__block__detail__movie__btn img {
    width: 50px;
    width: 13.33333vw;
    height: auto;
  }
  .about__block__detail__text {
    width: 100%;
    float: none;
    color: #623cc0;
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1.8em;
  }
  #retweet0901 {
    display: none;
    background-color: rgba(255, 255, 255, 0.7);
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
    padding: 20px 0 30px 0;
    padding: 5.33333vw 0 8vw 0;
    border: #dedede solid 1px;
    border: #dedede solid 0.26667vw;
  }
  .retweet0901__inner {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .retweet0901__img {
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .retweet0901__text {
    color: #623cc0;
    font-size: 11px;
    font-size: 2.93333vw;
    margin-bottom: 15px;
    margin-bottom: 4vw;
    text-align: left;
    line-height: 1.8em;
  }
  .retweet0901__btn a {
    display: inline-block;
    font-size: 14px;
    font-size: 3.73333vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border-bottom: #623cc0 solid 2px;
    border-bottom: #623cc0 solid 0.53333vw;
    color: #623cc0;
    padding: 0px 10px;
    padding: 0px 2.66667vw;
  }
  #hazuki,
  #you {
    display: none;
    background-color: rgba(255, 255, 255, 0.7);
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
    padding: 30px 0 30px 0;
    padding: 8vw 0 8vw 0;
    border: #dedede solid 1px;
    border: #dedede solid 0.26667vw;
  }
  .hazuki__inner,
  .you__inner {
    width: 82%;
    margin: 0 auto;
  }
  .hazuki__name,
  .you__name {
    font-size: 16px;
    font-size: 4.26667vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .hazuki__name span,
  .you__name span {
    font-size: 11px;
    font-size: 2.93333vw;
    vertical-align: bottom;
    display: inline-block;
    margin-left: 5px;
    margin-left: 1.33333vw;
  }
  .hazuki__profile,
  .you__profile {
    font-size: 12px;
    font-size: 3.2vw;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .hazuki__works,
  .you__works {
    width: 100%;
    zoom: 1;
  }
  .hazuki__works:after,
  .you__works:after {
    content: "";
    clear: both;
    display: block;
  }
  .hazuki__works__head,
  .you__works__head {
    float: none;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    font-size: 3.46667vw;
    margin-bottom: 5px;
    margin-bottom: 1.33333vw;
  }
  .hazuki__works__text,
  .you__works__text {
    float: none;
    margin-left: 0;
    font-size: 11px;
    font-size: 2.93333vw;
  }
  #mint {
    display: none;
    background-color: rgba(255, 255, 255, 0.7);
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
    padding: 30px 0 30px 0;
    padding: 8vw 0 8vw 0;
    border: #dedede solid 1px;
    border: #dedede solid 0.26667vw;
  }
  .mint__inner {
    width: 82%;
    margin: 0 auto;
    color: #623cc0;
  }
  .mint__name {
    font-size: 16px;
    font-size: 4.26667vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .mint__profile {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 2em;
  }
  #designTicket {
    display: none;
    background-color: rgba(255, 255, 255, 0.7);
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
    padding: 30px 0 30px 0;
    padding: 8vw 0 8vw 0;
    border: #dedede solid 1px;
    border: #dedede solid 0.26667vw;
  }
  .designTicket__inner {
    width: 90%;
    margin: 0 auto;
    color: #623cc0;
  }
  .designTicket__head {
    text-align: center;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .designTicket__head span {
    font-size: 16px;
    font-size: 4.26667vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border-bottom: 2px solid #623cc0;
    display: block;
    margin: 0 auto;
    line-height: 1.4em;
    padding: 0 0 10px 0;
    padding: 0 0 2.66667vw 0;
  }
  .designTicket__text {
    font-size: 12px;
    font-size: 3.2vw;
    margin-bottom: 30px;
    margin-bottom: 8vw;
    line-height: 1.8em;
  }
  .designTicket__tokuten,
  .designTicket__shop {
    display: block;
    width: 100%;
    margin: 0 auto 20px auto;
    margin: 0 auto 5.33333vw auto;
  }
  .designTicket__shop {
    margin-bottom: 0;
  }
  .designTicket__subhead {
    display: block;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-size: 3.73333vw;
    width: 100%;
    margin-bottom: 5px;
    margin-bottom: 1.33333vw;
  }
  .designTicket__subtext {
    display: block;
    font-size: 11px;
    font-size: 2.93333vw;
  }
}

/* Additional */
.tmc-site-common-block,
.attention-topics-wrapper {
  display: none !important;
}

/* .header__nav {
  display: none !important;
} */

#floater {
  display: none !important;
}

.header__sns {
  display: none !important;
}

.movie__catch {
  width: 50%;
  margin: 0 auto 60px;
}

.movie__catch img {
  max-width: 100%;
}

.introduction__detail h4 img {
  display: block;
  width: 60%;
  height: auto;
}

.readmore {
  text-align: center;
  font-weight: bold;
  margin-top: 40px;
  color: #735dac;
}

.readmore.accordion {
  display: none;
}

.readmore span {
  border-bottom: 3px solid #735dac;
  padding-bottom: 8px;
  padding-right: 8px;
  padding-left: 8px;
  box-sizing: border-box;
  display: inline;
  cursor: pointer;
}

.howto__block__list ul {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}

.howto__block__list li {
  width: 45%;
  float: initial;
  margin: 0 15px 50px;
  position: relative;
  box-sizing: border-box;
}

.buttons__ticket a img {
  display: block;
  width: 80%;
  height: auto;
  margin: 30px auto 0;
}

.introduction__detail h4 {
  margin-bottom: 35px;
}

.footer__logo {
  width: 20%;
  max-width: 240px;
  margin: 0 auto 60px;
}

.footer__logo img {
  display: block;
  width: 100%;
  transition: all ease 0.4s;
}

.footer__logo img:hover {
  opacity: 0.7;
}

.footer__pop {
  width: 34%;
  max-width: 500px;
  margin: 0 auto 100px;
}

.footer__pop img {
  display: block;
  width: 100%;
  transition: all ease 0.4s;
}

.footer__pop img:hover {
  opacity: 0.7;
}

.footer__btnPagetop {
  top: initial;
  bottom: 50px;
}

.play {
  width: 100%;
  position: relative;
  margin-bottom: 90px;
}

.play__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  zoom: 1;
}

.play__inner:after {
  content: "";
  clear: both;
  display: block;
}

.play__inner:before {
  content: "";
  display: block;
  background: url("../img/top/howto_bg.png") left top no-repeat;
  width: 327px;
  height: 347px;
  position: absolute;
  left: 50%;
  top: -142px;
  margin-left: -311px;
}

.play__block {
  position: relative;
  z-index: 1;
}

.play__block__head {
  margin-bottom: 95px;
  text-align: center;
}

.play__box {
  width: 50%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.play__box1 {
  width: 48%;
  margin-bottom: 30px;
}

.play__box1 img {
  width: 100%;
  height: auto;
}

.howto__sankajo {
  width: 60%;
  margin: 0 auto 30px;
}

.howto__sankajo img {
  display: block;
  width: 100%;
  height: auto;
}

/* #headerNav {
  display: none;
} */

#info {
  background:
    url(../img/top/info_bg.png) no-repeat,
    #fff7f7;
  background-size: 100% auto;
  padding: 100px 0;
}

.info__inner {
  width: 60%;
  padding: 60px;
  box-sizing: border-box;
  background: #fff;
  margin: 0 auto 40px;
}

.info__block__head {
  margin-bottom: 50px;
  text-align: center;
}

.info__caution {
  color: #623cc0;
  width: 80%;
  margin: 0 auto;
  padding: 18px;
  box-sizing: border-box;
  text-align: center;
  background: #eff5fb;
  border: 2px solid #623cc0;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.info__caution img {
  width: 14px;
  height: auto;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all ease 0.4s;
}

.info__caution.accordion img {
  transform: rotate(180deg);
}

.info__caution__info {
  display: none;
}

.info__caution__info.accordion {
  display: block;
  margin-top: 30px;
  border: 2px solid #623cc0;
  padding: 30px;
  box-sizing: border-box;
  background: #eff5fc;
}

.info__caution__infoTtl {
  font-size: 1rem;
  font-weight: bold;
  color: #623cc0;
  letter-spacing: 0.03em;
  margin-bottom: 14px;
}

.info__caution__info li {
  color: #623cc0;
  list-style: none;
  list-style-position: outside;
  margin-left: 20px;
  line-height: 160%;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 0.9rem;
}

.info__caution__info li a {
  color: #971953;
  text-decoration: underline;
  transition: all ease 0.4s;
  display: inline-block;
}

.info__caution__info li a:hover {
  opacity: 0.7;
}

.info__caution__info li::before {
  position: relative;
  top: -2px;
  left: -12px;
  display: inline-block;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 100%;
  background: #623cc0;
}

.info__caution__info ul p {
  color: #623cc0;
  margin-left: 20px;
  line-height: 160%;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 0.9rem;
}

.info__caution__info ul p a {
  color: #971953;
  text-decoration: underline;
  transition: all ease 0.4s;
  display: inline-block;
}

.tabBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tabBox .tabBtn {
  width: 49.5%;
  font-weight: 500;
  font-size: 1.1rem;
  text-align: center;
  color: #623cc0;
  background: #ffe5f1;
  padding: 12px 0;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: bold;
}

.tabBox .tabBtn.active {
  color: #fff;
  background: #623cc0;
}

/* #info table {
  margin-bottom: 30px;
}

#info table , #info td, #info th {
  width: 100%;
	border: 1px solid #595959;
	border-collapse: collapse;
  background: #fff;
  color: #623CC0;
}
#info td, #info th {
	padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
#info th {
	background: #f1f1f1;
  width: 30%;
}

#info td {
width: 30%;
}

#info tr:first-of-type th, #info tr:first-of-type td{
  background: #f1f1f1;
} */

.info__inner table {
  width: 100%;
  margin-bottom: 60px;
}

.info__inner table,
.info__inner td,
.info__inner th {
  border: 1px solid #623cc0;
  border-collapse: collapse;
}
.info__inner td,
.info__inner th {
  padding: 10px 0;
  width: calc(100% / 3);
  color: #623cc0;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0;
}
.info__inner tr:first-child {
  background: #f1f1f1;
}

.info__inner tr td:first-child {
  background: #f1f1f1;
  text-align: left;
  padding-left: 30px;
  box-sizing: border-box;
}

.info__inner tr td:first-child small {
  font-size: 0.8rem;
  letter-spacing: 0;
}

.tabArea {
  display: none !important;
}

.tabArea.active {
  display: block !important;
}

.info__box1 {
  margin-bottom: 70px;
}

.info__u22 {
  padding: 60px 10px 20px;
  box-sizing: border-box;
  background-image:
    repeating-linear-gradient(90deg, #623cc0, #623cc0 12px, transparent 12px, transparent 16px), repeating-linear-gradient(180deg, #623cc0, #623cc0 12px, transparent 12px, transparent 16px),
    repeating-linear-gradient(90deg, #623cc0, #623cc0 12px, transparent 12px, transparent 16px), repeating-linear-gradient(180deg, #623cc0, #623cc0 12px, transparent 12px, transparent 16px);
  background-position:
    left top,
    right top,
    left bottom,
    left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size:
    100% 1px,
    1px 100%,
    100% 1px,
    1px 100%;
  position: relative;
  margin-bottom: 40px;
}

.info__u22__img {
  width: 40%;
  max-width: 220px;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
}

.info__u22__txt {
  color: #623cc0;
  font-size: 1rem;
  text-align: center;
  line-height: 120%;
}

.info__u22__txt a {
  color: #623cc0;
  font-weight: bold;
  text-decoration: underline;
  transition: all ease 0.4s;
}

.info__u22__txt a:hover {
  opacity: 0.7;
}

.info__schedule {
  margin-bottom: 80px;
}

.info__schedule__ttl {
  font-size: 1.6rem;
  color: #623cc0;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

.head-border {
  display: flex;
  align-items: center;
}

.head-border:before,
.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #623cc0;
}

.head-border:before {
  margin-right: 2rem;
}

.head-border:after {
  margin-left: 2rem;
}

.info__schedule__txt {
  color: #623cc0;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 4px;
  text-align: center;
  letter-spacing: 0.03em;
}

.info__schedule__date {
  color: #623cc0;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.info__schedule__small {
  color: #623cc0;
  font-size: 0.95rem;
  font-weight: lighter;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
  text-align: center;
}

.info__schedule__bnr {
  width: 80%;
  margin: 0 auto 40px;
}

.info__schedule__bnr img {
  display: block;
  width: 100%;
  transition: all ease 0.4s;
}

.info__schedule__bnr img:hover {
  opacity: 0.7;
}

.info__buy {
  margin-bottom: 80px;
}

.info__buy__ttl {
  font-size: 1.4rem;
  color: #623cc0;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

.info__buy__single {
  color: #623cc0;
  padding: 20px;
  box-sizing: border-box;
  cursor: pointer;
  background: #ffecf4;
  /* color: #623cc0;
    background: url(../img/top/arrow1.png) no-repeat, #ffecf4;
    background-size: 16px;
    background-position: center 93%;
    padding: 20px 20px 30px;
    box-sizing: border-box;
    cursor: pointer; */
}

.arrow1 {
  display: block;
  width: 100%;
  height: auto;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  background: #da2e76;
}

.arrow1 img {
  display: inline-block;
  width: 16px;
  height: auto;
  transition: all ease 0.4s;
  margin-top: 8px;
}

.accordion .arrow1 img {
  transform: rotate(180deg);
}

.info__location__name {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #fff;
  padding-bottom: 14px;
}

.info__location__sub {
  color: #623cc0;
  text-align: center;
  line-height: 170%;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-top: 14px;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.info__location__sub span {
  display: block;
  font-weight: lighter;
}

.info__location__open {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.info__location__open.accordion {
  height: auto;
  opacity: 1;
  visibility: visible;
  padding: 20px 0;
  border: 1px solid #623cc0;
  border-top: none;
  box-sizing: border-box;
}

.info__box2 {
  margin-bottom: 20px;
}

.info__location__desc {
  font-size: 1.1rem;
  color: #623cc0;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 160%;
  margin-top: 40px;
  margin-bottom: 40px;
  word-break: break-all;
}

.info__location__desc a {
  text-decoration: underline;
  transition: all ease 0.4s;
}

.info__location__desc a:hover {
  opacity: 0.7;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 58%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.info__special img {
  display: block;
  width: 100%;
}

.info__goods {
  margin-bottom: 80px;
}

.info__goods__ttl {
  font-size: 1.6rem;
  color: #623cc0;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

.info__box3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}

.info__goods__single {
  width: 48%;
  margin-bottom: 40px;
}

.info__goods__single img {
  display: block;
  width: 100%;
  border: 1px solid #dfdfdf;
}

.info__goods__single a {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.info__goods__single a:after {
  content: "";
  display: block;
  background: url(../img/goods/icon_zoom.png) center center no-repeat;
  background-size: 100% auto;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.goods__name {
  color: #623cc0;
  font-size: 19px;
  line-height: 140%;
  margin-bottom: 5px;
}

.goods__price {
  color: #623cc0;
  font-size: 15px;
  line-height: 150%;
  word-break: break-all;
}

.goods__tax {
  color: #623cc0;
  font-size: 15px;
  line-height: 150%;
  text-align: center;
  background: #f3efff;
  margin-top: 40px;
  margin-bottom: 60px;
}

.goods__large {
  background-color: rgba(98, 60, 192, 0.2);
  padding: 20px;
  box-sizing: border-box;
}

.goods__large .info__goods__single {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0 !important;
}

.goods__large__l {
  width: 40%;
}

.goods__large__r {
  width: 56%;
}

.info__more__ttl {
  color: #623cc0;
  font-size: 1.2rem;
  width: 84%;
  margin: 0 auto;
  padding: 18px;
  box-sizing: border-box;
  text-align: center;
  background: #eff5fb;
  border: 2px solid #623cc0;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.info__more__ttl img {
  position: absolute;
  width: 16px;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all ease 0.4s;
}

.info__more__ttl.accordion img {
  transform: rotate(180deg);
}

.info__more__desc {
  opacity: 0;
  height: 0;
  visibility: hidden;
  width: 84%;
  margin: 0 auto;
  padding: 0 20px;
  display: none;
}

.info__more__desc.accordion {
  opacity: 1;
  height: auto;
  visibility: visible;
  padding: 40px 20px;
  box-sizing: border-box;
  background: #fbfaff;
  border: 1px solid #623cc0;
  border-top: none;
  color: #623cc0;
  display: block;
}

.footer__inner {
  background: #fff7f7;
}

.info__box4 {
  margin-bottom: 20px;
}

.info__box5 {
  margin-bottom: 30px;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.accordion .info__box5 {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.info__box5__p {
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  color: #623cc0;
  font-weight: bold;
  margin-bottom: 14px;
  border-bottom: 1px solid #623cc0;
  padding-bottom: 4px;
}

.info__box5 li {
  color: #623cc0;
  list-style: none;
  list-style-position: outside;
  margin-left: 20px;
  line-height: 160%;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 1rem;
}

.info__box5 li a {
  color: #ff79b7;
  text-decoration: underline;
  transition: all ease 0.4s;
  display: inline-block;
}

.info__box5 li a:hover {
  opacity: 0.7;
}

.info__box5 li::before {
  position: relative;
  top: -2px;
  left: -12px;
  display: inline-block;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 100%;
  background: #000;
}

.info__box5 .faqA li::before {
  position: relative;
  top: 0px;
  left: -16px;
  display: inline-block;
  content: "A.";
  background: none;
}

.info__box5__p.faqQ {
  position: relative;
  padding-left: 24px;
}

.info__box5__p.faqQ::before {
  content: "Q.";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.info__box5__caution {
  color: #ba35ab;
  line-height: 160%;
  margin-bottom: 40px;
}

.info__box5 ul p {
  font-size: 1rem;
  line-height: 170%;
  letter-spacing: 0.02em;
  padding-left: 24px;
  margin: 20px 0;
}

.story__more {
  display: none;
}

.story__more.accordion {
  display: block;
}

.movie__comming {
  width: 60%;
  margin: 0 auto 80px;
}

.movie__comming img {
  width: 100%;
  display: block;
}

.howto__step img {
  display: block;
  width: 100%;
  height: auto;
}

#snsBtn {
  position: fixed;
  right: 4px;
  top: 50vh;
  width: 50px;
  z-index: 1;
}

#snsBtn img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all ease 0.4s;
}

#snsBtn img:hover {
  opacity: 0.7;
}

#ticketBtn {
  position: fixed;
  right: 0;
  top: 70vh;
  width: 70px;
  z-index: 1;
}

#ticketBtn img {
  display: block;
  width: 100%;
}

.header__nav {
  display: none;
}

#snsBtn.show {
  opacity: 1;
  transform: translateY(0px);
}

#snsBtn {
  opacity: 0;
  transform: translateY(20px);
  transition: all ease 0.4s;
}

#snsBtn img {
  display: block;
  transition: all ease 0.4s;
}

#snsBtn img:hover {
  opacity: 0.8;
  transform: scale(1.1);
}

#ticketBtn.show {
  opacity: 1;
  transform: translateY(0px);
}

#ticketBtn {
  opacity: 0;
  transform: translateY(20px);
  transition: all ease 0.4s;
}

#ticketBtn img {
  transition: all ease 0.4s;
}

#ticketBtn img:hover {
  opacity: 0.8;
  transform: scale(1.1);
}

#spNav {
  opacity: 0;
  transform: translateY(20px);
  transition: all ease 0.4s;
  position: absolute;
  top: 10px;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1000;
  transition: all ease 0.4s;
  padding: 12px 10px;
  background: #ffffff;
  border-radius: 50%;
}

#spNav.show {
  opacity: 1;
  transform: translateY(0px);
}

#spNav .toggle {
  display: block;
  position: relative;
  width: 1.75rem;
  height: 1.5rem;
  cursor: pointer;
}

#spNav .toggle i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #623cc0;
  position: absolute;
  transition: all ease 0.4s;
}

#spNav .toggle i:nth-child(1) {
  top: 0;
}

#spNav .toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

#spNav .toggle i:nth-child(3) {
  bottom: 0;
}

.clicked .toggle i:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}

.clicked .toggle i:nth-child(2) {
  opacity: 0;
}

.clicked .toggle i:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}

#spMenu {
  position: fixed;
  z-index: -100;
  display: block;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  background:
    url(https://realdgame.jp/s/bokumaji/shared/img/common/headline_bg.png) no-repeat,
    #ffffff;
  background-size: cover;
  background-position: center center;
}

.show #spMenu {
  opacity: 1;
  visibility: visible;
  z-index: 900;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    url(https://realdgame.jp/s/bokumaji/shared/img/common/headline_bg.png) no-repeat,
    #ffffff;
  background-size: cover;
  /* background-size: cover; */
  background-position: center center;
}

#spMenu ul {
  display: none;
}

.show #spMenu .spInner {
  position: relative;
  height: 100vh;
}

.show #spMenu ul {
  display: block;
  width: 60%;
  padding: 8%;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#spMenu a {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  padding: 14px 0;
  letter-spacing: 0.01em;
  display: block;
  margin-bottom: 0.4%;
  font-family: serif;
  transition: all ease 0.4s;
  cursor: pointer;
}

#spMenu a:hover {
  opacity: 0.7;
}

.show #spMenu ul#snsNavSp {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 58px;
  position: relative;
}

.main {
  margin-bottom: 0;
}

.special2 {
  width: 90%;
  margin: 0 auto 40px;
}

.special2 img {
  display: block;
  width: 100%;
}

.info__schedule__date.v2 {
  letter-spacing: 0;
  line-height: 200%;
  margin-top: 20px;
}

.info__schedule__date.v2 small {
  font-size: 0.9rem;
  line-height: 150%;
  display: block;
  margin-top: 20px;
}

#closeBtn.hidden {
  display: none;
}

.rubi {
  position: relative;
}

.rubi small {
  position: absolute;
  left: 0;
  right: 0;
  top: -21px;
  font-size: 0.44rem;
  letter-spacing: 0;
  text-align: center;
}

.message__block__detail__l span.pc-only,
.message__block__detail__r span.pc-only {
  display: block !important;
}

.message__block__detail__l span.sp-only,
.message__block__detail__r span.sp-only {
  display: none !important;
}

.apiArea iframe {
  width: 100%;
  min-height: 400px;
  border: none !important;
}

.ticketWrap {
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  #headerNav {
    display: block;
  }

  .movie__catch {
    width: 80%;
  }

  .howto__block__list li {
    width: 100%;
  }

  .howto__block__list li:after {
    right: 0;
  }

  .play {
    margin-bottom: 80px;
  }

  .play__box {
    width: 90%;
  }

  .howto__sankajo {
    width: 90%;
  }

  .footer__pop {
    width: 64%;
  }

  .footer__logo {
    width: 40%;
  }

  .footer__btnPagetop {
    bottom: 0px;
  }

  #headerNav {
    display: none;
  }

  .info__inner {
    width: 100%;
    padding: 30px;
  }

  .info__block__head img {
    display: block;
    width: 100%;
    height: auto;
  }

  .info__caution {
    width: 100%;
  }

  .info__u22__img {
    width: 60%;
    top: -40px;
  }

  .info__u22 {
    padding: 90px 8px 15px;
  }

  .info__schedule__ttl {
    line-height: 150%;
  }

  .info__schedule__small {
    font-size: 0.67rem;
  }

  .info__schedule__bnr {
    width: 100%;
  }

  .info__location__sub span {
    line-height: 120%;
  }

  .info__box3 {
    width: 100%;
  }

  .info__more__ttl {
    font-size: 1rem;
    width: 100%;
  }

  .info__more__desc {
    width: 100%;
  }

  .info__box5__p {
    font-size: 1rem;
  }

  .info__box5 li {
    font-size: 0.9rem;
  }

  .howto__block__head img {
    height: 9.93333vw;
  }

  .howto__block__list__title h4 span {
    font-size: 3.93333vw;
  }

  .info__location__sub {
    font-size: 1rem;
  }

  .spsns {
    left: initial !important;
    right: 12.5px !important;
    right: 3.33333vw !important;
    display: none !important;
  }

  #ticketBtn {
    top: 68vh;
    width: 60px;
  }

  #spNav {
    display: none !important;
  }

  .info__schedule__ttl {
    font-size: 1.3rem;
  }

  .movie__comming {
    width: 70%;
  }

  .info__inner td,
  .info__inner th {
    font-size: 0.7rem;
    line-height: 170%;
  }

  .info__inner tr td:first-child {
    padding-left: 10px;
  }

  .info__caution img {
    right: 20px;
  }

  .info__u22__txt {
    font-size: 0.84rem;
  }

  .info__schedule__txt {
    font-size: 1.1rem;
    line-height: 150%;
  }

  .info__location__sub {
    line-height: 180%;
    letter-spacing: 0.1em;
  }

  .info__location__name {
    font-size: 1.1rem;
  }

  .info__location__desc {
    font-size: 1rem;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .info__more__ttl {
    padding: 12px;
  }

  .info__more__ttl img {
    width: 12px;
    right: 20px;
  }

  #scraptowa {
    width: 90%;
    margin: 0 auto;
  }

  .howto__block__list ul {
    width: 90%;
  }

  .info__block__head img {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }

  .info__block__head {
    margin-bottom: 30px;
  }

  .howto__block__head img {
    height: 11.93333vw;
  }

  .info__buy__ttl {
    font-size: 1.3rem;
  }

  .info__goods__ttl {
    font-size: 1.3rem;
  }

  .tabBox .tabBtn {
    font-size: 1rem;
  }

  .main {
    margin-bottom: 30px;
  }

  .movie__catch {
    margin: 60px auto 0px;
  }

  .header__nav a {
    font-size: 3.4vw;
  }

  .info__location__sub small {
    font-size: 0.78rem;
    letter-spacing: 0.01em;
  }

  .info__inner tr td:first-child small {
    font-size: 0.7rem;
    letter-spacing: 0;
    line-height: 140%;
    display: block;
  }

  .info__buy__single {
    padding: 20px 10px;
  }

  .howto__block__list {
    display: none !important;
  }

  .slick-prev:before {
    content: "" !important;
    display: inline-block !important;
    width: 20px;
    height: 20px;
    background: url(../img/top/arrow-wl.png) no-repeat;
    background-size: contain;
  }

  .slick-next:before {
    content: "" !important;
    display: inline-block !important;
    width: 20px;
    height: 20px;
    background: url(../img/top/arrow-wr.png) no-repeat;
    background-size: contain;
  }

  .howto__block__list2 {
    padding: 0 40px;
    box-sizing: border-box;
  }

  .slick-next {
    right: -45px !important;
  }

  .slick-prev {
    left: -45px !important;
  }

  .special2 {
    width: 100%;
  }

  .info__schedule__date.v2 {
    font-size: 0.95rem;
  }

  .info__schedule__date.v2 b {
    display: block;
    line-height: 140%;
    margin-top: 10px;
  }

  .info__goods__single a:after {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }

  .goods__large__l {
    width: 100%;
  }

  .goods__large__r {
    width: 100%;
  }

  .goods__name {
    font-size: 14px;
  }

  .goods__price {
    font-size: 12px;
  }

  .introduction__detail h4 {
    opacity: 1 !important;
  }

  .howto__sankajo {
    width: 100%;
  }

  .rubi small {
    top: -18px;
    font-size: 0.39rem;
  }

  .howto__sankajo {
    transform: scale(1.3);
    margin-top: 40px;
  }

  .themesong__mint__text__name {
    margin-right: 0;
  }

  .message__block__detail__l span.pc-only,
  .message__block__detail__r span.pc-only {
    display: none !important;
  }

  .message__block__detail__l span.sp-only,
  .message__block__detail__r span.sp-only {
    display: block !important;
  }
}
