@charset "UTF-8";
/*
 *--------------------------------------
 * index
 * トップページのみ
 */
/*
 *--------------------------------------
 * util
 */
.respimg {
  max-width: 100%;
  height: auto; }

.resptxt {
  display: none; }
  @media (min-width: 768px) {
    .resptxt {
      display: inline; } }

.alr {
  text-align: right; }

.center {
  text-align: center; }

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.noevent {
  pointer-events: none !important; }

.index main > section {
  margin-bottom: 15rem;
  padding-top: 5rem; }

.index .wrapper {
  max-width: 1200px; }

.index .site-header.wrapper {
  max-width: 100%; }

.index .main-wrapper {
  background: none;
  max-width: 600px; }
  @media (min-width: 768px) {
    .index .main-wrapper {
      max-width: 1200px; } }
  .index .main-wrapper .sub_headline,
  .index .main-wrapper h6,
  .index .main-wrapper p {
    color: #fff; }
  .index .main-wrapper > .container {
    width: 290px; }
    @media (min-width: 375px) {
      .index .main-wrapper > .container {
        width: 100%; } }

.index .headline {
  width: 92%;
  margin: 0 auto; }
  .index .headline h2 {
    position: relative;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
    font-weight: normal;
    text-align: center;
    line-height: 1.6; }
    .index .headline h2:after {
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 120px;
      height: 3px;
      background: #00b5e7;
      box-shadow: 0 0 15px #08ffe9;
      content: '';
      -webkit-transform: translate(-60px, 0);
          -ms-transform: translate(-60px, 0);
              transform: translate(-60px, 0); }
    @media (min-width: 992px) {
      .index .headline h2 {
        font-size: 3.6rem; } }

.index table {
  background: none; }

.index .btn-wrapper {
  margin: 3rem auto; }

/* hero メイン --------------------------------------*/
.index .bokeh-wrapper {
  z-index: 3;
  pointer-events: none; }

.index .hero {
  width: 100%;
  margin: 0 auto;
  padding-top: 10rem;
  text-align: center; }
  @media (min-width: 768px) {
    .index .hero {
      padding-top: 15rem; } }
  @media (min-width: 992px) {
    .index .hero {
      padding-top: 20rem;} }

.index .index-hero-content {
  position: relative;
  z-index: 5;
  width: 92%;
  margin: 0 auto; }
  .index .index-hero-content h2 {
    max-width: 500px;
    width: 100%;
    margin: 0 auto; }
    .index .index-hero-content h2 img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 0 auto; }
    .index .index-hero-content h2 small {
      display: none;
      padding: 0.2em 0.5em;
      border-radius: 4px;
      background: #cc0c7f; }
    @media (min-width: 992px) {
      .index .index-hero-content h2 {
        max-width: 640px; }
        .index .index-hero-content h2 small {
          font-size: 2rem; } }
  .index .index-hero-content .mincho {
    margin: 1.5rem auto;
    text-shadow: 0 0 20px #cc0c7f, 0 0 40px #cc0c7f, 0 0 60px #cc0c7f;
    font-size: 1.8rem; }
    @media (min-width: 576px) {
      .index .index-hero-content .mincho {
        font-size: 2.2rem; } }
    @media (min-width: 768px) {
      .index .index-hero-content .mincho {
        font-size: 2.5rem; } }
    @media (min-width: 992px) {
      .index .index-hero-content .mincho {
        font-size: 3rem; } }
  .index .index-hero-content .info {
    font-size: 1.6rem;
    text-align: center; }
  .index .index-hero-content .btns {
    max-width: 540px;
    width: 100%;
    margin-top: 3rem; }
    .index .index-hero-content .btns p .btn {
      max-width: 100%;
      padding: 0;
      font-size: 1.4rem; }
      @media (min-width: 768px) {
        .index .index-hero-content .btns p .btn {
          font-size: 1.6rem; } }

.index .main-img {
  overflow-x: hidden;
  margin-top: -5rem;
  background: url(../img/main-bg.jpg);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 100% 100%; }
  .index .main-img img {
    max-width: 1400px;
    width: 150%;
    height: auto;
    margin-left: -25%; }
  @media (min-width: 768px) {
    .index .main-img {
      margin-top: -10rem; } }
  @media (min-width: 992px) {
    .index .main-img {
      margin-top: -12rem; }
      .index .main-img img {
        width: 1400px;
        margin-left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0); } }

.canvas_wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 32.9%;
  margin: 0 auto; }
  @media (min-width: 760px) {
    .canvas_wrapper {
      width: 700px;
      height: 230px;
      padding-top: 0; } }

