﻿/*==============================================
 Base
 ===============================================*/
* {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}
.lexend {
  font-family: "Lexend", sans-serif;
}
html,
body {
  overflow-x: hidden;
}
body {
  color: #1A1A25;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  width: 100%;
}
a:active, a:focus {
  outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 30px 0;
  color: #1A1A25;
  font-weight: bold;
  line-height: 1.5;
}
h1, h2 {
  letter-spacing: 2px;
}
h3, h4 {
  letter-spacing: 2px;
}
h5, h6 {
  letter-spacing: 1px;
}
a {
  text-decoration: none !important;
}
a:hover, a:focus {
  color: #323232;
}
a, .btn {
  -webkit-transition: all .3s;
  transition: all .3s;
}
a img, iframe {
  border: none;
}
hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}
pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #3B1D0A;
  border: 1px solid #ededed;
  border-radius: 0;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}
.text-right {
  text-align: right;
}

/*==============================================
 Utility
 ===============================================*/
.inline-block {
  display: inline-block;
  width: 100%;
}
.relative {
  position: relative;
}
.vertical-align {
  position: relative;
}
.poppins {
  font-family: "Poppins", sans-serif;
}

/*==============================================
 Top Bar
 ===============================================*/
.top-bar .gray-bg {
  background: #f5f5f5;
}
.top-link {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-link li {
  display: inline-block;
  margin: 0 5px;
}
.top-link li i, .top-link li a i {
  margin-right: 10px;
}
.top-link li, .top-link li a {
  color: #aaa;
}
.top-link.text-uppercase {
  font-size: 12px;
}
.top-bar .col-lg-1, .top-bar .col-lg-10, .top-bar .col-lg-11, .top-bar .col-lg-12,
.top-bar .col-lg-2, .top-bar .col-lg-3, .top-bar .col-lg-4, .top-bar .col-lg-5,
.top-bar .col-lg-6, .top-bar .col-lg-7, .top-bar .col-lg-8, .top-bar .col-lg-9,
.top-bar .col-md-1, .top-bar .col-md-10, .top-bar .col-md-11, .top-bar .col-md-12,
.top-bar .col-md-2, .top-bar .col-md-3, .top-bar .col-md-4, .top-bar .col-md-5,
.top-bar .col-md-6, .top-bar .col-md-7, .top-bar .col-md-8, .top-bar .col-md-9,
.top-bar .col-sm-1, .top-bar .col-sm-10, .top-bar .col-sm-11, .top-bar .col-sm-12,
.top-bar .col-sm-2, .top-bar .col-sm-3, .top-bar .col-sm-4, .top-bar .col-sm-5,
.top-bar .col-sm-6, .top-bar .col-sm-7, .top-bar .col-sm-8, .top-bar .col-sm-9,
.top-bar .col-xs-1, .top-bar .col-xs-10, .top-bar .col-xs-11, .top-bar .col-xs-12,
.top-bar .col-xs-2, .top-bar .col-xs-3, .top-bar .col-xs-4, .top-bar .col-xs-5,
.top-bar .col-xs-6, .top-bar .col-xs-7, .top-bar .col-xs-8, .top-bar .col-xs-9 {
  padding-right: 15px;
  padding-left: 15px;
}
.top-link.divider li:after {
  display: inline-block;
  padding-left: 13px;
  content: "/";
}
.top-link.divider li:last-child:after {
  display: inline-block;
  content: "";
}
img {
    /* width: 100%; */
    max-width: 100%;
}
#home {
    width: 100%;
}
.abs {
    position: absolute;
}
footer {
    width: 100%;
    background: #121212;
    text-align: center;
    border-top:1px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer small {
    color: #fff;
    font-size: 16px;
}
.main_wrapper {
    position: relative;
    z-index: 0;
    margin-top: 110px;
}
.main_inner {
    text-align: center;
    font-size: 0;
}
h1 {
  z-index: 1;
  position: relative;
}
img.main_image1 {
    display: block;
}
.container-add {
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
.menu_wrapper {
    /* padding: 60px 0 0; */
    /* border-bottom: 6px solid #FFFF00; */
    background-color: #121212;
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
}
.menu-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.menu-logo {
    width: 210px;
}
.menu-logo a {
    display: block;
}
.menu-logo img {
    max-height: 70px;
}
.content_wrapper {
    padding: 60px 0;
    position: relative;
}
ul.menulist {
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 240px);
}
ul.menulist li {
    padding: 0 50px;
    list-style: none;
    /* width: calc(100% / 8); */
    text-align: center;
}
/* ul.menulist li:not(:last-child) {
    border-right: 1px solid #FFFFFF;
} */
ul.menulist li:before {
    content: none;
}
ul.menulist li a {
    color: #fff;
    display: block;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    transition: all .5s;
    line-height: 1em;
}
ul.menulist li a:hover {
    opacity: .8;
}
ul.menulist li a:after {
    content: '';
    width: 9px;
    height: 9px;
    border: 0;
    border-bottom: solid 2px #F2E080;
    border-right: solid 2px #F2E080;
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    right: -20px;
    bottom: 0;
    margin: auto;
    transition: all .5s;
}
ul.menulist li a:hover:after {
    bottom: -8px;
}
.bg_fff {
    background-color: #fff;
    position: relative;
}
.marker {
    background: linear-gradient(transparent 50%, #fafc66 50%);
}
.text-justify {
    font-feature-settings: "palt" 1;
    text-align: justify;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    position: relative;
    padding-left: 15px;
    line-height: 1.8;
    font-size: 14px;
    letter-spacing: 0.15em;
}
li:before {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    background: #ddb840;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 5px;
}
#news01 .flex {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
}
#news01 .flex.youtube {
    margin-top: 80px;
}
#news01 .news-sns-child .flex.youtube {
    margin-top: 0;
}
#news01 .flex>div {
    /* width: calc(50% - 30px); */
    width: 100%;
    /* border-radius: 10px; */
    /* overflow: hidden; */
    /* background-color: #fff; */
}
.news-inner {
    border-radius: 20px;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #808080;
}
.news-child {
    width: 100%;
    padding-left: 40px;
    padding-right: 20px;
    max-height: 438px;
    height: 438px;
    overflow-y: scroll;
}
.news-detail {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.news-detail:nth-child(n+2) {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #E3E3E3;
}
.news-detail p:nth-child(2) {
    margin-top: 10px;
}
.news-detail p {
  font-size: 18px;
  letter-spacing: 0.12em;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0;
  width: 100%;
}
#goods06,
#goodsall {
    background-image: url(../img/anime5_goods_back1.png), url(../img/anime5_goods_back2.png), url(../img/anime_back2.png);
    background-size: 525px, 525px, 106px;
    padding: 395px 0 130px;
    /* padding: 0 0 130px; */
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: calc(50% - 700px) calc(280%), calc(50% + 690px) calc(95%), left top;
}
#goodsall {
    padding: 130px 0 180px;
    background-position: calc(50% - 700px) calc(70%), calc(50% + 690px) calc(50%), left top;
}
#banner a.banneritem:hover {
    opacity: 0.8;
}
#goodsall-second {
    padding: 180px 0 130px;
    background-image: url(../img/good_back_left.png), url(../img/good_back_right.png), url(../img/contents_back2_repeat.png);
    background-size: 337px, 337px, 334px;
    background-repeat: repeat-y, repeat-y, repeat;
    background-position: calc(50% - 790px) calc(0%), calc(50% + 780px) calc(0%), left top;
}
.goodsall-sec-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.goodsall-sec-child {
    width: calc(100% / 3 - 26px);
    background-color: #fff;
    border-radius: 10px;
    /* overflow: hidden; */
    position: relative;
}
.goodsall-sec-child>img {
    border-radius: 10px 10px 0 0;
}
.goodsall-sec-child>img.abs {
    max-height: 34px;
    top: -17px;
    right: 15px;
    border-radius: 0;
}
.goodsall-sec-detail {
    padding: 26px 30px;
}
.goodsall-sec-detail>h5 {
    font-size: 20px;
    letter-spacing: 0.06em;
    font-weight: bold;
    word-break: break-all;
    line-height: 1.4em;
    min-height: 56px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.goodsall-sec-detail>p {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1em;
    font-weight: bold;
    word-break: break-all;
    color: #E50012;
    margin-top: 15px;
}
.goodsall-sec-detail>p>span {
    font-size: 14px;
}
.goodsall-sec-child:nth-child(n+2) {
    margin-left: 39px;
}
.goodsall-sec-child:nth-child(n+4) {
    margin-top: 55px;
}
.goodsall-sec-child:nth-child(4),
.goodsall-sec-child:nth-child(7),
.goodsall-sec-child:nth-child(10),
.goodsall-sec-child:nth-child(13) {
    margin-left: 0;
}
.goodsall-sec-child:last-child {
    width: calc(100% / 3 * 2 - 13px);
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-height: 446px; */
}
.goodsall-sec-child:last-child>h4 {
    font-size: 40px;
    letter-spacing: 0.1em;
    margin-right: -0.1em;
    line-height: 1.8em;
}
.goodsall-sec-child:last-child>h4>span {
    font-size: 1.3em;
}
.goodsall-sec-child:last-child>img {
    max-height: 66px;
}
#home {
    padding-top: 200px;
    margin-top: -200px;
}
div#anc-venue02 {
    padding-top: 60px;
    margin-top: -61px;
}
div#anc-contents05 {
    padding-top: 220px;
    margin-top: -221px;
}
div#anc-ticket03 {
    padding-top: 280px;
    margin-top: -281px;
}
div#anc-goods06 {
    padding-top: 230px;
    margin-top: -231px;
}
div#anc-venue02-2 {
    padding-top: 100px;
    margin-top: -101px;
}
.animete_target,
.animete_target2,
.animete_target3,
.animete_target5,
.animete_target6 {
    opacity: 0;
}
.nav_toggle_add {
  display: none;
}
.backtop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: -1;
    width: 110px;
    height: 264px;
    opacity: 0;
    transition: all .3s;
}
.backtop.fixed {
    opacity: 1;
    z-index: 15;
}
.backtop img {
    transition: 0.3s;
}
.backtop:hover img {
    opacity: 0.8;
    transition: 0.3s;
}
.youtube-sec-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-sec-inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#banner.content_wrapper {
    padding: 70px 0;
    background-color: #121212;
}
.mt0 {
  margin-top: 0;
}
.mb0 {
  margin-bottom: 0;
}
.color-gray {
  color: #989898;
}
.color-white {
  color: #ffffff;
}
.color-green {
  color: #26A854;
}
.color-gold {
  color: #CEAF30;
}
.color-gold2 {
  color: #C28600;
}
.color-pink {
  color: #E97497;
}
.color-pink2 {
  color: #BA2F42;
}
.color-red {
  color: #C60012;
}
.fw-bold {
  font-weight: bold;
}
.title-inner {
  position: relative;
}
img.title-img {
    margin-bottom: 40px;
    max-height: 112px;
}
img.sub-title-img {
    max-height: 80px;
}
#faq-sec img.title-img {
    max-height: 105px;
}
#special-sec img.title-img,
#ent-sec img.title-img,
.hl-page #contents05 img.title-img {
    max-height: 100px;
}
#special-sec img.title-img {
    margin-bottom: 0;
}

#guide04>img.abs1 {
    max-height: 239px;
    left: calc(50% - 880px);
    top: -75px;
}
.guide-attenntion-inner {
    position: relative;
}
.guide-attenntion-inner img.abs1 {
    max-height: 155px;
    right: -70px;
    top: 5px;
    z-index: 1;
}
#contents05>img.abs1 {
    max-height: 352px;
    left: calc(50% - 920px);
    top: -75px;
    z-index: 1;
}
#contents05>img.abs2 {
    max-height: 816px;
    left: calc(50% - 900px);
    top: 200px;
}
.hl-page #contents05>img.abs2 {
    max-height: 904px;
    left: calc(50% - 940px);
    top: 30px;
}
#contents05>img.abs3 {
    max-height: 1092px;
    right: calc(50% - 910px);
    top: -80px;
}
.hl-page #contents05>img.abs3 {
    max-height: 904px;
    right: calc(50% - 930px);
    top: 45px;
}
#contents05>img.abs4 {
    max-height: 80px;
    left: calc(50% - 835px);
    bottom: 350px;
}
#contents05>img.abs5 {
    max-height: 200px;
    right: calc(50% - 870px);
    bottom: 850px;
}
.goods-sec-inner img.abs1 {
    max-height: 904px;
    left: -250px;
    top: -40px;
}
#goodsall .goods-sec-inner img.abs1 {
    left: -245px;
    top: -300px;
}
.goods-sec-inner img.abs2 {
    max-height: 400px;
    left: -115px;
    bottom: 200px;
}
#goodsall .goods-sec-inner img.abs2 {
    left: -120px;
    bottom: -65px;
}
.goods-sec-inner img.abs3 {
    max-height: 362px;
    right: -175px;
    top: -140px;
}
#goodsall .goods-sec-inner img.abs3 {
    right: -155px;
    top: -175px;
}
.goods-sec-inner img.abs4 {
    max-height: 884px;
    right: -310px;
    bottom: 180px;
}
#goodsall .goods-sec-inner img.abs4 {
    right: -320px;
    bottom: -150px;
}
.goods-sec-inner img.abs5 {
    max-height: 218px;
    right: -130px;
    bottom: -40px;
}
#goodsall .goods-sec-inner img.abs6 {
    max-height: 163px;
    left: -320px;
    top: 470px;
}

.anniversary-sec-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.anniversary-child:first-child {
    width: 670px;
}
.anniversary-child:last-child {
    width: calc(100% - 720px);
}
.anniversary-child>h3 {
    font-size: 80px;
    letter-spacing: 0.04em;
    text-indent: 0.04em;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 30px;
}
.anniversary-child>h4 {
    font-size: 42px;
    letter-spacing: 0.06em;
    margin-right: -0.06em;
    font-weight: bold;
    line-height: 1.75em;
    margin-bottom: 30px;
}
.anniversary-child>h4>span {
    font-size: 65px;
}
.anniversary-child>h5 {
    font-size: 27px;
    letter-spacing: 0.08em;
    margin-right: -0.08em;
    font-weight: bold;
    line-height: 1.65em;
}
#news01 .stripe-btn a.btn-border {
    width: 100%;
    margin-top: 20px;
    text-align: justify;
}
#news01 .stripe-btn a.btn-border>span {
    width: 100%;
    background: transparent linear-gradient(135deg, #1A1A25 20%, #34343E 50%, #1A1A25 80%) 0% 0% no-repeat padding-box;
    color: #fff;
    font-size: 42px;
    padding: 22px 70px;
    text-indent: 0;
}
#news01 a.btn-border>span:before {
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
}
#news01 a.btn-border:before {
    background-color: #20202C;
}
#news01 a.btn-border>span>span {
    display: inline-block;
    font-size: 26px;
    margin-top: 0;
    position: relative;
    top: -5px;
    margin-left: 20px;
    text-indent: 0;
}
#news01 a.btn-border>span>span:last-child {
    font-size: 20px;
    letter-spacing: 0.05em;
    margin-left: 40px;
}
.news-sns-inner {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
    margin-top: 100px;
}
.news-sns-child {
    width: calc(50% - 30px);
}
.news-sns-inner img.sub-title-img {
    margin-bottom: 30px;
}
#news01 {
    padding: 130px 0;
    background-image:
      url(../img/anime1_ANNIVERSARY_left.png),
      url(../img/anime1_ANNIVERSARY_right.png),
      url(../img/anime1_news_sns_message_left.png),
      url(../img/anime1_news_sns_message_right.png),
      url(../img/anime1_news_sns_message_left.png),
      url(../img/anime1_news_sns_message_right.png),
      url(../img/anime_back1.png);
    background-size: 668px, 540px, 418.5px, 418.5px, 418.5px, 418.5px, 106px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat;
    background-position:
      calc(50% - 615px) calc(0%),
      calc(50% + 680px) calc(14%),
      calc(50% - 945px) calc(45%),
      calc(50% + 945px) calc(55%),
      calc(50% - 945px) calc(140%),
      calc(50% + 945px) calc(150%),
      left top;
    position: relative;
}
#news01>img.abs1 {
    max-height: 308px;
    right: calc(50% - 890px);
    top: 90px;
}
.message-sec-inner>img.abs1 {
    max-height: 179px;
    right: calc(50% - 710px);
    top: -20px;
}
#news01 .message-sec-inner .title-inner {
    margin-top: -127px;
}
.message-sec-inner {
    margin-top: 150px;
}
.message-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px;
}
.message-child:first-child {
    width: 400px;
}
.message-child:last-child {
    width: calc(100% - 450px);
}
.message-child>h3 {
    font-weight: bold;
    font-size: 33px;
    letter-spacing: 0.08em;
    line-height: 70px;
    background-image: url(../img/anime1_message_kazari2.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 76px;
    padding-left: 100px;
    margin-bottom: 30px;
}
.message-child>h3>span {
    font-size: 38px;
}
.message-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.message-detail-child:first-child {
    width: calc(100% - 335px);
}
.message-detail-child:last-child {
    width: 290px;
}
.message-detail-child p {
    font-size: 20px;
    letter-spacing: 0;
    font-weight: bold;
    border-bottom: 1px solid #DBBB46;
    margin-bottom: 11px;
    padding-bottom: 11px;
}

a.btn-border.comingsoon {
    opacity: 0.7;
    pointer-events: none;
}
.about-inner {
    max-width: 780px;
}
.about-inner>h3 {
    border-bottom: 2px solid #BA2F42;
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.75em;
    margin-top: 30px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.about-inner>h3>span {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1em;
    display: inline-block;
    margin-left: 65px;
    position: relative;
    top: -5px;
}
.about-inner>h4 {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.75em;
}
.about-child {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #E3E3E3;
    padding: 12px 5px;
}
.about-child.border {
    border-top: 1px solid #E3E3E3;
    margin-top: 25px;
}
.about-child>p {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
}
.about-child>p:first-child {
    width: 140px;
}
.about-child>p:last-child {
    width: calc(100% - 170px);
}
#venue02 .title-inner {
    margin-top: -145px;
}
#venue02 img.title-img {
    margin-bottom: 0;
}
#venue02 .flex1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 150px;
}
#venue02 .flex1 .venue-list h4 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    /* margin-top: 25px; */
    margin-bottom: 0;
    line-height: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
}
#venue02 .flex1 .venue-list p {
    line-height: 1.75em;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.02em;
    text-indent: 0.02em;
    margin-top: 10px;
}
#venue02 {
    background-image: url(../img/anime_back_red.png), url(../img/anime2_back2.png), url(../img/anime2_back1.png), url(../img/anime_back2.png);
    background-size: 100%, 337px, 337px, 106px;
    background-repeat: no-repeat, repeat-y, repeat-y, repeat;
    background-position: center top, calc(50% - 790px) calc(7%), calc(50% + 790px) calc(0%), left top;
    padding: 320px 0 130px;
}
#venue02>img.abs1 {
    max-height: 203px;
    left: calc(50% - 910px);
    top: -50px;
}
#venue02>img.abs2 {
    max-height: 221px;
    right: calc(50% - 850px);
    top: -35px;
}
#venue02>img.abs3 {
    max-height: 149px;
    right: calc(50% - 930px);
    bottom: 280px;
}
#venue02 .flex1 .venue-list {
    width: calc(100%/3 - 20px);
    border: 3px solid #000000;
    position: relative;
    border-radius: 8px;
    padding: 40px;
    padding-top: 90px;
}
#venue02 .flex1 .venue-list:nth-child(n+4) {
    margin-top: 120px;
}
#venue02 .flex1 .venue-list>img {
    max-width: 218px;
    top: -85px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#venue02 .stripe-btn a.btn-border {
    width: 100%;
    margin-bottom: 6px;
    margin-top: 0;
}
#venue02 .stripe-btn a.btn-border>span {
    width: 100%;
    padding: 20px;
    background: transparent linear-gradient(135deg, #1A1A25 20%, #34343E 50%, #1A1A25 80%) 0% 0% no-repeat padding-box;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0;
}
#venue02 a.btn-border>span:before {
    width: 12px;
    height: 12px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    right: 15px;
}
#venue02 a.btn-border:before {
    background-color: #20202C;
    border-radius: 0 0 5px 5px;
    bottom: -6px;
    height: 15px;
}
#venue02 a.btn-border:hover {
    -webkit-transform: translate(0, 6px);
    transform: translate(0, 6px);
}
#venue02 a.btn-border:hover:before {
    bottom: 0;
}

#venue02 .flex2.venue-att img.abs {
    max-height: 166px;
    right: 20px;
    top: -70px;
}
#venue02 .flex2 {
    padding: 50px 60px;
    border-radius: 8px;
    margin-top: 130px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#venue02 .flex2 p {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 2.2em;
    font-weight: bold;
    width: 100%;
    padding-left: 1em;
    text-indent: -1em;
}
#venue02 .flex2 h4 {
    font-size: 28px;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.about-sec-inner img.abs2 {
    max-height: 890px;
    right: 50px;
    top: -225px;
}
.about-sec-inner img.abs3 {
    max-height: 136px;
    left: 80px;
    bottom: -80px;
}

#ticket03 {
    background-image: url(../img/anime3_ticket_back1.png), url(../img/anime3_ticket_back2.png), url(../img/anime_back3.png);
    background-size: 320px, 514px, 106px;
    padding: 200px 0 130px;
    background-repeat: no-repeat, no-repeat, repeat;
    /* background-position: left top; */
    background-position: calc(50% - 800px) calc(0%), calc(50% + 700px) calc(97%), left top;
}
#ticket03>img.abs1 {
    max-height: 147px;
    left: calc(50% - 820px);
    top: -40px;
}
.ticket-sec-inner img.abs1 {
    max-height: 242px;
    right: -130px;
    bottom: -30px;
}
.ticket-sec-inner img.abs2 {
    max-height: 865px;
    right: -130px;
    top: -170px;
}
#ticket03 .title-inner {
    margin-top: -155px;
    margin-bottom: 60px;
}
#ticket03 img.title-img {
    margin-bottom: 50px;
}
#ticket03 .title-inner h4 {
    font-size: 34px;
    letter-spacing: 0.04em;
    line-height: 1.7em;
}
table.ticket-table, .ticket-table td, .ticket-table th {
	border: 1px solid #000000;
	border-collapse: collapse;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.ticket-table td span {
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
}
table.ticket-table {
  width: 100%;
}
.ticket-table tr:first-child th {
  width: calc(100%/3);
}
.ticket-table td, .ticket-table  th {
	padding: 15px;
}
.ticket-table th {
	background: #EBEEF4;
}
.ticket-table-inner {
  max-width: 834px
}
.ticket-table tr:first-child th:nth-child(2),
.ticket-table tr:nth-child(2) th:nth-child(1),
.ticket-table tr:nth-child(2) th:nth-child(2) {
	background: #FBE3EA;
}
.ticket-table tr:first-child th:nth-child(3),
.ticket-table tr:nth-child(2) th:nth-child(3),
.ticket-table tr:nth-child(2) th:nth-child(4) {
	background: #EFF5FF;
}
.ticket-attention {
    margin-top: 35px;
}
.ticket-attention p {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.75em;
}
.ticket-detail-inner {
  background-color: #EFF5FF;
  border-radius: 15px;
  padding: 40px 55px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ticket-detail-child:first-child {
  width: calc(100% - 443px);
}
.ticket-detail-child:first-child p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 2.2em;
}
.ticket-detail-child:last-child {
  width: 398px;
  position: relative;
}
.ticket-detail-child:last-child p {
  font-size: 14px;
  color: #999999;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1em;
  margin-top: 10px;
  /* bottom: -25px; */
  width: 100%;
}
.goods-sec-inner,
.ticket-sec-inner,
.about-sec-inner,
.message-sec-inner,
.faq-sec-inner {
    border: 3px solid #000000;
    border-radius: 15px;
    padding: 80px;
    position: relative;
}
.goods-sec-attenntion {
    border-radius: 15px;
    background-color: #F0F9F3;
    margin-top: 80px;
    padding: 55px 60px;
}
#goodsall .goods-sec-attenntion {
    border-radius: 0;
    background-color: #fff;
    margin-top: 0;
    padding: 0;
    border-bottom: 1px solid #26A854;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
#goodsall .goods-sec-attenntion:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.goods-attenntion-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.goods-attenntion-child {
    width: calc(50% - 15px);
}
#goodsall .second-inner .goods-attenntion-child {
    width: 100%;
}
.goods-attenntion-child:nth-child(n+3),
#goodsall .second-inner .goods-attenntion-child:nth-child(n+2) {
    margin-top: 10px;
}
.goods-attenntion-child p,
.goods-sec-attenntion>p  {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.5em;
    padding-left: 18px;
    position: relative;
}
.goods-sec-attenntion>p  {
    padding-left: 0;
    margin-bottom: 10px;
}
.goods-sec-attenntion>p:last-child  {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 1em;
    text-indent: -1.12em;
}
.goods-attenntion-child p span {
    color: #E50012;
}
.goods-attenntion-child p::before {
    content: "●";
    color: #26A854;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
a.btn-border {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-top: 35px;
  margin-bottom: 10px;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
}
a.btn-border>span {
  font-weight: bold;
  position: relative;
  display: block;
  font-size: 28px;
  padding: 30px 150px;
  width: 660px;
  color: #1A1A25;
  background: transparent linear-gradient(45deg, #F4CD4B 20%, #F7D970 31%, #FFEFB3 50%, #F4CB47 80%) 0% 0% no-repeat padding-box;
  border: 2px solid #121212;
  border-radius: 15px;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
  line-height: 1.5em;
}
a.btn-border>span>span {
    display: block;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.12em;
    text-indent: 0.12em;
    line-height: 1em;
    margin-top: 5px;
}
a.btn-border>span:before {
  content: '';
  width: 18px;
  height: 18px;
  border: 0;
  border-top: solid 2px #121212;
  border-right: solid 2px #121212;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
}
a.btn-border:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  width: 100%;
  height: 25px;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #121212;
  border-top: 1px solid #121212;
  border-radius: 0 0 15px 15px;
  background-color: #C28900;
  background-image: -webkit-repeating-linear-gradient(
    135deg,
    #121212,
    #121212 1px,
    transparent 2px,
    transparent 11px
  );
  background-image: repeating-linear-gradient(
    -45deg,
    #121212,
    #121212 1px,
    transparent 2px,
    transparent 11px
  );
  background-size: 15px 15px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a.btn-border:hover {
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
}
a.btn-border:hover:before {
  bottom: 0;
}
a.btn-border:active {
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
}
a.btn-border:active:before {
  bottom: 0;
}
.goods-img-inner>p {
    font-size: 17px;
    font-weight: bold;
    color: #B3B3B3;
    margin-top: 30px;
    letter-spacing: 0.04em;
    text-indent: 0.04em;
    line-height: 1em;
}
.goods-img-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 30px;
}
.goods-img-detail {
    width: calc(50% - 15px);
}
.goods-img-detail:nth-child(n+3) {
    margin-top: 30px;
}
.goods-img-detail:nth-child(1)>img,
.goods-img-detail:nth-child(2)>img {
    max-height: 514px;
}
.goods-img-detail:nth-child(3)>img {
    max-height: 289px;
}
.goods-img-detail:nth-child(4)>img {
    max-height: 354px;
}
.goods-img-detail>p {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    background-image: url(../img/anime5_goods7.png);
    padding-left: 40px;
    background-repeat: no-repeat;
    background-size: 30px;
    letter-spacing: 0.04em;
    line-height: 1.1em;
    margin-top: 15px;
    background-position: left top 8px;
}
.goods-img-detail>p>span {
    font-size: 24px;
    line-height: 1em;
}
.title-inner>h4 {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  line-height: 1em;
}
#goods06 .title-inner {
    margin-top: -140px;
}
#guide04 {
  background-color: #fff;
    background-image: url(../img/anime4_guide_back1.png), url(../img/anime4_guide_back2.png);
    background-size: 446px, 446px;
    padding: 130px 0;
    background-repeat: no-repeat, no-repeat;
    background-position: calc(50% - 735px) calc(0%), calc(50% + 735px) calc(0%);
}
.guide04-inner,
.guide04-btn-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.guide04-inner {
    justify-content: center;
    margin-bottom: 70px;
}
.ticket-btn-inner {
    margin-top: 45px;
}
.ticket-btn-inner>img {
    max-height: 77.5px;
}
.guide04-btn-inner .stripe-btn {
    width: calc(100%/3 - 20px);
}
.guide04-btn-inner .stripe-btn a.btn-border {
    width: 100%;
    margin-top: 20px;
}
.guide04-btn-inner .stripe-btn a.btn-border>span {
    width: 100%;
    padding: 30px 50px;
}
.guide04-btn-inner .stripe-btn:nth-child(1) a.btn-border:before {
    background-color: #E97497;
}
.guide04-btn-inner .stripe-btn:nth-child(3) a.btn-border:before {
    background-color: #0A66A6;
}
.guide04-btn-inner .stripe-btn:nth-child(1) a.btn-border>span {
    background: transparent linear-gradient(45deg, #FFADD3 20%, #FFADD3 20%, #FFF0F4 50%, #FFADD3 80%) 0% 0% no-repeat padding-box;
}
.guide04-btn-inner .stripe-btn:nth-child(3) a.btn-border>span {
    background: transparent linear-gradient(45deg, #65D0EF 20%, #89E0F4 30%, #CCFFFF 50%, #65D0EF 80%) 0% 0% no-repeat padding-box;
}
.guide04-child {
    width: 50%;
    position: relative;
}
.guide04-child>p {
    font-weight: bold;
    font-size: 20px;
    line-height: 2em;
    letter-spacing: 0.04em;
    margin-top: 40px;
}
.guide04-child>h5 {
    font-weight: bold;
    font-size: 30px;
    line-height: 1em;
    letter-spacing: 0.04em;
    text-indent: 0.04em;
    margin-top: 40px;
}
.guide04-child img.guide-img {
    max-height: 500px;
}
.guide04-child img.abs {
    max-height: 563px;
    bottom: -10px;
    right: 397px;
}
.guide-attenntion-inner .goods-sec-attenntion {
    background-color: #FDFBF0;
    margin-top: 80px;
    position: relative;
}
.guide-attenntion-inner .goods-attenntion-child {
    width: 100%;
}
.guide-attenntion-inner .goods-attenntion-child p::before {
    color: #CEAF30;
}
.guide-attenntion-inner .goods-attenntion-child p:nth-child(n+2) {
    margin-top: 15px;
}
.guide-attenntion-inner .goods-sec-attenntion>h4,
.goods-sec-attenntion>h4 {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin-bottom: 20px;
}
#contents05 {
    background-image: url(../img/anime4_contents_right2.png), url(../img/anime4_contents_map_right2.png), url(../img/anime4_contents_map_left1.png), url(../img/anime4_contents_left2_left2.png), url(../img/anime_back1.png);
    background-size: 517px, 694px, 455px, 532px, 106px;
    padding: 130px 0 315px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
    background-position: calc(50% + 700px) calc(83%), calc(50% + 660px) calc(-25%), calc(50% - 720px) calc(87%), calc(50% - 690px) calc(-7%), left top;
    border-top: 3px solid #000;
}
.hl-page #contents05 {
    padding: 130px 0 80px;
    border-top: 0;
    background-image: url(../img/anime_back1.png);
    background-size: 106px;
    background-repeat: repeat;
    background-position: left top;
}
#contents05 .title-inner,
#goodsall .title-inner {
  margin-bottom: 60px;
}
.contents05-inner {
    max-width: 700px;
    margin: 0 auto;
}
.contents05-inner2 {
  margin-top: 100px
}
.contents05-inner>p,
#ent-sec .title-inner>p,
#special-sec .title-inner>p {
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 2.15em;
    font-weight: bold;
}
#ent-sec .title-inner>p {
    margin-top: 60px;
}
#contents05 a.btn-border {
    margin-top: 60px;
}
.page-content.faq-page,
.page-content.goods-page,
.page-content.hl-page {
    margin-top: 110px;
}
#faq-sec {
    background-image: url(../img/faq_left_repeat.png), url(../img/faq_right_repeat.png), url(../img/contents_back2_repeat.png);
    background-size: 337px, 337px, 334px;
    padding: 130px 0;
    background-repeat: repeat-y, repeat-y, repeat;
    background-position: calc(50% - 790px) calc(0%), calc(50% + 780px) calc(0%), left top;
}
#ent-sec {
    background-image:
      url(../img/contents_back1_aka.png),
      url(../img/contents_back_ashi.png),
      url(../img/contents2_entrance_backleft1.png),
      url(../img/contents2_entrance_right1.png),
      url(../img/contents2_entrance_backleft2.png),
      url(../img/contents3_introduction_backright.png),
      url(../img/contents3_introduction_backleft.png),
      url(../img/contents_back2_repeat.png);
    background-size: 100%, 388px, 382px, 477px, 381px, 352px, 477px, 334px;
    padding: 290px 0 175px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat;
    background-position:
      center top,
      calc(50% + 520px) calc(56%),
      calc(50% - 750px) calc(6%),
      calc(50% + 720px) calc(36%),
      calc(50% - 750px) calc(46%),
      calc(50% + 750px) calc(95%),
      calc(50% - 750px) calc(95%),
      left top;
}
#point-sec {
    background-image:
      url(../img/contents_back2.png),
      url(../img/contents_1_left.png),
      url(../img/contents_4_right.png),
      url(../img/contents_1_5_backleft.png),
      url(../img/contents_1_5_backright.png),
      url(../img/contents_2_backleft.png),
      url(../img/contents_2_back_right.png),
      url(../img/contents_1_5_backleft.png),
      url(../img/contents3_introduction_backright.png),
      url(../img/contents_1_ashi.png),
      url(../img/contents_2_ashi.png),
      url(../img/contents_3_ashi.png),
      url(../img/contents_back3_repeat.png);
    background-size: 100%, 160px, 116px, 562px, 480px, 254px, 252px, 562px, 477px, 771px, 491px, 883px, 334px;
    padding: 290px 0 175px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat;
    background-position:
      center top,
      calc(50% - 825px) calc(30%),
      calc(50% + 820px) calc(65%),
      calc(50% - 670px) calc(8%),
      calc(50% + 710px) calc(10%),
      calc(50% - 830px) calc(45%),
      calc(50% + 830px) calc(45%),
      calc(50% - 670px) calc(71%),
      calc(50% + 750px) calc(106%),
      calc(50% + 70px) calc(31%),
      calc(50% + 430px) calc(50%),
      calc(50% - 210px) calc(75%),
      left top;
}
#special-sec {
    background-image:
      url(../img/contents_back3.png),
      url(../img/contents_next_left.png),
      url(../img/contents_next_right.png),
      url(../img/contents_1_5_backleft.png),
      url(../img/contents_1_5_backright.png),
      url(../img/contents_special_ashi.png),
      url(../img/contents_back2_repeat.png);
    background-size: 100%, 322px, 320px, 562px, 480px, 523px, 334px;
    padding: 290px 0 130px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat;
    background-position:
      center top,
      calc(50% - 790px) calc(100%),
      calc(50% + 790px) calc(100%),
      calc(50% - 670px) calc(7%),
      calc(50% + 750px) calc(32%),
      calc(50% + 540px) calc(66%),
      left top;
}
#faq-sec>img.abs1 {
    max-height: 152px;
    left: calc(50% - 470px);
    top: 165px;
}
#faq-sec>img.abs2 {
    max-height: 142px;
    left: calc(50% + 330px);
    top: 175px;
}
.faq-sec-inner {
    margin-top: 255px;
}
.faq-sec-inner>img.abs1 {
    max-height: 192px;
    top: -195px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.faq-sec-child {
    border-bottom: 1px solid #E0CC7D;
    padding-bottom: 35px;
}
.faq-sec-child:nth-child(n+3) {
    padding-top: 35px;
}
.faq-sec-child h3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.faq-sec-child p {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.5em;
    padding-left: 32px;
    word-break: break-all;
}
#faq-sec>img.abs3 {
    max-height: 422px;
    left: calc(50% - 710px);
    bottom: 0;
    z-index: 1;
}
#faq-sec>img.abs4 {
    max-height: 422px;
    left: calc(50% + 520px);
    bottom: 0;
    z-index: 1;
}
#news01 .loop-sec {
    margin-top: 130px;
}
#news01 article {
    overflow: hidden;
    position: relative;
}
#news01 .loop_wrap2 {
    display: flex;
    width: 100%;
    height: 270px;
    overflow: hidden;
}
#news01 .loop_wrap2 div {
    flex: 0 0 auto;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    color: #ffffff;
    font-size: 180px;
}
#news01 .loop_wrap2 div:nth-child(odd) {
    animation: loop3 120s -60s linear infinite;
    animation-direction: reverse;
}
#news01 .loop_wrap2 div:nth-child(even) {
    animation: loop4 120s linear infinite;
    animation-direction: reverse;
}
#news01 .loop_wrap2 div img {
    height: 270px;
    display: block;
}
@keyframes loop3 {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes loop4 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}
#goods06 .loop-sec {
    margin-top: -580px;
    width: 100%;
    position: absolute;
    z-index: 10;
}
#goods06 .loop_wrap {
    display: flex;
    width: 100%;
    height: 390px;
    overflow: hidden;
}
#goods06 .loop_wrap div {
    flex: 0 0 auto;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    color: #ffffff;
    font-size: 180px;
}
#goods06 .loop_wrap div:nth-child(odd) {
    animation: loop 100s -50s linear infinite;
    animation-direction: reverse;
}
#goods06 .loop_wrap div:nth-child(even) {
    animation: loop2 100s linear infinite;
    animation-direction: reverse;
}
#goods06 .loop_wrap div img {
    height: 390px;
    display: block;
}
@keyframes loop {
    0% {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(100%);
    }
}
@keyframes loop2 {
    0% {
        transform: translateX(-200%);
    }
    to {
        transform: translateX(0);
    }
}
.contact-inner {
    margin-top: 130px;
    border-radius: 12px;
    padding: 40px 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.contact-inner img {
    max-height: 47px;
}
.contact-inner h4 {
    font-weight: bold;
    font-size: 28px;
}
.ent-sec-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
}
#ent-sec .title-inner,
#special-sec .title-inner {
    margin-bottom: 70px;
}
.ent-sec-inner>img.relative {
    max-height: 663px;
}
.ent-sec-inner>img.abs1 {
    max-height: 736px;
    right: 0;
}
.ent-sec-inner>img.abs2 {
    max-height: 179px;
    left: -120px;
    bottom: -25px;
}
.ent-sec-inner>img.abs3 {
    max-height: 93px;
    left: -30px;
    top: -45px;
}
#ent-sec .title-inner img.abs1 {
    max-height: 165px;
    left: calc(50% - 610px);
    top: 130px;
}
#ent-sec .title-inner img.abs2 {
    max-height: 221px;
    right: calc(50% - 645px);
    top: 90px;
}
#ent-sec .title-inner img.abs3 {
    max-height: 186px;
    left: calc(50% - 600px);
    top: 150px;
}
#ent-sec .title-inner img.abs4 {
    max-height: 177px;
    right: calc(50% - 640px);
    top: 165px;
}
#ent-sec .title-inner img.abs5 {
    max-height: 103px;
    top: -130px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#ent-sec .title-inner.second-title {
    margin-top: 160px;
}
.intro-sec-inner {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.intro-sec-inner>img.relative {
    max-height: 663px;
    z-index: 2;
}
.intro-sec-inner>img.abs1 {
    max-height: 823.5px;
    left: 0;
    top: -65px;
    z-index: 3;
}
.intro-sec-inner>img.abs2 {
    max-height: 823.5px;
    right: 0;
    top: -65px;
    z-index: 3;
}
.intro-sec-inner>img.abs3 {
    max-height: 138px;
    left: 230px;
    bottom: -85px;
    z-index: 3;
}
.intro-sec-inner>img.abs4 {
    max-height: 526px;
    bottom: -470px;
    left: 42%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 1;
}
#point-sec>img.abs2 {
    left: calc(50% - 420px);
    max-height: 432px;
    bottom: -260px;
    z-index: 1;
}
.point-sec-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.point-sec-child:first-child,
.point-sec-inner:last-child .point-sec-child:first-child {
    width: calc(100% - 936px);
}
.point-sec-child:last-child,
.point-sec-inner:last-child .point-sec-child:last-child {
    width: 816px;
    position: relative;
}
.point-sec-inner:nth-child(n+2) .point-sec-child {
    width: 100%;
    margin-top: 160px;
}
.point-sec-child:last-child>img.abs1 {
    max-height: 697px;
    right: -45px;
    top: -110px;
}
.point-sec-child:last-child>img.abs2 {
    max-height: 138px;
    left: -55px;
    top: -45px;
}
.point-sec-child>p,
.special-sec-child>p {
    font-size: 20px;
    letter-spacing: 0.04em;
    font-weight: bold;
    line-height: 2em;
}
.point-title {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.point-title>img {
    max-height: 98px;
}
.point-title>h3 {
    font-weight: bold;
    font-size: 48px;
    line-height: 1.2em;
    letter-spacing: 0.06em;
    margin-left: 30px;
}
.point-sec-inner:last-child .point-sec-child:last-child>img.abs1 {
    max-height: 674px;
    right: -160px;
    top: -100px;
}
.point-sec-inner:last-child .point-sec-child:last-child>img.abs2 {
    max-height: 211px;
    left: -55px;
    bottom: -50px;
    top: auto;
}
#point-sec>img.abs1 {
    left: calc(50% - 850px);
    max-height: 252px;
    top: -70px;
}
.special-sec-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.special-sec-child {
    width: calc(50% - 30px);
    position: relative;
}
.special-sec-child>img.abs1 {
    max-height: 673px;
    left: -220px;
    top: -240px;
}
.special-sec-child>img.abs2 {
    max-height: 160px;
    right: -30px;
    top: -40px;
}
.special-sec-child>img.abs3 {
    max-height: 727px;
    right: -157px;
    top: -280px;
}
#special-sec .title-inner.next-title {
    margin-top: 160px;
    margin-bottom: 0;
}
#special-sec .title-inner.next-title>img.title-img {
    max-height: 188px;
    margin-bottom: 70px;
}
#special-sec>img.abs1 {
    max-height: 580px;
    bottom: 0;
    left: calc(50% - 750px);
}
#special-sec>img.abs2 {
    max-height: 580px;
    bottom: 0;
    right: calc(50% - 700px);
}
#special-sec>img.abs3 {
    max-height: 274px;
    top: -70px;
    left: calc(50% - 840px);
}
.special-sec-child>img.abs4 {
    max-height: 76px;
    left: 0;
    bottom: 220px;
}
.special-sec-child>h3 {
    font-weight: bold;
    font-size: 42px;
    letter-spacing: 0.06em;
    line-height: 1em;
    margin-top: 45px;
    margin-bottom: 40px;
}
.goodsall-sec-child img.item-img,
.goods-img-detail img.item-img,
.ticket-detail-child img.item-img {
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    #goods06 .container, #goodsall .container, #banner .container, #faq-sec .container {
        width: 750px;
        max-width: 750px;
    }
}
@media screen and (min-width: 992px) {
    #goods06 .container, #goodsall .container, #banner .container, #faq-sec .container {
        width: 970px;
        max-width: 970px;
    }
}
@media screen and (min-width: 1200px) {
    #goods06 .container, #goodsall .container, #banner .container, #faq-sec .container {
        width: 1170px;
        max-width: 1170px;
    }
}
@media screen and (min-width: 1230px) {
    #goods06 .container, #goodsall .container, #banner .container, #faq-sec .container {
        width: 1190px;
        max-width: 1190px;
    }
}
@media screen and (min-width: 1601px) {
  .container {
      width: 100%;
      max-width: 1430px;
  }
}

