@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.7; }

input,
button {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000; }

.min {
  font-size: .8em; }

.strong {
  font-size: 1.2em; }

.bld {
  font-weight: bold; }

.how-text {
  font-size: .9em; }

table th {
  font-size: .8em; }
table td {
  font-size: 1.2em;
  line-height: 1.2em; }
  table td .min {
    font-size: .5em; }
  table td .total {
    font-size: .65em; }

@media screen and (max-width: 540px) {
  body {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }

  .place-desc {
    font-size: .9em; }

  .fc-link {
    font-size: 14px; }

  #menu .menu-in li a {
    font-size: .9em; } }
@keyframes cursor-blink {
  0%,
    50% {
    opacity: 1; }
  51%,
    100% {
    opacity: 0; } }
@keyframes pointer-bounce {
  0% {
    top: 60px; }
  50% {
    top: 70px; }
  100% {
    top: 60px; } }
@keyframes aplly-on {
  0% {
    background: #ce0086; }
  100% {
    background: #fff;
    color: #ce0086; } }
@keyframes search-ripple {
  0% {
    transform: scale(1);
    opacity: .5; }
  70% {
    opacity: 0; }
  100% {
    transform: scale(1.6);
    opacity: 0; } }
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes menuAnim {
  from {
    opacity: 0;
    transform: translateY(-120px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fade {
  opacity: 0; }

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

html,
body {
  width: 100%;
  overflow-x: hidden;
  background-color: #fff; }

img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

section {
  display: block;
  position: relative;
  z-index: 2;
  padding: 80px 0; }

.inner-wrap {
  padding: 0 2em;
  width: calc(100% - 4em);
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 2; }
  .inner-wrap.in-9 {
    max-width: 900px;
    padding: 0 1em;
    width: calc(100% - 2em); }

a {
  transition-duration: .3s; }
  a:hover {
    opacity: .8; }

#menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: #460039;
  display: none; }
  #menu::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/about-bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 300px;
    opacity: .2; }
  #menu::after {
    content: "";
    background: url(../images/texture.webp);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    mix-blend-mode: soft-light;
    opacity: .2;
    pointer-events: none;
    z-index: 2; }
  #menu .menu-in {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 500px;
    transform: translate(-50%, -50%);
    width: calc(100% - 2em); }
    #menu .menu-in li {
      margin-bottom: .5em;
      padding-bottom: .5em;
      border-bottom: solid 1px #7f7a71; }
      #menu .menu-in li a {
        color: #fff;
        display: block;
        width: 100%; }

.menu-btn {
  position: fixed;
  right: 1em;
  top: -15px;
  max-width: 80px;
  z-index: 20;
  cursor: pointer; }
  .menu-btn .menu-open,
  .menu-btn .menu-close {
    display: none; }
    .menu-btn .menu-open.menu-active,
    .menu-btn .menu-close.menu-active {
      display: block; }

.ti-btn {
  position: fixed;
  right: -5px;
  bottom: 2em;
  max-width: 200px;
  z-index: 5; }

.sns-link {
  position: fixed;
  right: 10px;
  bottom: 120px;
  z-index: 5; }
  .sns-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #000;
    margin-bottom: 10px; }
    .sns-link a img {
      width: 90%;
      margin: 0 auto; }
    .sns-link a.sns-li {
      background: #06C755; }
    .sns-link a.sns-fb {
      background: #1877F2; }

.bg {
  background: #13121c;
  width: 100%;
  position: relative;
  z-index: 3; }
  .bg.loading-on {
    display: none; }
  .bg::after {
    content: "";
    background: url(../images/texture.webp);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    mix-blend-mode: soft-light;
    opacity: .3;
    pointer-events: none;
    z-index: 2; }

header .catch {
  padding: 100px 0; }
  header .catch .catch-text {
    margin: 0 auto 40px; }

.head-box {
  max-width: 280px;
  margin: 0 auto 40px; }

#main-swiper {
  position: relative;
  padding: 0;
  z-index: 5; }
  #main-swiper:after {
    content: "";
    background: linear-gradient(180deg, rgba(70, 0, 57, 0) 0%, #460039 50%, #460039 100%);
    width: 100%;
    height: 200px;
    bottom: 0;
    left: 0;
    position: absolute; }
  #main-swiper .swiper-wrapper {
    transition-timing-function: linear !important; }

#about {
  background: #460039;
  padding-top: 120px; }
  #about .about-box {
    position: relative;
    color: #fff;
    text-align: center; }
    #about .about-box h2 {
      max-width: 280px;
      margin: 0 auto 1em; }
    #about .about-box::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: url(../images/about-bg.webp);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      width: 100%;
      height: 300px;
      opacity: .2; }

#precautions {
  position: relative;
  padding: 80px 0 0; }
  #precautions:after {
    content: "";
    background: linear-gradient(0deg, rgba(70, 0, 57, 0) 0%, #460039 50%, #460039 100%);
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1; }
  #precautions .pre-box {
    text-align: center;
    color: #a5a29c;
    border: solid 1px #a5a29c;
    padding: 1em .5em; }
    #precautions .pre-box .pre-icon {
      max-width: 50px;
      margin: 0 auto 1em; }