#canvas1,
#titleimg,
.title2 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%; }

#canvas3 {
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  width: 450px; }  

.countdown-box{
	min-height: 350px;
	margin-top: 5rem;
	position: relative;
}
@media (max-width: 400px) {
	.countdown-box{
		min-height: 250px;
	}
}
.countdown .till{
	position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
.pc.index .bokeh-wrapper {
  position: absolute; }

/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* イベント --------------------------------------*/
#event {
  position: relative;
  z-index: 5; }
  #event h3.mincho {
    margin-bottom: 2.4rem;
    color: #fff;
    text-align: center;
    line-height: 1; }

/** スライダー **/
.swiper-container {
  opacity: 0; }

.swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .swiper-slide img {
    max-width: 100%;
    height: auto; }

.swiper-wrapper {
  height: auto !important; }

.slideper3 .swiper-slide-active img {
  box-shadow: 0 0 3rem rgba(121, 0, 215, 0.5); }

.slideper4 .swiper-wrapper {
  width: 200% !important; }

.slideper4 .swiper-slide {
  width: 12% !important;
  background: none !important; }
  .slideper4 .swiper-slide img {
    max-width: 96%; }

.slideper4 .swiper-slide-next {
  width: 20% !important; }
  .slideper4 .swiper-slide-next img {
    max-width: 94%;
    box-shadow: 2rem 2rem 3rem rgba(121, 0, 215, 0.5); }

.swiper-button-next,
.swiper-button-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  width: 5rem;
  height: 100%;
  margin-top: 0;
  background: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.2); }
  .swiper-button-next:focus, .swiper-button-next:active,
  .swiper-button-prev:focus,
  .swiper-button-prev:active {
    outline: none !important; }
  .swiper-button-next span,
  .swiper-button-prev span {
    width: 3rem;
    height: 3rem; }

.swiper-button-next {
  right: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .swiper-button-next span {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.swiper-button-prev {
  left: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .swiper-button-prev span {
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.event-slider + .main-wrapper > .container {
  margin-top: 5rem; }

/** 通期イベント **/
#event .main-wrapper:nth-child(2) .mincho,
#event .main-wrapper:nth-child(2) p {
  text-shadow: 0 0 20px #000, 0 0 40px #000; }

#event .main-wrapper:last-child {
  width: 100%;
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 375px) {
    #event .main-wrapper:last-child {
      max-width: 600px;
      width: 92%;
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }
  @media (min-width: 992px) {
    #event .main-wrapper:last-child {
      max-width: 1200px; } }
  #event .main-wrapper:last-child .full-events > .row {
    margin-right: -1.5rem;
    margin-left: -1.5rem; }

#event .event-full-wrapper {
  margin-bottom: 3rem; }

.full-events a {
  width: 50%;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
  .full-events a img {
    max-width: 100%;
    width: 100%;
    height: auto; }
  .full-events a:first-child, .full-events a:nth-child(2) {
    margin-bottom: 3rem; }

/** スケジュール **/
#event_sch-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  border: none; }
  #event_sch-tab .nav-item {
    width: 14.285714%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.3); }
  #event_sch-tab .nav-link {
    display: table;
    width: 100%;
    padding: 0.5em 0;
    border: none;
    border-radius: 0;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 1.5rem;
    text-align: center;
    vertical-align: top;
    letter-spacing: 0.1em; }
    #event_sch-tab .nav-link span {
      display: none;
      font-size: 1rem; }
    @media (min-width: 576px) {
      #event_sch-tab .nav-link {
        font-size: 2.1rem; }
        #event_sch-tab .nav-link span {
          display: inline-block;
          font-size: 1.3rem; } }
  #event_sch-tab .nav-item:first-child .nav-link span {
    display: inline-block; }
  #event_sch-tab .nav-link.active {
    border: none;
    background: #F8CE21;
    color: #222; }
    #event_sch-tab .nav-link.active span {
      color: #222; }