@media screen and (min-width: 1921px) {
  #news01 {
      background-position: left calc(0%), right calc(14%), left calc(45%), right calc(55%), left calc(140%), right calc(150%), left top;
  }
  #venue02 {
      background-position: center top, left calc(7%), right calc(0%), left top;
  }
  #ticket03 {
      background-position: left calc(0%), right calc(97%), left top;
  }
  #contents05 {
      background-position: right calc(83%), right calc(-25%), left calc(87%), left calc(-7%), left top;
  }
  #goods06, #goodsall {
      background-position: left calc(280%), right calc(95%), left top;
  }
  #faq-sec {
      background-position: left calc(0%), right calc(0%), left top;
  }
  #goodsall-second {
      background-position: left calc(0%), right calc(0%), left top;
  }


  #ent-sec {
      background-position: center top, calc(50% + 520px) calc(56%), left calc(6%), right calc(36%), left calc(46%), right calc(95%), left calc(95%), left top;
  }
  #point-sec {
      background-position: center top, calc(50% - 860px) calc(30%), calc(50% + 880px) calc(65%), left calc(8%), right calc(10%), left calc(45%), right calc(45%), left calc(71%), right calc(106%), calc(50% + 70px) calc(31%), calc(50% + 430px) calc(50%), calc(50% - 210px) calc(75%), left top;
  }
  #special-sec {
      background-position: center top, left calc(100%), right calc(100%), left calc(7%), right calc(32%), calc(50% + 540px) calc(66%), left top;
  }
}

@media screen and (max-width: 1700px) {
    ul.menulist li a {
        font-size: 18px;
    }
    .backtop {
        width: 90px;
        height: 216px;
    }
    #contents05>img.abs2 {
        max-height: 786px;
        left: calc(50% - 870px);
        top: 220px;
    }
    #contents05>img.abs3 {
        max-height: 1042px;
        right: calc(50% - 850px);
        top: -60px;
    }
    #goodsall .goods-sec-inner img.abs6 {
        max-height: 0;
    }
    #point-sec>img.abs1 {
        left: calc(50% - 700px);
        max-height: 242px;
        top: -70px;
    }
    #special-sec>img.abs3 {
        max-height: 264px;
        top: -70px;
        left: calc(50% - 730px);
    }
}

@media screen and (max-width: 1600px) {
    .news-detail p {
        font-size: 16px;
        letter-spacing: 0.06em;
    }
    .menu-logo {
        width: 200px;
    }
    ul.menulist {
        width: calc(100% - 200px);
    }
    .main_wrapper,
    .page-content.faq-page,
    .page-content.goods-page,
    .page-content.hl-page {
        margin-top: 106px;
    }
    #faq-sec,
    #goodsall-second {
        background-size: 287px, 287px, 334px;
        background-position: calc(50% - 660px) calc(0%), calc(50% + 660px) calc(0%), left top;
    }
    .anniversary-child:first-child {
        width: 570px;
    }
    .anniversary-child:last-child {
        width: calc(100% - 610px);
    }
    .anniversary-child>h3 {
        font-size: 76px;
    }
    .anniversary-child>h4 {
        font-size: 38px;
        letter-spacing: 0.04em;
        margin-right: -0.04em;
    }
    .anniversary-child>h4>span {
        font-size: 62px;
    }
    .anniversary-child>h5 {
        font-size: 25px;
        letter-spacing: 0.06em;
        margin-right: -0.06em;
    }
    #news01>img.abs1 {
        max-height: 258px;
        right: calc(50% - 740px);
        top: 25px;
    }
    .news-child {
        max-height: 360px;
        height: 360px;
    }
    .message-sec-inner>img.abs1 {
        max-height: 149px;
        right: calc(50% - 600px);
        top: -25px;
    }
    .message-detail-child:last-child {
        width: 190px;
    }
    .message-detail-child:first-child {
        width: calc(100% - 220px);
    }
    .message-child:first-child {
        width: 310px;
    }
    .message-child:last-child {
        width: calc(100% - 350px);
    }
    .message-detail-child p {
        font-size: 18px;
    }
    .message-child>h3 {
        font-size: 32px;
        letter-spacing: 0.06em;
        background-size: 70px;
        padding-left: 90px;
        line-height: 64px;
    }
    .message-child>h3>span {
        font-size: 36px;
    }
    #venue02>img.abs1 {
        max-height: 173px;
        left: calc(50% - 730px);
        top: -30px;
    }
    #venue02>img.abs2 {
        max-height: 191px;
        right: calc(50% - 640px);
        top: -40px;
    }
    #news01 {
        background-size: 618px, 490px, 388.5px, 388.5px, 388.5px, 388.5px, 106px;
        background-position:
          calc(50% - 615px) calc(0%),
          calc(50% + 530px) calc(14%),
          calc(50% - 750px) calc(45%),
          calc(50% + 730px) calc(55%),
          calc(50% - 790px) calc(140%),
          calc(50% + 710px) calc(150%),
          left top;
    }
    #news01 .stripe-btn a.btn-border>span {
        font-size: 36px;
        padding: 24px 50px;
    }
    #news01 a.btn-border>span>span {
        font-size: 22px;
        top: -3px;
        margin-left: 15px;
    }
    news01 a.btn-border>span>span:last-child {
        font-size: 18px;
        letter-spacing: 0.04em;
        margin-left: 20px;
    }
    .about-inner {
        max-width: 630px;
    }
    .about-inner>h4 {
        font-size: 25px;
    }
    .about-child>p {
        font-size: 18px;
    }
    .about-child>p:first-child {
        width: 130px;
    }
    .about-child>p:last-child {
        width: calc(100% - 150px);
    }
    img.title-img {
        max-height: 107px;
    }
    .about-inner>h3 {
        font-size: 42px;
    }
    .about-inner>h3>span {
        font-size: 28px;
        margin-left: 50px;
    }
    .about-sec-inner img.abs2 {
        max-height: 780px;
        right: 30px;
        top: -150px;
    }
    #venue02 .flex1 .venue-list {
        width: calc(100% / 3 - 18px);
        padding: 30px;
        padding-top: 80px;
    }
    #venue02 .flex1 .venue-list>img {
        max-width: 198px;
        top: -75px;
    }
    #venue02 .flex1 {
        margin-top: 140px;
    }
    #venue02 .flex1 .venue-list h4 {
        font-size: 22px;
        min-height: 53px;
    }
    #venue02 .stripe-btn a.btn-border>span {
        padding: 18px;
        font-size: 19px;
    }
    #venue02 .flex2.venue-att img.abs {
        max-height: 136px;
    }
    #venue02 .flex2 {
        margin-top: 120px;
    }
    #venue02>img.abs3 {
        max-height: 119px;
        right: calc(50% - 740px);
        bottom: 170px;
    }
    #venue02 {
        background-size: 100%, 287px, 287px, 106px;
        background-position: center top, calc(50% - 650px) calc(7%), calc(50% + 650px) calc(0%), left top;
        padding: 320px 0 130px;
    }
    #ticket03>img.abs1 {
        max-height: 117px;
        left: calc(50% - 650px);
        top: -50px;
    }
    #ticket03 .title-inner {
        margin-top: -140px;
        margin-bottom: 50px;
    }
    #ticket03 img.title-img {
        margin-bottom: 45px;
    }
    #ticket03 .title-inner h4 {
        font-size: 32px;
        letter-spacing: 0.03em;
        line-height: 1.6em;
    }
    .ticket-table-inner {
        max-width: 655px;
    }
    table.ticket-table, .ticket-table td, .ticket-table th {
        font-size: 18px;
        line-height: 1.4em;
    }
    .ticket-table td span {
        font-size: 13px;
        margin-left: 0;
    }
    .ticket-attention {
        margin-top: 30px;
    }
    .ticket-attention p {
        font-size: 15px;
        padding-left: 1em;
        text-indent: -1em;
    }
    .ticket-sec-inner img.abs2 {
        max-height: 765px;
        right: -140px;
        top: -70px;
    }
    #ticket03 {
        background-size: 290px, 464px, 106px;
        padding: 170px 0 130px;
        background-position: calc(50% - 650px) calc(5%), calc(50% + 540px) calc(100%), left top;
    }
    .ticket-detail-child:first-child p {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0.04em;
        line-height: 2em;
    }
    .ticket-btn-inner>img {
        max-height: 65px;
    }
    .guide04-btn-inner .stripe-btn {
        width: calc(100% / 3 - 15px);
    }
    .guide04-btn-inner .stripe-btn a.btn-border>span {
        padding: 25px 30px;
    }
    a.btn-border>span {
        font-size: 26px;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
    }
    a.btn-border>span:before {
        width: 16px;
        height: 16px;
        right: 25px;
    }
    .ticket-sec-inner img.abs1 {
        max-height: 212px;
        right: -60px;
        bottom: -60px;
    }
    #guide04>img.abs1 {
        max-height: 209px;
        left: calc(50% - 740px);
        top: -65px;
    }
    .guide04-child>p {
        font-size: 19px;
    }
    .guide04-child>h5 {
        font-size: 28px;
        margin-top: 30px;
    }
    .guide04-child img.guide-img {
        max-height: 450px;
    }
    .guide04-child img.abs {
        max-height: 503px;
        bottom: -10px;
        right: 360px;
    }
    .guide-attenntion-inner img.abs1 {
        max-height: 125px;
        right: -40px;
        top: -25px;
    }
    #guide04 {
        background-size: 396px, 396px;
        background-position: calc(50% - 605px) calc(0%), calc(50% + 605px) calc(40%);
    }
    #contents05>img.abs1 {
        max-height: 302px;
        left: calc(50% - 700px);
        top: -105px;
    }
    .contents05-inner>p,
    #ent-sec .title-inner>p,
    #special-sec .title-inner>p {
        font-size: 23px;
        line-height: 2.1em;
    }
    #contents05>img.abs2 {
        max-height: 736px;
        left: calc(50% - 820px);
        top: 260px;
    }
    #contents05>img.abs3 {
        max-height: 992px;
        right: calc(50% - 790px);
        top: 0;
    }
    #contents05>img.abs5 {
        max-height: 170px;
        right: calc(50% - 730px);
        bottom: 720px;
    }
    #contents05>img.abs4 {
        max-height: 70px;
        left: calc(50% - 700px);
        bottom: 310px;
    }
    #contents05 {
        background-size: 467px, 624px, 405px, 472px, 106px;
        background-position: calc(50% + 540px) calc(86%), calc(50% + 515px) calc(0%), calc(50% - 560px) calc(87%), calc(50% - 570px) calc(-3%), left top;
    }
    .goods-img-detail>p {
        font-size: 30px;
    }
    .goods-img-detail>p>span {
        font-size: 23px;
    }
    .goods-sec-inner img.abs1 {
        max-height: 804px;
        left: -175px;
        top: -85px;
    }
    .goods-sec-inner img.abs3 {
        max-height: 312px;
        right: -115px;
        top: -110px;
    }
    .goods-sec-inner img.abs4 {
        max-height: 784px;
        right: -200px;
        bottom: 165px;
    }
    .goods-sec-inner img.abs2 {
        max-height: 350px;
        left: -100px;
        bottom: 160px;
    }
    .goods-sec-inner img.abs5 {
        max-height: 183px;
        right: -90px;
        bottom: -30px;
    }
    #goods06,
    #goodsall {
        background-size: 475px, 475px, 106px;
        padding: 365px 0 130px;
        background-position: calc(50% - 560px) calc(170%), calc(50% + 570px) calc(100%), left top;
    }
    #goodsall {
        padding: 130px 0 180px;
    }
    #goods06 .loop-sec {
        margin-top: -550px;
    }
    #news01 a.btn-border>span>span:last-child {
        font-size: 18px;
        letter-spacing: 0.03em;
        margin-left: 30px;
    }
    #venue02 .flex1 .venue-list p.min2 {
        line-height: 1.6em;
        min-height: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    div#anc-venue02 {
        padding-top: 0;
        margin-top: 0;
    }
    div#anc-ticket03 {
        padding-top: 230px;
        margin-top: -231px;
    }
    div#anc-contents05 {
        padding-top: 170px;
        margin-top: -171px;
    }
    #goodsall .goods-sec-inner img.abs1 {
        left: -215px;
    }
    #goodsall .goods-sec-inner img.abs4 {
        right: -280px;
    }
    .goodsall-sec-child:last-child>h4 {
        font-size: 36px;
    }
    .hl-page #contents05>img.abs2 {
        max-height: 854px;
        left: calc(50% - 880px);
        top: 30px;
    }
    .hl-page #contents05>img.abs3 {
        max-height: 854px;
        right: calc(50% - 870px);
        top: 30px;
    }
    .ent-sec-inner>img.abs1 {
        max-height: 736px;
        right: -130px;
    }
    .ent-sec-inner>img.abs2 {
        left: -25px;
    }
    .intro-sec-inner>img.abs2 {
        max-height: 793.5px;
        right: -135px;
        top: -65px;
    }
    .intro-sec-inner>img.abs1 {
        max-height: 793.5px;
        left: -145px;
        top: -65px;
    }
    .intro-sec-inner>img.abs3 {
        max-height: 128px;
        left: 80px;
        bottom: -65px;
    }
    .intro-sec-inner>img.abs4 {
        max-height: 496px;
        bottom: -440px;
        left: 50%;
    }
    .point-sec-child:last-child,
    .point-sec-inner:last-child .point-sec-child:last-child {
        width: 586px;
    }
    .point-sec-child:first-child,
    .point-sec-inner:last-child .point-sec-child:first-child {
        width: calc(100% - 646px);
    }
    .point-sec-child:last-child>img.abs1 {
        max-height: 497px;
        right: -81px;
        top: -80px;
    }
    .point-sec-child:last-child>img.abs2 {
        max-height: 108px;
        left: -40px;
        top: -45px;
    }
    .point-sec-child>p, .special-sec-child>p {
        font-size: 19px;
    }
    .point-title>img {
        max-height: 88px;
    }
    .point-sec-inner:nth-child(n+2) .point-sec-child {
        margin-top: 140px;
    }
    #ent-sec .title-inner.second-title {
        margin-top: 140px;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs1 {
        max-height: 474px;
        right: -110px;
        top: -80px;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs2 {
        max-height: 171px;
    }
    #ent-sec {
        background-size: 100%, 358px, 352px, 427px, 351px, 322px, 427px, 304px;
        padding: 270px 0 165px;
        background-position: center top, calc(50% + 450px) calc(56%), calc(50% - 600px) calc(3%), calc(50% + 580px) calc(40%), calc(50% - 605px) calc(48%), calc(50% + 630px) calc(98%), calc(50% - 590px) calc(102%), left top;
    }
    #point-sec>img.abs1 {
        left: calc(50% - 630px);
        max-height: 212px;
        top: -60px;
    }
    #point-sec {
        background-size: 100%, 140px, 106px, 512px, 430px, 224px, 222px, 512px, 427px, 721px, 441px, 833px, 304px;
        padding: 270px 0 165px;
        background-position: center top, calc(50% - 685px) calc(30%), calc(50% + 675px) calc(63%), calc(50% - 545px) calc(5%), calc(50% + 565px) calc(12%), calc(50% - 680px) calc(45%), calc(50% + 680px) calc(47%), calc(50% - 570px) calc(76%), calc(50% + 600px) calc(106%), calc(50% + 70px) calc(31%), calc(50% + 345px) calc(48%), calc(50% - 245px) calc(77%), left top;
    }
    #special-sec>img.abs3 {
        max-height: 234px;
        top: -60px;
        left: calc(50% - 650px);
    }
    #point-sec>img.abs2 {
        left: calc(50% - 280px);
        max-height: 382px;
        bottom: -230px;
    }
    .special-sec-child>img.abs1 {
        max-height: 483px;
        left: -135px;
        top: -130px;
    }
    .special-sec-child>img.abs2 {
        max-height: 130px;
        right: -25px;
        top: -35px;
    }
    .special-sec-child>img.abs3 {
        max-height: 577px;
        right: -125px;
        top: -210px;
    }
    .special-sec-child>h3 {
        font-size: 40px;
        margin-top: 40px;
        margin-bottom: 35px;
    }
    .special-sec-child>img.abs4 {
        max-height: 66px;
        bottom: 250px;
    }
    #special-sec .title-inner.next-title {
        margin-top: 140px;
    }
    #special-sec>img.abs1 {
        max-height: 510px;
        left: calc(50% - 650px);
    }
    #special-sec>img.abs2 {
        max-height: 510px;
        right: calc(50% - 580px);
    }
    #special-sec {
        background-size: 100%, 292px, 290px, 512px, 430px, 473px, 304px;
        padding: 270px 0 130px;
        background-position: center top, calc(50% - 675px) calc(100%), calc(50% + 640px) calc(100%), calc(50% - 535px) calc(7%), calc(50% + 560px) calc(23%), calc(50% + 430px) calc(62%), left top;
    }
    #ent-sec .title-inner.second-title {
        margin-top: 130px;
    }
}

@media screen and (min-width: 1601px) {
    br.none1601 {
        display: none;
    }
}

@media screen and (max-width: 1550px) {
    #contents05>img.abs2 {
        max-height: 676px;
        left: calc(50% - 785px);
        top: 310px;
    }
    #contents05>img.abs3 {
        max-height: 892px;
        right: calc(50% - 755px);
        top: 100px;
    }
}

@media screen and (max-width: 1500px) {
    .menu-logo img {
        max-height: 60px;
        transition: 0.3s;
    }
    .is-fixed .menu-logo img {
        max-height: 50px;
        transition: 0.3s;
    }
    .menu-logo {
        width: 180px;
    }
    ul.menulist {
        width: calc(100% - 180px);
    }
    ul.menulist li a:after {
        top: -3px;
    }
    .main_wrapper,
    .page-content.faq-page,
    .page-content.goods-page,
    .page-content.hl-page {
        margin-top: 100px;
    }
    .contents05-inner>p,
    #ent-sec .title-inner>p,
    #special-sec .title-inner>p {
        font-size: 22px;
        line-height: 2em;
    }
    #contents05 a.btn-border {
        margin-top: 50px;
    }
    #contents05>img.abs2 {
        max-height: 626px;
        left: calc(50% - 750px);
        top: 315px;
    }
    #contents05>img.abs3 {
        max-height: 812px;
        right: calc(50% - 730px);
        top: 140px;
    }
    .goods-sec-inner img.abs4 {
        max-height: 734px;
        right: -150px;
        bottom: 120px;
    }
    .goods-sec-inner img.abs5 {
        max-height: 163px;
        right: -60px;
        bottom: -25px;
    }
    .goods-sec-inner img.abs1 {
        max-height: 754px;
        left: -160px;
        top: -80px;
    }
    #goodsall .goods-sec-inner img.abs1 {
        left: -190px;
    }
    #goodsall .goods-sec-inner img.abs3 {
        right: -120px;
    }
    #goodsall .goods-sec-inner img.abs4 {
        right: -220px;
        bottom: -300px;
    }
    .hl-page #contents05>img.abs2 {
        max-height: 784px;
        left: calc(50% - 830px);
    }
    .hl-page #contents05>img.abs3 {
        max-height: 774px;
        right: calc(50% - 800px);
        top: 20px;
    }
    #ent-sec,
    #point-sec {
        padding: 260px 0 150px;
    }
    #special-sec {
        padding: 260px 0 130px;
    }
}

@media screen and (max-width: 1450px) {
    .menu-logo {
        width: 150px;
    }
    ul.menulist {
        width: calc(100% - 150px);
    }
    ul.menulist li a {
        font-size: 16px;
    }
    ul.menulist li a:after {
        right: -17px;
    }
    .main_wrapper,
    .page-content.faq-page,
    .page-content.goods-page,
    .page-content.hl-page {
        margin-top: 90px;
    }
    .menu-logo img {
        max-height: 50px;
    }
    .is-fixed .menu-logo img {
        max-height: 45px;
    }
    #news01>img.abs1 {
        max-height: 228px;
        right: calc(50% - 680px);
        top: 50px;
    }
    #contents05>img.abs1 {
        max-height: 272px;
        left: calc(50% - 660px);
        top: -85px;
    }
    div#anc-venue02-2 {
        padding-top: 80px;
        margin-top: -81px;
    }
}

