@charset "UTF-8";
/*mixin*/
/*animation*/
@keyframes scrollAnime {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
/*color*/
.bnr-link {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10; }
  .bnr-link .bnr-in {
    position: absolute;
    max-width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 2em); }
  .bnr-link a {
    width: 98%;
    transition-duration: .3s; }
    .bnr-link a:hover {
      opacity: .5; }
    .bnr-link a img {
      display: block;
      width: 100%; }
  .bnr-link .bnr-close-bt {
    position: absolute;
    z-index: 11;
    right: 0;
    top: calc(-30px - 1em);
    width: 30px;
    height: 30px;
    cursor: pointer; }
    .bnr-link .bnr-close-bt::before {
      content: "";
      height: 3px;
      width: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      background: #fff;
      transform: translate(-50%, -50%) rotate(45deg);
      transition-duration: .3s; }
    .bnr-link .bnr-close-bt::after {
      content: "";
      height: 3px;
      width: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      background: #fff;
      transform: translate(-50%, -50%) rotate(135deg);
      transition-duration: .3s; }
    .bnr-link .bnr-close-bt:hover::before, .bnr-link .bnr-close-bt:hover::after {
      background: #ff0000; }

.sp-page {
  background-color: #ddd;
  background-image: url(../images/back_tex.jpg);
  background-repeat: repeat;
  background-position: center; }

.fix-sp-header {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0%;
  background-color: #000; }
  .fix-sp-header .fix-sp-header-inner {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px; }
    .fix-sp-header .fix-sp-header-inner .left {
      width: 180px; }
      .fix-sp-header .fix-sp-header-inner .left img {
        width: 100%; }
    .fix-sp-header .fix-sp-header-inner .right {
      width: fit-content;
      max-width: calc(100% - 200px);
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .fix-sp-header .fix-sp-header-inner .right .title-main {
        width: 65%;
        max-width: 420px; }
        .fix-sp-header .fix-sp-header-inner .right .title-main img {
          display: block;
          width: 100%; }
      .fix-sp-header .fix-sp-header-inner .right .title-sub {
        width: 35%;
        max-width: 200px; }
        .fix-sp-header .fix-sp-header-inner .right .title-sub img {
          display: block;
          width: 100%; }

.desc h3 {
  background-color: #705c00;
  font-size: 1.5em;
  color: #fff;
  padding: 0.5em 0;
  margin-top: 2em;
  position: relative; }
  .desc h3:before {
    content: "";
    display: block;
    width: 32px;
    height: 100%;
    background-image: url(../images/hw_left.svg);
    left: 0;
    top: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center; }
  .desc h3:after {
    content: "";
    display: block;
    width: 32px;
    height: 100%;
    background-image: url(../images/hw_right.svg);
    right: 0;
    top: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center; }
.desc p {
  text-align: center; }
.desc h4 {
  font-size: 1.1em;
  color: #30343d;
  margin-bottom: 0; }
  .desc h4::after {
    content: none; }
.desc .inner-wrap {
  padding: 2em 4%; }

.sp-nazo {
  display: block;
  width: 100%; }
  .sp-nazo .inner-wrap {
    padding: 2em 4%; }
  .sp-nazo#nazo-2 {
    display: none; }
  .sp-nazo#nazo-3 {
    display: none; }
  .sp-nazo .nazo-img {
    width: 100%;
    height: auto; }
    .sp-nazo .nazo-img img {
      width: 100%; }
  .sp-nazo .ans-wrap {
    display: block; }
    .sp-nazo .ans-wrap input {
      font-size: 1.1em;
      background: #fff;
      border: 0.1em solid #705c00;
      border-radius: 0.4em;
      padding: 1em;
      width: calc(100% - 2em);
      max-width: 400px;
      margin: auto;
      display: block; }
    .sp-nazo .ans-wrap button {
      display: block;
      width: 200px;
      background: #705c00;
      color: #fff;
      border: none;
      border-radius: 30px;
      font-size: 1.2em;
      padding: 0.3em;
      margin: 1em auto 0.6em; }

.hint-bt {
  display: block;
  text-align: center;
  width: fit-content;
  margin: auto;
  cursor: pointer; }

.hint-wrap {
  background: #dddddd;
  display: none;
  width: calc(100% - 4em);
  padding: 2em; }
  .hint-wrap p {
    margin-bottom: 0;
    text-align: center; }

.clear-wrap {
  width: calc(100% - 0.2em);
  border: 0.2em solid #705c00;
  border-radius: 0.8em;
  display: none; }
  .clear-wrap .clear-inner {
    width: calc(100% - 2em);
    padding: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .clear-wrap .clear-inner .left {
      width: 30%; }
      .clear-wrap .clear-inner .left img {
        width: 100%;
        display: block; }
    .clear-wrap .clear-inner .middle {
      width: 55%; }
      .clear-wrap .clear-inner .middle p {
        margin-bottom: 0;
        font-size: 1.2em;
        font-weight: 500;
        padding-left: 0.5em; }
      .clear-wrap .clear-inner .middle img {
        width: 100%;
        max-width: 450px;
        display: block; }
    .clear-wrap .clear-inner .tw-share {
      width: 15%; }
      .clear-wrap .clear-inner .tw-share img {
        width: 100%;
        display: block;
        filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3)); }
        .clear-wrap .clear-inner .tw-share img:hover {
          opacity: 0.8; }

.shake-horizontal {
  -webkit-animation: shake-horizontal 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-horizontal 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both; }

/* ----------------------------------------------
 * Generated by Animista on 2021-8-17 11:22:59
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation shake-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes shake-horizontal {
  0%,
    100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%,
    30%,
    50%,
    70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%,
    40%,
    60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px); } }
@keyframes shake-horizontal {
  0%,
    100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%,
    30%,
    50%,
    70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%,
    40%,
    60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px); } }
.sp-main {
  width: 100%;
  max-width: 1200px;
  margin: auto; }
  .sp-main img {
    width: 100%; }

.index-link {
  background-color: #957b00;
  background-image: url(../images/back_pt.gif);
  background-repeat: repeat;
  background-position: center;
  width: 100%;
  position: relative;
  margin: 2em auto; }
  .index-link .inner-wrap {
    padding: 0;
    display: flex;
    align-items: center; }
    .index-link .inner-wrap .img {
      width: 100%; }
      .index-link .inner-wrap .img img {
        width: 100%;
        display: block; }
    .index-link .inner-wrap .bt {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .index-link .inner-wrap .bt a {
        display: block;
        background-color: #705c00;
        color: #fff;
        border: solid 1px #fff;
        border-radius: 2em;
        padding: 0.5em 2em;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); }
  .index-link:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 4%;
    position: absolute;
    top: 100%;
    left: 0;
    background-image: url(../images/bar_mark.svg);
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 100%; }
  .index-link:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 4%;
    position: absolute;
    bottom: 100%;
    left: 0;
    background-image: url(../images/bar_mark.svg);
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 100%; }

/*common*/
.sp-bt {
  display: none; }

.forsp {
  display: none; }

.inner-bt {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 4px;
  margin-top: 12px;
  color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  .inner-bt:hover {
    opacity: 0.85; }
  .inner-bt.grad {
    background: #f4edcc;
    background: -moz-linear-gradient(left, #f4edcc 10%, #ffffff 50%, #f4edcc 90%);
    background: -webkit-linear-gradient(left, #f4edcc 10%, #ffffff 50%, #f4edcc 90%);
    background: linear-gradient(to right, #f4edcc 10%, #ffffff 50%, #f4edcc 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4edcc', endColorstr='#f4edcc', GradientType=1);
    color: #4b3e00; }

.inner-wrap {
  width: 92%;
  max-width: 1000px;
  padding: 6% 4%;
  height: auto;
  margin: auto; }

.sns {
  position: fixed;
  right: 12px;
  bottom: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  z-index: 5; }
  .sns a {
    display: block;
    width: 60px;
    height: 60px;
    margin: 6px; }
    .sns a img {
      width: 100%;
      height: 100%; }

.shortcut {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 180px; }
  .shortcut img {
    width: 100%;
    height: auto;
    display: block; }
  .shortcut:hover {
    opacity: 0.85; }

#load {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 100;
  background-color: #000; }
  #load .load-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    max-width: 120vh; }
    #load .load-inner .load-jorno {
      width: 100%;
      height: fit-content;
      max-width: 100vh;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
      #load .load-inner .load-jorno img {
        display: block;
        width: 100%; }
    #load .load-inner .load-text-A {
      width: 33.3vh;
      height: auto;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
      #load .load-inner .load-text-A .static {
        display: block;
        position: relative; }
      #load .load-inner .load-text-A img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        opacity: 0; }
    #load .load-inner .load-text-B {
      width: 33.3vh;
      height: auto;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      margin: auto; }
      #load .load-inner .load-text-B img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        opacity: 0; }
  #load .load-ge {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
    opacity: 0;
    background-image: url(../images/load_ge_pc.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat; }
  #load .flash {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    z-index: 4;
    opacity: 0; }
  #load .load-back {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    background-image: url(../images/load_back.jpg);
    -webkit-animation: kenburns-bottom 20s ease-out both;
    animation: kenburns-bottom 20s ease-out both; }
  #load .load-back-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(19, 13, 25, 0.4);
    z-index: 1; }

@-webkit-keyframes kenburns-bottom {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
    transform-origin: 50% 84%; }
  100% {
    -webkit-transform: scale(1.25) translateY(15px);
    transform: scale(1.25) translateY(15px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom; } }
@keyframes kenburns-bottom {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
    transform-origin: 50% 84%; }
  100% {
    -webkit-transform: scale(1.25) translateY(15px);
    transform: scale(1.25) translateY(15px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom; } }
.slide-in-bck-tr {
  -webkit-animation: slide-in-bck-tr 0.3s both;
  animation: slide-in-bck-tr 0.3s both; }

.slide-in-bck-tl {
  -webkit-animation: slide-in-bck-tl 0.3s both;
  animation: slide-in-bck-tl 0.3s both; }

@-webkit-keyframes slide-in-bck-tr {
  0% {
    -webkit-transform: scale(2) translateY(-300px) translateX(400px);
    transform: scale(1) translateY(-300px) translateX(400px);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1) translateY(0) translateX(0);
    transform: scale(1) translateY(0) translateX(0);
    opacity: 1; } }
@keyframes slide-in-bck-tr {
  0% {
    -webkit-transform: scale(2) translateY(-300px) translateX(400px);
    transform: scale(2) translateY(-300px) translateX(400px);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1) translateY(0) translateX(0);
    transform: scale(1) translateY(0) translateX(0);
    opacity: 1; } }
@-webkit-keyframes slide-in-bck-tl {
  0% {
    -webkit-transform: scale(2) translateY(300px) translateX(-400px);
    transform: scale(2) translateY(300px) translateX(-400px);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1) translateY(0) translateX(0);
    transform: scale(1) translateY(0) translateX(0);
    opacity: 1; } }
@keyframes slide-in-bck-tl {
  0% {
    -webkit-transform: scale(2) translateY(300px) translateX(-400px);
    transform: scale(2) translateY(300px) translateX(-400px);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1) translateY(0) translateX(0);
    transform: scale(1) translateY(0) translateX(0);
    opacity: 1; } }
.flash-anim {
  -webkit-animation: flash-anim 1.2s ease-in both;
  animation: flash-anim 1.2s ease-in both; }

@keyframes flash-anim {
  0% {
    opacity: 0; }
  10% {
    opacity: 0.8; }
  40% {
    opacity: 0; }
  83% {
    opacity: 0; }
  85% {
    opacity: 0.8; }
  88% {
    opacity: 0; }
  98% {
    opacity: 0; }
  99% {
    opacity: 0.8; }
  100% {
    opacity: 1; } }
.scale-in-center {
  -webkit-animation: scale-in-center 1.2s ease-in both;
  animation: scale-in-center 1.2s ease-in both; }

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0) rotate(4deg);
    transform: scale(0) rotate(4deg);
    opacity: 1; }
  30% {
    -webkit-transform: scale(0.9) rotate(6deg);
    transform: scale(0.9) rotate(6deg);
    opacity: 1; }
  80% {
    -webkit-transform: scale(1) rotate(10deg);
    transform: scale(1) rotate(10deg);
    opacity: 1; }
  85% {
    -webkit-transform: scale(1.7) rotate(-10deg);
    transform: scale(1.7) rotate(-10deg);
    opacity: 1; }
  86% {
    -webkit-transform: scale(1) rotate(-10deg);
    transform: scale(1) rotate(-10deg);
    opacity: 1; }
  95% {
    -webkit-transform: scale(1) rotate(-10deg);
    transform: scale(1) rotate(-10deg);
    opacity: 1; }
  99% {
    -webkit-transform: scale(2.5) rotate(0);
    transform: scale(2.5) rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.6) rotate(0);
    transform: scale(1.6) rotate(0);
    opacity: 1; } }
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0) rotate(4deg);
    transform: scale(0) rotate(4deg);
    opacity: 1; }
  30% {
    -webkit-transform: scale(0.9) rotate(6deg);
    transform: scale(0.9) rotate(6deg);
    opacity: 1; }
  80% {
    -webkit-transform: scale(1) rotate(10deg);
    transform: scale(1) rotate(10deg);
    opacity: 1; }
  85% {
    -webkit-transform: scale(1.7) rotate(-10deg);
    transform: scale(1.7) rotate(-10deg);
    opacity: 1; }
  86% {
    -webkit-transform: scale(1) rotate(-10deg);
    transform: scale(1) rotate(-10deg);
    opacity: 1; }
  95% {
    -webkit-transform: scale(1) rotate(-10deg);
    transform: scale(1) rotate(-10deg);
    opacity: 1; }
  99% {
    -webkit-transform: scale(2.5) rotate(0);
    transform: scale(2.5) rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.6) rotate(0);
    transform: scale(1.6) rotate(0);
    opacity: 1; } }
.flicker-5 {
  -webkit-animation: flicker-5 20s linear infinite both;
  animation: flicker-5 20s linear infinite both; }

