@charset "UTF-8";
/*
Theme Name: 1999展
Description:kioku1999
Theme URI: https://1999-kioku.jp/
Author: MS
Author URI: 
Version: 202506
*/
@import "base.css";
@import "wpbase.css";
@keyframes blur {
  0% {
    filter: blur(5px);
  }
  100% {
    filter: none;
  }
}
@media screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}
img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

.mauto {
  margin-left: auto;
  margin-right: auto;
}

/*-------------------------------------------------
	++ BASE
-------------------------------------------------*/
body {
  font-feature-settings: "palt";
  font-family: YakuHanMP, "Noto Serif JP", serif;
  background-color: #191919;
  color: #FFF;
  font-size: min(16px, 3.2vw);
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 3.6vw;
  }
  body.fixed {
    position: fixed;
  }
}

#container {
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 100%;
}
#contents {
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-color: #191919;
}
@media screen and (min-width: 751px) {
  #contents {
    max-width: 500px;
    border-left: 3px solid rgba(230, 27, 32, 0.25);
    border-right: 3px solid rgba(230, 27, 32, 0.25);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
    min-height: 100vh;
  }
}

#mainContentWrap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 751px) {
  #mainContentWrap {
    overflow: hidden;
  }
}

.fixBox {
  display: grid;
  grid-template-columns: 1fr min(30rem, 480px) 1fr;
  height: 100vh;
  position: fixed;
  width: 100%;
}
.fixBox .fixBoxLeft {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .fixBox .fixBoxLeft {
    padding: 0 10px;
  }
  .fixBox .fixBoxLeft img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .fixBox .fixBoxLeft {
    display: none;
  }
}
.fixBox .fixBoxRight {
  align-items: center;
  display: flex;
  grid-column: 3;
  height: 100%;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .fixBox .fixBoxRight {
    display: none;
  }
}

.inner {
  display: block;
  clear: both;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 0 10px;
}
@media screen and (max-width: 750px) {
  .inner {
    padding: 0 5vw;
  }
}

.colBase {
  color: #191919;
}

.colSub {
  color: #e61b20;
}

.sizeXS {
  font-size: min(12px, 2.4vw);
}

.sizeSS {
  font-size: min(14px, 2.8vw);
}

.sizeS {
  font-size: min(15px, 3vw);
}

.sizeN {
  font-size: min(16px, 3.2vw);
}

.sizeM {
  font-size: min(18px, 3.6vw);
}

.sizeL {
  font-size: min(20px, 4vw);
}

.sizeLL {
  font-size: min(22px, 4.4vw);
}

.sizeH {
  font-size: min(24px, 4.8vw);
}

.sizeXL {
  font-size: min(26px, 5.2vw);
}

.sizeB {
  font-size: min(28px, 5.6vw);
}

.sizeML {
  font-size: min(19px, 3.2vw);
}

hr {
  background-color: rgba(230, 27, 32, 0.25);
  height: 1px;
  border: none;
  margin: min(30px, 5vw) 0;
}

a.uline {
  text-decoration: underline;
}
a.uline:hover {
  text-decoration: none;
  color: #e61b20;
}

span.uline {
  border-bottom: 1px solid #FFF;
}

span.blank {
  display: inline-block;
  width: min(10px, 2vw);
  aspect-ratio: 1/1;
  margin: 0 3px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' preserveAspectRatio='none'%3E%3Cg%3E%3Cpath fill='%23191919' d='M475.4,475.4H36.6V36.6h219.4V0H18.3C8.2,0,0,8.2,0,18.3v475.4c0,10.1,8.2,18.3,18.3,18.3h475.4c10.1,0,18.3-8.2,18.3-18.3v-237.7h-36.6v219.4h0Z' /%3E%%3Cpath fill='%23191919' d='M329.1,0v36.6h120.4l-206.5,206.5,25.9,25.9L475.4,62.4v120.4h36.6V0h-182.9Z' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  transition: all 0.3s ease-in;
}

