@charset "UTF-8";
/*mixin*/
/*animation*/
@keyframes scrollAnime {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
.updown {
  -webkit-animation: updown 3s infinite both;
  animation: updown 3s infinite both; }

@keyframes updown {
  0%,
    100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
.leftright {
  -webkit-animation: leftright 3s infinite both;
  animation: leftright 3s infinite both; }

@keyframes leftright {
  0%,100% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%; }
  50% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg); } }
.leftrightbottom {
  -webkit-animation: leftrightbottom 3s infinite both;
  animation: leftrightbottom 3s infinite both; }

@keyframes leftrightbottom {
  0%,100% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0; }
  50% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg); } }
.bound {
  -webkit-animation: bound 0.9s both;
  animation: bound 0.9s both; }

@keyframes bound {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.dokidoki {
  -webkit-animation: dokidoki 3s ease-in-out infinite both;
  animation: dokidoki 3s ease-in-out infinite both; }

@keyframes dokidoki {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.96);
    transform: scale(0.96); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/*scroll-event*/
.fade, .grow, .puff {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  transition-timing-function: linear; }

.grow {
  transform: scale(0.2);
  transform-origin: bottom; }

.puff {
  transform: scale(1.5);
  transform-origin: bottom; }

.fade_on {
  opacity: 1; }

.grow_on {
  opacity: 1;
  transform: scale(1); }

.puff_on {
  opacity: 1;
  transform: scale(1); }

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

.forsp {
  display: none; }

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

.section-title {
  display: block;
  text-align: center;
  margin: auto;
  color: #fff;
  position: relative;
  width: 98%;
  margin: auto;
  max-width: 500px;
  padding-top: 7%; }

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

.shortcut {
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 5;
  width: 220px; }

.modaal-wrapper .modaal-close {
  background-color: #472c1c !important; }

#load {
  width: 100%;
  height: 100vh;
  display: block;
  background-color: #006837;
  background-image: url(../images/bg_main.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 20; }
  #load:before {
    content: "";
    background-image: url(../images/pattern_02.jpg);
    width: 100%;
    height: 100%;
    background-position: center bottom;
    background-size: 850px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: multiply;
    transform: rotate(180deg);
    opacity: 0.3; }
  #load .load-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    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;
    z-index: 1; }
    #load .load-wrap .copy {
      width: 90%;
      max-width: 600px;
      height: auto;
      display: block;
      margin: 0 auto;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      #load .load-wrap .copy img {
        filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3)); }
    #load .load-wrap .load-anim {
      width: 80%;
      max-width: 500px;
      position: relative;
      display: block;
      margin: 0 auto;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
      filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3)); }
      #load .load-wrap .load-anim svg {
        width: 0;
        height: 0; }
      #load .load-wrap .load-anim .load-gage-box {
        width: 100%;
        height: 0;
        padding-top: 20%;
        position: relative;
        clip-path: url(#load-path); }
        #load .load-wrap .load-anim .load-gage-box .gage-default {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #fff;
          opacity: 0.2; }
        #load .load-wrap .load-anim .load-gage-box .gage-body {
          width: 0%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background-color: #fff;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s; }
      #load .load-wrap .load-anim .text {
        width: 100px;
        height: auto;
        display: block;
        margin: auto; }
        #load .load-wrap .load-anim .text img {
          display: block;
          width: 100%;
          height: auto; }
    #load .load-wrap .hidden {
      opacity: 0; }

.op-pikachu {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  display: block;
  z-index: 21;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto; }
  .op-pikachu img {
    position: absolute;
    top: 200%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 70%; }