@media screen and (max-width: 1400px) {
    #faq-sec,
    #goodsall-second {
        background-size: 257px, 257px, 334px;
        background-position: calc(50% - 600px) calc(0%), calc(50% + 600px) calc(0%), left top;
    }
    #faq-sec>img.abs3,
    #faq-sec>img.abs4 {
        max-height: 392px;
    }
    #faq-sec>img.abs3 {
        left: calc(50% - 670px);
    }
    #faq-sec>img.abs4 {
        left: calc(50% + 480px);
    }
    .backtop {
        width: 80px;
        height: 192px;
    }
    #news01 {
        background-size: 568px, 440px, 358.5px, 358.5px, 358.5px, 358.5px, 106px;
        background-position:
          calc(50% - 420px) calc(0%),
          calc(50% + 450px) calc(15%),
          calc(50% - 685px) calc(47%),
          calc(50% + 660px) calc(50%),
          calc(50% - 710px) calc(120%),
          calc(50% + 635px) calc(132%),
          left top;
        padding: 130px 0 110px;
    }
    #venue02>img.abs1 {
        max-height: 143px;
        left: calc(50% - 670px);
        top: -25px;
    }
    #venue02>img.abs2 {
        max-height: 171px;
        right: calc(50% - 530px);
        top: -35px;
    }
    #venue02 {
        background-size: 100%, 257px, 257px, 106px;
        background-position: center top, calc(50% - 574px) calc(5%), calc(50% + 570px) calc(0%), left top;
        padding: 280px 0 130px;
    }
    #venue02 .flex2 p {
        font-size: 22px;
        line-height: 2.1em;
    }
    #venue02 .flex2 h4 {
        font-size: 26px;
    }
    #venue02>img.abs3 {
        max-height: 104px;
        right: calc(50% - 640px);
        bottom: 120px;
        z-index: 1;
    }
    .ticket-sec-inner img.abs2 {
        max-height: 735px;
        right: -125px;
        top: -50px;
    }
    .ticket-sec-inner img.abs1 {
        max-height: 192px;
        right: -55px;
        bottom: -55px;
    }
    #guide04>img.abs1 {
        max-height: 189px;
        left: calc(50% - 650px);
        top: -60px;
    }
    #ticket03 {
        background-size: 260px, 414px, 106px;
        background-position: calc(50% - 560px) calc(5%), calc(50% + 470px) calc(100%), left top;
    }
    #guide04 {
        background-size: 356px, 356px;
        background-position: calc(50% - 520px) calc(0%), calc(50% + 520px) calc(40%);
    }
    #contents05>img.abs1 {
        max-height: 242px;
        left: calc(50% - 620px);
        top: -70px;
    }
    .contents05-inner>p,
    #ent-sec .title-inner>p,
    #special-sec .title-inner>p {
        font-size: 21px;
    }
    #contents05>img.abs2 {
        max-height: 536px;
        left: calc(50% - 680px);
        top: 355px;
    }
    #contents05>img.abs3 {
        max-height: 752px;
        right: calc(50% - 690px);
        top: 165px;
    }
    #contents05>img.abs4 {
        max-height: 60px;
        left: calc(50% - 650px);
    }
    #contents05>img.abs5 {
        max-height: 150px;
        right: calc(50% - 675px);
        bottom: 750px;
    }
    #contents05 {
        padding: 130px 0 305px;
        background-size: 417px, 564px, 375px, 422px, 106px;
        background-position: calc(50% + 470px) calc(88%), calc(50% + 420px) calc(5%), calc(50% - 490px) calc(87%), calc(50% - 490px) calc(3%), left top;
    }
    .goods-sec-inner img.abs3 {
        max-height: 282px;
        right: -70px;
        top: -100px;
    }
    .goods-sec-inner img.abs1 {
        max-height: 704px;
        left: -90px;
        top: -115px;
    }
    .goods-sec-inner img.abs4 {
        max-height: 694px;
        right: -120px;
        bottom: 150px;
    }
    #goods06,
    #goodsall {
        padding: 345px 0 130px;
        background-size: 425px, 425px, 106px;
        background-position: calc(50% - 485px) calc(115%), calc(50% + 500px) calc(100%), left top;
    }
    #goodsall {
        padding: 130px 0 180px;
    }
    .goods-sec-inner img.abs2 {
        max-height: 320px;
        left: -90px;
        bottom: 270px;
    }
    #news01 .loop_wrap2,
    #news01 .loop_wrap2 div img {
        height: 250px;
    }
    #goods06 .loop_wrap,
    #goods06 .loop_wrap div img {
        height: 350px;
    }
    #goods06 .loop-sec {
        margin-top: -520px;
    }
    #news01 .flex.youtube {
        margin-top: 70px;
    }
    .message-inner {
        margin-top: 60px;
    }
    #goodsall .goods-sec-inner img.abs1 {
        left: -165px;
    }
    #goodsall .goods-sec-inner img.abs4 {
        right: -170px;
    }
    .hl-page #contents05>img.abs2 {
        max-height: 734px;
        left: calc(50% - 790px);
    }
    .hl-page #contents05>img.abs3 {
        max-height: 724px;
        right: calc(50% - 760px);
    }
    #ent-sec {
        background-size: 100%, 328px, 322px, 397px, 321px, 292px, 397px, 274px;
        padding: 250px 0 140px;
        background-position: center top, calc(50% + 360px) calc(55%), calc(50% - 520px) calc(5%), calc(50% + 490px) calc(41%), calc(50% - 520px) calc(48%), calc(50% + 535px) calc(100%), calc(50% - 510px) calc(105%), left top;
    }
    #special-sec img.title-img, #ent-sec img.title-img, .hl-page #contents05 img.title-img {
        max-height: 98px;
    }
    #ent-sec .title-inner img.abs1 {
        max-height: 150px;
        left: calc(50% - 520px);
        top: 160px;
    }
    #ent-sec .title-inner img.abs2 {
        max-height: 201px;
        right: calc(50% - 570px);
        top: 130px;
    }
    .ent-sec-inner>img.abs1 {
        max-height: 706px;
        right: -120px;
    }
    .ent-sec-inner>img.abs2 {
        max-height: 129px;
    }
    #ent-sec .title-inner img.abs3 {
        max-height: 171px;
        left: calc(50% - 540px);
        top: 175px;
    }
    #ent-sec .title-inner img.abs4 {
        max-height: 162px;
        right: calc(50% - 575px);
        top: 175px;
    }
    .intro-sec-inner>img.abs1,
    .intro-sec-inner>img.abs2 {
        max-height: 773.5px;
    }
    .intro-sec-inner>img.abs3 {
        max-height: 123px;
        left: 75px;
        bottom: -60px;
    }
    .intro-sec-inner>img.abs4 {
        max-height: 456px;
        bottom: -405px;
        left: 53%;
    }
    #point-sec>img.abs1 {
        left: calc(50% - 575px);
        max-height: 192px;
        top: -50px;
    }
    .point-sec-child:last-child>img.abs1 {
        max-height: 467px;
        right: -76px;
        top: -75px;
    }
    .point-title>img {
        max-height: 83px;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs1 {
        max-height: 454px;
        right: -103px;
        top: -75px;
    }
    .point-sec-inner:nth-child(n+2) .point-sec-child {
        margin-top: 130px;
    }
    #point-sec {
        background-size: 100%, 130px, 96px, 462px, 390px, 204px, 202px, 462px, 397px, 571px, 411px, 783px, 274px;
        padding: 250px 0 140px;
        background-position: center top, calc(50% - 625px) calc(29%), calc(50% + 620px) calc(63%), calc(50% - 460px) calc(4%), calc(50% + 500px) calc(12%), calc(50% - 655px) calc(45%), calc(50% + 595px) calc(46%), calc(50% - 460px) calc(73%), calc(50% + 500px) calc(110%), calc(50% + 60px) calc(31%), calc(50% + 250px) calc(45%), calc(50% - 330px) calc(72%), left top;
    }
    #point-sec>img.abs2 {
        left: calc(50% - 255px);
        max-height: 352px;
        bottom: -220px;
    }
    #special-sec>img.abs3 {
        max-height: 214px;
        top: -50px;
        left: calc(50% - 570px);
    }
    #special-sec>img.abs1 {
        max-height: 450px;
        left: calc(50% - 590px);
    }
    #special-sec>img.abs2 {
        max-height: 450px;
        right: calc(50% - 520px);
    }
    #special-sec {
        background-size: 100%, 262px, 260px, 462px, 390px, 423px, 274px;
        padding: 250px 0 130px;
        background-position: center top, calc(50% - 585px) calc(100%), calc(50% + 560px) calc(100%), calc(50% - 465px) calc(7%), calc(50% + 500px) calc(26%), calc(50% + 355px) calc(67%), left top;
    }
    #special-sec .title-inner.next-title {
        margin-top: 130px;
    }
}

@media screen and (max-width: 1350px) {
    ul.menulist li a {
        font-size: 15px;
    }
    .menu_wrapper {
      padding: 18px 0;
    }
    ul.menulist li {
        padding: 0 40px;
    }
    .main_wrapper,
    .page-content.faq-page,
    .page-content.goods-page,
    .page-content.hl-page {
        margin-top: 86px;
    }
    #faq-sec>img.abs3,
    #faq-sec>img.abs4 {
        max-height: 342px;
    }
    #faq-sec>img.abs3 {
        left: calc(50% - 630px);
    }
    #faq-sec>img.abs4 {
        left: calc(50% + 460px);
    }
    div#anc-goods06 {
        padding-top: 200px;
        margin-top: -201px;
    }
    #goodsall .goods-sec-inner img.abs3 {
        right: -60px;
    }
    #goodsall .goods-sec-inner img.abs2 {
        left: -85px;
        bottom: -95px;
    }
    #goodsall .goods-sec-inner img.abs4 {
        right: -150px;
        bottom: -280px;
    }
    #goodsall .goods-sec-inner img.abs1 {
        left: -140px;
        top: -330px;
    }
    .hl-page #contents05>img.abs2 {
        max-height: 684px;
        left: calc(50% - 760px);
        top: 75px;
    }
    .hl-page #contents05>img.abs3 {
        max-height: 674px;
        right: calc(50% - 720px);
        top: 45px;
    }
    .ent-sec-inner>img.abs1 {
        right: -80px;
    }
}

@media screen and (max-width: 1300px) {
    .anniversary-child:first-child {
        width: 550px;
    }
    .anniversary-child:last-child {
        width: calc(100% - 590px);
    }
    .anniversary-child>h3 {
        font-size: 72px;
        margin-bottom: 25px;
    }
    .anniversary-child>h4 {
        font-size: 36px;
        margin-bottom: 25px;
        line-height: 1.6em;
    }
    .anniversary-child>h4>span {
        font-size: 58px;
    }
    .anniversary-child>h5 {
        font-size: 24px;
    }
    #news01>img.abs1 {
        max-height: 198px;
        right: calc(50% - 630px);
        top: 60px;
    }
    #venue02>img.abs2 {
        max-height: 161px;
        right: calc(50% - 520px);
        top: -60px;
    }
    #venue02>img.abs1 {
        max-height: 133px;
        left: calc(50% - 600px);
        top: -20px;
    }
    #ticket03>img.abs1 {
        left: calc(50% - 590px);
    }
    #venue02>img.abs3 {
        right: calc(50% - 590px);
        bottom: 110px;
    }
    #ticket03 .title-inner h4 {
        font-size: 31px;
    }
    .ticket-table-inner {
        max-width: 630px;
    }
    .ticket-table td, .ticket-table th {
        padding: 12px;
    }
    .ticket-sec-inner img.abs2 {
        max-height: 705px;
        right: -85px;
        top: -40px;
    }
    .ticket-sec-inner img.abs1 {
        max-height: 172px;
        right: -40px;
        bottom: -40px;
    }
    #guide04>img.abs1 {
        left: calc(50% - 580px);
    }
    .guide-attenntion-inner img.abs1 {
        max-height: 105px;
        right: -30px;
        top: -15px;
    }
    .contents05-inner {
        max-width: 100%;
    }
    #contents05>img.abs2,
    #contents05>img.abs3 {
        max-height: 0;
    }
    .contents05-inner2>img.abs1 {
        display: block;
        max-height: 342px;
        top: -342px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .contents05-inner2 {
        margin-top: 412px;
    }
    .goods-sec-inner img.abs1 {
        max-height: 654px;
        left: -50px;
        top: -140px;
    }
    .goods-sec-inner img.abs3 {
        max-height: 252px;
        right: -40px;
        top: -120px;
    }
    .goods-sec-inner img.abs4 {
        max-height: 644px;
        right: -80px;
        bottom: 170px;
    }
    .goods-sec-inner img.abs2 {
        max-height: 290px;
        left: -45px;
        bottom: 310px;
    }
    .goods-sec-inner img.abs5 {
        max-height: 133px;
        right: -35px;
        bottom: -20px;
    }
    #goodsall .goods-sec-inner img.abs1 {
        left: -120px;
        top: -300px;
    }
    #goodsall .goods-sec-inner img.abs2 {
        left: -60px;
        bottom: -85px;
    }
    #goodsall .goods-sec-inner img.abs4 {
        right: -120px;
        bottom: -230px;
    }
    .hl-page #contents05>img.abs2 {
        max-height: 354px;
        left: calc(50% - 590px);
        top: 10px;
    }
    .hl-page #contents05>img.abs3 {
        max-height: 344px;
        right: calc(50% - 590px);
        top: 10px;
    }
    .intro-sec-inner>img.abs1, .intro-sec-inner>img.abs2 {
        max-height: 753.5px;
    }
    .intro-sec-inner>img.abs1 {
        left: -115px;
        top: -60px;
    }
    .intro-sec-inner>img.abs2 {
        right: -115px;
        top: -60px;
    }
    .point-sec-child:last-child>img.abs1 {
        max-height: 447px;
        right: -60px;
        top: -70px;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs1 {
        max-height: 434px;
        right: -90px;
        top: -70px;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs2 {
        max-height: 156px;
    }
}

@media screen and (min-width: 1301px) {
    .contents05-inner2>img.abs1 {
        display: none;
    }
}

@media screen and (max-width: 1250px) {
    .ticket-sec-inner img.abs2 {
        max-height: 675px;
        right: -60px;
        top: 20px;
    }
    .ent-sec-inner>img.abs1 {
        right: -40px;
        max-height: 686px;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs1 {
        right: -65px;
    }
    .special-sec-child>img.abs1 {
        max-height: 453px;
        left: -125px;
        top: -110px;
    }
    .special-sec-child>img.abs3 {
        max-height: 537px;
        right: -105px;
        top: -195px;
    }
}

@media screen and (max-width: 1199px) {
    .menu_wrapper {
        padding: 15px 0;
        transition: 0.3s;
    }
    .menu_wrapper.is-fixed {
        padding: 12px 0;
        transition: 0.3s;
    }
    .main_wrapper,
    .page-content.faq-page,
    .page-content.goods-page,
    .page-content.hl-page {
        margin-top: 80px;
    }
    .news-detail p {
        font-size: 15px;
        letter-spacing: 0.04em;
    }
    .anniversary-child:first-child {
        width: 430px;
    }
    .anniversary-child:last-child {
        width: calc(100% - 460px);
    }
    .anniversary-child>h4>span {
        font-size: 54px;
    }
    .anniversary-child>h4 {
        font-size: 34px;
        line-height: 1.5em;
        letter-spacing: 0.03em;
        margin-right: -0.03em;
    }
    .anniversary-child>h3 {
        font-size: 68px;
    }
    .anniversary-child>h5 {
        font-size: 23px;
        line-height: 1.6em;
    }
    #news01 .loop-sec {
        margin-top: 110px;
    }
    #news01 {
        background-size: 498px, 390px, 328.5px, 328.5px, 328.5px, 328.5px, 106px;
        background-position: calc(50% - 335px) calc(0%), calc(50% + 380px) calc(15%), calc(50% - 580px) calc(47%), calc(50% + 595px) calc(50%), calc(50% - 625px) calc(125%), calc(50% + 580px) calc(132%), left top;
        padding: 110px 0 100px;
    }
    #news01>img.abs1 {
        max-height: 178px;
        right: calc(50% - 550px);
        top: 50px;
    }
    .news-sns-inner {
        margin-top: 90px;
    }
    img.sub-title-img {
        max-height: 75px;
    }
    .news-sns-inner img.sub-title-img {
        margin-bottom: 25px;
    }
    .news-sns-child {
        width: calc(50% - 25px);
    }
    #news01 .stripe-btn a.btn-border>span {
        font-size: 30px;
        padding: 25px 30px;
    }
    #news01 a.btn-border>span>span {
        font-size: 20px;
        margin-left: 12px;
    }
    #news01 a.btn-border>span>span:last-child {
        font-size: 16px;
        margin-left: 15px;
    }
    .news-child {
        max-height: 299px;
        height: 299px;
    }
    #news01 .message-sec-inner .title-inner {
        margin-top: -109px;
    }
    .message-sec-inner {
        margin-top: 130px;
    }
    .message-child>h3 {
        font-size: 28px;
        letter-spacing: 0.04em;
        background-size: 60px;
        padding-left: 70px;
        line-height: 54px;
        margin-bottom: 20px;
    }
    .message-child>h3>span {
        font-size: 32px;
    }
    .message-child:first-child {
        width: 260px;
    }
    .message-child:last-child {
        width: calc(100% - 280px);
    }
    .message-inner {
        margin-top: 40px;
    }
    .message-detail-child:first-child {
        width: calc(100% - 170px);
    }
    .message-detail-child p {
        font-size: 16px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .message-detail-child:last-child {
        width: 150px;
    }
    #news01 .flex.youtube {
        margin-top: 50px;
    }
    .message-sec-inner>img.abs1 {
        max-height: 119px;
        right: calc(50% - 490px);
        top: -25px;
    }
    #venue02>img.abs1 {
        max-height: 113px;
        left: calc(50% - 480px);
        top: -10px;
    }
    #venue02>img.abs2 {
        max-height: 141px;
        right: calc(50% - 465px);
        top: -35px;
    }
    #venue02 .title-inner {
        margin-top: -128px;
    }
    .about-inner>h3 {
        font-size: 40px;
        margin-top: 20px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }
    .about-inner>h3>span {
        font-size: 26px;
        margin-left: 40px;
    }
    .about-inner>h4 {
        font-size: 24px;
    }
    .about-child>p {
        font-size: 16px;
    }
    .about-child>p:first-child {
        width: 110px;
    }
    .about-child>p:last-child {
        width: calc(100% - 130px);
    }
    .about-inner {
        max-width: 580px;
    }
    .about-sec-inner img.abs2 {
        max-height: 650px;
        right: 0;
        top: -100px;
        z-index: 1;
    }
    #venue02 {
        background-size: 100%, 227px, 227px, 106px;
        background-position: center top, calc(50% - 490px) calc(5%), calc(50% + 490px) calc(0%), left top;
        padding: 250px 0 110px;
    }
    #venue02 .flex1 .venue-list>img {
        max-width: 158px;
        top: -60px;
    }
    #venue02 .flex1 .venue-list {
        width: calc(100% / 3 - 15px);
        padding: 25px;
        padding-top: 65px;
        border-radius: 5px;
    }
    .news-inner {
        border-radius: 15px;
    }
    #venue02 .flex1 .venue-list h4 {
        font-size: 19px;
        min-height: 50px;
        line-height: 1.3em;
    }
    #venue02 .flex1 .venue-list p {
        margin-bottom: 15px;
        font-size: 17px;
        letter-spacing: 0;
        text-indent: 0;
    }
    #venue02 .stripe-btn a.btn-border>span {
        padding: 15px;
        font-size: 17px;
    }
    #venue02 .flex1 {
        margin-top: 120px;
    }
    #venue02 .flex1 .venue-list:nth-child(n+4) {
        margin-top: 110px;
    }
    #venue02 .flex2.venue-att img.abs {
        max-height: 106px;
        top: -60px;
    }
    #venue02 .flex2 {
        margin-top: 90px;
        padding: 40px 50px;
        border-radius: 5px;
    }
    #venue02 .flex2 h4 {
        font-size: 24px;
    }
    #venue02 .flex2 p {
        font-size: 20px;
        line-height: 2em;
    }
    #venue02>img.abs3 {
        right: calc(50% - 490px);
        bottom: 95px;
        max-height: 94px;
    }
    #ticket03>img.abs1 {
        left: calc(50% - 485px);
        max-height: 107px;
    }
    #ticket03 .title-inner {
        margin-top: -125px;
        margin-bottom: 45px;
    }
    #ticket03 img.title-img {
        margin-bottom: 40px;
    }
    #ticket03 .title-inner h4 {
        font-size: 30px;
    }
    .ticket-table-inner {
        max-width: 610px;
    }
    table.ticket-table, .ticket-table td, .ticket-table th {
        font-size: 17px;
        line-height: 1.3em;
    }
    .ticket-sec-inner img.abs2 {
        max-height: 525px;
        right: -110px;
        top: 130px;
    }
    .ticket-detail-inner {
        border-radius: 12px;
        padding: 35px 50px;
    }
    .ticket-detail-child:first-child {
        width: calc(100% - 383px);
    }
    .ticket-detail-child:last-child {
        width: 348px;
    }
    .ticket-btn-inner>img {
        max-height: 55px;
    }
    .guide04-btn-inner .stripe-btn {
        width: calc(100% / 3 - 10px);
    }
    .guide04-btn-inner .stripe-btn a.btn-border>span {
        padding: 20px 20px;
    }
    a.btn-border>span {
        font-size: 24px;
        letter-spacing: 0.06em;
        text-indent: 0.06em;
        border-radius: 12px;
        width: 550px;
    }
    a.btn-border:before {
        border-radius: 0 0 12px 12px;
    }
    a.btn-border>span>span {
        font-size: 12px;
        letter-spacing: 0.08em;
        text-indent: 0.08em;
        margin-top: 3px;
    }
    a.btn-border>span:before {
        width: 15px;
        height: 15px;
        right: 20px;
    }
    #ticket03 {
        background-size: 230px, 364px, 106px;
        background-position: calc(50% - 485px) calc(5%), calc(50% + 400px) calc(100%), left top;
        padding: 160px 0 110px;
    }
    .ticket-sec-inner img.abs1 {
        max-height: 152px;
    }
    #guide04>img.abs1 {
        left: calc(50% - 550px);
        top: -50px;
        max-height: 179px;
    }
    .guide04-child img.guide-img {
        max-height: 370px;
    }
    .guide04-child img.abs {
        max-height: 433px;
        bottom: -10px;
        right: 295px;
    }
    .guide04-child {
        width: 100%;
    }
    #faq-sec {
        padding: 110px 0;
        background-size: 207px, 207px, 334px;
        background-position: calc(50% - 500px) calc(0%), calc(50% + 500px) calc(0%), left top;
    }
    #goodsall-second {
        background-size: 207px, 207px, 334px;
        background-position: calc(50% - 500px) calc(0%), calc(50% + 500px) calc(0%), left top;
        padding: 150px 0 110px;
    }
    #faq-sec img.title-img {
        max-height: 100px;
    }
    .faq-sec-inner>img.abs1 {
        max-height: 152px;
        top: -155px;
    }
    .faq-sec-inner {
        margin-top: 215px;
    }
    .title-inner>h4 {
        font-size: 38px;
    }
    #faq-sec>img.abs1 {
        max-height: 142px;
        left: calc(50% - 390px);
        top: 140px;
    }
    #faq-sec>img.abs2 {
        max-height: 132px;
        left: calc(50% + 250px);
        top: 150px;
    }
    .goods-sec-inner, .ticket-sec-inner, .about-sec-inner, .message-sec-inner, .faq-sec-inner {
        padding: 65px;
    }
    #faq-sec>img.abs3, #faq-sec>img.abs4 {
        max-height: 312px;
    }
    #faq-sec>img.abs3 {
        left: calc(50% - 530px);
    }
    #faq-sec>img.abs4 {
        left: calc(50% + 380px);
    }
    .faq-sec-child h3 {
        font-size: 19px;
        letter-spacing: 0.1em;
        margin-bottom: 12px;
    }
    .faq-sec-child p {
        font-size: 15px;
        letter-spacing: 0.1em;
        padding-left: 30px;
    }
    .faq-sec-child {
        padding-bottom: 30px;
    }
    .faq-sec-child:nth-child(n+3) {
        padding-top: 30px;
    }
    .backtop {
        width: 75px;
        height: 180px;
    }
    img.title-img {
        max-height: 102px;
    }
    .guide04-child img.abs {
        max-height: 413px;
        position: relative;
        bottom: 10px;
        right: auto;
        margin-right: 15px;
    }
    .guide04-child:nth-child(2) {
        text-align: center;
        margin-top: 50px;
    }
    .goods-sec-attenntion {
        border-radius: 12px;
        padding: 50px 55px;
        margin-top: 70px;
    }
    #guide04 {
        background-size: 326px, 326px;
        background-position: calc(50% - 440px) calc(0%), calc(50% + 440px) calc(105%);
        padding: 110px 0;
    }
    .guide-attenntion-inner img.abs1 {
        max-height: 95px;
        right: -40px;
        top: -50px;
    }
    #contents05>img.abs1 {
        max-height: 222px;
        left: calc(50% - 520px);
        top: -75px;
    }
    #contents05 {
        padding: 110px 0 260px;
        background-size: 387px, 514px, 345px, 392px, 106px;
        background-position: calc(50% + 385px) calc(95%), calc(50% + 360px) calc(0%), calc(50% - 410px) calc(92%), calc(50% - 405px) calc(3%), left top;
    }
    #goods06 .loop_wrap, #goods06 .loop_wrap div img {
        height: 300px;
    }
    #goods06 .loop-sec {
        margin-top: -465px;
    }
    #goods06,
    #goodsall {
        padding: 315px 0 110px;
        background-size: 395px, 395px, 106px;
        background-position: calc(50% - 400px) calc(105%), calc(50% + 410px) calc(40%), left top;
    }
    #goodsall {
        padding: 110px 0 150px;
    }
    #goodsall .goods-sec-inner img.abs4 {
        right: -155px;
        bottom: -215px;
    }
    #goods06 .title-inner {
        margin-top: -127px;
    }
    img.title-img {
        margin-bottom: 35px;
    }
    .goods-img-detail>p {
        font-size: 27px;
        background-size: 25px;
        background-position: left top 7px;
        padding-left: 30px;
    }
    .goods-sec-inner img.abs1 {
        max-height: 604px;
        left: -80px;
        top: -100px;
    }
    .goods-sec-inner img.abs3 {
        max-height: 222px;
        right: -40px;
        top: -100px;
    }
    .goods-sec-inner img.abs4 {
        max-height: 594px;
        right: -125px;
        bottom: 305px;
    }
    #venue02 .flex1 .venue-list p.min2 {
        min-height: 55px;
    }
    .contact-inner {
        margin-top: 110px;
        padding: 40px 70px;
    }
    .contact-inner img {
        max-height: 42px;
    }
    .contact-inner h4 {
        font-size: 26px;
    }
    .goodsall-sec-child:last-child>img {
        max-height: 60px;
    }
    .goodsall-sec-child:last-child>h4 {
        font-size: 32px;
    }
    #special-sec img.title-img, #ent-sec img.title-img, .hl-page #contents05 img.title-img {
        max-height: 92px;
    }
    .ent-sec-inner>img.abs1 {
        right: -80px;
        max-height: 626px;
    }
    #ent-sec .title-inner img.abs1 {
        max-height: 140px;
        left: calc(50% - 440px);
        top: 150px;
    }
    #ent-sec .title-inner img.abs2 {
        max-height: 181px;
        right: calc(50% - 490px);
        top: 120px;
    }
    #ent-sec .title-inner img.abs3 {
        max-height: 161px;
        left: calc(50% - 490px);
        top: 170px;
    }
    #ent-sec .title-inner img.abs4 {
        max-height: 152px;
        right: calc(50% - 530px);
        top: 180px;
    }
    .intro-sec-inner>img.abs1, .intro-sec-inner>img.abs2 {
        max-height: 673.5px;
    }
    .intro-sec-inner>img.abs3 {
        max-height: 108px;
        left: 80px;
        bottom: -55px;
    }
    #point-sec>img.abs1 {
        left: calc(50% - 480px);
        max-height: 166px;
        top: -50px;
    }
    #ent-sec {
        background-size: 100%, 298px, 292px, 367px, 291px, 262px, 357px, 234px;
        padding: 225px 0 120px;
        background-position: center top, calc(50% + 270px) calc(56%), calc(50% - 435px) calc(3%), calc(50% + 420px) calc(41%), calc(50% - 430px) calc(48%), calc(50% + 450px) calc(100%), calc(50% - 430px) calc(105%), left top;
    }
    #ent-sec .title-inner img.abs5 {
        max-height: 92px;
        top: -120px;
    }
    #ent-sec .title-inner.second-title,
    #special-sec .title-inner.next-title,
    .point-sec-inner:nth-child(n+2) .point-sec-child {
        margin-top: 120px;
    }
    .intro-sec-inner>img.abs4 {
        max-height: 426px;
        bottom: -375px;
        left: 55%;
    }
    .point-sec-child:first-child, .point-sec-inner:last-child .point-sec-child:first-child,
    .point-sec-child:last-child, .point-sec-inner:last-child .point-sec-child:last-child {
        width: 100%;
    }
    .point-title>img {
        max-height: 78px;
    }
    .point-title>h3 {
        font-size: 46px;
    }
    .point-sec-child>p, .special-sec-child>p {
        font-size: 18px;
    }
    .point-sec-child:last-child, .point-sec-inner:last-child .point-sec-child:last-child {
        margin-top: 50px;
    }
    .point-sec-child:last-child>img.abs2 {
        max-height: 98px;
        left: -10px;
        top: -10px;
    }
    .point-sec-child:last-child>img.abs1 {
        max-height: 547px;
        right: -90px;
        top: 0;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs1 {
        max-height: 534px;
        right: -90px;
        top: 0;
    }
    #special-sec>img.abs3 {
        max-height: 184px;
        top: -45px;
        left: calc(50% - 485px);
    }
    #point-sec>img.abs2 {
        left: calc(50% - 200px);
        max-height: 322px;
        bottom: -220px;
    }
    #point-sec {
        background-size: 100%, 0, 0, 412px, 360px, 184px, 182px, 412px, 367px, 521px, 381px, 733px, 254px;
        padding: 225px 0 120px;
        background-position: center top, calc(50% - 625px) calc(29%), calc(50% + 620px) calc(63%), calc(50% - 385px) calc(3%), calc(50% + 420px) calc(28%), calc(50% - 495px) calc(40%), calc(50% + 500px) calc(49%), calc(50% - 385px) calc(64%), calc(50% + 415px) calc(103%), calc(50% + 110px) calc(37%), calc(50% + 210px) calc(47%), calc(50% - 300px) calc(63%), left top;
    }
    #special-sec {
        background-size: 100%, 232px, 230px, 412px, 360px, 393px, 244px;
        padding: 225px 0 110px;
        background-position: center top, calc(50% - 500px) calc(100%), calc(50% + 470px) calc(100%), calc(50% - 385px) calc(7%), calc(50% + 410px) calc(26%), calc(50% + 260px) calc(62%), left top;
    }
    .special-sec-child {
        width: calc(50% - 25px);
    }
    .special-sec-child>h3 {
        font-size: 36px;
        margin-top: 35px;
        margin-bottom: 30px;
        letter-spacing: 0.04em;
    }
    .special-sec-child>img.abs3 {
        max-height: 437px;
        right: -94px;
        top: -150px;
    }
    .special-sec-child>img.abs1 {
        max-height: 393px;
        left: -110px;
        top: -105px;
    }
    .special-sec-child>img.abs2 {
        max-height: 100px;
    }
    .special-sec-child>img.abs4 {
        max-height: 51px;
        bottom: 260px;
    }
    #special-sec .title-inner.next-title>img.title-img {
        max-height: 178px;
    }
    #special-sec>img.abs1 {
        max-height: 380px;
        left: calc(50% - 520px);
    }
    #special-sec>img.abs2 {
        max-height: 380px;
        right: calc(50% - 450px);
    }
    .hl-page #contents05 {
        padding: 110px 0 80px;
    }
    .hl-page #contents05>img.abs2 {
        max-height: 334px;
        left: calc(50% - 560px);
        top: 10px;
    }
    .hl-page #contents05>img.abs3 {
        max-height: 324px;
        right: calc(50% - 550px);
        top: 5px;
    }
    .about-sec-inner img.abs3 {
        max-height: 116px;
        left: 65px;
        bottom: -65px;
    }
    .goods-img-detail:nth-child(1)>img, .goods-img-detail:nth-child(2)>img {
        max-height: 441px;
    }
}

@media screen and (max-width: 1150px) {
    ul.menulist li {
        padding: 0 35px;
    }
    .ticket-sec-inner img.abs2 {
        max-height: 495px;
        right: -90px;
        top: 150px;
    }
    .goods-sec-inner img.abs4 {
        max-height: 594px;
        right: -105px;
        bottom: -20px;
    }
    .goods-sec-inner img.abs5 {
        max-height: 0;
    }
    .hl-page #contents05>img.abs2 {
        left: calc(50% - 555px);
    }
    .hl-page #contents05>img.abs3 {
        right: calc(50% - 545px);
    }
}

@media screen and (max-width: 1100px) {
    .menu-logo {
        width: 130px;
    }
    ul.menulist {
        width: calc(100% - 130px);
    }
    .main_wrapper,
    .page-content.faq-page,
    .page-content.goods-page,
    .page-content.hl-page {
        margin-top: 73px;
    }
    #news01>img.abs1 {
        max-height: 0;
    }
    #ticket03 .title-inner h4 {
        font-size: 29px;
    }
    .ticket-table-inner {
        max-width: 585px;
    }
    .ticket-sec-inner img.abs2 {
        max-height: 465px;
        right: -50px;
        top: 180px;
    }
    .goods-sec-inner img.abs1 {
        max-height: 554px;
        left: -65px;
        top: -95px;
    }
    .goods-sec-inner img.abs3 {
        max-height: 202px;
    }
    .goods-sec-inner img.abs2 {
        max-height: 270px;
        left: -17px;
        bottom: 325px;
    }
    .goods-sec-inner img.abs4 {
        max-height: 544px;
        right: -90px;
        bottom: -60px;
    }
    .anniversary-child>h3 {
        font-size: 66px;
    }
    div#anc-venue02-2 {
        padding-top: 50px;
        margin-top: -51px;
    }
    div#anc-ticket03 {
        padding-top: 200px;
        margin-top: -201px;
    }
    div#anc-contents05 {
        padding-top: 150px;
        margin-top: -151px;
    }
    #goodsall .goods-sec-inner img.abs1 {
        left: -105px;
        top: -270px;
    }
    #goodsall .goods-sec-inner img.abs3 {
        right: -40px;
        top: -140px;
    }
    #goodsall .goods-sec-inner img.abs4 {
        right: -105px;
        bottom: -275px;
    }
    #ent-sec,
    #point-sec {
        padding: 210px 0 120px;
    }
    #special-sec {
        padding: 210px 0 110px;
    }
    .point-sec-child:last-child>img.abs1 {
        right: -70px;
    }
    .point-sec-inner:nth-child(n+2) .point-sec-child {
        margin-top: 110px;
    }
}

