body {
  /*font-family: "Poppins";*/
  background: #000;
  color: #fff;
}
body.popup {
  overflow: hidden;
}
body h2,
body h1 {
  font-weight: 700;
  font-family: "Poppins";
}
body p,
body span {
  font-weight: 400;
}
body .head {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000;
  z-index: 99;
}
body .head .in {
  width: 960px;
  margin: 20px auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  body .head .in {
    width: 100%;
    display: none;
  }
}
body .head .pcmenu h1 img {
  width: 225px;
}
body .head .pcmenu h1:hover img {
  opacity: 0.6;
}
body .head .pcmenu h1,
body .head .pcmenu ul,
body .head .pcmenu .lang {
  display: inline-block;
  vertical-align: middle;
}
body .head .pcmenu ul {
  margin-left: 60px;
}
body .head .pcmenu ul li {
  float: left;
  font-weight: 600;
  font-size: 10px;
  margin-right: 27px;
  letter-spacing: 2.5px;
  position: relative;
  cursor: pointer;
}
body .head .pcmenu ul li a {
  color: #fff;
  font-weight: 600;
}

body .head .pcmenu ul li:hover {
  text-decoration: underline;
}
body .head .pcmenu ul li:after {
  content: "|";
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  height: 16px;
  overflow: hidden;
  font-weight: 300;
}
body .head .pcmenu .lang p {
  display: inline-block;
  font-size: 9px;
  margin-right: 2px;
  letter-spacing: 2.5px;
}
body .head .pcmenu .lang p.act {
  text-decoration: underline;
}
body .head .pcmenu .lang p a {
  color: #fff;
}
body .head .pcmenu .lang p a:hover {
  text-decoration: underline;
}
body .main {
  padding-top: 77px;
}

body .head .pcmenu dl.lang {
  text-align: center;
  width: 120px;
  position: absolute;
  top: 10px;
  right: -20px;
  z-index: 3;
}
body .head .pcmenu dl.lang dd {
  display: none;
  padding: 0 10px;
  background-color: #000;
}
body .head .pcmenu dl.lang p {
  width: 100px;
  padding: 5px;
  margin-right: 0;
  border-bottom: 1px solid #fff;
}
body .head .pcmenu dl.lang p:last-child {
  border-bottom: none;
}
body .head .pcmenu dl.lang p.act {
  text-decoration: none;
}
body .head .pcmenu dl.lang p a:hover {
  text-decoration: none;
}

