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

h1,
h2,
h3,
h4,
h5,
h6,
input,
button {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.75em; }

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

.strong {
  font-size: 1.2em; }

.blk {
  font-weight: 900; }

.exl {
  font-weight: 200; }

.head-box {
  font-size: 2em;
  line-height: 1.5;
  font-weight: 600; }
  .head-box .head-main {
    font-size: 1em; }

.point-item-head {
  font-size: 1.3em;
  font-weight: 900; }

.story-text p {
  font-size: 1.1em;
  line-height: 1.8;
  letter-spacing: 1px; }

.ti-place-item h4 {
  font-size: 1.8em;
  font-weight: 200; }

.goods-head {
  font-size: 3em;
  font-weight: 200; }

#rdg-pop,
#ki-pop {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.75em; }

@media screen and (max-width: 900px) {
  body {
    font-size: 16px;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    line-height: 1.75em; } }
@media screen and (max-width: 540px) {
  body {
    font-size: 15px;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    line-height: 1.75em; }

  .head-box.about-head {
    font-size: 1.3em; }

  .ti-place-item h4 {
    font-size: 1.2em; }

  .point-item-head {
    font-size: 1.1em; }

  .goods-head {
    font-size: 2em; }

  #rdg-pop,
  #ki-pop {
    font-size: 14px;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    line-height: 1.75em; } }
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeIns {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes blinking {
  0% {
    opacity: .3; }
  50% {
    opacity: 1; }
  100% {
    opacity: .3; } }
@keyframes typing {
  to {
    width: 20em; } }
@keyframes cursor {
  50% {
    border-color: transparent; } }
.fade {
  opacity: 0; }

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

html,
body {
  width: 100%;
  height: 100%;
  background-position: center;
  background-blend-mode: lighten;
  background-attachment: fixed;
  overflow-x: clip; }

header {
  width: 100%;
  z-index: 1;
  position: relative; }

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

section {
  display: block;
  position: relative;
  z-index: 1;
  padding: 120px 0;
  background: #000; }

.inner-wrap {
  max-width: 1200px;
  width: calc(100% - 4em);
  padding: 0 2em;
  margin: 0 auto; }

.text-link {
  color: #fff;
  text-decoration: underline; }
  .text-link:hover {
    text-decoration: none; }

.nav-btn {
  position: fixed;
  top: 1em;
  right: 1em;
  width: 32px;
  height: 23px;
  cursor: pointer;
  z-index: 11; }
  .nav-btn.menu-active span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 10px;
    border: solid 1px #00ff00; }
  .nav-btn.menu-active span:nth-of-type(2) {
    display: none; }
  .nav-btn.menu-active span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 10px;
    border: solid 1px #00ff00; }
  .nav-btn span {
    display: block;
    position: absolute;
    width: 30px;
    border: solid 1px #00ff00;
    transition: 0.3s ease-in-out;
    z-index: 12; }
    .nav-btn span:nth-of-type(1) {
      top: 0; }
    .nav-btn span:nth-of-type(2) {
      top: 10px; }
    .nav-btn span:nth-of-type(3) {
      top: 20px; }

.nav-menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10; }
  .nav-menu ul {
    position: fixed;
    top: 60px;
    right: 1em;
    text-align: right;
    z-index: 11; }
  .nav-menu.menu-active {
    display: block;
    animation: fadeIns .3s linear both; }
  .nav-menu li {
    margin-bottom: 10px; }
  .nav-menu a {
    color: #00ff00;
    font-weight: bold;
    text-decoration: underline;
    padding: 5px; }
    .nav-menu a:hover {
      text-decoration: none; }

.sns-link {
  position: fixed;
  right: 1em;
  bottom: 120px;
  max-width: 50px;
  width: 100%;
  z-index: 5; }
  .sns-link a {
    display: block;
    margin: 0 auto 1em;
    background: #1a1a1a;
    border: solid 1px #fff;
    padding: 5px; }
    .sns-link a.line-btn {
      background: #06c755; }

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

.head-box {
  width: fit-content;
  padding: 0 .5rem 10px;
  border-bottom: solid 2px #fff;
  margin: 0 auto 80px;
  min-width: 425px;
  position: relative;
  filter: drop-shadow(0px 2px 4px #00ff00); }
  .head-box .head-main {
    position: relative;
    z-index: 0;
    width: fit-content; }
    .head-box .head-main:after {
      content: "";
      position: absolute;
      right: -.5rem;
      top: 20%;
      width: 1.5px;
      height: 70%;
      background: #fff;
      filter: drop-shadow(0px 0px 2px #00ff00);
      animation: blinking 1s linear infinite; }
  .head-box.about-head {
    width: fit-content;
    padding: 0 2rem 10px .5rem; }

.gray {
  background: #1a1a1a;
  position: relative;
  z-index: 2; }

#top .main-v {
  position: relative; }
  #top .main-v .main-anim {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    /*    animation: fadeIns 1s linear both;
    animation-delay: 3.5s; */ }

#catch {
  text-align: center;
  color: #00ff00; }
  #catch::before {
    content: "";
    position: absolute;
    left: -300px;
    top: -200px;
    background: url(../images/bg-parts.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 600px;
    height: 300px;
    opacity: .4;
    pointer-events: none; }
  #catch::after {
    content: "";
    position: absolute;
    right: -300px;
    top: 0px;
    background: url(../images/bg-parts.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 600px;
    height: 300px;
    opacity: .4;
    pointer-events: none; }
  #catch .catch-text {
    position: relative;
    z-index: 3;
    max-width: 700px;
    margin: 0 auto; }

#about {
  text-align: center; }
  #about::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg-1.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: .3; }
  #about .about-notice {
    color: #fff;
    background: #1a1a1a;
    padding: 1em;
    max-width: 900px;
    margin: 1em auto; }
  #about .about-desc {
    margin: 80px auto; }
  #about .w-bnr {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    max-width: 400px;
    margin: 40px auto; }
    #about .w-bnr .w-bnr-item {
      cursor: pointer; }