.flash {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden; }
  .flash img {
    position: absolute;
    top: 200%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0%; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

.nav-bg {
  display: none; }

/**/
header {
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  background-image: url(../images/bg_tex.png);
  background-repeat: repeat;
  background-position: center; }
  header .main-v {
    width: 100%;
    height: auto;
    background-color: #006837;
    background-image: url(../images/bg_main.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: calc(100vh - 180px); }
    header .main-v .main-v-wrap {
      width: 100%;
      max-width: 120vh;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      bottom: 0;
      position: absolute;
      overflow: hidden; }
    header .main-v:after {
      content: "";
      background-image: url(../images/tex_new.jpg);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      mix-blend-mode: color-burn;
      background-size: cover;
      background-position: center;
      opacity: .5;
      z-index: 2; }
    header .main-v .title {
      width: 48%;
      height: 0;
      padding-top: 30%;
      position: absolute;
      top: 0;
      bottom: 10%;
      right: 2%;
      margin: auto;
      z-index: 1; }
      header .main-v .title img {
        width: 96%;
        padding: 2%;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0; }
      header .main-v .title:before {
        content: "";
        width: 120%;
        height: 120%;
        background-image: url(../images/logo_back.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: -10%;
        left: -10%;
        z-index: 0; }
    header .main-v .term {
      width: 38%;
      height: 0;
      padding-top: 10%;
      position: absolute;
      top: 00%;
      bottom: -40%;
      right: 7%;
      margin: auto;
      z-index: 1;
      filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.4)); }
      header .main-v .term .event-term {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto; }
    header .main-v .visual {
      width: 50%;
      padding-top: calc(100vh - 180px);
      background-image: url(../images/main_new.jpg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
    header .main-v .title-left {
      width: 20%;
      max-width: 120px;
      height: auto;
      position: absolute;
      top: 1%;
      left: 1%; }
    header .main-v .title-right {
      width: 20%;
      max-width: 150px;
      height: auto;
      position: absolute;
      top: 1%;
      right: 1%; }
  header .page-header {
    width: 100%;
    height: 120px;
    background-color: #006837;
    background-image: url(../images/bg_main.jpg);
    background-size: cover;
    background-position: center;
    position: relative; }
    header .page-header:before {
      content: "";
      background-image: url(../images/pattern_01.jpg);
      width: 100%;
      height: 100%;
      background-position: center bottom;
      background-size: 100%;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      mix-blend-mode: multiply;
      opacity: 0.5; }
    header .page-header .title {
      width: 200px;
      height: auto;
      margin: auto;
      padding: 17px;
      position: relative;
      z-index: 1; }
  header nav {
    width: 100%;
    background-color: #472c1c;
    padding: 8px 0;
    position: relative; }
    header nav:after {
      content: "";
      width: 100%;
      height: 30%;
      background-image: url(../images/line_spbtm.png);
      background-size: contain;
      background-position: center;
      position: absolute;
      bottom: -12%; }
    header nav .main-nav {
      width: 100%;
      max-width: 1000px;
      text-align: center;
      margin: auto;
      position: relative;
      z-index: 1; }
      header nav .main-nav li {
        display: inline-block;
        width: auto;
        height: 44px; }
        header nav .main-nav li a {
          display: block;
          width: auto;
          height: 100%; }
          header nav .main-nav li a img {
            display: block;
            height: 100%;
            width: auto; }
          header nav .main-nav li a:hover {
            opacity: 0.75; }
    header nav .sub-nav {
      width: 100%;
      max-width: 1000px;
      text-align: center;
      margin: auto;
      margin-bottom: 24px;
      position: relative;
      z-index: 1; }
      header nav .sub-nav li {
        display: inline-block; }
        header nav .sub-nav li a {
          display: block;
          font-size: 1.1em;
          color: #fff;
          padding: 0 15px;
          position: relative; }
          header nav .sub-nav li a:after {
            content: "";
            height: 1em;
            width: 1px;
            position: absolute;
            top: 0;
            bottom: 0;
            right: -4px;
            margin: auto;
            background-color: #fff; }
          header nav .sub-nav li a:hover {
            opacity: 0.75; }
        header nav .sub-nav li:last-of-type a:after {
          display: none; }
    header nav.fixed {
      position: fixed;
      z-index: 5;
      top: 0;
      background: none; }
      header nav.fixed:after {
        opacity: 0; }
      header nav.fixed:before {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: #472c1c;
        background: -moz-linear-gradient(0deg, rgba(71, 44, 28, 0) 0%, rgba(71, 44, 28, 0.099877451) 20%, #472c1c 100%);
        background: -webkit-linear-gradient(0deg, rgba(71, 44, 28, 0) 0%, rgba(71, 44, 28, 0.099877451) 20%, #472c1c 100%);
        background: linear-gradient(0deg, rgba(71, 44, 28, 0) 0%, rgba(71, 44, 28, 0.099877451) 20%, #472c1c 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#472c1c",endColorstr="#472c1c",GradientType=1); }

/*fixed*/
.fixed-box .sns-box {
  z-index: 5;
  display: block;
  position: fixed;
  width: 56px;
  right: 0;
  bottom: 340px; }
  .fixed-box .sns-box a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 8px; }
    .fixed-box .sns-box a img {
      filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3)); }

.sp-menu {
  display: none; }

/*main*/
main {
  overflow: hidden; }

#readme {
  width: 100%;
  padding: 4% 0;
  background-color: #fff;
  background-image: url(../images/bg_tex.png);
  background-repeat: repeat;
  background-position: center; }
  #readme .readme-nav {
    width: 100%;
    text-align: center;
    height: auto;
    color: #fff; }
    #readme .readme-nav ul {
      display: block; }
      #readme .readme-nav ul li {
        display: inline-block;
        background: #472c1c;
        border-radius: 4px;
        width: 150px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
        #readme .readme-nav ul li a {
          color: #fff;
          font-size: 0.9em;
          line-height: 1.2em;
          display: block;
          width: calc(100% - 16px);
          padding: 20px 8px;
          position: relative;
          height: 40px; }
          #readme .readme-nav ul li a span {
            height: 1em;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            left: 0;
            right: 0;
            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; }
        #readme .readme-nav ul li:hover {
          background-color: #de6a25; }
  #readme .readme-title {
    margin: 8em auto 3em; }
    #readme .readme-title h3 {
      border: 2px solid #472c1c;
      color: #472c1c;
      width: fit-content;
      padding: 8px 20px;
      letter-spacing: 12px;
      text-indent: 12px; }
      #readme .readme-title h3 span {
        font-size: 1rem;
        display: block; }
  #readme #caution .readme-title h3 {
    background-color: #ff889f; }
  #readme #qa .readme-title h3 {
    background-color: #cddc39; }
  #readme #qa-f .readme-title h3 {
    background-color: #ffc107; }
  #readme .readme-block h4 {
    border-bottom: 2px solid #006837;
    text-align: left;
    color: #006837;
    margin-top: 2em; }
  #readme .readme-block ul li {
    margin: 1em auto;
    border-bottom: 1px solid #d0cfcf;
    padding-bottom: 1em; }
    #readme .readme-block ul li a {
      color: #472c1c;
      text-decoration: underline; }
    #readme .readme-block ul li h6 {
      color: #006837;
      font-weight: 700;
      font-size: 1.2em;
      margin-bottom: 0.5em; }
  #readme .bg-wrap {
    width: 100%;
    background-color: #006837;
    background-image: url(../images/bg_main.jpg);
    background-size: cover;
    background-position: center;
    position: relative; }
    #readme .bg-wrap .readme-title {
      margin-top: 2em; }
      #readme .bg-wrap .readme-title h3 {
        color: #fff;
        border-color: #fff;
        filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3)); }
    #readme .bg-wrap table {
      color: #fff;
      border: 2px solid; }
      #readme .bg-wrap table th, #readme .bg-wrap table td {
        border: 1px solid #fff; }
      #readme .bg-wrap table th {
        background-color: #fff;
        color: #006837;
        font-weight: 700;
        padding: 1em;
        border-bottom: 1px solid; }
      #readme .bg-wrap table td {
        background-color: rgba(0, 0, 0, 0.3);
        padding: 1em; }