.pb_btn {
  width: 100%;
  /*max-width: 450px;*/
  max-width: 670px;
  margin: 0 auto;
  padding-top: 36px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.btn_plt {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  /*width:48%;*/
  width: calc((100% - 30px) / 3);
  max-width: 250px;
  min-width: 200px;
  margin: 0 auto 20px;
  padding: 15px 15px;
  background-color: #0a0c4c;
  /*border:2px solid #ea3f25;*/
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  body .main {
    padding-top: 81px;
  }
}
body .main .section {
  padding-top: 72px;
  text-align: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  body .main .section {
    padding: 0 5%;
    padding-top: 72px;
  }
}
body .main .section h2 {
  font-size: 28px;
  margin-bottom: 36px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  body .main .section h2 {
    font-size: 18px;
    letter-spacing: 2.2px;
  }
}

body .main .section p {
  font-size: 15px;
  letter-spacing: 1.3px;
  line-height: 26px;
}

body .main .section #info p {
  font-size: 15px;
  letter-spacing: 1.3px;
  line-height: 26px;
  text-align: center;
  max-width: 750px;
  margin: 0 auto 30px;
}
body .main .section #info .refund {
  font-size: 15px;
  letter-spacing: 1.3px;
  line-height: 26px;
  text-align: left;
  max-width: 750px;
  margin: 0 auto;
  padding-top: 30px;
}
body .main .section #info .refund dd {
  margin-bottom: 20px;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  body .main .section p {
    font-size: 13px;
    line-height: 22px;
  }
}
body .main .section .underarrow {
  margin-top: 77px;
  cursor: pointer;
}
body .main .section .underarrow:hover {
  opacity: 0.7;
}
body .main .mainv {
  padding-top: 0px;
}
@media screen and (max-width: 768px) {
  body .main .mainv {
    padding: 0px;
  }
}
body .main .mainv img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
body .main .openinfo {
  padding: 50px 0px;
  font-size: 28px;
  letter-spacing: 3.2px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body .main .openinfo {
    font-size: 16px;
    padding: 25px 0px;
  }
}
body .main .about {
  background-image: url("../img/story_bg.jpg");
  background-position: top;
}
body .main .about .in {
  width: 800px;
  margin: 0 auto;
  margin-top: 41px;
}
@media screen and (max-width: 768px) {
  body .main .about .in {
    width: 100%;
  }
}
body .main .about .movie-area {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 52%;
}
body .main .about .movie-area .thum {
  z-index: 1;
}
body .main .about .movie-area .thum,
body .main .about .movie-area iframe {
  width: 800px;
  height: 450px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  body .main .about .movie-area .thum,
  body .main .about .movie-area iframe {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  body .main .about {
    background-image: url("../img/story_smp_bg.jpg");
  }
}
body .main .about .underarrow {
  margin-top: 82px;
}
body .main .story {
  padding-top: 61px;
}
@media screen and (max-width: 768px) {
  body .main .story .icon {
    width: 40px;
  }
}
body .main .story h2 {
  margin-top: 31px;
}
body .main .story p.underarrow {
  margin-top: 450px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body .main .story p.underarrow {
    margin-top: 110px;
    padding-bottom: 0px;
  }
}
body .main .chara {
  background-image: url("../img/chara_bg.jpg");
}
body .main .chara .clearfix {
  width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body .main .chara .clearfix {
    width: 100%;
  }
}
body .main .chara .l,
body .main .chara .r {
  width: 50%;
  float: left;
}
@media screen and (max-width: 768px) {
  body .main .chara .l,
  body .main .chara .r {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 768px) {
  body .main .chara .l dl,
  body .main .chara .r dl {
    margin-bottom: 80px;
  }
}
body .main .chara .l dl dt,
body .main .chara .r dl dt {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
}
body .main .chara .l dl dt img,
body .main .chara .r dl dt img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body .main .chara .l dl dt img,
  body .main .chara .r dl dt img {
    width: 100%;
  }
}
body .main .chara .l dl dt span,
body .main .chara .r dl dt span {
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  body .main .chara .l dl dt span,
  body .main .chara .r dl dt span {
    line-height: 24px;
    font-size: 17px;
  }
}
body .main .chara .l dl dt img,
body .main .chara .r dl dt img {
  display: block;
}
body .main .chara .l dl dd,
body .main .chara .r dl dd {
  width: 620px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body .main .chara .l dl dd,
  body .main .chara .r dl dd {
    width: 100%;
    text-align: left;
  }
}
body .main .chara .underarrow {
  padding-bottom: 20px;
}
body .main .journey #sec1 {
  background-color: #000;
}
body .main .journey #sec1 .inblk {
  max-width: 794px;
  margin: 0 auto;
  padding: 50px 0;
}
body .main .journey #sec1 .inblk img {
  width: 100%;
  height: auto;
}
body .main .journey #sec2 {
  /*background-image: url("../img/journey_bg.jpg");*/
  padding-top: 70px;
}
body .main .journey.lastactive .txt .next {
  display: none;
}
body .main .journey .inner {
  width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body .main .journey .inner {
    width: 100%;
  }
}
body .main .journey h2 {
  margin-bottom: 22px;
}
body .main .journey .slide {
  overflow: hidden;
  /*width: 1280px;*/
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  margin-top: 12px;
  margin-bottom: 9px;
}
@media screen and (max-width: 768px) {
  body .main .journey .slide {
    width: 100%;
  }
}
body .main .journey .slide .in {
  position: relative;
}
body .main .journey .slide .in img {
  /*width: 1280px;*/
  width: 100%;
}
@media screen and (max-width: 768px) {
  body .main .journey .slide .in img {
    width: 100%;
  }
}
body .main .journey .slide .in .on {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
body .main .journey .slide .in.slick-active .on {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 1.5s;
  transition-timing-function: ease-in-out;
}
body .main .journey .navi {
  background-image: url("../img/point_bg.png");
  background-repeat: no-repeat;
  background-position: 68px -5px;
  background-size: 1130px 67px;
}
@media screen and (max-width: 768px) {
  body .main .journey .navi {
    display: none;
  }
}
body .main .journey .navi p {
  display: inline-block;
  padding-right: 83px;
}
body .main .journey .navi p:last-child {
  padding: 0px;
}
body .main .journey .navi p.l {
  background: none;
}
body .main .journey .navi p img {
  width: 55px;
}
body .main .journey .txt {
  position: relative;
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  body .main .journey .txt .in {
    padding-top: 12px;
  }
}
body .main .journey .txt p {
  display: block;
  width: 80px;
  height: 80px;
  background-size: 80px;
  position: absolute;
  top: 0px;
}
@media screen and (max-width: 768px) {
  body .main .journey .txt p {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
}
body .main .journey .txt p.prev {
  background-image: url("../img/left_arrow.png");
  left: 0px;
}
body .main .journey .txt p.prev:hover {
  background-image: url("../img/left_arrow_on.png");
}
body .main .journey .txt p.next {
  background-image: url("../img/right_arrow.png");
  right: 0px;
}
body .main .journey .txt p.next:hover {
  background-image: url("../img/right_arrow_on.png");
}
body .main .journey .txt dl {
  display: none;
}
body .main .journey .txt dl dt {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  body .main .journey .txt dl dt {
    font-size: 11px;
  }
}
body .main .journey .txt dl dd {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 1px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  body .main .journey .txt dl dd {
    font-size: 11px;
  }
}
body .main .journey .txt dl.active {
  display: block;
}
body .main .journey .underarrow {
  margin-top: 35px;
  padding-bottom: 22px;
}
body .main .discover {
  background-image: url("../img/discover_bg.jpg");
  padding-top: 53px;
}
body .main .discover .img-box {
  position: relative;
  margin-top: 30px;
}
body .main .discover .img-box .slide img {
  width: 757px;
  margin: 0 75px;
}
body .main .discover .img-box .navi {
  position: absolute;
  top: 40%;
  right: 20%;
  padding-left: 40px;
  width: 85px;
}
body .main .discover .img-box .navi .in {
  position: relative;
}
body .main .discover .img-box .navi .in p {
  display: block;
  width: 80px;
  height: 80px;
  background-size: 80px;
  position: absolute;
  top: 0px;
}
body .main .discover .img-box .navi .in p.prev {
  background-image: url("../img/left_arrow.png");
  left: 0px;
}
body .main .discover .img-box .navi .in p.prev:hover {
  background-image: url("../img/left_arrow_on.png");
}
body .main .discover .img-box .navi .in p.next {
  background-image: url("../img/right_arrow.png");
  top: 79px;
}
body .main .discover .img-box .navi .in p.next:hover {
  background-image: url("../img/right_arrow_on.png");
}
body .main .discover .img-box .navi p.num {
  margin-top: 170px;
  margin-left: 33px;
  font-size: 10px;
}
body .main .discover .comment-box {
  margin-top: 50px;
  position: relative;
}
body .main .discover .comment-box dl {
  margin: 0 30px;
  width: 600px !important;
}
body .main .discover .comment-box .slick-slide:not(.slick-current) {
  opacity: 0.5;
}
body .main .discover .comment-box .navi {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 60px;
}
body .main .discover .comment-box .navi .in {
  position: relative;
}
body .main .discover .comment-box .navi .in p {
  display: block;
  width: 50px;
  height: 50px;
  background-size: 50px;
  position: absolute;
  top: 0px;
}
body .main .discover .comment-box .navi .in p.prev {
  background-image: url("../img/left_arrow.png");
  left: -305px;
}
body .main .discover .comment-box .navi .in p.prev:hover {
  background-image: url("../img/left_arrow_on.png");
}
body .main .discover .comment-box .navi .in p.next {
  background-image: url("../img/right_arrow.png");
  left: 305px;
}
body .main .discover .comment-box .navi .in p.next:hover {
  background-image: url("../img/right_arrow_on.png");
}
body .main .discover .underarrow {
  margin-top: 62px;
  padding-bottom: 30px;
}
body .main .tickets {
  background-image: url("../img/tickets_bg.jpg");
}
body .main .tickets h2 {
  padding-top: 69px;
}
body .main .tickets hr {
  width: 60%;
  margin-top: 80px;
}
body .main .tickets .price {
  margin-top: 80px;
}
body .main .tickets .price h5 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 20px;
  line-height: 25px;
}
body .main .tickets .price p {
  margin-top: 5px;
  font-size: 10px;
  line-height: 16px;
}
body .main .tickets .price p .uline {
  text-decoration: underline;
}
body .main .tickets .price a {
  text-decoration: underline;
  color: #fff;
}
body .main .tickets .price .clearfix {
  background-color: #000;
  width: 612px;
  margin: 0 auto;
  margin-bottom: 15px;
  border: solid 1px #fff;
  padding: 10px 0px;
}
@media screen and (max-width: 768px) {
  body .main .tickets .price .clearfix {
    width: 100%;
  }
}
body .main .tickets .price .clearfix .row {
  width: 50%;
  float: left;
  border-right: solid 1px #fff;
  vertical-align: middle;
  height: 100%;
  text-align: center;
}
body .main .tickets .price .clearfix .row.rowend {
  border: none;
}
@media screen and (max-width: 768px) {
  body .main .tickets .price .clearfix .row {
    width: 90%;
    padding: 12px;
    border: none;
    border-bottom: solid 1px #fff;
    float: none;
    margin: 0 auto;
  }
  body .main .tickets .price .clearfix .row.rowend {
    border: none;
  }
}
body .main .tickets .price .clearfix .row.rl,
body .main .tickets .price .clearfix .row .rowend {
  border: none;
}
body .main .tickets .price .clearfix .row dl {
  width: 80%;
  margin: 0 auto;
}
body .main .tickets .price .clearfix .row dl dt {
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 500;
  font-weight: bold;
}
body .main .tickets .price .clearfix .row dl dt span {
  font-size: 12px;
}
body .main .tickets .price .clearfix .row dl dd {
  font-size: 13px;
  letter-spacing: 1px;
  margin-top: 6px;
  line-height: 21px;
}
body .main .tickets .price .clearfix .row dl dd a {
  color: #fff;
}
body .main .tickets .price .clearfix .row dl dd a:hover {
  text-decoration: underline;
}
body .main .tickets a.btn {
  background: #fff;
  color: #000;
  margin-top: 100px;
  padding: 18px 0px;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 3px;
  display: inline-block;
  width: 310px;
}
body .main .tickets a.btn.nolink {
  pointer-events: none;
  background-color: #6e6e6e;
}
@media screen and (max-width: 768px) {
  body .main .tickets a.btn {
    margin-top: 50px;
  }
}
body .main .tickets .price3 p.set {
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 60px;
  letter-spacing: 3px;
}
body .main .tickets a.btn:hover {
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.7);
}
body .main .tickets .cs {
  margin-top: 16px;
}
body .main .tickets .contact {
  margin-top: 144px;
}
body .main .tickets .map {
  padding-bottom: 65px;
  width: 846px;
  margin: 0 auto;
}