#point {
  z-index: 5; }
  #point .inner-wrap {
    max-width: 1024px; }
  #point .swiper-slide {
    max-width: 330px;
    margin: 0 auto; }
  #point .point-wrap {
    position: relative; }
    #point .point-wrap .swiper-pagination {
      bottom: -30px; }
  #point .point-btn-box {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    #point .point-btn-box .swiper-button-disabled {
      display: none; }
    #point .point-btn-box .point-prev {
      left: -20px; }
      #point .point-btn-box .point-prev:after {
        display: none; }
      #point .point-btn-box .point-prev:before {
        content: "";
        background: url(../images/arrow-l.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 30px;
        height: 30px; }
    #point .point-btn-box .point-next {
      right: -20px; }
      #point .point-btn-box .point-next:after {
        display: none; }
      #point .point-btn-box .point-next:before {
        content: "";
        background: url(../images/arrow-r.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 30px;
        height: 30px; }
  #point .point-box {
    position: relative;
    max-width: 420px;
    margin: 40px auto;
    color: #a5a29c;
    background: linear-gradient(90deg, #2a1b2b 0%, black 100%);
    padding: 1.5em; }
    #point .point-box.point-box2 {
      background: linear-gradient(90deg, #161c35 0%, black 100%); }
    #point .point-box.point-box3 {
      background: linear-gradient(90deg, #22211a 0%, black 100%); }
    #point .point-box::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, #38291e 0%, #e4cea8 30%, #392d24 100%);
      mix-blend-mode: soft-light;
      pointer-events: none;
      z-index: 0; }
    #point .point-box .point-ima {
      margin-bottom: 1em; }
    #point .point-box .point-desc {
      position: relative;
      z-index: 2; }
    #point .point-box .point-btn {
      width: fit-content;
      position: relative;
      font-style: italic;
      color: #fff;
      margin-left: auto;
      cursor: pointer;
      margin-top: 1em;
      min-height: 1em; }
      #point .point-box .point-btn p {
        position: relative;
        padding-right: 1.5em; }
        #point .point-box .point-btn p::after {
          content: "";
          background: url(../images/arrow.svg);
          width: 1em;
          height: 1em;
          position: absolute;
          right: 0;
          top: 0;
          background-repeat: no-repeat;
          background-position: center;
          transition-duration: .3s; }
      #point .point-box .point-btn.point-active p:after {
        transform: rotate(180deg); }
    #point .point-box .people-tar {
      text-decoration: underline;
      cursor: pointer; }
    #point .point-box .point-people {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      margin: 1em auto; }
    #point .point-box .point-tp-head {
      margin-top: -.5em;
      margin-left: -.5em;
      margin-bottom: 10px;
      color: #fff; }
    #point .point-box .point-ima {
      position: relative;
      z-index: 2; }
    #point .point-box .point-head {
      max-width: 300px;
      margin: 1em auto; }
    #point .point-box .point-bdr-tp {
      position: absolute;
      top: 0;
      left: -2%;
      background: url(../images/bdr-top.webp);
      width: 104%;
      height: 40px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: contain;
      pointer-events: none; }
    #point .point-box .point-bdr-bt {
      position: absolute;
      bottom: 0;
      left: -2%;
      background: url(../images/bdr-bottom.webp);
      width: 104%;
      height: 40px;
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: contain;
      pointer-events: none; }
    #point .point-box .point-bdr-md {
      position: absolute;
      left: 0;
      top: 20px;
      left: -2%;
      background: url(../images/bdr-md.webp);
      width: 104%;
      height: calc(100% - 40px);
      background-position: center top;
      background-size: contain;
      pointer-events: none; }
    #point .point-box .point-bdr-md2 {
      position: absolute;
      left: 0;
      bottom: 140px;
      left: -2%;
      background: url(../images/bdr-md2.webp);
      width: 104%;
      height: 40px;
      background-position: center top;
      background-size: contain;
      background-repeat: no-repeat;
      pointer-events: none; }

#play {
  padding-top: 0; }
  #play .inner-wrap {
    max-width: 1024px; }
  #play .play-item-box {
    max-width: 1024px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px; }

#story {
  background-color: #004600;
  position: relative;
  padding: 80px 0; }
  #story::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/story-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.35;
    z-index: -1; }
  #story .story-bdr-tp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #38291e 0%, #e4cea8 50%, #38291e 100%); }
    #story .story-bdr-tp::after {
      content: "";
      width: 10px;
      height: 20px;
      position: absolute;
      left: 0;
      right: 0;
      top: -5px;
      margin: 0 auto;
      background: url(../images/line-cent.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
  #story .story-bdr-bt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #38291e 0%, #e4cea8 50%, #38291e 100%); }
    #story .story-bdr-bt::after {
      content: "";
      width: 10px;
      height: 20px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -5px;
      margin: 0 auto;
      background: url(../images/line-cent-bt.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
  #story .story-text {
    color: #fff;
    max-width: 500px;
    width: 100%;
    margin: 0 auto; }
    #story .story-text p {
      margin-bottom: 2em; }

.swiper-pagination {
  bottom: -20px;
  display: none; }

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 0 5px !important;
  background: url("../images/dots.svg") center/contain no-repeat;
  border-radius: 0;
  opacity: 1; }

.swiper-pagination-bullet-active {
  background-image: url("../images/dots-active.svg"); }

#howtoplay {
  z-index: 5; }
  #howtoplay .inner-wrap {
    max-width: 1024px; }
  #howtoplay .how-swiper {
    margin: 0 auto;
    position: relative; }
  #howtoplay .sankajyo {
    margin: 40px auto;
    max-width: 800px; }
  #howtoplay .swiper-slide {
    max-width: 330px;
    margin: 0 auto; }
  #howtoplay .how-btn-box {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    #howtoplay .how-btn-box .swiper-button-disabled {
      display: none; }
    #howtoplay .how-btn-box .how-prev {
      left: -20px; }
      #howtoplay .how-btn-box .how-prev:after {
        display: none; }
      #howtoplay .how-btn-box .how-prev:before {
        content: "";
        background: url(../images/arrow-l.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 30px;
        height: 30px; }
    #howtoplay .how-btn-box .how-next {
      right: -20px; }
      #howtoplay .how-btn-box .how-next:after {
        display: none; }
      #howtoplay .how-btn-box .how-next:before {
        content: "";
        background: url(../images/arrow-r.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 30px;
        height: 30px; }
  #howtoplay .how-item {
    max-width: 280px;
    margin: 0 auto;
    padding: 60px 0 100px;
    position: relative; }
    #howtoplay .how-item ul li {
      padding-left: 1em;
      position: relative; }
      #howtoplay .how-item ul li::after {
        content: "※";
        position: absolute;
        left: 0;
        top: 0; }
    #howtoplay .how-item .how-in {
      padding: 0px 1.5em;
      position: relative;
      z-index: 2;
      min-height: 430px;
            /* &::before {
                content: "";
                position: absolute;
                left: 1em;
                top: 50%;
                transform: translateY(-50%);
                width: 10px;
                height: 100%;
                background: url(../images/how-l.webp);
                background-repeat: no-repeat;
                background-position: center;
                background-size: contain;
            }

            &::after {
                content: "";
                position: absolute;
                right: 1em;
                top: 50%;
                transform: translateY(-50%);
                width: 10px;
                height: 100%;
                background: url(../images/how-r.webp);
                background-repeat: no-repeat;
                background-position: center;
                background-size: contain;
            } */ }
    #howtoplay .how-item .how-btn {
      display: block;
      max-width: 200px;
      margin: 1em auto; }
    #howtoplay .how-item .how-tp {
      position: absolute;
      top: 0;
      left: -5%;
      background: url(../images/how-tp.webp);
      width: 110%;
      height: 210px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: contain;
      z-index: 0; }
    #howtoplay .how-item .how-bt {
      position: absolute;
      bottom: 5px;
      left: -5%;
      background: url(../images/how-bt.webp);
      width: 110%;
      height: 210px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: contain;
      z-index: 0; }
    #howtoplay .how-item .how-md {
      position: absolute;
      top: 190px;
      left: -5%;
      background: url(../images/how-md.webp);
      width: 110%;
      height: calc(100% - 400px);
      background-size: 100% 1000px;
      z-index: -1; }
    #howtoplay .how-item .how-text {
      margin: 1em auto; }
    #howtoplay .how-item .how-head {
      position: relative;
      padding-bottom: 40px; }
      #howtoplay .how-item .how-head:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 200px;
        width: 100%;
        height: 20px;
        background: url(../images/how-head-bdr.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin: 0 auto; }
      #howtoplay .how-item .how-head img {
        max-width: 200px; }