@-webkit-keyframes flicker-5 {
  0%,
    100% {
    opacity: 1; }
  0% {
    opacity: 1; }
  1% {
    opacity: 1; }
  1.02% {
    opacity: 1; }
  8.98% {
    opacity: 1; }
  9% {
    opacity: 0; }
  9.8% {
    opacity: 0; }
  9.82% {
    opacity: 1; }
  9.48% {
    opacity: 1; }
  9.5% {
    opacity: 1; }
  9.6% {
    opacity: 1; }
  9.62% {
    opacity: 1; }
  14.98% {
    opacity: 1; }
  15% {
    opacity: 0.5; }
  15.8% {
    opacity: 0.5; }
  15.82% {
    opacity: 1; }
  15.18% {
    opacity: 1; }
  15.2% {
    opacity: 0.7; }
  16% {
    opacity: 0.7; }
  16.02% {
    opacity: 1; }
  15.48% {
    opacity: 1; }
  15.5% {
    opacity: 0.5; }
  16.2% {
    opacity: 0.5; }
  16.22% {
    opacity: 1; }
  16.98% {
    opacity: 1; }
  17% {
    opacity: 1; }
  17.8% {
    opacity: 1; }
  17.82% {
    opacity: 1; }
  20.48% {
    opacity: 1; }
  20.5% {
    opacity: 0.9; }
  21.3% {
    opacity: 0.9; }
  21.32% {
    opacity: 1; }
  20.98% {
    opacity: 1; }
  21% {
    opacity: 1; }
  22% {
    opacity: 1; }
  22.02% {
    opacity: 1; }
  39.98% {
    opacity: 1; }
  40% {
    opacity: 1; }
  41% {
    opacity: 1; }
  41.02% {
    opacity: 1; }
  40.48% {
    opacity: 1; }
  40.5% {
    opacity: 0.6; }
  41.4% {
    opacity: 0.6; }
  41.42% {
    opacity: 1; }
  41.98% {
    opacity: 1; }
  42% {
    opacity: 1; }
  42.8% {
    opacity: 1; }
  42.82% {
    opacity: 1; }
  59.98% {
    opacity: 1; }
  60% {
    opacity: 1; }
  61% {
    opacity: 1; }
  61.02% {
    opacity: 1; }
  60.18% {
    opacity: 1; }
  60.2% {
    opacity: 0.2; }
  61% {
    opacity: 0.2; }
  61.02% {
    opacity: 1; }
  60.78% {
    opacity: 1; }
  60.8% {
    opacity: 0.4; }
  61.6% {
    opacity: 0.4; }
  61.62% {
    opacity: 1; }
  61.38% {
    opacity: 1; }
  61.4% {
    opacity: 0; }
  62.2% {
    opacity: 0; }
  62.22% {
    opacity: 1; }
  61.78% {
    opacity: 1; }
  61.8% {
    opacity: 1; }
  62.8% {
    opacity: 1; }
  62.82% {
    opacity: 1; }
  75.98% {
    opacity: 1; }
  76% {
    opacity: 1; }
  77% {
    opacity: 1; }
  77.02% {
    opacity: 1; }
  77.98% {
    opacity: 1; }
  78% {
    opacity: 0.7; }
  78.8% {
    opacity: 0.7; }
  78.82% {
    opacity: 1; }
  78.98% {
    opacity: 1; }
  79% {
    opacity: 1; }
  80% {
    opacity: 1; }
  80.02% {
    opacity: 1; }
  99.98% {
    opacity: 1; }
  100% {
    opacity: 1; }
  101% {
    opacity: 1; }
  101.02% {
    opacity: 1; } }
@keyframes flicker-5 {
  0%,
    100% {
    opacity: 1; }
  0% {
    opacity: 1; }
  1% {
    opacity: 1; }
  1.02% {
    opacity: 1; }
  8.98% {
    opacity: 1; }
  9% {
    opacity: 0; }
  9.8% {
    opacity: 0; }
  9.82% {
    opacity: 1; }
  9.48% {
    opacity: 1; }
  9.5% {
    opacity: 1; }
  9.6% {
    opacity: 1; }
  9.62% {
    opacity: 1; }
  14.98% {
    opacity: 1; }
  15% {
    opacity: 0.5; }
  15.8% {
    opacity: 0.5; }
  15.82% {
    opacity: 1; }
  15.18% {
    opacity: 1; }
  15.2% {
    opacity: 0.7; }
  16% {
    opacity: 0.7; }
  16.02% {
    opacity: 1; }
  15.48% {
    opacity: 1; }
  15.5% {
    opacity: 0.5; }
  16.2% {
    opacity: 0.5; }
  16.22% {
    opacity: 1; }
  16.98% {
    opacity: 1; }
  17% {
    opacity: 1; }
  17.8% {
    opacity: 1; }
  17.82% {
    opacity: 1; }
  20.48% {
    opacity: 1; }
  20.5% {
    opacity: 0.9; }
  21.3% {
    opacity: 0.9; }
  21.32% {
    opacity: 1; }
  20.98% {
    opacity: 1; }
  21% {
    opacity: 1; }
  22% {
    opacity: 1; }
  22.02% {
    opacity: 1; }
  39.98% {
    opacity: 1; }
  40% {
    opacity: 1; }
  41% {
    opacity: 1; }
  41.02% {
    opacity: 1; }
  40.48% {
    opacity: 1; }
  40.5% {
    opacity: 0.6; }
  41.4% {
    opacity: 0.6; }
  41.42% {
    opacity: 1; }
  41.98% {
    opacity: 1; }
  42% {
    opacity: 1; }
  42.8% {
    opacity: 1; }
  42.82% {
    opacity: 1; }
  59.98% {
    opacity: 1; }
  60% {
    opacity: 1; }
  61% {
    opacity: 1; }
  61.02% {
    opacity: 1; }
  60.18% {
    opacity: 1; }
  60.2% {
    opacity: 0.2; }
  61% {
    opacity: 0.2; }
  61.02% {
    opacity: 1; }
  60.78% {
    opacity: 1; }
  60.8% {
    opacity: 0.4; }
  61.6% {
    opacity: 0.4; }
  61.62% {
    opacity: 1; }
  61.38% {
    opacity: 1; }
  61.4% {
    opacity: 0; }
  62.2% {
    opacity: 0; }
  62.22% {
    opacity: 1; }
  61.78% {
    opacity: 1; }
  61.8% {
    opacity: 1; }
  62.8% {
    opacity: 1; }
  62.82% {
    opacity: 1; }
  75.98% {
    opacity: 1; }
  76% {
    opacity: 1; }
  77% {
    opacity: 1; }
  77.02% {
    opacity: 1; }
  77.98% {
    opacity: 1; }
  78% {
    opacity: 0.7; }
  78.8% {
    opacity: 0.7; }
  78.82% {
    opacity: 1; }
  78.98% {
    opacity: 1; }
  79% {
    opacity: 1; }
  80% {
    opacity: 1; }
  80.02% {
    opacity: 1; }
  99.98% {
    opacity: 1; }
  100% {
    opacity: 1; }
  101% {
    opacity: 1; }
  101.02% {
    opacity: 1; } }
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

/**/
header {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 72px; }

#main-visual {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #30343d;
  background-color: #ddd;
  background-image: url(../images/back_tex.jpg);
  background-repeat: repeat;
  background-position: center;
  background-blend-mode: exclusion; }
  #main-visual img {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: block; }
  #main-visual .mv-sp {
    display: none; }

#pageheader {
  width: 100%;
  padding-top: 240px;
  position: relative;
  background-color: #ddd;
  background-color: #eee;
  background-image: url(../images/back_pt_05.gif);
  background-repeat: repeat;
  background-position: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset; }
  #pageheader .pageheader-inner {
    width: 100%;
    max-width: 1000px;
    height: 100%;
    background-image: url(../images/page_header.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto; }
    #pageheader .pageheader-inner h2 {
      font-family: 'Noto Serif JP', serif;
      font-size: 54px;
      line-height: 1em;
      position: absolute;
      text-align: center;
      color: #fff;
      font-weight: 900;
      position: absolute;
      top: calc(50% - 27px);
      left: 4%; }

.sp-title {
  display: none; }

nav {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 50; }
  nav .nav-inner {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: auto;
    position: relative; }
    nav .nav-inner .title {
      width: 140px;
      height: auto;
      position: absolute;
      top: 6px;
      left: 6px;
      z-index: 2; }
      nav .nav-inner .title a {
        display: block; }
    nav .nav-inner .main-nav {
      width: calc(100% - 146px);
      padding-left: 146px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      height: 72px;
      position: relative; }
      nav .nav-inner .main-nav .nav-bt {
        height: auto;
        display: block;
        font-family: 'Noto Serif JP', serif;
        color: #957b00;
        font-weight: 700;
        margin-left: 1.2em;
        font-size: 15px; }
        nav .nav-inner .main-nav .nav-bt:hover {
          opacity: 0.85; }
        nav .nav-inner .main-nav .nav-bt.coming {
          position: relative;
          opacity: 0.5; }
          nav .nav-inner .main-nav .nav-bt.coming:after {
            content: "COMINGSOON";
            display: block;
            position: absolute;
            width: 0;
            font-size: 10px;
            text-align: center;
            padding: 5px 0;
            border-radius: 40px;
            color: #957b00;
            top: calc(50% + 6px);
            transform: scale(0.7); }

#corona {
  display: block;
  background-image: url(../images/back_pt_03.gif);
  background-repeat: repeat;
  background-position: center;
  position: relative;
  background-position: center top;
  color: #fff; }
  #corona .corona-wrap .corona-bt {
    text-align: center;
    background-color: #fff;
    margin: 0 auto 30px;
    display: block;
    width: 260px; }
    #corona .corona-wrap .corona-bt span {
      color: #957a00; }
    #corona .corona-wrap .corona-bt:hover {
      opacity: 0.85; }
  #corona .corona-wrap .corona-ac {
    display: none; }
    #corona .corona-wrap .corona-ac ul li {
      text-align: left;
      font-size: 0.8em;
      color: #333;
      background-color: #fff;
      padding: 0.3em 0.5em;
      margin-bottom: 0.3em;
      border-radius: 0.2em; }

/*main*/
#campain {
  width: 100%;
  display: block;
  background-color: #d4145a;
  background-image: url(../images/back_pt_03.gif);
  background-repeat: repeat;
  background-position: center;
  position: relative;
  padding: 4% 0 0; }
  #campain .inner-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    #campain .inner-wrap .campain-left {
      width: 60%;
      margin-right: 5%; }
      #campain .inner-wrap .campain-left img {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 20px; }
      #campain .inner-wrap .campain-left p {
        color: #fff; }
    #campain .inner-wrap .campain-right {
      width: 35%; }
      #campain .inner-wrap .campain-right img {
        width: 100%;
        height: auto;
        display: block; }
  #campain:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 4%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/bar_mark.svg);
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 100%;
    background-color: #fff; }

#campain2 {
  width: 100%;
  display: block;
  background-color: #705c00;
  background-image: url(../images/back_pt_04.gif);
  background-repeat: repeat;
  background-position: center;
  position: relative; }
  #campain2 .inner-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    #campain2 .inner-wrap .campain-left {
      width: 60%;
      margin-right: 5%; }
      #campain2 .inner-wrap .campain-left img {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 20px; }
      #campain2 .inner-wrap .campain-left p {
        color: #fff; }
      #campain2 .inner-wrap .campain-left .campain-head {
        margin-bottom: 1em; }
    #campain2 .inner-wrap .campain-right {
      width: 35%; }
      #campain2 .inner-wrap .campain-right img {
        width: 100%;
        height: auto;
        display: block; }

#food {
  width: 100%;
  display: block;
  position: relative;
  padding: 40px 0 4%;
  background-color: #ddd;
  background-image: url(../images/back_tex.jpg);
  background-repeat: repeat;
  background-position: center; }
  #food .inner-wrap h4 {
    color: #fff; }
    #food .inner-wrap h4:after {
      background-image: url(../images/h4_bm_w.svg); }
  #food .inner-wrap .food-detail {
    text-align: center; }
  #food:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 4%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/bar_mark.svg);
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 100%;
    background-color: #fff; }
  #food .goods-wrap {
    margin-top: 60px; }
    #food .goods-wrap .goods-sin {
      width: 100%;
      height: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      margin-bottom: 80px; }
      #food .goods-wrap .goods-sin .goods-img {
        width: 50%;
        height: auto; }
        #food .goods-wrap .goods-sin .goods-img img {
          width: 100%;
          height: auto;
          display: block; }
      #food .goods-wrap .goods-sin .goods-detail {
        width: 46%;
        padding: 2%;
        height: auto; }
        #food .goods-wrap .goods-sin .goods-detail .name {
          font-family: 'Noto Serif JP', serif;
          font-size: 32px;
          color: #957b00;
          font-weight: 800;
          margin-bottom: 12px; }
        #food .goods-wrap .goods-sin .goods-detail .spec {
          font-size: 14px; }
        #food .goods-wrap .goods-sin .goods-detail .price {
          background-color: #957b00;
          color: #fff;
          font-size: 27px;
          text-align: right;
          padding: 4px;
          margin: 24px auto; }
          #food .goods-wrap .goods-sin .goods-detail .price span {
            font-size: 16px; }
      #food .goods-wrap .goods-sin:nth-of-type(even) .goods-img {
        order: 2; }
      #food .goods-wrap .goods-sin:nth-of-type(even) .goods-detail {
        order: 1; }

#goods {
  width: 100%;
  position: relative;
  padding: 40px 0;
  background-color: #ddd;
  background-image: url(../images/back_tex.jpg);
  background-repeat: repeat;
  background-position: center; }
  #goods:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 4%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/bar_mark.svg);
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 100%;
    background-color: #fff; }
  #goods .goods-wrap {
    margin-top: 60px; }
    #goods .goods-wrap .goods-sin {
      width: 100%;
      height: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      margin-bottom: 80px; }
      #goods .goods-wrap .goods-sin .goods-img {
        width: 50%;
        height: auto; }
        #goods .goods-wrap .goods-sin .goods-img img {
          width: 100%;
          height: auto;
          display: block; }
      #goods .goods-wrap .goods-sin .goods-detail {
        width: 46%;
        padding: 2%;
        height: auto; }
        #goods .goods-wrap .goods-sin .goods-detail .name {
          font-family: 'Noto Serif JP', serif;
          font-size: 32px;
          color: #957b00;
          font-weight: 800;
          margin-bottom: 12px; }
        #goods .goods-wrap .goods-sin .goods-detail .spec {
          font-size: 14px; }
        #goods .goods-wrap .goods-sin .goods-detail .price {
          background-color: #957b00;
          color: #fff;
          font-size: 27px;
          text-align: right;
          padding: 4px;
          margin: 24px auto; }
          #goods .goods-wrap .goods-sin .goods-detail .price span {
            font-size: 16px; }
      #goods .goods-wrap .goods-sin:nth-of-type(even) .goods-img {
        order: 2; }
      #goods .goods-wrap .goods-sin:nth-of-type(even) .goods-detail {
        order: 1; }

#faq {
  width: 100%;
  display: block;
  background-color: #ddd;
  background-image: url(../images/back_tex.jpg);
  background-repeat: repeat;
  background-position: center;
  position: relative; }
  #faq .faq-wrap {
    margin-bottom: 12%; }
    #faq .faq-wrap .q-title {
      text-align: left;
      font-family: 'Noto Sans JP', sans-serif;
      color: #4b3e00;
      font-size: 18px; }
    #faq .faq-wrap ul {
      list-style: disc;
      padding-inline-start: 24px;
      margin-bottom: 2em; }
      #faq .faq-wrap ul li {
        margin-bottom: 0.4em;
        font-weight: 400;
        font-size: 15px; }
        #faq .faq-wrap ul li span {
          font-size: 14px;
          display: inline-block; }
  #faq .qa-wrap .q-title {
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    color: #4b3e00;
    font-size: 18px; }
  #faq .qa-wrap .qa-list {
    margin-bottom: 2em; }
    #faq .qa-wrap .qa-list .question {
      color: #4b3e00;
      font-weight: 600;
      font-size: 15px;
      margin-bottom: 0.4em; }
    #faq .qa-wrap .qa-list .answer {
      font-weight: 400;
      font-size: 15px; }
    #faq .qa-wrap .qa-list ul {
      list-style: circle;
      padding-inline-start: 24px;
      margin-top: 20px; }
      #faq .qa-wrap .qa-list ul li {
        font-size: 14px;
        margin-bottom: 0.4em;
        font-weight: 400; }