.linkBtn {
  text-align: center;
  margin: 10px auto;
}
.linkBtn a {
  display: inline-block;
  position: relative;
  padding: min(10px, 2vw) min(30px, 5vw);
  border: 1px solid #FFF;
  width: min(360px, 90%);
}
.linkBtn a .icon {
  vertical-align: middle;
  margin-right: 3px;
}
.linkBtn a:hover {
  background-color: #e61b20;
  border-color: #e61b20;
}
.linkBtn a.arrow {
  padding: min(10px, 2vw) min(50px, 10vw);
  font-size: min(18px, 3.6vw);
}
.linkBtn a.arrow::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 60/11;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 11' preserveAspectRatio='none'%3E%3Cg%3E%3Cpath fill='%23e61b20' d='M0,11h60L39,0v9H0v2Z' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
}
.linkBtn a.arrow:hover::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 11' preserveAspectRatio='none'%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M0,11h60L39,0v9H0v2Z' /%3E%3C/g%3E%3C/svg%3E");
}
.linkBtn a.sns {
  padding: min(10px, 2vw);
}
.linkBtn.ticket {
  margin: 0;
}
@media screen and (min-width: 751px) {
  .linkBtn.ticket {
    margin-top: 20px;
  }
}
.linkBtn.ticket a.arrow {
  width: 100%;
  line-height: 1.4;
  text-align: left;
  border-color: #e61b20;
  color: #FFF;
  background: #e61b20;
}
.linkBtn.ticket a.arrow.minw {
  width: min(360px, 90%);
  text-align: center;
}
@media screen and (min-width: 751px) {
  .linkBtn.ticket a.arrow.minw::after {
    width: 30px;
  }
}
@media screen and (min-width: 751px) {
  .linkBtn.ticket a.arrow {
    padding: min(10px, 2vw);
    padding-right: min(30px, 10vw);
  }
}
@media screen and (max-width: 750px) {
  .linkBtn.ticket a.arrow {
    font-size: 5.4vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3vw 3vw 3vw 12vw;
  }
  body.en .linkBtn.ticket a.arrow {
    padding: 3vw 12vw;
  }
}
.linkBtn.ticket a.arrow::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 11' preserveAspectRatio='none'%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M0,11h60L39,0v9H0v2Z' /%3E%3C/g%3E%3C/svg%3E");
}
@media screen and (min-width: 751px) {
  .linkBtn.ticket a.arrow::after {
    width: 20px;
  }
}
@media screen and (max-width: 750px) {
  .linkBtn.ticket a.arrow::after {
    width: 8vw;
    right: auto;
    left: 2vw;
  }
}
.linkBtn.ticket a.arrow:hover {
  background: #e61b20;
  color: #FFF;
}
.linkBtn.orange a.arrow {
  background-color: #ca5b09;
  border-color: #ca5b09;
}
@media screen and (max-width: 750px) {
  .linkBtn.orange a.arrow {
    font-size: 4.4vw;
  }
}
.linkBtn.orange a.arrow::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 11' preserveAspectRatio='none'%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M0,11h60L39,0v9H0v2Z' /%3E%3C/g%3E%3C/svg%3E");
}
.linkBtn.orange a.arrow:hover {
  background-color: transparent;
  border-color: #ca5b09;
  color: #FFF;
}
.linkBtn.red a {
  border-color: #e61b20;
  color: #FFF;
  background: #e61b20;
}
.linkBtn.red a.arrow::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 11' preserveAspectRatio='none'%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M0,11h60L39,0v9H0v2Z' /%3E%3C/g%3E%3C/svg%3E");
}
.linkBtn.red a:hover {
  background-color: transparent;
  color: #FFF;
}
.linkBtn.osaka a {
  border-color: rgb(189, 45, 30);
  color: #FFF;
  background: rgb(189, 45, 30);
}
.linkBtn.osaka a.arrow::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 11' preserveAspectRatio='none'%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M0,11h60L39,0v9H0v2Z' /%3E%3C/g%3E%3C/svg%3E");
}
.linkBtn.osaka a:hover {
  background-color: transparent;
  color: #FFF;
}
.linkBtn.fukuoka a {
  border-color: rgb(20, 96, 125);
  color: #FFF;
  background: rgb(20, 96, 125);
}
.linkBtn.fukuoka a.arrow::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 11' preserveAspectRatio='none'%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M0,11h60L39,0v9H0v2Z' /%3E%3C/g%3E%3C/svg%3E");
}
.linkBtn.fukuoka a:hover {
  background-color: transparent;
  color: #FFF;
}

.snsBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: min(5px, 1.4vw);
}
@media screen and (max-width: 750px) {
  .snsBtn {
    margin-top: 5vw;
  }
}
.snsBtn a {
  border: 1px solid #f2f2f2;
  border-radius: 100%;
  padding: 5px !important;
  aspect-ratio: 1/1;
  width: min(30px, 8vw);
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .snsBtn a img {
    width: 100% !important;
    height: auto !important;
  }
}

.dlTbl {
  text-align: left;
}
.dlTbl dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%;
  padding: 10px;
  border-bottom: 1px solid #333;
}
.dlTbl dl:nth-of-type(1) {
  border-top: 1px solid #333;
}
.dlTbl dl dt {
  width: 15%;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .dlTbl dl dt {
    width: 20%;
  }
}
body.en .dlTbl dl dt {
  width: 32%;
}
.dlTbl dl dd {
  width: 83%;
}
@media screen and (max-width: 750px) {
  .dlTbl dl dd {
    width: 78%;
  }
}
body.en .dlTbl dl dd {
  width: 66%;
}
.dlTbl.credit dl {
  border-bottom: 0;
  font-size: min(15px, 3vw);
  padding: 0;
  gap: 1%;
  line-height: 1.4;
}
.dlTbl.credit dl:nth-of-type(1) {
  border-top: 0;
}
.dlTbl.credit dl dt {
  width: 36%;
  white-space: unset;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .dlTbl.credit dl dt {
    width: 36%;
  }
}
.dlTbl.credit dl dd {
  width: 63%;
  flex: 1;
}
@media screen and (max-width: 750px) {
  .dlTbl.credit dl dd {
    width: 63%;
  }
}
.dlTbl.dlov dl dt {
  width: 25%;
}
.dlTbl.dlov dl dd {
  width: 73%;
}

/*-------------------------------------------------
	++ MAIN
-------------------------------------------------*/
@media screen and (min-width: 751px) {
  #main {
    padding-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  #main {
    padding: 5vw 0;
  }
}
#main .title img {
  width: 100%;
  height: auto;
}

/*-------------------------------------------------
	++ MENU
-------------------------------------------------*/
.pcMenu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pcMenu li a:hover {
  color: #e61b20;
}
.pcMenu li.osaka a, .pcMenu li.fukuoka a {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .spMenuWrap {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .spMenuWrap {
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: rgba(25, 25, 25, 0.75);
    height: 12vw;
  }
}

#menu {
  z-index: 9999;
  margin-top: 0;
  padding: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
#menu.current #menuBtn span:nth-of-type(1) {
  display: none;
}
#menu.current #menuBtn span:nth-of-type(2) {
  transform: rotate(30deg);
  margin-top: 0;
}
#menu.current #menuBtn span:nth-of-type(3) {
  transform: rotate(-30deg);
  margin-top: 0;
}
#menu.current #menuBtn span:nth-of-type(4) {
  display: none;
}
#menu.current .menuContents {
  display: block;
}
#menu .lang {
  position: absolute;
  top: 3.5vw;
  right: 18vw;
}
#menu #menuBtn {
  display: block;
  width: 90px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 99;
  width: 16vw;
  height: 12vw;
}
#menu #menuBtn span {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 40px;
  width: 60px;
  height: 2px;
  background-color: #e61b20;
  transition: all 0.2s ease-in;
  right: 3vw;
  top: 6vw;
  width: 10vw;
}
#menu #menuBtn span:nth-of-type(1) {
  margin-top: -15px;
}
#menu #menuBtn span:nth-of-type(2) {
  background-color: #e61b20;
}
#menu #menuBtn span:nth-of-type(3) {
  background-color: #e61b20;
}
#menu #menuBtn span:nth-of-type(4) {
  margin-top: 15px;
}
#menu #menuBtn span:nth-of-type(1) {
  margin-top: -2vw;
}
#menu #menuBtn span:nth-of-type(4) {
  margin-top: 2vw;
}
#menu .menuContents {
  display: none;
  transition: all 0.2s ease-in;
  background-color: rgba(25, 25, 25, 0.95);
  color: #FFF;
  width: 100%;
  height: 100vh;
}
#menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
  padding: 22vw 5vw 0 5vw;
}
#menu ul li {
  padding: 0 10px;
  font-size: 28px;
  font-weight: 500;
  display: block;
  width: 100%;
  font-size: 5.4vw;
}
#menu ul li:after {
  display: none;
}
#menu ul li img {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: auto;
  height: 6vw;
}
#menu ul li a {
  display: block;
  padding: 3vw;
  line-height: 1;
}
#menu ul li.mnStory img {
  height: 9vw;
}
#menu ul li.mnTicket img, #menu ul li.goods img {
  height: 8vw;
}
#menu ul li.osaka a, #menu ul li.fukuoka a {
  width: 100%;
}
#menu.move {
  margin-top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
}

