@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@800&display=swap');
html {
  font-size: 1.8333333333vw; }

body.rock {
  width: 100vw;
  height: 100vh;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  html {
    font-size: 2.9333333333vw; } }
@media screen and (min-width: 768px) {
  html {
    font-size: 1.8333333333vw; } }
@media screen and (min-width: 1201px) {
  html {
    font-size: 22px; } }
._pc {
  display: none; }

@media screen and (min-width: 768px) {
  ._sp {
    display: none; }

  ._pc {
    display: block; } }
.ls-initial {
  letter-spacing: initial; }

.wrap {
  width: 90.6666666667vw;
  margin: 0 auto; }

@media screen and (min-width: 768px) {
  .wrap {
    width: 80vw;
    max-width: 960px; } }
@-webkit-keyframes line01 {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -100% 0; } }
@keyframes line01 {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -100% 0; } }
header {
  background: #000;
  position: relative;
  width: 100%;
  height: 10.6666666667vw;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99; }
  header .headLogo {
    margin-left: 20px;
    width: 42.4vw;
    height: 7.8666666667vw; }
    header .headLogo a {
      width: 100%;
      height: 100%; }
  header .openning {
    position: fixed;
    top: 0; }

@media screen and (min-width: 768px) {
  header {
    height: 60px; }

  header .headLogo {
    width: 17.3333333333vw;
    height: 3.2083333333vw;
    max-width: 208px;
    max-height: 38.5px; } }
main {
  position: relative;
  padding-top: 1.3333333333vw;
  height: 146.1333333333vw;
  display: block;
  z-index: 1; }
  main .main_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg_main_godzilla_blue.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1; }
  main h1 {
    max-width: 457px;
    width: 32%;
    position: absolute;
    top: 68vh;
    right: 80px; }
  main .main_v_text {
    max-width: 300px;
    width: 25%;
    position: absolute;
    left: 50px;
    top: 8vh; }
  main .sale_btn {
    width: 150px;
    height:150px;
    position: fixed;
    top: 70vh;
    left: 135px;
    background-color: rgb(203, 5, 11); /* 赤色の背景 */
    color: #fff; /* 白色のテキスト */
    border: none; /* 境界線なし */
    border-radius: 50%; /* 円形 */
    font-size: 16px; /* フォントサイズ */
    cursor: pointer; /* ホバー時のカーソル変更 */
    display: flex; /* フレックスボックス */
    align-items: center; /* アイテムを中央揃え */
    justify-content: center; /* 内容を中央揃え */
    text-align: center; /* テキストを中央揃え */
    flex-direction: column; /* 縦方向の並べ替え */
    padding: 10px 0 0; /* 内側の余白を無しに */
  }
  .arrow-icon {
    width: 0; 
    height: 0; 
    display: block;
    border-left: 12px solid transparent;
    border-right:12px solid transparent;
    border-top: 15px solid #fff; /* 上向きの白色三角形 */
    margin-top: 5px; /* アイコンの上余白 */
    align-self: center; /* アイコンを中央揃え */
}
main .sale_btn:link {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

main .sale_btn:visited {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

main .sale_btn:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}


  main .bnr {
    height: 4.5333333333vw;
    background-color: #fff;
    position: relative; }
    main .bnr a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      font-size: 2.9333333333vw;
      font-weight: bold;
      color: #391A68;
      background-image: url(../images/stripe_head_sp.png);
      background-size: cover;
      background-repeat: no-repeat; }
      main .bnr a .bnr_item {
        position: absolute;
        top: 0;
        left: 0;
        height: 4.5333333333vw;
        width: 90vw;
        margin-left: 5.7333333333vw; }
        main .bnr a .bnr_item p {
          height: 4.5333333333vw;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-left: 1.6vw; }
          main .bnr a .bnr_item p::after {
            content: "";
            display: block;
            width: 1em;
            height: 1em;
            background: url(../images/bnr_item_icon.svg) no-repeat;
            background-size: contain; }

@media (max-width: 768px) {
  main .bnr a .bnr_item p {
    letter-spacing: 0; } }
main .bnr a .bnr_item p .breaking-news {
  position: relative;
  display: block;
  width: 6.9333333333vw;
  height: 3.4666666667vw;
  margin-right: 1.2vw; }

main .bnr a .bnr_item p .breaking-news img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

main .btn-wrap {
  margin-top: 44.1333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

main .btn-wrap div {
  position: relative;
  width: 46.9333333333vw;
  height: 12.4vw; }

main .btn-wrap div a {
  display: block; }

main .btn-wrap div img {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0; }

main h2 {
  width: 4.9866666667vw;
  height: 69.0666666667vw;
  position: absolute;
  top: 8.8vw;
  right: 2.1333333333vw; }
  main h2 img {
    height: 100%; }

main .credit {
  position: absolute;
  right: 1.5vw;
  bottom: 0.75vw;
  width: 151.5px;
  height: 11.4px; }
  main .credit img {
    position: absolute;
    top: 0;
    left: 0; }

.blue_list {
  background: #391A68;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .blue_list li {
    width: 33.333%;
    position: relative; }
    .blue_list li:before {
      position: absolute;
      content: '';
      top: 50%;
      left: 0;
      background: #fff;
      width: 2px;
      height: 35px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .blue_list li:first-of-type:before {
      display: none; }
    .blue_list li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      padding: 20px 0;
      font-size: 20px; }
    .blue_list li:nth-of-type(1) img {
      width: 13.5833333333vw;
      max-width: 163px; }
    .blue_list li:nth-of-type(2) img {
      width: 17.25vw;
      max-width: 207px; }
    .blue_list li:nth-of-type(3) img {
      width: 5vw;
      max-width: 60px; }
    .blue_list li:nth-of-type(4) img {
      width: 9.3333333333vw;
      max-width: 112px; }

@media (max-width: 768px) {
  .blue_list {
    flex-wrap: wrap;
  }
  .blue_list li {
    width: 50%;
  }
  .blue_list li:before {
    height: 100%; }
  .blue_list li a {
    padding: 4.1333333333vw 0; }
  .blue_list li:nth-of-type(1) img {
    width: 21.7333333333vw;
    max-width: none; }
  .blue_list li:nth-of-type(2) img {
    width: 27.6vw;
    max-width: none; }
  .blue_list li:nth-of-type(3) img {
    width: 8vw;
    max-width: none; }
  .blue_list li:nth-of-type(4) img {
    width: 14.9333333333vw;
    max-width: none; }
    .blue_list li:nth-of-type(3),
    .blue_list li:nth-of-type(4){
      border-top: 2px solid #fff;
    }
    .blue_list li:nth-of-type(3)::before{
      display: none;
      border-top: 1px solid #fff;
    }
   }
.opening {
  display: none;
  position: fixed;
  top: -60px;
  width: 100vw;
  height: calc(100vh + 60px);
  background-color: #C30D23;
  z-index: 100; }

.opening .skip {
  position: absolute;
  bottom: 10vh;
  left: 0;
  right: 0;
  margin: 70vh auto 0;
  width: 8.5vw;
  height: 3.5vw; }

.opening_item {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden; }

.opening_item-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.opening_item4 {
  position: relative; }

.opening_item4::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  bottom: 0;
  background-image: url(../images/opening4_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom; }

.opening_item4 .opening_item_img {
  position: relative;
  margin: 0 auto;
  max-width: 1200px; }

.opening-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 767px) {
  .opening {
    top: 0;
    height: 100%; }

  .opening .skip {
    bottom: 13vh;
    width: 22.6666vw;
    height: 9.3333333vw; }

  .opening_item4::before {
    background-size: 95% auto; } }