.slider-box {
  position: relative;
  z-index: 1;
  padding: 0;
  background: #000; }
  .slider-box .swiper-wrapper {
    transition-timing-function: linear !important;
    pointer-events: none; }

#point::before {
  content: "";
  position: absolute;
  left: -260px;
  bottom: 200px;
  background: url(../images/bg-parts.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 600px;
  height: 300px;
  opacity: .4;
  transform: rotate(-45deg);
  z-index: -1;
  pointer-events: none; }
#point::after {
  content: "";
  position: absolute;
  right: -300px;
  top: 0px;
  background: url(../images/bg-parts.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 600px;
  height: 300px;
  opacity: .4;
  z-index: -1;
  pointer-events: none; }
#point .bg-parts {
  position: absolute;
  right: -150px;
  bottom: -100px;
  background: url(../images/bg-parts.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 600px;
  height: 300px;
  z-index: -1;
  transform: rotate(270deg);
  opacity: .4;
  pointer-events: none; }
#point .point-item {
  margin: 40px auto;
  padding-bottom: 40px;
  border-bottom: solid 1px #2b2b2b; }
  #point .point-item:last-of-type {
    border-bottom: 0;
    padding-bottom: 0; }
  #point .point-item-grid {
    display: grid;
    grid-template-columns: 1;
    gap: 20px;
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    /*  .point-ico {
      max-width: 200px;
      margin: 20px auto;
      filter: drop-shadow(0px 0px 4px #fff);
    } */ }
    #point .point-item-grid .point-thm {
      margin: 20px auto;
      max-width: 500px; }
  #point .point-item-head {
    margin-bottom: 1rem;
    padding-left: calc(60px + 1em);
    position: relative;
    z-index: 1; }
    #point .point-item-head.badge::after {
      content: "";
      width: 60px;
      height: 60px;
      position: absolute;
      left: 0px;
      top: calc(50% + 2px);
      transform: translateY(-50%);
      background-image: url(../images/badge-p1.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      z-index: 5; }
    #point .point-item-head.badge.badge-p2:after {
      background-image: url(../images/badge-p2.svg); }
    #point .point-item-head.badge.badge-p3:after {
      background-image: url(../images/badge-p3.svg); }

#special::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-2.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: .15; }
#special::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 50%, black 100%);
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: -50px;
  filter: blur(5px); }
#special .inner-wrap {
  max-width: 780px; }