#point {
  width: 100%;
  padding: 8% 0 0;
  background-color: #fff;
  background-image: url(../images/bg_tex.png);
  background-repeat: repeat;
  background-position: center; }
  #point .point-top {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #point .point-top .explan {
      max-width: 480px;
      margin: auto;
      text-align: center;
      position: relative;
      padding-top: 80px; }
      #point .point-top .explan:after {
        content: "";
        width: 70px;
        height: 70px;
        background: url(../images/icon_point.svg);
        display: block;
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto; }
    #point .point-top .slideshow {
      width: calc(50% - 240px);
      display: block; }
      #point .point-top .slideshow .lightSlider {
        opacity: 0; }
  #point .point-bottom {
    width: 92%;
    max-width: 1100px;
    padding: 0 4%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    margin-bottom: 6%; }
    #point .point-bottom figure {
      width: 30%;
      margin: auto; }
      #point .point-bottom figure figcaption {
        text-align: center;
        font-weight: 600;
        font-size: 1.1em; }
  #point .point-block {
    width: calc(100% - 6em);
    background-color: #472c1c;
    padding: 2em 3em;
    margin-top: 3em; }
  #point .point-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap; }
    #point .point-wrap .point-sin {
      width: calc(100% / 3 - 1em);
      margin: auto;
      margin: 0.5em;
      border-radius: 0.3em;
      overflow: hidden;
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }

#special {
  width: 100%;
  position: relative;
  background-color: #fff;
  background-image: url(../images/bg_tex.png);
  background-repeat: repeat;
  background-position: center; }
  #special .section-title img {
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3)); }
  #special .charactor {
    width: 160px;
    display: block;
    position: absolute;
    bottom: -50%;
    left: 0;
    z-index: 3; }
  #special .inner-wrap {
    position: relative;
    z-index: 1;
    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; }
    #special .inner-wrap a {
      display: block;
      width: calc(100% - 20px);
      margin: 10px;
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }
      #special .inner-wrap a.new {
        position: relative; }
        #special .inner-wrap a.new:after {
          content: "";
          width: 24%;
          padding-top: 24%;
          height: 0;
          display: block;
          background-image: url(../images/new_icon.png);
          background-position: center;
          background-repeat: no-repeat;
          background-size: 100%;
          position: absolute;
          top: -16%;
          right: -6%; }
      #special .inner-wrap a img {
        border-radius: 4px; }
  #special .section-title {
    z-index: 1; }

#news {
  background-color: #fff;
  background-image: url(../images/bg_tex.png);
  background-repeat: repeat;
  background-position: center; }
  #news .inner-wrap {
    padding-bottom: 1em; }
    #news .inner-wrap .news-wrap {
      width: 100%;
      height: 20em;
      overflow-y: scroll; }
    #news .inner-wrap .news-sin {
      width: 92%;
      max-width: 768px;
      margin: 0 auto 2%;
      height: auto;
      background-color: #fff;
      border-radius: 4px;
      text-align: center;
      padding: 4%;
      position: relative;
      box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3); }
      #news .inner-wrap .news-sin span {
        font-size: 0.8em;
        display: block;
        margin: auto; }
      #news .inner-wrap .news-sin a {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%; }

#info .info-wrap p {
  text-align: center; }
#info .info-wrap h4 {
  background-color: #472c1c;
  color: #fff;
  width: 200px;
  margin: auto;
  padding: 0.3em;
  border-radius: 2em;
  margin-bottom: 0.5em; }
#info .info-wrap .course-title {
  width: 90%;
  max-width: 600px;
  margin: 4em auto 1em; }
#info .info-wrap .course-wrap {
  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;
  margin-bottom: 1em; }
  #info .info-wrap .course-wrap .course-header {
    margin-bottom: 1em; }
  #info .info-wrap .course-wrap .course-sin {
    width: calc(50% - 3.6em);
    background-color: #4cac48;
    border-radius: 1em;
    padding: 1em;
    margin: 0.5em;
    border: 0.3em solid;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }
    #info .info-wrap .course-wrap .course-sin p {
      text-align: left; }
    #info .info-wrap .course-wrap .course-sin:nth-of-type(2) {
      background-color: #ffc000; }
    #info .info-wrap .course-wrap .course-sin ul {
      margin-bottom: 1em; }
    #info .info-wrap .course-wrap .course-sin li {
      margin-bottom: 0.5em; }

#story {
  width: 100%;
  background-color: #006837;
  background-image: url(../images/bg_main.jpg);
  background-size: cover;
  background-position: center;
  position: relative; }
  #story .section-title img {
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3)); }
  #story .inner-wrap {
    position: relative;
    z-index: 1;
    padding: 8% 4% 16%; }
    #story .inner-wrap p {
      max-width: 540px;
      margin: auto;
      color: #fff;
      font-size: 1.1em;
      margin-bottom: 2em; }
  #story:before {
    content: "";
    background-image: url(../images/pattern_02.jpg);
    width: 100%;
    height: 100%;
    background-position: center bottom;
    background-size: 850px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: multiply;
    opacity: 0.3; }