@media screen and (max-width: 1024px) {
    ul.menulist li a:after {
        right: -15px;
        width: 8px;
        height: 8px;
    }
    ul.menulist li {
        padding: 0 30px;
    }
    #faq-sec>img.abs3, #faq-sec>img.abs4 {
        max-height: 282px;
    }
    #faq-sec>img.abs3 {
        left: calc(50% - 520px);
    }
    .ticket-table td, .ticket-table th {
        padding: 12px 10px;
    }
    table.ticket-table, .ticket-table td, .ticket-table th {
        font-size: 16px;
        line-height: 1.25em;
    }
    .ticket-table td span {
        font-size: 12px;
        margin-left: 0;
    }
    .ticket-table-inner {
        max-width: 510px;
    }
    .ticket-sec-inner img.abs2 {
        max-height: 460px;
        right: 25px;
        top: 175px;
    }
    .goods-sec-inner img.abs1 {
        max-height: 504px;
        left: -40px;
        top: -130px;
    }
    .goods-sec-inner img.abs3 {
        max-height: 182px;
        right: -20px;
        top: -80px;
    }
    .goods-img-detail>p {
        font-size: 26px;
        background-size: 24px;
    }
    .goods-sec-inner img.abs4 {
        max-height: 494px;
        right: -50px;
        bottom: 230px;
    }
    .goods-sec-inner img.abs5 {
        max-height: 123px;
        right: -25px;
        bottom: -20px;
    }
    .goods-sec-attenntion {
        padding: 45px 50px;
    }
    a.btn-border>span {
        width: 520px;
    }
    #goodsall .goods-sec-inner img.abs1 {
        left: -90px;
        top: -235px;
    }
    #goodsall .goods-sec-inner img.abs3 {
        right: -40px;
        top: -90px;
    }
    #goodsall .goods-sec-inner img.abs4 {
        right: -85px;
        bottom: -285px;
    }
    .goodsall-sec-child:last-child>h4 {
        font-size: 30px;
    }
    .hl-page #contents05>img.abs3 {
        max-height: 324px;
        right: calc(50% - 530px);
        top: 15px;
    }
    .hl-page #contents05>img.abs2 {
        max-height: 334px;
        left: calc(50% - 540px);
        top: 15px;
    }
}

@media screen and (max-width: 991px) {
    .backtop {
        width: 70px;
        height: 168px;
        bottom: 20px;
        right: 20px;
    }
    ul.menulist li {
        padding: 0 28px;
    }
    footer small {
        font-size: 15px;
    }
    #banner.content_wrapper {
        padding: 60px 0;
    }
    #banner.content_wrapper .row>div:nth-child(n+3) {
        margin-top: 30px;
    }
    .anniversary-child:first-child,
    .anniversary-child:last-child,
    .message-child:first-child,
    .message-child:last-child {
        width: 100%;
    }
    .anniversary-child:first-child>img {
        max-height: 300px;
    }
    .anniversary-child:first-child {
        text-align: center;
    }
    .anniversary-child:last-child {
        margin-top: 50px;
    }
    #news01 {
        background-size: 448px, 350px, 298.5px, 298.5px, 298.5px, 298.5px, 106px;
        background-position:
          calc(50% - 270px) calc(0%),
          calc(50% + 290px) calc(20%),
          calc(50% - 480px) calc(50%),
          calc(50% + 440px) calc(50%),
          calc(50% - 480px) calc(100%),
          calc(50% + 470px) calc(100%),
          left top;
        padding: 100px 0 90px;
    }
    #news01 .loop-sec {
        margin-top: 100px;
    }
    #news01 .loop_wrap2, #news01 .loop_wrap2 div img {
        height: 220px;
    }
    .news-sns-inner {
        margin-top: 80px;
    }
    .news-inner {
        border-radius: 12px;
        padding: 25px 0;
    }
    .news-detail p {
        font-size: 14px;
    }
    .news-detail p:nth-child(2) {
        margin-top: 8px;
    }
    img.sub-title-img {
        max-height: 70px;
    }
    .news-sns-child {
        width: calc(50% - 20px);
    }
    .news-child {
        max-height: 253px;
        height: 253px;
        padding-left: 30px;
        padding-right: 15px;
    }
    #news01 .stripe-btn a.btn-border>span {
        font-size: 25px;
        padding: 20px;
    }
    #news01 a.btn-border>span>span {
        font-size: 16px;
        margin-left: 10px;
    }
    #news01 a.btn-border>span>span:last-child {
        font-size: 14px;
        margin-left: 10px;
    }
    #news01 a.btn-border>span:before {
        width: 13px;
        height: 13px;
        right: 15px;
    }
    #news01 .message-sec-inner .title-inner {
        margin-top: -101px;
    }
    .message-sec-inner {
        margin-top: 115px;
    }
    .message-child:first-child>img {
        max-height: 444px;
    }
    .message-child:first-child {
        text-align: center;
    }
    .message-inner {
        margin-top: 45px;
    }
    .message-child>h3 {
        font-size: 26px;
        background-size: 52px;
        padding-left: 62px;
        line-height: 48px;
        display: inline-block;
    }
    .message-child>h3>span {
        font-size: 30px;
    }
    .message-child:last-child {
        margin-top: 30px;
        text-align: center;
    }
    .message-detail-child:first-child {
        width: calc(100% - 260px);
    }
    .message-detail-child p {
        font-size: 15px;
        margin-bottom: 9px;
        padding-bottom: 9px;
    }
    .message-detail-child:last-child {
        width: 230px;
    }
    #news01 .flex.youtube {
        margin-top: 40px;
    }
    .message-sec-inner>img.abs1 {
        max-height: 109px;
        right: calc(50% - 380px);
        top: -15px;
    }
    #venue02>img.abs2 {
        max-height: 121px;
        right: calc(50% - 360px);
        top: -20px;
    }
    #venue02>img.abs1 {
        max-height: 103px;
        left: calc(50% - 400px);
        top: -10px;
    }
    #venue02 {
        background-size: 100%, 207px, 207px, 106px;
        background-position: center top, calc(50% - 395px) calc(5%), calc(50% + 390px) calc(0%), left top;
        padding: 230px 0 100px;
    }
    #venue02 .title-inner {
        margin-top: -115px;
    }
    .about-inner>h3 {
        font-size: 38px;
        margin-top: 15px;
        padding-bottom: 13px;
        margin-bottom: 22px;
    }
    .about-inner>h3>span {
        font-size: 25px;
        margin-left: 30px;
    }
    .about-inner>h4 {
        font-size: 22px;
    }
    .about-child.border {
        margin-top: 15px;
    }
    .about-child>p {
        font-size: 15px;
    }
    .about-child>p:first-child,
    .about-child>p:last-child {
        width: 100%;
    }
    .about-sec-inner img.abs2 {
        max-height: 450px;
        right: 30px;
        top: auto;
        bottom: 50px;
    }
    #venue02 .flex1 .venue-list {
        width: calc(100%/2 - 15px);
    }
    #venue02 .flex1 .venue-list>img {
        max-width: 148px;
        top: -55px;
    }
    #venue02 .flex1 {
        margin-top: 110px;
    }
    #venue02 .flex1 .venue-list:nth-child(n+3),
    #venue02 .flex1 .venue-list:nth-child(n+4) {
        margin-top: 90px;
    }
    #venue02 .flex2.venue-att img.abs {
        max-height: 96px;
        top: -50px;
    }
    #venue02 .flex2 {
        margin-top: 80px;
        padding: 35px 45px;
    }
    #venue02 .flex2 p {
        font-size: 18px;
        line-height: 1.8em;
    }
    #venue02 .flex2 h4 {
        font-size: 22px;
    }
    #venue02>img.abs3 {
        right: calc(50% - 380px);
        bottom: 80px;
        max-height: 89px;
    }
    #ticket03>img.abs1 {
        left: calc(50% - 385px);
        max-height: 97px;
    }
    #ticket03 .title-inner {
        margin-top: -110px;
        margin-bottom: 40px;
    }
    #ticket03 img.title-img {
        margin-bottom: 30px;
    }
    #ticket03 .title-inner h4 {
        font-size: 28px;
    }
    .ticket-sec-inner img.abs2 {
        max-height: 0;
    }
    .ticket-table-inner {
        max-width: 100%;
    }
    .ticket-table td span {
        display: block;
    }
    .ticket-attention {
        margin-top: 20px;
    }
    .ticket-attention p {
        font-size: 14px;
    }
    .ticket-detail-inner {
        border-radius: 10px;
        padding: 35px 45px;
    }
    .ticket-detail-child:first-child p {
        font-size: 15px;
        line-height: 1.8em;
    }
    .ticket-detail-child:last-child p {
        font-size: 13px;
    }
    .ticket-btn-inner {
        margin-top: 40px;
    }
    .ticket-btn-inner>img {
        max-height: 45px;
    }
    .guide04-btn-inner .stripe-btn {
        width: calc(100% / 2 - 15px);
    }
    .guide04-btn-inner .stripe-btn:last-child a.btn-border {
        margin-top: 30px;
    }
    .guide04-btn-inner .stripe-btn:last-child {
        margin: 0 auto;
    }
    #ticket03 {
        background-size: 200px, 314px, 106px;
        background-position: calc(50% - 380px) calc(5%), calc(50% + 320px) calc(100%), left top;
        padding: 140px 0 100px;
    }
    .ticket-sec-inner img.abs1 {
        max-height: 142px;
    }
    #guide04>img.abs1 {
        left: calc(50% - 430px);
        top: -45px;
        max-height: 169px;
    }
    #guide04 {
        background-size: 296px, 296px;
        background-position: calc(50% - 350px) calc(0%), calc(50% + 350px) calc(105%);
        padding: 100px 0;
    }
    .guide04-child>p {
        font-size: 18px;
        margin-top: 35px;
    }
    .guide04-child>h5 {
        font-size: 27px;
        margin-top: 25px;
    }
    .guide04-child img.guide-img {
        max-height: 330px;
    }
    .guide04-child img.abs {
        max-height: 373px;
    }
    .guide-attenntion-inner img.abs1 {
        max-height: 90px;
        right: -35px;
        top: -40px;
    }
    .guide-attenntion-inner .goods-sec-attenntion>h4, .goods-sec-attenntion>h4 {
        font-size: 22px;
    }
    .goods-attenntion-child p, .goods-sec-attenntion>p {
        font-size: 15px;
        letter-spacing: 0.1em;
    }
    .goods-sec-attenntion {
        padding: 40px 45px;
    }
    #contents05>img.abs1 {
        max-height: 202px;
        left: calc(50% - 400px);
    }
    #contents05 .title-inner,
    #goodsall .title-inner {
        margin-bottom: 50px;
    }
    .contents05-inner>p,
    #ent-sec .title-inner>p,
    #special-sec .title-inner>p {
        font-size: 20px;
    }
    .contents05-inner2>img.abs1 {
        max-height: 242px;
        top: -242px;
    }
    .contents05-inner2 {
        margin-top: 287px;
    }
    #contents05 {
        padding: 100px 0 235px;
        background-size: 357px, 464px, 315px, 362px, 106px;
        background-position: calc(50% + 290px) calc(95%), calc(50% + 290px) calc(0%), calc(50% - 330px) calc(92%), calc(50% - 315px) calc(3%), left top;
    }
    #goods06 .loop_wrap, #goods06 .loop_wrap div img {
        height: 270px;
    }
    #goods06 .loop-sec {
        margin-top: -405px;
    }
    #goods06 .title-inner {
        margin-top: -110px;
    }
    .goods-sec-inner img.abs1 {
        max-height: 504px;
        left: -95px;
        top: -70px;
    }
    .goods-sec-inner img.abs3 {
        max-height: 172px;
        right: -55px;
        top: -60px;
    }
    .goods-img-detail:nth-child(1)>img, .goods-img-detail:nth-child(2)>img {
        max-height: 364px;
    }
    .goods-img-detail>p {
        font-size: 24px;
        background-size: 20px;
        background-position: left top 7px;
        padding-left: 25px;
    }
    .goods-img-detail>p>span {
        font-size: 20px;
    }
    a.btn-border>span {
        width: 470px;
        padding: 28px 90px;
    }
    .goods-sec-inner img.abs2 {
        max-height: 250px;
        left: -38px;
        bottom: 300px;
    }
    .goods-sec-inner img.abs5 {
        max-height: 113px;
        right: -30px;
        bottom: -15px;
    }
    .goods-sec-inner img.abs4 {
        max-height: 494px;
        right: -100px;
        bottom: 290px;
    }
    .goods-attenntion-child {
        width: 100%;
    }
    .goods-attenntion-child:nth-child(n+2),
    .goods-attenntion-child:nth-child(n+3),
    #goodsall .second-inner .goods-attenntion-child:nth-child(n+2) {
        margin-top: 5px;
    }
    #goods06,
    #goodsall {
        padding: 270px 0 100px;
        background-size: 365px, 365px, 106px;
        background-position: calc(50% - 400px) calc(105%), calc(50% + 410px) calc(40%), left top;
    }
    #goodsall {
        padding: 100px 0 130px;
    }
    #faq-sec img.title-img,
    img.title-img {
        max-height: 95px;
    }
    .title-inner>h4 {
        font-size: 36px;
    }
    #faq-sec {
        padding: 100px 0;
        background-size: 177px, 177px, 334px;
        background-position: calc(50% - 400px) calc(0%), calc(50% + 400px) calc(0%), left top;
    }
    #goodsall-second {
        padding: 130px 0 100px;
        background-size: 177px, 177px, 334px;
        background-position: calc(50% - 400px) calc(0%), calc(50% + 400px) calc(0%), left top;
    }
    .faq-sec-inner>img.abs1 {
        max-height: 118px;
        top: -121px;
    }
    .faq-sec-inner {
        margin-top: 178px;
    }
    .goods-sec-inner, .ticket-sec-inner, .about-sec-inner, .message-sec-inner, .faq-sec-inner {
        padding: 60px;
    }
    .faq-sec-child h3 {
        font-size: 18px;
    }
    #faq-sec>img.abs1 {
        max-height: 132px;
        left: calc(50% - 330px);
        top: 135px;
    }
    #faq-sec>img.abs2 {
        max-height: 117px;
        left: calc(50% + 190px);
        top: 145px;
    }
    #faq-sec>img.abs3, #faq-sec>img.abs4 {
        max-height: 252px;
    }
    #faq-sec>img.abs3 {
        left: calc(50% - 390px);
    }
    #faq-sec>img.abs4 {
        left: calc(50% + 280px);
    }
    .goods-sec-attenntion>p:last-child {
        text-indent: -1.1em;
    }
    #venue02 .flex1 .venue-list p.min2 {
        min-height: 0;
    }
    #venue02 .flex1 .venue-list p.min2-2 {
        min-height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .guide04-inner {
        margin-bottom: 60px;
    }
    .guide-attenntion-inner .goods-sec-attenntion {
        margin-top: 70px;
    }
    .contact-inner {
        margin-top: 100px;
        padding: 40px 130px;
    }
    .contact-inner img {
        max-height: 42px;
    }
    .contact-inner h4 {
        font-size: 24px;
    }
    .contact-child:first-child {
        width: 100%;
        margin-bottom: 20px;
    }
    #goodsall .goods-sec-inner img.abs4 {
        right: -100px;
        bottom: -250px;
    }
    .goodsall-sec-child,
    .goodsall-sec-child:last-child {
        width: calc(100% / 2 - 20px);
    }
    .goodsall-sec-child:nth-child(n+2) {
        margin-left: 40px;
    }
    .goodsall-sec-child:nth-child(odd) {
        margin-left: 0;
    }
    .goodsall-sec-child:nth-child(n+3),
    .goodsall-sec-child:nth-child(n+4) {
        margin-top: 45px;
    }
    .goodsall-sec-detail {
        padding: 20px 25px;
    }
    .goodsall-sec-child:last-child>img {
        max-height: 40px;
    }
    #goodsall .goods-sec-attenntion {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .goodsall-sec-child:last-child>h4 {
        font-size: 23px;
        letter-spacing: 0.03em;
        margin-right: -0.03em;
    }
    .goodsall-sec-child:last-child>h4>span {
        font-size: 1.2em;
    }
    #special-sec img.title-img, #ent-sec img.title-img, .hl-page #contents05 img.title-img {
        max-height: 70px;
    }
    .hl-page #contents05 {
        padding: 100px 0 80px;
    }
    .hl-page #contents05>img.abs3 {
        max-height: 264px;
        right: calc(50% - 430px);
        top: 10px;
    }
    .hl-page #contents05>img.abs2 {
        max-height: 274px;
        left: calc(50% - 430px);
        top: 10px;
    }
    #ent-sec .title-inner>p {
        margin-top: 50px;
    }
    #ent-sec .title-inner, #special-sec .title-inner {
        margin-bottom: 60px;
    }
    .ent-sec-inner>img.abs1 {
        right: -88px;
        max-height: 486px;
    }
    #ent-sec .title-inner img.abs1 {
        max-height: 120px;
        left: calc(50% - 365px);
        top: 130px;
    }
    #ent-sec .title-inner img.abs2 {
        max-height: 151px;
        right: calc(50% - 390px);
        top: 105px;
    }
    #ent-sec .title-inner img.abs5 {
        max-height: 87px;
        top: -115px;
    }
    .ent-sec-inner>img.abs2 {
        max-height: 114px;
    }
    #ent-sec .title-inner img.abs4 {
        max-height: 132px;
        right: calc(50% - 420px);
        top: 215px;
    }
    .intro-sec-inner>img.abs1, .intro-sec-inner>img.abs2 {
        max-height: 523.5px;
    }
    .intro-sec-inner>img.abs2 {
        right: -95px;
        top: -50px;
    }
    .intro-sec-inner>img.abs1 {
        left: -95px;
        top: -55px;
    }
    .intro-sec-inner>img.abs3 {
        max-height: 93px;
        left: 70px;
        bottom: -46px;
    }
    .intro-sec-inner>img.abs4 {
        max-height: 396px;
        bottom: -325px;
        left: 60%;
    }
    #point-sec>img.abs1 {
        left: calc(50% - 360px);
        max-height: 151px;
        top: -50px;
    }
    #ent-sec {
        background-size: 100%, 268px, 262px, 337px, 261px, 232px, 327px, 214px;
        padding: 200px 0 110px;
        background-position: center top, calc(50% + 210px) calc(56%), calc(50% - 350px) calc(5%), calc(50% + 325px) calc(41%), calc(50% - 350px) calc(48%), calc(50% + 370px) calc(100%), calc(50% - 345px) calc(105%), left top;
    }
    #ent-sec .title-inner img.abs3 {
        max-height: 131px;
        left: calc(50% - 400px);
        top: 155px;
    }
    .point-sec-child:last-child, .point-sec-inner:last-child .point-sec-child:last-child {
        margin-top: 40px;
    }
    .point-title>img {
        max-height: 72px;
    }
    .point-title>h3 {
        font-size: 44px;
        line-height: 1.1em;
    }
    .point-sec-child:last-child>img.abs1 {
        right: -78px;
        max-height: 477px;
        top: -40px;
    }
    .point-sec-inner:nth-child(n+2) .point-sec-child {
        margin-top: 100px;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs2 {
        max-height: 136px;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs1 {
        max-height: 464px;
        right: -100px;
        top: -40px;
    }
    #point-sec>img.abs2 {
        left: calc(50% - 200px);
        max-height: 292px;
        bottom: -190px;
    }
    #special-sec>img.abs3 {
        max-height: 154px;
        top: -30px;
        left: calc(50% - 360px);
    }
    #point-sec {
        background-size: 100%, 0, 0, 382px, 330px, 164px, 162px, 382px, 337px, 471px, 351px, 683px, 234px;
        padding: 200px 0 110px;
        background-position: center top, calc(50% - 625px) calc(29%), calc(50% + 620px) calc(63%), calc(50% - 300px) calc(2%), calc(50% + 310px) calc(24%), calc(50% - 405px) calc(40%), calc(50% + 400px) calc(49%), calc(50% - 305px) calc(66%), calc(50% + 320px) calc(104%), calc(50% + 120px) calc(37%), calc(50% + 182px) calc(46%), calc(50% - 295px) calc(62%), left top;
    }
    .special-sec-child {
        width: 100%;
    }
    .special-sec-child>img.abs1 {
        max-height: 493px;
        left: -120px;
        top: -55px;
    }
    .special-sec-child>h3 {
        font-size: 34px;
        margin-top: 35px;
        margin-bottom: 25px;
        letter-spacing: 0.04em;
    }
    .special-sec-child:last-child {
        margin-top: 70px;
    }
    .special-sec-child>img.abs3 {
        max-height: 557px;
        right: -115px;
        top: -105px;
    }
    #special-sec .title-inner.next-title>img.title-img {
        max-height: 158px;
        margin-bottom: 60px;
    }
    #special-sec {
        background-size: 100%, 212px, 210px, 382px, 330px, 363px, 224px;
        padding: 200px 0 100px;
        background-position: center top, calc(50% - 500px) calc(100%), calc(50% + 470px) calc(100%), calc(50% - 385px) calc(7%), calc(50% + 410px) calc(26%), calc(50% + 260px) calc(62%), left top;
    }
    #special-sec>img.abs1 {
        max-height: 350px;
        left: calc(50% - 480px);
    }
    #special-sec>img.abs2 {
        max-height: 350px;
        right: calc(50% - 410px);
    }
    #special-sec {
        background-size: 100%, 212px, 210px, 382px, 330px, 363px, 224px;
        padding: 200px 0 100px;
        background-position: center top, calc(50% - 420px) calc(100%), calc(50% + 390px) calc(100%), calc(50% - 300px) calc(7%), calc(50% + 310px) calc(20%), calc(50% + 170px) calc(77%), left top;
    }
    .special-sec-child>img.abs4 {
        max-height: 51px;
        bottom: 200px;
    }
    .about-sec-inner img.abs3 {
        max-height: 96px;
        left: 60px;
        bottom: -50px;
    }
    .ticket-detail-child:first-child,
    .ticket-detail-child:last-child {
        width: 100%;
    }
    .ticket-detail-child:last-child {
        margin-top: 30px;
    }
}

@media screen and (min-width: 992px) {
}

@media screen and (max-width: 890px) {
    .menu_wrapper {
        padding: 12px 0;
    }
    .menu_wrapper.is-fixed {
        padding: 10px 0;
    }
    ul.menulist li a {
        font-size: 14px;
    }
    ul.menulist li {
        padding: 0 25px;
    }
    ul.menulist li a:after {
        top: -2px;
    }
    .main_wrapper,
    .page-content.faq-page,
    .page-content.goods-page,
    .page-content.hl-page {
        margin-top: 67px;
    }
    img.title-img {
        margin-bottom: 30px;
    }
    #faq-sec img.title-img, img.title-img {
        max-height: 90px;
    }
    .title-inner>h4 {
        font-size: 34px;
    }
    .goods-sec-inner img.abs1 {
        max-height: 454px;
        left: -60px;
        top: -80px;
    }
    .goods-sec-inner img.abs4 {
        max-height: 444px;
        right: -75px;
        bottom: 140px;
    }
    img.sub-title-img {
        max-height: 65px;
    }
    #news01 .message-sec-inner .title-inner {
        margin-top: -98px;
    }
    .message-sec-inner {
        margin-top: 100px;
    }
    #faq-sec>img.abs1 {
        max-height: 127px;
        left: calc(50% - 300px);
        top: 130px;
    }
    #faq-sec>img.abs2 {
        max-height: 112px;
        left: calc(50% + 165px);
        top: 140px;
    }
    .faq-sec-inner {
        margin-top: 173px;
    }
    div#anc-goods06 {
        padding-top: 170px;
        margin-top: -171px;
    }
    .ent-sec-inner>img.abs1 {
        right: -60px;
        max-height: 466px;
    }
}

@media screen and (max-width: 840px) {
    .menu-logo {
        width: 110px;
    }
    ul.menulist {
        width: calc(100% - 110px);
    }
    ul.menulist li {
        padding: 0 22px;
    }
    .main_wrapper,
    .page-content.faq-page,
    .page-content.goods-page,
    .page-content.hl-page {
        margin-top: 60px;
    }
    .backtop {
        width: 65px;
        height: 156px;
    }
    .goods-sec-inner img.abs4 {
        max-height: 414px;
        right: -55px;
        bottom: 155px;
    }
    .goods-sec-inner img.abs1 {
        max-height: 444px;
        left: -50px;
        top: -75px;
    }
    #venue02 {
        padding: 220px 0 100px;
    }
    .ticket-detail-inner {
        margin-top: 35px;
    }
    div#anc-ticket03 {
        padding-top: 170px;
        margin-top: -171px;
    }
    div#anc-contents05 {
        padding-top: 130px;
        margin-top: -131px;
    }
    div#anc-goods06 {
        padding-top: 150px;
        margin-top: -151px;
    }
    #goodsall .goods-sec-inner img.abs1 {
        left: -80px;
        top: -210px;
    }
    #goodsall .goods-sec-inner img.abs4 {
        right: -70px;
        bottom: -230px;
    }
    #special-sec {
        background-size: 100%, 212px, 210px, 382px, 330px, 363px, 224px;
        padding: 170px 0 330px;
        background-position: center top, calc(50% - 330px) calc(105%), calc(50% + 280px) calc(102%), calc(50% - 169px) calc(4%), calc(50% + 260px) calc(20%), calc(50% + 140px) calc(69%), left top;
    }
    #special-sec>img.abs1 {
        max-height: 300px;
        left: calc(50% - 200px);
    }
    #special-sec>img.abs2 {
        max-height: 300px;
        right: calc(50% - 180px);
    }
    #ent-sec .title-inner.second-title, #special-sec .title-inner.next-title {
        margin-top: 100px;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs1 {
        max-height: 464px;
        right: -80px;
        top: -40px;
    }
    .point-sec-child:last-child>img.abs1 {
        right: -60px;
        max-height: 477px;
        top: -40px;
    }
    #point-sec,
    #ent-sec {
        padding: 170px 0 110px;
    }
    #ent-sec .title-inner img.abs5 {
        max-height: 77px;
        top: -100px;
    }
    .hl-page #contents05>img.abs3 {
        max-height: 254px;
        right: calc(50% - 405px);
        top: 15px;
    }
    .hl-page #contents05>img.abs2 {
        max-height: 264px;
        left: calc(50% - 420px);
        top: 15px;
    }
}

@media screen and (max-width: 790px) {
    .menu-logo {
        width: 100px;
    }
    ul.menulist {
        width: calc(100% - 100px);
    }
    .main_wrapper,
    .page-content.faq-page,
    .page-content.goods-page,
    .page-content.hl-page {
        margin-top: 57px;
    }
    ul.menulist li {
        padding: 0 20px;
    }
    .goods-sec-inner, .ticket-sec-inner, .about-sec-inner, .message-sec-inner, .faq-sec-inner {
        padding: 55px;
        border-radius: 12px;
    }
    #faq-sec>img.abs1 {
        top: 120px;
    }
    #faq-sec>img.abs2 {
        top: 130px;
    }
    #faq-sec>img.abs3, #faq-sec>img.abs4 {
        max-height: 232px;
    }
    #faq-sec>img.abs3 {
        left: calc(50% - 380px);
    }
    #faq-sec>img.abs4 {
        left: calc(50% + 275px);
    }
    #venue02 .title-inner {
        margin-top: -108px;
    }
    .intro-sec-inner>img.abs4 {
        max-height: 356px;
        bottom: -275px;
        left: 60%;
    }
    .about-sec-inner img.abs3 {
        max-height: 91px;
        left: 55px;
        bottom: -50px;
    }
}

@media screen and (max-width: 768px) {
    .page-content {
        margin-top: 0 !important;
        position: relative;
        z-index: 1;
    }
    .menu_wrapper,
    .menu_wrapper.is-fixed {
        padding: 0;
        position: fixed;
        top: 0;
        right: 0;
        left: auto;
        padding: 15px 0;
        /* background: #7d000a; */
        background: #121212;
        width: 50px;
        height: 53px;
        z-index: 100;
    }
    .nav_toggle_add {
          display: block;
          position: relative;
          width: 70%;
          height: 20px;
          margin: 0 auto;
          z-index: 5;
          cursor: pointer;
    }
    .nav_toggle_add i {
      display: block;
      width: 100%;
      height: 2px;
      background-color: #fff;
      position: absolute;
      transition: transform .5s, opacity .5s;
    }
    .menu-logo.none768 {
        display: none;
    }
    .nav_toggle_add i:nth-child(1) {
      top: 0;
    }
    .nav_toggle_add i:nth-child(2) {
      top: 0;
      bottom: 0;
      margin: auto;
    }
    .nav_toggle_add i:nth-child(3) {
      bottom: 0;
    }
    .menulist {
        position: fixed;
        width: 100%;
        background: #fff;
        top: 0;
        right: 0;
        padding: 1rem;
        opacity: 0;
        visibility: hidden;
        transition: opacity .5s, visibility .5s;
    }
    .menulist.show {
      opacity: 1;
      visibility: visible;
    }
    ul.menulist {
        width: 100%;
        background: #121212;
        display: block;
    }
    ul.menulist li,
    .menu_wrapper:not(.is-fixed) ul.menulist li {
        padding: 10px 0;
        width: 100%;
    }
    ul.menulist li a img.menu_img {
        display: none;
    }
    ul.menulist li a {
        padding-bottom: 0;
    }
    ul.menulist li a:after {
        content: none;
    }
    .menu_wrapper:not(.is-fixed) ul.menulist li:nth-child(n+5) {
        margin-top: 0;
    }
    ul.menulist li a {
        font-size: 14px;
    }
    .nav_toggle_add.show i:nth-child(1) {
        transform: translateY(11px) rotate(45deg);
    }
    .nav_toggle_add.show i:nth-child(2) {
      transform: translateY(2px) rotate(-45deg);
    }
    .nav_toggle_add.show i:nth-child(3) {
      opacity: 0;
    }
    .menu_wrapper .container-add, .menu_wrapper .container-add .row, .menu_wrapper .col-lg-12 {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .nav_toggle_add.show span {
        color: #ddb840;
    }
    .nav_toggle_add.show i {
        background-color: #ffffff;
    }
    .menu-logo {
        width: 100%;
        height: 53px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-left: 15px;
        background-color: #121212;
    }
    .menu-logo img {
        max-height: 43px;
    }
    .main_wrapper {
        margin-top: 0;
    }
    div#anc-ticket03 {
        padding-top: 100px;
        margin-top: -101px;
    }
    div#anc-contents05 {
        padding-top: 80px;
        margin-top: -81px;
    }
    div#anc-goods06 {
        padding-top: 110px;
        margin-top: -111px;
    }
    div#anc-venue02-2 {
        padding-top: 0;
        margin-top: 0;
    }
}

@media screen and (min-width: 769px) {
  .menu-logo.none769 {
      display: none;
  }
}