#special .special-bnr {
  margin: 40px auto; }
#special .special-bnr-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px; }

#play {
  position: relative;
  z-index: 1;
  background: #2b2b2b;
  padding-top: 180px;
  /* &::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    background: url(../images/bg-tp.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    z-index: -1;
    mix-blend-mode: color-burn;
  }

  &::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    background: url(../images/bg-bt.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: -1;
    mix-blend-mode: color-burn;
  } */ }
  #play .inner-wrap {
    max-width: 1000px; }
  #play .play-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px; }
    #play .play-grid-item {
      max-width: 180px;
      margin: 0 auto;
      filter: drop-shadow(0px 0px 4px #fff); }
  #play .play-notice-head {
    color: #00ff00;
    border: solid 1px #00ff00;
    padding: .5em 2em .5em 1em;
    margin: 40px auto;
    width: fit-content;
    cursor: pointer;
    position: relative;
    transition-duration: .3s; }
    #play .play-notice-head::after {
      content: "▼";
      position: absolute;
      right: .5em;
      top: 50%;
      transform: translateY(-50%);
      transition-duration: .3s; }
    #play .play-notice-head.notice-active::after {
      transform: translateY(-50%) rotate(180deg); }
  #play .play-sp {
    margin: 80px auto 0;
    max-width: 900px;
    padding: 2em;
    background: #1a1a1a; }
    #play .play-sp .play-sp-ico {
      margin-bottom: 40px;
      filter: drop-shadow(0px 0px 4px #fff); }
      #play .play-sp .play-sp-ico img {
        max-width: 100px;
        margin: 0 auto; }
    #play .play-sp .play-sp-ac {
      display: none; }
    #play .play-sp ul li {
      padding-left: 1.5em;
      position: relative;
      z-index: 0;
      margin-bottom: 1em;
      padding-bottom: 1em;
      border-bottom: solid 1px #fff; }
      #play .play-sp ul li:last-child {
        padding-bottom: 0;
        border-bottom: 0px;
        margin-bottom: 1em; }
      #play .play-sp ul li::before {
        content: "・";
        position: absolute;
        left: 0;
        top: 0; }

#story {
  /*  &::after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 50%, black 100%);
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    top: -50px;
    filter: blur(5px);
  } */ }
  #story p {
    margin-bottom: 1.5em;
    text-align: center; }
  #story .story-ac-wrap {
    max-height: 4.6em;
    overflow: hidden;
    position: relative;
    transition-duration: .3s; }
    #story .story-ac-wrap p {
      filter: blur(2px);
      opacity: .5; }
    #story .story-ac-wrap .read-btn {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      color: #00ff00;
      padding: 5px 1em;
      border: solid 2px #00ff00;
      cursor: pointer;
      width: 160px;
      text-align: center; }
      #story .story-ac-wrap .read-btn::after {
        content: "read more ▼"; }
      #story .story-ac-wrap .read-btn.story-ac-active {
        position: relative;
        left: initial;
        top: initial;
        transform: initial;
        margin: 0 auto; }
        #story .story-ac-wrap .read-btn.story-ac-active:after {
          content: "close ▲"; }
    #story .story-ac-wrap.story-ac-active {
      max-height: initial;
      overflow: initial; }
      #story .story-ac-wrap.story-ac-active p {
        filter: blur(0);
        opacity: 1; }
  #story::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg-3.webp);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: .75; }

#howtoplay .inner-wrap {
  max-width: 1350px; }
#howtoplay .how-item-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin: 80px auto;
  max-width: 1100px;
  align-items: stretch; }
  #howtoplay .how-item-grid .step {
    max-width: 80px;
    margin-bottom: 5px; }
  #howtoplay .how-item-grid .swiper-slide {
    width: initial;
    border: solid 2px #fff;
    filter: drop-shadow(0px 0px 4px #fff);
    position: relative; }
  #howtoplay .how-item-grid .how-item {
    max-width: 360px;
    margin: 0 auto;
    padding: 1em;
    /*   border: solid 2px #fff;
    filter: drop-shadow(0px 0px 4px #fff); */ }
    #howtoplay .how-item-grid .how-item-ico {
      width: 50%;
      margin: 0 auto 1em; }
    #howtoplay .how-item-grid .how-item-head {
      border-bottom: solid 1px #fff;
      padding-bottom: 1rem;
      margin-bottom: 1rem;
      text-align: center; }
    #howtoplay .how-item-grid .how-item .how-link-btn {
      padding: 5px 1em;
      color: #fff;
      border: solid 2px #fff;
      display: block;
      margin: 1em auto;
      width: fit-content; }