.faq-menu {
  width: 100%;
  background-color: #000; }
  .faq-menu .faq-menu-inner {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .faq-menu .faq-menu-inner a {
      display: block;
      padding: 16px 0;
      width: calc(100% / 3);
      color: #957b00;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
      font-size: 14px; }
      .faq-menu .faq-menu-inner a:hover {
        background-color: #333; }

#copy-wrap {
  width: 92%;
  display: block;
  text-align: center;
  background-color: #ddd;
  background-image: url(../images/back_tex.jpg);
  background-repeat: repeat;
  background-position: center;
  position: relative;
  padding: calc(8% + 40px) 4%; }
  #copy-wrap:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 4%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/bar_mark.svg);
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 100%; }
  #copy-wrap:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 4%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/bar_mark.svg);
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 100%; }
  #copy-wrap .catch {
    width: 100%;
    height: auto;
    max-width: 1000px;
    margin: auto; }
    #copy-wrap .catch img {
      width: 100%;
      height: auto;
      display: block; }
    #copy-wrap .catch .catch-sp {
      display: none; }
  #copy-wrap .copy-box {
    padding: 4em 0;
    background-image: url(../images/icon_common.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%; }
    #copy-wrap .copy-box p {
      margin-bottom: 0; }

#point {
  width: 100%;
  background-color: #957b00;
  background-image: url(../images/back_pt.gif);
  background-repeat: repeat;
  background-position: center;
  padding: 40px 0;
  position: relative; }
  #point h3 {
    color: #fff; }
  #point .inner-wrap {
    padding: 6% 4%; }
  #point .point-wrap {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    #point .point-wrap .point-contents {
      width: calc(100% / 3);
      display: block;
      padding: 12px; }
      #point .point-wrap .point-contents .point-img {
        width: 100%;
        height: auto; }
        #point .point-wrap .point-contents .point-img img {
          width: 100%;
          height: auto; }
      #point .point-wrap .point-contents .point-text {
        font-size: 14px;
        text-align: center;
        color: #fff; }

.slider {
  width: 100%;
  padding: 12px 0; }
  .slider .slider-inner .slideshow {
    display: block;
    width: 100%;
    height: 198px;
    background-image: url("../images/img-slide_1.png");
    background-repeat: repeat-x;
    background-position-x: 0;
    background-size: auto 100%;
    -webkit-animation: bgscroll 30s linear infinite;
    animation: bgscroll 30s linear infinite;
    position: relative; }
    .slider .slider-inner .slideshow.reverse {
      -webkit-animation: bgscroll 30s linear infinite reverse;
      animation: bgscroll 30s linear infinite reverse;
      background-image: url("../images/img-slide_2.png"); }
@-webkit-keyframes bgscroll {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 2554px 0; } }
@keyframes bgscroll {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 2554px 0; } }
#special {
  width: 100%;
  padding: 40px 0;
  background-color: #ddd;
  background-image: url(../images/back_pt_02.png);
  background-repeat: repeat;
  background-position: center; }
  #special .special-wrap {
    width: 100%;
    padding: 0 0 20px;
    margin: 0 auto 6%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
    #special .special-wrap .special-left {
      width: 48%;
      margin-right: 2%; }
      #special .special-wrap .special-left .special-movie {
        padding: 20px;
        position: relative;
        margin-bottom: 6%; }
        #special .special-wrap .special-left .special-movie:before {
          content: "";
          width: 20px;
          height: 100%;
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          background-image: url(../images/border_A_bar_hl.png);
          background-repeat: repeat-y;
          background-size: 20px auto;
          z-index: 0; }
        #special .special-wrap .special-left .special-movie:after {
          content: "";
          width: 20px;
          height: 100%;
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          background-image: url(../images/border_A_bar_hr.png);
          background-repeat: repeat-y;
          background-size: 20px auto;
          z-index: 0; }
        #special .special-wrap .special-left .special-movie .movie-title {
          position: absolute;
          z-index: 1;
          background-color: #271e01;
          width: 200px;
          text-align: center;
          padding: 4px 0;
          font-size: 16px;
          font-family: serif;
          color: #fff;
          font-weight: 600;
          letter-spacing: 2px;
          border: 2px solid #c6a301;
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
          top: -18px;
          right: -10px;
          transform: rotate(5deg);
          pointer-events: none; }
        #special .special-wrap .special-left .special-movie .border-top {
          height: 20px;
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background-image: url(../images/border_A_bar.png);
          background-repeat: repeat-x;
          background-size: auto 20px;
          z-index: 1; }
          #special .special-wrap .special-left .special-movie .border-top:before {
            content: "";
            width: 20px;
            height: 20px;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            background-image: url(../images/border_A_corner.png);
            background-repeat: no-repeat;
            background-size: 20px;
            z-index: 2; }
          #special .special-wrap .special-left .special-movie .border-top:after {
            content: "";
            width: 20px;
            height: 20px;
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            transform: rotate(90deg);
            background-image: url(../images/border_A_corner.png);
            background-repeat: no-repeat;
            background-size: 20px;
            z-index: 2; }
        #special .special-wrap .special-left .special-movie .border-bottom {
          height: 20px;
          width: 100%;
          position: absolute;
          bottom: 0;
          left: 0;
          transform: rotate(180deg);
          background-image: url(../images/border_A_bar.png);
          background-repeat: repeat-x;
          background-size: auto 20px;
          z-index: 1; }
          #special .special-wrap .special-left .special-movie .border-bottom:before {
            content: "";
            width: 20px;
            height: 20px;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            background-image: url(../images/border_A_corner.png);
            background-repeat: no-repeat;
            background-size: 20px;
            z-index: 2; }
          #special .special-wrap .special-left .special-movie .border-bottom:after {
            content: "";
            width: 20px;
            height: 20px;
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            transform: rotate(90deg);
            background-image: url(../images/border_A_corner.png);
            background-repeat: no-repeat;
            background-size: 20px;
            z-index: 2; }
    #special .special-wrap .special-right {
      width: 48%;
      margin-left: 2%; }
      #special .special-wrap .special-right .bnr-wrap {
        padding: 20px;
        position: relative;
        margin-bottom: 6%;
        height: calc(94% - 32px); }
        #special .special-wrap .special-right .bnr-wrap .bnr-inner {
          width: 96%;
          height: 97%;
          padding: 2%;
          background-color: #fff; }
        #special .special-wrap .special-right .bnr-wrap:before {
          content: "";
          width: 20px;
          height: 100%;
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          background-image: url(../images/border_A_bar_hl.png);
          background-repeat: repeat-y;
          background-size: 20px auto;
          z-index: 0; }
        #special .special-wrap .special-right .bnr-wrap:after {
          content: "";
          width: 20px;
          height: 100%;
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          background-image: url(../images/border_A_bar_hr.png);
          background-repeat: repeat-y;
          background-size: 20px auto;
          z-index: 0; }
        #special .special-wrap .special-right .bnr-wrap .border-top {
          height: 20px;
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background-image: url(../images/border_A_bar.png);
          background-repeat: repeat-x;
          background-size: auto 20px;
          z-index: 1; }
          #special .special-wrap .special-right .bnr-wrap .border-top:before {
            content: "";
            width: 20px;
            height: 20px;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            background-image: url(../images/border_A_corner.png);
            background-repeat: no-repeat;
            background-size: 20px;
            z-index: 2; }
          #special .special-wrap .special-right .bnr-wrap .border-top:after {
            content: "";
            width: 20px;
            height: 20px;
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            transform: rotate(90deg);
            background-image: url(../images/border_A_corner.png);
            background-repeat: no-repeat;
            background-size: 20px;
            z-index: 2; }
        #special .special-wrap .special-right .bnr-wrap .border-bottom {
          height: 20px;
          width: 100%;
          position: absolute;
          bottom: 0;
          left: 0;
          transform: rotate(180deg);
          background-image: url(../images/border_A_bar.png);
          background-repeat: repeat-x;
          background-size: auto 20px;
          z-index: 1; }
          #special .special-wrap .special-right .bnr-wrap .border-bottom:before {
            content: "";
            width: 20px;
            height: 20px;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            background-image: url(../images/border_A_corner.png);
            background-repeat: no-repeat;
            background-size: 20px;
            z-index: 2; }
          #special .special-wrap .special-right .bnr-wrap .border-bottom:after {
            content: "";
            width: 20px;
            height: 20px;
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            transform: rotate(90deg);
            background-image: url(../images/border_A_corner.png);
            background-repeat: no-repeat;
            background-size: 20px;
            z-index: 2; }
        #special .special-wrap .special-right .bnr-wrap .sp-bnr a,
        #special .special-wrap .special-right .bnr-wrap .sp-bnr span {
          display: block;
          width: 100%;
          max-width: 480px;
          height: auto;
          margin: auto;
          overflow: hidden;
          margin-bottom: 8px; }
          #special .special-wrap .special-right .bnr-wrap .sp-bnr a img,
          #special .special-wrap .special-right .bnr-wrap .sp-bnr span img {
            width: 100%;
            height: auto;
            display: block; }
          #special .special-wrap .special-right .bnr-wrap .sp-bnr a:hover,
          #special .special-wrap .special-right .bnr-wrap .sp-bnr span:hover {
            opacity: 0.85; }

.first-rdg {
  padding: 20px;
  position: relative;
  margin: auto;
  margin-bottom: 6em;
  max-width: 600px; }
  .first-rdg:before {
    content: "";
    width: 20px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/border_A_bar_hl.png);
    background-repeat: repeat-y;
    background-size: 20px auto;
    z-index: 0; }
  .first-rdg:after {
    content: "";
    width: 20px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/border_A_bar_hr.png);
    background-repeat: repeat-y;
    background-size: 20px auto;
    z-index: 0; }
  .first-rdg .border-top {
    height: 20px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/border_A_bar.png);
    background-repeat: repeat-x;
    background-size: auto 20px;
    z-index: 1; }
    .first-rdg .border-top:before {
      content: "";
      width: 20px;
      height: 20px;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(../images/border_A_corner.png);
      background-repeat: no-repeat;
      background-size: 20px;
      z-index: 2; }
    .first-rdg .border-top:after {
      content: "";
      width: 20px;
      height: 20px;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      transform: rotate(90deg);
      background-image: url(../images/border_A_corner.png);
      background-repeat: no-repeat;
      background-size: 20px;
      z-index: 2; }
  .first-rdg .border-bottom {
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
    background-image: url(../images/border_A_bar.png);
    background-repeat: repeat-x;
    background-size: auto 20px;
    z-index: 1; }
    .first-rdg .border-bottom:before {
      content: "";
      width: 20px;
      height: 20px;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(../images/border_A_corner.png);
      background-repeat: no-repeat;
      background-size: 20px;
      z-index: 2; }
    .first-rdg .border-bottom:after {
      content: "";
      width: 20px;
      height: 20px;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      transform: rotate(90deg);
      background-image: url(../images/border_A_corner.png);
      background-repeat: no-repeat;
      background-size: 20px;
      z-index: 2; }

#news {
  width: 100%;
  padding: 40px 0;
  background-color: #d4145a;
  background-image: url(../images/back_pt_03.gif);
  background-repeat: repeat;
  background-position: center;
  position: relative;
  background-position: center top; }
  #news .inner-wrap {
    padding-top: 0; }
  #news .news-border {
    padding: 50px;
    position: relative;
    margin-bottom: 6%;
    height: calc(94% - 32px);
    max-width: 600px;
    margin: 20px auto; }
    #news .news-border .bnr-inner {
      width: 96%;
      height: 97%;
      padding: 2%;
      background-color: #fff; }
    #news .news-border:before {
      content: "";
      width: 50px;
      height: calc(100% - 50px*2);
      display: block;
      position: absolute;
      top: 50px;
      left: 0;
      background-image: url(../images/border_B_bar_hl.png);
      background-repeat: repeat-y;
      background-size: 50px auto;
      z-index: 1; }
    #news .news-border:after {
      content: "";
      width: 50px;
      height: calc(100% - 50px*2);
      display: block;
      position: absolute;
      top: 50px;
      right: 0;
      background-image: url(../images/border_B_bar_hr.png);
      background-repeat: repeat-y;
      background-size: 50px auto;
      z-index: 1; }
    #news .news-border .border-top {
      height: 50px;
      width: calc(100% - 50px*2);
      position: absolute;
      top: 0;
      left: 50px;
      background-image: url(../images/border_B_bar.png);
      background-repeat: repeat-x;
      background-size: auto 50px;
      z-index: 1; }
      #news .news-border .border-top:before {
        content: "";
        width: 50px;
        height: 50px;
        display: block;
        position: absolute;
        top: 0;
        left: -50px;
        background-image: url(../images/border_B_corner.png);
        background-repeat: no-repeat;
        background-size: 50px;
        z-index: 2; }
      #news .news-border .border-top:after {
        content: "";
        width: 50px;
        height: 50px;
        display: block;
        position: absolute;
        top: 0;
        right: -50px;
        transform: rotate(90deg);
        background-image: url(../images/border_B_corner.png);
        background-repeat: no-repeat;
        background-size: 50px;
        z-index: 2; }
    #news .news-border .border-bottom {
      height: 50px;
      width: calc(100% - 50px*2);
      position: absolute;
      bottom: 0;
      left: 50px;
      transform: rotate(180deg);
      background-image: url(../images/border_B_bar.png);
      background-repeat: repeat-x;
      background-size: auto 50px;
      z-index: 1; }
      #news .news-border .border-bottom:before {
        content: "";
        width: 50px;
        height: 50px;
        display: block;
        position: absolute;
        top: 0;
        left: -50px;
        background-image: url(../images/border_B_corner.png);
        background-repeat: no-repeat;
        background-size: 50px;
        z-index: 2; }
      #news .news-border .border-bottom:after {
        content: "";
        width: 50px;
        height: 50px;
        display: block;
        position: absolute;
        top: 0;
        right: -50px;
        transform: rotate(90deg);
        background-image: url(../images/border_B_corner.png);
        background-repeat: no-repeat;
        background-size: 50px;
        z-index: 2; }
  #news .news-wrap {
    width: calc(100% + 50px);
    margin: calc(-50px / 2);
    overflow: scroll;
    position: relative;
    z-index: 0;
    max-height: 138px; }
    #news .news-wrap .news-contents {
      width: calc(100% - 24px);
      background-color: #fff;
      padding: 20px 12px;
      text-align: center;
      margin: auto;
      position: relative;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      #news .news-wrap .news-contents .date {
        font-size: 12px;
        margin-bottom: 6px;
        display: inline-block; }
      #news .news-wrap .news-contents .content {
        font-size: 14px;
        display: inline-block; }
      #news .news-wrap .news-contents a {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%; }
      #news .news-wrap .news-contents:hover {
        background-color: #e8d3ed; }
  #news .tw-wrap {
    width: calc(100% + 50px);
    margin: calc(-50px / 2);
    position: relative;
    z-index: 0;
    height: 600px;
    overflow: scroll; }
    #news .tw-wrap .tw-box {
      background-color: #fff;
      width: 96%;
      padding: 2%; }