@media screen and (max-width: 767px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
    img.none767 {
        display: none;
    }
    .backtop {
        width: 60px;
        height: 144px;
    }
    .news-sns-child {
        width: 100%;
    }
    .news-sns-child:last-child {
        margin-top: 50px;
    }
    .news-child {
        max-height: 200px;
        height: 200px;
    }
    .news-sns-child>.stripe-btn {
        text-align: center;
    }
    #news01 .stripe-btn a.btn-border {
        width: 370px;
        margin-top: 30px;
    }
    #news01 .stripe-btn a.btn-border>span {
        padding: 22px 40px;
    }
    .news-detail p {
        font-size: 13px;
    }
    .goods-sec-inner, .ticket-sec-inner, .about-sec-inner, .message-sec-inner, .faq-sec-inner {
        padding: 40px;
        border-radius: 10px;
        border: 2px solid #000000;
    }
    .faq-sec-inner>img.abs1 {
        max-height: 108px;
        top: -110px;
    }
    .faq-sec-inner {
        margin-top: 158px;
    }
    #faq-sec img.title-img,
    img.title-img {
        max-height: 85px;
    }
    .title-inner>h4 {
        font-size: 32px;
    }
    #faq-sec>img.abs1 {
        top: 115px;
        max-height: 117px;
        left: calc(50% - 285px);
    }
    #faq-sec>img.abs2 {
        top: 125px;
        max-height: 107px;
        left: calc(50% + 155px);
    }
    #faq-sec,
    #goodsall-second {
        background-size: 157px, 157px, 334px;
        background-position: calc(50% - 350px) calc(0%), calc(50% + 350px) calc(0%), left top;
    }
    #faq-sec>img.abs3, #faq-sec>img.abs4 {
        max-height: 202px;
    }
    #faq-sec>img.abs3 {
        left: calc(50% - 360px);
    }
    .faq-sec-child h3 {
        font-size: 17px;
        padding-left: 1.8em;
        text-indent: -1.55em;
    }
    .faq-sec-child p {
        padding-left: 32px;
    }
    img.sub-title-img {
        max-height: 60px;
    }
    #news01 .message-sec-inner .title-inner {
        margin-top: -75px;
    }
    .message-sec-inner>img.abs1 {
        max-height: 104px;
        right: calc(50% - 360px);
        top: -20px;
    }
    #venue02>img.abs2 {
        max-height: 116px;
        right: calc(50% - 340px);
        top: -35px;
    }
    #venue02>img.abs1 {
        max-height: 98px;
        left: calc(50% - 355px);
        top: -20px;
    }
    #venue02 .title-inner {
        margin-top: -90px;
    }
    #venue02 .flex2.venue-att img.abs {
        max-height: 86px;
        top: -45px;
    }
    #venue02>img.abs3 {
        right: calc(50% - 360px);
        bottom: 85px;
        max-height: 84px;
    }
    #ticket03>img.abs1 {
        left: calc(50% - 350px);
        max-height: 92px;
    }
    #ticket03 .title-inner {
        margin-top: -85px;
    }
    .ticket-sec-inner img.abs1 {
        max-height: 137px;
        right: -25px;
        bottom: -35px;
    }
    #guide04>img.abs1 {
        left: calc(50% - 350px);
        top: -50px;
        max-height: 159px;
    }
    .guide-attenntion-inner img.abs1 {
        max-height: 80px;
        right: -20px;
        top: -25px;
    }
    .goods-sec-inner img.abs5 {
        max-height: 103px;
        right: -25px;
        bottom: -10px;
    }
    .goods-sec-inner img.abs4 {
        max-height: 364px;
        right: -45px;
        bottom: 156px;
    }
    .goods-sec-inner img.abs2 {
        max-height: 230px;
        left: -30px;
        bottom: 290px;
    }
    .goods-sec-inner img.abs3 {
        max-height: 162px;
        right: -30px;
        top: -55px;
    }
    .goods-sec-inner img.abs1 {
        max-height: 404px;
        left: -40px;
        top: -85px;
    }
    #goods06 .title-inner {
        margin-top: -90px;
    }
    .goods-img-detail:nth-child(1)>img, .goods-img-detail:nth-child(2)>img {
        max-height: 334px;
    }
    .goods-img-detail>p {
        font-size: 22px;
        background-size: 18px;
        background-position: left top 7px;
        padding-left: 22px;
    }
    a.btn-border>span {
        width: 400px;
        padding: 26px 60px;
        font-size: 22px;
        letter-spacing: 0.04em;
        text-indent: 0.04em;
        border-radius: 10px;
    }
    a.btn-border:before {
        border-radius: 0 0 10px 10px;
    }
    a.btn-border>span:before {
        width: 14px;
        height: 14px;
    }
    #news01 .loop_wrap2, #news01 .loop_wrap2 div img {
        height: 200px;
    }
    .message-detail-child:last-child {
        width: 190px;
    }
    .message-detail-child p {
        margin-bottom: 8px;
        padding-bottom: 8px;
    }
    .message-detail-child:first-child {
        width: calc(100% - 210px);
    }
    .about-sec-inner img.abs2 {
        max-height: 400px;
        right: 20px;
        top: auto;
        bottom: 30px;
    }
    #venue02 .flex1 .venue-list>img {
        max-width: 138px;
        top: -50px;
    }
    #venue02 .flex1 .venue-list {
        padding-top: 60px;
    }
    #venue02 .stripe-btn a.btn-border>span {
        font-size: 16px;
    }
    #venue02 a.btn-border>span:before {
        width: 11px;
        height: 11px;
    }
    #venue02 .flex1 .venue-list:nth-child(n+3), #venue02 .flex1 .venue-list:nth-child(n+4) {
        margin-top: 80px;
    }
    #venue02 .flex2 {
        margin-top: 70px;
        padding: 30px 40px;
    }
    .ticket-detail-inner {
        padding: 30px 40px;
    }
    #news01 {
        background-size: 398px, 320px, 268.5px, 268.5px, 268.5px, 268.5px, 106px;
        background-position: calc(50% - 165px) calc(0%), calc(50% + 200px) calc(20%), calc(50% - 375px) calc(50%), calc(50% + 355px) calc(50%), calc(50% - 390px) calc(100%), calc(50% + 410px) calc(100%), left top;
    }
    #venue02 {
        background-size: 100%, 197px, 197px, 106px;
        background-position: center top, calc(50% - 340px) calc(5%), calc(50% + 340px) calc(0%), left top;
        padding: 200px 0 100px;
    }
    .guide04-child img.guide-img {
        max-height: 300px;
    }
    .guide04-child img.abs {
        max-height: 333px;
    }
    #guide04 {
        background-size: 266px, 266px;
        background-position: calc(50% - 320px) calc(0%), calc(50% + 320px) calc(105%);
    }
    #contents05>img.abs1 {
        max-height: 192px;
        left: calc(50% - 315px);
    }
    .contents05-inner2>img.abs1 {
        max-height: 212px;
        top: -212px;
    }
    .contents05-inner2 {
        margin-top: 260px;
    }
    #contents05 {
        padding: 100px 0 220px;
        background-size: 307px, 414px, 285px, 312px, 106px;
        background-position: calc(50% + 220px) calc(95%), calc(50% + 180px) calc(0%), calc(50% - 250px) calc(92%), calc(50% - 220px) calc(3%), left top;
    }
    #goods06 .loop_wrap, #goods06 .loop_wrap div img {
        height: 240px;
    }
    #goods06 .loop-sec {
        margin-top: -360px;
    }
    #goods06,
    #goodsall {
        padding: 240px 0 100px;
        background-size: 315px, 315px, 106px;
        background-position: calc(50% - 300px) calc(105%), calc(50% + 310px) calc(40%), left top;
    }
    #goodsall {
        padding: 100px 0;
    }
    #ticket03 .title-inner h4 {
        font-size: 26px;
    }
    .anniversary-child:first-child>img {
        max-height: 280px;
    }
    .message-inner {
        margin-top: 40px;
    }
    #news01 .flex.youtube {
        margin-top: 35px;
    }
    .guide-attenntion-inner .goods-sec-attenntion {
        margin-top: 60px;
    }
    .guide04-inner {
        margin-bottom: 50px;
    }
    .goods-sec-attenntion {
        margin-top: 60px;
    }
    .contact-inner {
        justify-content: center;
        padding: 40px 60px;
    }
    .contact-child:last-child {
        margin-left: 30px;
    }
    .contact-inner img {
        max-height: 40px;
    }
    .contact-inner h4 {
        font-size: 23px;
    }
    #goodsall .goods-sec-inner img.abs4 {
        right: -65px;
        bottom: -215px;
    }
    #goodsall .goods-sec-attenntion {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    #goodsall-second {
        padding: 100px 0;
    }
    .goodsall-sec-child, .goodsall-sec-child:last-child {
        width: calc(100% / 2 - 15px);
    }
    .goodsall-sec-child:nth-child(n+2) {
        margin-left: 30px;
    }
    .goodsall-sec-child:nth-child(odd) {
        margin-left: 0;
    }
    .goodsall-sec-detail>h5 {
        font-size: 19px;
        min-height: 54px;
    }
    .goodsall-sec-detail>p {
        font-size: 17px;
        margin-top: 12px;
    }
    .goodsall-sec-child:last-child>img {
        max-height: 36px;
    }
    .goodsall-sec-child:last-child>h4 {
        font-size: 20px;
    }
    #special-sec img.title-img, #ent-sec img.title-img, .hl-page #contents05 img.title-img {
        max-height: 64px;
    }
    #ent-sec .title-inner>p {
        text-align: justify;
    }
    #ent-sec .title-inner>p br {
        display: none;
    }
    #ent-sec .title-inner img.abs1,
    #ent-sec .title-inner img.abs2,
    #ent-sec .title-inner img.abs3,
    #ent-sec .title-inner img.abs4 {
        max-height: 0;
    }
    .hl-page #contents05>img.abs2 {
        max-height: 254px;
        left: calc(50% - 390px);
        top: 15px;
    }
    .hl-page #contents05>img.abs3 {
        max-height: 244px;
        right: calc(50% - 380px);
        top: 15px;
    }
    .ent-sec-inner>img.abs1 {
        right: -40px;
        max-height: 436px;
    }
    .ent-sec-inner>img.abs2 {
        max-height: 104px;
    }
    .intro-sec-inner>img.abs1, .intro-sec-inner>img.abs2 {
        max-height: 473.5px;
    }
    .intro-sec-inner>img.abs2 {
        right: -80px;
        top: -45px;
    }
    .intro-sec-inner>img.abs1 {
        left: -75px;
        top: -45px;
    }
    .intro-sec-inner>img.abs3 {
        max-height: 83px;
        left: 65px;
        bottom: -40px;
    }
    #point-sec>img.abs1 {
        left: calc(50% - 290px);
        max-height: 141px;
        top: -40px;
    }
    #ent-sec .title-inner img.abs5 {
        max-height: 72px;
        top: -90px;
    }
    #point-sec, #ent-sec {
        padding: 160px 0 100px;
    }
    #ent-sec {
        background-size: 100%, 238px, 232px, 307px, 231px, 202px, 297px, 194px;
        background-position: center top, calc(50% + 125px) calc(55%), calc(50% - 256px) calc(5%), calc(50% + 280px) calc(41%), calc(50% - 280px) calc(48%), calc(50% + 300px) calc(100%), calc(50% - 270px) calc(90%), left top;
    }
    #ent-sec .title-inner>p {
        margin-top: 40px;
    }
    #ent-sec .title-inner, #special-sec .title-inner {
        margin-bottom: 50px;
    }
    #special-sec .title-inner.next-title>img.title-img {
        max-height: 143px;
        margin-bottom: 50px;
    }
    .intro-sec-inner>img.abs4 {
        max-height: 336px;
        bottom: -260px;
        left: 62%;
    }
    .point-title>img {
        max-height: 68px;
    }
    .point-title>h3 {
        font-size: 42px;
        line-height: 1em;
    }
    .point-sec-child>p, .special-sec-child>p {
        font-size: 17px;
    }
    .special-sec-child>h3 {
        font-size: 32px;
        margin-top: 33px;
        margin-bottom: 23px;
        letter-spacing: 0.04em;
    }
    .point-sec-inner:nth-child(n+2) .point-sec-child {
        margin-top: 90px;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs2 {
        max-height: 121px;
        left: -15px;
        bottom: -15px;
    }
    #special-sec>img.abs3 {
        max-height: 134px;
        top: -25px;
        left: calc(50% - 310px);
    }
    #point-sec>img.abs2 {
        left: calc(50% - 150px);
        max-height: 272px;
        bottom: -180px;
    }
    #point-sec {
        background-size: 100%, 0, 0, 352px, 300px, 144px, 142px, 352px, 307px, 421px, 321px, 633px, 214px;
        background-position: center top, calc(50% - 625px) calc(29%), calc(50% + 620px) calc(63%), calc(50% - 230px) calc(1%), calc(50% + 250px) calc(26%), calc(50% - 305px) calc(38%), calc(50% + 305px) calc(55%), calc(50% - 212px) calc(75%), calc(50% + 250px) calc(104%), calc(50% + 105px) calc(35%), calc(50% + 170px) calc(44%), calc(50% - 275px) calc(60%), left top;
    }
    .special-sec-child>img.abs1 {
        max-height: 456px;
        left: -100px;
        top: -45px;
    }
    .special-sec-child>img.abs3 {
        max-height: 527px;
        right: -100px;
        top: -95px;
    }
    #special-sec>img.abs1 {
        max-height: 280px;
        left: calc(50% - 180px);
    }
    #special-sec>img.abs2 {
        max-height: 280px;
        right: calc(50% - 160px);
    }
    #special-sec {
        background-size: 100%, 192px, 190px, 352px, 300px, 333px, 204px;
        padding: 160px 0 310px;
        background-position: center top, calc(50% - 290px) calc(105%), calc(50% + 270px) calc(102%), calc(50% - 210px) calc(2%), calc(50% + 245px) calc(18%), calc(50% + 130px) calc(68%), left top;
    }
    .special-sec-child>img.abs4 {
        max-height: 51px;
        bottom: 176px;
    }
    .about-sec-inner img.abs3 {
        max-height: 81px;
        left: 40px;
        bottom: -60px;
    }
}

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

@media screen and (max-width: 740px) {
    #special-sec img.title-img, #ent-sec img.title-img, .hl-page #contents05 img.title-img {
        max-height: 60px;
    }
    .hl-page #contents05>img.abs2 {
        max-height: 254px;
        left: calc(50% - 370px);
        top: 15px;
    }
    .hl-page #contents05>img.abs3 {
        max-height: 244px;
        right: calc(50% - 360px);
        top: 15px;
    }
    .special-sec-child>img.abs1 {
        max-height: 433px;
        left: -100px;
        top: -45px;
    }
    .special-sec-child>img.abs3 {
        max-height: 497px;
        right: -100px;
        top: -95px;
    }
    .special-sec-child>img.abs4 {
        max-height: 51px;
        bottom: 171px;
    }
}

@media screen and (max-width: 699px) {
    img.abs.none699 {
        display: none;
    }
    .anniversary-child>h3 {
        font-size: 66px;
    }
    .goods-img-detail:nth-child(1)>img, .goods-img-detail:nth-child(2)>img {
        max-height: 304px;
    }
    .message-detail-child p {
        margin-bottom: 7px;
        padding-bottom: 7px;
        font-size: 14px;
    }
    .message-detail-child:first-child {
        width: calc(100% - 190px);
    }
    .message-detail-child:last-child {
        width: 175px;
    }
    #venue02>img.abs1 {
        max-height: 93px;
        left: calc(50% - 320px);
        top: -25px;
    }
    #venue02>img.abs2 {
        max-height: 111px;
        right: calc(50% - 310px);
        top: -30px;
    }
    #venue02 {
        padding: 185px 0 100px;
    }
    .about-sec-inner img.abs2 {
        max-height: 370px;
        right: 15px;
        top: auto;
        bottom: 90px;
    }
    #venue02 .flex1 .venue-list {
        width: calc(100% / 2 - 10px);
    }
    #venue02 .flex1 .venue-list p {
        font-size: 16px;
    }
    #venue02 .flex2.venue-att img.abs {
        max-height: 76px;
        top: -40px;
    }
    #venue02>img.abs3 {
        right: calc(50% - 310px);
        bottom: 85px;
        max-height: 79px;
    }
    #ticket03>img.abs1 {
        left: calc(50% - 310px);
        max-height: 87px;
    }
    #ticket03 .title-inner h4>br {
        display: none;
    }
    .guide04-btn-inner .stripe-btn {
        width: calc(100% / 2 - 10px);
    }
    .guide04-btn-inner .stripe-btn:last-child a.btn-border {
        margin-top: 20px;
    }
    #contents05>img.abs1 {
        max-height: 182px;
        left: calc(50% - 310px);
    }
    .goods-sec-inner img.abs1 {
        max-height: 374px;
        left: -50px;
        top: -70px;
    }
    .goods-sec-inner img.abs4 {
        max-height: 344px;
        right: -50px;
        bottom: 162px;
    }
    #faq-sec>img.abs5 {
        max-height: 160px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        bottom: 0;
        z-index: 1;
    }
    .faq-sec-inner>img.abs1 {
        max-height: 98px;
        top: -100px;
    }
    .faq-sec-inner {
        margin-top: 148px;
    }
    #venue02 .flex1 .venue-list h4 {
        font-size: 18px;
        min-height: 47px;
    }
    #venue02 .flex1 .venue-list p.min2-2 {
        min-height: 52px;
    }
    .goodsall-sec-child>img.abs {
        max-height: 30px;
        top: -15px;
    }
    .goodsall-sec-child:last-child>h4 {
        text-align: justify;
        margin-right: 0;
    }
    .goodsall-sec-child:last-child>h4>br {
        display: none;
    }
    #special-sec img.title-img, #ent-sec img.title-img, .hl-page #contents05 img.title-img {
        max-height: 57px;
    }
    .point-sec-child:last-child>img.abs1 {
        right: -60px;
        max-height: 437px;
        top: -60px;
    }
    .point-title>img {
        max-height: 64px;
    }
    .point-title>h3 {
        font-size: 40px;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs1 {
        max-height: 434px;
        right: -75px;
        top: -55px;
    }
    #special-sec .title-inner.next-title>img.title-img {
        max-height: 128px;
        margin-bottom: 50px;
    }
    .intro-sec-inner>img.abs1, .intro-sec-inner>img.abs2 {
        max-height: 453.5px;
    }
    .special-sec-child>img.abs1 {
        max-height: 423px;
        left: -100px;
        top: -60px;
    }
}

@media screen and (min-width: 700px) {
    img.abs.none700 {
        display: none;
    }
}

@media screen and (max-width: 660px) {
    footer small {
        font-size: 14px;
    }
    #faq-sec img.title-img, img.title-img {
        max-height: 80px;
    }
    .title-inner>h4 {
        font-size: 30px;
    }
    .anniversary-child:first-child>img {
        max-height: 260px;
    }
    .anniversary-child>h3 {
        font-size: 64px;
    }
    .anniversary-child>h4 {
        font-size: 32px;
    }
    .anniversary-child>h4>span {
        font-size: 50px;
    }
    .anniversary-child>h5 {
        font-size: 22px;
    }
    img.sub-title-img {
        max-height: 56px;
    }
    .message-detail-child:last-child {
        width: 100%;
        order: 1;
    }
    .message-detail-child:last-child>img {
        max-width: 200px;
    }
    .message-detail-child:first-child {
        width: 100%;
        order: 2;
        margin-top: 25px;
    }
    .message-detail-child p {
        font-size: 15px;
        text-align: center;
    }
    .message-child>h3 {
        font-size: 25px;
        background-size: 48px;
        padding-left: 58px;
        line-height: 43px;
        margin-bottom: 25px;
    }
    .message-child>h3>span {
        font-size: 28px;
    }
    #venue02 .title-inner {
        margin-top: -87px;
    }
    .about-inner>h3 {
        font-size: 36px;
    }
    .about-inner>h3>span {
        font-size: 24px;
        margin-left: 25px;
    }
    .about-sec-inner img.abs2 {
        max-height: 350px;
        bottom: 95px;
    }
    #venue02 .flex1 .venue-list {
        padding: 20px;
        padding-top: 55px;
    }
    #venue02 .flex1 .venue-list>img {
        max-width: 128px;
        top: -45px;
    }
    #venue02 .flex1 .venue-list:nth-child(n+3), #venue02 .flex1 .venue-list:nth-child(n+4) {
        margin-top: 70px;
    }
    #venue02 .flex2 h4,
    .guide-attenntion-inner .goods-sec-attenntion>h4, .goods-sec-attenntion>h4 {
        font-size: 21px;
    }
    #venue02 .flex2 p {
        font-size: 17px;
    }
    table.ticket-table, .ticket-table td, .ticket-table th {
        font-size: 15px;
    }
    .ticket-table td span {
        font-size: 11px;
    }
    .guide04-btn-inner .stripe-btn a.btn-border>span {
        padding: 20px 15px;
        font-size: 21px;
        letter-spacing: 0.03em;
        text-indent: 0.03em;
    }
    a.btn-border>span>span {
        font-size: 11px;
        letter-spacing: 0.06em;
        text-indent: 0.06em;
        margin-top: 2px;
    }
    a.btn-border>span:before {
        width: 13px;
        height: 13px;
        right: 18px;
    }
    .guide04-child>p {
        font-size: 17px;
        margin-top: 30px;
    }
    .guide04-child>h5 {
        font-size: 26px;
    }
    .contents05-inner>p,
    #ent-sec .title-inner>p,
    #special-sec .title-inner>p {
        font-size: 19px;
    }
    #contents05 .title-inner,
    #goodsall .title-inner {
        margin-bottom: 45px;
    }
    .contents05-inner2>img.abs1 {
        max-height: 192px;
        top: -192px;
    }
    .contents05-inner2 {
        margin-top: 240px;
    }
    .goods-img-detail:nth-child(1)>img, .goods-img-detail:nth-child(2)>img {
        max-height: 274px;
    }
    a.btn-border>span {
        width: 380px;
        padding: 25px 40px;
        font-size: 21px;
        letter-spacing: 0.03em;
        text-indent: 0.03em;
    }
    #goods06 .title-inner {
        margin-top: -85px;
    }
    .goods-img-detail>p {
        font-size: 21px;
    }
    .goods-img-detail>p>span {
        font-size: 18px;
    }
    .goods-img-inner>p {
        font-size: 16px;
        margin-top: 25px;
        letter-spacing: 0.03em;
        text-indent: 0.03em;
    }
    .goods-sec-inner img.abs4 {
        bottom: 185px;
    }
    #faq-sec,
    #goodsall-second {
        background-size: 107px, 107px, 334px;
        background-position: calc(0%) calc(0%), calc(100%) calc(0%), left top;
    }
    #faq-sec>img.abs1 {
        top: 120px;
        max-height: 102px;
        left: calc(50% - 245px);
    }
    #faq-sec>img.abs2 {
        top: 128px;
        max-height: 97px;
        left: calc(50% + 135px);
    }
    #faq-sec>img.abs5 {
        max-height: 150px;
    }
    #venue02 .flex1 {
        margin-top: 100px;
    }
    .goodsall-sec-detail>h5 {
        font-size: 18px;
        min-height: 51px;
    }
    .goodsall-sec-detail>p {
        font-size: 16px;
    }
    .goodsall-sec-detail>p>span {
        font-size: 13px;
    }
    #goodsall .goods-sec-inner img.abs1 {
        left: -75px;
        top: -200px;
    }
    .goodsall-sec-child:last-child>img {
        max-height: 32px;
    }
    #special-sec img.title-img, #ent-sec img.title-img, .hl-page #contents05 img.title-img {
        max-height: 55px;
    }
    .hl-page #contents05>img.abs3 {
        max-height: 234px;
        right: calc(50% - 335px);
        top: 15px;
    }
    .hl-page #contents05>img.abs2 {
        max-height: 244px;
        left: calc(50% - 345px);
        top: 15px;
    }
    #ent-sec .title-inner img.abs5 {
        max-height: 67px;
        top: -85px;
    }
    .ent-sec-inner>img.abs1 {
        right: -40px;
        max-height: 386px;
    }
    .ent-sec-inner>img.abs2 {
        max-height: 89px;
        left: -10px;
        bottom: -10px;
    }
    .intro-sec-inner>img.abs1, .intro-sec-inner>img.abs2 {
        max-height: 433.5px;
    }
    #point-sec>img.abs1 {
        left: calc(50% - 270px);
        max-height: 131px;
        top: -35px;
    }
    .point-sec-child:last-child>img.abs1 {
        right: -50px;
        max-height: 397px;
        top: -45px;
    }
    .point-sec-child:last-child>img.abs2 {
        max-height: 88px;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs1 {
        max-height: 394px;
        right: -65px;
        top: -40px;
    }
    .intro-sec-inner>img.abs4 {
        max-height: 316px;
        bottom: -250px;
        left: 63%;
    }
    #point-sec>img.abs2 {
        left: calc(50% - 150px);
        max-height: 252px;
        bottom: -165px;
    }
    #special-sec>img.abs3 {
        max-height: 124px;
        top: -20px;
        left: calc(50% - 250px);
    }
    .special-sec-child>img.abs1 {
        max-height: 402px;
        left: -95px;
        top: -50px;
    }
    .special-sec-child>img.abs3 {
        max-height: 467px;
        right: -90px;
        top: -100px;
    }
    #special-sec .title-inner.next-title>img.title-img {
        max-height: 123px;
        margin-bottom: 50px;
    }
    .intro-sec-inner>img.abs3 {
        max-height: 68px;
        left: 50px;
        bottom: -35px;
    }
}

@media screen and (max-width: 640px) {
    .backtop {
        width: 55px;
        height: 132px;
        right: 15px;
    }
    .faq-sec-inner>img.abs1 {
        max-height: 88px;
        top: -90px;
    }
    .faq-sec-inner {
        margin-top: 138px;
    }
    .about-inner>h4 {
        font-size: 21px;
    }
    #venue02 .flex1 .venue-list h4 {
        font-size: 16px;
        min-height: 42px;
    }
    #venue02 .flex1 .venue-list p {
        font-size: 14px;
    }
    #ticket03 .title-inner h4 {
        font-size: 24px;
    }
    .ticket-table td, .ticket-table th {
        padding: 10px 8px;
    }
    .guide04-btn-inner .stripe-btn {
        width: 350px;
    }
    .guide04-btn-inner {
        justify-content: center;
    }
    .guide-attenntion-inner .goods-sec-attenntion {
        margin-top: 60px;
    }
    a.btn-border>span {
        width: 350px;
        padding: 25px 30px;
    }
    #venue02 .flex1 .venue-list p.min2-2 {
        min-height: 45px;
    }
    .goods-sec-attenntion,
    .guide-attenntion-inner .goods-sec-attenntion {
        margin-top: 50px;
    }
    .ticket-detail-inner {
        margin-top: 30px;
    }
    .contact-inner {
        padding: 35px 40px;
    }
    .contact-child:last-child {
        margin-left: 25px;
    }
    .contact-inner img {
        max-height: 37px;
    }
    .contact-inner h4 {
        font-size: 22px;
    }
    #special-sec img.title-img, #ent-sec img.title-img, .hl-page #contents05 img.title-img {
        max-height: 51px;
    }
    .hl-page #contents05>img.abs3 {
        max-height: 224px;
        right: calc(50% - 315px);
        top: 20px;
    }
    .hl-page #contents05>img.abs2 {
        max-height: 239px;
        left: calc(50% - 325px);
        top: 15px;
    }
    #point-sec, #ent-sec {
        padding: 150px 0 90px;
    }
    .ent-sec-inner>img.abs1 {
        right: -40px;
        max-height: 356px;
    }
    .ent-sec-inner>img.abs2 {
        max-height: 79px;
    }
    .intro-sec-inner>img.abs1, .intro-sec-inner>img.abs2 {
        max-height: 393.5px;
    }
    .intro-sec-inner>img.abs3 {
        max-height: 63px;
        left: 40px;
        bottom: -30px;
    }
    .intro-sec-inner>img.abs4 {
        max-height: 286px;
        bottom: -230px;
        left: 64%;
    }
    .ent-sec-inner>img.abs3 {
        max-height: 73px;
        left: -35px;
        top: -35px;
    }
    #ent-sec {
        background-size: 100%, 208px, 202px, 277px, 201px, 182px, 267px, 174px;
        background-position: center top, calc(50% + 80px) calc(57%), calc(50% - 205px) calc(3%), calc(50% + 200px) calc(48%), calc(50% - 215px) calc(49%), calc(50% + 220px) calc(104%), calc(50% - 200px) calc(95%), left top;
    }
    .point-title>img {
        max-height: 60px;
    }
    .point-title>h3 {
        font-size: 38px;
    }
    .point-sec-inner:nth-child(n+2) .point-sec-child {
        margin-top: 80px;
    }
    .point-sec-child:last-child>img.abs1 {
        right: -50px;
        max-height: 367px;
        top: -30px;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs1 {
        max-height: 374px;
        right: -60px;
        top: -40px;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs2 {
        max-height: 106px;
        left: -15px;
        bottom: -15px;
    }
    #point-sec>img.abs2 {
        left: calc(50% - 150px);
        max-height: 232px;
        bottom: -150px;
    }
    #special-sec {
        background-size: 100%, 172px, 170px, 322px, 270px, 303px, 184px;
        padding: 150px 0 280px;
        background-position: center top, calc(50% - 290px) calc(105%), calc(50% + 270px) calc(102%), calc(50% - 210px) calc(2%), calc(50% + 245px) calc(18%), calc(50% + 130px) calc(68%), left top;
    }
    #point-sec {
        background-size: 100%, 0, 0, 322px, 270px, 124px, 122px, 322px, 277px, 391px, 291px, 583px, 194px;
        background-position: center top, calc(50% - 625px) calc(29%), calc(50% + 620px) calc(63%), calc(50% - 160px) calc(1%), calc(50% + 200px) calc(28%), calc(50% - 250px) calc(36%), calc(50% + 260px) calc(54%), calc(50% - 160px) calc(68%), calc(50% + 210px) calc(103%), calc(50% + 60px) calc(34%), calc(50% + 115px) calc(43%), calc(50% - 295px) calc(58%), left top;
    }
    .special-sec-child>img.abs1 {
        max-height: 383px;
        left: -95px;
        top: -55px;
    }
    .special-sec-child>img.abs3 {
        max-height: 437px;
        right: -85px;
        top: -85px;
    }
    .special-sec-child>img.abs4 {
        max-height: 46px;
        bottom: -100px;
    }
    .special-sec-child>img.abs2 {
        max-height: 80px;
        top: -100px;
        right: 0;
    }
    #special-sec .title-inner.next-title>img.title-img {
        max-height: 118px;
        margin-bottom: 50px;
    }
    #ent-sec .title-inner.second-title, #special-sec .title-inner.next-title {
        margin-top: 90px;
    }
    .special-sec-child>h3 {
        font-size: 30px;
        margin-top: 30px;
        margin-bottom: 20px;
        letter-spacing: 0.04em;
    }
    .special-sec-child:last-child {
        margin-top: 60px;
    }
    #special-sec>img.abs2 {
        max-height: 260px;
        right: calc(50% - 150px);
    }
    #special-sec>img.abs1 {
        max-height: 260px;
        left: calc(50% - 170px);
    }
    #special-sec {
        background-size: 100%, 172px, 170px, 322px, 270px, 303px, 184px;
        padding: 150px 0 280px;
        background-position: center top, calc(50% - 240px) calc(105%), calc(50% + 220px) calc(102%), calc(50% - 155px) calc(2%), calc(50% + 200px) calc(18%), calc(50% + 120px) calc(68%), left top;
    }
    .about-sec-inner img.abs3 {
        max-height: 76px;
        left: 40px;
        bottom: -55px;
    }
}