#ticket {
  z-index: 0; }
  #ticket .ti-head {
    padding: 5px 1em;
    border: solid #00ff00 1px;
    width: fit-content;
    margin: 20px auto;
    text-align: center;
    position: relative;
    color: #00ff00; }
    #ticket .ti-head::after {
      content: "";
      width: calc(100% + 8px);
      height: calc(100% + 8px);
      position: absolute;
      left: -5px;
      top: -5px;
      border: solid 1px #00ff00;
      z-index: 1; }
  #ticket .ti-item {
    margin: 80px auto;
    text-align: center;
    max-width: 500px; }
    #ticket .ti-item-head {
      margin-bottom: .5em;
      padding-bottom: .5em;
      border-bottom: solid 1px #fff; }
  #ticket .ticket-table {
    margin: 80px auto; }
    #ticket .ticket-table .table-btn-box {
      display: grid;
      gap: 20px;
      grid-template-columns: 1fr 1fr;
      max-width: 400px;
      margin: 40px auto; }
      #ticket .ticket-table .table-btn-box li {
        text-align: center;
        color: #fff;
        border: solid 1px #fff;
        background: #1a1a1a;
        padding: .5em 2em;
        width: fit-content;
        max-width: 180px;
        margin: 0 auto;
        cursor: pointer; }
        #ticket .ticket-table .table-btn-box li.ti-active {
          color: #00ff00;
          border: solid 1px #00ff00;
          filter: drop-shadow(0px 0px 4px #00ff00); }
    #ticket .ticket-table table {
      width: 100%;
      max-width: 900px;
      margin: 40px auto;
      border-left: solid 1px #00ff00;
      border-top: solid 1px #00ff00;
      display: none; }
      #ticket .ticket-table table.ti-active {
        display: grid;
        grid-template-columns: 1fr; }
      #ticket .ticket-table table tr {
        background: #1a1a1a;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        width: 100%; }
      #ticket .ticket-table table th,
      #ticket .ticket-table table td {
        text-align: center;
        padding: 1em 5px;
        border-right: solid 1px #00ff00;
        border-bottom: solid 1px #00ff00;
        color: #00ff00;
        display: flex;
        align-items: center;
        justify-content: center; }
    #ticket .ticket-table .ti-notice .ti-notice-head {
      color: #00ff00;
      border: solid 1px #00ff00;
      padding: .5em 2em .5em 1em;
      margin: 80px auto 0;
      width: fit-content;
      cursor: pointer;
      position: relative;
      transition-duration: .3s; }
      #ticket .ticket-table .ti-notice .ti-notice-head::after {
        content: "▼";
        position: absolute;
        right: .5em;
        top: 50%;
        transform: translateY(-50%);
        transition-duration: .3s; }
      #ticket .ticket-table .ti-notice .ti-notice-head.notice-active::after {
        transform: translateY(-50%) rotate(180deg); }
    #ticket .ticket-table .ti-notice .ti-notice-ac {
      max-width: 900px;
      margin: 40px auto;
      display: none;
      background: #1a1a1a;
      padding: 1em; }
      #ticket .ticket-table .ti-notice .ti-notice-ac ul li {
        padding-left: 1.5em;
        position: relative;
        z-index: 0;
        margin-bottom: 1em;
        border-bottom: solid 1px #fff;
        padding-bottom: 1em; }
        #ticket .ticket-table .ti-notice .ti-notice-ac ul li::before {
          content: "・";
          position: absolute;
          left: 0;
          top: 0; }
        #ticket .ticket-table .ti-notice .ti-notice-ac ul li:last-child {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: 0; }
  #ticket .val-item {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 20px;
    max-width: 850px;
    margin: 40px auto;
    padding: 1em;
    border: solid 2px #fff;
    border-radius: 16px;
    background: #1a1a1a;
    align-items: center; }
  #ticket .ti-place {
    margin-top: 120px; }
    #ticket .ti-place-item {
      margin: 80px auto;
      text-align: center; }
      #ticket .ti-place-item-head {
        background: #1a1a1a;
        padding: 50px 1em;
        overflow: hidden;
        position: relative;
        color: #00ff00;
        z-index: 0; }
        #ticket .ti-place-item-head::before {
          content: "";
          position: absolute;
          left: -300px;
          top: -150px;
          background: url(../images/bg-parts.svg);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          width: 600px;
          height: 300px;
          opacity: .4;
          z-index: -1;
          pointer-events: none; }
        #ticket .ti-place-item-head::after {
          content: "";
          position: absolute;
          right: -300px;
          top: -150px;
          background: url(../images/bg-parts.svg);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          width: 600px;
          height: 300px;
          transform: rotate(30deg);
          opacity: .4;
          z-index: -1;
          pointer-events: none; }
    #ticket .ti-place iframe {
      width: 100%; }
    #ticket .ti-place .ti-place-ac {
      background: #1a1a1a;
      padding: 40px 0;
      position: relative;
      z-index: 0; }
      #ticket .ti-place .ti-place-ac::before {
        content: "";
        position: absolute;
        left: -150px;
        bottom: 0px;
        background: url(../images/bg-parts.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 600px;
        height: 300px;
        transform: rotate(-30deg);
        z-index: -1;
        opacity: .4;
        pointer-events: none; }
      #ticket .ti-place .ti-place-ac::after {
        content: "";
        position: absolute;
        right: -200px;
        bottom: 0px;
        background: url(../images/bg-parts.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 600px;
        height: 300px;
        transform: rotate(270deg);
        z-index: -1;
        opacity: .4;
        pointer-events: none; }
    #ticket .ti-place .ticket-api-box {
      border-top: solid 2px #fff;
      margin-bottom: 60px; }
    #ticket .ti-place .data-item {
      margin: 60px auto; }
      #ticket .ti-place .data-item .text-link {
        color: #00ff00; }
  #ticket .ticket-bg-wrap {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none; }
    #ticket .ticket-bg-wrap::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url(../images/bg-4.webp);
      background-position: center top;
      background-size: cover;
      background-repeat: no-repeat;
      z-index: -1;
      opacity: .3;
      pointer-events: none; }
    #ticket .ticket-bg-wrap .ticket-bt-parts {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      pointer-events: none; }
      #ticket .ticket-bg-wrap .ticket-bt-parts::before {
        content: "";
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 50%, black 100%);
        width: 100%;
        height: 100px;
        position: absolute;
        left: 0;
        top: -50px;
        filter: blur(5px);
        z-index: -1; }
      #ticket .ticket-bg-wrap .ticket-bt-parts::after {
        content: "";
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 50%, black 100%);
        width: 100%;
        height: 100px;
        position: absolute;
        left: 0;
        bottom: -50px;
        filter: blur(5px);
        z-index: -1; }

