@charset "UTF-8";
/*////////////////////TOP PAGE////////////////////*/
.footer__list {
    grid-template-columns: repeat(4, 22%);
}

@media (max-width: 800px) {
    .footer__list {
        grid-template-columns: repeat(2, 46%);
    }
}
.notice-text {
  font-size: 26px;
  font-family: Ryumin Bold KL;
  text-align: center;
  padding: 20px 0;
  color: #fff;
}
.notice-link {
  display: block;
  width: 100%;
  height: 100%;
  margin: 1px 0;
}
.notice-link:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.special__list.kome .special__item {
  font-size: 14px;
}
.special__list.kome .special__item::before {
  content: "※";
}
.special__table.mg {
  width: 100%;
}
.special__table.mg .special__table-header {
  width: 8em;
}
.special__table-data .space {
  width: 14px;
  display: inline-block;
}
.contents__secondary-heading.special-mg {
  margin: 60px 0 50px;
}
.special__mg__explanation {
  margin-bottom: 20px;
}
.about__description br.tab {
  display: none;
}
.contents-model-sheet__container {
  padding: 30px 35px;
  margin-bottom: 120px;
  position: relative;
}
.contents-model-sheet__container:before {
  position: absolute;
  content: "";
  background: url(assets/images/home/icon-warning.svg);
  width: 380px;
  height: 180px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  left: -50px;
  top: -100px;
  z-index: 10;
}
.contents-model-sheet__explanation {
  max-width: 90%;
  margin: 0 auto 30px;
}
.contents-model-sheet__image {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    .about__description br.pc {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .about__description br.tab {
    display: block;
  } 
  .contents-model-sheet__container:before {
    width: 40%;
    background-position: middle left;
    height: 140px;
    left: -30px;
    top: -80px;
  }
}
@media screen and (max-width: 800px) {
  .notice-text {
    font-size: 18px;
  }
  .about__description br.tab {
    display: none;
  }
  .ticket__explanation {
    margin-bottom: 60px;
  }
  .goods__explanation {
    margin-bottom: 60px;
  }
  .contents-model-sheet__container:before {
    width: 35%;
    height: 130px;
    left: -30px;
    top: -70px;
  }
}
@media screen and (max-width: 600px) {
  .notice-text {
    font-size: 16px;
  }
  .contents-model-sheet__container {
    padding: 20px 15px;
    margin-top: 50px;
    margin-bottom: 40px;
    position: relative;
  }
  .contents-model-sheet__container:before {
    left: -30px;
    top: -40px;
    height: 90px;
    background-position: top left;
    width: 40%;
    max-width: 200px;
  }
  .contents-model-sheet__explanation {
    max-width: 80%;
    margin: 0 auto 20px;
  }
  .contents-model-sheet__image {
    max-width: 400px;
  }
  .special__table.mg .special__table-header {
    width: 100%;
  }
  .special__table-data .space {
    width: 11px;
  }
}
/*////////////////////GOODS PAGE////////////////////*/
.goods-list__item.new::before{
    width: 70px;
    height: 70px;
    right: -10px;
    top: -20px;
}
.goods__limit-list-container {
  padding: 25px;
  color: #fff;
}
.goods__limit-list {
  padding: 0;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
}
.goods__limit-list-heading {
  font-size: 18px;
  margin-bottom: 0.5em;
}
.goods-area-limited-list {
  display: flex;
}
.goods-area-limited-list__area {
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.2;
}
.goods-area-limited-list p span {
  display: inline-block;
}
.goods-list__item.osaka{
    position:relative;
}
.goods-list__item.osaka::before {
    content: "";
    position: absolute;
    z-index: 2;
    background-image: url(/assets/images/goods/icon-osaka.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 100px;
    right: 0;
    top: 0;
}
.ticket__secondary-heading {
  margin: 30px 0;
}
@media screen and (max-width: 600px) {
  .goods-area-limited-list__area {
    font-size: 10px;
  }
  .goods__limit-list-heading {
    font-size: 13px;
  }
  .goods-area-limited-list p span {
    display: none;
  }
}
/*////////////////////FAQ PAGE////////////////////*/
.faq__item {
  position: relative;
  z-index: 10;
}

.faq__sub__heading{
    font-family: Ryumin Bold KL;
    margin-bottom: 20px;
    letter-spacing: 0.2em;
}

.faq__sub__heading .strong{
    font-size: 1.5em;
}
/*////////////////////SCHEDULE PAGE////////////////////*/
.schedule-page-about {
  position: relative;
  padding-top: 10px;
  padding-bottom: 170px;
  overflow-x: hidden;
}
.schedule-page-ticket {
  position: relative;
  padding-top: 10px;
  padding-bottom: 80px;
  overflow-x: hidden;
}
/*////////////////////SAPPORO////////////////////*/
.ticket__benefit-sapporo .common__decoration span {
  font-size: 22px;
  text-align: center;
  font-family: Ryumin Bold KL;
  line-height: 1.4;
  padding: 26px 130px 10px;
}
.ticket__release {
  margin-top: 30px;
  letter-spacing: 0.2em;
  font-family: Ryumin Bold KL;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}
.ticket__release strong {
  font-size: 24px;
  border-bottom: 2px dotted #f6df97;
}
.ticket__pre-sale-present {
  display: flex;
  justify-content: space-between;
}
.ticket__pre-sale-present-image {
  max-width: 300px;
}
@media (max-width: 800px) {
  .ticket__table-sapporo .ticket__table-tbody {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .ticket__benefit-sapporo .common__decoration span {
    font-size: 18px;
  }
  .ticket__pre-sale-present {
    flex-direction: column;
    gap: 20px;
  }
  .ticket__pre-sale-present-image {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 600px) {
  .ticket__table-sapporo .ticket__table-data-content {
    padding: 3px;
    min-height: 55px;
    font-size: 13px;
  }
  .ticket__table-sapporo .ticket__table-header-content {
    padding: 3px;
    min-height: 55px;
    font-size: 13px;
  }
  .ticket__benefit-sapporo .common__decoration span {
    font-size: 14px;
    padding: 16px 40px 10px;
  }
}

/*////////////////////FUKUOKA////////////////////*/
.fukuoka-page .common__button-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.common__button-wrapper.osaka {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.ticket__group-fukuoka a small {
  font-size: 0.8rem;
}
.ticket__group-fukuoka .common__button--gold {
  background: linear-gradient(-100deg, #8f6414, #c2a980);
  border: 1px solid;
  -o-border-image: linear-gradient(-100deg, #8f6414, #c2a980) 1;
  border-image: linear-gradient(-100deg, #8f6414, #c2a980) 1;
  padding: 0;
  width: 48%;
  letter-spacing: 0.08em;
  font-size: 33px;
  line-height: 0.7;
  height: 80px;
  margin-bottom: 40px;
}
.ticket__group-fukuoka {
  padding-top: 0;
}
.ticket__group-fukuoka:not(:last-child) {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 1000px) {
  .ticket__group-fukuoka .common__button--gold {
    font-size: 24px;
    line-height: 1;
  }
}
@media (max-width: 740px) {
  .ticket__group-fukuoka .common__button--gold {
    height: 60px;
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .ticket__group-fukuoka .common__button--gold {
    margin-bottom: 20px;
    width: 100%;
    height: 40px;
    font-size: 16px;
  }
}
/*////////////////////NOTICE-STICKER////////////////////*/
.notice-sticker {
  position: relative;
  padding-top: 10px;
  padding-bottom: 100px;
  overflow-x: hidden;
}
.notice-sticker__heading {
  font-size: 22px;
  font-family: Ryumin Bold KL;
  margin-bottom: 30px;
  padding-top: 80px;
}
.notice-sticker__date {
  font-size: 16px;
  font-family: Ryumin Bold KL;
  margin-bottom: 30px;
  text-align: right;
}
.notice-sticker__lead {
  font-size: 16px;
  font-family: Ryumin Bold KL;
  margin-bottom: 60px;
}
.notice-sticker__closing {
  font-size: 16px;
  font-family: Ryumin Bold KL;
  margin-top: 60px;
}
.notice-sticker__list {
  padding: 40px;
}
.notice-sticker__item {
  position: relative;
  z-index: 10;
}
.notice-sticker__item:not(:last-child) {
  position: relative;
  border-bottom: 1px solid #fdebbb;
  padding-bottom: 30px;
}
.notice-sticker__item:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  background: #fdebbb;
  width: 10px;
  height: 10px;
  -webkit-transform: scale(1.25, 0.75) rotate(45deg);
  transform: scale(1.25, 0.75) rotate(45deg);
}
.notice-sticker__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  display: block;
  background: #fdebbb;
  width: 10px;
  height: 10px;
  -webkit-transform: scale(1.25, 0.75) rotate(45deg);
  transform: scale(1.25, 0.75) rotate(45deg);
}
.notice-sticker__image-container {
  padding: 20px 0;
}
.notice-sticker__term {
  position: relative;
  margin-bottom: 5px;
  letter-spacing: 0.2em;
  font-family: Ryumin Bold KL;
  font-size: 16px;
  font-weight: bold;
  color: #ac8200;
  padding-top: 30px;
  padding-bottom: 10px;
}
.notice-sticker__item:first-child .notice-sticker__term {
  padding-top: 0;
}
.notice-sticker__term small {
  font-size: 0.8em;
}
.notice-sticker__term::before {
  content: "●";
  font-size: 12px;
}
.notice-sticker__description {
  padding-left: 20px;
  letter-spacing: 0.2em;
  font-family: Ryumin Bold KL;
  font-size: 13px;
  font-weight: bold;
}
.notice-sticker__description strong {
  text-decoration: underline;
}
.notice-sticker__flow-item {
  list-style: none;
  padding-left: 2em;
  text-indent: -1.8em;
  margin-bottom: 1em;
}
.notice-sticker__required-list {
  margin-left: 2em;
  margin-top: 1em;
}
.notice-sticker__required-item {
  list-style-type: circle;
  list-style: inside;
}
/*
.notice-sticker__caution-list{
    margin-top:1em;
}
*/
.notice-sticker__caution-item {
  position: relative;
  margin-left: 1.6em;
  text-indent: 0;
  margin-bottom: 0.5em;
}

.notice-sticker__caution-item:before {
  position: absolute;
  content: "※";
  left: -1.5em;
}
@media screen and (max-width: 800px) {
  .notice-sticker__heading {
    font-size: 16px;
    margin-bottom: 20px;
    padding-top: 40px;
  }
  .notice-sticker__date {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .notice-sticker__lead {
    font-size: 13px;
    margin-bottom: 40px;
  }
  .notice-sticker__list {
    padding: 20px;
  }
}

@media screen and (max-width: 600px) {
  .notice-sticker__description {
    padding-left: 0;
  }
  .notice-sticker__list {
    padding: 20px 10px;
  }
  .notice-sticker__flow-item {
    padding-left: 1em;
    text-indent: -1em;
  }
  .notice-sticker__required-list {
    margin-left: 1em;
    margin-top: 1em;
  }
  .notice-sticker__caution-item {
    position: relative;
    margin-left: 1.4em;
  }
}
/*////////////////////SCHEDULE > SPECIAL////////////////////*/

.special__program{
  margin-bottom:80px;
}
.special__program-heading {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  background: -webkit-gradient(linear, left top, right top, color-stop(80%, #e3dbc1), to(#d1b677));
  background: linear-gradient(to right, #e3dbc1 80%, #d1b677 100%);
  padding: 3px 80px 3px 20px;
  min-width: 11em;
  letter-spacing: 0.2em;
  font-family: Ryumin Bold KL;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-clip-path: polygon(0% 0%, 88% 0%, 94% 50%, 88% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 88% 0%, 94% 50%, 88% 100%, 0% 100%);
  overflow: hidden;
}
.special__program-heading::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #2e3180;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0% 0%, 88% 0%, 94% 50%, 88% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 88% 0%, 94% 50%, 88% 100%, 0% 100%);
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
}
.special__program-text{
  margin-bottom: 20px;
  width: 100%;
  letter-spacing: 0.2em;
  font-family: Ryumin Bold KL;
  font-size: 16px;
  font-weight: bold;
}
.special__program-text .small{
    font-size:0.8em;
}
.special__program-photo-cap{
  font-size:14px;
}
.special__program-flex-container{
    display:flex;
}
.special__program-flex-container .special__program-text{
    width:80em;
}
.special__program-flex-container .special__program-photo{
    max-width:360px;
        transform: rotate(3deg);
}
@media (max-width: 800px) {
  .special__program{
    margin-bottom:40px;
  }
  .special__program-heading {
    font-size: 14px;
  }
  .special__program-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .special__program-photo-cap{
    font-size:12px;
  }
    .special__program-flex-container{
    flex-direction: column;
}
.special__program-flex-container .special__program-text{
    width:100%;
}
    .special__program-flex-container .special__program-photo{
    margin: 0 auto;
         max-width:460px;
        transform: rotate(0);
}
}
/*////////////////////FOOTER////////////////////*/
.footer {
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
  box-shadow: 2px -2px 2px rgb(228 195 103 / 30%);
}