body .main #access .map {
  width: 100%;
  max-width: 846px;
  margin: 0 auto 40px;
}
body .main #access .map.imgmap {
  padding-bottom: 0;
}
body .main #access .map.imgmap img {
  width: 100%;
  height: auto;
}
body .main #access .map iframe {
  width: 100%;
  height: 520px;
}
body .main #access .map .under-box {
  border: solid #fff 1px;
  padding: 40px;
  margin-top: 30px;
  background-color: #000;
  text-align: left;
}

@media screen and (max-width: 768px) {
  body .main .tickets .map {
    width: 100%;
  }
}
body .main .tickets .contact .map iframe {
  width: 100%;
  height: 520px;
}

body .main .tickets .map iframe {
  width: 100%;
  height: 520px;
}

body .main .tickets .map .under-box {
  border: solid #fff 1px;
  padding: 40px;
  margin-top: 30px;
  background-color: #000;
  text-align: left;
}
body .main .tickets .contact .map h3,
body .main .tickets .contact .map p,
body .main .tickets .contact .map dl {
  text-align: left;
}
body .main .tickets .map h3 {
  font-size: 20px;
  letter-spacing: 1px;
}
body .main .tickets .map p {
  padding: 20px 0px;
  font-size: 12px;
  line-height: 19px;
}
body .main .tickets .map dl {
  margin-bottom: 30px;
}
body .main .tickets .map dl dt {
  font-weight: bold;
}
body .main .tickets .map dl dd {
  font-size: 12px;
}
body .main .tickets .infoarea p span {
  font-size: 10px;
}
body .main .tickets .underarrow {
  padding-bottom: 25px;
}
body .main .tickets .infoarea .btn {
  background: #fff;
  color: #000;
  margin-top: 100px;
  padding: 18px 0px;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 3px;
  display: inline-block;
  width: 310px;
}
body .main .tickets .infoarea .btn:hover {
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  body .main .tickets .infoarea .qabtn {
    margin-top: 30px;
  }
}
body .main .other {
  background-image: url("../img/contact_bg.jpg");
  padding-top: 135px;
  padding-bottom: 235px;
}
body .main .other h2 {
  font-size: 45px;
}
@media screen and (max-width: 768px) {
  body .main .other h2 {
    font-size: 18px;
    letter-spacing: 2.2px;
    line-height: 24px;
  }
}
body .main .other span {
  border-right: solid 1px #fff;
  margin-top: 32px;
  display: inline-block;
  height: 90px;
}
body .main .other a.btn {
  background: #fff;
  color: #000;
  margin: 0 auto;
  margin-top: -134px;
  padding: 18px 0px;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 3px;
  display: block;
  width: 350px;
}
@media screen and (max-width: 768px) {
  body .main .other a.btn {
    margin-top: 0px;
  }
}
body .main .other img {
  display: block;
  margin: 0 auto;
  width: 800px;
  margin-top: -164px;
}
@media screen and (max-width: 768px) {
  body .main .other img {
    width: 90%;
    margin-top: -34px;
  }
}
body .main .other a.btn:hover {
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.7);
}
body .footer .in {
  margin: 40px auto;
  width: 380px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body .footer .in {
    width: 80%;
    padding: 20px 0px;
  }
}
body .footer .in a {
  padding: 0px 30px;
}
@media screen and (max-width: 768px) {
  body .footer .in a {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 768px) {
  body .footer .in a img {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  body .footer .in a.at img {
    width: 115px;
  }
}
@media screen and (max-width: 768px) {
  body .footer .in a.mf img {
    width: 76px;
  }
}
body .footer .in a:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 290px !important;
  }
}
body.qa .qa {
  display: block;
}
body.info .info {
  display: block;
}