@media screen and (min-width: 1201px) {
  .opening .skip {
    width: 102px;
    height: 42px; }

  .opening_item4 {
    background-position: right bottom; } }
@media screen and (min-width: 768px) {
  main {
    height: 68.5vw;
    /*background-color: #C30D23;*/ }

  main .main_bg {
    height: 104.5%; }

  main .bnr {
    height: 2vw; }

  main .bnr a {
    font-size: 1.1666666667vw;
    background-image: url(../images/stripe_head_blue.png); }

  main .bnr a .bnr_item {
    height: 2.025vw;
    width: 66.6666666667vw; }

  main .bnr a .bnr_item p {
    height: 2vw; }

  main .bnr a .bnr_item p .breaking-news {
    width: 3.1666666667vw;
    height: 1.5vw;
    margin-right: 0.5333333333vw; }

  main .btn-wrap {
    margin: 49px auto auto 39.5833333333vw;
    width: 47.9166666667vw;
    max-width: 575px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  main .btn-wrap .btn-wrap_item {
    width: 23.6666666667vw;
    max-width: 284px;
    height: 5.5833333333vw;
    max-height: 67px; }

  main h2 {
    width: 3.8916666667vw;
    max-width: 46.7px;
    height: 54.0833333333vw;
    max-height: 649px;
    right: 1.4vw;
    top: 5.2391666667vw; } }
@media screen and (min-width: 1201px) {
  main {
    max-height: 1200px; } }
#news {
  padding: 1.6vw 0;
  background-image: url(../images/bg_saishinnews.jpg);
  background-size: cover;
  color: #fff; }

#news h3 {
  width: 32.8vw;
  height: 6.2666666667vw;
  margin: 2.9333333333vw auto;
  position: relative; }

#news h3 img {
  position: absolute;
  top: 0;
  left: 0; }

#news .news_box .news_list_godzilla .news_item {
  padding: 5.3333333333vw 0 6vw;
  border-bottom: 2px solid #fff; }

#news .news_box .news_list_godzilla .news_item .news_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  font-size: 3.6vw; }

#news .news_box .news_list_godzilla .news_item .news_block_img {
  width: 33.3%;
  height: 22.8vw;
  background-color: grey; }

#news .news_box .news_list_godzilla .news_item .news_block_img img {
  height: 100%;
  object-fit: cover; }

#news .news_box .news_list_godzilla .news_item .news_block_text {
  width: 66.6%;
  font-family: "ヒラギノ明朝 ProN", sans-serif;
  line-height: 5.0666666667vw;
  letter-spacing: initial;
  word-break: break-all;
  margin: 0 auto 0 3.4666666667vw; }

#news .news_box .news_list_godzilla .news_item .news_block_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30.6666666667vw;
  height: 6.6666666667vw; }

#news .news_box .news_list_godzilla .news_item .news_block_btn img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

#news .news_box .news_list_godzilla .news_item .news_date {
  font-size: 3.2vw;
  font-weight: bold;
  color: #fff; }

#news .news_box .news_list_godzilla ._item1 {
  border-top: 2px solid #fff; }

@media screen and (min-width: 768px) {
  #news {
    padding: 18px 0 33.4px; }

  #news h3 {
    width: 16.55vw;
    max-width: 198.6px;
    height: 3.125vw;
    max-height: 37.5px; }

  #news .news_box .news_list_godzilla .news_item {
    padding: 1.6666666667vw 0; }

  #news .news_box .news_list_godzilla .news_item .news_block_img {
    width: 15.5vw;
    max-width: 186px;
    height: 10.8333333333vw;
    max-height: 130px; }

  #news .news_box .news_list_godzilla .news_item .news_block_text {
    line-height: 2.5vw;
    font-size: 1.8333333333vw; }

  #news .news_box .news_list_godzilla .news_item .news_block_btn {
    width: 11.5833333333vw;
    max-width: 139px;
    height: 2.8vw;
    max-height: 33.6px; }

  #news .news_box .news_list_godzilla .news_item .news_date {
    font-size: 1.1666666667vw; } }
@media screen and (min-width: 1200px) {
  #news .news_box .news_list_godzilla .news_item .news_block_text {
    font-size: 22px;
    line-height: 30px; }

  #news .news_box .news_list_godzilla .news_item .news_date {
    font-size: 14px; } }
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.inner {
  width: 76.75vw;
  max-width: 921px;
  margin: 0 auto; }

.inner img {
  vertical-align: top; }

.attraction {
  background: url(../images/at_back.png) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden; }

.attraction .inner {
  padding: 90px 0 70px; }

.attraction .info_bar {
  background: url(../images/bg_blue_bar.png);
  background-repeat: repeat-x;
  background-size: contain; }

.attraction h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.attraction h3 .at_01 {
  max-width: 217px;
  width: 24%; }

.attraction h3 .at_02 {
  max-width: 317px;
  width: 35%;
  margin: 0 6%; }

.attraction h3 .at_03 {
  max-width: 274px;
  width: 30%; }

.attraction_wrap {
  margin-top: 2.6666666vw; }

.attraction_item {
  width: 34.41666666vw;
  max-width: 413px; }

.attraction_tit {
  width: 28.41666vw;
  max-width: 341px; }