/*-------------------------------------------------
	++ CONTENTS COMMON
-------------------------------------------------*/
.section {
  position: relative;
  padding: min(60px, 10vw) 0;
}
.section .secHead {
  margin-bottom: min(50px, 6.7vw);
}
.section .secHead h2 {
  font-size: min(40px, 5.4vw);
  display: inline-block;
  position: relative;
  line-height: 1;
  margin-bottom: min(10px, 2vw);
  color: #e61b20;
}
.section .secHead .ja {
  line-height: 1;
  font-size: min(18px, 3.6vw);
}
.section .secHead .ja span {
  display: inline-block;
  background-color: #e61b20;
  color: #191919;
}
.section .secBlock .hxTitle {
  font-size: min(15px, 3vw);
  background-color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  color: #191919;
  line-height: 1;
  padding: 3px 15px;
  border-radius: 9999px;
  display: inline-block;
  text-align: center;
}
.section .secBlock .hxRed {
  font-size: min(22px, 4.4vw);
  font-weight: 700;
  color: #e61b20;
  margin: 0 auto;
}
.section .secBlock .hxRed span {
  position: relative;
  padding: 0 2em;
}
.section .secBlock .hxRed span::before, .section .secBlock .hxRed span::after {
  content: "";
  display: inline-block;
  width: 1.6em;
  height: 1px;
  border-bottom: 5px double #e61b20;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section .secBlock .hxRed span::before {
  left: 0;
}
.section .secBlock .hxRed span::after {
  right: 0;
}

.bgG {
  background-color: #252525;
}

.bgB {
  background-color: #000;
}

.bgW {
  background-color: #FFF;
}

.listCaution {
  text-align: left;
}
.listCaution:not(.sizeSS) {
  font-size: min(15px, 3vw);
}
.listCaution > li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}