#story {
  padding: 100px 0;
  background-color: #ddd;
  background-image: url(../images/back_tex.jpg);
  background-repeat: repeat;
  background-position: center;
  position: relative;
  padding: calc(4% + 40px) 4%; }
  #story:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 4%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/bar_mark.svg);
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 100%; }
  #story:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 4%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/bar_mark.svg);
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 100%; }
  #story .story-wrap {
    width: calc(100% - 8px);
    height: auto;
    text-align: center;
    margin: 80px auto;
    border: 4px solid #c6a400;
    position: relative; }
    #story .story-wrap .border-top:before, #story .story-wrap .border-top:after,
    #story .story-wrap .border-bottom:before,
    #story .story-wrap .border-bottom:after {
      content: "";
      display: block;
      width: 80px;
      height: 80px;
      background-image: url(../images/border_C_corner.png);
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      position: absolute;
      top: -20px;
      left: -20px;
      z-index: 1; }
    #story .story-wrap .border-top:after,
    #story .story-wrap .border-bottom:after {
      transform: rotate(90deg);
      left: initial;
      right: -20px; }
    #story .story-wrap .border-bottom {
      transform: rotate(180deg); }
    #story .story-wrap .story-inner {
      background-color: #fff;
      padding: 4%;
      width: calc(92% - 8px);
      height: calc(92% - 8px);
      margin: 2px;
      border: 2px solid #c6a400; }
      #story .story-wrap .story-inner .pc {
        display: block; }
    #story .story-wrap p {
      font-family: 'Noto Serif JP', serif;
      font-size: 18px;
      line-height: 1.8em; }
      #story .story-wrap p:last-of-type {
        margin-bottom: 0; }

#skatra {
  background-color: #490b30;
  background-image: url(../images/back_pt_07.gif);
  background-repeat: repeat;
  background-position: center;
  padding: 40px 0;
  overflow: hidden; }
  #skatra .skatra-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff; }
    #skatra .skatra-wrap .skatra-text {
      width: 62%;
      height: auto;
      position: relative; }
      #skatra .skatra-wrap .skatra-text img {
        width: 100%;
        height: auto;
        position: relative;
        padding-bottom: 15%; }
    #skatra .skatra-wrap .text-wrap {
      width: 54%;
      height: auto;
      position: absolute;
      top: 40%;
      left: 4%; }
    #skatra .skatra-wrap .skatra-img {
      width: 38%; }
      #skatra .skatra-wrap .skatra-img img {
        width: 100%;
        height: auto; }
        #skatra .skatra-wrap .skatra-img img.sp {
          display: none; }

#charactor {
  width: 100%;
  background-color: #957b00;
  background-image: url(../images/back_pt.gif);
  background-repeat: repeat;
  background-position: center;
  padding: 40px 0;
  overflow: hidden; }
  #charactor .charactor-window {
    width: 98%;
    max-width: 1000px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    #charactor .charactor-window.hide {
      display: none; }
    #charactor .charactor-window .chara-img {
      width: 60%; }
      #charactor .charactor-window .chara-img .chara {
        width: 100%;
        height: auto;
        position: relative; }
        #charactor .charactor-window .chara-img .chara .chara-bg {
          width: 100%;
          height: auto;
          position: relative;
          z-index: 0; }
          #charactor .charactor-window .chara-img .chara .chara-bg img {
            width: 100%;
            height: auto;
            display: block; }
        #charactor .charactor-window .chara-img .chara .chara-main {
          width: 100%;
          height: auto;
          position: absolute;
          z-index: 2;
          top: 0;
          left: 0; }
          #charactor .charactor-window .chara-img .chara .chara-main img {
            width: 100%;
            height: auto;
            display: block; }
        #charactor .charactor-window .chara-img .chara .chara-stand {
          width: 100%;
          height: auto;
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          pointer-events: none; }
          #charactor .charactor-window .chara-img .chara .chara-stand.mista {
            z-index: 3; }
          #charactor .charactor-window .chara-img .chara .chara-stand img {
            width: 100%;
            height: auto;
            display: block;
            position: relative;
            opacity: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s;
            transform: scale(1.5); }
            #charactor .charactor-window .chara-img .chara .chara-stand img.mb {
              width: 120%;
              margin-left: -20%; }
          #charactor .charactor-window .chara-img .chara .chara-stand.stand-on img {
            opacity: 1;
            transform: scale(1); }
        #charactor .charactor-window .chara-img .chara .chara-standname {
          width: 100%;
          height: auto;
          position: absolute;
          z-index: 3;
          top: 0;
          left: 0;
          pointer-events: none; }
          #charactor .charactor-window .chara-img .chara .chara-standname.mista {
            z-index: 3; }
          #charactor .charactor-window .chara-img .chara .chara-standname img {
            width: 100%;
            height: auto;
            display: block;
            position: relative;
            opacity: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s;
            transform: scale(1.5);
            transition-delay: 0.2s; }
            #charactor .charactor-window .chara-img .chara .chara-standname img.mb {
              width: 120%;
              margin-left: -20%; }
          #charactor .charactor-window .chara-img .chara .chara-standname.stand-on img {
            opacity: 1;
            transform: scale(1); }
    #charactor .charactor-window .chara-detail {
      width: calc(40% - 8px);
      border: 4px solid #c6a400;
      background-color: #957b00;
      padding: 4px; }
      #charactor .charactor-window .chara-detail .detail-inner {
        background-color: #fff;
        width: 80%;
        padding: 10%;
        background: #f4edcc;
        background: -moz-linear-gradient(left, #f4edcc 10%, #ffffff 50%, #f4edcc 90%);
        background: -webkit-linear-gradient(left, #f4edcc 10%, #ffffff 50%, #f4edcc 90%);
        background: linear-gradient(to right, #f4edcc 10%, #ffffff 50%, #f4edcc 90%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4edcc', endColorstr='#f4edcc', GradientType=1); }
      #charactor .charactor-window .chara-detail h5 {
        color: #957b00; }
        #charactor .charactor-window .chara-detail h5.stand {
          font-size: 21px; }
      #charactor .charactor-window .chara-detail h6 {
        color: #d4145a;
        margin-top: 10%; }
      #charactor .charactor-window .chara-detail .stand-switch {
        border: none;
        width: 160px;
        margin: auto;
        display: block;
        background: none; }
        #charactor .charactor-window .chara-detail .stand-switch img {
          width: 100%;
          height: auto; }
        #charactor .charactor-window .chara-detail .stand-switch:focus {
          outline: none; }
        #charactor .charactor-window .chara-detail .stand-switch:hover {
          opacity: 0.75; }
  #charactor .charactor-select {
    width: 98%;
    max-width: 1000px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px; }
    #charactor .charactor-select .chara-bt {
      background: none;
      width: calc(100% / 3 - 10px);
      border: 4px solid #c6a400;
      background-color: #957b00;
      padding: 4px;
      margin: 6px auto; }
      #charactor .charactor-select .chara-bt:focus {
        outline: none; }
      #charactor .charactor-select .chara-bt span {
        display: block;
        width: calc(100% - 16px);
        background-color: #fff;
        background: #f4edcc;
        background: -moz-linear-gradient(left, #f4edcc 10%, #ffffff 50%, #f4edcc 90%);
        background: -webkit-linear-gradient(left, #f4edcc 10%, #ffffff 50%, #f4edcc 90%);
        background: linear-gradient(to right, #f4edcc 10%, #ffffff 50%, #f4edcc 90%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4edcc', endColorstr='#f4edcc', GradientType=1);
        font-size: 18px;
        font-family: 'Noto Serif JP', serif;
        color: #957b00;
        font-weight: 700;
        padding: 12px 8px; }
      #charactor .charactor-select .chara-bt:hover span {
        background: none;
        color: #fff; }

#howto {
  width: 100%;
  padding: 40px 0;
  position: relative;
  background-color: #ddd;
  background-image: url(../images/back_pt_02.png);
  background-repeat: repeat;
  background-position: center; }
  #howto .howto-wrap {
    width: 100%;
    height: auto;
    margin: 40px auto 40px;
    position: relative;
    z-index: 2; }
    #howto .howto-wrap .howto-sin {
      width: calc(100% - 20px);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      border: 5px solid #705c00;
      padding: 5px;
      background-color: #fff;
      margin-bottom: 30px;
      background: #f4edcc;
      background: -moz-linear-gradient(left, #f4edcc 10%, #ffffff 50%, #f4edcc 90%);
      background: -webkit-linear-gradient(left, #f4edcc 10%, #ffffff 50%, #f4edcc 90%);
      background: linear-gradient(to right, #f4edcc 10%, #ffffff 50%, #f4edcc 90%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4edcc', endColorstr='#f4edcc', GradientType=1); }
      #howto .howto-wrap .howto-sin .left {
        width: 40%;
        padding: 2% 4%;
        padding-left: 16%;
        position: relative;
        min-height: 120px; }
        #howto .howto-wrap .howto-sin .left h6 {
          text-align: left;
          font-size: 24px;
          color: #705c00;
          margin-bottom: 10px; }
        #howto .howto-wrap .howto-sin .left p {
          margin-bottom: 0; }
        #howto .howto-wrap .howto-sin .left .howto-num {
          width: 24%;
          height: auto;
          display: block;
          position: absolute;
          top: 6%;
          left: 1%; }
          #howto .howto-wrap .howto-sin .left .howto-num img {
            width: 100%;
            height: auto;
            display: block; }
      #howto .howto-wrap .howto-sin .right {
        border: 1px solid #705c00;
        width: 40%;
        background-color: #705c00;
        background-image: url(../images/back_pt_04.gif);
        background-repeat: repeat;
        background-position: center;
        position: relative; }
        #howto .howto-wrap .howto-sin .right .right-img {
          width: 100%;
          max-width: 400px; }
          #howto .howto-wrap .howto-sin .right .right-img img {
            width: 100%;
            height: auto;
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto; }
          #howto .howto-wrap .howto-sin .right .right-img .img-second {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0; }
            #howto .howto-wrap .howto-sin .right .right-img .img-second img {
              width: 100%;
              height: auto;
              display: block; }
  #howto h4 {
    margin-top: 80px; }
  #howto .moreplay {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    margin-bottom: 6%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    #howto .moreplay .moreplay-sin {
      width: calc(100% / 3 - 40px);
      margin: 20px; }
      #howto .moreplay .moreplay-sin img {
        display: block;
        width: 100%;
        height: auto; }
      #howto .moreplay .moreplay-sin span {
        font-size: 14px;
        margin-top: 4px;
        min-height: 4em;
        display: block; }

#ticket {
  width: 100%;
  padding: 40px 0;
  position: relative;
  background-color: #d4145a;
  background-image: url(../images/back_pt_03.gif);
  background-repeat: repeat;
  background-position: center;
  background-position: center top; }
  #ticket:before {
    content: "";
    width: 100%;
    padding-top: 10%;
    background-color: #d4145a;
    background-image: url(../images/back_pt_03.gif);
    background-repeat: repeat;
    background-position: center;
    position: absolute;
    bottom: 100%;
    left: 0;
    background-position: center bottom;
    mask-image: url(../images/slash.svg);
    -webkit-mask-image: url(../images/slash.svg);
    mask-size: 102%;
    -webkit-mask-size: 102%;
    mask-position: top center;
    -webkit-mask-position: top center; }
  #ticket .ticket-wrap {
    width: 100%;
    height: auto;
    margin: 80px auto 40px;
    position: relative;
    z-index: 2; }
  #ticket #tab-id-2 {
    display: none; }
  #ticket .tab-ticket-inner {
    width: 100%;
    max-width: 800px;
    margin: auto; }
    #ticket .tab-ticket-inner .ticket-table {
      padding-top: 60px; }