#ticket-info {
  position: relative;
  background: linear-gradient(180deg, rgba(56, 41, 30, 0) 0%, #834800 20%, #834800 80%, rgba(56, 41, 30, 0) 100%); }
  #ticket-info .inner-wrap {
    padding: 0 1em;
    width: calc(100% - 2em); }
  #ticket-info .ti-head {
    margin: 40px auto; }
  #ticket-info .price-tab-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-width: 200px;
    margin: 1em auto; }
    #ticket-info .price-tab-item .price-tab {
      padding: .5em 1em;
      text-align: center;
      width: calc(100% - 2em);
      background: #4d4d4d;
      color: #999;
      transition-duration: .3s;
      cursor: pointer;
      border: solid 1px #4d4d4d; }
      #ticket-info .price-tab-item .price-tab.tab-active {
        background: #8186a2;
        border: solid 1px #8186a2;
        color: #fff; }
  #ticket-info .price-item {
    display: none; }
    #ticket-info .price-item.price-active {
      display: block; }
  #ticket-info table {
    width: 100%;
    color: #fff; }
    #ticket-info table thead,
    #ticket-info table tbody {
      width: 100%; }
    #ticket-info table tr {
      width: 100%; }
    #ticket-info table th {
      border-left: solid 1px #a5a29c;
      border-bottom: solid 1px #a5a29c;
      padding: .5em;
      text-align: center; }
      #ticket-info table th:first-child {
        border-left: 0; }
    #ticket-info table td {
      border-left: solid 1px #a5a29c;
      border-bottom: solid 1px #a5a29c;
      padding: .5em;
      text-align: center; }
  #ticket-info .ti-item-box {
    max-width: 480px;
    margin: 0 auto; }
    #ticket-info .ti-item-box .ti-item {
      position: relative;
      max-width: 420px;
      margin: 40px auto;
      color: #fff;
      background: linear-gradient(90deg, #2a1b2b 0%, black 100%);
      padding: 1.5em; }
      #ticket-info .ti-item-box .ti-item.ti-item2 {
        background: linear-gradient(90deg, #161c35 0%, black 100%); }
      #ticket-info .ti-item-box .ti-item.ti-item3 {
        background: linear-gradient(90deg, #22211a 0%, black 100%); }
      #ticket-info .ti-item-box .ti-item::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #38291e 0%, #e4cea8 30%, #392d24 100%);
        mix-blend-mode: soft-light;
        pointer-events: none; }
      #ticket-info .ti-item-box .ti-item .ti-text {
        margin: 1em auto; }
      #ticket-info .ti-item-box .ti-item ul li {
        position: relative;
        padding-left: 1.5em; }
        #ticket-info .ti-item-box .ti-item ul li::after {
          content: "※";
          position: absolute;
          left: 0;
          top: 0; }
      #ticket-info .ti-item-box .ti-item .ti-item-head {
        max-width: 280px;
        margin: 1em auto; }
      #ticket-info .ti-item-box .ti-item .evnt-item-head {
        max-width: 360px;
        margin: 1em auto; }
      #ticket-info .ti-item-box .ti-item .u22-head {
        max-width: 180px;
        margin: 1em auto; }
      #ticket-info .ti-item-box .ti-item .ti-link {
        text-decoration: underline;
        color: #fff; }
      #ticket-info .ti-item-box .ti-item .ti-bdr-tp {
        position: absolute;
        top: 0;
        left: -2%;
        background: url(../images/bdr-top.webp);
        width: 104%;
        height: 40px;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
        pointer-events: none; }
      #ticket-info .ti-item-box .ti-item .ti-bdr-bt {
        position: absolute;
        bottom: 0;
        left: -2%;
        background: url(../images/bdr-bottom.webp);
        width: 104%;
        height: 40px;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;
        pointer-events: none; }
      #ticket-info .ti-item-box .ti-item .ti-bdr-md {
        position: absolute;
        left: 0;
        top: 20px;
        left: -2%;
        background: url(../images/bdr-md.webp);
        width: 104%;
        height: calc(100% - 40px);
        background-position: center top;
        background-size: contain;
        pointer-events: none; }
      #ticket-info .ti-item-box .ti-item .ti-bdr-md2 {
        position: absolute;
        left: 0;
        bottom: 140px;
        left: -2%;
        background: url(../images/bdr-md2.webp);
        width: 104%;
        height: 40px;
        background-position: center top;
        background-size: contain;
        background-repeat: no-repeat; }
    #ticket-info .ti-item-box .ti-notice-desc {
      margin-top: 20px;
      display: none; }
      #ticket-info .ti-item-box .ti-notice-desc ul li {
        padding-left: 1em;
        position: relative;
        color: #fff;
        margin-bottom: .5em;
        padding-bottom: .5em;
        border-bottom: solid 1px #fff; }
        #ticket-info .ti-item-box .ti-notice-desc ul li::after {
          content: "・";
          position: absolute;
          left: 0;
          top: 0; }
    #ticket-info .ti-item-box .ti-notice {
      font-style: italic;
      margin-left: auto;
      width: fit-content;
      margin-left: auto;
      padding-bottom: .5em;
      border-bottom: solid 2px #fff;
      color: #fff; }
      #ticket-info .ti-item-box .ti-notice p {
        position: relative;
        padding-right: 2em;
        padding-left: 1em; }
        #ticket-info .ti-item-box .ti-notice p::after {
          content: "";
          width: 1em;
          height: 1em;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          background: url(../images/arrow.svg);
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          transition-duration: .3s; }
      #ticket-info .ti-item-box .ti-notice.notice-active p:after {
        transform: translateY(-50%) rotate(180deg); }
  #ticket-info .ti-sche-box {
    margin-top: 80px; }
    #ticket-info .ti-sche-box .sche-item {
      max-width: 500px;
      margin: 40px auto;
      text-align: center;
      color: #fff; }
    #ticket-info .ti-sche-box .sche-head {
      margin-bottom: 20px; }
    #ticket-info .ti-sche-box .fc-box {
      margin-top: 40px; }