#howto {
  background-color: #fff;
  background-image: url(../images/bg_tex.png);
  background-repeat: repeat;
  background-position: center;
  width: 100%;
  position: relative; }
  #howto:after {
    content: "";
    width: 100%;
    height: 4%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/line_green.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: repeat-x; }
  #howto .inner-wrap {
    max-width: 1400px;
    padding: 3% 0;
    width: 100%; }
  #howto .course {
    width: calc(86% - 8px);
    max-width: calc(768px - 6%);
    border: 4px solid #472c1c;
    background-color: #fff;
    position: relative;
    border-radius: 4px;
    padding: 3%;
    margin: auto; }
    #howto .course h4 {
      text-align: center;
      font-weight: 600; }
      #howto .course h4 span {
        display: block;
        font-size: 1rem;
        font-weight: 500; }
    #howto .course .course-wrap {
      width: 100%;
      position: relative; }
      #howto .course .course-wrap .standard, #howto .course .course-wrap .family {
        width: 96%;
        padding: 2%;
        background-color: #ddd;
        text-align: center; }
      #howto .course .course-wrap .standard {
        background-color: #4cac48;
        color: #fff; }
      #howto .course .course-wrap .family {
        background-color: #f6d257;
        color: #472c1c; }
  #howto .steps-wrap {
    padding: 6% 0 1em; }
    #howto .steps-wrap .steps-tab {
      width: 100%;
      margin-bottom: 1em;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 2px solid #472c1c; }
      #howto .steps-wrap .steps-tab .tab {
        width: 100%;
        padding: 2em 1em;
        border: 2px solid #5d4537;
        text-align: center;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        margin: 0 4px;
        border-bottom-style: none;
        position: relative;
        background-color: #ffd800;
        color: #472c1c;
        background: -moz-linear-gradient(0deg, #b99d00 0%, #ffd800 11%);
        background: -webkit-linear-gradient(0deg, #b99d00 0%, #ffd800 11%);
        background: linear-gradient(0deg, #b99d00 0%, #ffd800 11%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b99d00",endColorstr="#ffd800",GradientType=1); }
        #howto .steps-wrap .steps-tab .tab:after {
          content: none; }
        #howto .steps-wrap .steps-tab .tab.active {
          background: #472c1c;
          color: #ffd800; }
          #howto .steps-wrap .steps-tab .tab.active:after {
            content: "▲";
            display: block;
            width: 40px;
            height: 40px;
            position: absolute;
            bottom: -10px;
            left: 0;
            right: 0;
            margin: auto; }
  #howto .steps-outer {
    width: 100%;
    overflow: scroll;
    padding: 8px 0; }
  #howto .steps {
    width: 96%;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: auto; }
    #howto .steps.dis {
      display: none; }
    #howto .steps .step-card {
      width: 48%;
      background-color: #fff;
      border-radius: 4px;
      padding: 1%;
      margin: auto 8px;
      box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
      position: relative; }
      #howto .steps .step-card h4 {
        margin-bottom: 0.8vw;
        margin-top: 0.4vw; }
      #howto .steps .step-card .step-img {
        border: 6px solid #472c1c; }
      #howto .steps .step-card .step-disc {
        font-size: 1em;
        text-align: center;
        padding: 6% 4%;
        height: 120px; }
        #howto .steps .step-card .step-disc a {
          display: block;
          border: 1px solid #472c1c;
          color: #472c1c;
          background-color: #fff;
          margin-top: 1em;
          padding: 4px;
          box-shadow: 2px 2px 0 #472c1c; }
          #howto .steps .step-card .step-disc a:hover {
            background-color: #472c1c;
            color: #fff; }
      #howto .steps .step-card .fuku {
        position: absolute;
        top: 34%;
        right: 10px;
        width: 80px;
        display: block;
        background-color: rgba(254, 105, 99, 0.8);
        color: #fff;
        padding: 15px;
        border-radius: 60px;
        text-align: center;
        font-size: 12px;
        transform: rotate(10deg); }
  #howto .go-readme {
    width: 100%;
    height: auto;
    margin-bottom: 6%; }
    #howto .go-readme a {
      text-align: center;
      background-color: #006800;
      color: #fff;
      width: fit-content;
      display: block;
      padding: 30px 20px;
      margin: auto;
      border-radius: 8px;
      border: 2px solid #000;
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }
  #howto .system {
    width: 96%;
    padding: 2%;
    background-color: #472c1c;
    margin-bottom: 4%; }
    #howto .system.dis {
      display: none; }
    #howto .system .system-wrap {
      width: 100%;
      max-width: 800px;
      margin: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      #howto .system .system-wrap .systems {
        width: 100%;
        margin: 0px 8px; }
  #howto .item {
    width: 96%;
    max-width: calc(1200px - 4%);
    position: relative;
    border-radius: 4px;
    padding: 3% 2%;
    margin: auto; }
    #howto .item .item-wrap {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      #howto .item .item-wrap .items {
        margin: 0 auto; }
  #howto .howtohint {
    width: calc(90% - 388px);
    max-width: calc(532px - 2%);
    border: 4px solid #472c1c;
    background-color: #fceebf;
    position: relative;
    border-radius: 4px;
    padding: 3% 2%;
    padding-left: 380px;
    margin: auto; }
    #howto .howtohint h4 {
      text-align: left; }
    #howto .howtohint .charactor {
      width: 380px;
      height: auto;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      top: 0; }
    #howto .howtohint a {
      display: block;
      background-color: #fff;
      color: #472c1c;
      padding: 1em;
      border: 2px solid #472c1c;
      border-radius: 8px;
      width: 220px;
      padding-left: 60px;
      background-image: url(../images/icon_beginer.svg);
      background-position: 10px center;
      background-size: 36px;
      background-repeat: no-repeat;
      box-shadow: 2px 2px 0 #472c1c; }
      #howto .howtohint a:hover {
        background-color: #472c1c;
        color: #fff; }

#movie {
  background-color: #472c1c; }
  #movie .inner-wrap {
    padding: 8% 4%; }

#ticket {
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  background-image: url(../images/bg_tex.png);
  background-repeat: repeat;
  background-position: center; }
  #ticket .inner-wrap {
    padding-bottom: 1em; }
  #ticket .ticket-wrap .ticket-title {
    background-color: #472c1c;
    width: calc(100% - 4em);
    padding: 1.5em 2em;
    height: auto; }
    #ticket .ticket-wrap .ticket-title img {
      width: 100%;
      max-width: 600px;
      margin: auto; }
  #ticket .ticket-wrap .ticket-btn-wrap {
    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;
    margin-bottom: 1.5em; }
    #ticket .ticket-wrap .ticket-btn-wrap .ticket-btn {
      width: 49%;
      margin: auto;
      filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.5));
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
      cursor: pointer;
      position: relative; }
      #ticket .ticket-wrap .ticket-btn-wrap .ticket-btn:hover {
        filter: brightness(1.2); }
      #ticket .ticket-wrap .ticket-btn-wrap .ticket-btn a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  #ticket .go-readme {
    width: 100%;
    height: auto;
    margin-bottom: 6%;
    margin-top: 2em; }
    #ticket .go-readme a {
      text-align: center;
      background-color: #006800;
      color: #fff;
      width: fit-content;
      display: block;
      padding: 30px 20px;
      margin: auto;
      border-radius: 8px;
      border: 2px solid #000;
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }

#family {
  width: 100%;
  background-image: url(../images/pt_leaf.jpg);
  border-top: 2em solid #fbb03b;
  border-bottom: 2em solid #fbb03b; }
  #family .fam-switch {
    width: 96%;
    height: auto;
    padding: 2%; }
    #family .fam-switch img {
      max-width: 600px;
      margin: auto;
      filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3)); }
  #family .family-wrap {
    background-color: #fff;
    border-radius: 4px;
    max-width: 1400px;
    width: 88%;
    margin-bottom: 6%;
    display: none; }
    #family .family-wrap .section-title {
      padding-bottom: 4%; }
  #family .about-fam, #family .family-read {
    width: 100%;
    max-width: 768px;
    margin: auto; }
  #family .about-fam {
    text-align: center; }
  #family .family-read {
    margin-bottom: 6%; }
    #family .family-read li {
      margin-bottom: 1.5em; }
  #family .steps {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 6% auto; }
    #family .steps .step-card {
      width: 48%;
      background-color: #fbb03b;
      border-radius: 4px;
      padding: 1%;
      margin: auto 8px;
      box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3); }
      #family .steps .step-card h4 {
        margin-bottom: 0.8vw; }
      #family .steps .step-card .step-disc {
        font-size: 1em;
        text-align: center;
        padding: 6% 4%;
        height: 120px; }
        #family .steps .step-card .step-disc a {
          display: block;
          border: 1px solid #472c1c;
          color: #472c1c;
          background-color: #fff;
          margin-top: 1em;
          padding: 4px;
          box-shadow: 2px 2px 0 #472c1c; }
  #family .team-sample {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 2% auto; }
    #family .team-sample .team-img {
      width: calc(100%/3); }