#event_sch-content {
  width: 100%;
  padding: 1.5rem;
  background: #fff; }
  #event_sch-content table td,
  #event_sch-content .caption {
    color: #222; }
  #event_sch-content .event-date {
    display: block;
    color: #17a8d0;
    font-family: "Noto Serif JP", serif;
    font-size: 3.6rem;
    font-weight: normal;
    text-align: center;
    line-height: 1; }
    #event_sch-content .event-date .thinner {
      color: #17a8d0;
      font-size: 0.85em; }
    #event_sch-content .event-date .weekday {
      display: inline-block;
      padding: 0.4em;
      background: #17a8d0;
      color: #fff;
      font-size: 0.4em;
      vertical-align: middle;
      line-height: 1; }
    #event_sch-content .event-date .ja {
      color: #222;
      font-size: 0.4em; }
    @media (min-width: 768px) {
      #event_sch-content .event-date {
        padding: 1.5rem;
        font-size: 4.8rem; } }
  #event_sch-content table {
    margin: 1.5rem 0;
    border-bottom: 1px solid #ccc; }
    #event_sch-content table tr {
      padding: 0.5em 0;
      border: none;
      border-top: 1px solid #ccc; }
    #event_sch-content table td {
      padding: 0;
      border: none;
      vertical-align: top; }
      #event_sch-content table td:last-child {
        text-align: right;
        vertical-align: middle; }
        #event_sch-content table td:last-child a {
          padding: 0.25em 0.75em;
          border-radius: 2px;
          background: #17a8d0;
          color: #fff;
          font-size: 1.4rem; }
          #event_sch-content table td:last-child a:hover {
            box-shadow: 0 0 10px #17a8d0;
            text-decoration: none; }
    @media (min-width: 568px) {
      #event_sch-content table tr {
        padding: 0; }
      #event_sch-content table td {
        padding: 0.5em 0; } }

.pc .swiper-slide:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  width: 200px;
  height: 40px;
  border-radius: 20px;
  background: rgba(248, 206, 33, 0);
  box-shadow: 0 10px 12px rgba(248, 206, 33, 0);
  color: rgba(0, 2, 44, 0);
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  content: '\8A73\7D30\3092\898B\308B';
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.pc .swiper-slide:hover img {
  opacity: 0.5; }

.pc .swiper-slide:hover:after {
  background: #F8CE21;
  box-shadow: 0 10px 12px rgba(248, 206, 33, 0.6);
  color: #00022c; }

/* 仮 */
#event .test {
  min-height: 1000px;
  border: 1px solid red; }

/* ボランティア --------------------------------------*/
#volunteer .main-wrapper {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 375px) {
    #volunteer .main-wrapper {
      width: 92%;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

#volunteer .btn {
  min-width: 1px;
  max-width: 280px;
  width: 100%;
  display: block;
  /*margin: 0 auto;*/ }

#volunteer .volunteer-box{
  margin: auto;
}

#volunteer .volunteer-box section {
  position: relative;
  padding: 2rem;
  background: #fff; }
  #volunteer .volunteer-box section section {
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 0; }

@media (min-width: 768px) {
  #volunteer .volunteer-box > section {
    padding: 3rem;
    /*padding-right: 2px;*/ }
    #volunteer .volunteer-box > section .mincho-l {
      white-space: nowrap;
      position: relative;
      z-index: 1; }
    /*#volunteer .volunteer-box > section:after {
      display: block;
      position: absolute;
      top: 0;
      right: -8rem;
      width: 8.1rem;
      height: 100%;
      background: #fff;
      content: ''; }*/ 
    }

@media (min-width: 1200px) {
  #volunteer .volunteer-box > section {
    padding: 6rem;
    margin-bottom: 80px;
    /*padding-right: 2px;*/ } }

#volunteer .volunteer-box .mincho {
  margin-bottom: 1em; }

#volunteer .volunteer-box .mincho,
#volunteer .volunteer-box h4,
#volunteer .volunteer-box p,
#volunteer .volunteer-box th,
#volunteer .volunteer-box td {
  color: #222; }

#volunteer .volunteer-box td.right {
  text-align: right; }

#volunteer .volunteer-img-box {
  background: #fff;
  position: relative; }
  @media (min-width: 460px) {
    #volunteer .volunteer-img-box {
      padding-bottom: 1.5rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 768px) {
    #volunteer .volunteer-img-box {
      padding-top: 15%;
      padding-bottom: 0;
      background: none; } }

#volunteer .volunteer-img {
  display: block;
  max-width: 400px;
  width: 100%;
  height: auto;
  margin: 0 auto; }
  @media (min-width: 768px) {
    #volunteer .volunteer-img {
      box-shadow: 3rem 3rem 3rem rgba(121, 0, 215, 0.5);
      max-width: 100%; } }