@media screen and (max-width: 599px) {
    ul.menulist li a,
    .menu_wrapper.is-fixed ul.menulist li a {
        font-size: 13px;
    }
    .anniversary-child:first-child>img {
        max-height: 250px;
    }
    .anniversary-child>h3 {
        font-size: 62px;
    }
    .message-child>h3>span {
        font-size: 27px;
    }
    .message-child>h3 {
        font-size: 23px;
        background-size: 44px;
        padding-left: 50px;
        line-height: 40px;
    }
    .message-sec-inner>img.abs1 {
        max-height: 84px;
        right: calc(50% - 280px);
        top: -20px;
    }
    #venue02>img.abs1 {
        max-height: 88px;
        left: calc(50% - 260px);
        top: -20px;
    }
    #venue02>img.abs2 {
        max-height: 106px;
        right: calc(50% - 260px);
        top: -25px;
    }
    #venue02 {
        padding: 170px 0 100px;
    }
    .about-inner>h4 {
        font-size: 20px;
    }
    .about-child>p {
        font-size: 14px;
    }
    .about-sec-inner img.abs2 {
        max-height: 320px;
        bottom: 100px;
    }
    #venue02 .flex1 .venue-list {
        padding: 15px;
        padding-top: 55px;
    }
    #venue02 .flex2.venue-att img.abs {
        max-height: 66px;
        top: -30px;
    }
    #venue02 .flex2 h4, .guide-attenntion-inner .goods-sec-attenntion>h4, .goods-sec-attenntion>h4 {
        font-size: 20px;
    }
    #venue02 .flex2 p {
        font-size: 16px;
    }
    .ticket-table td span {
        font-size: 10px;
    }
    .contents05-inner2>img.abs1 {
        max-height: 182px;
        top: -182px;
    }
    .contents05-inner2 {
        margin-top: 230px;
    }
    .goods-img-detail:nth-child(1)>img, .goods-img-detail:nth-child(2)>img {
        max-height: 264px;
    }
    .goods-img-detail {
        width: calc(50% - 10px);
    }
    .goods-img-detail>p {
        font-size: 20px;
        background-size: 17px;
        background-position: left top 6px;
        padding-left: 21px;
    }
    .goods-img-detail>p>span {
        font-size: 17px;
    }
    .goods-sec-inner img.abs1 {
        max-height: 354px;
        left: -55px;
        top: -50px;
    }
    .goods-sec-inner img.abs4 {
        bottom: 190px;
        max-height: 339px;
    }
    #venue02 .flex2 {
        margin-top: 60px;
    }
    .guide04-child>h5 {
        margin-top: 20px;
    }
    .guide04-inner {
        margin-bottom: 45px;
    }
    #goodsall .goods-sec-inner img.abs3 {
        top: -100px;
    }
    #goodsall .goods-sec-inner img.abs1 {
        left: -65px;
        top: -170px;
    }
    .goodsall-sec-detail {
        padding: 18px 20px;
    }
    .goodsall-sec-detail>h5 {
        letter-spacing: 0;
    }
    .goodsall-sec-child:last-child>img {
        max-height: 28px;
    }
    .goodsall-sec-child>img.abs {
        max-height: 28px;
        top: -14px;
    }
    .intro-sec-inner>img.abs1, .intro-sec-inner>img.abs2 {
        max-height: 363.5px;
    }
    .intro-sec-inner>img.abs1 {
        left: -55px;
        top: -45px;
    }
    .intro-sec-inner>img.abs2 {
        right: -55px;
        top: -45px;
    }
    #point-sec>img.abs1 {
        left: calc(50% - 215px);
        max-height: 121px;
        top: -35px;
    }
    .point-sec-child:last-child>img.abs1 {
        right: -45px;
        max-height: 347px;
        top: -20px;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs1 {
        max-height: 354px;
        right: -55px;
        top: -30px;
    }
    .special-sec-child>img.abs1 {
        max-height: 363px;
        left: -90px;
        top: -55px;
    }
    .special-sec-child>img.abs3 {
        max-height: 417px;
        right: -80px;
        top: -85px;
    }
    #special-sec img.title-img, #ent-sec img.title-img, .hl-page #contents05 img.title-img {
        max-height: 49px;
    }
    .point-title>img {
        max-height: 56px;
    }
    .point-title>h3 {
        font-size: 36px;
    }
    #special-sec .title-inner.next-title>img.title-img {
        max-height: 113px;
        margin-bottom: 50px;
    }
    #special-sec .title-inner>p {
        text-align: justify;
    }
    #special-sec .title-inner>p br {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    img.title-img {
        margin-bottom: 25px;
    }
    img.none575 {
        display: none;
    }
    footer small {
        font-size: 13px;
    }
    .news-inner {
        border-radius: 12px;
        padding: 20px 0;
    }
    #faq-sec img.title-img, img.title-img {
        max-height: 74px;
    }
    .title-inner>h4 {
        font-size: 28px;
    }
    .anniversary-child:first-child>img {
        max-height: 230px;
    }
    .anniversary-child>h3 {
        font-size: 60px;
    }
    .anniversary-child>h4 {
        font-size: 30px;
    }
    .anniversary-child>h4>span {
        font-size: 48px;
    }
    .goods-sec-inner, .ticket-sec-inner, .about-sec-inner, .message-sec-inner, .faq-sec-inner {
        padding: 35px;
    }
    .faq-sec-child h3 {
        font-size: 16px;
        padding-left: 1.8em;
        text-indent: -1.5em;
        letter-spacing: 0.06em;
        margin-bottom: 10px;
    }
    .faq-sec-child p {
        font-size: 14px;
        letter-spacing: 0.06em;
        padding-left: 29px;
    }
    #faq-sec>img.abs5 {
        max-height: 140px;
    }
    .faq-sec-child {
        padding-bottom: 25px;
    }
    .faq-sec-child:nth-child(n+3) {
        padding-top: 25px;
    }
    .faq-sec-inner>img.abs1 {
        max-height: 78px;
        top: -80px;
    }
    .faq-sec-inner {
        margin-top: 128px;
    }
    #faq-sec>img.abs1 {
        top: 120px;
        max-height: 92px;
        left: calc(50% - 230px);
    }
    #faq-sec>img.abs2 {
        top: 125px;
        max-height: 82px;
        left: calc(50% + 130px);
    }
    img.sub-title-img {
        max-height: 52px;
    }
    #news01 .message-sec-inner .title-inner {
        margin-top: -61px;
    }
    .message-sec-inner>img.abs1,
    #venue02>img.abs3 {
        max-height: 0;
    }
    .message-inner {
        margin-top: 30px;
    }
    .message-child>h3 {
        font-size: 22px;
        background-size: 40px;
        padding-left: 48px;
        line-height: 36px;
    }
    .message-child>h3>span {
        font-size: 26px;
    }
    #venue02>img.abs2 {
        right: calc(50% - 225px);
    }
    #venue02 .title-inner {
        margin-top: -73px;
    }
    .about-inner>h3 {
        font-size: 32px;
    }
    .about-inner>h4 {
        font-size: 19px;
    }
    .about-inner>h3>span {
        font-size: 22px;
        margin-left: 20px;
    }
    .about-sec-inner img.abs2 {
        max-height: 310px;
        bottom: 110px;
    }
    #venue02 .flex1 {
        margin-top: 95px;
    }
    #venue02 .stripe-btn a.btn-border>span {
        font-size: 15px;
        padding: 12px;
    }
    #venue02 .flex1 .venue-list>img {
        max-width: 108px;
        top: -40px;
    }
    #venue02 .flex1 .venue-list {
        padding: 15px;
        padding-top: 50px;
        width: calc(100% / 2 - 7.5px);
    }
    #venue02 .flex1 .venue-list p {
        line-height: 1.5em;
    }
    #venue02 .flex1 .venue-list h4.none-min {
        min-height: 0;
    }
    #venue02 .flex1 .venue-list h4.min3 {
        min-height: 63px;
    }
    #venue02 .flex2.venue-att img.abs {
        max-height: 56px;
        top: -25px;
    }
    #ticket03>img.abs1 {
        left: calc(50% - 260px);
    }
    #venue02 .flex2 h4, .guide-attenntion-inner .goods-sec-attenntion>h4, .goods-sec-attenntion>h4 {
        font-size: 19px;
    }
    #venue02 .flex2{
        margin-top: 55px;
    }
    #venue02 .flex2,
    .goods-sec-attenntion {
        padding: 25px 35px;
    }
    .ticket-detail-inner {
        padding: 25px 35px;
        border-radius: 5px;
        margin-top: 30px;
    }
    #venue02 .flex2 p {
        font-size: 15px;
    }
    .ticket-sec-inner img.abs1 {
        max-height: 122px;
    }
    #guide04>img.abs1 {
        left: calc(50% - 310px);
        top: -45px;
        max-height: 149px;
    }
    .guide-attenntion-inner .goods-sec-attenntion>h4, .goods-sec-attenntion>h4 {
        margin-bottom: 15px;
    }
    .guide-attenntion-inner .goods-attenntion-child p:nth-child(n+2) {
        margin-top: 10px;
    }
    #contents05>img.abs1 {
        max-height: 172px;
        left: calc(50% - 260px);
    }
    #contents05 .title-inner,
    #goodsall .title-inner {
        margin-bottom: 40px;
    }
    .contents05-inner>p,
    #ent-sec .title-inner>p,
    #special-sec .title-inner>p {
        font-size: 18px;
    }
    .contents05-inner2>img.abs1 {
        max-height: 172px;
        top: -172px;
    }
    .contents05-inner2 {
        margin-top: 220px;
    }
    #goods06 .title-inner {
        margin-top: -76px;
    }
    .goods-img-detail:nth-child(1)>img, .goods-img-detail:nth-child(2)>img {
        max-height: 234px;
    }
    .goods-sec-inner img.abs3 {
        max-height: 142px;
        right: -40px;
        top: -50px;
    }
    .goods-sec-inner img.abs2 {
        max-height: 210px;
        left: -45px;
        bottom: 300px;
    }
    .goods-sec-inner img.abs1 {
        max-height: 334px;
        left: -60px;
        top: -40px;
    }
    .goods-sec-inner img.abs4 {
        bottom: 175px;
        max-height: 319px;
    }
    #news01 {
        background-size: 348px, 290px, 238.5px, 238.5px, 238.5px, 238.5px, 106px;
        background-position: calc(50% - 100px) calc(0%), calc(50% + 130px) calc(18%), calc(50% - 300px) calc(50%), calc(50% + 280px) calc(50%), calc(50% - 285px) calc(100%), calc(50% + 300px) calc(100%), left top;
    }
    #venue02 {
        background-size: 100%, 177px, 177px, 106px;
        background-position: center top, calc(50% - 200px) calc(5%), calc(50% + 200px) calc(0%), left top;
    }
    #ticket03 {
        background-size: 180px, 284px, 106px;
        background-position: calc(50% - 200px) calc(5%), calc(50% + 170px) calc(100%), left top;
    }
    #news01 .loop_wrap2, #news01 .loop_wrap2 div img {
        height: 180px;
    }
    #guide04 {
        background-size: 236px, 236px;
        background-position: calc(50% - 170px) calc(0%), calc(50% + 170px) calc(105%);
    }
    #contents05 {
        padding: 100px 0 210px;
        background-size: 277px, 364px, 255px, 272px, 106px;
        background-position: calc(50% + 140px) calc(95%), calc(50% + 120px) calc(4%), calc(50% - 170px) calc(88%), calc(50% - 155px) calc(0%), left top;
    }
    #goods06,
    #goodsall {
        padding: 230px 0 100px;
        background-size: 285px, 285px, 106px;
        background-position: calc(50% - 150px) calc(105%), calc(50% + 150px) calc(40%), left top;
    }
    #goodsall {
        padding: 100px 0;
    }
    #goods06 .loop_wrap, #goods06 .loop_wrap div img {
        height: 220px;
    }
    #goods06 .loop-sec {
        margin-top: -340px;
    }
    table.ticket-table, .ticket-table td, .ticket-table th {
        font-size: 14px;
    }
    .ticket-table td, .ticket-table th {
        padding: 8px 5px;
    }
    #contents05 a.btn-border {
        margin-top: 40px;
    }
    .news-child {
        max-height: 180px;
        height: 180px;
    }
    .guide04-child>h5 {
        font-size: 25px;
    }
    #news01 .flex.youtube {
        margin-top: 30px;
    }
    div#anc-contents05 {
        padding-top: 70px;
        margin-top: -71px;
    }
    div#anc-goods06 {
        padding-top: 90px;
        margin-top: -91px;
    }
    .contact-child:first-child,
    .contact-child:last-child,
    .contact-child {
        width: 100%;
    }
    .contact-child:last-child {
        margin-left: 0;
        margin-top: 5px;
    }
    .goodsall-sec-child, .goodsall-sec-child:last-child {
        width: calc(100% / 2 - 10px);
    }
    .goodsall-sec-child:nth-child(n+2) {
        margin-left: 20px;
    }
    .goodsall-sec-detail>h5 {
        font-size: 17px;
        min-height: 48px;
    }
    .goodsall-sec-detail>p {
        font-size: 15px;
        letter-spacing: 0.06em;
    }
    .goodsall-sec-detail>p>span {
        font-size: 12px;
    }
    .goodsall-sec-detail {
        padding: 10px 15px;
    }
    .goodsall-sec-child>img.abs {
        max-height: 26px;
        top: -13px;
    }
    .goodsall-sec-child:nth-child(n+3), .goodsall-sec-child:nth-child(n+4) {
        margin-top: 40px;
    }
    .goodsall-sec-child:nth-child(odd) {
        margin-left: 0;
    }
    .goodsall-sec-child:last-child>img {
        max-height: 24px;
    }
    .goodsall-sec-child:last-child>h4 {
        line-height: 1.6em;
    }
    #special-sec img.title-img, #ent-sec img.title-img, .hl-page #contents05 img.title-img {
        max-height: 46px;
    }
    .hl-page #contents05>img.abs3 {
        max-height: 209px;
        right: calc(50% - 290px);
        top: 20px;
    }
    .hl-page #contents05>img.abs2 {
        max-height: 219px;
        left: calc(50% - 300px);
        top: 15px;
    }
    #ent-sec .title-inner img.abs5 {
        max-height: 62px;
        top: -80px;
    }
    #point-sec, #ent-sec {
        padding: 140px 0 90px;
    }
    .ent-sec-inner>img.abs1 {
        right: -40px;
        max-height: 326px;
    }
    .ent-sec-inner>img.abs2 {
        max-height: 69px;
    }
    .intro-sec-inner>img.abs1, .intro-sec-inner>img.abs2 {
        max-height: 343.5px;
    }
    .intro-sec-inner>img.abs3 {
        max-height: 58px;
        left: 40px;
        bottom: -25px;
    }
    .intro-sec-inner>img.abs4 {
        max-height: 256px;
        bottom: -205px;
        left: 60%;
    }
    #point-sec>img.abs1 {
        left: calc(50% - 210px);
        max-height: 116px;
        top: -35px;
    }
    .point-title>img {
        max-height: 52px;
    }
    .point-title>h3 {
        font-size: 34px;
    }
    .point-sec-child>p, .special-sec-child>p {
        font-size: 16px;
    }
    .point-sec-child:last-child, .point-sec-inner:last-child .point-sec-child:last-child {
        margin-top: 35px;
    }
    .point-sec-child:last-child>img.abs2 {
        max-height: 73px;
    }
    .point-sec-child:last-child>img.abs1 {
        right: -45px;
        max-height: 317px;
        top: -25px;
    }
    .point-sec-inner:nth-child(n+2) .point-sec-child {
        margin-top: 70px;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs1 {
        max-height: 329px;
        right: -50px;
        top: -40px;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs2 {
        max-height: 96px;
        left: -15px;
        bottom: -15px;
    }
    #special-sec>img.abs3 {
        max-height: 114px;
        top: -18px;
        left: calc(50% - 210px);
    }
    #point-sec>img.abs2 {
        left: calc(50% - 120px);
        max-height: 212px;
        bottom: -130px;
    }
    .special-sec-child>img.abs2 {
        max-height: 70px;
        top: -90px;
    }
    .special-sec-child>img.abs1 {
        max-height: 333px;
        left: -75px;
        top: -50px;
    }
    .special-sec-child>h3 {
        font-size: 28px;
        margin-top: 30px;
        margin-bottom: 20px;
        letter-spacing: 0.04em;
    }
    .special-sec-child>img.abs3 {
        max-height: 387px;
        right: -65px;
        top: -90px;
    }
    #special-sec .title-inner.next-title>img.title-img {
        max-height: 108px;
        margin-bottom: 40px;
    }
    .special-sec-child:last-child {
        margin-top: 50px;
    }
    #special-sec>img.abs1 {
        max-height: 240px;
        left: calc(50% - 160px);
    }
    #special-sec>img.abs2 {
        max-height: 240px;
        right: calc(50% - 140px);
    }
    #ent-sec {
        background-size: 100%, 188px, 182px, 247px, 181px, 162px, 237px, 154px;
        background-position: center top, calc(50% + 60px) calc(55%), calc(50% - 180px) calc(2%), calc(50% + 155px) calc(48%), calc(50% - 195px) calc(49%), calc(50% + 199px) calc(104%), calc(50% - 175px) calc(92%), left top;
    }
    #point-sec {
        background-size: 100%, 0, 0, 292px, 240px, 104px, 102px, 292px, 247px, 361px, 261px, 533px, 174px;
        background-position: center top, calc(50% - 625px) calc(29%), calc(50% + 620px) calc(63%), calc(50% - 140px) calc(1%), calc(50% + 155px) calc(28%), calc(50% - 230px) calc(36%), calc(50% + 230px) calc(54%), calc(50% - 135px) calc(68%), calc(50% + 190px) calc(103%), calc(50% + 60px) calc(36%), calc(50% + 115px) calc(45%), calc(50% - 250px) calc(60%), left top;
    }
    #special-sec {
        background-size: 100%, 152px, 150px, 292px, 240px, 273px, 164px;
        padding: 140px 0 260px;
        background-position: center top, calc(50% - 226px) calc(105%), calc(50% + 200px) calc(102%), calc(50% - 155px) calc(2%), calc(50% + 200px) calc(18%), calc(50% + 120px) calc(68%), left top;
    }
    .about-sec-inner img.abs3 {
        max-height: 71px;
        left: auto;
        right: 35px;
        bottom: -55px;
    }
}

@media screen and (min-width: 576px) {
    img.none576,
    br.none576 {
        display: none;
    }
}

@media screen and (max-width: 540px) {
    #faq-sec img.title-img, img.title-img {
        max-height: 70px;
    }
    #goods06 .title-inner {
        margin-top: -73px;
    }
    img.sub-title-img {
        max-height: 50px;
    }
    .news-sns-inner img.sub-title-img {
        margin-bottom: 20px;
    }
    .message-child>h3 {
        font-size: 21px;
        background-size: 36px;
        padding-left: 42px;
        line-height: 33px;
    }
    #venue02 .title-inner {
        margin-top: -76px;
    }
    .about-inner>h4 {
        font-size: 18px;
    }
    .about-sec-inner img.abs2 {
        max-height: 290px;
        bottom: 125px;
    }
    #ticket03 img.title-img {
        margin-bottom: 25px;
    }
    #ticket03 .title-inner {
        margin-top: -73px;
        margin-bottom: 35px;
    }
    #ticket03 .title-inner h4 {
        font-size: 22px;
    }
    .ticket-table-inner {
        overflow-x: scroll;
    }
    table.ticket-table {
        width: 100%;
        min-width: 550px;
    }
    .ticket-attention {
        min-width: 550px;
    }
    .guide04-btn-inner .stripe-btn {
        width: 300px;
    }
    .ticket-btn-inner>img {
        max-height: 40px;
    }
    .guide04-child img.guide-img {
        max-height: 270px;
    }
    .guide04-child img.abs {
        max-height: 303px;
    }
    a.btn-border>span {
        width: 300px;
        padding: 25px 30px;
        font-size: 20px;
    }
    #contents05 a.btn-border {
        margin-top: 35px;
    }
    .contents05-inner2>img.abs1 {
        max-height: 152px;
        top: -152px;
    }
    .contents05-inner2 {
        margin-top: 195px;
    }
    .goods-img-detail:nth-child(1)>img, .goods-img-detail:nth-child(2)>img {
        max-height: 214px;
    }
    .goods-img-detail>p {
        font-size: 18px;
        background-size: 15px;
        background-position: left top 5px;
        padding-left: 18px;
    }
    .goods-img-detail>p>span {
        font-size: 15px;
    }
    .goods-img-detail:nth-child(n+3) {
        margin-top: 25px;
    }
    .goods-sec-inner img.abs3,
    .goods-sec-inner img.abs2 {
        max-height: 0;
    }
    #venue02 .flex1 {
        margin-top: 90px;
    }
    .anniversary-child>h3 {
        font-size: 58px;
    }
    .guide-attenntion-inner img.abs1 {
        max-height: 70px;
        right: -20px;
        top: -25px;
    }
    #special-sec img.title-img, #ent-sec img.title-img, .hl-page #contents05 img.title-img {
        max-height: 44px;
    }
    .hl-page #contents05>img.abs3 {
        max-height: 204px;
        right: calc(50% - 275px);
        top: 20px;
    }
    .hl-page #contents05>img.abs2 {
        max-height: 209px;
        left: calc(50% - 285px);
        top: 15px;
    }
    #special-sec .title-inner.next-title>img.title-img {
        max-height: 103px;
        margin-bottom: 40px;
    }
    .ticket-detail-child:last-child p {
        text-align: justify;
        padding-left: 1em;
        text-indent: -1.06em;
        line-height: 1.3em;
    }
    .ticket-detail-child:last-child p:last-child {
        margin-top: 5px;
    }
}

@media screen and (max-width: 520px) {
    .faq-sec-inner>img.abs1 {
        max-height: 68px;
        top: -70px;
    }
    .faq-sec-inner {
        margin-top: 118px;
    }
    #faq-sec,
    #goodsall-second {
        background-size: 97px, 97px, 334px;
    }
    #faq-sec>img.abs5 {
        max-height: 130px;
    }
    .guide04-child img.guide-img {
        max-height: 240px;
    }
    .guide04-child img.abs {
        max-height: 273px;
    }
    .guide-attenntion-inner img.abs1 {
        max-height: 70px;
    }
    .anniversary-child>h3 {
        font-size: 56px;
    }
    .anniversary-child:first-child>img {
        max-height: 210px;
    }
    .anniversary-child:last-child {
        margin-top: 40px;
    }
    .anniversary-child>h4>span {
        font-size: 44px;
    }
    .anniversary-child>h4 {
        font-size: 28px;
    }
    .anniversary-child>h5 {
        font-size: 21px;
    }
    .message-sec-inner {
        margin-top: 90px;
    }
    .message-child>h3>span {
        font-size: 24px;
    }
    .message-child>h3 {
        font-size: 19px;
        background-size: 32px;
        padding-left: 35px;
        line-height: 30px;
    }
    .about-sec-inner img.abs2 {
        max-height: 260px;
        bottom: 130px;
        right: -20px;
    }
    #venue02 .flex1 .venue-list>img {
        max-width: 98px;
        top: -35px;
    }
    #venue02 .stripe-btn a.btn-border>span {
        font-size: 14px;
        padding: 11px;
    }
    #venue02 a.btn-border>span:before {
        width: 9px;
        height: 9px;
    }
    #venue02 .flex1 .venue-list {
        padding-top: 45px;
    }
    #venue02 .flex1 .venue-list h4 {
        font-size: 15px;
        min-height: 39px;
    }
    #venue02 .flex1 .venue-list h4.min3 {
        min-height: 59px;
    }
    #venue02 .flex2.venue-att img.abs {
        max-height: 46px;
        top: -20px;
    }
    #ticket03>img.abs1 {
        left: calc(50% - 215px);
    }
    #guide04>img.abs1 {
        left: calc(50% - 265px);
        top: -40px;
        max-height: 139px;
    }
    #contents05>img.abs1 {
        max-height: 167px;
        left: calc(50% - 235px);
    }
    #faq-sec img.title-img, img.title-img {
        max-height: 64px;
    }
    #venue02 .title-inner {
        margin-top: -72px;
    }
    #venue02 .flex1 {
        margin-top: 80px;
    }
    #ticket03 .title-inner {
        margin-top: -65px;
        margin-bottom: 30px;
    }
    #ticket03 img.title-img {
        margin-bottom: 20px;
    }
    #ticket03 .title-inner h4 {
        font-size: 21px;
    }
    .goods-sec-inner img.abs1 {
        max-height: 314px;
        left: -55px;
        top: -35px;
    }
    .goods-sec-inner img.abs5 {
        max-height: 0;
    }
    .goods-attenntion-child p,
    .goods-sec-attenntion>p {
        font-size: 14px;
        letter-spacing: 0.06em;
    }
    .goods-sec-inner img.abs4 {
        bottom: -160px;
        max-height: 304px;
        right: -55px;
        z-index: 1;
    }
    .goods-sec-attenntion {
        margin-top: 45px;
    }
    .contents05-inner>p,
    #ent-sec .title-inner>p,
    #special-sec .title-inner>p {
        font-size: 17px;
    }
    .ticket-detail-child:first-child p {
        font-size: 14px;
    }
    .goods-img-child {
        margin-top: 20px;
    }
    .goods-img-detail:nth-child(1)>img, .goods-img-detail:nth-child(2)>img {
        max-height: 194px;
    }
    .goods-img-detail>p {
        font-size: 17px;
        letter-spacing: 0;
        background-size: 14px;
        padding-left: 17px;
    }
    #venue02 .flex2 p {
        font-size: 14px;
    }
    .goods-sec-attenntion>p:last-child {
        text-indent: -1.06em;
    }
    #goodsall .goods-sec-inner img.abs4 {
        right: -65px;
        bottom: -180px;
        z-index: 0;
    }
    .goodsall-sec-detail>h5 {
        font-size: 16px;
        min-height: 45px;
    }
    #special-sec img.title-img, #ent-sec img.title-img, .hl-page #contents05 img.title-img {
        max-height: 42px;
    }
    .ent-sec-inner>img.abs1 {
        right: -40px;
        max-height: 296px;
    }
    .intro-sec-inner>img.abs1, .intro-sec-inner>img.abs2 {
        max-height: 323.5px;
    }
    .point-sec-child:last-child>img.abs1 {
        right: -40px;
        max-height: 297px;
        top: -30px;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs1 {
        max-height: 314px;
        right: -50px;
        top: -45px;
    }
    .special-sec-child>h3 {
        font-size: 26px;
        margin-top: 25px;
        margin-bottom: 15px;
        letter-spacing: 0.04em;
    }
    .special-sec-child>img.abs1 {
        max-height: 303px;
        left: -70px;
        top: -45px;
    }
    .special-sec-child>img.abs3 {
        max-height: 357px;
        right: -70px;
        top: -80px;
    }
    .point-title>img {
        max-height: 48px;
    }
    .point-title>h3 {
        font-size: 32px;
    }
    #special-sec .title-inner.next-title>img.title-img {
        max-height: 98px;
        margin-bottom: 40px;
    }
    #ent-sec .title-inner>p {
        margin-top: 35px;
    }
    #ent-sec .title-inner, #special-sec .title-inner {
        margin-bottom: 40px;
    }
    .special-sec-child>img.abs2 {
        max-height: 60px;
        top: -80px;
    }
    .special-sec-child>img.abs4 {
        bottom: -90px;
    }
}

@media screen and (max-width: 499px) {
    .goodsall-sec-detail>h5 {
        font-size: 15px;
        min-height: 42px;
    }
    .goodsall-sec-detail>p {
        font-size: 14px;
        letter-spacing: 0.03em;
    }
    .goodsall-sec-detail>p>span {
        font-size: 11px;
    }
    .goodsall-sec-child>img.abs {
        right: 10px;
    }
    #special-sec img.title-img, #ent-sec img.title-img, .hl-page #contents05 img.title-img {
        max-height: 40px;
    }
    .hl-page #contents05>img.abs3 {
        max-height: 199px;
        right: calc(50% - 256px);
        top: 20px;
    }
    .hl-page #contents05>img.abs2 {
        max-height: 194px;
        left: calc(50% - 261px);
        top: 25px;
    }
    .ent-sec-inner>img.abs1 {
        right: -40px;
        max-height: 281px;
    }
    .intro-sec-inner>img.abs1, .intro-sec-inner>img.abs2 {
        max-height: 313.5px;
    }
    #point-sec>img.abs1 {
        left: calc(50% - 190px);
        max-height: 106px;
        top: -35px;
    }
    .point-title>img {
        max-height: 46px;
    }
    .point-title>h3 {
        font-size: 30px;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs1 {
        max-height: 294px;
        right: -50px;
        top: -35px;
    }
    .special-sec-child>img.abs1 {
        max-height: 293px;
        left: -70px;
        top: -45px;
    }
    .special-sec-child>img.abs3 {
        max-height: 347px;
        right: -70px;
        top: -80px;
    }
    #special-sec .title-inner.next-title>img.title-img {
        max-height: 93px;
        margin-bottom: 40px;
    }
    #ent-sec .title-inner.second-title, #special-sec .title-inner.next-title {
        margin-top: 80px;
    }

}