#schedule {
  width: 100%;
  background-color: #006837;
  background-image: url(../images/bg_main.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 100px;
  z-index: 0; }
  #schedule:after {
    content: "";
    background-image: url(../images/pattern_02.jpg);
    width: 100%;
    height: 100%;
    background-position: center bottom;
    background-size: 850px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: multiply;
    z-index: 0;
    opacity: 0.3; }
  #schedule .section-title {
    z-index: 1; }
    #schedule .section-title img {
      filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3)); }
  #schedule .ticket-bt {
    display: block;
    background-color: #006800;
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 330px;
    padding: 20px 0;
    font-size: 1.2em;
    color: #fff;
    border-radius: 4px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
    margin: 20px auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    #schedule .ticket-bt:hover {
      background-color: #fff494; }
  #schedule .badge {
    position: absolute;
    top: -10%;
    right: 2%;
    width: 22%;
    max-width: 160px;
    transform: rotate(10deg);
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3)); }
  #schedule p {
    text-align: center;
    color: #fff;
    z-index: 1;
    position: relative; }
  #schedule .charactor {
    display: block;
    position: absolute;
    width: 300px;
    height: auto;
    top: -3%;
    left: 0;
    z-index: 1; }
  #schedule .ticket-saler-wrap {
    position: relative;
    z-index: 1;
    background-color: #fff;
    width: calc(92% - 16px);
    max-width: 768px;
    border-radius: 4px;
    margin: 20px auto;
    padding: 4%;
    color: #472c1c;
    display: block;
    border: 8px solid #006800; }
    #schedule .ticket-saler-wrap .ticket-title {
      width: 65%;
      margin-bottom: 0.5em;
      max-width: 320px;
      margin: auto;
      position: relative;
      text-align: center; }
      #schedule .ticket-saler-wrap .ticket-title img {
        position: relative;
        z-index: 1; }
    #schedule .ticket-saler-wrap p {
      color: #472c1c; }
    #schedule .ticket-saler-wrap h4 {
      background-color: #472c1c;
      color: #fff;
      padding: 10px 0;
      margin: 2em auto 1em; }
  #schedule .price {
    background-color: #fff;
    width: 92%;
    max-width: 768px;
    border-radius: 4px;
    margin: 20px auto;
    padding: 4%;
    color: #472c1c;
    display: block; }
    #schedule .price .ticket-title {
      width: 65%;
      margin-bottom: 0.5em;
      max-width: 320px;
      margin: auto;
      position: relative; }
      #schedule .price .ticket-title img {
        position: relative;
        z-index: 1; }
      #schedule .price .ticket-title .ticket-fukidashi {
        position: absolute;
        bottom: 6%;
        right: -31%;
        width: 34%; }
    #schedule .price h5 {
      color: #472c1c;
      padding: 8px;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      font-weight: 600; }
      #schedule .price h5.std {
        background-color: #4bac48; }
      #schedule .price h5.fam {
        background-color: #f5d257;
        margin-top: 2em; }
    #schedule .price p {
      margin-bottom: 0;
      margin-top: 20px; }
    #schedule .price .price-row {
      width: 100%;
      border-bottom: 1px solid #472c1c;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      #schedule .price .price-row div {
        width: 92%;
        padding: 4%;
        position: relative;
        text-align: center; }
        #schedule .price .price-row div:nth-of-type(2):after {
          content: "";
          width: 1px;
          height: 3em;
          background-color: #472c1c;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 1px;
          margin: auto; }
  #schedule .schedule-2-wrap {
    width: 100%;
    padding: 40px 0;
    position: relative;
    z-index: 2; }
    #schedule .schedule-2-wrap .area-select-wrap .area-select {
      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 .schedule-2-wrap .area-select-wrap .area-select .area-bt {
        width: 80px;
        height: 80px;
        margin: 4px;
        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-image: url(../images/area_bt.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        cursor: pointer;
        filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.6)); }
        #schedule .schedule-2-wrap .area-select-wrap .area-select .area-bt.active {
          background-image: url(../images/area_bt2.svg); }
        #schedule .schedule-2-wrap .area-select-wrap .area-select .area-bt span {
          color: #fff;
          font-size: 12px; }
    #schedule .schedule-2-wrap .area-select-wrap .area-arrow {
      display: none; }
    #schedule .schedule-2-wrap .area-space {
      padding: 20px 0; }
      #schedule .schedule-2-wrap .area-space .area-block {
        display: none; }
        #schedule .schedule-2-wrap .area-space .area-block.active {
          display: block; }
        #schedule .schedule-2-wrap .area-space .area-block .area-wrap {
          width: 100%;
          max-width: 840px;
          background-color: #fff;
          margin: 20px auto;
          border-radius: 4px;
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2); }
          #schedule .schedule-2-wrap .area-space .area-block .area-wrap .area-header {
            width: calc(100% - 40px);
            background-color: #fff;
            padding: 20px;
            text-align: center;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            padding-bottom: 8%;
            position: relative; }
            #schedule .schedule-2-wrap .area-space .area-block .area-wrap .area-header h6 {
              font-size: 1.3em;
              font-weight: 700; }
            #schedule .schedule-2-wrap .area-space .area-block .area-wrap .area-header:after {
              content: "";
              width: 100%;
              padding-top: 8%;
              display: block;
              position: absolute;
              background-image: url(../images/line_leaf.svg);
              background-repeat: no-repeat;
              background-position: center;
              background-size: 100%;
              bottom: 0;
              left: 0;
              right: 0;
              margin: auto; }
          #schedule .schedule-2-wrap .area-space .area-block .area-wrap .area-contents {
            display: none;
            padding: 4%;
            width: 92%; }
            #schedule .schedule-2-wrap .area-space .area-block .area-wrap .area-contents .stage {
              width: 100%;
              text-align: center;
              padding: 40px 0; }
              #schedule .schedule-2-wrap .area-space .area-block .area-wrap .area-contents .stage .stage-name {
                font-size: 30px;
                font-weight: 600; }
              #schedule .schedule-2-wrap .area-space .area-block .area-wrap .area-contents .stage .stage-address {
                font-size: 14px;
                padding: 12px 0; }
            #schedule .schedule-2-wrap .area-space .area-block .area-wrap .area-contents .access {
              text-align: center;
              font-size: 12px;
              margin-bottom: 40px; }
            #schedule .schedule-2-wrap .area-space .area-block .area-wrap .area-contents .area-price {
              display: none; }
            #schedule .schedule-2-wrap .area-space .area-block .area-wrap .area-contents .tmc-wrap {
              width: 100%;
              height: auto;
              display: block;
              margin: 40px auto; }
              #schedule .schedule-2-wrap .area-space .area-block .area-wrap .area-contents .tmc-wrap h6 {
                text-align: center;
                margin-bottom: -30px; }
            #schedule .schedule-2-wrap .area-space .area-block .area-wrap .area-contents .playguide {
              display: none; }
            #schedule .schedule-2-wrap .area-space .area-block .area-wrap .area-contents .area-schedule {
              width: 100%;
              margin: 40px auto;
              display: none; }
              #schedule .schedule-2-wrap .area-space .area-block .area-wrap .area-contents .area-schedule .schedule-sin {
                width: 100%; }
                #schedule .schedule-2-wrap .area-space .area-block .area-wrap .area-contents .area-schedule .schedule-sin .schedule-sin-header {
                  display: block;
                  color: #472c1c;
                  text-align: center;
                  font-size: 16px;
                  padding: 8px 0;
                  color: #fff; }
                #schedule .schedule-2-wrap .area-space .area-block .area-wrap .area-contents .area-schedule .schedule-sin .schedule-sin-details {
                  display: block;
                  text-align: center;
                  font-size: 16px;
                  padding: 10px 0 18px; }
            #schedule .schedule-2-wrap .area-space .area-block .area-wrap .area-contents .credit {
              font-size: 14px; }
          #schedule .schedule-2-wrap .area-space .area-block .area-wrap .area-switch {
            width: 100%;
            height: 40px;
            display: block;
            background-color: #fff;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            position: relative;
            cursor: pointer; }
            #schedule .schedule-2-wrap .area-space .area-block .area-wrap .area-switch:after {
              content: "";
              width: 12px;
              height: 12px;
              transform: rotate(225deg);
              border-left: 1px solid #472c1c;
              border-top: 1px solid #472c1c;
              display: block;
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              margin: auto; }
            #schedule .schedule-2-wrap .area-space .area-block .area-wrap .area-switch.open {
              background-color: #f2f2f2; }
              #schedule .schedule-2-wrap .area-space .area-block .area-wrap .area-switch.open:after {
                transform: rotate(45deg); }

#voice {
  width: 100%;
  background-color: #472c1c; }
  #voice .voice-wrap {
    width: calc(100% - 4em);
    padding: 2em; }
  #voice .voice-slide-wrap {
    width: 100%;
    overflow-x: scroll; }
    #voice .voice-slide-wrap ul {
      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;
      flex-grow: 0;
      min-width: calc(1250px + 5em); }
      #voice .voice-slide-wrap ul li {
        width: 250px;
        margin-right: 1em; }
  @media screen and (max-width: 600px) {
    #voice .voice-slide-wrap ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: start;
      justify-content: start;
      flex-grow: 0; }
    #voice #voiceSlider {
      margin-left: 17.5%; }
      #voice #voiceSlider li {
        min-width: 250px; } }