.attraction_text {
  font-size: 1.1666666vw;
  font-weight: 600;
  letter-spacing: 0.0666666vw;
  line-height: 1.7;
  margin-top: 0.4166666vw;
  text-align: justify; }

.attraction .at_shelf {
  margin-top: 40px; }

.attraction .at_shelf .at_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px; }

.attraction .at_shelf .at_box .at_text {
  width: calc(100% - 430px); }

.attraction .at_shelf .at_box .at_text h4 {
  padding-bottom: 15px;
  border-bottom: solid 1px #000; }

.attraction .at_shelf .at_box .at_text p {
  font-size: 16px;
  padding-top: 15px; }

.attraction .at_shelf .at_box .at_text p span {
  font-size: 10px; }

.attraction .at_shelf .at_box .at_pic {
  width: 430px;
  position: relative;
  z-index: 0; }

.attraction .at_shelf .at_box .at_pic .splash {
  position: absolute;
  z-index: -1; }

.attraction .at_shelf .at_box.box_00 .at_text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.attraction .at_shelf .at_box.box_00 .at_text h4 {
  padding-left: 35px; }

.attraction .at_shelf .at_box.box_00 .at_text h4 img {
  max-width: 182px; }

.attraction .at_shelf .at_box.box_00 .at_text p {
  padding-left: 35px; }

.attraction .at_shelf .at_box.box_01 .at_text h4 img {
  max-width: 276px; }

.attraction .at_shelf .at_box.box_01 .at_text p {
  padding-right: 35px; }
  .attraction .at_shelf .at_box.box_01 .at_text p span {
    font-size: .75em;
    letter-spacing: 0;
    padding-left: 1em;
    text-indent: -1em;
    display: inline-block; }

.attraction .at_shelf .at_box.box_01 .at_pic .splash {
  width: 229px;
  top: -60px;
  right: -135px; }

.attraction .at_shelf .at_box.box_02 .at_text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.attraction .at_shelf .at_box.box_02 .at_text h4 {
  padding-left: 35px; }

.attraction .at_shelf .at_box.box_02 .at_text h4 img {
  max-width: 395px; }

.attraction .at_shelf .at_box.box_02 .at_text p {
  padding-left: 35px; }

.attraction .at_shelf .at_box.box_02 .at_pic .splash {
  width: 211px;
  bottom: -65px;
  left: -128px; }

.attraction .at_shelf .at_box.box_03 .at_text h4 img {
  max-width: 269px; }

.attraction .at_shelf .at_box.box_03 .at_text p {
  padding-right: 35px; }

.attraction .at_shelf .at_box.box_04 .at_text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.attraction .at_shelf .at_box.box_04 .at_text h4 {
  padding-left: 35px; }

.attraction .at_shelf .at_box.box_04 .at_text h4 img {
  max-width: 430px; }

.attraction .at_shelf .at_box.box_04 .at_text p {
  padding-left: 35px; }

.attraction .at_shelf .at_box.box_05 .at_text h4 img {
  max-width: 430px; }

.attraction .at_shelf .at_box.box_05 .at_text p {
  padding-right: 35px; }


.attraction .at_shelf .at_box.box_06 .at_text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }  
.attraction .at_shelf .at_box.box_06 .at_text h4 {
  padding-left: 35px; }

.attraction .at_shelf .at_box.box_06 .at_text h4 img {
  max-width: 430px; }

.attraction .at_shelf .at_box.box_06 .at_text p {
  padding-left: 35px; }

.attraction .at_shelf .at_box.box_07 .at_text h4 img {
  max-width: 235px; }

.attraction .at_shelf .at_box.box_07 .at_text p {
  padding-right: 35px; }
.attraction .at_shelf .at_box.box_08 .at_text h4 {
  padding-left: 35px; }
.attraction .at_shelf .at_box.box_08 .at_text p {
  padding-left: 35px; }
.attraction .at_shelf .at_box.box_08 .at_text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

@media screen and (min-width:769px){
  .attraction .at_shelf .at_box:not(:first-child){
    margin-top: 30px;
  }
}
.attraction .mission_card {
  position: relative;
  margin-top: 70px;
  z-index: 0; }

.attraction .mission_card h4 {
  position: absolute;
  max-width: 520px;
  top: -70px;
  left: -95px; }

.attraction .mission_card .mission_contents {
  position: relative;
  z-index: -1; }

.attraction .mission_card .m_splash_01 {
  position: absolute;
  max-width: 153px;
  top: -50px;
  right: -100px; }

.attraction .mission_card .m_splash_02 {
  position: absolute;
  max-width: 181px;
  left: -120px;
  bottom: -60px; }

.attraction .mission {
  margin-top: -0.66666666vw; }

.theater {
  background: #000;
  padding: 70px 0 10px;
  position: relative;
  z-index: 0; }

.theater:before {
  position: absolute;
  content: '';
  background: url(../images/theater_back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-bottom: 64%;
  bottom: 0;
  left: 0;
  z-index: -1; }

.theater h3 {
  max-width: 241px;
  margin: 0 auto 45px; }

.theater .theater_intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px; }

.theater .theater_intro .left {
  max-width: 440px;
  width: 53%;
  padding: 10px;
  position: relative; }

.theater .theater_intro .left:before,
.theater .theater_intro .left:after {
  position: absolute;
  content: '';
  background: url(../images/theater_deco.png);
  max-width: 340px;
  width: 78%;
  height: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 7%; }

.theater .theater_intro .left:before {
  top: -10px;
  left: -10px; }

.theater .theater_intro .left:after {
  bottom: 0;
  right: -10px;
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1); }

.theater .theater_intro .right {
  width: calc(100% - 53%); }

.theater .theater_intro .right p {
  color: #fff;
  font-size: 14px;
  margin: 17px 0 0;
  line-height: 2em; }

.theater h4 {
  height: 30px;
  margin-bottom: 43px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.theater h4:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 4px;
  bottom: -14px;
  left: 0; }

.theater h4 img {
  width: auto;
  height: 100%; }

.theater h4 span {
  color: #fff;
  line-height: 1;
  font-size: 12px; }

.theater .ex_box p {
  color: #fff; }

.theater .theater_story p {
  font-size: 14px;
  margin-bottom: 80px;
  line-height: 2em; }

.theater .theater_cast h5 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px; }

.theater .theater_cast p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 50px;
  line-height: 2em; }