#ticket-buy .ticket-place-item {
  max-width: 600px;
  margin: 0 auto; }
#ticket-buy .ticket-place {
  position: relative;
  margin: 0 auto -10px;
  background: #d8d7d4;
  padding: 1.5em; }
  #ticket-buy .ticket-place .place-bdr-tp {
    position: absolute;
    top: 0;
    left: -2%;
    background: url(../images/bdr-top.webp);
    width: 104%;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    pointer-events: none; }
  #ticket-buy .ticket-place .place-bdr-bt {
    position: absolute;
    bottom: 0;
    left: -2%;
    background: url(../images/bdr-bottom.webp);
    width: 104%;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    pointer-events: none; }
  #ticket-buy .ticket-place .place-bdr-md {
    position: absolute;
    left: 0;
    top: 20px;
    left: -2%;
    background: url(../images/bdr-md.webp);
    width: 104%;
    height: calc(100% - 40px);
    background-position: center top;
    background-size: 100% 20px;
    pointer-events: none; }
  #ticket-buy .ticket-place .place-bdr-md2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -2%;
    background: url(../images/bdr-md2.webp);
    width: 104%;
    height: 60px;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none; }
  #ticket-buy .ticket-place .ticket-place-head-box {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 1em; }
  #ticket-buy .ticket-place .place-box {
    padding: 1em 0;
    display: none; }
    #ticket-buy .ticket-place .place-box .ti-sche-box {
      margin-bottom: 20px; }
    #ticket-buy .ticket-place .place-box .map iframe {
      display: block;
      width: 100%; }
    #ticket-buy .ticket-place .place-box .place-desc {
      margin-bottom: 20px; }
    #ticket-buy .ticket-place .place-box .place-head {
      text-align: center;
      background: #161c35;
      color: #fff;
      margin-bottom: 1em; }
#ticket-buy .schedule-wrap {
  width: 82%;
  margin: 0 auto; }
#ticket-buy .place-buy-btn {
  width: calc(100% + 2em);
  margin-left: -1em;
  cursor: pointer; }
  #ticket-buy .place-buy-btn .place-buy {
    display: none; }
    #ticket-buy .place-buy-btn .place-buy.place-buy-active {
      display: block; }

#notice {
  padding-top: 0;
    /* .smartphone {
        text-align: center;
        color: #a5a29c;
        border: solid 1px #a5a29c;
        padding: 1em .5em;

        .sp-icon {
            max-width: 50px;
            margin: 0 auto 1em;
        }

        ul {
            li {
                padding-left: 1em;
                position: relative;

                &::after {
                    content: "※";
                    position: absolute;
                    left: 0;
                    top: 0;
                }
            }
        }
    } */ }
  #notice .notice-item {
    display: none; }
  #notice .bnr-box {
    max-width: 700px;
    margin: 80px auto 0; }
    #notice .bnr-box p {
      text-align: center;
      margin-bottom: 1em;
      color: #fff; }
    #notice .bnr-box .bnr-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px; }
    #notice .bnr-box .bnr-item p {
      text-align: left; }
  #notice .notice-item-box {
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #fff;
    margin-top: 40px; }
    #notice .notice-item-box p {
      margin-bottom: 1em; }
    #notice .notice-item-box ul {
      margin: 1em auto; }
      #notice .notice-item-box ul li {
        margin: 0 auto .5em;
        position: relative;
        padding-left: 1em; }
        #notice .notice-item-box ul li:after {
          content: "・";
          position: absolute;
          left: 0;
          top: 0; }
    #notice .notice-item-box .notice-sm-head {
      background: #7f7a71;
      padding: 1em;
      margin-bottom: 1em;
      margin-top: 20px; }
    #notice .notice-item-box .notice-link {
      text-decoration: underline;
      color: #fff; }
    #notice .notice-item-box .notice-list li {
      position: relative;
      padding-left: 1em; }
      #notice .notice-item-box .notice-list li:after {
        content: "・";
        position: absolute;
        left: 0;
        top: 0; }
    #notice .notice-item-box .notice-list2 li {
      position: relative;
      padding-left: 1em; }
      #notice .notice-item-box .notice-list2 li:after {
        content: "※";
        position: absolute;
        left: 0;
        top: 0; }
    #notice .notice-item-box .answer {
      position: relative;
      padding-left: 1em; }
      #notice .notice-item-box .answer:after {
        content: "A.";
        position: absolute;
        left: 0;
        top: 0; }
  #notice .w-item-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 360px;
    margin: 0 auto;
    gap: 1em; }
    #notice .w-item-box .w-item {
      cursor: pointer; }
  #notice .notice-box {
    margin-top: 80px; }
    #notice .notice-box .notice-head {
      border-top: solid 1px #7f7a71;
      border-bottom: solid 1px #7f7a71;
      color: #fff;
      cursor: pointer; }
      #notice .notice-box .notice-head p {
        max-width: 700px;
        padding: 1em;
        width: calc(100% - 3em);
        margin: 0 auto;
        position: relative;
        cursor: pointer;
        padding-right: 2em; }
        #notice .notice-box .notice-head p::after {
          content: "";
          width: 1em;
          height: 1em;
          position: absolute;
          right: 1em;
          top: 50%;
          transform: translateY(-50%);
          background: url(../images/arrow.svg);
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          transition-duration: .3s; }
      #notice .notice-box .notice-head.notice-active p:after {
        transform: translateY(-50%) rotate(180deg); }