#volunteer .images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  #volunteer .images img {
    display: block;
    height: auto; }
  #volunteer .images .img1 img {
    max-width: 80%;
    width: 80%;
    margin-top: 3rem; }
  #volunteer .images .img2 img {
    max-width: 50%;
    width: 50%;
    margin-top: -5rem;
    margin-right: 0;
    margin-left: auto; }
  #volunteer .images .img3 img {
    max-width: 100%;
    width: 100%;
    margin-top: 3rem; }
  @media (min-width: 768px) {
    #volunteer .images .img1 {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
      #volunteer .images .img1 img {
        max-width: 100%;
        width: 100%;
        margin-left: -10%; }
    #volunteer .images .img2 {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
      #volunteer .images .img2 img {
        max-width: 50%;
        width: 50%;
        margin-top: 3rem;
        margin-right: auto;
        margin-left: 0; }
    #volunteer .images .img3 {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
      #volunteer .images .img3 img {
        max-width: 70%;
        width: 70%;
        margin-top: -5rem;
        margin-right: 0;
        margin-left: auto; } }
  @media (min-width: 1180px) {
    #volunteer .images .img1 img {
      /*margin-top: -9rem;*/
      margin-top: 3rem; } }

#volunteer .recruit-box {
  margin-top: 3rem; }
  #volunteer .recruit-box .btn {
    margin-top: 1.5rem; }
    @media (min-width: 768px) {
      #volunteer .recruit-box .btn {
        margin: 1.5rem 0 0; } }
  #volunteer .recruit-box h6 {
    font-weight: bold; }
  @media (min-width: 768px) {
    #volunteer .recruit-box {
      margin-top: 9rem; } }

.img-recruit-row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

/* アクセス --------------------------------------*/
.map-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #EDEBE8; }
  .map-wrapper:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background: #EDEBE8;
    box-shadow: 3rem 3rem 3rem rgba(121, 0, 215, 0.5);
    content: ''; }
  @media (min-width: 1200px) {
    .map-wrapper {
      width: -webkit-calc(100% - ((100% - 1160px)/2));
      width: calc(100% - ((100% - 1160px)/2));
      margin: 0 -webkit-calc((100% - 1160px)/2) 0 auto;
      margin: 0 calc((100% - 1160px)/2) 0 auto; } }
  .map-wrapper div {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 40%; }
    .map-wrapper div iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      border: none; }

@media (min-width: 992px) {
  #access .row {
    margin-top: 8rem;
    margin-bottom: 8rem; } }

#access span.alr {
  display: block; }

#access .main-wrapper {
  max-width: 600px;
  margin: 3rem auto;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 375px) {
    #access .main-wrapper {
      width: 92%;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 992px) {
    #access .main-wrapper {
      max-width: 1200px; } }

.access-content-1,
.access-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.access-content {
  width: 100%; }
  .access-content h5,
  .access-content p,
  .access-content td {
    color: #e8e8e8;
    font-size: 1.3rem;
    line-height: 1.5; }
    .access-content h5 span,
    .access-content p span,
    .access-content td span {
      color: #e8e8e8;
      font-size: 1.3rem; }

/* access-content-1 */
.access-content-1 table tr,
.access-content-1 table td {
  border: none; }