@media screen and (max-width: 480px) {
    img.none480,
    div.none480 {
        display: none;
    }
    .menu-logo img {
        max-height: 38px;
    }
    .backtop {
        width: 50px;
        height: 120px;
    }
    #faq-sec>img.abs5 {
        max-height: 115px;
    }
    .faq-sec-child:nth-child(n+3) {
        padding-top: 20px;
    }
    .faq-sec-child {
        padding-bottom: 20px;
    }
    footer small {
        color: #fff;
        font-size: 12px;
    }
    #banner.content_wrapper {
      padding: 50px 0;
    }
    #faq-sec img.title-img, img.title-img {
        max-height: 58px;
    }
    .title-inner>h4 {
        font-size: 26px;
    }
    .goods-sec-inner, .ticket-sec-inner, .about-sec-inner, .message-sec-inner, .faq-sec-inner {
        padding: 30px;
    }
    #faq-sec {
        padding: 70px 0;
        background-size: 92px, 92px, 334px;
    }
    #goodsall-second {
        background-size: 92px, 92px, 334px;
    }
    #faq-sec>img.abs5 {
        max-height: 115px;
    }
    .faq-sec-child:nth-child(n+3) {
        padding-top: 20px;
    }
    .faq-sec-child {
        padding-bottom: 20px;
    }
    .faq-sec-inner>img.abs1 {
        max-height: 58px;
        top: -60px;
    }
    .faq-sec-inner {
        margin-top: 103px;
    }
    #faq-sec>img.abs1 {
        top: 90px;
        max-height: 82px;
        left: calc(50% - 205px);
    }
    #faq-sec>img.abs2 {
        top: 100px;
        max-height: 67px;
        left: calc(50% + 115px);
    }
    #news01 {
        padding: 70px 0;
        background-size: 298px, 260px, 218.5px, 218.5px, 218.5px, 218.5px, 106px;
        background-position:
        calc(50% - 90px) calc(0%), calc(50% + 90px) calc(19%), calc(50% - 235px) calc(35%),
        calc(50% + 240px) calc(47%), calc(50% - 246px) calc(100%), calc(50% + 250px) calc(100%), left top;
    }
    .anniversary-child:first-child>img {
        max-height: 180px;
    }
    .anniversary-child>h3 {
        font-size: 52px;
        letter-spacing: 0.03em;
        text-indent: 0.03em;
    }
    .anniversary-child>h4 {
        font-size: 26px;
        letter-spacing: 0.02em;
        margin-right: -0.02em;
    }
    .anniversary-child>h4>span {
        font-size: 42px;
    }
    .anniversary-child>h5 {
        font-size: 20px;
    }
    #news01 .loop_wrap2, #news01 .loop_wrap2 div img {
        height: 150px;
    }
    #news01 .loop-sec {
        margin-top: 70px;
    }
    img.sub-title-img {
        max-height: 46px;
    }
    .news-sns-inner {
        margin-top: 60px;
    }
    .news-child {
        max-height: 150px;
        height: 150px;
    }
    .news-sns-child:last-child {
        margin-top: 45px;
    }
    #news01 .stripe-btn a.btn-border {
        width: 300px;
        margin-top: 25px;
    }
    #news01 .stripe-btn a.btn-border>span {
        padding: 20px;
        font-size: 22px;
    }
    #news01 a.btn-border>span>span {
        font-size: 14px;
        margin-left: 8px;
    }
    #news01 a.btn-border>span>span:last-child {
        font-size: 12px;
        margin-left: 8px;
    }
    #news01 a.btn-border>span:before {
        width: 11px;
        height: 11px;
    }
    #news01 .message-sec-inner .title-inner {
        margin-top: -57px;
    }
    .message-sec-inner {
        margin-top: 75px;
    }
    .message-detail-child p {
        font-size: 13px;
    }
    .message-detail-child:last-child>img {
        max-width: 170px;
    }
    .message-child>h3 {
        font-size: 16px;
        background-size: 30px;
        padding-left: 36px;
        line-height: 28px;
    }
    .message-child>h3>span {
        font-size: 20px;
    }
    #news01 .flex.youtube {
        margin-top: 25px;
    }
    #venue02>img.abs1 {
        max-height: 73px;
        left: calc(50% - 215px);
        top: -15px;
    }
    #venue02>img.abs2 {
        right: calc(50% - 200px);
        max-height: 91px;
    }
    #venue02 .title-inner {
        margin-top: -64px;
    }
    .about-sec-inner img.abs2 {
        max-height: 0;
    }
    .about-inner>h3 {
        font-size: 30px;
        margin-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .about-inner>h4 {
        line-height: 1.6em;
    }
    .about-inner>h3>span {
        font-size: 20px;
        margin-left: 15px;
        top: -4px;
    }
    #venue02 .flex1 .venue-list>img {
        max-width: 88px;
        top: -30px;
    }
    #venue02 .flex1 {
        margin-top: 70px;
    }
    #venue02 .flex1 .venue-list:nth-child(n+3), #venue02 .flex1 .venue-list:nth-child(n+4) {
        margin-top: 55px;
    }
    #venue02 .flex1 .venue-list {
        padding: 12px;
        padding-top: 45px;
        width: calc(100% / 2 - 6px);
    }
    #venue02 .stripe-btn a.btn-border>span {
        font-size: 13px;
        padding: 10px;
    }
    #venue02 a.btn-border>span:before {
        width: 8px;
        height: 8px;
        right: 12px;
    }
    #venue02 .flex1 .venue-list h4.min3,
    #venue02 .flex1 .venue-list h4.min4 {
        min-height: 78px;
    }
    #venue02 .flex2.venue-att img.abs {
        max-height: 41px;
        right: 15px;
        top: -25px;
    }
    #venue02 .flex2 {
        margin-top: 50px;
    }
    #ticket03>img.abs1 {
        left: calc(50% - 205px);
        max-height: 77px;
        top: -25px;
    }
    #venue02 {
        background-size: 100%, 157px, 157px, 106px;
        background-position: center top, calc(50% - 165px) calc(5%), calc(50% + 165px) calc(12%), left top;
        padding: 125px 0 70px;
    }
    #ticket03 {
        background-size: 160px, 244px, 106px;
        background-position: calc(50% - 160px) calc(5%), calc(50% + 135px) calc(108%), left top;
        padding: 90px 0 70px;
    }
    #ticket03 .title-inner {
        margin-top: -60px;
        margin-bottom: 25px;
    }
    table.ticket-table,
    .ticket-attention {
        min-width: 450px;
    }
    #venue02 .flex2, .goods-sec-attenntion {
        padding: 20px 25px;
    }
    .ticket-detail-inner {
        padding: 20px 25px;
    }
    .ticket-detail-child:last-child {
        margin-top: 20px;
    }
    .ticket-btn-inner>img {
        max-height: 35px;
    }
    .ticket-btn-inner {
        margin-top: 30px;
    }
    .guide04-btn-inner .stripe-btn {
        width: 270px;
    }
    .guide04-btn-inner .stripe-btn a.btn-border>span {
        padding: 18px 15px;
        font-size: 20px;
    }
    .ticket-sec-inner img.abs1 {
        max-height: 102px;
    }
    #guide04>img.abs1 {
        left: calc(50% - 240px);
        top: -40px;
        max-height: 130px;
    }
    #guide04 {
        background-size: 206px, 206px;
        background-position: calc(50% - 160px) calc(20%), calc(50% + 160px) calc(105%);
        padding: 70px 0;
    }
    .guide04-child img.guide-img {
        max-height: 200px;
    }
    .guide04-child img.abs {
        max-height: 233px;
    }
    .guide04-child>p {
        font-size: 16px;
        margin-top: 25px;
    }
    .guide04-child>h5 {
        font-size: 24px;
    }
    .guide04-child:nth-child(2) {
        margin-top: 40px;
    }
    .guide-attenntion-inner img.abs1 {
        max-height: 55px;
        right: -15px;
        top: -20px;
    }
    #contents05>img.abs1 {
        max-height: 147px;
        left: calc(50% - 220px);
        top: -60px;
    }
    #contents05 {
        padding: 70px 0 170px;
        background-size: 247px, 314px, 225px, 232px, 106px;
        background-position: calc(50% + 105px) calc(96%), calc(50% + 90px) calc(15%), calc(50% - 140px) calc(90%), calc(50% - 115px) calc(0%), left top;
    }
    .contents05-inner>p,
    #ent-sec .title-inner>p,
    #special-sec .title-inner>p {
        font-size: 16px;
    }
    #contents05 .title-inner,
    #goodsall .title-inner {
        margin-bottom: 35px;
    }
    a.btn-border>span {
        width: 280px;
        padding: 22px 20px;
        font-size: 18px;
    }
    #contents05 a.btn-border {
        margin-top: 30px;
    }
    a.btn-border>span:before {
        width: 12px;
        height: 12px;
    }
    .contents05-inner2>img.abs1 {
        max-height: 132px;
        top: -132px;
    }
    .contents05-inner2 {
        margin-top: 170px;
    }
    #goods06 .loop_wrap, #goods06 .loop_wrap div img {
        height: 190px;
    }
    #goods06 .loop-sec {
        margin-top: -285px;
    }
    #goods06,
    #goodsall {
        padding: 190px 0 70px;
        background-size: 255px, 255px, 106px;
        background-position: calc(50% - 130px) calc(105%), calc(50% + 130px) calc(40%), left top;
    }
    #goodsall {
        padding: 70px 0;
    }
    #goods06 .title-inner {
        margin-top: -65px;
    }
    img.title-img {
        margin-bottom: 22px;
    }
    .goods-sec-inner img.abs1 {
        max-height: 294px;
    }
    .goods-sec-inner img.abs4 {
        max-height: 284px;
        right: -50px;
    }
    .goods-img-detail:nth-child(1)>img, .goods-img-detail:nth-child(2)>img {
        max-height: 174px;
    }
    .goods-img-detail>p {
        font-size: 15px;
        background-size: 12px;
        padding-left: 16px;
        background-position: left top 4px;
    }
    .goods-img-detail>p>span {
        font-size: 13px;
    }
    .goods-img-inner>p {
        font-size: 14px;
        margin-top: 20px;
    }
    #venue02 .flex2 h4, .guide-attenntion-inner .goods-sec-attenntion>h4, .goods-sec-attenntion>h4 {
        font-size: 18px;
    }
    #venue02 .flex2 h4 {
        margin-bottom: 8px;
    }
    a.btn-border>span,
    .goods-sec-attenntion,
    .ticket-detail-inner,
    .news-inner,
    #venue02 .flex2 {
        border-radius: 8px;
    }
    a.btn-border:before {
        border-radius: 0 0 8px 8px;
    }
    #ticket03 .title-inner h4 {
        font-size: 20px;
    }
    .guide-attenntion-inner .goods-sec-attenntion {
        margin-top: 50px;
    }
    .guide04-inner {
        margin-bottom: 40px;
    }
    .guide-attenntion-inner .goods-sec-attenntion {
        margin-top: 45px;
    }
    .goods-sec-attenntion {
        margin-top: 40px;
    }
    div#anc-ticket03 {
        padding-top: 70px;
        margin-top: -71px;
    }
    div#anc-contents05 {
        padding-top: 50px;
        margin-top: -51px;
    }
    div#anc-goods06 {
        padding-top: 70px;
        margin-top: -71px;
    }
    .contact-inner {
        border-radius: 10px;
        margin-top: 70px;
    }
    .contact-inner img {
        max-height: 32px;
    }
    .contact-inner h4 {
        font-size: 20px;
        line-height: 1.2em;
    }
    .contact-child:first-child {
        margin-bottom: 15px;
    }
    #goodsall .goods-sec-inner img.abs1 {
        left: -60px;
        top: -145px;
    }
    #goodsall .goods-sec-attenntion {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    #goodsall .goods-sec-inner img.abs4 {
        right: -60px;
        bottom: -130px;
        z-index: 0;
    }
    .goodsall-sec-child:nth-child(n+2) {
        margin-left: 15px;
    }
    .goodsall-sec-child:nth-child(odd) {
        margin-left: 0;
    }
    .goodsall-sec-child, .goodsall-sec-child:last-child {
        width: calc(100% / 2 - 7.5px);
        border-radius: 8px;
    }
    .goodsall-sec-child>img.abs {
        max-height: 24px;
        top: -12px;
    }
    #goodsall-second {
        padding: 70px 0;
    }
    .goodsall-sec-child:nth-child(n+3), .goodsall-sec-child:nth-child(n+4) {
        margin-top: 35px;
    }
    .goodsall-sec-detail {
        padding: 10px 12px;
    }
    .goodsall-sec-child:last-child>h4 {
        font-size: 19px;
    }
    .hl-page #contents05 {
        padding: 70px 0 55px;
    }
    #point-sec, #ent-sec {
        padding: 115px 0 80px;
    }
    #special-sec {
        padding: 115px 0 220px;
    }
    .hl-page #contents05>img.abs2 {
        max-height: 179px;
        left: calc(50% - 250px);
        top: 10px;
    }
    .hl-page #contents05>img.abs3 {
        max-height: 174px;
        right: calc(50% - 240px);
        top: 10px;
    }
    #ent-sec .title-inner img.abs5 {
        max-height: 52px;
        top: -70px;
    }
    #ent-sec .title-inner>p {
        margin-top: 30px;
    }
    #ent-sec .title-inner, #special-sec .title-inner {
        margin-bottom: 35px;
    }
    #special-sec img.title-img, #ent-sec img.title-img, .hl-page #contents05 img.title-img {
        max-height: 38px;
    }
    .ent-sec-inner>img.abs1 {
        right: -35px;
        max-height: 266px;
    }
    .ent-sec-inner>img.abs2 {
        max-height: 59px;
    }
    .intro-sec-inner>img.abs1, .intro-sec-inner>img.abs2 {
        max-height: 283.5px;
        top: -30px;
    }
    .intro-sec-inner>img.abs3 {
        max-height: 48px;
        left: 30px;
        bottom: -23px;
    }
    .intro-sec-inner>img.abs4 {
        max-height: 226px;
        bottom: -180px;
        left: 60%;
    }
    #point-sec>img.abs1 {
        left: calc(50% - 170px);
        max-height: 96px;
        top: -35px;
    }
    .ent-sec-inner>img.abs3 {
        max-height: 63px;
        left: -30px;
        top: -30px;
    }
    .point-sec-child>p, .special-sec-child>p {
        font-size: 15px;
    }
    .point-title>img {
        max-height: 42px;
    }
    .point-title>h3 {
        font-size: 28px;
    }
    .point-title {
        margin-bottom: 20px;
    }
    .point-sec-child:last-child>img.abs2 {
        max-height: 63px;
    }
    .point-sec-child:last-child>img.abs1 {
        right: -40px;
        max-height: 267px;
        top: -20px;
    }
    .point-sec-child:last-child, .point-sec-inner:last-child .point-sec-child:last-child {
        margin-top: 30px;
    }
    .point-sec-inner:nth-child(n+2) .point-sec-child {
        margin-top: 60px;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs1 {
        max-height: 274px;
        right: -45px;
        top: -25px;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs2 {
        max-height: 86px;
        left: -10px;
        bottom: -10px;
    }
    #point-sec>img.abs2 {
        left: calc(50% - 110px);
        max-height: 192px;
        bottom: -120px;
    }
    #special-sec>img.abs3 {
        max-height: 99px;
        top: -13px;
        left: calc(50% - 190px);
    }
    .special-sec-child>img.abs2 {
        max-height: 60px;
        right: 25px;
        top: -75px;
    }
    .special-sec-child>img.abs1 {
        max-height: 273px;
        left: -65px;
        top: -35px;
    }
    .special-sec-child>h3 {
        font-size: 24px;
        margin-top: 22px;
        margin-bottom: 13px;
        letter-spacing: 0.04em;
    }
    .special-sec-child>img.abs3 {
        max-height: 307px;
        right: -65px;
        top: -65px;
    }
    #special-sec .title-inner.next-title>img.title-img {
        max-height: 88px;
        margin-bottom: 35px;
    }
    #special-sec>img.abs1 {
        max-height: 210px;
        left: calc(50% - 130px);
    }
    #special-sec>img.abs2 {
        max-height: 210px;
        right: calc(50% - 120px);
    }
    #ent-sec .title-inner.second-title, #special-sec .title-inner.next-title {
        margin-top: 70px;
    }
    .special-sec-child>img.abs4 {
        bottom: -70px;
        max-height: 41px;
    }
    #ent-sec {
        background-size: 100%, 168px, 162px, 217px, 161px, 142px, 207px, 134px;
        background-position: center top, calc(50% + 50px) calc(53%), calc(50% - 150px) calc(2%), calc(50% + 125px) calc(59%), calc(50% - 150px) calc(47%), calc(50% + 160px) calc(104%), calc(50% - 180px) calc(123%), left top;
    }
    #point-sec {
        background-size: 100%, 0, 0, 262px, 220px, 84px, 82px, 262px, 217px, 331px, 231px, 483px, 154px;
        background-position: center top, calc(50% - 625px) calc(29%), calc(50% + 620px) calc(63%), calc(50% - 110px) calc(1%), calc(50% + 120px) calc(27%), calc(50% - 190px) calc(35%), calc(50% + 190px) calc(52%), calc(50% - 103px) calc(65%), calc(50% + 155px) calc(103%), calc(50% + 25px) calc(34%), calc(50% + 80px) calc(42%), calc(50% - 250px) calc(57%), left top;
    }
    #special-sec {
        background-size: 100%, 132px, 130px, 262px, 220px, 243px, 144px;
        background-position: center top, calc(50% - 180px) calc(105%), calc(50% + 160px) calc(102%), calc(50% - 110px) calc(2%), calc(50% + 140px) calc(18%), calc(50% + 70px) calc(66%), left top;
    }
    .about-sec-inner img.abs3 {
        max-height: 61px;
        right: 30px;
        bottom: -50px;
    }
}

@media screen and (min-width: 481px) {
    img.none481,
    div.none481,
    br.none481 {
        display: none;
    }
}

@media screen and (max-width: 460px) {
    .goodsall-sec-detail>h5 {
        font-size: 14px;
        min-height: 40px;
    }
    .goodsall-sec-detail>p {
        font-size: 13px;
    }
    .goodsall-sec-child:last-child>img {
        max-height: 20px;
    }
    #special-sec img.title-img, #ent-sec img.title-img, .hl-page #contents05 img.title-img {
        max-height: 36px;
    }
    .hl-page #contents05>img.abs2 {
        max-height: 179px;
        left: calc(50% - 235px);
        top: 10px;
    }
    .hl-page #contents05>img.abs3 {
        max-height: 174px;
        right: calc(50% - 225px);
        top: 10px;
    }
    .ent-sec-inner>img.abs1 {
        right: -35px;
        max-height: 246px;
    }
    .intro-sec-inner>img.abs1, .intro-sec-inner>img.abs2 {
        max-height: 263.5px;
        top: -25px;
    }
    #point-sec>img.abs1 {
        left: calc(50% - 170px);
        max-height: 91px;
        top: -35px;
    }
    .special-sec-child>img.abs1 {
        max-height: 258px;
        left: -65px;
        top: -30px;
    }
    .special-sec-child>img.abs3 {
        max-height: 292px;
        right: -65px;
        top: -60px;
    }
    #special-sec .title-inner.next-title>img.title-img {
        max-height: 83px;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 440px) {
    img.none440,
    div.none440 {
      display: none;
    }
    footer small {
        font-size: 11px;
    }
    #faq-sec img.title-img, img.title-img {
        max-height: 56px;
    }
    .anniversary-child>h3 {
        font-size: 50px;
        letter-spacing: 0.02em;
        text-indent: 0.02em;
    }
    .anniversary-child:last-child {
        margin-top: 35px;
    }
    #venue02 .title-inner {
        margin-top: -63px;
    }
    .goods-img-detail>p {
        font-size: 14px;
        background-position: left top 3px;
    }
    .guide-attenntion-inner .goods-sec-attenntion>h4, .goods-sec-attenntion>h4 {
        margin-bottom: 12px;
    }
    .goodsall-sec-child, .goodsall-sec-child:last-child {
        width: 100%;
    }
    .goodsall-sec-child:nth-child(n+2) {
        margin-left: 0;
    }
    .goodsall-sec-child:nth-child(n+2),
    .goodsall-sec-child:nth-child(n+3),
    .goodsall-sec-child:nth-child(n+4) {
        margin-top: 35px;
    }
    .goodsall-sec-detail>h5 {
        font-size: 16px;
        min-height: 0;
    }
    .goodsall-sec-detail>p {
        font-size: 14px;
    }
    .goodsall-sec-detail {
        padding: 18px 20px;
    }
    .goodsall-sec-child:last-child>h4 {
        text-align: center;
        margin-right: -0.03em;
    }
    .goodsall-sec-child:last-child>h4>br {
        display: block;
    }
    #point-sec, #ent-sec {
        padding: 105px 0 75px;
    }
    #special-sec {
        padding: 105px 0 200px;
    }
    #ent-sec .title-inner img.abs5 {
        max-height: 47px;
        top: -60px;
    }
    #special-sec img.title-img, #ent-sec img.title-img, .hl-page #contents05 img.title-img {
        max-height: 35px;
    }
    #special-sec .title-inner.next-title>img.title-img {
        max-height: 78px;
        margin-bottom: 35px;
    }
    .ent-sec-inner>img.abs1 {
        right: -35px;
        max-height: 231px;
    }
    .intro-sec-inner>img.abs4 {
        max-height: 226px;
        bottom: -163px;
        left: 63%;
    }
    #point-sec>img.abs1 {
        left: calc(50% - 160px);
        max-height: 86px;
        top: -30px;
    }
    .point-sec-child:last-child>img.abs1 {
        right: -35px;
        max-height: 247px;
        top: -25px;
    }
    .point-title>img {
        max-height: 38px;
    }
    .point-title>h3 {
        font-size: 26px;
        margin-left: 25px;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs1 {
        max-height: 254px;
        right: -40px;
        top: -30px;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs2 {
        max-height: 76px;
        left: -10px;
        bottom: -10px;
    }
    #special-sec>img.abs3 {
        max-height: 89px;
        top: -10px;
        left: calc(50% - 160px);
    }
    #point-sec>img.abs2 {
        left: calc(50% - 90px);
        max-height: 177px;
        bottom: -110px;
    }
    .special-sec-child>img.abs1 {
        max-height: 248px;
        left: -65px;
        top: -25px;
    }
    .special-sec-child>h3 {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 13px;
        letter-spacing: 0.04em;
    }
    .special-sec-child>img.abs3 {
        max-height: 277px;
        right: -60px;
        top: -55px;
    }
    #special-sec>img.abs1 {
        max-height: 180px;
        left: calc(50% - 115px);
    }
    #special-sec>img.abs2 {
        max-height: 180px;
        right: calc(50% - 100px);
    }
    #ent-sec {
        background-size: 100%, 168px, 162px, 217px, 161px, 142px, 207px, 134px;
        background-position: center top, calc(50% + 50px) calc(53%), calc(50% - 150px) calc(2%), calc(50% + 125px) calc(59%), calc(50% - 150px) calc(47%), calc(50% + 160px) calc(102%), calc(50% - 180px) calc(131%), left top;
    }
    #special-sec {
        background-size: 100%, 122px, 120px, 262px, 220px, 243px, 144px;
        background-position: center top, calc(50% - 170px) calc(105%), calc(50% + 150px) calc(102%), calc(50% - 110px) calc(2%), calc(50% + 140px) calc(18%), calc(50% + 70px) calc(66%), left top;
    }
    .about-sec-inner img.abs3 {
        max-height: 56px;
        right: 30px;
        bottom: -45px;
    }
}

@media screen and (min-width: 441px) {
    br.none441,
    img.none441,
    div.none441 {
      display: none;
    }
}

@media screen and (max-width: 428px) {
    .backtop {
        width: 45px;
        height: 108px;
    }
    #banner.content_wrapper {
      padding: 45px 0;
    }
    .title-inner>h4 {
        font-size: 24px;
    }
    .anniversary-child:first-child>img {
        max-height: 160px;
    }
    .anniversary-child>h3 {
        font-size: 44px;
    }
    .anniversary-child>h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .anniversary-child>h4>span {
        font-size: 38px;
    }
    .anniversary-child>h5 {
        font-size: 18px;
    }
    img.sub-title-img {
        max-height: 44px;
    }
    .news-sns-inner img.sub-title-img {
        margin-bottom: 15px;
    }
    #news01 .message-sec-inner .title-inner {
        margin-top: -51px;
    }
    .message-inner {
        margin-top: 25px;
    }
    #faq-sec img.title-img, img.title-img {
        max-height: 54px;
    }
    .about-inner>h3 {
        font-size: 28px;
    }
    #venue02 .title-inner {
        margin-top: -58px;
    }
    .about-inner>h3>span {
        font-size: 19px;
        top: -3px;
    }
    .about-inner>h4 {
        font-size: 17px;
    }
    #venue02 .flex1 .venue-list {
        padding: 10px;
        padding-top: 43px;
        width: calc(100% / 2 - 5px);
    }
    #venue02 .stripe-btn a.btn-border>span {
        font-size: 12px;
    }
    #venue02 a.btn-border>span:before {
        width: 7px;
        height: 7px;
        right: 10px;
    }
    #venue02 .flex1 .venue-list:nth-child(n+3), #venue02 .flex1 .venue-list:nth-child(n+4) {
        margin-top: 50px;
    }
    #venue02 .flex1 {
        margin-top: 60px;
    }
    #venue02 .flex2 h4, .guide-attenntion-inner .goods-sec-attenntion>h4, .goods-sec-attenntion>h4 {
        font-size: 16px;
    }
    #venue02 .flex2.venue-att img.abs {
        max-height: 36px;
        right: 10px;
        top: -20px;
    }
    #venue02 .flex2 {
        margin-top: 40px;
    }
    #venue02 .flex2 p,
    .ticket-attention p,
    .ticket-detail-child:first-child p,
    .goods-attenntion-child p, .goods-sec-attenntion>p {
        font-size: 13px;
    }
    .goods-attenntion-child p::before {
        font-size: 9px;
        top: 1px;
    }
    #contents05>img.abs1 {
        max-height: 137px;
        left: calc(50% - 205px);
    }
    #contents05 .title-inner,
    #goodsall .title-inner {
        margin-bottom: 30px;
    }
    .contents05-inner2>img.abs1 {
        max-height: 112px;
        top: -112px;
    }
    .contents05-inner2 {
        margin-top: 145px;
    }
    .goods-img-detail:nth-child(1)>img, .goods-img-detail:nth-child(2)>img {
        max-height: 154px;
    }
    .goods-img-detail>p {
        font-size: 14px;
    }
    #goods06 .title-inner {
        margin-top: -55px;
    }
    .ticket-attention {
        margin-top: 15px;
    }
    .ticket-detail-child:first-child p {
        line-height: 1.7em;
    }
    .ticket-detail-child:last-child p,
    .goods-img-inner>p {
        font-size: 11px;
    }
    .ticket-detail-inner {
        padding: 20px 25px;
    }
    table.ticket-table, .ticket-attention {
        min-width: 420px;
    }
    #ticket03 .title-inner h4 {
        font-size: 19px;
    }
    a.btn-border>span {
        width: 250px;
        padding: 20px;
    }
    .goods-sec-inner img.abs1 {
        max-height: 264px;
        left: -50px;
    }
    .goods-sec-inner img.abs4 {
        max-height: 254px;
        right: -45px;
        bottom: -130px;
    }
    .guide04-btn-inner .stripe-btn a.btn-border>span {
        padding: 15px;
        font-size: 18px;
    }
    a.btn-border>span>span {
        font-size: 10px;
        letter-spacing: 0.04em;
        text-indent: 0.04em;
    }
    .guide04-btn-inner .stripe-btn {
        width: 250px;
    }
    .ticket-sec-inner img.abs1 {
        max-height: 92px;
    }
    #guide04>img.abs1 {
        left: calc(50% - 215px);
        max-height: 120px;
    }
    .guide04-child>p {
        font-size: 15px;
    }
    .guide04-child>h5 {
        font-size: 23px;
        margin-top: 18px;
    }
    .guide04-child:nth-child(2) {
        margin-top: 30px;
    }
    .guide04-child img.abs {
        max-height: 203px;
    }
    .guide04-child img.guide-img {
        max-height: 170px;
    }
    .goods-sec-inner, .ticket-sec-inner, .about-sec-inner, .message-sec-inner, .faq-sec-inner {
        padding: 25px;
    }
    .faq-sec-child p {
        font-size: 13px;
        padding-left: 27px;
    }
    .faq-sec-child h3 {
        font-size: 15px;
        margin-bottom: 8px;
    }
    #faq-sec>img.abs5 {
        max-height: 110px;
    }
    .faq-sec-inner {
        margin-top: 98px;
    }
    #faq-sec>img.abs1 {
        max-height: 72px;
        left: calc(50% - 190px);
    }
    #faq-sec>img.abs2 {
        top: 95px;
        max-height: 62px;
        left: calc(50% + 105px);
    }
    .goods-sec-attenntion {
        margin-top: 35px;
    }
    .news-child {
        max-height: 130px;
        height: 130px;
    }
    .contact-inner {
        border-radius: 8px;
        padding: 30px;
    }
    .contact-inner h4 {
        font-size: 19px;
    }
    #goodsall .goods-sec-attenntion {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    #special-sec img.title-img, #ent-sec img.title-img, .hl-page #contents05 img.title-img {
        max-height: 33px;
    }
    #point-sec, #ent-sec {
        padding: 100px 0 70px;
    }
    #special-sec {
        padding: 100px 0 200px;
    }
    .ent-sec-inner>img.abs2 {
        max-height: 54px;
    }
    .ent-sec-inner>img.abs1 {
        right: -35px;
        max-height: 221px;
    }
    #ent-sec .title-inner>p {
        margin-top: 25px;
    }
    #ent-sec .title-inner, #special-sec .title-inner {
        margin-bottom: 30px;
    }
    .ent-sec-inner>img.abs3 {
        max-height: 58px;
        left: -25px;
        top: -28px;
    }
    .intro-sec-inner>img.abs1, .intro-sec-inner>img.abs2 {
        max-height: 233.5px;
        top: -20px;
    }
    .intro-sec-inner>img.abs2 {
        right: -45px;
    }
    .intro-sec-inner>img.abs1 {
        left: -45px;
    }
    .intro-sec-inner>img.abs3 {
        max-height: 43px;
        left: 30px;
        bottom: -20px;
    }
    #point-sec>img.abs1 {
        left: calc(50% - 155px);
        max-height: 81px;
        top: -30px;
    }
    .point-title>img {
        max-height: 36px;
    }
    .point-sec-child:last-child>img.abs1 {
        right: -30px;
        max-height: 232px;
        top: -20px;
    }
    .point-sec-child:last-child>img.abs2 {
        max-height: 58px;
    }
    .point-sec-child>p, .special-sec-child>p {
        font-size: 14px;
    }
    .point-sec-child:last-child, .point-sec-inner:last-child .point-sec-child:last-child {
        margin-top: 25px;
    }
    .point-title>h3 {
        font-size: 25px;
    }
    .point-sec-inner:nth-child(n+2) .point-sec-child {
        margin-top: 55px;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs1 {
        max-height: 234px;
        right: -35px;
        top: -25px;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs2 {
        max-height: 71px;
        left: -10px;
        bottom: -10px;
    }
    #special-sec>img.abs3 {
        max-height: 84px;
        top: -10px;
        left: calc(50% - 160px);
    }
    #point-sec>img.abs2 {
        left: calc(50% - 80px);
        max-height: 162px;
        bottom: -100px;
    }
    .special-sec-child>img.abs1 {
        max-height: 238px;
        left: -60px;
        top: -25px;
    }
    .special-sec-child>img.abs3 {
        max-height: 272px;
        right: -55px;
        top: -50px;
    }
    .special-sec-child:last-child {
        margin-top: 45px;
    }
    .special-sec-child>img.abs2 {
        max-height: 55px;
        right: 20px;
        top: -70px;
    }
    .special-sec-child>img.abs4 {
        bottom: -65px;
        max-height: 36px;
    }
    #special-sec .title-inner.next-title>img.title-img {
        max-height: 73px;
        margin-bottom: 30px;
    }
    #ent-sec .title-inner.second-title, #special-sec .title-inner.next-title {
        margin-top: 60px;
    }
    #ent-sec {
        background-size: 100%, 148px, 142px, 197px, 141px, 122px, 187px, 114px;
        background-position: center top, calc(50% + 50px) calc(55%), calc(50% - 125px) calc(2%), calc(50% + 105px) calc(57%), calc(50% - 135px) calc(47%), calc(50% + 140px) calc(102%), calc(50% - 165px) calc(125%), left top;
    }
    #point-sec {
        background-size: 100%, 0, 0, 232px, 200px, 74px, 72px, 232px, 197px, 301px, 211px, 433px, 134px;
        background-position: center top, calc(50% - 625px) calc(29%), calc(50% + 620px) calc(63%), calc(50% - 90px) calc(1%), calc(50% + 95px) calc(27%), calc(50% - 170px) calc(35%), calc(50% + 165px) calc(52%), calc(50% - 85px) calc(66%), calc(50% + 155px) calc(103%), calc(50% + 25px) calc(34%), calc(50% + 80px) calc(42%), calc(50% - 215px) calc(56%), left top;
    }
    #special-sec {
        background-size: 100%, 112px, 110px, 232px, 200px, 213px, 124px;
        background-position: center top, calc(50% - 155px) calc(105%), calc(50% + 140px) calc(102%), calc(50% - 90px) calc(2%), calc(50% + 110px) calc(18%), calc(50% + 55px) calc(66%), left top;
    }
    .hl-page #contents05>img.abs2 {
        max-height: 179px;
        left: calc(50% - 225px);
        top: 5px;
    }
    .hl-page #contents05>img.abs3 {
        max-height: 174px;
        right: calc(50% - 215px);
        top: 5px;
    }
    .about-sec-inner img.abs3 {
        max-height: 51px;
        right: 25px;
        bottom: -40px;
    }
}

@media screen and (min-width: 429px) {
    br.none429 {
        display: none;
    }
}

@media screen and (max-width: 414px) {
    #faq-sec,
    #goodsall-second {
        background-size: 87px, 87px, 334px;
    }
    .faq-sec-inner>img.abs1 {
        max-height: 53px;
        top: -55px;
    }
    .faq-sec-inner {
        margin-top: 93px;
    }
    .anniversary-child>h4 {
        font-size: 23px;
    }
    #news01 .stripe-btn a.btn-border>span {
        padding: 20px 22px;
        font-size: 20px;
    }
    #news01 .stripe-btn a.btn-border {
        width: 290px;
    }
    img.sub-title-img {
        max-height: 40px;
    }
    #news01 .message-sec-inner .title-inner {
        margin-top: -48px;
    }
    .message-sec-inner {
        margin-top: 65px;
    }
    .message-detail-child:last-child>img {
        max-width: 150px;
    }
    .message-child>h3 {
        background-size: 40px;
        padding-left: 50px;
        line-height: 22px;
        text-align: justify;
    }
    .message-child>h3>span {
        font-size: 18px;
    }
    .message-detail-child p.none414 {
      display: none;
    }
    .message-detail-child p {
        font-size: 13px;
        text-align: justify;
        line-height: 2.5em;
        display: inline;
        margin-bottom: 0;
        padding-bottom: 6.5px;
    }
    #venue02>img.abs1 {
        max-height: 63px;
        left: calc(50% - 200px);
        top: -20px;
    }
    #venue02>img.abs2 {
        right: calc(50% - 175px);
        max-height: 81px;
    }
    #venue02 .title-inner {
        margin-top: -54px;
    }
    .about-inner>h3 {
        font-size: 26px;
    }
    .about-inner>h3>span {
        font-size: 18px;
    }
    #ticket03>img.abs1 {
        left: calc(50% - 185px);
        max-height: 77px;
    }
    #faq-sec img.title-img, img.title-img {
        max-height: 50px;
    }
    #ticket03 .title-inner {
        margin-top: -50px;
    }
    table.ticket-table, .ticket-attention {
        min-width: 390px;
    }
    .goods-img-detail>p {
        font-size: 13px;
        background-size: 10px;
        padding-left: 13px;
        background-position: left top 3px;
    }
    .goods-img-detail>p>span {
        font-size: 12px;
    }
    .message-detail-child:first-child {
        margin-top: 20px;
    }
    #special-sec img.title-img, #ent-sec img.title-img, .hl-page #contents05 img.title-img {
        max-height: 31px;
    }
    .point-title>img {
        max-height: 34px;
    }
    .special-sec-child>img.abs1 {
        max-height: 238px;
        left: -60px;
        top: -35px;
    }
    #special-sec .title-inner.next-title>img.title-img {
        max-height: 70px;
        margin-bottom: 30px;
    }
    .hl-page #contents05>img.abs2 {
        max-height: 179px;
        left: calc(50% - 220px);
        top: 5px;
    }
}

@media screen and (min-width: 415px) {
    br.none415,
    .message-detail-child p.none415 {
      display: none;
    }
}