footer {
  text-align: center;
  color: #fff;
  padding: 0 0 80px; }
  footer .logo-rdg {
    max-width: 200px;
    margin: 40px auto;
    display: block; }
  footer .bnr-box {
    max-width: 400px;
    margin: 1em auto; }
    footer .bnr-box .bnr-item {
      display: block;
      margin: 1em auto; }
  footer .logo-box {
    max-width: 200px;
    margin: 40px auto; }
  footer .copy {
    margin-top: 1em; }

#people-pop-1,
#people-pop-2,
#rdg-pop,
#ct-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 110;
  display: none;
  color: #1a1a1a; }
  #people-pop-1 .close-bt,
  #people-pop-2 .close-bt,
  #rdg-pop .close-bt,
  #ct-pop .close-bt {
    position: absolute;
    right: 0;
    top: -40px;
    width: 30px;
    height: 30px;
    cursor: pointer; }
  #people-pop-1 .ima-grid,
  #people-pop-2 .ima-grid,
  #rdg-pop .ima-grid,
  #ct-pop .ima-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 1em;
    gap: 10px;
    align-items: center; }
  #people-pop-1 p,
  #people-pop-2 p,
  #rdg-pop p,
  #ct-pop p {
    margin-bottom: 1em; }
  #people-pop-1 .rdg-in,
  #people-pop-2 .rdg-in,
  #rdg-pop .rdg-in,
  #ct-pop .rdg-in {
    width: calc(90% - 2em - 6px);
    padding: 1em;
    border: solid 1px #333;
    max-width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #d8d7d4; }
  #people-pop-1 .youtube iframe,
  #people-pop-2 .youtube iframe,
  #rdg-pop .youtube iframe,
  #ct-pop .youtube iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    display: block; }
  #people-pop-1 .img,
  #people-pop-2 .img,
  #rdg-pop .img,
  #ct-pop .img {
    width: 100%;
    height: auto; }
  #people-pop-1 .rdg-text,
  #people-pop-2 .rdg-text,
  #rdg-pop .rdg-text,
  #ct-pop .rdg-text {
    margin: 1em auto; }
  #people-pop-1 .btn,
  #people-pop-2 .btn,
  #rdg-pop .btn,
  #ct-pop .btn {
    max-width: 290px;
    text-align: center;
    padding: .5em;
    display: block;
    width: calc(100% - 3em - 4px);
    background: #161c35;
    color: #fff;
    margin: 0 auto;
    transition-duration: .3s;
    border: solid 2px #161c35;
    padding-right: 2.5em;
    position: relative; }
    #people-pop-1 .btn:after,
    #people-pop-2 .btn:after,
    #rdg-pop .btn:after,
    #ct-pop .btn:after {
      content: "";
      width: 1em;
      height: 1em;
      background-image: url(../images/tri.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      position: absolute;
      right: 1em;
      top: 50%;
      transform: translateY(-50%);
      transition-duration: .3s; }
    #people-pop-1 .btn:hover,
    #people-pop-2 .btn:hover,
    #rdg-pop .btn:hover,
    #ct-pop .btn:hover {
      background: rgba(0, 0, 0, 0);
      color: #161c35; }
      #people-pop-1 .btn:hover::after,
      #people-pop-2 .btn:hover::after,
      #rdg-pop .btn:hover::after,
      #ct-pop .btn:hover::after {
        background-image: url(../images/tri-br.svg);
        right: .5em; }
  #people-pop-1 .x-btn,
  #people-pop-2 .x-btn,
  #rdg-pop .x-btn,
  #ct-pop .x-btn {
    max-width: 280px;
    text-align: center;
    padding: .5em;
    display: block;
    width: calc(100% - 3em - 4px);
    background: #000;
    color: #fff;
    margin: 0 auto;
    transition-duration: .3s;
    border: solid 2px #000;
    padding-right: 2.5em;
    position: relative;
    margin-top: 1em; }
    #people-pop-1 .x-btn:after,
    #people-pop-2 .x-btn:after,
    #rdg-pop .x-btn:after,
    #ct-pop .x-btn:after {
      content: "";
      width: 1.5em;
      height: 1.5em;
      background-image: url(../images/btn-x.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      position: absolute;
      right: 1em;
      top: 50%;
      transform: translateY(-50%);
      transition-duration: .3s; }
    #people-pop-1 .x-btn:hover,
    #people-pop-2 .x-btn:hover,
    #rdg-pop .x-btn:hover,
    #ct-pop .x-btn:hover {
      background: rgba(0, 0, 0, 0);
      color: #000; }
      #people-pop-1 .x-btn:hover::after,
      #people-pop-2 .x-btn:hover::after,
      #rdg-pop .x-btn:hover::after,
      #ct-pop .x-btn:hover::after {
        background-image: url(../images/btn-x-blk.svg); }
  #people-pop-1 .pop-logo-box,
  #people-pop-2 .pop-logo-box,
  #rdg-pop .pop-logo-box,
  #ct-pop .pop-logo-box {
    width: 50%;
    max-width: 280px;
    margin: 0 auto 1em; }