.theater .theater_cast p:first-of-type {
  font-size: 18px;
  line-height: 1.778em; }

.theater .theater_cast p:nth-of-type(2) {
  margin-bottom: 39px; }

.theater .theater_cast p b {
  font-size: 28px;
  display: inline-block;
  margin: 0 0 18px 0; }

@media (max-width: 768px) {
  .theater .theater_intro .right p {
    line-height: 1.81em; }
  .theater .theater_story p {
    line-height: 1.81em; }
  .theater .theater_cast p {
    line-height: 1.81em; }
    .theater .theater_cast pfirst-of-type {
      line-height: 1.688em; }
    .theater .theater_cast p b {
      margin: 0 0 10px 0; } }
.ticket {
  background: #391a68;
  padding: 65px 0 70px; }

.ticket h3 {
  max-width: 195px;
  margin: 0 auto 30px; }

.ticket .t_table p {
  color: #fff;
  font-size: 12px; }

.ticket .t_present {
  margin: 50px 0 55px; }

.ticket .red_btn {
  display: block;
  width: 360px;
  height: 60px;
  background: #C30D23;
  font-size: 18px;
  color: #000;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  position: relative; }

.ticket .red_btn .blk_arrow {
  position: absolute;
  width: 8px;
  height: auto;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.gf {
  background: #c30d23;
  padding: 56px 0 47px; }

.gf h3 {
  max-width: 400px;
  margin: 0 auto 21px; }

.gf_flex {
  width: 95.417%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.gf_flex_item {
  width: 44.792%;
  position: relative; }

.gf_flex_item_img {
  width: 100%; }

.gf_flex_item_img img {
  width: 100%;
  max-width: 100%;
  height: auto; }

.gf .red_btn {
  display: block;
  width: 83.721%;
  padding: 3.17% 0;
  background: #C30D23;
  font-size: 18px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 8.5%; }

.gf .red_btn .blk_arrow {
  position: absolute;
  width: 8px;
  height: auto;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.ticket .red_btn:hover,.gf .red_btn:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .gf_flex {
    width: 100%;
    margin: 0 auto;
    display: block; }

  .gf_flex_item {
    width: 100%;
    position: relative;
    margin: 0 0 3%; }

  .gf_flex_item:last-child {
    margin: 0; }

  .gf .red_btn {
    font-size: 18px;
    top: 78%; }

  .gf .red_btn .blk_arrow {
    width: 8px;
    right: 10px; } }
@media (max-width: 540px) {
  .gf {
    padding: 56px 0 47px; }

  .gf h3 {
    max-width: 400px;
    margin: 0 auto 21px; }

  .gf .t_table p {
    color: #fff;
    font-size: 12px; }

  .gf_flex {
    width: 100%;
    margin: 0 auto;
    display: block; }

  .gf_flex_item {
    width: 100%;
    position: relative;
    margin: 0 0 3%; }

  .gf_flex_item:last-child {
    margin: 0; }

  .gf .red_btn {
    font-size: 14px;
    width: 250px;
    height: 40px;
    top: 78%; }

  .gf .red_btn .blk_arrow {
    width: 5px;
    right: 7px; } }
.info .wrap {
  padding: 80px 0; }

.info h3 {
  max-width: 240px;
  margin: 0 auto 45px; }

.info .info_intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.info .info_intro .left {
  width: 50%;
  padding-right: 50px; }

.info .info_intro .right {
  width: 50%;
  padding: 0 30px;
  border-left: solid 1px #000;
  border-right: solid 1px #000; }

.info .info_intro .right p {
  font-size: 16px; }

.info .newspaper h4 {
  max-width: 147px;
  margin: 0 auto 30px; }

.info .sp-movie h4 {
  max-width: 234px;
  margin: 0 auto 40px; }

.sp_img {
  display: none; }

.museum {
  background-image: url(../images/attraction.bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 6.25vw 3.75vw 3.75vw; }

.museum_item {
  width: 34.416666vw;
  max-width: 413px; }

.museum_item:first-child .museum_tit {
  width: 13.5833333vw;
  max-width: 163px; }

.museum_item:last-child .museum_tit {
  width: 22.9166666vw;
  max-width: 275px; }

.museum_img {
  margin-top: 0.83333333vw; }

.museum_text {
  font-size: 1.166666666vw;
  letter-spacing: 0.075vw;
  line-height: 1.7;
  margin-top: 0.58333333vw;
  font-weight: 600;
  text-align: justify; }

.app {
  background-color: #000;
  padding: 4.166666666vw 0; }

.app_text {
  color: #fff;
  font-size: 1.16666666666vw;
  font-weight: 600;
  width: 39.583333333vw;
  max-width: 475px;
  text-align: justify; }

.app_text p:first-child {
  font-size: 1.6666666666vw; }

.app_text p:nth-child(2) {
  margin: 0 auto 0.8vw;
  width: 38.41666vw;
  max-width: 461px; }

.app_text p:last-child {
  letter-spacing: 0.0583333333vw; }

.app_dl {
  background-color: #fff;
  width: 33.33333333vw;
  max-width: 400px;
  height: 13.333333vw;
  max-height: 160px;
  padding: 2.875vw 2.33333333vw;
  border-radius: 10px; }

.app_dl p {
  width: 25.25vw;
  max-width: 303px;
  margin: 0.2vw 0 1.3vw 1.4vw; }

.app_dl_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.app_dl_inner .apple {
  width: 13.08333333vw;
  max-width: 157px; }

.app_dl_inner .google {
  width: 14.5vw;
  max-width: 174px; }

@media screen and (min-width: 1201px) {
  .attraction_wrap {
    margin-top: 32px; }

  .attraction_text {
    font-size: 14px;
    letter-spacing: 0.8px;
    margin-top: 5px; }

  .attraction .mission {
    margin-top: -8px; }

  .museum {
    padding: 75px 45px 45px; }

  .museum_img {
    margin-top: 10px; }

  .museum_text {
    font-size: 14px;
    letter-spacing: 0.3px;
    margin-top: 7px; }

  .app {
    padding: 50px 0; }

  .app_text {
    font-size: 14px; }

  .app_text p:first-child {
    font-size: 20px; }

  .app_text p:last-child {
    letter-spacing: 0.7px; }

  .app_dl {
    padding: 34.5px 28px; }

  .app_dl p {
    margin: 1.2px 0 15.6px 16.8px; } }
@media screen and (max-width: 767px) {
  .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .inner {
    width: 86.66666vw; }

  .attraction {
    padding: 4.66666666vw 0 0; }

  .attraction h3 {
    width: 49.2vw;
    max-width: 100%; }

  .attraction_wrap {
    margin-top: 4.2666666vw; }

  .attraction_item {
    width: 100%;
    max-width: 100%; }

  .attraction_item:last-child {
    margin-top: 4.3vw; }

  .attraction_tit {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2.66666vw; }

  .attraction_text {
    font-size: 2.98666vw;
    letter-spacing: 0.213333vw;
    line-height: 1.7;
    margin-top: 1.3333333vw; }

  .attraction .mission {
    margin: 0 calc(50% - 50vw);
    width: 100vw; }

  .museum {
    padding: 8.26666666vw 0 6vw; }

  .museum_item {
    width: 100%;
    max-width: 100%; }

  .museum_item:first-child .museum_tit {
    width: 35.2vw;
    max-width: 100%; }

  .museum_item:last-child .museum_tit {
    width: 58.8vw;
    max-width: 100%;
    margin-top: 5.9vw; }

  .museum_item:last-child .museum_text {
    margin-top: 2vw; }

  .museum_img {
    margin-top: 2vw; }

  .museum_text {
    font-size: 2.98666vw;
    letter-spacing: 0.12vw;
    line-height: 1.7;
    margin-top: 0.6vw;
    font-weight: 600;
    text-align: justify; }

  .app {
    background-color: #000;
    padding: 6vw 0; }

  .app_text {
    color: #fff;
    font-size: 2.98666vw;
    font-weight: 600;
    width: 100%;
    max-width: 100%;
    text-align: justify; }

  .app_text p:first-child {
    font-size: 3.69466vw;
    line-height: 1.2; }

  .app_text p:nth-child(2) {
    width: 86.6666666vw;
    max-width: 100%;
    margin: 1.8vw auto 1.7vw; }

  .app_text p:last-child {
    letter-spacing: 0.09333333vw;
    line-height: 1.75; }

  .app_dl {
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    height: 26.66666vw;
    max-height: 100%;
    padding: 4vw 6vw;
    border-radius: 10px;
    margin-top: 3.33333333vw; }

  .app_dl p {
    width: 65.3333333vw;
    max-width: 100%;
    margin: 1.1vw 0 1vw 4.9vw; }

  .app_dl_inner .apple {
    width: 33.733333vw;
    max-width: 100%; }

  .app_dl_inner .google {
    width: 37.466666vw;
    max-width: 100%; } }
.info {
  background-image: url(../images/bg_info_sp.jpg);
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow-x: hidden; }

.info_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 45%;
  background-image: url(../images/bg_godzilla_shadow.png);
  background-size: 230%;
  background-position: 23% 0;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0; }

.info_bg_anime {
  -webkit-animation: shadow 2.7s ease-in forwards;
  animation: shadow 2.7s ease-in forwards; }

@-webkit-keyframes shadow {
  from {
    -webkit-filter: blur(30px);
    filter: blur(30px);
    opacity: 0; }
  to {
    -webkit-filter: blur(6px);
    filter: blur(6px);
    opacity: 0.4285; } }
@keyframes shadow {
  from {
    -webkit-filter: blur(30px);
    filter: blur(30px);
    opacity: 0; }
  to {
    -webkit-filter: blur(6px);
    filter: blur(6px);
    opacity: 0.4285; } }
.info_bnr {
  height: 6.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #C30D23; }

.info_bnr img {
  width: 56.4vw;
  height: 4.56vw; }

.info_bar {
  position: absolute;
  width: 100%;
  height: 5.0666666667vw;
  background: url(../images/bg_red_bar.png);
  background-repeat: repeat-x;
  background-size: contain;
  -webkit-animation: line01 25000ms linear 0ms forwards infinite;
  animation: line01 25000ms linear 0ms forwards infinite; }

.info .btm_bar {
  bottom: 4.5333333333vw; }

.info .nigod {
  width: 68.9333333333vw;
  height: 16.6666666667vw;
  margin: 0 auto 6.4vw; }

.info aside {
  padding: 0.2666666667vw 3.2vw;
  line-height: 3.7333333333vw;
  letter-spacing: initial;
  word-break: break-all;
  border-right: 2px solid grey;
  border-left: 2px solid grey; }

.info article {
  padding: 9.7333333333vw 0 9.2vw; }

.info .newspaper {
  margin-top: 8.6666666667vw;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000; }

.info .newspaper .asahi {
  width: 51.84vw;
  height: 5.6666666667vw;
  margin: 0 auto 4.4vw; }

.info .newspaper .newspaper_box {
  width: 86.1333333333vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.info .newspaper .newspaper_box .newspaper_item {
  width: 40vw;
  height: 66.6666666667vw; }

.info .newspaper .newspaper_box .newspaper_item figcaption {
  width: 13.2vw;
  height: 5.2vw;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  text-align: center;
  position: relative; }

.info .newspaper .newspaper_box .newspaper_item figcaption img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.info .sp-movie {
  margin: 0 auto; }

.info .sp-movie_tit {
  width: 82.2666666667vw;
  height: 5.8vw;
  margin: 0 auto 4.6666666667vw; }

.info .sp-movie_item {
  margin-bottom: 4.9333333333vw; }

.info .sp-movie_item movie {
  width: 100%;
  height: 40.2666666667vw; }

.info .sp-movie_item p {
  width: 13.2vw;
  height: 5.2vw;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  text-align: center;
  position: relative; }

.info .sp-movie_item p img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.info .topBack {
  width: 23.4666666667vw;
  height: 3.7333333333vw;
  position: absolute;
  bottom: 14.5833333333vw;
  right: 2vw; }
  .info .topBack img {
    position: absolute;
    top: 0;
    left: 0; }

.info .btm_bnr {
  background-color: #C30D23;
  height: 3.2vw; }

@media (max-width: 768px) {
  .info .topBack {
    bottom: 41vw; } }
@media screen and (min-width: 768px) {
  .info .newspaper .newspaper_box .newspaper_item figcaption {
    width: 5.9166666667vw;
    max-width: 71px;
    height: 2.3333333333vw;
    max-height: 28px; } }
@media screen and (min-width: 768px) {
  .info .sp-movie_item p {
    width: 5.9166666667vw;
    max-width: 71px;
    height: 2.3333333333vw;
    max-height: 28px; } }
@media screen and (min-width: 768px) {
  .info {
    background: url(../images/bg_info_pc.jpg);
    background-size: cover; }

  .info_bg {
    max-width: 1500px;
    height: 75%;
    background-image: url(../images/bg_godzilla_shadow.png);
    background-size: 170%;
    background-position: 0 0;
    background-repeat: no-repeat; }

  .info_bnr {
    height: 4.1666666667vw;
    max-height: 50px; }

  .info_bnr img {
    width: 27.8916666667vw;
    max-width: 334.7px;
    height: 2.25vw;
    max-height: 27px; }

  .info_bar {
    max-height: 38px; }

  .info .btm_bar {
    bottom: 25px; }

  .info .nigod {
    width: 38.0833333333vw;
    height: 9.1666666667vw;
    max-width: 458px;
    max-height: 110px;
    margin-bottom: 3.3333333333vw; }

  .info .nigod_img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

  .info aside {
    line-height: 20px;
    font-size: 16.5px;
    padding: 2px 14px;
    margin: 18px 0; }

  .info article {
    padding: 49px 0 55px; }

  .info .newspaper {
    margin-top: 45px; }

  .info .newspaper .asahi {
    width: 29.1666666667vw;
    max-width: 350px;
    height: 3.1666666667vw;
    max-height: 38px;
    margin: 0 auto 2.25vw; }

  .info .newspaper .newspaper_box {
    width: 75.75vw;
    height: 38.1666666667vw;
    max-width: 909px;
    max-height: 458px; }

  .info .newspaper .newspaper_box .newspaper_item {
    width: 23.3333333333vw;
    max-width: 280px;
    height: 34.8333333333vw;
    max-height: 418px; }

  .info .sp-movie_tit {
    width: 46.2333333333vw;
    height: 3.25vw;
    margin: 0 auto 2.2916666667vw;
    max-width: 554.8px;
    max-height: 39px; }

  .info .sp-movie_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 22.75vw;
    max-height: 273px; }

  .info .sp-movie_box .sp-movie_item {
    width: 34.6666666667vw;
    height: 19.4166666667vw;
    max-width: 416px;
    max-height: 223px; }

  .info .topBack {
    width: 10.6666666667vw;
    max-width: 128px;
    height: 1.6666666667vw;
    max-height: 20px;
    right: 18px;
    bottom: 175px; }

  .info .btm_bnr {
    height: 1.6666666667vw;
    max-height: 20px; } }
@media screen and (max-width: 768px) {
  .info .newspaper .newspaper_box {
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .info .newspaper .newspaper_box .newspaper_item {
    width: 46.924%;
    /* max-width: 280px; */
    height: auto;
    max-height: none;
    margin: 0 0 11%; }

  .info .newspaper .newspaper_box .newspaper_item:last-child {
    margin: 0; } }
.twitter {
  margin-top: 8.5333333333vw; }

.twitter .sec-wrap {
  width: 100%;
  text-align: center;
}

.twitter .sec-wrap .twit-left > p {
  font-size: 1.25em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;  
}

.twitter .sec-wrap .twit-left .second_tw {
  width: 90.1333333333vw; }

.twitter .sec-wrap .twit-left > a {
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 2.1333333333vw auto;
  background-color: #391a68;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.twitter .sec-wrap .twit-left > a:hover {
  opacity: 0.7; }

.twitter .sec-wrap .twit-right {
  height: 38.9333333333vw;
  margin: 4.1333333333vw auto; }

.twitter .sec-wrap .twit-right > div {
  background: #fff;
  width: 90.6666666667vw;
  height: 38.9333333333vw; }

.twitter .sec-wrap .twit-right > div > iframe {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  min-height: 50px !important; }

.nowrap {
  white-space: nowrap; }

@media screen and (min-width: 768px) {
  .twitter {
    margin-top: 2vw; }

  .twitter .sec-wrap .twit-left {
    margin-top: 45px; }

  .twitter .sec-wrap .twit-left .second_tw {
    width: 28.6666666667vw;
    max-width: 344px; }

  .twitter .sec-wrap .twit-left > a {
    width: 30vw;
    height: 60px;
    max-width: 360px;
    max-height: 60px;
    font-size: 18px;
    line-height: 60px;  
  }

  .twitter .sec-wrap .twit-right {
    width: 43.3333333333vw;
    height: 18.6333333333vw;
    margin: 0;
    max-width: 520px;
    max-height: 223.6px; }

  .twitter .sec-wrap .twit-right > div {
    width: 43.3333333333vw;
    max-width: 520px;
    height: 18.5833333333vw;
    max-height: 223px; } }
.Cooperation {
  background: rgba(195, 13, 35, 0.79);
  padding: 29px 0 27px; }
  .Cooperation_inner p {
    color: #ffffff;
    text-align: center; }
    .Cooperation_inner p:nth-of-type(1) {
      font-size: 16px;
      font-weight: bold;
      margin: 0 0 7px; }
    .Cooperation_inner p:nth-of-type(2) {
      font-size: 14px;
      line-height: 1.572em; }

@media (max-width: 768px) {
  .Cooperation {
    padding: 4.9333333333vw 0 3.8666666667vw; }
    .Cooperation_inner p:nth-of-type(1) {
      font-size: 2.8vw;
      margin: 0 0 0.9333333333vw; }
    .Cooperation_inner p:nth-of-type(2) {
      font-size: 2.8vw;
      line-height: 1.524em; } }
/* --------------- ipad pro --------------- */
@media (max-width: 1300px) {
  main .sale_btn {
    top: unset;
    bottom: 7%; }

  main h1 {
    top: unset;
    bottom: 7%; } }
/* --------------- ipad pro --------------- */
@media (max-width: 1024px) {
  main .sale_btn {
    top: unset;
    left: 80px;
    bottom: 40px; }

  main h1 {
    top: unset;
    bottom: 40px;
    right: 80px; }

  .attraction .at_shelf .at_box {
    bottom: 20px; } }
/* --------------- ipad --------------- */
@media (max-width: 768px) {
  main .main_v_text {
    top: 50px;
    left: 30px; }

  main .sale_btn {
    left: 30px;
    bottom: 30px; }

  main h1 {
    right: 30px; }

  .attraction .at_shelf .at_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px; }

  .attraction .at_shelf .at_box .at_pic {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px; }

  .attraction .at_shelf .at_box .at_text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .attraction .at_shelf .at_box .at_text h4 {
    border-bottom: solid 2px #000;
    margin-bottom: 20px; }

  .attraction .at_shelf .at_box.box_01 .at_text p,
  .attraction .at_shelf .at_box.box_03 .at_text p,
  .attraction .at_shelf .at_box.box_05 .at_text p,
  .attraction .at_shelf .at_box.box_07 .at_text p {
    padding-right: 0; }

  .attraction .at_shelf .at_box.box_06 .at_text h4,
  .attraction .at_shelf .at_box.box_06 .at_text p {
    padding-left: 0; }

  .attraction .at_shelf .at_box.box_04 .at_text h4,
  .attraction .at_shelf .at_box.box_04 .at_text p {
    padding-left: 0; }

  .attraction .at_shelf .at_box.box_02 .at_text h4,
  .attraction .at_shelf .at_box.box_02 .at_text p {
    padding-left: 0; }

  .attraction .at_shelf .at_box.box_00 .at_text h4,
  .attraction .at_shelf .at_box.box_00 .at_text p {
    padding-left: 0; }

  .attraction .at_shelf .at_box.box_08 .at_text h4,
  .attraction .at_shelf .at_box.box_08 .at_text p {
    padding-left: 0; }

  .sp_img {
    display: block; }

  .pc_img {
    display: none; }

  .attraction .mission_card h4 {
    top: -40px;
    left: -75px; }

  .theater .theater_intro {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .theater .theater_intro .left {
    width: calc(100% - 40px);
    max-width: 1000px;
    padding: 20px 10px;
    margin: 0 auto 10px; }

  .theater .theater_intro .right {
    width: 100%; }

  .theater .theater_intro {
    margin-bottom: 80px; }

  .info .info_intro {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .info .info_intro .left {
    width: 100%;
    padding: 0 45px;
    margin-bottom: 20px; }

  .info .info_intro .right {
    width: 100%;
    padding: 0 20px; }

  .blue_list li a {
    font-size: 16px; }

  .attraction .at_shelf .at_box .at_text p {
    padding-top: 0; } }
/* --------------- Smartphone --------------- */
@media (max-width: 540px) {
  main .main_bg {
    background-image: url(../images/bg_main_godzilla_blue_sp.png);
    background-position: bottom; }

  main h1 {
    width: calc(100% - 70px);
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }

  main .sale_btn {
    width: 110px;
    height: 110px;
    left: 15px;
    bottom: 19vh; }

  main .main_v_text {
    width: 160px;
    left: 0;
    top: 40px; }

  .blue_list li a {
    font-size: 10px;
    font-weight: bold;
    line-height: 1.2em;
    padding: 14px 0; }

  .blue_list li:before {
    height: 100%; }

  .blue_list .small {
    letter-spacing: 0; }

  #news {
    padding: 15px 0; }

  .attraction {
    padding: 0; }

  .attraction .inner {
    padding: 40px 0; }

  .attraction h3 {
    width: 100%;
    position: relative; }

  .attraction h3 .at_02 {
    width: 221px; }

  .attraction h3 .at_01 {
    position: absolute;
    left: -20px;
    bottom: -23px;
    width: 135px; }

  .attraction h3 .at_03 {
    position: absolute;
    right: -20px;
    bottom: -25px;
    width: 131px; }

  .attraction .at_shelf {
    max-width: 280px;
    width: 87%;
    margin: 50px auto 0; }

  .attraction .at_shelf .at_box.box_01 .at_pic .splash {
    width: 90px;
    top: -35px;
    right: -50px; }

  .attraction .at_shelf .at_box .at_pic {
    margin-bottom: 10px; }

  .attraction .at_shelf .at_box.box_01 .at_text h4 img {
    max-width: 200px; }

  .attraction .at_shelf .at_box.box_02 .at_text h4 img {
    max-width: 247px; }

  .attraction .at_shelf .at_box.box_03 .at_text h4 img {
    max-width: 172px; }

  .attraction .at_shelf .at_box.box_07 .at_text h4 img {
    max-width: 155px; }

  .attraction .at_shelf .at_box.box_02 .at_pic .splash {
    display: none; }

  .attraction .at_shelf .at_box {
    margin-bottom: 25px; }

  .attraction .at_shelf .at_box .at_text h4 {
    padding-bottom: 9px;
    margin-bottom: 10px; }

  .attraction .at_shelf .at_box .at_text p {
    font-size: 12px; }

  .attraction .mission_card {
    margin-bottom: 25px;
    margin-top: 50px; }

  .attraction .mission_card h4 {
    max-width: 320px;
    top: -42px;
    left: -45px; }

  .theater {
    padding: 40px 0 10px; }

  .theater h3 {
    max-width: 220px;
    margin: 0 auto 20px; }

  .theater .wrap {
    max-width: 300px; }

  .theater .theater_intro .left {
    width: 100%;
    padding: 0;
    margin-bottom: 15px; }

  .theater .theater_intro .left:before {
    top: -12px;
    left: -12px; }

  .theater .theater_intro .left:after {
    right: -12px;
    bottom: -7px; }

  .theater .theater_intro .right p {
    font-size: 12px; }

  .theater .theater_intro {
    margin-bottom: 50px; }

  .theater h4 {
    height: 24px; }

  .theater .theater_story p {
    font-size: 12px; }

  .theater .theater_cast p:first-of-type {
    font-size: 14px; }

  .theater .theater_cast p {
    font-size: 12px;
    margin-bottom: 40px; }

  .theater .theater_cast h5 {
    font-size: 12px; }

  .theater .theater_cast p b {
    font-size: 18px; }

  .ticket {
    padding: 40px 0 45px; }

  .ticket h3 {
    max-width: 136px;
    margin-bottom: 20px; }

  .ticket .t_table p {
    font-size: 10px; }

  .ticket .t_present {
    margin: 30px 0 40px; }

  .ticket .red_btn {
    font-size: 14px;
    max-width: 250px;
    width: 100%;
    height: 40px; }

  .ticket .red_btn .blk_arrow {
    width: 5px;
    right: 7px; }

  .info .wrap {
    padding: 50px 0; }

  .info h3 {
    max-width: 167px;
    margin-bottom: 25px; }

  .info .info_intro .left {
    padding: 0 23px;
    margin-bottom: 10px; }

  .info .info_intro .right {
    padding: 0 12px; }

  .info .info_intro .right p {
    font-size: 12px; }

  .info .newspaper h4 {
    max-width: 102px;
    margin-bottom: 20px; }

  .info .sp-movie h4 {
    max-width: 165px;
    margin-bottom: 20px; } }
.attraction_app {
  background-color: rgba(81, 48, 142, 0.2); }
  .attraction_app_txt {
    width: 52.7%;
    margin: 6% 0 4.4%; }
    .attraction_app_txt h4 {
      margin: 0 0 1%; }
    .attraction_app_txt p {
      font-size: 16px;
      line-height: 1.5em;
      font-weight: bold;
      margin: 0 0 5%; }
    .attraction_app_txt p span {
      font-size: 12px; }
    .attraction_app_txt_flex {
      width: 86.066%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .attraction_app_txt_flex_img {
        width: 44.524%; }
        .attraction_app_txt_flex_img:nth-of-type(2) {
          width: 49.524%; }
  .attraction_app_img {
    width: 41.793%; }
  .attraction_app .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0; }

@media (max-width: 768px) {
  .attraction_app_txt {
    width: 100%;
    margin: 0 0 3.3333333333vw; }
    .attraction_app_txt h4 {
      margin: 0 0 3.6vw; }
    .attraction_app_txt p {
      font-size: 12px;
      margin: 0 0 3.3333333333vw; }
    .attraction_app_txt_flex {
      width: 100%; }
      .attraction_app_txt_flex_img {
        width: 44.524%; }
        .attraction_app_txt_flex_img:nth-of-type(2) {
          width: 49.524%; }
  .attraction_app_img {
    width: 82.1333333333vw;
    margin: 0 -6.1333333333vw 0 auto; }
  .attraction_app .inner {
    display: block;
    padding: 7.7333333333vw 0 6.9333333333vw; } }
.ticket_attention {
  margin: 10px 0 0; }


/* 20220826Twitter表示崩れ */
.twitter .sec-wrap .twit-right > div {
  overflow: scroll;
  overflow-x: hidden;
}

/* 202311 コラボルーム追加 */
.stay{
  background: url(../images/at_back.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 65px 0;
}
.stay h3{
  max-width: 116px;
  margin: 0 auto 50px;
}
.stay_heading{
  display: flex;
  justify-content: center;
}
.stay_heading img{
  max-width: 923px;
  width: 100%;
  height: auto;
}
.stay_images{
  display: flex;
  justify-content: space-between;
  margin-top: 43px;
}
.stay_image:first-child{
  margin-right: 8.3%;
}
.stay_lead{
  font-weight: bold;
  color: #391A68;
  font-size: 22px;
  text-align: center;
  margin: 34px auto 22px;
}
.stay_detail{
  margin: 0 auto;
  max-width: 720px;
  width: 100%;
  font-size: 16px;
  line-height: calc(25/16);
  text-align: justify;
}
.stay .red_btn{
  display: block;
  width: 360px;
  height: 60px;
  background: #C30D23;
  font-size: 18px;
  color: #000;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  position: relative;
  margin-top: 50px;
}
.stay .red_btn .blk_arrow {
  position: absolute;
  width: 8px;
  height: auto;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.stay .br-sp{
  display: none;
}
.stay_heading .is-sp{
  display: none;
}
@media screen and (max-width:768px){
  .stay{
    padding: 45px 0;
  }

  .stay_images{
    flex-direction: column;
  }
  .stay_image:first-child{
    margin-right: 0;
    margin-bottom: 16px;
  }
  .stay .br-sp{
    display: block;
  }
}
@media (max-width: 540px){
  .stay h3{
    max-width: 96px;
    margin: 0 auto 30px;
  }
  .stay_heading .is-pc{
    display: none;
  }
  .stay_heading .is-sp{
    display: block;
  }
  .stay_lead{
    font-size: 17px;
    line-height: 1.5;
  }
  .stay_detail{
    font-size: 14px;
    line-height: inherit;
  }
  .stay .red_btn {
      font-size: 14px;
      max-width: 250px;
      width: 100%;
      height: 40px;
  }
  .stay .red_btn .blk_arrow {
    width: 5px;
    right: 7px;
  }
}

/* 202407 料金表 */
.t_table{
  overflow-x: scroll;
  margin-bottom: 20px;
}
.t_table table{
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  text-align: center;
  white-space: nowrap;
}
.t_table thead{
  background-color: #C30D23;
  color: #fff;
}
/* .t_table table tr:nth-of-type(1) th:nth-of-type(1){
  background-color: #391a68;
} */
.t_table table tr:nth-of-type(1) th:nth-of-type(2),
.t_table table tr:nth-of-type(1) th:nth-of-type(3),
.t_table table tr:nth-of-type(1) th:nth-of-type(4){
  border-left: 1px solid #fff;
}
.t_table tbody th{
  background-color: #F5B2B2;
  font-size: 2rem;
}
.t_table table th{
  font-weight: bold;
  text-align: center;
}
.t_table table th,
.t_table table td{
  vertical-align: middle;
  padding: 1rem;
}
.t_table table tr td:last-child{
  text-align: left;
}
.t_table table td span{
  font-weight: bold;
  font-size: 2rem;
}
.t_table .price{
  color: #C30D23;
  font-weight: bold;
  font-size: 2rem;
  text-align: right !important;
}

.ticket .t_table_note{
  color: #fff;
  font-size: 12px;
}
.t_table table ul{
  text-align: left;
  margin-bottom: 0;
}
.t_table tbody th,
.t_table tbody td{
  border: 1px solid #333333;
}
@media screen and (max-width:768px){
  .t_table table td{
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .t_table table tr:nth-of-type(2) th{
    font-size: 1.6rem;
  }
  .t_table table td span{
    font-size: 1.6rem;
  }
  .t_table .price{
    font-size: 1.6rem;
  }
  .t_table tbody th{
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .ticket-table_note {
    display: block;
  }
}
@media screen and (min-width: 1201px) {
  .t_table {
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
  }
  /*Google Chrome、Safariへの対応*/
  .t_table::-webkit-scrollbar {
    display: none;
  }
}

/* 202503 シェアボタン */
.shre-btn {
  margin: 20px 0 50px;
}
.shre-btn button {
  background: #45a9c6;
  border: none;
  padding: 15px;
  border-radius: 3px;
  font-size: 20px;
  min-width: 260px;
  color: #fff;
}
.share-btn-icon {
  fill: #fff;
  width: 22px;
  vertical-align: middle;
  margin-right: 10px;
}