.dotList {
  text-align: left;
}
.dotList:not(.sizeSS) {
  font-size: min(15px, 3vw);
}
.dotList li, .dotList dd {
  padding-left: 1em;
  line-height: 1.6;
  position: relative;
  margin-bottom: 5px;
}
.dotList li::before, .dotList dd::before {
  display: inline-block;
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.gmap iframe {
  width: 100%;
}

.goodsBox {
  text-align: left;
  margin-bottom: 60px;
}
.goodsBox .hxG {
  margin-bottom: min(10px, 3vw);
}
.goodsBox .hx {
  font-size: min(18px, 3.6vw);
  margin-bottom: min(10px, 3vw);
  padding-left: 0;
  padding-right: min(15px, 3vw);
}
.goodsBox .hx::before {
  left: -20px;
}

.photoPnl {
  position: relative;
  padding: 0 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
.photoPnl ul {
  position: relative;
}
.photoPnl ul li {
  position: relative;
  background-color: #252525;
  display: flex;
  flex-direction: column;
}
.photoPnl ul li > a {
  display: block;
}
.photoPnl ul li img {
  width: 100%;
  height: auto;
}
.photoPnl ul li a {
  text-decoration: none;
}
.photoPnl ul li .detail {
  padding: 5px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.photoPnl ul li .name {
  font-size: min(15px, 3vw);
  text-align: left;
}
.photoPnl ul li .price {
  font-size: min(14px, 2.8vw);
  text-align: right;
  margin-top: auto;
}
.photoPnl .swiper-slide {
  height: auto;
}
.photoPnl .swiper-slide-item {
  height: 100%;
}
.photoPnl .swiper-pagination {
  top: 3px;
  right: 0;
  bottom: auto;
  left: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(15px, 3vw);
}
.photoPnl .swiper-button-next,
.photoPnl .swiper-button-prev {
  color: #FFF;
  width: 20px;
}
.photoPnl .swiper-button-next::after,
.photoPnl .swiper-button-prev::after {
  font-size: min(22px, 4.4vw);
}
.photoPnl .swiper-button-prev,
.photoPnl .swiper-rtl .swiper-button-next {
  left: 0;
}
.photoPnl .swiper-button-next,
.photoPnl .swiper-rtl .swiper-button-prev {
  right: 0;
}

.faqList h3 {
  font-size: min(22px, 4.4vw);
  margin-bottom: min(20px, 4vw);
}
.faqList dl {
  text-align: left;
  margin-bottom: min(30px, 6vw);
}
.faqList dl dt, .faqList dl dd {
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .faqList dl dt, .faqList dl dd {
    padding: 2vw 0 3vw 7vw;
  }
}
.faqList dl dt {
  background-color: #191919;
  font-size: min(18px, 3.6vw);
  padding: min(10px, 2vw) min(20px, 2vw);
  padding-right: min(50px, 10vw);
  position: relative;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.faqList dl dt:hover {
  opacity: 0.75;
}
.faqList dl dt::before, .faqList dl dt::after {
  content: "";
  width: min(20px, 4vw);
  height: 1px;
  background-color: #e61b20;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
}
.faqList dl dt::after {
  transform: translateY(-50%) rotate(90deg);
}
.faqList dl dt.current::after {
  transform: translateY(-50%) rotate(0deg);
}
.faqList dl dd {
  background-color: #444;
  font-size: min(15px, 3vw);
  padding: min(20px, 2vw);
  display: none;
}
.faqList dl dd + dt {
  margin-top: min(10px, 2vw);
}

/*-------------------------------------------------
	++ CONTENT
-------------------------------------------------*/
.entryList {
  text-align: left;
}
.entryList ul li {
  padding-bottom: min(20px, 2vw);
  line-height: 1.4;
  border-bottom: 1px solid #333;
}
.entryList ul li:not(:last-child) {
  margin-bottom: min(20px, 2vw);
}
.entryList ul li .date {
  display: block;
  font-size: min(15px, 3vw);
  margin-bottom: 5px;
}

.pointList {
  text-align: left;
}
.pointList li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}
.pointList li:nth-of-type(2) {
  padding-left: 15px;
}
.pointList li:nth-of-type(3) {
  padding-left: 30px;
}
.pointList li:nth-of-type(4) {
  padding-left: 45px;
}
.pointList li:nth-of-type(5) {
  padding-left: 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .pointList li {
    margin-bottom: 3vw;
  }
  .pointList li:nth-of-type(2) {
    padding-left: 2vw;
  }
  .pointList li:nth-of-type(3) {
    padding-left: 4vw;
  }
  .pointList li:nth-of-type(4) {
    padding-left: 6vw;
  }
  .pointList li:nth-of-type(5) {
    padding-left: 8vw;
    margin-bottom: 0;
  }
}
.pointList li .badge {
  width: 50px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px dotted #999;
  border-radius: 100%;
  line-height: 1.2;
}
.pointList li .badge .ptitle {
  font-size: min(12px, 2.4vw);
}
.pointList li .badge .no {
  font-size: min(20px, 4vw);
  color: #e61b20;
}
.pointList li p {
  font-size: min(17px, 4vw);
  flex: 1;
}
@media screen and (max-width: 750px) {
  .pointList li p {
    display: flex;
    flex-direction: column;
  }
  .pointList li p span:nth-last-of-type(1) {
    margin-left: 22vw;
  }
  body.en .pointList li p span:nth-last-of-type(1) {
    margin: 0;
  }
}
body.en .pointList li .badge {
  width: 60px;
}
body.en .pointList li .badge .ptitle {
  font-size: min(11px, 2.4vw);
}

.shortStory {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px;
  color: #191919;
}
.shortStory h4 {
  display: inline-block;
  background-color: #191919;
  color: #e61b20;
  line-height: 1;
}

.creatorList {
  display: flex;
  flex-wrap: wrap;
  gap: min(10px, 3vw);
}
.creatorList li {
  width: calc((100% - min(20px, 6vw)) / 3);
  color: #191919;
}
.creatorList li a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  position: relative;
}
.creatorList li a img {
  width: 100%;
  height: auto;
}
.creatorList li a::after {
  content: "";
  display: block;
  width: min(15px, 2.6vw);
  aspect-ratio: 1/1;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' preserveAspectRatio='none'%3E%3Cg%3E%3Cpath fill='%23191919' d='M475.4,475.4H36.6V36.6h219.4V0H18.3C8.2,0,0,8.2,0,18.3v475.4c0,10.1,8.2,18.3,18.3,18.3h475.4c10.1,0,18.3-8.2,18.3-18.3v-237.7h-36.6v219.4h0Z' /%3E%%3Cpath fill='%23191919' d='M329.1,0v36.6h120.4l-206.5,206.5,25.9,25.9L475.4,62.4v120.4h36.6V0h-182.9Z' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 200px;
  right: 5px;
  transition: all 0.3s ease-in;
}
.creatorList li a .title {
  font-size: min(12px, 2.4vw);
  letter-spacing: -1px;
  line-height: 1.1;
  height: 2.6em;
  margin-top: 10px;
}
.creatorList li a .name {
  font-size: min(18px, 3.6vw);
  line-height: 1.3;
  text-align: center;
}

.cleatorYM > h3 {
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
  color: #191919;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  line-height: 1;
}
.cleatorYM .profile {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background-color: rgb(0, 0, 0);
  gap: 10px;
  padding: 10px;
}
.cleatorYM .profile .detail {
  flex: 1;
}

.ticketSPBox {
  width: 70%;
  margin: 0 auto;
}
.ticketSPBox img {
  width: 100%;
  height: auto;
}

.tblWrap {
  width: 100%;
}

.timeTbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2px;
}
.timeTbl caption {
  font-size: min(22px, 4.4vw);
  text-align: left;
}
.timeTbl tr th, .timeTbl tr td {
  border: 1px solid #252525;
  width: 50%;
  font-size: min(20px, 4vw);
  padding: 3px;
}
.timeTbl tr th {
  background-color: #252525;
  font-weight: normal;
}
.timeTbl tr td .unit {
  font-size: min(16px, 3.2vw);
}
.timeTbl.autow tr th, .timeTbl.autow tr td {
  width: auto;
}
@media screen and (max-width: 750px) {
  .timeTbl.spblock tr th, .timeTbl.spblock tr td {
    display: block;
    width: 100% !important;
  }
}

.ovvTbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2px;
}
.ovvTbl caption {
  font-size: min(22px, 4.4vw);
  text-align: left;
}
.ovvTbl tr th, .ovvTbl tr td {
  border: 1px solid #252525;
  padding: 10px;
}
.ovvTbl tr th {
  background-color: #252525;
  font-weight: normal;
  width: 25%;
  letter-spacing: 0.3em;
}
.ovvTbl tr td {
  width: 75%;
  text-align: left;
}
.ovvTbl tr td .unit {
  font-size: min(16px, 3.2vw);
}
.ovvTbl.autow tr th, .ovvTbl.autow tr td {
  width: auto;
}
@media screen and (max-width: 750px) {
  .ovvTbl.spblock tr th, .ovvTbl.spblock tr td {
    display: block;
    width: 100% !important;
  }
}