#loading {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #000; }
  #loading .load-block {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 101;
    width: 100%;
    height: 100%; }
  #loading .skip-box {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    margin: 0 auto;
    z-index: 999; }
    #loading .skip-box .skip-btn {
      max-width: 120px;
      position: absolute;
      right: 0;
      bottom: 0;
      cursor: pointer;
      pointer-events: auto; }
  #loading .load-box {
    max-width: 600px;
    margin: 0 auto;
    height: calc(100vh - 80px - 1em);
    height: calc(100dvh - 80px - 1em);
    background: #32003f;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    transition-duration: .3s; }
    #loading .load-box::-webkit-scrollbar {
      display: none; }
    #loading .load-box::before {
      display: none;
      content: "";
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url(../images/load-bg-tp.webp);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      z-index: 101;
      opacity: 0;
      transition-duration: 1s; }
    #loading .load-box::after {
      display: none;
      content: "";
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: url(../images/load-bg-bt.webp);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      z-index: 101;
      opacity: 0;
      transition-duration: 1s; }
    #loading .load-box.dark-active:before {
      opacity: 1;
      top: 0;
      animation: smokebounce 2s ease-out infinite; }
    #loading .load-box.dark-active:after {
      opacity: 1;
      bottom: 0;
      animation: smokebounce2 2s ease-out infinite; }
  #loading .smoke {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    max-width: 600px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 10;
    mix-blend-mode: hard-light;
    opacity: 1;
    pointer-events: none;
    transition-duration: .3s; }
    #loading .smoke video {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    #loading .smoke.dark-active3 {
      opacity: .5; }
  #loading .load-in {
    width: calc(100% - 2em);
    padding: 0 1em; }
  #loading .load-logo {
    margin: 0 auto;
    padding: 40px 0;
    width: 90%;
    max-width: 320px; }
  #loading .bottom-bt {
    background: #000;
    max-width: 600px;
    width: 100%;
    z-index: 1;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 1em 0; }
    #loading .bottom-bt .bt-flex {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 80%;
      margin: 0 auto; }
    #loading .bottom-bt .bt-ico {
      max-width: 80px; }
  #loading .load-search {
    position: relative;
    z-index: 1; }
    #loading .load-search .load-inp {
      background: #fff;
      border-radius: 50px;
      width: calc(100% - 2em);
      padding: 0 1em;
      height: 60px;
      display: flex;
      align-items: center;
      color: #000; }
    #loading .load-search .inp-in {
      display: flex;
      align-items: center; }
      #loading .load-search .inp-in::after {
        content: "";
        display: inline-block;
        width: 2px;
        height: 1.2em;
        margin-left: 3px;
        background: #333;
        animation: cursor-blink 0.7s steps(1) infinite; }
      #loading .load-search .inp-in.is-complete::after {
        display: none; }
    #loading .load-search .search-btn {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      border-radius: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      background: #ce0086;
      border: solid 1px #ce0086;
      transition-duration: .3s; }
      #loading .load-search .search-btn::after {
        content: "";
        width: 80%;
        height: 100%;
        background-image: url(../images/search.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
      #loading .load-search .search-btn:before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 50%;
        background: #ce0086;
        z-index: -1;
        animation: search-ripple 2s ease-out infinite;
        pointer-events: none;
        display: none; }
      #loading .load-search .search-btn.search-active {
        background: #fff; }
        #loading .load-search .search-btn.search-active::after {
          background-image: url(../images/search-pi.svg); }
        #loading .load-search .search-btn.search-active:before {
          display: block; }
  #loading .load-2 {
    display: none;
    background: #23002d;
    margin-top: 80px; }
    #loading .load-2 .load-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 90%;
      margin: 0 auto;
      padding: 20px 0;
      font-size: .8em; }
      #loading .load-2 .load-header .yum-disp {
        color: #fff; }
      #loading .load-2 .load-header .yum-select {
        padding: .5em 1em;
        background: #fff;
        border-radius: 50px; }
    #loading .load-2 .load-result {
      background: #fff;
      padding: 1em; }
      #loading .load-2 .load-result .load-ima {
        width: 90%;
        margin: 1em auto; }
    #loading .load-2 .load-desc {
      color: #808080;
      margin: 1em auto; }
      #loading .load-2 .load-desc ul li {
        padding-left: 1em;
        position: relative; }
        #loading .load-2 .load-desc ul li::after {
          content: "・";
          position: absolute;
          left: 0;
          top: 0; }
    #loading .load-2 .result-head {
      margin-bottom: 20px; }
      #loading .load-2 .result-head .strong {
        line-height: 1.5;
        margin-bottom: 1em; }
    #loading .load-2 .load-apply {
      margin-top: 40px; }
      #loading .load-2 .load-apply p {
        color: #ce0086;
        margin-bottom: .5em;
        text-align: center; }
      #loading .load-2 .load-apply .btn-apply {
        width: calc(100% - 2em);
        background: #ce0086;
        padding: 1em;
        color: #fff;
        text-align: center;
        max-width: 240px;
        margin: 0 auto;
        position: relative;
        border: solid 1px #ce0086; }
        #loading .load-2 .load-apply .btn-apply.apply-on {
          animation: aplly-on .3s linear both;
          animation-delay: 1s; }
          #loading .load-2 .load-apply .btn-apply.apply-on::after {
            animation: pointer-bounce 1s linear both; }
        #loading .load-2 .load-apply .btn-apply:after {
          content: "";
          width: 60px;
          height: 60px;
          position: absolute;
          right: 0;
          top: 60px;
          background: url(../images/pointer.svg);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center; }
        #loading .load-2 .load-apply .btn-apply span {
          display: block;
          line-height: 1.2; }
        #loading .load-2 .load-apply .btn-apply.btn-no:after {
          opacity: 0; }
    #loading .load-2.dark-active {
      transform: scale(1.2) translateX(5%) translateY(-2%); }
    #loading .load-2.dark-active2 {
      transform: scale(1.5) translateX(13%) translateY(-5%); }
    #loading .load-2.dark-active3 {
      transform: scale(2.5) translateX(25%) translateY(-11%); }
  #loading .blocks {
    margin: 0;
    padding: 40px 0;
    background: #23002d; }

@media screen and (max-width: 1023px) {
  #point .swiper-slide {
    max-width: initial;
    margin: 0; }
  #point .point-btn-box {
    display: block; }
  #point .point-swiper {
    overflow: hidden; }

  .swiper-pagination {
    display: block; }

  #howtoplay .swiper-slide {
    max-width: initial;
    margin: initial; }
  #howtoplay .how-btn-box {
    display: block; }
  #howtoplay .swiper-pagination {
    bottom: -30px; }

  #play .play-item-box {
    max-width: 500px;
    grid-template-columns: 1fr 1fr; } }