.tab-contents {
  position: relative;
  width: 96%;
  background-color: #fff;
  padding: 2%;
  background: #f4edcc;
  background: -moz-linear-gradient(left, #f4edcc 10%, #ffffff 50%, #f4edcc 90%);
  background: -webkit-linear-gradient(left, #f4edcc 10%, #ffffff 50%, #f4edcc 90%);
  background: linear-gradient(to right, #f4edcc 10%, #ffffff 50%, #f4edcc 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4edcc', endColorstr='#f4edcc', GradientType=1); }
  .tab-contents .tab-contents-inner {
    width: calc(98% - 6px);
    height: auto;
    border: 3px solid #957b00;
    padding: 1%; }
  .tab-contents .tab-contents-inner2 {
    width: calc(80% - 3px);
    height: auto;
    border: 1.5px solid #957b00;
    position: relative;
    padding: 10%; }
    .tab-contents .tab-contents-inner2 .border-top:before, .tab-contents .tab-contents-inner2 .border-top:after,
    .tab-contents .tab-contents-inner2 .border-bottom:before,
    .tab-contents .tab-contents-inner2 .border-bottom:after {
      content: "";
      width: 80px;
      height: 80px;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(../images/border_D_corner.png);
      background-repeat: no-repeat;
      background-size: contain; }
    .tab-contents .tab-contents-inner2 .border-top:after,
    .tab-contents .tab-contents-inner2 .border-bottom:after {
      left: initial;
      right: 0;
      transform: rotate(90deg); }
    .tab-contents .tab-contents-inner2 .border-bottom:before, .tab-contents .tab-contents-inner2 .border-bottom:after {
      top: initial;
      bottom: 0;
      left: 0;
      transform: rotate(-90deg); }
    .tab-contents .tab-contents-inner2 .border-bottom:after {
      left: initial;
      right: 0;
      transform: rotate(180deg); }
  .tab-contents .tab-bt-wrap {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto; }
    .tab-contents .tab-bt-wrap .tab-bt {
      display: block;
      padding: 20px;
      border: 2px solid #957b00;
      border-radius: 4px;
      width: 50%;
      text-align: center;
      margin: 0 6px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      position: relative;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      .tab-contents .tab-bt-wrap .tab-bt span {
        font-size: 16px;
        color: #957b00;
        text-align: center; }
        .tab-contents .tab-bt-wrap .tab-bt span:after {
          content: "▽";
          margin-left: 8px; }
      .tab-contents .tab-bt-wrap .tab-bt input {
        display: none; }
      .tab-contents .tab-bt-wrap .tab-bt.active {
        background-color: #957b00; }
        .tab-contents .tab-bt-wrap .tab-bt.active span {
          color: #fff; }
          .tab-contents .tab-bt-wrap .tab-bt.active span:after {
            content: "▼";
            margin-left: 8px; }
      .tab-contents .tab-bt-wrap .tab-bt:hover {
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
        cursor: pointer; }
  .tab-contents .tab-window {
    width: 100%;
    margin: auto; }
    .tab-contents .tab-window #tab-id-etc {
      display: none; }

/*ticket-table*/
.ticket-table {
  width: 100%;
  max-width: 800px; }
  .ticket-table .table-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .ticket-table .table-row .table-col {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column;
      width: 35%;
      text-align: center;
      border-top: 1px solid #957b00;
      padding: 16px 4px;
      font-size: 16px;
      height: 60px;
      position: relative; }
      .ticket-table .table-row .table-col span {
        font-size: 10px;
        display: block; }
    .ticket-table .table-row.bg-g .table-col {
      color: #957b00; }
      .ticket-table .table-row.bg-g .table-col:first-child {
        background-color: #957b00;
        color: #fff; }
    .ticket-table .table-row.bg-b .table-col {
      color: #705c00; }
      .ticket-table .table-row.bg-b .table-col:first-child {
        background-color: #705c00;
        color: #fff; }
    .ticket-table .table-row.thead .table-col {
      border: none;
      font-size: 15px;
      background-color: transparent;
      height: 0;
      color: #957b00;
      line-height: 1em; }
    .ticket-table .table-row.bottom {
      margin-bottom: 8px; }
      .ticket-table .table-row.bottom .table-col {
        border-bottom: 1px solid #957b00; }

.about-fc {
  text-align: center;
  margin: 60px auto;
  color: #fff; }
  .about-fc h4 {
    color: #fff; }
    .about-fc h4:after {
      background-image: url(../images/h4_bm_w.svg); }
  .about-fc p {
    width: 100%;
    margin: auto;
    margin-bottom: 1.3em;
    text-align: left; }
  .about-fc .min {
    font-size: 0.8em; }

.other-ticket-wrap {
  width: calc(92% - 4px);
  margin: auto;
  background-image: url("../images/turtle_back.png");
  background-size: 50px;
  background-color: #353d00;
  border: 2px solid #fff;
  padding: 4%;
  border-radius: 12px;
  margin-bottom: 40px; }
  .other-ticket-wrap.danin {
    background-image: url(../images/back_pt_06.gif);
    background-size: initial;
    margin-bottom: 40px; }
  .other-ticket-wrap.d-ticket {
    background-image: url(../images/back_pt_07.gif);
    background-size: initial;
    margin-bottom: 40px; }
  .other-ticket-wrap .ticket-details {
    width: 96%;
    margin: auto; }
    .other-ticket-wrap .ticket-details h4 {
      color: #fff; }
      .other-ticket-wrap .ticket-details h4:after {
        display: none; }
    .other-ticket-wrap .ticket-details p {
      color: #fff; }
      .other-ticket-wrap .ticket-details p span {
        font-weight: 600; }
  .other-ticket-wrap .other-ticket-sin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    width: 96%;
    margin: auto; }
    .other-ticket-wrap .other-ticket-sin .ticket-img {
      width: calc(50% - 20px);
      margin: 0 auto; }
      .other-ticket-wrap .other-ticket-sin .ticket-img.d-ticket {
        width: calc(100% - 320px); }
      .other-ticket-wrap .other-ticket-sin .ticket-img img {
        display: block;
        width: 100%;
        height: auto; }
      .other-ticket-wrap .other-ticket-sin .ticket-img p {
        color: #fff; }
        .other-ticket-wrap .other-ticket-sin .ticket-img p span {
          font-weight: 600; }
    .other-ticket-wrap .other-ticket-sin .other-ticket-text {
      width: 300px; }
      .other-ticket-wrap .other-ticket-sin .other-ticket-text p {
        color: #fff; }
        .other-ticket-wrap .other-ticket-sin .other-ticket-text p span {
          font-weight: 600; }

#schedule-1 {
  width: 100%;
  padding: 60px 0; }
  #schedule-1 h4 {
    margin-bottom: 60px; }
  #schedule-1 .announce {
    border: 4px solid #ff0000;
    color: #ff0000;
    padding: 4%;
    text-align: center;
    margin: 0 auto 6%;
    max-width: 600px;
    font-weight: 600;
    font-size: 17px; }
  #schedule-1 .schedule-1-wrap {
    width: 100%; }
    #schedule-1 .schedule-1-wrap .schedule-sin {
      margin-bottom: 40px;
      padding-bottom: 20px;
      border-bottom: 1px dashed #ccc; }
      #schedule-1 .schedule-1-wrap .schedule-sin:last-of-type {
        border: none; }
      #schedule-1 .schedule-1-wrap .schedule-sin .schedule-sin-header {
        color: #fff;
        font-weight: 700;
        font-size: 15px;
        text-align: center;
        font-weight: 500;
        padding: 8px 20px;
        border-radius: 30px;
        line-height: 1em;
        background-color: #957b00;
        position: relative;
        width: 200px;
        margin: 0 auto 2em; }
        #schedule-1 .schedule-1-wrap .schedule-sin .schedule-sin-header span {
          position: absolute;
          color: #957b00;
          font-size: 15px;
          display: block;
          font-weight: 500;
          padding: 8px 20px;
          border-radius: 30px;
          line-height: 1em;
          left: 0;
          right: 0;
          margin: 0.5em auto; }
        #schedule-1 .schedule-1-wrap .schedule-sin .schedule-sin-header.nospan {
          margin-bottom: 1em; }
      #schedule-1 .schedule-1-wrap .schedule-sin .schedule-sin-details p {
        text-align: center; }

#schedule-2 {
  width: 100%;
  padding: calc(4% + 40px) 0;
  background-color: #ddd;
  background-image: url(../images/back_tex.jpg);
  background-repeat: repeat;
  background-position: center;
  position: relative; }
  #schedule-2:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 4%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/bar_mark.svg);
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 100%; }
  #schedule-2:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 4%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/bar_mark.svg);
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 100%; }
  #schedule-2 .schedule-2-wrap {
    width: 100%;
    position: relative;
    z-index: 2; }
    #schedule-2 .schedule-2-wrap .area-select-wrap .area-arrow {
      display: none; }
    #schedule-2 .schedule-2-wrap .area-select {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
      #schedule-2 .schedule-2-wrap .area-select .area-bt {
        width: 80px;
        height: 80px;
        margin: 4px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        background-image: url("../images/area_bt.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        cursor: pointer; }
        #schedule-2 .schedule-2-wrap .area-select .area-bt span {
          color: #705c00;
          font-size: 12px; }
        #schedule-2 .schedule-2-wrap .area-select .area-bt.active {
          background-image: url("../images/area_bt2.svg"); }
          #schedule-2 .schedule-2-wrap .area-select .area-bt.active span {
            color: #fff; }
    #schedule-2 .schedule-2-wrap .area-space {
      padding: 20px 0; }
    #schedule-2 .schedule-2-wrap .area-block {
      display: none; }
      #schedule-2 .schedule-2-wrap .area-block.active {
        display: block; }
    #schedule-2 .schedule-2-wrap .about-fc {
      text-align: center;
      margin: 60px auto; }
      #schedule-2 .schedule-2-wrap .about-fc h6 {
        margin-bottom: 12px; }
      #schedule-2 .schedule-2-wrap .about-fc p {
        width: 100%;
        max-width: 600px;
        margin: auto;
        margin-bottom: 1.3em;
        text-align: left; }
      #schedule-2 .schedule-2-wrap .about-fc ul {
        width: 100%;
        max-width: 600px;
        margin: 20px auto; }
      #schedule-2 .schedule-2-wrap .about-fc li {
        text-align: left;
        font-size: 12px;
        margin-bottom: 8px; }
        #schedule-2 .schedule-2-wrap .about-fc li span {
          font-size: 10px; }
    #schedule-2 .schedule-2-wrap .area-wrap {
      width: 100%;
      max-width: 840px;
      margin: 20px auto; }
      #schedule-2 .schedule-2-wrap .area-wrap .area-switch {
        width: calc(100% - 80px);
        height: 48px;
        display: block;
        background-image: url(../images/border_E_bottom_border.png);
        background-size: auto 100%;
        position: relative;
        cursor: pointer;
        margin: auto; }
        #schedule-2 .schedule-2-wrap .area-wrap .area-switch:hover {
          opacity: 0.85; }
        #schedule-2 .schedule-2-wrap .area-wrap .area-switch:before, #schedule-2 .schedule-2-wrap .area-wrap .area-switch:after {
          content: "";
          height: 100%;
          width: 60px;
          display: block;
          background-image: url(../images/border_E_bottom_corner.png);
          background-repeat: no-repeat;
          position: absolute;
          background-size: auto 100%;
          top: 0;
          left: -39px; }
        #schedule-2 .schedule-2-wrap .area-wrap .area-switch:after {
          left: initial;
          right: -39px;
          transform: rotateY(180deg); }
        #schedule-2 .schedule-2-wrap .area-wrap .area-switch span {
          text-align: center;
          width: calc(100% - 40px);
          max-width: 300px;
          width: fit-content;
          display: block;
          line-height: 2.4em;
          color: #fff;
          font-weight: 100;
          position: relative;
          margin: auto; }
          #schedule-2 .schedule-2-wrap .area-wrap .area-switch span:before, #schedule-2 .schedule-2-wrap .area-wrap .area-switch span:after {
            content: "";
            width: 20px;
            height: 20px;
            display: block;
            background-image: url("../images/arrowbottom.svg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100%;
            position: absolute;
            top: 10px;
            left: -30px; }
          #schedule-2 .schedule-2-wrap .area-wrap .area-switch span:after {
            left: initial;
            right: -30px; }
        #schedule-2 .schedule-2-wrap .area-wrap .area-switch.open span:before, #schedule-2 .schedule-2-wrap .area-wrap .area-switch.open span:after {
          transform: rotate(180deg); }
      #schedule-2 .schedule-2-wrap .area-wrap .area-header {
        width: calc(100% - 120px);
        padding: 20px;
        text-align: center;
        background-image: url(../images/border_E_header_border.png);
        background-position: top;
        background-size: auto 100%;
        background-repeat: repeat-x;
        position: relative;
        margin: auto; }
        #schedule-2 .schedule-2-wrap .area-wrap .area-header:before, #schedule-2 .schedule-2-wrap .area-wrap .area-header:after {
          content: "";
          height: 100%;
          width: 60px;
          background-image: url(../images/border_E_header_corner.png);
          background-position: top;
          background-size: auto 100%;
          background-repeat: no-repeat;
          position: absolute;
          top: 0;
          left: -38px; }
        #schedule-2 .schedule-2-wrap .area-wrap .area-header:after {
          left: initial;
          right: -38px;
          transform: rotateY(180deg); }
        #schedule-2 .schedule-2-wrap .area-wrap .area-header h6 {
          font-size: 21px;
          color: #4b3e00; }
        #schedule-2 .schedule-2-wrap .area-wrap .area-header .date {
          font-size: 16px;
          color: #4b3e00; }
      #schedule-2 .schedule-2-wrap .area-wrap .area-contents {
        display: none;
        padding: 4% 10%;
        width: 80%;
        background-color: #fff;
        position: relative; }
        #schedule-2 .schedule-2-wrap .area-wrap .area-contents:before, #schedule-2 .schedule-2-wrap .area-wrap .area-contents:after {
          content: "";
          height: 100%;
          width: 66px;
          display: block;
          background-image: url(../images/border_E_middle.png);
          background-repeat: repeat-y;
          position: absolute;
          background-size: contain;
          top: 0;
          left: 0; }
        #schedule-2 .schedule-2-wrap .area-wrap .area-contents:after {
          left: initial;
          right: 0;
          transform: rotateY(180deg); }
        #schedule-2 .schedule-2-wrap .area-wrap .area-contents .ticket-table.fc {
          margin-top: 80px; }
        #schedule-2 .schedule-2-wrap .area-wrap .area-contents .map {
          position: relative;
          z-index: 1; }
        #schedule-2 .schedule-2-wrap .area-wrap .area-contents .stage {
          width: 100%;
          text-align: center;
          padding: 40px 0;
          position: relative;
          z-index: 1; }
          #schedule-2 .schedule-2-wrap .area-wrap .area-contents .stage .stage-name {
            font-family: 'Noto Serif JP', serif;
            font-size: 30px;
            font-weight: 700;
            color: #d4145a; }
          #schedule-2 .schedule-2-wrap .area-wrap .area-contents .stage .stage-address {
            font-size: 14px;
            padding: 12px 0;
            color: #4b3e00; }
        #schedule-2 .schedule-2-wrap .area-wrap .area-contents .access {
          text-align: center;
          font-size: 12px;
          position: relative;
          z-index: 1;
          color: #4b3e00; }
        #schedule-2 .schedule-2-wrap .area-wrap .area-contents .area-price {
          margin-top: 40px;
          position: relative;
          z-index: 1; }
        #schedule-2 .schedule-2-wrap .area-wrap .area-contents .tmc-wrap {
          width: 100%;
          height: auto;
          display: block;
          margin: 40px auto;
          position: relative;
          z-index: 1; }
          #schedule-2 .schedule-2-wrap .area-wrap .area-contents .tmc-wrap h6 {
            text-align: center;
            margin-bottom: -30px;
            color: #4b3e00; }
        #schedule-2 .schedule-2-wrap .area-wrap .area-contents .ticket-details {
          position: relative;
          z-index: 1; }
          #schedule-2 .schedule-2-wrap .area-wrap .area-contents .ticket-details h6 {
            color: #957b00;
            border-bottom: 1px solid #957b00;
            padding-bottom: 6px;
            font-size: 18px;
            margin-bottom: 12px;
            margin-top: 40px; }
            #schedule-2 .schedule-2-wrap .area-wrap .area-contents .ticket-details h6.ticket-cat {
              color: #4b3e00;
              font-weight: 600;
              font-family: sans-serif;
              padding-bottom: 0;
              border: none;
              margin-top: 0;
              margin-bottom: 4px;
              font-size: 15px;
              margin-top: 30px; }
          #schedule-2 .schedule-2-wrap .area-wrap .area-contents .ticket-details .faq-bt {
            display: block;
            width: 240px;
            color: #d4145a;
            text-align: center;
            font-size: 14px;
            margin: 40px auto;
            border-bottom: 1px solid #d4145a;
            padding-bottom: 4px;
            font-weight: 400; }
        #schedule-2 .schedule-2-wrap .area-wrap .area-contents .playguide {
          width: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          flex-wrap: wrap;
          text-align: center;
          margin: 40px auto 80px;
          border-bottom: 4px solid #4b3e00;
          position: relative;
          z-index: 1;
          color: #4b3e00;
          display: none; }
          #schedule-2 .schedule-2-wrap .area-wrap .area-contents .playguide h6 {
            margin-bottom: 8px;
            font-size: 16px; }
          #schedule-2 .schedule-2-wrap .area-wrap .area-contents .playguide.hide {
            display: none; }
          #schedule-2 .schedule-2-wrap .area-wrap .area-contents .playguide .s100 {
            width: 100%;
            padding: 20px 0;
            border: 1px solid #4b3e00;
            border-bottom: none;
            border-top: 4px solid #4b3e00;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
            #schedule-2 .schedule-2-wrap .area-wrap .area-contents .playguide .s100 span {
              font-size: 14px;
              color: #4b3e00; }
            #schedule-2 .schedule-2-wrap .area-wrap .area-contents .playguide .s100:hover {
              background-color: #957b00; }
              #schedule-2 .schedule-2-wrap .area-wrap .area-contents .playguide .s100:hover span {
                color: #fff; }
          #schedule-2 .schedule-2-wrap .area-wrap .area-contents .playguide .s33 {
            width: calc(100% / 3 - 1px);
            padding: 20px 0;
            border: 1px solid #4b3e00;
            border-left: none;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
            #schedule-2 .schedule-2-wrap .area-wrap .area-contents .playguide .s33:nth-of-type(2) {
              width: calc(100% / 3 - 2px);
              border-left: 1px solid #4b3e00; }
            #schedule-2 .schedule-2-wrap .area-wrap .area-contents .playguide .s33 span {
              font-size: 14px;
              color: #4b3e00; }
            #schedule-2 .schedule-2-wrap .area-wrap .area-contents .playguide .s33:hover {
              background-color: #957b00; }
              #schedule-2 .schedule-2-wrap .area-wrap .area-contents .playguide .s33:hover span {
                color: #fff; }
          #schedule-2 .schedule-2-wrap .area-wrap .area-contents .playguide a.coming {
            position: relative; }
            #schedule-2 .schedule-2-wrap .area-wrap .area-contents .playguide a.coming:after {
              content: "COMING SOON";
              width: 100%;
              padding: 23px 0;
              background-color: rgba(0, 0, 0, 0.3);
              position: absolute;
              top: 0;
              left: 0;
              color: #fff;
              text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
              font-size: 12px; }
            #schedule-2 .schedule-2-wrap .area-wrap .area-contents .playguide a.coming:hover span {
              color: #957b00; }
        #schedule-2 .schedule-2-wrap .area-wrap .area-contents .area-schedule {
          width: 100%;
          margin: 40px auto;
          display: block;
          position: relative;
          z-index: 1; }
          #schedule-2 .schedule-2-wrap .area-wrap .area-contents .area-schedule .schedule-sin {
            width: 100%;
            margin-bottom: 30px; }
            #schedule-2 .schedule-2-wrap .area-wrap .area-contents .area-schedule .schedule-sin .schedule-sin-details {
              display: block;
              text-align: center;
              font-size: 14px; }
              #schedule-2 .schedule-2-wrap .area-wrap .area-contents .area-schedule .schedule-sin .schedule-sin-details a {
                display: inline-block;
                color: #fff;
                background-color: #957b00;
                padding: 8px 12px;
                font-size: 12px;
                border-radius: 4px;
                margin-top: 8px; }
        #schedule-2 .schedule-2-wrap .area-wrap .area-contents .credit {
          font-size: 14px;
          position: relative;
          z-index: 1;
          color: #4b3e00; }