.nmlTbl {
  border-collapse: separate;
  border-spacing: 0 2px;
}
.nmlTbl tr th, .nmlTbl tr td {
  padding: 5px;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .nmlTbl.spblock tr th, .nmlTbl.spblock tr td {
    display: block;
    width: 100% !important;
  }
}

.infoText {
  text-align: left;
}

.hx {
  padding-left: min(24px, 4.8vw);
  font-size: min(22px, 4.4vw);
  position: relative;
}
.hx.sizeN {
  padding-left: min(18px, 3.6vw);
  font-size: min(16px, 3.2vw);
}
.hx::before {
  content: "";
  width: 0.8em;
  aspect-ratio: 1/1;
  background-color: #e61b20;
  display: inline-block;
  position: absolute;
  top: 0.46em;
  left: 0;
}

.hxG {
  font-size: min(20px, 4vw);
  position: relative;
  background-color: #000;
  padding: min(3px, 1vw) min(10px, 2vw);
}

.mainHx {
  background-color: #e61b20;
  color: #FFF;
  padding: 0.2em 1em;
}

.profileBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem;
}
@media screen and (min-width: 751px) {
  .profileBox .img {
    width: 210px;
  }
}
@media screen and (max-width: 750px) {
  .profileBox .img {
    width: 80%;
    margin: 0 auto;
  }
}
.profileBox .img img {
  width: 100%;
  height: auto;
  pointer-events: none;
}
.profileBox .detail {
  text-align: left;
}
@media screen and (min-width: 751px) {
  .profileBox .detail {
    width: calc(100% - (210px + 1rem));
  }
}