@media screen and (max-width: 540px) {
  .menu-btn {
    max-width: 70px;
    top: -10px;
    right: 10px; }

  .ti-btn {
    max-width: 150px; }

  .sns-link {
    bottom: 110px; }
    .sns-link a {
      width: 40px;
      height: 40px; }

  #notice .bnr-box .bnr-grid {
    grid-template-columns: 1fr; }

  #ticket-buy .ticket-place-head-box .pc {
    display: none; }
  #ticket-buy .ticket-place .place-box .place-desc .map iframe {
    height: 250px; }
  #ticket-buy .schedule-wrap {
    width: 100%; }

  footer {
    padding-bottom: 120px; }
    footer .logo-box {
      max-width: 140px; }
    footer .logo-rdg {
      max-width: 140px; }

  #people-pop-1 .close-bt,
  #people-pop-2 .close-bt,
  #rdg-pop .close-bt,
  #ct-pop .close-bt {
    right: -5px; }
  #people-pop-1 .rdg-box,
  #people-pop-2 .rdg-box,
  #rdg-pop .rdg-box,
  #ct-pop .rdg-box {
    max-height: 70dvh;
    overflow-x: auto; }

  #loading .skip-box .skip-btn {
    max-width: 70px; }
  #loading .load-2.dark-active {
    transform: scale(1.2) translateX(5%); }
  #loading .load-2.dark-active2 {
    transform: scale(1.5) translateX(13%) translateY(-5%); }
  #loading .load-2.dark-active3 {
    transform: scale(2) translateX(20%) translateY(-5%); } }
/*=========ticketapi===========*/
.ticketWrap {
  margin: 0 auto;
  padding: 20px 6%;
  position: relative;
  width: 88%;
  transition: height 0.7s;
  background: linear-gradient(90deg, #2a1b2b 0%, black 100%); }
  .ticketWrap::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #38291e 0%, #e4cea8 30%, #392d24 100%);
    mix-blend-mode: soft-light;
    pointer-events: none;
    z-index: 0; }

.ticketWrap .naviBox {
  height: 80px;
  margin: 0;
  padding: 0 0 0 0;
  overflow: hidden; }

.ticketWrap .naviBox .prevBtn {
  width: 50px;
  height: 84px;
  background: #333;
  z-index: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: absolute;
  top: 40px;
  left: 0%; }

.ticketWrap .naviBox .prevBtn:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin: -8px 0 0 -3px;
  position: absolute; }

.ticketWrap .naviBox .nextBtn {
  width: 50px;
  height: 84px;
  background: #333;
  z-index: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 0%; }

.ticketWrap .naviBox .nextBtn:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -8px 0 0 -10px;
  position: absolute; }

.ticketWrap .naviBox .prevBtn:hover,
.ticketWrap .naviBox .nextBtn:hover {
  opacity: 0.7; }

.ticketWrap .naviBox .prevBtn span,
.ticketWrap .naviBox .nextBtn span {
  display: none; }

.ticketWrap .naviBox .comm {
  width: 100%;
  top: 25px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  position: relative;
  display: none; }

.ticketWrap .naviBox ul {
  background: rgba(0, 0, 0, 0.2);
  height: 80px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* overflow-x: scroll; */
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 3;
  position: relative; }

.ticketWrap .naviBox ul::-webkit-scrollbar {
  height: 0; }

.ticketWrap .naviBox ul li {
  margin: 0 2px 0 0;
  position: relative;
  cursor: pointer;
  opacity: 0.85;
  width: 80px;
  height: 80px; }