#corona {
  display: block;
  width: 92%;
  text-align: center;
  padding: 4%; }
  #corona a {
    display: block;
    width: calc(96% - 8px);
    padding: 2%;
    border: 4px solid #ff0000;
    color: #ff0000;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
    font-size: 1.2em; }

#about {
  background-color: #957b00;
  background-image: url(../images/back_pt.gif);
  background-repeat: repeat;
  background-position: center;
  padding: 40px 0; }
  #about h3 {
    color: #fff; }
  #about .about-sin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 60px; }
    #about .about-sin .img {
      width: 30%; }
      #about .about-sin .img img {
        width: 100%;
        height: auto;
        display: block; }
    #about .about-sin .m5 {
      width: 3%;
      height: auto;
      display: block; }
    #about .about-sin p {
      display: block;
      width: 65%;
      color: #fff; }
  #about .copyright {
    color: #fff;
    font-size: 14px;
    text-align: center; }

footer {
  width: 100%;
  background-color: #ddd;
  background-image: url(../images/back_tex.jpg);
  background-repeat: repeat;
  background-position: center; }
  footer .footer-wrap {
    width: 94%;
    padding: 3%; }
    footer .footer-wrap h5 {
      font-family: 'Noto Sans JP', sans-serif; }
    footer .footer-wrap .sns-wrap {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      margin-bottom: 6%; }
      footer .footer-wrap .sns-wrap button {
        width: calc(100% / 3 - 20px);
        display: block;
        background-color: #957b00;
        padding: 4px;
        border: none;
        margin: auto 10px; }
        footer .footer-wrap .sns-wrap button a {
          border: 2px solid #4b3e00;
          width: calc(100% - 44px);
          display: block;
          padding: 20px;
          font-size: 16px;
          font-family: 'Noto Serif JP', serif;
          color: #4b3e00;
          font-weight: 700; }
    footer .footer-wrap .mailmag {
      width: 100%;
      max-width: 400px;
      display: block;
      margin: auto;
      margin-bottom: 8%; }
      footer .footer-wrap .mailmag:hover {
        opacity: 0.85; }
      footer .footer-wrap .mailmag img {
        width: 100%;
        height: auto; }
    footer .footer-wrap .title-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      width: 100%;
      max-width: 420px;
      margin: 40px auto; }
      footer .footer-wrap .title-wrap a {
        display: block;
        width: 46%;
        height: auto;
        margin: 0 2%; }
        footer .footer-wrap .title-wrap a img {
          width: 100%;
          height: auto;
          display: block; }

#cocomain {
  background: #000;
  background-image: url(../images/cj_back.gif);
  font-family: sans-serif;
  color: #fff;
  height: 100vh;
  position: relative; }
  #cocomain .inner-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 88%; }
  #cocomain .hint {
    font-size: 18px;
    color: #00ff00;
    margin-top: 30px; }
  #cocomain .answer-outer {
    display: block;
    width: 500px;
    height: 120px;
    padding: calc(15% + 32px) 15% 15%;
    border: 2px solid #00ff00;
    box-shadow: 0 0 4px #00ff00;
    border-radius: 4px;
    position: relative; }
    #cocomain .answer-outer:before {
      content: "";
      display: block;
      width: 100%;
      height: 32px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background-color: #0f0; }
    #cocomain .answer-outer:after {
      content: "";
      display: block;
      width: 27px;
      height: 27px;
      opacity: 0.3;
      position: absolute;
      top: 2px;
      right: 2px;
      background-image: url(../images/window_cl.png);
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center; }
    #cocomain .answer-outer span {
      font-size: 18px;
      display: block;
      margin-bottom: 16px;
      text-shadow: 0 0 4px rgba(255, 255, 255, 0.5); }
    #cocomain .answer-outer .answer-form input {
      background-color: #fff;
      border: 2px solid #fff;
      box-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
      padding: 8px;
      font-size: 18px;
      vertical-align: middle;
      width: calc(100% - 110px);
      margin-right: 4px; }
      #cocomain .answer-outer .answer-form input:focus {
        outline: none; }
    #cocomain .answer-outer .answer-form button {
      background: none;
      border: 2px solid #fff;
      color: #fff;
      box-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
      height: 41px;
      vertical-align: middle;
      width: 80px;
      position: relative; }
      #cocomain .answer-outer .answer-form button span {
        text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
        font-size: 14px;
        padding: 7px;
        margin: 0;
        position: relative;
        z-index: 1; }
      #cocomain .answer-outer .answer-form button:after {
        content: "";
        width: 0;
        height: 100%;
        background-color: rgba(0, 255, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
      #cocomain .answer-outer .answer-form button:focus {
        outline: none; }
      #cocomain .answer-outer .answer-form button:hover:after {
        width: 100%; }
  #cocomain.successed {
    height: auto;
    text-align: center; }
    #cocomain.successed .success-wrap img {
      width: 100%;
      height: auto;
      display: block;
      margin-bottom: 30px; }
    #cocomain.successed .success-wrap p {
      width: 100%;
      max-width: 520px;
      margin: auto;
      padding: 20vh 0;
      font-family: 'Noto Serif JP', serif; }
    #cocomain.successed .success-wrap .clear-wrap .clear-title {
      font-size: 74px;
      font-weight: 900;
      color: #00ff00;
      text-shadow: 0 0 4px #00ff00;
      margin-top: 10%; }
    #cocomain.successed .success-wrap .clear-wrap p {
      padding: 0;
      margin-bottom: 60px; }
    #cocomain.successed .success-wrap .bt-wrap a {
      width: 280px;
      display: inline-block;
      height: auto;
      text-align: center;
      position: relative;
      padding: 0;
      background: none;
      margin: 0 4px 30px;
      cursor: pointer; }
      #cocomain.successed .success-wrap .bt-wrap a span {
        font-size: 36px;
        padding: 10px;
        border: 2px solid #00ff00;
        color: #00ff00;
        box-shadow: 0 0 4px #00ff00;
        text-shadow: 0 0 4px #00ff00;
        display: block; }
      #cocomain.successed .success-wrap .bt-wrap a:after {
        content: "";
        width: 0;
        height: 100%;
        background-color: rgba(0, 255, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
      #cocomain.successed .success-wrap .bt-wrap a:focus {
        outline: none; }
      #cocomain.successed .success-wrap .bt-wrap a:hover:after {
        width: 100%; }

#coco-false {
  background: rgba(0, 0, 0, 0.85);
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  display: none; }
  #coco-false .inner-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 88%; }
    #coco-false .inner-wrap .error {
      width: 340px;
      height: 142px;
      text-align: center;
      color: #ff0000;
      text-shadow: 0 0 4px #ff0000;
      -webkit-animation: flicker-1 2s linear infinite both;
      animation: flicker-1 2s linear infinite both; }
      #coco-false .inner-wrap .error span {
        font-size: 36px;
        padding: 10px;
        border: 2px solid #ff0000;
        color: #ff0000;
        box-shadow: 0 0 4px #ff0000;
        text-shadow: 0 0 4px #ff0000;
        display: block;
        margin-bottom: 20px; }

#coco-success {
  background: rgba(0, 0, 0, 0.85);
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  display: none; }
  #coco-success .inner-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 88%; }
    #coco-success .inner-wrap .success {
      width: 340px;
      height: 142px;
      text-align: center;
      -webkit-animation: flicker-1 2s linear infinite both;
      animation: flicker-1 2s linear infinite both; }
      #coco-success .inner-wrap .success span {
        font-size: 36px;
        padding: 10px;
        border: 2px solid #00ff00;
        color: #00ff00;
        box-shadow: 0 0 4px #00ff00;
        text-shadow: 0 0 4px #00ff00;
        display: block;
        margin-bottom: 20px; }

@-webkit-keyframes flicker-1 {
  0%,
    100% {
    opacity: 1; }
  41.99% {
    opacity: 1; }
  42% {
    opacity: 0; }
  43% {
    opacity: 0; }
  43.01% {
    opacity: 1; }
  47.99% {
    opacity: 1; }
  48% {
    opacity: 0; }
  49% {
    opacity: 0; }
  49.01% {
    opacity: 1; } }
@keyframes flicker-1 {
  0%,
    100% {
    opacity: 1; }
  41.99% {
    opacity: 1; }
  42% {
    opacity: 0; }
  43% {
    opacity: 0; }
  43.01% {
    opacity: 1; }
  47.99% {
    opacity: 1; }
  48% {
    opacity: 0; }
  49% {
    opacity: 0; }
  49.01% {
    opacity: 1; } }
#nazotoki {
  width: 100%;
  background-color: #ddd;
  background-image: url(../images/back_tex.jpg);
  background-repeat: repeat;
  background-position: center;
  position: relative; }
  #nazotoki .nazotheme {
    text-align: center;
    font-size: 21px;
    color: #4b3e00;
    border-top: 2px solid #4b3e00;
    border-bottom: 2px solid #4b3e00;
    padding: 30px 0;
    max-width: 768px;
    margin: 7% auto; }
  #nazotoki .nazo-wrap {
    width: 100%;
    height: auto;
    margin: auto; }
    #nazotoki .nazo-wrap .nazo-box {
      width: 100%;
      max-width: 768px;
      height: auto;
      margin: auto;
      margin-bottom: 10%; }
      #nazotoki .nazo-wrap .nazo-box h5 {
        color: #957b00; }
      #nazotoki .nazo-wrap .nazo-box .nazo-img {
        width: 100%;
        height: auto;
        margin: auto;
        position: relative; }
        #nazotoki .nazo-wrap .nazo-box .nazo-img .nazo-title {
          background-color: #957b00;
          color: #fff;
          width: 240px;
          margin: auto;
          text-align: center;
          display: block;
          line-height: 1em;
          padding: 10px 0;
          font-size: 14px;
          position: relative; }
          #nazotoki .nazo-wrap .nazo-box .nazo-img .nazo-title:before, #nazotoki .nazo-wrap .nazo-box .nazo-img .nazo-title:after {
            position: absolute;
            content: '';
            width: 0px;
            height: 0px;
            z-index: 1; }
          #nazotoki .nazo-wrap .nazo-box .nazo-img .nazo-title:before {
            top: 0;
            left: 0;
            border-width: 17px 0px 17px 8px;
            border-color: transparent transparent transparent #fcfcfc;
            border-style: solid; }
          #nazotoki .nazo-wrap .nazo-box .nazo-img .nazo-title:after {
            top: 0;
            right: 0;
            border-width: 17px 8px 17px 0px;
            border-color: transparent #fcfcfc transparent transparent;
            border-style: solid; }
        #nazotoki .nazo-wrap .nazo-box .nazo-img img {
          display: block;
          width: 100%;
          height: auto; }
      #nazotoki .nazo-wrap .nazo-box .form {
        text-align: center; }
        #nazotoki .nazo-wrap .nazo-box .form input {
          width: 90%;
          max-width: 180px;
          border: 2px solid #957b00;
          font-size: 16px;
          padding: 12px;
          background-color: #4b3e00;
          color: #fff; }
          #nazotoki .nazo-wrap .nazo-box .form input:focus {
            outline: none; }
        #nazotoki .nazo-wrap .nazo-box .form .nazo-submit {
          background: none;
          border: none;
          border: 2px solid #957b00;
          color: #957b00;
          height: 20px;
          padding: 11px 20px;
          font-size: 14px;
          vertical-align: top;
          font-weight: 600;
          display: inline-block;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s;
          cursor: pointer; }
          #nazotoki .nazo-wrap .nazo-box .form .nazo-submit:focus {
            outline: none; }
          #nazotoki .nazo-wrap .nazo-box .form .nazo-submit:hover {
            background-color: #957b00;
            color: #fff; }

.nazotoki-modal {
  display: none; }
  .nazotoki-modal.disp {
    display: block; }
  .nazotoki-modal img {
    width: 100%;
    height: auto;
    display: block; }
  .nazotoki-modal .sns-wrap {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 20px auto;
    max-width: 680px; }
    .nazotoki-modal .sns-wrap button {
      width: calc(100% / 3 - 20px);
      display: block;
      background-color: #957b00;
      padding: 4px;
      border: none;
      margin: auto 10px; }
      .nazotoki-modal .sns-wrap button a {
        border: 2px solid #4b3e00;
        display: block;
        padding: 20px;
        font-size: 16px;
        font-family: 'Noto Serif JP', serif;
        color: #4b3e00;
        font-weight: 700; }
  .nazotoki-modal .modal-text {
    text-align: center;
    color: #fff; }

.modal-window {
  display: none; }

.modaal-container {
  background: none !important; }

.modal-window h4,
.modaal-container h4 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em; }
.modal-window .modal-img,
.modaal-container .modal-img {
  height: 0;
  position: relative;
  padding-top: 56.25%;
  display: block;
  margin-bottom: 20px; }
  .modal-window .modal-img iframe,
  .modaal-container .modal-img iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0; }