.access-content-1 table td {
  overflow: hidden;
  padding: 0.2em 0;
  vertical-align: top; }
  @media (min-width: 568px) {
    .access-content-1 table td:first-child {
      width: 18%; }
    .access-content-1 table td:nth-child(2) {
      padding-left: 0.5em; }
    .access-content-1 table td b {
      position: relative;
      background: #00022c; }
      .access-content-1 table td b:after {
        display: block;
        position: absolute;
        top: 8px;
        right: -105px;
        width: 100px;
        height: 0;
        border-top: 1px dotted #fff;
        content: ''; } }

.access-content-1 .btn {
  display: block;
  max-width: 280px;
  margin: 3rem auto; }
  @media (min-width: 768px) {
    .access-content-1 .btn {
      margin: 3rem 0; } }

/* access-content-2 */
.row-reverse {
  margin-top: 3rem; }
  .row-reverse .respimg {
    margin: 3rem 0 0; }
    @media (min-width: 768px) {
      .row-reverse .respimg {
        margin: 0; } }

.access-content-2 h4 {
  margin-top: 3rem;
  color: #fff;
  font-size: 1.7rem;
  font-weight: normal; }

.access-content-2 table {
  margin-bottom: 1rem; }
  .access-content-2 table td,
  .access-content-2 table tr {
    border-color: #7b7b7b; }

.access-content-2 .inline-block > p:before {
  content: '\2026'; }

/* インスタ --------------------------------------*/
.images-wrapper {
  overflow: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: scroll;
  position: relative;
  width: 100%;
  height: 225px; }
  .images-wrapper .images-wrapper-inner {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 1350px;
    width: 100%;
    height: 225px;
    margin: 0 auto;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .images-wrapper .images-wrapper-inner img {
      display: block;
      min-width: 225px;
      min-height: 225px;
      margin: 0; }

#event,
#volunteer,
#access,
#insta {
  margin-bottom: 0;
  padding-bottom: 0; }
  #event .main-wrapper:last-child,
  #volunteer .main-wrapper:last-child,
  #access .main-wrapper:last-child,
  #insta .main-wrapper:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }

#access .row:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

.event-bg {
  padding-top: 10%; }
  @media (min-width: 768px) {
    .event-bg {
      background-image: url(../img/bg1-2019-4.png);
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 50% auto; } }

.volunteer-bg {
  padding-top: 0;
  background: -webkit-linear-gradient(top, #00022c 0%, #00175d 20%);
  background: linear-gradient(to bottom, #00022c 0%, #00175d 20%); }

.volunteer-bg-inner {
  background: -webkit-linear-gradient(bottom, #00022c 0%, #00175d 20%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(to top, #00022c 0%, #00175d 20%, rgba(0, 0, 0, 0) 50%); }

.volunteer-bg-inner2 {
  padding-top: 15%;
  padding-bottom: 10%; }
  @media (min-width: 768px) {
    .volunteer-bg-inner2 {
      background-image: url(../img/bg2-2018.png), url(../img/bg3-2-2018.png);
      background-repeat: no-repeat;
      background-position: right top, left bottom;
      background-size: 50% auto; } }

.access-bg {
  padding-top: 0;
  padding-bottom: 5%; }

.insta-bg {
  padding-top: 0;
  background: -webkit-linear-gradient(top, #00022c 0%, #00175d 20%);
  background: linear-gradient(to bottom, #00022c 0%, #00175d 20%); }

.insta-bg-inner {
  background: -webkit-linear-gradient(bottom, #00022c 0%, #00175d 20%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(to top, #00022c 0%, #00175d 20%, rgba(0, 0, 0, 0) 50%); }

.insta-bg-inner2 {
  padding-top: 20%; }
  @media (min-width: 768px) {
    .insta-bg-inner2 {
      background-image: url(../img/bg4-2018.png);
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 50% auto; } }

.c-bokeh {
  display: none; }

@media (min-width: 768px) {
  .c-bokeh {
    display: block;
    display: block;
    position: absolute;
    width: 60%;
    height: 100%; }
    .c-bokeh svg {
      width: 100%;
      height: auto; }
  .event-bg {
    position: relative; }
    .event-bg .e-bokeh {
      right: 0;
      bottom: 0;
      -webkit-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1); }
  .volunteer-bg-inner2 {
    position: relative; }
    .volunteer-bg-inner2 .v-bokeh {
      top: -10%;
      right: 0; }
    .volunteer-bg-inner2 .row div {
      z-index: 1; }
  .access-bg {
    position: relative; }
    .access-bg .a-bokeh {
      top: -30%;
      left: 0; }
    .access-bg .row-reverse div {
      z-index: 1; }
  .insta-bg {
    position: relative; }
    .insta-bg .i-bokeh {
      top: -20%;
      left: 0;
      height: 200%;
      -webkit-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1); }
  .site-footer {
    position: relative; }
    .site-footer .wrapper {
      position: relative;
      z-index: 1; }
    .site-footer .f-bokeh {
      top: 0;
      right: 0;
      height: 50%; } }

@media (min-width: 992px) {
  .c-bokeh {
    width: 40%; } }

@media (min-width: 1200px) {
  .c-bokeh {
    width: 500px; } }

#access header {
  position: relative;
  max-width: 1200px;
  margin: 0 auto; }
  @media (min-width: 992px) {
    #access header:before {
      content: '';
      background: url(../img/bg5-2-2019.jpg);
      background-repeat: no-repeat;
      background-size: contain;
      width: 36%;
      height: 0;
      padding-bottom: 24%;
      display: block;
      position: absolute;
      bottom: 11rem;
      right: -2%; } }



.thanks-text{
    text-align: center;
    font-size: 15px;
    color: #F8CE22;
    margin: 50px auto;
    text-shadow: 0 0 20px #F8CE22, 0 0 40px #F8CE22, 0 0 60px #F8CE22;
}
@media only screen and (max-width:575px){
  .thanks-text{
      text-align: left;
  }
  .thanks-text .br{
    display: none;
  }
}
/*# sourceMappingURL=../maps/index.css.map */