#goods {
  text-align: center;
  color: #00ff00; }
  #goods .head-main {
    color: #fff; }
  #goods::before {
    content: "";
    position: absolute;
    left: -200px;
    bottom: -100px;
    background: url(../images/bg-parts.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 600px;
    height: 300px;
    opacity: .4;
    pointer-events: none; }
  #goods::after {
    content: "";
    position: absolute;
    right: -200px;
    bottom: 0px;
    background: url(../images/bg-parts.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 600px;
    height: 300px;
    opacity: .4;
    pointer-events: none; }
  #goods .goods-bg-parts {
    position: absolute;
    left: 65%;
    right: 50%;
    transform: translateX(-50%);
    top: -80px;
    background: url(../images/bg-parts.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 500px;
    height: 200px;
    opacity: .4;
    pointer-events: none; }

#notice {
  background: #000; }
  #notice .notice-item {
    margin: 40px auto; }
    #notice .notice-item-head {
      padding: 8px 2em;
      border: solid #00ff00 1px;
      max-width: 240px;
      width: 100%;
      margin: 20px auto;
      text-align: center;
      position: relative;
      color: #00ff00;
      cursor: pointer; }
      #notice .notice-item-head::after {
        content: "▼";
        position: absolute;
        right: .5em;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        transition-duration: .3s; }
      #notice .notice-item-head.notice-active::after {
        transform: translateY(-50%) rotate(180deg); }
    #notice .notice-item.notice-item-3 .notice-item-ac .notice-item-list li {
      padding-bottom: 0;
      border-bottom: 0; }
  #notice .notice-item-ac {
    max-width: 900px;
    margin: 40px auto;
    display: none; }
    #notice .notice-item-ac .notice-item-list {
      margin: 1em auto; }
      #notice .notice-item-ac .notice-item-list li {
        padding-left: 1.5em;
        position: relative;
        z-index: 0;
        margin-bottom: 1em;
        border-bottom: solid 1px #fff;
        padding-bottom: 1em; }
        #notice .notice-item-ac .notice-item-list li::before {
          content: "・";
          position: absolute;
          left: 0;
          top: 0; }
        #notice .notice-item-ac .notice-item-list li:last-child {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: 0; }
    #notice .notice-item-ac-head {
      background: #1a1a1a;
      color: #fff;
      padding: 5px .5em;
      margin: 2em auto 1em; }