.ticketWrap .naviBox ul li .scheduleBox {
  background: #ffffff;
  display: block;
  width: 80px;
  height: 80px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  color: #676767;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }

.ticketWrap .naviBox ul li.cr {
  opacity: 1; }

.ticketWrap .naviBox ul li.cr .scheduleBox {
  background: #fbe663; }

.ticketWrap .naviBox ul li .scheduleBox:hover {
  opacity: 0.7; }

.ticketWrap .naviBox ul li .scheduleBox .date {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  top: 28px; }

.ticketWrap .naviBox ul li .scheduleBox .state {
  bottom: 10px;
  width: 100%;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  color: #676767;
  margin-top: 10px; }

.ticketWrap .naviBox ul li .scheduleBox .state span {
  font-size: 10px;
  font-weight: 500; }

.ticketWrap .naviBox ul li .scheduleBox.present .state span {
  color: #32b16c; }

.ticketWrap .naviBox ul li .scheduleBox.present .state span:before {
  content: "○"; }

.ticketWrap .naviBox ul li .scheduleBox.sold .state {
  color: #9d9d9d; }

.ticketWrap .naviBox ul li .scheduleBox.sold .state span:before {
  content: "✕"; }

.ticketWrap .naviBox ul li .scheduleBox.few .state {
  color: #960b0b; }

.ticketWrap .naviBox ul li .scheduleBox.few .state span:before {
  content: "△"; }

.ticketWrap .detailsWrap {
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.7s 0.2s; }

.ticketWrap .detailsWrap.loading {
  opacity: 0;
  transition-duration: 0s;
  transition-delay: 0s; }

.ticketWrap .detailsBox .tit {
  margin: 0;
  padding: 20px 0 20px 0;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  .ticketWrap .detailsBox .tit p {
    margin-bottom: 0; }

.ticketWrap .detailsBox .tit .tit01 {
  font-size: 25px;
  margin-right: 5px;
  padding-bottom: 2px; }

.ticketWrap .detailsBox .details {
  background: #333;
  padding: 2%;
  color: #fff; }
  .ticketWrap .detailsBox .details h4:after {
    display: none; }

.ticketWrap .detailsBox .details h4 {
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
  border-bottom: 2px solid #bfbfbf;
  position: relative; }

.ticketWrap .detailsBox .details a.scrap {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 12px;
  color: #FFE200;
  font-size: 12px; }

.ticketWrap .detailsBox .details .no_events {
  text-align: center;
  margin: 50px auto;
  opacity: 0.5; }

/*===================sp=*/
@media screen and (max-width: 860px) {
  .ticketWrap .naviBox ul li .scheduleBox:hover {
    opacity: 1; }

  .ticketWrap .detailsBox .details h4 {
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1;
    border-bottom: 2px solid #bfbfbf;
    position: relative;
    line-height: 2; }

  .ticketWrap .detailsBox .details a.scrap {
    position: relative;
    right: 0;
    text-align: right; }

  .ticketWrap .naviBox .prevBtn:hover,
  .ticketWrap .naviBox .nextBtn:hover {
    opacity: 1; } }
/*====================*/
.ticketWrap .detailsBox .details a.scrap:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #FFE200;
  border-right: solid 2px #FFE200;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -5px 0 0 0px;
  position: absolute; }

.ticketWrap .detailsBox .details a.scrap:hover {
  text-decoration: none;
  opacity: 0.7; }

.ticketWrap .detailsBox .details ul {
  /*
                          margin-left: -15px;
                          margin-right: -15px;
                          list-style: none;
                          display: block;
                          margin: 0 -5px;
                          padding: 0;
                          margin-bottom: 50px;
  */
  width: 102%;
  list-style: none;
  display: block;
  margin-bottom: 50px;
  margin-top: 2%; }

.ticketWrap .detailsBox .details ul:before,
.ticketWrap .detailsBox .details ul:after {
  content: " ";
  display: table; }

.ticketWrap .detailsBox .details ul:after {
  clear: both; }

.ticketWrap .detailsBox .details ul li {
  /*
                          position: relative;
                          float: left;
                          width: 23%;
                          min-height: 1px;
                          padding-left: 15px;
                          padding-right: 15px;
                          padding: 0 0 0 5px;
                          margin: 15px 10px 0 0;
  */
  position: relative;
  float: left;
  width: 23%;
  min-height: 1px;
  margin-right: 2%;
  margin-top: 2%; }

/*===================sp=*/
@media screen and (max-width: 860px) {
  .ticketWrap .detailsBox .details ul li {
    position: relative;
    float: left;
    width: 94%;
    min-height: 1px;
    padding-left: 3%;
    padding-right: 3%;
    margin: 15px auto 0 auto; }

  .ticketWrap .detailsBox .details a.scrap:hover {
    text-decoration: none;
    opacity: 1; } }
/*====================*/
.ticketWrap .detailsBox .details ul li .scheduleBox {
  position: relative;
  padding: 1em 3%;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  color: #ffffff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }
  .ticketWrap .detailsBox .details ul li .scheduleBox.daninonly {
    background: #32b16c; }

.ticketWrap .detailsBox .details ul li .scheduleBox a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: #ffffff; }

.ticketWrap .detailsBox .details ul li .scheduleBox .time {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin-right: 10px; }

.ticketWrap .detailsBox .details ul li .scheduleBox .state {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  /* 							margin-left: 10px; */ }

.ticketWrap .detailsBox .details ul li .scheduleBox:hover {
  opacity: 0.7; }

.ticketWrap .detailsBox .details ul li .scheduleBox.present {
  background: #32b16c; }

.ticketWrap .detailsBox .details ul li .scheduleBox.present .state span:before {
  content: "○"; }

.ticketWrap .detailsBox .details ul li .scheduleBox.sold {
  background: #969696; }

.ticketWrap .detailsBox .details ul li .scheduleBox.sold .state span:before {
  content: "✕"; }

.ticketWrap .detailsBox .details ul li .scheduleBox.few {
  background: #960b0b; }

.ticketWrap .detailsBox .details ul li .scheduleBox.few .state span:before {
  content: "△"; }

.ticketWrap .detailsBox .details ul li .scheduleBox.remaining {
  color: #f84141; }

.ticketWrap .detailsBox .details .buyWrap {
  width: 100%;
  margin: 20px auto 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.ticketWrap .detailsBox .details .buyWrap .ticketBox {
  width: 48%; }

/*===================sp=*/
@media screen and (max-width: 860px) {
  .ticketWrap .detailsBox .details .buyWrap {
    width: 100%;
    margin: 20px auto 0 auto;
    display: block; }

  .ticketWrap .detailsBox .details .buyWrap .ticketBox {
    width: 100%;
    margin: 0 0 0 0; }

  .ticketWrap .detailsBox .details ul li .scheduleBox:hover {
    opacity: 1; } }
/*====================*/
.ticketWrap .detailsBox .details .ticketBox {
  margin-left: -15px;
  margin-right: -15px;
  margin: 0 -7px 0 -7px; }

.ticketWrap .detailsBox .details .ticketBox:before,
.ticketWrap .detailsBox .details .ticketBox:after {
  content: " ";
  display: table; }

.ticketWrap .detailsBox .details .ticketBox:after {
  clear: both; }

.ticketWrap .detailsBox .details .ticketBox .ticketItem {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 0 15px;
  padding: 0 7px 0 7px; }

.ticketWrap .detailsBox .details .ticketBox .ticket-item:last-child {
  margin-bottom: 0; }

.ticketWrap .detailsBox .details .ticketBox .ticketItem:nth-of-type(2n) + div.ticketItem {
  clear: left; }

.ticketWrap .detailsBox .details .ticketBox .ticketItem p {
  font-size: 10px;
  margin: 0; }

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket {
  display: block;
  margin: 0 0 15px 0;
  padding: 10px 2% 10px 2%;
  width: 96%;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border: none;
  background: #ffffff; }

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket:hover {
  opacity: 0.7; }

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.scrap {
  background: #f34f49; }

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.scrap:hover {
  opacity: 0.7; }

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.eplus {
  background: #e85298; }

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.eplus:hover {
  opacity: 0.7; }

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.pia {
  background: #36c; }

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.pia:hover {
  opacity: 0.7; }

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.lawson {
  background: #1a9fdd; }

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.lawson:hover {
  opacity: 0.7; }

._scheduler_container ._description_container ._description_item {
  padding: 0 0.7em; }

._scheduler_container ._scheduler_event_wrapper ._scheduler_event_timeBox_text ._timeBox_symbol {
  margin: initial !important; }

/*===================sp=*/
@media screen and (max-width: 860px) {
  .ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket:hover,
  .ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.scrap:hover,
  .ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.eplus:hover,
  .ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.pia:hover,
  .ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.lawson:hover {
    opacity: 1; } }
/*====================*/
@media screen and (max-width: 540px) {
  .ticketWrap .naviBox {
    width: calc(100% - 60px);
    margin: 0 auto; } }

/*# sourceMappingURL=style.css.map */