@media screen and (max-width: 390px) {
    img.title-img {
        margin-bottom: 20px;
    }
    footer {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    footer small {
        font-size: 10px;
    }
    #banner.content_wrapper {
        padding: 40px 0;
    }
    #banner.content_wrapper .row>div:nth-child(n+3) {
        margin-top: 25px;
    }
    .news-detail p {
        font-size: 12px;
    }
    .menu_wrapper, .menu_wrapper.is-fixed {
        width: 48px;
    }
    .nav_toggle_add {
        width: 65%;
    }
    .nav_toggle_add.show i:nth-child(1) {
        transform: translateY(12px) rotate(45deg);
    }
    .anc-inner {
        margin-top: 40px;
    }
    #faq-sec {
        padding: 60px 0;
        background-size: 82px, 82px, 334px;
    }
    #goodsall-second {
        background-size: 82px, 82px, 334px;
    }
    .title-inner>h4 {
        font-size: 22px;
    }
    .faq-sec-inner>img.abs1 {
        max-height: 48px;
        top: -50px;
    }
    .faq-sec-inner {
        margin-top: 83px;
    }
    #faq-sec>img.abs1 {
        max-height: 62px;
        left: calc(50% - 165px);
        top: 80px;
    }
    #faq-sec>img.abs2 {
        top: 80px;
        max-height: 52px;
        left: calc(50% + 95px);
    }
    .faq-sec-child:nth-child(n+3) {
        padding-top: 15px;
    }
    .faq-sec-child {
        padding-bottom: 15px;
    }
    .faq-sec-child h3 {
        margin-bottom: 5px;
    }
    #faq-sec>img.abs5 {
        max-height: 100px;
    }
    .anniversary-child>h3 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .anniversary-child>h4 {
        font-size: 22px;
        margin-bottom: 18px;
    }
    .anniversary-child>h4>span {
        font-size: 34px;
    }
    .anniversary-child>h5 {
        font-size: 17px;
    }
    #news01 .loop_wrap2, #news01 .loop_wrap2 div img {
        height: 130px;
    }
    #news01 .loop-sec {
        margin-top: 60px;
    }
    img.sub-title-img {
        max-height: 38px;
    }
    .news-sns-inner {
        margin-top: 50px;
    }
    .news-sns-child:last-child {
        margin-top: 40px;
    }
    #news01 .stripe-btn a.btn-border>span {
        padding: 18px 20px;
        font-size: 18px;
    }
    #news01 a.btn-border>span>span {
        font-size: 13px;
        margin-left: 5px;
        top: -2px;
    }
    #news01 a.btn-border>span>span:last-child {
        font-size: 11px;
        margin-left: 5px;
    }
    #news01 .stripe-btn a.btn-border {
        width: 260px;
    }
    #news01 a.btn-border>span:before {
        width: 9px;
        height: 9px;
    }
    .message-detail-child:first-child {
        margin-top: 15px;
    }
    #venue02>img.abs1 {
        max-height: 58px;
        left: calc(50% - 175px);
    }
    #venue02>img.abs2 {
        right: calc(50% - 160px);
        max-height: 76px;
    }
    .about-inner>h3 {
        font-size: 24px;
    }
    .about-inner>h3>span {
        font-size: 17px;
    }
    #venue02 .flex1 .venue-list>img {
        max-width: 83px;
    }
    #venue02 .flex1 .venue-list {
        padding: 8px;
        padding-top: 40px;
        width: calc(100% / 2 - 4px);
    }
    #venue02 .stripe-btn a.btn-border>span {
        font-size: 11px;
        padding: 8px;
    }
    #venue02 .flex2 h4, .guide-attenntion-inner .goods-sec-attenntion>h4, .goods-sec-attenntion>h4 {
        font-size: 15px;
    }
    #ticket03>img.abs1 {
        left: calc(50% - 165px);
        max-height: 72px;
        top: -40px;
    }
    #faq-sec img.title-img, img.title-img {
        max-height: 47px;
    }
    #ticket03 img.title-img {
        margin-bottom: 15px;
    }
    #ticket03 .title-inner h4 {
        font-size: 18px;
    }
    #ticket03 .title-inner {
        margin-bottom: 20px;
    }
    #venue02 .title-inner {
        margin-top: -53px;
    }
    .guide04-btn-inner .stripe-btn,
    a.btn-border>span {
        width: 220px;
    }
    a.btn-border>span {
        padding: 18px;
        letter-spacing: 0.02em;
        text-indent: 0.02em;
        font-size: 17px;
    }
    .goods-img-detail {
        width: calc(50% - 5px);
    }
    .guide04-btn-inner .stripe-btn a.btn-border>span {
        padding: 14px;
        font-size: 17px;
    }
    a.btn-border>span:before {
        width: 11px;
        height: 11px;
        right: 15px;
    }
    .guide04-child>h5 {
        font-size: 22px;
        margin-top: 15px;
    }
    #contents05>img.abs1 {
        max-height: 127px;
        left: calc(50% - 180px);
    }
    #news01 {
        padding: 60px 0;
        background-size: 268px, 230px, 198.5px, 198.5px, 198.5px, 198.5px, 106px;
        background-position: calc(50% - 60px) calc(0%), calc(50% + 70px) calc(20%), calc(50% - 200px) calc(35%), calc(50% + 205px) calc(47%), calc(50% - 210px) calc(100%), calc(50% + 210px) calc(100%), left top;
    }
    #venue02 {
        background-size: 100%, 137px, 137px, 106px;
        background-position: center top, calc(50% - 135px) calc(5%), calc(50% + 135px) calc(12%), left top;
        padding: 105px 0 60px;
    }
    #ticket03 {
        background-size: 140px, 214px, 106px;
        background-position: calc(50% - 130px) calc(2%), calc(50% + 100px) calc(110%), left top;
        padding: 75px 0 60px;
    }
    #guide04 {
        background-size: 186px, 186px;
        background-position: calc(50% - 140px) calc(20%), calc(50% + 140px) calc(105%);
        padding: 60px 0;
    }
    #contents05 {
        padding: 60px 0 140px;
        background-size: 227px, 284px, 205px, 212px, 106px;
        background-position: calc(50% + 90px) calc(96%), calc(50% + 60px) calc(25%), calc(50% - 100px) calc(90%), calc(50% - 80px) calc(0%), left top;
    }
    #goods06 .loop_wrap, #goods06 .loop_wrap div img {
        height: 160px;
    }
    #goods06 .loop-sec {
        margin-top: -240px;
    }
    #goods06,
    #goodsall {
        padding: 160px 0 60px;
        background-size: 225px, 225px, 106px;
        background-position: calc(50% - 110px) calc(105%), calc(50% + 110px) calc(40%), left top;
    }
    #goodsall {
        padding: 60px 0;
    }
    .message-child>h3 {
        margin-bottom: 20px;
    }
    #venue02 .flex1 .venue-list p {
        font-size: 13px;
    }
    #venue02 .flex1 .venue-list p.min2-2 {
        min-height: 42px;
    }
    .contact-inner {
        margin-top: 60px;
    }
    .goods-sec-inner img.abs4 {
        max-height: 244px;
        right: -50px;
        bottom: -115px;
    }
    .goods-sec-inner img.abs1 {
        max-height: 259px;
    }
    #goodsall-second {
        padding: 60px 0;
    }
    #goodsall .goods-sec-inner img.abs1 {
        left: -55px;
        top: -130px;
    }
    .goodsall-sec-child:last-child>h4 {
        font-size: 18px;
    }
    #special-sec img.title-img, #ent-sec img.title-img, .hl-page #contents05 img.title-img {
        max-height: 30px;
    }
    .hl-page #contents05 {
        padding: 60px 0 50px;
    }
    .hl-page #contents05>img.abs2 {
        max-height: 164px;
        left: calc(50% - 205px);
        top: 5px;
    }
    .hl-page #contents05>img.abs3 {
        max-height: 159px;
        right: calc(50% - 200px);
        top: 5px;
    }
    #point-sec, #ent-sec {
        padding: 90px 0 60px;
    }
    #ent-sec .title-inner img.abs5 {
        max-height: 42px;
        top: -50px;
    }
    .ent-sec-inner>img.abs1 {
        right: -30px;
        max-height: 191px;
    }
    .ent-sec-inner>img.abs2 {
        max-height: 49px;
    }
    .ent-sec-inner>img.abs3 {
        max-height: 53px;
        left: -25px;
        top: -25px;
    }
    .intro-sec-inner>img.abs1, .intro-sec-inner>img.abs2 {
        max-height: 213.5px;
    }
    .intro-sec-inner>img.abs3 {
        max-height: 38px;
    }
    #point-sec>img.abs1 {
        left: calc(50% - 140px);
        max-height: 76px;
        top: -25px;
    }
    .intro-sec-inner>img.abs4 {
        max-height: 211px;
        bottom: -145px;
        left: 65%;
    }
    .point-title>img {
        max-height: 32px;
    }
    .point-title>h3 {
        font-size: 24px;
        margin-left: 20px;
    }
    .point-sec-child:last-child>img.abs1 {
        right: -30px;
        max-height: 202px;
        top: -15px;
    }
    .point-sec-child:last-child>img.abs2 {
        max-height: 53px;
    }
    .point-title {
        margin-bottom: 15px;
    }
    .point-sec-inner:nth-child(n+2) .point-sec-child {
        margin-top: 45px;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs1 {
        max-height: 204px;
        right: -30px;
        top: -20px;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs2 {
        max-height: 66px;
        left: -10px;
        bottom: -10px;
    }
    #special-sec>img.abs3 {
        max-height: 79px;
        top: -10px;
        left: calc(50% - 150px);
    }
    #point-sec>img.abs2 {
        left: calc(50% - 70px);
        max-height: 147px;
        bottom: -95px;
    }
    .special-sec-child>img.abs1 {
        max-height: 223px;
        left: -55px;
        top: -35px;
    }
    .special-sec-child>img.abs3 {
        max-height: 252px;
        right: -50px;
        top: -60px;
    }
    #special-sec>img.abs1 {
        max-height: 160px;
        left: calc(50% - 100px);
    }
    #special-sec>img.abs2 {
        max-height: 160px;
        right: calc(50% - 85px);
    }
    #special-sec {
        padding: 90px 0 180px;
    }
    #special-sec .title-inner.next-title>img.title-img {
        max-height: 68px;
        margin-bottom: 25px;
    }
    #ent-sec {
        background-size: 100%, 128px, 122px, 167px, 121px, 102px, 157px, 104px;
        background-position: center top, calc(50% + 45px) calc(54%), calc(50% - 120px) calc(4%), calc(50% + 100px) calc(52%), calc(50% - 130px) calc(47%), calc(50% + 135px) calc(102%), calc(50% - 151px) calc(120%), left top;
    }
    #point-sec {
        background-size: 100%, 0, 0, 202px, 180px, 64px, 62px, 202px, 167px, 261px, 191px, 383px, 114px;
        background-position: center top, calc(50% - 625px) calc(29%), calc(50% + 620px) calc(63%), calc(50% - 90px) calc(1%), calc(50% + 90px) calc(27%), calc(50% - 160px) calc(32%), calc(50% + 155px) calc(49%), calc(50% - 90px) calc(66%), calc(50% + 125px) calc(103%), calc(50% + 20px) calc(32%), calc(50% + 60px) calc(39%), calc(50% - 200px) calc(52%), left top;
    }
    #special-sec {
        background-size: 100%, 102px, 100px, 212px, 180px, 193px, 114px;
        background-position: center top, calc(50% - 155px) calc(105%), calc(50% + 140px) calc(102%), calc(50% - 90px) calc(2%), calc(50% + 110px) calc(18%), calc(50% + 55px) calc(66%), left top;
    }
}

@media screen and (max-width: 375px) {
    #faq-sec img.title-img, img.title-img {
        max-height: 45px;
    }
    .anniversary-child>h4 {
        font-size: 21px;
    }
    .anniversary-child>h5 {
        font-size: 16px;
    }
    .anniversary-child>h4>span {
        font-size: 32px;
    }
    img.sub-title-img {
        max-height: 36px;
    }
    #news01 .message-sec-inner .title-inner {
        margin-top: -46px;
    }
    .message-inner {
        margin-top: 20px;
    }
    .message-sec-inner {
        margin-top: 55px;
    }
    #venue02 .title-inner {
        margin-top: -51px;
    }
    .about-inner>h3 {
        font-size: 23px;
    }
    .about-inner>h3>span,
    .about-inner>h4 {
        font-size: 16px;
    }
    .about-child {
        padding: 10px 5px;
    }
    #venue02 .flex1 .venue-list h4 {
        font-size: 14px;
        min-height: 37px;
    }
    #venue02 .flex1 .venue-list h4.min3, #venue02 .flex1 .venue-list h4.min4 {
        min-height: 73px;
    }
    #venue02 .flex1 .venue-list p {
        margin-bottom: 10px;
        margin-top: 8px;
    }
    #venue02 .flex1 .venue-list {
        padding-top: 38px;
    }
    #ticket03 .title-inner h4 {
        font-size: 17px;
    }
    .ticket-btn-inner>img {
        max-height: 30px;
    }
    .guide04-btn-inner .stripe-btn a.btn-border {
        margin-top: 15px;
    }
    .guide04-child>p {
        font-size: 14px;
        line-height: 1.8em;
    }
    .title-inner>h4 {
        font-size: 21px;
    }
    .guide04-child>h5 {
        font-size: 21px;
        margin-top: 15px;
    }
    .guide04-child img.guide-img {
        max-height: 150px;
    }
    .guide04-child img.abs {
        max-height: 183px;
    }
    .guide-attenntion-inner .goods-sec-attenntion {
        margin-top: 40px;
    }
    .contents05-inner>p,
    #ent-sec .title-inner>p,
    #special-sec .title-inner>p {
        font-size: 15px;
    }
    .contents05-inner2>img.abs1 {
        max-height: 93px;
        top: -92px;
    }
    .contents05-inner2 {
        margin-top: 130px;
    }
    #goods06 .title-inner {
        margin-top: -50px;
    }
    .goods-img-detail:nth-child(1)>img, .goods-img-detail:nth-child(2)>img {
        max-height: 134px;
    }
    .goods-img-detail>p {
        font-size: 12px;
        background-position: left top 4px;
    }
    .goods-img-detail>p>span {
        font-size: 11px;
    }
    a.btn-border>span,
    .guide04-btn-inner .stripe-btn a.btn-border>span {
        font-size: 16px;
    }
    .goods-sec-inner img.abs1 {
        max-height: 234px;
        left: -45px;
    }
    .goods-sec-inner img.abs4 {
        max-height: 224px;
        right: -40px;
        bottom: -115px;
    }
    .guide04-inner {
        margin-bottom: 35px;
    }
    .contact-inner img {
        max-height: 30px;
    }
    .contact-inner h4 {
        font-size: 18px;
    }
    .contact-child:last-child {
        margin-top: 2px;
    }
    #goodsall .goods-sec-inner img.abs1 {
        left: -50px;
        top: -120px;
    }
    #goodsall .goods-sec-inner img.abs4 {
        right: -50px;
        bottom: -100px;
    }
    #special-sec img.title-img, #ent-sec img.title-img, .hl-page #contents05 img.title-img {
        max-height: 28px;
    }
    #special-sec .title-inner.next-title>img.title-img {
        max-height: 64px;
    }
    .hl-page #contents05>img.abs3 {
        max-height: 149px;
        right: calc(50% - 185px);
        top: 7px;
    }
    .hl-page #contents05>img.abs2 {
        max-height: 154px;
        left: calc(50% - 190px);
        top: 5px;
    }
}

@media screen and (max-width: 360px) {
    .backtop {
        width: 40px;
        height: 96px;
    }
    .goods-sec-inner, .ticket-sec-inner, .about-sec-inner, .message-sec-inner, .faq-sec-inner {
        padding: 20px;
        border-radius: 8px;
    }
    .faq-sec-child h3 {
        font-size: 14px;
    }
    .faq-sec-child p {
        font-size: 12px;
    }
    .title-inner>h4 {
        font-size: 20px;
    }
    .faq-sec-inner>img.abs1 {
        max-height: 43px;
        top: -45px;
    }
    .faq-sec-inner {
        margin-top: 73px;
    }
    #faq-sec>img.abs5 {
        max-height: 90px;
    }
    #faq-sec>img.abs1 {
        max-height: 57px;
        left: calc(50% - 155px);
        top: 70px;
    }
    #faq-sec>img.abs2 {
        top: 75px;
        max-height: 47px;
        left: calc(50% + 90px);
    }
    .anniversary-child:first-child>img {
        max-height: 140px;
    }
    .anniversary-child:last-child {
        margin-top: 30px;
    }
    .anniversary-child>h3 {
        font-size: 36px;
        margin-bottom: 15px;
    }
    .anniversary-child>h4 {
        font-size: 18px;
    }
    .anniversary-child>h4>span {
        font-size: 28px;
    }
    .anniversary-child>h5 {
        font-size: 15px;
    }
    img.sub-title-img {
        max-height: 34px;
    }
    #news01 .message-sec-inner .title-inner {
        margin-top: -40px;
    }
    .message-child:last-child {
        margin-top: 20px;
    }
    .message-child>h3 {
        margin-bottom: 18px;
    }
    .message-detail-child:first-child {
        margin-top: 15px;
    }
    .message-detail-child:last-child>img {
        max-width: 130px;
    }
    #news01 .flex.youtube {
        margin-top: 20px;
    }
    #venue02>img.abs1 {
        max-height: 53px;
        left: calc(50% - 160px);
    }
    #venue02>img.abs2 {
        right: calc(50% - 150px);
        max-height: 71px;
    }
    #faq-sec img.title-img, img.title-img {
        max-height: 42px;
    }
    #venue02 .title-inner {
        margin-top: -44px;
    }
    .about-inner>h3 {
        font-size: 22px;
    }
    .about-inner>h3>span, .about-inner>h4 {
        font-size: 15px;
    }
    .about-child>p {
        font-size: 13px;
    }
    #venue02 .flex1 .venue-list>img {
        max-width: 73px;
    }
    #venue02 .flex1 .venue-list {
        padding: 5px;
        padding-top: 30px;
        width: calc(100% / 2 - 2.5px);
        border: 2px solid #000000;
    }
    #venue02 .flex1 {
        margin-top: 55px;
    }
    #venue02 .flex1 .venue-list:nth-child(n+3), #venue02 .flex1 .venue-list:nth-child(n+4) {
        margin-top: 45px;
    }
    a.btn-border>span, .goods-sec-attenntion, .ticket-detail-inner, .news-inner, #venue02 .flex2 {
        border-radius: 5px;
    }
    #venue02 .flex2, .goods-sec-attenntion {
        padding: 18px 20px;
    }
    #ticket03>img.abs1 {
        left: calc(50% - 150px);
        max-height: 67px;
        top: -35px;
    }
    #ticket03 .title-inner {
        margin-top: -43px;
    }
    .ticket-detail-inner {
        padding: 18px 20px;
    }
    #contents05>img.abs1 {
        max-height: 117px;
        left: calc(50% - 170px);
    }
    .goods-img-detail:nth-child(1)>img, .goods-img-detail:nth-child(2)>img {
        max-height: 124px;
    }
    #goods06 .title-inner {
        margin-top: -45px;
    }
    a.btn-border>span:before {
        width: 10px;
        height: 10px;
    }
    .ticket-sec-inner img.abs1 {
        max-height: 82px;
    }
    #guide04>img.abs1 {
        left: calc(50% - 180px);
        max-height: 110px;
        top: -35px;
    }
    #news01 .loop_wrap2, #news01 .loop_wrap2 div img {
        height: 110px;
    }
    #goods06 .loop_wrap, #goods06 .loop_wrap div img {
        height: 130px;
    }
    #goods06 .loop-sec {
        margin-top: -195px;
    }
    #goods06,
    #goodsall {
        padding: 130px 0 60px;
        background-size: 225px, 225px, 106px;
        background-position: calc(50% - 110px) calc(105%), calc(50% + 110px) calc(40%), left top;
    }
    #goodsall {
        padding: 60px 0;
    }
    #contents05 {
        padding: 60px 0 120px;
    }
    .goods-sec-attenntion>p {
        margin-bottom: 5px;
    }
    .guide-attenntion-inner .goods-sec-attenntion>h4, .goods-sec-attenntion>h4 {
        margin-bottom: 10px;
    }
    .guide04-child>h5 {
        font-size: 20px;
        margin-top: 12px;
    }
    .goods-sec-attenntion {
        margin-top: 30px;
    }
    .guide-attenntion-inner .goods-sec-attenntion {
        margin-top: 35px;
    }
    .guide04-inner {
        margin-bottom: 30px;
    }
    #venue02 .flex1 .venue-list p {
        font-size: 12px;
    }
    #venue02 .flex1 .venue-list p.min2-2 {
        min-height: 39px;
    }
    div#anc-ticket03 {
        padding-top: 60px;
        margin-top: -61px;
    }
    div#anc-contents05 {
        padding-top: 40px;
        margin-top: -41px;
    }
    div#anc-goods06 {
        padding-top: 50px;
        margin-top: -51px;
    }
    .goods-sec-inner img.abs4 {
        right: -50px;
    }
    .goodsall-sec-detail {
        padding: 15px 18px;
    }
    #goodsall .goods-sec-inner img.abs1 {
        left: -45px;
        top: -115px;
    }
    .hl-page #contents05 {
        padding: 60px 0 45px;
    }
    #point-sec, #ent-sec {
        padding: 80px 0 55px;
    }
    #special-sec {
        padding: 80px 0 170px;
    }
    #special-sec img.title-img, #ent-sec img.title-img, .hl-page #contents05 img.title-img {
        max-height: 26px;
    }
    .point-title>img {
        max-height: 28px;
    }
    .point-title>h3 {
        font-size: 22px;
        line-height: 1.1em;
    }
    #special-sec .title-inner.next-title>img.title-img {
        max-height: 60px;
    }
    .ent-sec-inner>img.abs1 {
        right: -30px;
        max-height: 181px;
    }
    .ent-sec-inner>img.abs3 {
        max-height: 48px;
        left: -25px;
        top: -22px;
    }
    .ent-sec-inner>img.abs2 {
        max-height: 44px;
    }
    #ent-sec .title-inner>p {
        margin-top: 20px;
    }
    #ent-sec .title-inner, #special-sec .title-inner {
        margin-bottom: 25px;
    }
    .intro-sec-inner>img.abs1, .intro-sec-inner>img.abs2 {
        max-height: 193.5px;
    }
    .intro-sec-inner>img.abs2 {
        right: -35px;
    }
    .intro-sec-inner>img.abs1 {
        left: -35px;
    }
    .intro-sec-inner>img.abs3 {
        max-height: 33px;
        left: 25px;
        bottom: -15px;
    }
    #point-sec>img.abs1 {
        left: calc(50% - 120px);
        max-height: 71px;
        top: -25px;
    }
    .intro-sec-inner>img.abs4 {
        max-height: 201px;
        bottom: -125px;
        left: 70%;
    }
    .point-sec-child:last-child, .point-sec-inner:last-child .point-sec-child:last-child {
        margin-top: 20px;
    }
    .point-sec-child:last-child>img.abs2 {
        max-height: 48px;
    }
    .point-sec-child:last-child>img.abs1 {
        right: -30px;
        max-height: 192px;
        top: -15px;
    }
    .point-sec-inner:nth-child(n+2) .point-sec-child {
        margin-top: 40px;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs1 {
        max-height: 194px;
        right: -30px;
        top: -20px;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs2 {
        max-height: 61px;
        left: -10px;
        bottom: -10px;
    }
    #special-sec>img.abs3 {
        max-height: 69px;
        top: -5px;
        left: calc(50% - 130px);
    }
    #point-sec>img.abs2 {
        left: calc(50% - 62px);
        max-height: 137px;
        bottom: -88px;
    }
    .special-sec-child>img.abs1 {
        max-height: 203px;
        left: -50px;
        top: -35px;
    }
    .special-sec-child>h3 {
        font-size: 21px;
        margin-top: 18px;
        margin-bottom: 10px;
        letter-spacing: 0.03em;
    }
    .special-sec-child>img.abs3 {
        max-height: 232px;
        right: -50px;
        top: -55px;
    }
    .special-sec-child>img.abs2 {
        max-height: 45px;
        right: 10px;
        top: -60px;
    }
    .special-sec-child:last-child {
        margin-top: 40px;
    }
    .special-sec-child>img.abs4 {
        bottom: -60px;
        max-height: 31px;
    }
    #ent-sec .title-inner.second-title, #special-sec .title-inner.next-title {
        margin-top: 50px;
    }
    #special-sec>img.abs1 {
        max-height: 150px;
        left: calc(50% - 90px);
    }
    #special-sec>img.abs2 {
        max-height: 150px;
        right: calc(50% - 80px);
    }
    #point-sec {
        background-size: 100%, 0, 0, 202px, 180px, 64px, 62px, 202px, 167px, 261px, 191px, 343px, 114px;
        background-position: center top, calc(50% - 625px) calc(29%), calc(50% + 620px) calc(63%), calc(50% - 90px) calc(1%), calc(50% + 90px) calc(27%), calc(50% - 160px) calc(32%), calc(50% + 155px) calc(49%), calc(50% - 90px) calc(66%), calc(50% + 125px) calc(103%), calc(50% + 20px) calc(32%), calc(50% + 60px) calc(39%), calc(50% - 180px) calc(51%), left top;
    }
    #special-sec {
        background-size: 100%, 92px, 90px, 212px, 180px, 193px, 114px;
        background-position: center top, calc(50% - 125px) calc(105%), calc(50% + 125px) calc(102%), calc(50% - 90px) calc(2%), calc(50% + 110px) calc(18%), calc(50% + 55px) calc(66%), left top;
    }
    .about-sec-inner img.abs3 {
        max-height: 46px;
        right: 20px;
        bottom: -40px;
    }
    .goods-img-detail>p {
        font-size: 11px;
        background-size: 8px;
        padding-left: 10px;
    }
    .goods-img-detail>p>span {
        font-size: 10px;
    }
}

@media screen and (max-width: 340px) {
    #faq-sec,
    #goodsall-second {
        background-size: 77px, 77px, 334px;
    }
    .anniversary-child>h5 {
        font-size: 14px;
    }
    .news-child {
        max-height: 120px;
        height: 120px;
    }
    #news01 .stripe-btn a.btn-border>span {
        padding: 18px;
        font-size: 16px;
    }
    #news01 .stripe-btn a.btn-border {
        width: 100%;
        text-align: center;
    }
    #news01 a.btn-border>span>span {
        font-size: 12px;
    }
    #news01 a.btn-border>span:before {
        width: 8px;
        height: 8px;
        right: 12px;
    }
    .about-inner>h3 {
        font-size: 21px;
    }
    .about-child {
        padding: 8px 3px;
    }
    .about-inner>h3>span, .about-inner>h4 {
        font-size: 14px;
    }
    #faq-sec img.title-img, img.title-img {
        max-height: 38px;
    }
    #venue02 .title-inner {
        margin-top: -42px;
    }
    #news01 {
        padding: 60px 0 50px;
    }
    #venue02 {
        padding: 85px 0 60px;
    }
    #venue02 .flex1 .venue-list h4 {
        font-size: 13px;
        min-height: 34px;
    }
    #venue02 .flex1 .venue-list p {
        margin-bottom: 8px;
        margin-top: 6px;
    }
    #venue02 .flex1 .venue-list h4.min3, #venue02 .flex1 .venue-list h4.min4 {
        min-height: 68px;
    }
    #venue02 .stripe-btn a.btn-border>span {
        font-size: 10px;
        padding: 7px;
    }
    #venue02 a.btn-border>span:before {
        width: 6px;
        height: 6px;
        right: 8px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
    }
    #venue02 .flex2 h4, .guide-attenntion-inner .goods-sec-attenntion>h4, .goods-sec-attenntion>h4 {
        font-size: 14px;
    }
    #venue02 .flex2 p, .ticket-attention p, .ticket-detail-child:first-child p, .goods-attenntion-child p, .goods-sec-attenntion>p {
        font-size: 12px;
    }
    #venue02 .flex2, .goods-sec-attenntion {
        padding: 15px;
    }
    #ticket03 .title-inner h4 {
        font-size: 16px;
    }
    #ticket03 .title-inner {
        margin-top: -40px;
    }
    .ticket-detail-inner {
        padding: 15px;
    }
    .guide04-btn-inner .stripe-btn, a.btn-border>span {
        width: 200px;
    }
    .ticket-sec-inner img.abs1,
    .guide-attenntion-inner img.abs1 {
        max-height: 0;
    }
    #guide04>img.abs1 {
        left: calc(50% - 170px);
        max-height: 100px;
        top: -30px;
    }
    .guide04-child>p {
        font-size: 13px;
        line-height: 1.8em;
        margin-top: 20px;
    }
    .guide04-child>h5 {
        font-size: 20px;
        margin-top: 12px;
    }
    .guide04-child img.guide-img {
        max-height: 130px;
    }
    .guide04-child img.abs {
        max-height: 163px;
    }
    .guide-attenntion-inner .goods-sec-attenntion {
        margin-top: 35px;
    }
    .goods-attenntion-child p {
        padding-left: 15px;
    }
    .guide-attenntion-inner .goods-attenntion-child p:nth-child(n+2) {
        margin-top: 8px;
    }
    .goods-attenntion-child p::before {
        font-size: 8px;
    }
    .contents05-inner>p,
    #ent-sec .title-inner>p,
    #special-sec .title-inner>p {
        font-size: 14px;
    }
    #goods06 .title-inner {
        margin-top: -41px;
    }
    .goods-sec-inner img.abs1 {
        max-height: 204px;
        left: -40px;
        top: -20px;
    }
    .goods-sec-inner img.abs4 {
        max-height: 204px;
        right: -45px;
        bottom: -110px;
    }
    a.btn-border>span, .guide04-btn-inner .stripe-btn a.btn-border>span {
        font-size: 15px;
    }
    a.btn-border>span:before {
        width: 9px;
        height: 9px;
        right: 12px;
    }
    .contact-inner img {
        max-height: 28px;
    }
    .contact-inner h4 {
        font-size: 17px;
    }
    .goodsall-sec-detail {
        padding: 12px 15px;
    }
    #special-sec img.title-img, #ent-sec img.title-img, .hl-page #contents05 img.title-img {
        max-height: 24px;
    }
    #special-sec .title-inner.next-title>img.title-img {
        max-height: 56px;
    }
    .hl-page #contents05>img.abs3 {
        max-height: 144px;
        right: calc(50% - 170px);
        top: 8px;
    }
    .hl-page #contents05>img.abs2 {
        max-height: 144px;
        left: calc(50% - 175px);
        top: 8px;
    }
    .ent-sec-inner>img.abs1 {
        right: -30px;
        max-height: 166px;
    }
    .intro-sec-inner>img.abs1, .intro-sec-inner>img.abs2 {
        max-height: 173.5px;
    }
    .point-title>img {
        max-height: 26px;
    }
    .point-sec-child>p, .special-sec-child>p {
        font-size: 13px;
    }
    .point-title>h3 {
        font-size: 20px;
    }
    .point-sec-child:last-child>img.abs1 {
        right: -30px;
        max-height: 172px;
        top: -10px;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs1 {
        max-height: 174px;
        right: -30px;
        top: -20px;
    }
    .point-sec-inner:last-child .point-sec-child:last-child>img.abs2 {
        max-height: 56px;
        left: -10px;
        bottom: -10px;
    }
    .special-sec-child>img.abs1 {
        max-height: 183px;
        left: -45px;
        top: -30px;
    }
    .special-sec-child>h3 {
        font-size: 20px;
    }
    .special-sec-child>img.abs3 {
        max-height: 212px;
        right: -45px;
        top: -50px;
    }
    .goodsall-sec-child:last-child>h4 {
        font-size: 17px;
    }
}

@media screen and (max-width: 330px) {
    #venue02 .flex1 .venue-list p {
        font-size: 11px;
    }
    #venue02 .flex1 .venue-list p.min2-2 {
        min-height: 36px;
    }
    .goodsall-sec-child:last-child>h4 {
        font-size: 16px;
    }
    .goods-img-detail>p {
        background-size: 6px;
        padding-left: 7px;
        background-position: left top 5px;
    }
}

/* モーダルウィンドウ */
#item_modal {
    opacity: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 39%);
    z-index: 100;
    transition: 1s;
}
.item_modalcontent {
    max-width: 1024px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 30px;
    text-align: center;
    padding: 0px 30px 30px 30px;
}
.item_modalcontent.top-modal {
    padding: 30px;
}
#item_modal_image {
    max-width: 880px;
    width: 100%;
}
.top-modal #item_modal_image {
    max-height: 575px;
    max-width: 100%;
    width: auto;
}
#modal_close {
    position: absolute;
    width: 70px;
    height: 70px;
    background: #CEAF30;
    color: #ffffff;
    font-size: 30px;
    line-height: 62px;
    font-weight: 600;
    border-radius: 35px;
    cursor: pointer;
    top: -30px;
    right: -15px;
    border: 2px solid #ffffff;
    transition: all .3s;
}
#modal_close:hover {
    background: #d4be64;
}

@media screen and (max-width: 1199px) {
  .item_modalcontent {
      max-width: 940px;
  }
  #item_modal_image {
      max-width: 680px;
  }
  #modal_close {
      width: 60px;
      height: 60px;
      line-height: 52px;
  }
  .top-modal #item_modal_image {
      max-height: 550px;
  }
}

@media screen and (max-width: 991px) {
  .item_modalcontent {
      max-width: 840px;
      border-radius: 25px;
  }
  #item_modal_image {
      max-width: 600px;
  }
  .sm-m-top-30 {
      margin-top: 30px;
  }
  .top-modal #item_modal_image {
      max-height: 500px;
  }
}

@media screen and (max-width: 880px) {
  .item_modalcontent {
      max-width: 600px;
      border-radius: 20px;
  }
  #item_modal_image {
      max-width: 550px;
  }
  .top-modal #item_modal_image {
      max-height: 365px;
  }
}

@media screen and (max-width: 640px) {
  .item_modalcontent {
    width: 90%;
  }
  #modal_close {
    width: 50px;
    height: 50px;
    line-height: 42px;
    top: -25px;
  }
  .top-modal #item_modal_image {
      max-height: 325px;
  }
}

@media screen and (max-width: 599px) {
  .top-modal #item_modal_image {
      max-height: 290px;
  }
}

@media screen and (max-width: 540px) {
  .top-modal #item_modal_image {
      max-height: 250px;
  }
}

@media screen and (max-width: 480px) {
  .item_modalcontent {
      border-radius: 15px;
  }
  .top-modal #item_modal_image {
      max-height: 230px;
  }
}

@media screen and (max-width: 440px) {
  .top-modal #item_modal_image {
      max-height: 220px;
  }
}

@media screen and (max-width: 428px) {
  .item_modalcontent {
    width: 94%;
    padding: 5px 10px 20px 10px;
    border-radius: 10px;
  }
  #modal_close {
    right: 0;
  }
  .item_modalcontent.top-modal {
      padding: 20px;
  }
  .top-modal #item_modal_image {
      max-height: 235px;
  }
}

@media screen and (max-width: 414px) {
  .top-modal #item_modal_image {
      max-height: 220px;
  }
}

@media screen and (max-width: 390px) {
  .item_modalcontent.top-modal {
      padding: 15px;
  }
}

@media screen and (max-width: 375px) {
  .top-modal #item_modal_image {
      max-height: 210px;
  }
  #modal_close {
      width: 44px;
      height: 44px;
      line-height: 38px;
      top: -22px;
      font-size: 24px;
  }
}

@media screen and (max-width: 360px) {
  .item_modalcontent.top-modal {
      padding: 10px;
  }
  .top-modal #item_modal_image {
      max-height: 205px;
  }
}

@media screen and (max-width: 340px) {
  .top-modal #item_modal_image {
      max-height: 190px;
  }
}