footer {
  padding: 0 0 120px;
  text-align: center;
  background: #000;
  position: relative;
  z-index: 1;
  margin-top: -2px; }
  footer .rdg-logo {
    margin: 0 auto 80px;
    max-width: 200px;
    display: block; }

.sankajyo {
  padding: 120px 0;
  background: #fff;
  position: relative;
  z-index: 1; }
  .sankajyo::before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 50%, black 100%);
    width: calc(100% + 2em);
    height: 100px;
    position: absolute;
    left: -1em;
    top: -60px;
    filter: blur(5px); }
  .sankajyo::after {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 50%, black 100%);
    width: calc(100% + 2em);
    height: 100px;
    position: absolute;
    left: -1em;
    bottom: -60px;
    filter: blur(5px); }
  .sankajyo .sankajyo-in {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 1em; }

#rdg-pop,
#ki-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; }
  #rdg-pop .close-bt,
  #ki-pop .close-bt {
    position: absolute;
    right: 0;
    top: -40px;
    width: 30px;
    height: 30px;
    cursor: pointer; }
    #rdg-pop .close-bt span,
    #ki-pop .close-bt span {
      display: block;
      position: absolute;
      width: 30px;
      border: solid 1px #00ff00;
      transition: 0.3s ease-in-out;
      z-index: 12; }
      #rdg-pop .close-bt span:nth-of-type(1),
      #ki-pop .close-bt span:nth-of-type(1) {
        top: 0; }
      #rdg-pop .close-bt span:nth-of-type(2),
      #ki-pop .close-bt span:nth-of-type(2) {
        top: 10px; }
      #rdg-pop .close-bt span:nth-of-type(3),
      #ki-pop .close-bt span:nth-of-type(3) {
        top: 20px; }
    #rdg-pop .close-bt span:nth-of-type(1),
    #ki-pop .close-bt span:nth-of-type(1) {
      transform: rotate(45deg);
      top: 10px;
      border: solid 1px #00ff00; }
    #rdg-pop .close-bt span:nth-of-type(2),
    #ki-pop .close-bt span:nth-of-type(2) {
      display: none; }
    #rdg-pop .close-bt span:nth-of-type(3),
    #ki-pop .close-bt span:nth-of-type(3) {
      transform: rotate(-45deg);
      top: 10px;
      border: solid 1px #00ff00; }
  #rdg-pop p,
  #ki-pop p {
    margin-bottom: 1em; }
  #rdg-pop .rdg-in,
  #ki-pop .rdg-in {
    width: calc(90% - 2em - 6px);
    padding: 1em;
    border-radius: 16px;
    border: solid 1px #007d00;
    max-width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff; }
  #rdg-pop .youtube iframe,
  #ki-pop .youtube iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    display: block; }
  #rdg-pop .img,
  #ki-pop .img {
    width: 100%;
    height: auto; }
  #rdg-pop .rdg-text,
  #ki-pop .rdg-text {
    margin: 1em auto; }
  #rdg-pop .pop-head,
  #ki-pop .pop-head {
    margin: 0 auto 1em;
    text-align: center;
    color: #00f200;
    font-weight: bold;
    font-size: 1.2em; }
  #rdg-pop .btn,
  #ki-pop .btn {
    max-width: 290px;
    text-align: center;
    padding: .5em;
    display: block;
    width: calc(100% - 3em - 4px);
    background: #000;
    color: #00f200;
    margin: 0 auto;
    transition-duration: .3s;
    border: solid 2px #00f200;
    padding-right: 2.5em;
    position: relative; }
    #rdg-pop .btn:after,
    #ki-pop .btn:after {
      content: "";
      width: 1em;
      height: 1em;
      background-image: url(../images/tri-gr.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      position: absolute;
      right: 1em;
      top: 50%;
      transform: translateY(-50%);
      transition-duration: .3s; }
    #rdg-pop .btn:hover,
    #ki-pop .btn:hover {
      background: rgba(0, 0, 0, 0);
      color: #00f200; }
      #rdg-pop .btn:hover::after,
      #ki-pop .btn:hover::after {
        right: .5em; }
  #rdg-pop .x-btn,
  #ki-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; }
    #rdg-pop .x-btn:after,
    #ki-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; }
    #rdg-pop .x-btn:hover,
    #ki-pop .x-btn:hover {
      background: rgba(0, 0, 0, 0);
      color: #000; }
      #rdg-pop .x-btn:hover::after,
      #ki-pop .x-btn:hover::after {
        background-image: url(../images/btn-x-blk.svg); }
  #rdg-pop .rdg-box,
  #ki-pop .rdg-box {
    max-height: calc(90dvh - 60px);
    overflow-x: auto; }
  #rdg-pop .pop-logo-box,
  #ki-pop .pop-logo-box {
    width: 50%;
    max-width: 280px;
    margin: 0 auto 1em; }

#loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #000; }
  #loading .load-in {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: calc(100% - 3em);
    max-width: 1000px; }
  #loading .load-grid2 {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr; }
  #loading .load-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: 5em 1fr;
    margin-bottom: 1em;
    align-items: center; }
    #loading .load-grid .inputs-title {
      display: block;
      color: #000;
      text-align: right;
      filter: drop-shadow(0px 0px 4px #fff);
      color: #fff; }
    #loading .load-grid .inputs-box {
      width: calc(100% - 1em - 2px);
      padding: .5em;
      background: #eee;
      border: solid 1px #000;
      color: #000;
      display: flex;
      align-items: center; }
      #loading .load-grid .inputs-box.area {
        height: 5em; }
    #loading .load-grid .typing span {
      display: inline-block;
      overflow: hidden;
      white-space: nowrap;
      width: 0;
      border-right: 2px solid #333;
      animation: typing 3s steps(20, end) forwards, cursor 0.8s step-end infinite; }

@media screen and (max-width: 540px) {
  .ti-link-btn {
    right: .5em;
    max-width: 150px; }

  .sns-link {
    max-width: 40px;
    bottom: 70px; }
    .sns-link a {
      border: solid 1px #fff; }

  .head-box {
    min-width: initial;
    width: calc(100% - 1rem);
    margin-bottom: 40px; }

  section {
    padding: 80px 0; }

  #about .about-desc {
    margin: 60px auto; }

  #catch .catch-text {
    max-width: 260px; }
  #catch:before {
    left: -100px;
    top: -50px;
    width: 300px;
    height: 150px; }
  #catch::after {
    right: -150px;
    bottom: 0px;
    top: initial;
    width: 300px;
    height: 150px; }

  #point .bg-parts {
    display: none; }
  #point::before {
    width: 300px;
    height: 150px;
    left: -150px;
    top: 50px; }
  #point::after {
    width: 300px;
    height: 150px;
    right: -100px;
    top: 100px; }
  #point .point-item-grid {
    grid-template-columns: 1fr;
    /*   .point-ico {
      max-width: 150px;
    } */ }
  #point .point-item-head {
    top: 50%; }

  #play {
    padding-top: 80px; }
    #play .play-sp {
      margin-top: 40px; }
    #play .play-grid {
      grid-template-columns: 1fr 1fr; }
      #play .play-grid-item {
        max-width: 120px; }
    #play:after {
      height: 100px; }
    #play:before {
      height: 100px; }

  .sankajyo {
    width: calc(100% + 2em);
    margin-left: -1em;
    margin-top: 80px;
    padding: 80px 0; }

  #ticket .ti-item {
    margin: 40px auto; }
  #ticket .ticket-table {
    margin: 40px auto; }
    #ticket .ticket-table .ti-notice .ti-notice-head {
      margin: 40px auto 0; }
  #ticket .val-item {
    grid-template-columns: 1fr; }
    #ticket .val-item .col-l {
      max-width: 150px;
      margin: 1em auto; }
  #ticket .ti-place-item {
    margin: 40px auto; }
  #ticket .ti-place {
    margin-top: 60px; }
    #ticket .ti-place-item-head {
      overflow: initial; }
      #ticket .ti-place-item-head:before {
        width: 300px;
        height: 150px;
        left: -150px;
        top: -50px; }
      #ticket .ti-place-item-head::after {
        width: 300px;
        height: 150px;
        right: -150px;
        top: -50px; }
    #ticket .ti-place-ac::before {
      width: 300px;
      height: 150px;
      left: -100px;
      bottom: 150px; }
    #ticket .ti-place-ac::after {
      width: 300px;
      height: 150px;
      right: -100px; }

  #howtoplay {
    padding-bottom: 0; }
    #howtoplay .how-item-slide-box {
      position: relative; }
      #howtoplay .how-item-slide-box .swiper-btn {
        position: absolute;
        width: 30px;
        height: 30px;
        transition-duration: .3s;
        z-index: 2; }
        #howtoplay .how-item-slide-box .swiper-btn.no-active {
          opacity: 0;
          pointer-events: none; }
        #howtoplay .how-item-slide-box .swiper-btn.how-next-btn {
          background: url(../images/how-next.svg);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
        #howtoplay .how-item-slide-box .swiper-btn.how-prev-btn {
          background: url(../images/how-prev.svg);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
    #howtoplay .how-item-grid {
      display: flex;
      gap: 0;
      margin: 0 auto;
      align-items: flex-start; }
      #howtoplay .how-item-grid .swiper-slide {
        border: initial;
        filter: initial; }
      #howtoplay .how-item-grid .how-item {
        width: calc(90% - 2em - 4px);
        border: solid 2px #fff;
        filter: drop-shadow(0px 0px 4px #fff); }

  #goods::before {
    width: 300px;
    height: 150px;
    left: -100px;
    bottom: 0px; }
  #goods::after {
    width: 300px;
    height: 150px;
    right: -150px; }
  #goods .goods-bg-parts {
    width: 300px;
    height: 150px; }

  #notice .notice-item {
    margin: 20px auto; }

  footer {
    padding-bottom: 80px; }
    footer .rdg-logo {
      max-width: 100px;
      margin-bottom: 40px; }

  #rdg-pop .close-bt,
  #ki-pop .close-bt {
    right: -5px; }
  #rdg-pop .rdg-box,
  #ki-pop .rdg-box {
    max-height: calc(80dvh - 60px); }

  #loading .load-grid {
    grid-template-columns: 1fr; }
    #loading .load-grid .inputs-title {
      text-align: left; } }
/*=========ticketapi===========*/
.ticketWrap {
  margin: 0 auto;
  padding: 20px 6%;
  position: relative;
  width: 88%;
  transition: height 0.7s;
  background: rgba(0, 0, 0, 0.5); }

.contentBox {
  background: #000; }

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

.ticketWrap .naviBox .prevBtn {
  width: 50px;
  height: 84px;
  background: #fff;
  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 #000;
  border-right: solid 3px #000;
  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: #fff;
  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 #000;
  border-right: solid 3px #000;
  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: #fff;
  padding: 2%;
  color: #000; }
  .ticketWrap .detailsBox .details h4:after {
    display: none; }

.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;
  color: #000; }

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

.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 #3d8ac2;
  border-right: solid 2px #3d8ac2;
  text-decoration: underline;
  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 8%;
  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 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: 14px;
  font-weight: 600;
  line-height: 1;
  margin-right: 10px; }

.ticketWrap .detailsBox .details ul li .scheduleBox .state {
  font-size: 14px;
  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 */