/*body .info,*/
body .qa {
  display: none;
  height: 100%;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: auto;
}
/*body .info .bg,*/
body .qa .bg {
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body .info .close,
body .qa .close {
  position: fixed;
  top: 110px;
  right: 50px;
}
body .info .close:hover,
body .qa .close:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  body .info .close,
  body .qa .close {
    display: none;
  }
}
body .qa .box {
  position: relative;
  padding: 130px 0px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 650px;
  margin: 0 auto;
}
body .info .box {
  width: 650px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  body .info .box,
  body .qa .box {
    width: 95%;
  }
}
body .info .smp-close,
body .qa .smp-close {
  display: none;
  width: 33px;
  margin: 0 auto;
}
body .info .smp-close img,
body .qa .smp-close img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body .info .smp-close,
  body .qa .smp-close {
    position: relative;
    top: 0;
    right: 0;
    display: block;
  }
}
body .info p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 48px;
  width: 600px;
}
@media screen and (max-width: 768px) {
  body .info p {
    width: 100%;
  }
}
body .info h5 {
  font-size: 14px;
  text-align: left;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 20px;
}
body .info dl {
  text-align: left;
  width: 620px;
}
@media screen and (max-width: 768px) {
  body .info dl {
    width: 100%;
  }
}
body .info dl dt {
  font-size: 15.5px;
  color: #59aed5;
  font-weight: bold;
  letter-spacing: 2px;
}
body .info dl dd {
  margin-bottom: 40px;
  line-height: 22px;
  font-size: 13px;
  padding-top: 8px;
  letter-spacing: 1px;
}
body .qa dl dt {
  background-color: #fff;
  vertical-align: middle;
  padding: 20px 0px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1px;
  padding-left: 25px;
  padding-right: 50px;
  margin-top: 25px;
  cursor: pointer;
  background-image: url("../img/arrow_down.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  /*&:hover
					background-color #000;
					color #fff;*/
}
body .qa dl dt.open {
  background-image: url("../img/arrow_up.svg");
}
body .qa dl dd {
  padding: 20px 0px;
  padding-left: 25px;
  padding-right: 50px;
  border: solid 3px #fff;
  display: none;
}
.main .about p {
  letter-spacing: 1.5px;
  line-height: 35px;
}
.main .about p.about-box {
  text-align: left;
  width: 100%;
  max-width: 1180px;
  padding: 40px 60px;
  margin: 50px auto 0;
  border: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .main .about p {
    letter-spacing: 0.5px;
    line-height: 23px;
    font-size: 12px;
  }
}
.main .story p {
  padding-bottom: 80px;
}
.main .chara dl dt {
  letter-spacing: 3px;
}
.main .chara dl dt span {
  font-size: 14px;
  letter-spacing: 1px;
}
.main .tickets .price .clearfix .row dl {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .main .tickets .price .clearfix .row dl {
    width: 100%;
  }
}
.main .journey .slide {
  margin-top: 24px;
}
.main .journey .txt dl dt {
  letter-spacing: 4px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .main .journey .txt dl dt {
    letter-spacing: 3px;
    font-size: 13px;
  }
}
.main .journey .txt {
  margin-top: 10px;
}

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

.refund dl dt {
  float: left;
}
.refund dl dt dd {
  display: inline-block;
  width: calc(100% - 30px);
  vertical-align: top;
}