.contactAcdBtn {
  display: inline-block;
  position: relative;
  padding: min(10px, 2vw) min(50px, 10vw);
  font-size: min(18px, 3.6vw);
}

.contactForm {
  background-color: #222;
  padding: min(20px, 3vw);
  margin-top: min(10px, 2vw);
}
.contactForm .req {
  color: #e61b20;
  font-size: min(14px, 2.8vw);
  margin: 0 3px;
}
.contactForm dl {
  margin-top: min(20px, 3vw);
}
.contactForm dl dt {
  margin-bottom: min(5px, 1.5vw);
}
.contactForm dl dd label {
  cursor: pointer;
}
.contactForm input[type=text],
.contactForm input[type=url],
.contactForm input[type=email],
.contactForm input[type=tel],
.contactForm textarea {
  width: 100%;
  background-color: #ccc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 7px;
  border-radius: 0;
  border: 1px solid #222;
  outline: none;
  font-size: 16px;
  vertical-align: middle;
}
.contactForm input[type=radio],
.contactForm input[type=checkbox] {
  accent-color: #e61b20;
  transform: scale(1.2);
  border: 1px solid #222;
  margin: 0 3px;
}
.contactForm .contactPolicy {
  margin-top: min(20px, 5vw);
}
.contactForm .contactPolicy h3 {
  font-size: min(16px, 3.2vw);
}
.contactForm .contactPolicy .text {
  font-size: min(14px, 2.8vw);
  color: #ddd;
  font-weight: bold;
}
.contactForm .contactPolicy .policyCheck {
  margin-top: min(10px, 3vw);
  background-color: #191919;
  padding: 3px;
}
.contactForm .wpcf7-form-control.wpcf7-submit {
  display: inline-block;
  position: relative;
  padding: min(10px, 2vw) min(30px, 5vw);
  background-color: #191919;
  border: 1px solid #FFF;
  color: #FFF;
  cursor: pointer;
}
.contactForm .wpcf7-form-control.wpcf7-submit:hover {
  background-color: #e61b20;
  color: #FFF;
}
.contactForm .wpcf7-form-control.wpcf7-radio, .contactForm .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}
.contactForm .wpcf7-form-control.wpcf7-radio .wpcf7-list-item, .contactForm .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.contactForm .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label, .contactForm .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
}
.contactForm .wpcf7 form .wpcf7-response-output {
  margin: 2em 0 1em;
  padding: 0.2em 0.5em;
  font-size: min(15px, 3vw);
}