#bnr {
  width: 100%;
  background-color: #f2f2f2; }
  #bnr .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;
    padding: 4%;
    max-width: 680px; }
  #bnr a {
    width: 48%;
    max-width: 320px;
    display: block;
    margin: auto;
    border-radius: 4px;
    overflow: hidden; }

/*footer*/
footer {
  background-color: #fff;
  background-image: url(../images/bg_tex.png);
  background-repeat: repeat;
  background-position: center; }
  footer .scrolltop {
    display: block;
    width: 230px;
    height: auto;
    margin: auto; }
    footer .scrolltop img {
      padding-bottom: 20px; }
    footer .scrolltop:after {
      content: "サイトTOPに戻る";
      text-align: center;
      width: 100%;
      margin: auto;
      position: absolute;
      bottom: 15px;
      color: #c2c1cd; }
  footer .mailmag {
    width: 90%;
    max-width: 400px;
    margin: auto; }
  footer .official-link {
    width: 100%;
    max-width: 700px;
    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;
    margin: 4% auto; }
    footer .official-link a {
      display: block;
      width: 50%;
      margin: auto;
      max-width: 300px; }
  footer .credit {
    text-align: center;
    font-size: 12px; }

.modal-window {
  display: none; }

.modal-window, .modaal-container {
  border-radius: 4px; }
  .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; }
  .modal-window .inner-bt, .modaal-container .inner-bt {
    display: block;
    width: fit-content;
    padding: 8px 15px;
    background-color: #006837;
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
    margin: auto; }
    .modal-window .inner-bt:hover, .modaal-container .inner-bt:hover {
      opacity: 0.75; }

.custom .modaal-container {
  border: 0.3em solid #472c1c;
  border-radius: 1em; }
  .custom .modaal-container .modaal-content-container {
    padding: 0; }
.custom .custom-modal .modal-header {
  width: 100%; }
.custom .custom-modal .modal-header {
  padding: 0.5em; }
.custom .custom-modal .modal-point {
  background-color: #472c1c;
  color: #fff;
  padding: 2em 1em;
  margin-bottom: 1em; }
  .custom .custom-modal .modal-point.badge {
    padding-left: 20%;
    background-image: url(../re-images/badge.png);
    background-size: 18%;
    background-position: center left;
    background-repeat: no-repeat; }
.custom .custom-modal .modal-desc {
  padding: 1em; }
  .custom .custom-modal .modal-desc h4 {
    background-color: #472c1c;
    color: #fff;
    width: 90%;
    max-width: 300px;
    margin: auto;
    border-radius: 1em;
    padding: 0.3em 1em;
    margin-bottom: 0.5em; }
  .custom .custom-modal .modal-desc h5 {
    font-weight: 600;
    color: #472c1c; }
  .custom .custom-modal .modal-desc p {
    text-align: center; }
  .custom .custom-modal .modal-desc .comment {
    background-color: #472c1c;
    padding: 1em;
    color: #fff;
    margin: 2em auto; }
.custom .custom-modal .buy-btn a {
  display: block;
  border: 2px solid #472c1c;
  background-color: #fbb03b;
  border-radius: 0.5em;
  padding: 1em;
  text-align: center;
  width: 200px;
  margin: auto;
  font-weight: 600;
  margin-bottom: 0.8em;
  box-shadow: 2px 2px 0 #472c1c;
  color: #472c1c; }
  .custom .custom-modal .buy-btn a:hover {
    filter: brightness(1.2); }

@media screen and (max-width: 1200px) {
  #howto .steps-wrap, #family .steps-wrap {
    width: 100%;
    overflow: scroll; }
  #howto .steps, #family .steps {
    width: 100%;
    min-width: 1200px;
    padding: 0 calc(100vw / 2 - 160px);
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative; }
    #howto .steps:-webkit-scrollbar, #family .steps:-webkit-scrollbar {
      display: none; }
    #howto .steps#tab-fam, #family .steps#tab-fam {
      min-width: 900px; }
    #howto .steps:before, #family .steps:before {
      content: "";
      left: calc(25vw - 100px);
      display: block;
      width: 30px;
      height: 30px;
      border-top: 10px solid #472c1c;
      border-left: 10px solid #472c1c;
      filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
      position: absolute;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #howto .steps:after, #family .steps:after {
      content: "";
      right: calc(25vw - 100px);
      display: block;
      width: 30px;
      height: 30px;
      border-bottom: 10px solid #472c1c;
      border-right: 10px solid #472c1c;
      filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
      position: absolute;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); } }