.modal-window .tx-center,
.modaal-container .tx-center {
  text-align: center; }

@media screen and (max-width: 1000px) {
  #pageheader {
    padding-top: 24%; }
    #pageheader .pageheader-inner h2 {
      font-size: 40px; }

  #story .story-wrap .story-inner .pc {
    display: none; } }
@media screen and (max-width: 768px) {
  .fix-sp-header {
    position: relative; }

  #main-visual .mv-sp {
    display: block; }
  #main-visual .mv-pc {
    display: none; }

  #pageheader .pageheader-inner {
    background-position: -60px center; }

  .sp-bt {
    width: 80px;
    height: 80px;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 50;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0; }
    .sp-bt:before {
      content: "";
      display: block;
      width: 110%;
      height: 46%;
      position: absolute;
      top: 12%;
      right: 0;
      background-image: url(../images/bt_arrow.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: right center; }
    .sp-bt:after {
      content: "";
      width: 60%;
      height: 24%;
      position: absolute;
      top: 60%;
      right: 4%;
      background-image: url(../images/bt_on.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%; }
    .sp-bt.open:after {
      background-image: url(../images/bt_off.svg); }
    .sp-bt.arrowmove:before {
      animation: arrowanime 0.3s 0s; }
    .sp-bt.display {
      opacity: 1; }
  @keyframes arrowanime {
    0% {
      right: 0; }
    50% {
      right: -100%; }
    100% {
      right: 0; } }
  header {
    padding-top: 0; }

  .sns {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row; }
    .sns a {
      width: 50px;
      height: 50px; }

  .shortcut {
    width: 120px; }

  .inner-bt {
    text-align: center;
    display: block;
    max-width: 210px;
    margin: 12px auto; }

  .sp-title {
    display: none;
    width: 120px;
    height: auto;
    position: fixed;
    top: 6px;
    left: 6px;
    z-index: 20; }
    .sp-title img {
      width: 100%;
      height: auto; }

  nav {
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 100%;
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #ddd;
    background-image: url(../images/back_pt_02.png);
    background-repeat: repeat;
    background-position: center;
    background-blend-mode: difference; }
    nav.open {
      left: 0; }
    nav .nav-inner .title {
      display: none; }
    nav .nav-inner .main-nav {
      width: 100%;
      padding-left: 0;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column;
      height: auto; }
      nav .nav-inner .main-nav .nav-bt {
        width: 100%;
        max-width: 240px;
        margin: auto;
        padding: 16px 0; }
        nav .nav-inner .main-nav .nav-bt.coming:after {
          text-align: left; }
    nav .nav-inner .sub-nav {
      margin-top: 20px; }
      nav .nav-inner .sub-nav .nav-bt-sub {
        width: 110px;
        margin: 8px 4px;
        border-radius: 0;
        border: none;
        background: none;
        border-bottom: 1px solid #fff; }
        nav .nav-inner .sub-nav .nav-bt-sub span {
          color: #fff;
          text-align: center;
          font-size: 10px;
          font-weight: 600; }
        nav .nav-inner .sub-nav .nav-bt-sub:hover {
          opacity: 0.85; }

  /*main*/
  #campain .inner-wrap {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #campain .inner-wrap .campain-left {
      width: 100%;
      margin-right: auto;
      order: 2; }
    #campain .inner-wrap .campain-right {
      width: 100%;
      order: 1; }

  #campain2 .inner-wrap {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #campain2 .inner-wrap .campain-left {
      width: 100%;
      margin-right: auto;
      order: 2; }
      #campain2 .inner-wrap .campain-left .campain-head {
        margin: 1em auto; }
    #campain2 .inner-wrap .campain-right {
      width: 100%;
      order: 1; }

  #goods .goods-wrap .goods-sin,
  #food .goods-wrap .goods-sin {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px; }
    #goods .goods-wrap .goods-sin .goods-img,
    #food .goods-wrap .goods-sin .goods-img {
      width: 100%;
      order: 1; }
    #goods .goods-wrap .goods-sin .goods-detail,
    #food .goods-wrap .goods-sin .goods-detail {
      width: 100%;
      padding: 0;
      order: 2; }
      #goods .goods-wrap .goods-sin .goods-detail .name,
      #food .goods-wrap .goods-sin .goods-detail .name {
        font-size: 18px;
        margin-bottom: 4px;
        margin-top: 12px; }
      #goods .goods-wrap .goods-sin .goods-detail .spec,
      #food .goods-wrap .goods-sin .goods-detail .spec {
        font-size: 12px; }
      #goods .goods-wrap .goods-sin .goods-detail .price,
      #food .goods-wrap .goods-sin .goods-detail .price {
        font-size: 18px;
        margin: 18px auto; }
        #goods .goods-wrap .goods-sin .goods-detail .price span,
        #food .goods-wrap .goods-sin .goods-detail .price span {
          font-size: 12px; }
    #goods .goods-wrap .goods-sin:nth-of-type(even) .goods-img,
    #food .goods-wrap .goods-sin:nth-of-type(even) .goods-img {
      order: 1; }
    #goods .goods-wrap .goods-sin:nth-of-type(even) .goods-detail,
    #food .goods-wrap .goods-sin:nth-of-type(even) .goods-detail {
      order: 2; }

  #copy-wrap .catch {
    font-size: 30px;
    line-height: 1.4em; }

  #point .point-wrap {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #point .point-wrap .point-contents {
      width: 92%;
      padding: 0 4%;
      margin-bottom: 30px; }
      #point .point-wrap .point-contents .point-img {
        width: 90%;
        max-width: 400px;
        margin: auto; }

  #special .special-wrap {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #special .special-wrap .special-left {
      width: 100%;
      margin: auto; }
    #special .special-wrap .special-right {
      width: 100%;
      margin: auto; }

  #skatra .skatra-wrap {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #skatra .skatra-wrap .skatra-text {
      width: 100%; }
      #skatra .skatra-wrap .skatra-text img {
        width: 100%;
        height: auto;
        position: relative;
        padding-bottom: 0; }
    #skatra .skatra-wrap .text-wrap {
      top: 43%; }
    #skatra .skatra-wrap .skatra-img {
      width: 100%; }
      #skatra .skatra-wrap .skatra-img img.pc {
        display: none; }
      #skatra .skatra-wrap .skatra-img img.sp {
        display: block;
        padding-top: 10%; }

  #charactor .charactor-window {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #charactor .charactor-window .chara-img {
      width: 100%; }
    #charactor .charactor-window .chara-detail {
      width: 100%; }
  #charactor .charactor-select {
    margin-top: 20px; }
    #charactor .charactor-select .chara-bt {
      width: calc(50% - 4px);
      margin: auto; }

  #howto .howto-wrap .howto-sin {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #howto .howto-wrap .howto-sin .left {
      width: 80%;
      padding: 2%;
      padding-left: 18%; }
      #howto .howto-wrap .howto-sin .left .howto-num {
        width: 16%;
        top: 4%;
        left: 1%; }
    #howto .howto-wrap .howto-sin .right {
      width: 100%; }
      #howto .howto-wrap .howto-sin .right .right-img {
        max-width: initial; }
        #howto .howto-wrap .howto-sin .right .right-img img {
          position: relative; }
  #howto .moreplay .moreplay-sin {
    width: calc(50% - 12px); }
    #howto .moreplay .moreplay-sin span {
      font-size: 14px;
      text-align: center; }

  .tab-contents {
    width: 96%;
    padding: 2%; }
    .tab-contents .tab-contents-inner .tab-contents-inner2 .border-top:before, .tab-contents .tab-contents-inner .tab-contents-inner2 .border-top:after,
    .tab-contents .tab-contents-inner .tab-contents-inner2 .border-bottom:before,
    .tab-contents .tab-contents-inner .tab-contents-inner2 .border-bottom:after {
      width: 40px;
      height: 40px; }
    .tab-contents .tab-bt-wrap .tab-bt {
      padding: 20px 10px; }
      .tab-contents .tab-bt-wrap .tab-bt span {
        font-size: 12px; }
        .tab-contents .tab-bt-wrap .tab-bt span .forsp {
          display: block; }

  #ticket .ticket-wrap {
    margin: 40px auto; }
  #ticket .tab-ticket-inner .ticket-table {
    padding-top: 30px; }

  /*ticket-table*/
  .ticket-table .table-row .table-col {
    font-size: 14px; }
  .ticket-table .course-s {
    width: 80px;
    font-size: 10px;
    padding: 10px 20px 10px 0px;
    transform: rotate(-10deg);
    top: 0; }
    .ticket-table .course-s:after {
      width: 20px; }
  .ticket-table .course-f {
    width: 80px;
    font-size: 10px;
    padding: 10px 20px 10px 0px;
    transform: rotate(-10deg);
    top: 0; }
    .ticket-table .course-f:after {
      width: 20px; }

  .other-ticket-wrap .ticket-details {
    width: 100%; }
    .other-ticket-wrap .ticket-details h4 {
      margin-top: 4%; }
  .other-ticket-wrap .other-ticket-sin {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0;
    width: auto; }
    .other-ticket-wrap .other-ticket-sin .ticket-img {
      width: 100%;
      max-width: 400px;
      padding: 0;
      margin-bottom: 20px; }
      .other-ticket-wrap .other-ticket-sin .ticket-img.d-ticket {
        width: 100%; }
    .other-ticket-wrap .other-ticket-sin .ticket-details {
      width: 100%; }
      .other-ticket-wrap .other-ticket-sin .ticket-details h6 {
        margin-bottom: 12px;
        text-align: center;
        margin-top: 12px; }

  #schedule-2 {
    padding-top: 130px; }
    #schedule-2 .schedule-2-wrap .area-select-wrap {
      width: 100%;
      position: relative; }
      #schedule-2 .schedule-2-wrap .area-select-wrap .area-arrow {
        position: absolute;
        display: block;
        width: 8%;
        height: 100%;
        top: 0;
        bottom: 0;
        margin: auto; }
        #schedule-2 .schedule-2-wrap .area-select-wrap .area-arrow img {
          width: 100%;
          height: 100%; }
        #schedule-2 .schedule-2-wrap .area-select-wrap .area-arrow.prev {
          left: -3%; }
        #schedule-2 .schedule-2-wrap .area-select-wrap .area-arrow.next {
          right: -3%; }
    #schedule-2 .schedule-2-wrap .area-select {
      overflow: scroll;
      -webkit-overflow-scrolling: touch;
      overflow-scrolling: touch;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: start;
      justify-content: start;
      padding: 8px;
      width: 84%;
      margin: auto; }
      #schedule-2 .schedule-2-wrap .area-select .area-bt {
        flex-shrink: 0; }
    #schedule-2 .schedule-2-wrap .area-wrap .area-switch:before {
      left: -38px; }
    #schedule-2 .schedule-2-wrap .area-wrap .area-switch:after {
      right: -38px; }
    #schedule-2 .schedule-2-wrap .area-wrap .area-header .date {
      font-size: 14px; }
    #schedule-2 .schedule-2-wrap .area-wrap .area-contents:before {
      width: 60px;
      left: 2px; }
    #schedule-2 .schedule-2-wrap .area-wrap .area-contents:after {
      width: 60px;
      right: 2px; }
    #schedule-2 .schedule-2-wrap .area-wrap .area-contents .ticket-table.fc {
      margin-top: 40px; }
    #schedule-2 .schedule-2-wrap .area-wrap .area-contents .stage .stage-name {
      font-size: 21px; }
    #schedule-2 .schedule-2-wrap .area-wrap .area-contents .stage .stage-address {
      font-size: 12px; }
    #schedule-2 .schedule-2-wrap .area-wrap .area-contents .playguide .s100 span {
      font-size: 10px; }
    #schedule-2 .schedule-2-wrap .area-wrap .area-contents .playguide .s33 span {
      font-size: 10px; }
    #schedule-2 .schedule-2-wrap .area-wrap .area-contents .area-schedule .schedule-sin .schedule-sin-header {
      font-size: 14px; }
    #schedule-2 .schedule-2-wrap .area-wrap .area-contents .area-schedule .schedule-sin .schedule-sin-details {
      font-size: 14px; }

  #story .story-wrap {
    margin: 30px auto; }
    #story .story-wrap .border-top:before,
    #story .story-wrap .border-bottom:before {
      width: 50px;
      height: 50px;
      left: -15px;
      top: -15px; }
    #story .story-wrap .border-top:after,
    #story .story-wrap .border-bottom:after {
      width: 50px;
      height: 50px;
      right: -15px;
      top: -15px; }
    #story .story-wrap p {
      font-size: 16px; }

  #about .about-sin {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #about .about-sin:nth-of-type(2) {
      -ms-flex-direction: column-reverse;
      -webkit-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    #about .about-sin .img {
      width: 100%; }
    #about .about-sin .m5 {
      height: 20px; }
    #about .about-sin p {
      width: 100%; }

  footer {
    width: 100%;
    background-color: #ddd;
    background-image: url(../images/back_tex.jpg);
    background-repeat: repeat;
    background-position: center; }
    footer .footer-wrap {
      width: 94%;
      padding: 3%; }
      footer .footer-wrap h5 {
        font-family: 'Noto Sans JP', sans-serif; }
      footer .footer-wrap .sns-wrap {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column; }
        footer .footer-wrap .sns-wrap button {
          width: calc(100% - 20px);
          margin-bottom: 12px; }
          footer .footer-wrap .sns-wrap button span {
            padding: 10px 20px; } }
#diagnosis-title {
  background-color: #ddd;
  position: relative;
  z-index: 0; }
  #diagnosis-title:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/back_tex.jpg);
    background-repeat: repeat;
    background-position: center;
    mix-blend-mode: exclusion;
    z-index: -1; }
  #diagnosis-title .d-title-inner {
    max-width: 768px;
    margin: auto;
    width: 92%;
    padding: 80px 4%; }
    #diagnosis-title .d-title-inner img {
      width: 100%;
      height: auto;
      display: block; }

#diagnosis {
  position: relative; }
  #diagnosis:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 4%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/bar_mark.svg);
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 100%; }
  #diagnosis:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 4%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/bar_mark.svg);
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 100%; }
  #diagnosis .inner-wrap {
    padding: 10% 4%; }
  #diagnosis .d-catch {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto 40px; }
    #diagnosis .d-catch img {
      display: block;
      width: 100%;
      margin: auto; }
  #diagnosis .d-about {
    text-align: center; }
  #diagnosis #d-form .d-form-wrap {
    margin-top: 40px; }
    #diagnosis #d-form .d-form-wrap .d-form-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      flex-flow: wrap; }
    #diagnosis #d-form .d-form-wrap p {
      color: #957b00;
      font-weight: bold;
      margin-bottom: 0;
      font-weight: bold;
      text-align: center; }
    #diagnosis #d-form .d-form-wrap input {
      border: 2px solid #957b00;
      padding: 1em;
      color: #fff;
      background-color: #4b3e00;
      max-width: calc(500px - 2em - 4px);
      width: calc(100% - 2em - 4px);
      margin: 16px 0 0; }
    #diagnosis #d-form .d-form-wrap a {
      border: 2px solid #957b00;
      color: #fff;
      padding: 1em;
      background: #957b00;
      max-width: 160px;
      width: calc(100% - 2em - 4px);
      transition-duration: .2s;
      margin: 16px 0 0;
      text-align: center; }
      #diagnosis #d-form .d-form-wrap a:hover {
        color: #957b00;
        background: #fff;
        font-weight: bold; }
      #diagnosis #d-form .d-form-wrap a.no-active {
        pointer-events: none; }
  #diagnosis .restriction {
    width: 100%;
    text-align: center; }