.forprofile {
  position: relative;
}
.forprofile span.blank {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: min(15px, 4vw);
}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#fixedLink {
  position: fixed;
  bottom: min(20px, 2vw);
  right: min(20px, 2vw);
  z-index: 10;
}
@media screen and (max-width: 750px) {
  #fixedLink {
    width: calc(100% - 4vw);
  }
}
#fixedLink ul {
  display: flex;
  flex-wrap: wrap;
  gap: min(10px, 2vw);
  justify-content: center;
  align-items: center;
  width: 110px;
}
@media screen and (max-width: 750px) {
  #fixedLink ul {
    width: 100%;
    align-items: flex-end;
  }
}
#fixedLink ul li a {
  display: block;
}
@media screen and (min-width: 751px) {
  #fixedLink ul li {
    width: calc(50% - 5px);
  }
  #fixedLink ul li.ticket {
    width: 100%;
  }
  #fixedLink ul li img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  #fixedLink ul li {
    height: 10vw;
    width: 10vw;
  }
  #fixedLink ul li a.arrow {
    display: flex;
  }
  #fixedLink ul li.ticket {
    width: calc(100% - 24vw);
    height: 16vw;
  }
  body.en #fixedLink ul li.ticket {
    height: 12vw;
  }
}

#footer {
  font-size: min(12px, 2.4vw);
  padding: min(30px, 8vw);
}
@media screen and (max-width: 750px) {
  #footer {
    padding-bottom: 22vw;
  }
}

/* MODAL */
.remodal-overlay {
  background-color: rgba(0, 0, 0, 0.75);
}

.remodal {
  background-color: #FFF;
  max-width: 900px;
}
.remodal.goodsModal {
  max-width: 600px;
  aspect-ratio: 1/1;
}
.remodal.goodsModal.nosq {
  aspect-ratio: auto;
}
@media screen and (max-width: 750px) {
  .remodal.goodsModal {
    height: auto;
  }
}
.remodal.goodsModal .goodsImg {
  width: 100%;
}
.remodal.goodsModal .goodsImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 750px) {
  .remodal {
    padding: 5vw;
    margin-bottom: 0;
    height: 85vh;
  }
  .remodal.hauto {
    height: auto;
  }
  .remodal .modalInner {
    height: 100%;
    overflow-y: scroll;
  }
  .remodal[data-remodal-id=back1999] {
    height: auto;
  }
}
.remodal .modalClose {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: -40px;
  right: 0;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .remodal .modalClose {
    width: 8vw;
    height: 8vw;
    top: -8vw;
  }
}
.remodal .modalClose::before, .remodal .modalClose::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 20px;
  width: 40px;
  height: 2px;
  background-color: rgb(255, 255, 255);
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 750px) {
  .remodal .modalClose::before, .remodal .modalClose::after {
    width: 7vw;
    top: 4vw;
  }
}
.remodal .modalClose::before {
  transform: rotate(45deg);
}
.remodal .modalClose::after {
  transform: rotate(-45deg);
}

.modalBackList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(10px, 2vw);
}
.modalBackList a, .modalBackList span {
  display: inline-block;
  width: min(150px, 20vw);
  background-color: #333;
  color: #FFF;
  padding: 10px;
}
.modalBackList span {
  background-color: #666;
}

.up {
  opacity: 0;
  filter: blur(5px);
  transform: translateY(80px);
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.up.upstyle {
  transform: translateY(0);
  animation: blur 0.5s ease-in-out forwards;
  opacity: 1;
}

/* 1999 END*/