@media screen and (max-width: 768px) {
  header .main-v .intro {
    width: 94%;
    margin: auto;
    margin-top: 20px; }
    header .main-v .intro p {
      font-size: 1.1em; }
  header .main-v {
    padding-top: 0;
    height: auto; }
    header .main-v .main-v-wrap {
      position: relative; }
    header .main-v .title {
      width: 100%;
      height: auto;
      right: 0;
      bottom: 16%;
      top: initial;
      padding-top: initial; }
      header .main-v .title img {
        position: relative; }
    header .main-v .term {
      width: 98%;
      max-width: 580px;
      right: 0;
      left: 0;
      bottom: 10%;
      top: initial;
      margin: auto; }
    header .main-v .visual {
      position: relative;
      width: 100%;
      height: 141.4vw;
      padding: 0;
      padding-bottom: 30%;
      background-position: center top; }
    header .main-v .title-left {
      min-width: 90px; }
    header .main-v .title-right {
      min-width: 100px; }
  header .page-header {
    height: 80px; }
    header .page-header .title {
      width: 150px;
      padding: 8px; }
  header nav {
    height: calc(100vh - 40px);
    position: fixed;
    top: 120vh;
    z-index: 5;
    background: none;
    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;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    transition-timing-function: ease-in;
    overflow: hidden; }
    header nav.active {
      top: 40px; }
    header nav:before {
      content: none; }
    header nav:after {
      content: none; }
    header nav .main-nav {
      margin: 0;
      margin-bottom: 12px; }
      header nav .main-nav li {
        display: block;
        width: 300px;
        margin: auto;
        margin-bottom: 6px; }
    header nav .sub-nav {
      margin: 0; }
      header nav .sub-nav li {
        display: block;
        text-align: left;
        width: 300px;
        margin: auto;
        margin-bottom: 12px; }
        header nav .sub-nav li a:after {
          content: none; }

  .shortcut {
    width: 32%;
    max-width: 160px;
    bottom: 6px; }
    .shortcut a {
      display: block;
      position: relative; }

  .nav-bg {
    position: fixed;
    top: 120%;
    width: 100%;
    height: calc(100vh - 40px);
    z-index: 4;
    display: block;
    background-image: url(../images/bg_water.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    transition-timing-function: ease-in-out; }
    .nav-bg.active {
      top: 40px; }

  .fixed-box .sns-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    width: 100%;
    background-color: #472c1c; }
    .fixed-box .sns-box a {
      width: 34px;
      height: 34px; }
  .fixed-box .sp-menu {
    display: block;
    z-index: 10;
    position: fixed;
    top: 8px;
    right: 8px;
    width: 12vw;
    min-width: 80px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }

  #readme .readme-nav ul li {
    width: 49%; }

  #howto .howtohint {
    padding: 3% 4%;
    width: 82%;
    padding-top: calc(180px + 3%); }
    #howto .howtohint a {
      width: calc(100% - 1em - 64px); }
    #howto .howtohint .charactor {
      width: 300px;
      top: 0;
      left: 0;
      right: 0;
      margin: auto; }
  #howto .course .course-wrap .standard, #howto .course .course-wrap .family {
    padding: 4%;
    width: 92%; }
  #howto .course .course-wrap .charactor {
    right: 0;
    margin: auto; }

  #point .point-top {
    margin-bottom: 8%; }
    #point .point-top .slideshow {
      width: calc(50% - 200px); }
  #point .point-bottom {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #point .point-bottom figure {
      width: 90%;
      max-width: 300px;
      margin: auto;
      margin-bottom: 10%; }
  #point .point-block {
    width: calc(100% - 1em);
    padding: 0.5em; }
  #point .point-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap; }
    #point .point-wrap .point-sin {
      width: calc(100% / 2 - 1em);
      margin: auto;
      margin: 0.5em;
      border-radius: 0.3em;
      overflow: hidden;
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }

  #info .info-wrap .course-wrap {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #info .info-wrap .course-wrap .course-sin {
      width: calc(100% - 3.6em); }

  #special .inner-wrap {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #special .inner-wrap a {
      max-width: 400px;
      margin: 10px auto; }
  #special .charactor {
    width: 24vw;
    min-width: 110px;
    top: -20vw; }

  #family .team-sample {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #family .team-sample .team-img {
      width: 100%;
      max-width: 400px; }

  #schedule .charactor {
    width: 220px;
    top: -70px; }
  #schedule .schedule-2-wrap .area-select-wrap {
    width: 108%;
    margin: 0 -4%;
    position: relative; }
    #schedule .schedule-2-wrap .area-select-wrap:before {
      content: "";
      top: calc(50% - 8px);
      left: 10px;
      display: block;
      width: 16px;
      height: 16px;
      border-top: 4px solid #fff;
      border-left: 4px solid #fff;
      filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
      position: absolute;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      z-index: 3; }
    #schedule .schedule-2-wrap .area-select-wrap:after {
      content: "";
      top: calc(50% - 8px);
      right: 10px;
      display: block;
      width: 16px;
      height: 16px;
      border-bottom: 4px solid #fff;
      border-right: 4px solid #fff;
      filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
      position: absolute;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      z-index: 3; }
    #schedule .schedule-2-wrap .area-select-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: calc(100% - 16px);
      -ms-overflow-style: none;
      scrollbar-width: none;
      position: relative; }
      #schedule .schedule-2-wrap .area-select-wrap .area-select:-webkit-scrollbar {
        display: none; }
      #schedule .schedule-2-wrap .area-select-wrap .area-select .area-bt {
        flex-shrink: 0; } }
@media screen and (max-width: 525px) {
  .section-title {
    width: 80%;
    max-width: 400px;
    padding-top: 5em;
    padding-bottom: 2em; }

  #bnr .inner-wrap {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #bnr .inner-wrap a {
      margin-bottom: 10px;
      width: 100%; }

  footer .official-link {
    margin: 8% auto; }
  footer .credit {
    padding-bottom: 100px; }

  #point .point-top {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 94%;
    padding: 4%;
    margin-bottom: 20%; }
    #point .point-top .slideshow {
      width: 100%;
      margin-bottom: 40px; }
      #point .point-top .slideshow.slide-2nd {
        display: none; }

  #howto .steps:before, #family .steps:before {
    left: calc(30vw - 100px);
    width: 15px;
    height: 15px;
    border-top: 8px solid #472c1c;
    border-left: 8px solid #472c1c; }
  #howto .steps:after, #family .steps:after {
    right: calc(30vw - 100px);
    width: 15px;
    height: 15px;
    border-bottom: 8px solid #472c1c;
    border-right: 8px solid #472c1c; }
  #howto .system, #family .system {
    padding: 4% 2%; }
    #howto .system .system-wrap, #family .system .system-wrap {
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column; }
      #howto .system .system-wrap .systems, #family .system .system-wrap .systems {
        width: calc(90% - 16px);
        margin: 4px auto; }
  #howto .item .item-wrap, #family .item .item-wrap {
    flex-wrap: wrap; }
    #howto .item .item-wrap .items, #family .item .item-wrap .items {
      width: 50%; }

  #schedule .charactor {
    width: 200px;
    top: -60px; }

  #ticket .ticket-wrap .ticket-btn-wrap {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #ticket .ticket-wrap .ticket-btn-wrap .ticket-btn {
      width: 100%; } }
/*ここからカレンダー*/
/*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 .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 */