#d-pop {
  max-width: 600px;
  margin: auto;
  position: relative; }
  #d-pop img {
    width: 100%;
    height: auto;
    display: block; }
  #d-pop .sns-wrap {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 20px auto;
    max-width: 680px; }
    #d-pop .sns-wrap button {
      width: calc(100% / 3 - 20px);
      display: block;
      background-color: #957b00;
      padding: 4px;
      border: none;
      margin: auto 10px; }
      #d-pop .sns-wrap button a {
        border: 2px solid #4b3e00;
        display: block;
        padding: 20px;
        font-size: 16px;
        font-family: 'Noto Serif JP', serif;
        color: #4b3e00;
        font-weight: 700; }
  #d-pop #d-target {
    position: relative; }
  #d-pop .d-txt {
    position: absolute;
    top: 10.5%;
    left: 2.2%;
    color: #fff;
    line-height: 1em; }
  #d-pop .mystand {
    text-align: center;
    color: #fff; }
    #d-pop .mystand span {
      display: block; }
  #d-pop .modal-text {
    text-align: center;
    background: #e3027e;
    box-shadow: 0px 0px 0px 3px #000 inset, 0px 0px 0px 5px #ea7db9 inset;
    overflow: hidden;
    position: relative; }
    #d-pop .modal-text:after {
      content: "";
      display: block;
      width: 35%;
      height: 100%;
      position: absolute;
      background-color: rgba(255, 255, 255, 0.3);
      top: 0;
      left: -55%;
      transform: skewX(-60deg);
      animation: light-lr 4s linear infinite; }
@keyframes light-lr {
  0% {
    left: -55%; }
  20% {
    left: 140%; }
  100% {
    left: 140%; } }
    #d-pop .modal-text a {
      color: #fff;
      padding: 2em;
      text-decoration: none;
      width: 100%;
      display: block;
      font-weight: 600; }
  #d-pop .stand-detail {
    width: 100%;
    border: 4px solid #c6a400;
    background-color: #957b00;
    padding: 4px;
    margin-top: 20px; }
    #d-pop .stand-detail h5 {
      color: #957b00; }
    #d-pop .stand-detail .detail-inner {
      background-color: #fff;
      width: 100%;
      padding: 10%;
      background: #f4edcc;
      background: -moz-linear-gradient(left, #f4edcc 10%, #ffffff 50%, #f4edcc 90%);
      background: -webkit-linear-gradient(left, #f4edcc 10%, #ffffff 50%, #f4edcc 90%);
      background: linear-gradient(to right, #f4edcc 10%, #ffffff 50%, #f4edcc 90%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4edcc', endColorstr='#f4edcc', GradientType=1); }

.page-diagnosis .modaal-content-container {
  padding: 0; }

#popanim {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000; }
  #popanim .item-anim {
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 120%;
    width: 120%;
    animation: itemanim1 .25s linear forwards; }
@keyframes itemanim1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(100%); } }
    #popanim .item-anim .anim-bg {
      display: block;
      position: absolute;
      margin: auto;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      transform-origin: left top;
      animation: anim .05s linear infinite;
      background-image: url(../images/anim/anim.jpg); }
@keyframes anim {
  0% {
    transform: rotate(-1deg) translate(-50%, -50%); }
  50% {
    transform: rotate(0) translate(-50%, -50%); }
  100% {
    transform: rotate(1deg) translate(-50%, -50%); } }
  #popanim .anim-over {
    background: #fff;
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: animOver 500ms linear 2s forwards; }
@keyframes animOver {
  0% {
    transform: scale(0);
    width: 0;
    height: 0;
    border-radius: 120vw;
    opacity: 0.8; }
  100% {
    transform: scale(100);
    width: 120vw;
    height: 120vw;
    opacity: 1; } }
.page-diagnosis .modaal-wrapper {
  z-index: 1000; }

@media screen and (max-width: 710px) {
  #cocomain .answer-outer {
    height: auto;
    width: calc(70% - 4px); } }
@media screen and (max-width: 525px) {
  .fix-sp-header {
    height: 80px; }
    .fix-sp-header .fix-sp-header-inner {
      flex-direction: column;
      height: 80px;
      justify-content: center; }
      .fix-sp-header .fix-sp-header-inner .left {
        width: 140px; }
      .fix-sp-header .fix-sp-header-inner .right {
        width: 94%;
        max-width: initial; }

  .sp-main {
    margin-top: 3em; }

  .index-link .inner-wrap {
    flex-direction: column;
    padding: 1em; }
    .index-link .inner-wrap .img {
      margin-bottom: 1em; }

  .desc p {
    text-align: left; }

  .sp-nazo .inner-wrap {
    width: 100%;
    padding: 2em 0; }
    .sp-nazo .inner-wrap .ans-wrap {
      width: 96%;
      padding: 0 2%; }
    .sp-nazo .inner-wrap .clear-wrap {
      width: calc(96% - 0.2em);
      margin: auto 2%; }

  .clear-wrap .clear-inner {
    flex-direction: column; }
    .clear-wrap .clear-inner .middle {
      width: 80%;
      text-align: center;
      margin-bottom: 1em; }
      .clear-wrap .clear-inner .middle p {
        font-size: 0.8em; }

  #load .load-inner {
    max-height: 80vh; }
    #load .load-inner .load-text-A {
      width: 100%;
      height: auto;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: initial;
      bottom: initial;
      margin: auto; }
      #load .load-inner .load-text-A img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        opacity: 0; }
    #load .load-inner .load-text-B {
      width: 100%;
      height: auto;
      display: block;
      position: absolute;
      top: 80%;
      left: initial;
      right: 0;
      margin: auto; }
      #load .load-inner .load-text-B img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        opacity: 0; }
  #load .load-ge {
    background-image: url(../images/load_ge_sp.png); }

  #cocomain .answer-outer {
    height: auto; }
    #cocomain .answer-outer .answer-form input {
      display: block;
      width: calc(100% - 20px); }
    #cocomain .answer-outer .answer-form button {
      display: block;
      width: 100%;
      margin-top: 10px; }

  #campain {
    padding-top: 12%; }
    #campain:before {
      padding-top: 12%; }

  #goods,
  #food {
    padding-bottom: 12%; }
    #goods:after,
    #food:after {
      padding-top: 12%; }

  #special .special-wrap .special-left .special-movie .movie-title {
    width: 180px;
    font-size: 14px;
    top: 0px; }

  #skatra .skatra-wrap {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #skatra .skatra-wrap .skatra-text {
      width: 100%; }
      #skatra .skatra-wrap .skatra-text img {
        width: 100%;
        height: auto;
        position: relative;
        padding-bottom: 0; }
    #skatra .skatra-wrap .text-wrap {
      top: 43%; }
    #skatra .skatra-wrap .skatra-img {
      width: 100%; }
      #skatra .skatra-wrap .skatra-img img.pc {
        display: block;
        width: 40%;
        margin-left: auto; }
      #skatra .skatra-wrap .skatra-img img.sp {
        display: none; }

  #charactor {
    position: relative; }
    #charactor .charactor-window {
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column; }
      #charactor .charactor-window .chara-img {
        width: 100%; }
      #charactor .charactor-window .chara-detail {
        width: 100%; }
    #charactor .charactor-select {
      margin-top: 20px;
      position: absolute;
      width: 100%;
      top: 140vw;
      padding: 10px;
      background-color: #957a00;
      left: 100%;
      border: 2px solid #ccad19;
      box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
      z-index: 2;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      #charactor .charactor-select .csbt:after {
        content: "SELECT";
        width: 120px;
        display: block;
        background-color: #4b3e00;
        position: absolute;
        bottom: 350px;
        border: 1px solid #fff;
        text-align: left;
        color: #fff;
        line-height: 1em;
        padding: 8px 12px;
        left: -120px;
        letter-spacing: 7px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
      #charactor .charactor-select.active {
        left: 2%; }
        #charactor .charactor-select.active .csbt:after {
          left: 100%; }
      #charactor .charactor-select .chara-bt {
        width: calc(100% - 2px);
        margin: auto;
        padding: 0;
        text-align: left;
        background: none;
        border: 1px solid #957901; }
        #charactor .charactor-select .chara-bt span {
          font-size: 15px;
          padding: 15px 8px; }

  #copy-wrap .catch img {
    width: 100%;
    height: auto;
    display: block; }
  #copy-wrap .catch .catch-sp {
    display: block; }
  #copy-wrap .catch .catch-pc {
    display: none; }

  #pageheader {
    padding-top: 24%; }
    #pageheader .pageheader-inner h2 {
      font-size: 24px;
      top: calc(50% - 12px); }

  .inner-wrap {
    overflow: hidden; }

  #schedule-2:before {
    padding-top: 12%; }
  #schedule-2:after {
    padding-top: 12%; }
  #schedule-2 .schedule-2-wrap .area-select-wrap .area-space {
    width: 110%;
    margin: auto -5%; }
  #schedule-2 .schedule-2-wrap .area-wrap .area-contents {
    padding: 4% 5%;
    width: 90%; }
    #schedule-2 .schedule-2-wrap .area-wrap .area-contents .credit {
      font-size: 12px; }

  #howto .moreplay .moreplay-sin {
    width: 100%; }

  #story:before,
  #copy-wrap:before {
    padding-top: 12%; }
  #story:after,
  #copy-wrap:after {
    padding-top: 12%; }

  .nazotoki-modal .sns-wrap {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .nazotoki-modal .sns-wrap button {
      width: calc(100% - 20px);
      margin: 10px; }
  .nazotoki-modal .modal-text {
    text-align: center;
    color: #fff; }

  #d-pop .sns-wrap {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #d-pop .sns-wrap button {
      width: calc(100% - 20px);
      margin: 10px; }

  #diagnosis {
    overflow: hidden; }
    #diagnosis .d-catch {
      width: 110%;
      margin-left: -5%;
      margin-top: 40px; } }
@media screen and (max-width: 375px) {
  .sp-bt {
    width: 60px;
    height: 60px; }

  #pageheader .pageheader-inner {
    background-position: -24px center; }

  #skatra .skatra-wrap {
    position: relative; }
    #skatra .skatra-wrap .skatra-text img {
      padding-bottom: 20%; }
    #skatra .skatra-wrap .text-wrap {
      position: relative;
      width: 100%;
      left: auto; }
    #skatra .skatra-wrap .skatra-img {
      width: 50%;
      position: absolute;
      top: 20%;
      left: 3%; }
      #skatra .skatra-wrap .skatra-img img.pc {
        display: block;
        width: 100%;
        margin-left: auto; }
      #skatra .skatra-wrap .skatra-img img.sp {
        display: none; } }
/*ここからカレンダー*/
/*API*/
#ticket_api {
  display: none;
  opacity: 0;
  transition: opacity;
  background: none;
  margin: 0px auto;
  position: relative;
  z-index: 1; }

#ticket_api.on {
  display: block;
  animation: ticket_on 0.2s forwards; }

@keyframes ticket_on {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#ticket_api .note {
  margin: 30px auto 0 auto;
  color: #ffffff;
  line-height: 1.6;
  font-size: 12px; }

#ticket_api .note a {
  color: #ffffff; }

#ticket_api .note a:hover {
  text-decoration: none; }

/*===================sp=*/
@media screen and (max-width: 860px) {
  /*日程*/
  #schedule {
    background: none;
    margin-top: 50px; }

  #schedule .contentBox {
    display: block; }

  #schedule .contentBox .imgBox {
    width: 76%;
    padding: 0 0 0 0;
    margin: 0 auto 0 auto; }

  #schedule .contentBox .txtBox {
    width: 100%;
    text-align: left;
    margin: 20px auto 0 auto; }

  #schedule .contentBox .txtBox h2 {
    width: 100%;
    color: #00bdad;
    text-align: left;
    margin: 0 0 0 0;
    border-bottom: none; }

  #schedule .contentBox .txtBox h3 {
    color: #00bdad;
    text-align: left;
    font-size: 4.0vw;
    border-bottom: none; }

  #schedule .contentBox .txtBox .txt01 {
    text-align: left;
    font-size: 3.4vw;
    font-weight: bold; }

  #schedule .contentBox .txtBox .txt02 {
    text-align: left;
    font-size: 3.4vw;
    margin: 20px 0 0 0; }

  #eventdetails .txtWrap.col2 {
    display: block; }

  #eventdetails .txtWrap.col2 .txtBox {
    width: 100%;
    margin: 10px 0 0 0; }

  #eventdetails .txtWrap.col2 .btnBox {
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 0 0 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  #eventdetails .txtWrap.col2 .btnBox .btn {
    width: 48%;
    margin: 0 0 10px 0; }

  #eventdetails #back {
    padding-top: 80px; }

  #eventdetails .btnBox .btn {
    width: 100%; } }
/*====================*/
.ticketWrap {
  margin: 0 auto;
  padding: 20px 3% 20px 3%;
  position: relative;
  width: 94%;
  transition: height 0.7s; }

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

.ticketWrap .naviBox .prevBtn {
  width: 50px;
  height: 80px;
  background: #ffffff;
  z-index: 5;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 3%; }

.ticketWrap .naviBox .prevBtn:before {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 3px #626262;
  border-right: solid 3px #626262;
  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: 80px;
  background: #ffffff;
  z-index: 5;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 3%; }

.ticketWrap .naviBox .nextBtn:before {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 3px #626262;
  border-right: solid 3px #626262;
  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;
  overflow-scrolling: touch;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  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; }

.ticketWrap .naviBox ul li .scheduleBox {
  background: #ffffff;
  display: block;
  width: 80px;
  height: 80px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .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.0; }

.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: .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: #ffffff;
  padding: 2%; }
  .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; }

.ticketWrap .detailsBox .details a.scrap {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 15px;
  color: #0e70bb;
  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.0; }

  .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.0; }

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

  .ticketWrap .naviBox .prevBtn:hover,
  .ticketWrap .naviBox .nextBtn:hover {
    opacity: 1.0; } }
/*====================*/
.ticketWrap .detailsBox .details a.scrap:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #0e70bb;
  border-right: solid 2px #0e70bb;
  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.0; } }
/*====================*/
.ticketWrap .detailsBox .details ul li .scheduleBox {
  position: relative;
  padding: 1em 8%;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .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.0; } }
/*====================*/
.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; }

/*===================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.0; } }
/*====================*/
/*# sourceMappingURL=style.css.map */

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