<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* トップページ */
body,
html {
  height: 100%;
  width: 100%;
}

#breadcrumb {
  display: none;
}

section {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  display: block;
}

section:nth-child(2) {
  overflow: auto;
}

/* ------------- スプラッシュ画面 ------------- */
header .sitelogo {
  display: none;
}

.splash_container .site-logo {
  position: absolute;
  z-index: 99;
  top: 25px;
  left: 25px;
}

/* アニメーション */
.swing:before {
  -webkit-animation: swing 2s infinite linear;
  animation: swing 2s infinite linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(20deg) scale(0.4);
            transform: translate(0, 0) rotate(20deg) scale(0.4);
    left: -440px;
  }
  40% {
    -webkit-transform: translate(0, -50px) rotate(40deg) scale(1);
            transform: translate(0, -50px) rotate(40deg) scale(1);
  }
  50% {
    left: 20%;
    -webkit-transform: scale(2.4);
            transform: scale(2.4);
  }
  70% {
    -webkit-transform: translate(0, 200px) rotate(-20deg);
            transform: translate(0, 200px) rotate(-20deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(20deg);
            transform: translate(0, 0) rotate(20deg);
    left: -540px;
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(20deg) scale(0.4);
            transform: translate(0, 0) rotate(20deg) scale(0.4);
    left: -440px;
  }
  40% {
    -webkit-transform: translate(0, -50px) rotate(40deg) scale(1);
            transform: translate(0, -50px) rotate(40deg) scale(1);
  }
  50% {
    left: 20%;
    -webkit-transform: scale(2.4);
            transform: scale(2.4);
  }
  70% {
    -webkit-transform: translate(0, 200px) rotate(-20deg);
            transform: translate(0, 200px) rotate(-20deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(20deg);
            transform: translate(0, 0) rotate(20deg);
    left: -540px;
  }
}
@-webkit-keyframes fuwafuwaSP {
  0% {
    -webkit-transform: translate(0, 0) rotate(20deg) scale(0.4);
            transform: translate(0, 0) rotate(20deg) scale(0.4);
    left: -140px;
  }
  40% {
    -webkit-transform: translate(0, -50px) rotate(40deg) scale(1);
            transform: translate(0, -50px) rotate(40deg) scale(1);
  }
  50% {
    left: 20%;
    -webkit-transform: scale(2.4);
            transform: scale(2.4);
  }
  70% {
    -webkit-transform: translate(0, -10%) rotate(-20deg);
            transform: translate(0, -10%) rotate(-20deg);
  }
  100% {
    -webkit-transform: translate(0, -50%) rotate(20deg);
            transform: translate(0, -50%) rotate(20deg);
    left: -40px;
  }
}
@keyframes fuwafuwaSP {
  0% {
    -webkit-transform: translate(0, 0) rotate(20deg) scale(0.4);
            transform: translate(0, 0) rotate(20deg) scale(0.4);
    left: -140px;
  }
  40% {
    -webkit-transform: translate(0, -50px) rotate(40deg) scale(1);
            transform: translate(0, -50px) rotate(40deg) scale(1);
  }
  50% {
    left: 20%;
    -webkit-transform: scale(2.4);
            transform: scale(2.4);
  }
  70% {
    -webkit-transform: translate(0, -10%) rotate(-20deg);
            transform: translate(0, -10%) rotate(-20deg);
  }
  100% {
    -webkit-transform: translate(0, -50%) rotate(20deg);
            transform: translate(0, -50%) rotate(20deg);
    left: -40px;
  }
}
@-webkit-keyframes zoomup {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
@keyframes zoomup {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
.d-none {
  display: none;
}

#video {
  opacity: 0;
}

.splash_container {
  font-family: "Fjalla One", sans-serif;
  position: relative;
  /* 光る星だけアニメーション */
  /* ------------- 予約制の部屋店 ------------- */
}
.splash_container .cover {
  background: url("/_img/dot.png") rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 2;
}
.splash_container .videotitle {
  display: none;
}
.splash_container .scroll {
  display: none;
}
.splash_container .hero-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
  overflow: hidden;
}
.splash_container .hero-slide .hero-slide_wrap {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
}
.splash_container .hero-slide .img,
.splash_container .hero-slide .text {
  position: absolute;
}
.splash_container .hero-slide .text img {
  width: 100%;
}
@media (min-width: 769px) {
  .splash_container .hero-slide .text img {
    width: auto;
  }
}
@font-face {
  font-family: "BestTen-DOT";
  src: url("../_common/fonts/BestTen-DOT.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.splash_container #invader-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #17161e;
  padding-top: 110px;
  padding-bottom: 70px;
}
@media (min-width: 769px) {
  .splash_container #invader-container {
    padding-bottom: 150px;
  }
}
.splash_container #invader {
  display: block;
  width: 80%;
  height: 78%;
  max-width: 80%;
  margin: 0 auto;
  outline: none;
}
.splash_container .lives-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 90%;
  font-family: "BestTen-DOT";
  font-size: 15px;
  letter-spacing: 2px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .splash_container .lives-wrapper {
    width: 80%;
    font-size: 18px;
  }
}
.splash_container .hud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
  gap: 32px;
  font-family: "BestTen-DOT";
  font-size: 15px;
  letter-spacing: 2px;
  position: relative;
}
.splash_container .hud::before {
  content: "";
  width: 100%;
  height: 5px;
  background-image: linear-gradient(to right, #fff 4px, transparent 4px);
  background-size: 5px 10px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 769px) {
  .splash_container .hud {
    width: 80%;
    font-size: 18px;
  }
}
.splash_container .hud-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.splash_container .score-label,
.splash_container #score-value,
.splash_container .countdown-label {
  color: #08d6c2;
  font-weight: bold;
}
.splash_container .score-label,
.splash_container .countdown-label {
  margin-right: 4px;
}
.splash_container #score-value,
.splash_container #countdown-value {
  min-width: 32px;
  display: inline-block;
  text-align: right;
}
.splash_container #score-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.splash_container #score-value::before {
  content: "&lt; ";
}
.splash_container #score-value::after {
  content: " &gt;";
}
.splash_container .lives-label,
.splash_container #lives-value,
.splash_container #countdown-value {
  color: #ff3b66;
}
.splash_container .game-over {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-family: "BestTen-DOT";
  font-size: 52px;
  text-align: center;
  letter-spacing: 2px;
  color: #fee51b;
  background: rgba(23, 22, 30, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media (min-width: 769px) {
  .splash_container .game-over {
    font-size: 62px;
  }
}
.splash_container .invader-date-time {
  font-size: 18px;
}
@media (min-width: 769px) {
  .splash_container .invader-date-time {
    font-size: 24px;
  }
}
.splash_container #onoff-container {
  background: #3c569e;
}
.splash_container #onoff-container::after {
  content: "";
  width: 100%;
  height: 45%;
  background: #2b3b6d;
  position: absolute;
  right: 0;
  bottom: 0;
  clip-path: polygon(0 65%, 0 100%, 100% 100%, 100% 0);
}
@media (min-width: 769px) {
  .splash_container #onoff-container::after {
    height: 60%;
    clip-path: polygon(0 80%, 0 100%, 100% 100%, 100% 0);
  }
}
.splash_container .onoff-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-45%, -40%);
          transform: translate(-45%, -40%);
  width: 240px;
  height: 320px;
  z-index: 5;
}
@media (min-width: 376px) {
  .splash_container .onoff-inner {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 350px;
    height: 500px;
  }
}
@media (min-width: 769px) {
  .splash_container .onoff-inner {
    height: 515px;
  }
}
.splash_container .onoff-sp {
  width: 160px;
  height: auto;
  aspect-ratio: 9/16;
  position: absolute;
  bottom: 15px;
  left: 13px;
  z-index: 5;
}
.splash_container .onoff-sp:first-child {
  width: 175px;
  bottom: 0;
  left: 0;
  -webkit-filter: drop-shadow(-20px 0px 3px rgba(13, 25, 53, 0.4));
          filter: drop-shadow(-20px 0px 3px rgba(13, 25, 53, 0.4));
}
@media (max-width: 768px) {
  .splash_container .onoff-sp {
    width: 160px;
    bottom: 15px;
  }
  .splash_container .onoff-sp:first-child {
    width: 175px;
  }
}
@media (min-width: 376px) {
  .splash_container .onoff-sp {
    width: 260px;
    bottom: 20px;
    left: 18px;
  }
  .splash_container .onoff-sp:first-child {
    width: 280px;
  }
}
@media (min-width: 769px) {
  .splash_container .onoff-sp {
    width: 270px;
    bottom: 20px;
  }
  .splash_container .onoff-sp:first-child {
    width: 290px;
  }
}
.splash_container .onoff-switch {
  width: 60px;
  height: auto;
  position: absolute;
  top: 20px;
  left: 65px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform, visibility;
  z-index: 6;
}
@media (min-width: 376px) {
  .splash_container .onoff-switch {
    width: 80px;
    left: 95px;
  }
}
@media (min-width: 769px) {
  .splash_container .onoff-switch {
    width: 95px;
    top: 10px;
  }
}
.splash_container .onoff-switch.active {
  opacity: 1;
  visibility: visible;
  scale: 1;
}
.splash_container .onoff-switch.inactive {
  opacity: 0;
  visibility: hidden;
  scale: 0.95;
}
.splash_container .onoff-male {
  position: absolute;
  top: 30%;
  right: 15px;
  width: 123px;
  height: 320px;
  background: url(/_img/slide8/male.png) no-repeat;
  background-size: auto 320px;
  background-position-x: -492px;
  z-index: 6;
}
@media (min-width: 376px) {
  .splash_container .onoff-male {
    right: 0;
    width: 211px;
    height: 550px;
    background-size: auto 550px;
    background-position-x: -844px;
  }
}
@media (min-width: 769px) {
  .splash_container .onoff-male {
    top: 20px;
    right: -150px;
    width: 220px;
    height: 572px;
    background-size: auto 572px;
    background-position-x: -880px;
  }
}
.splash_container .onoff-male.active {
  -webkit-animation: parapara-se 1.5s steps(4) forwards;
          animation: parapara-se 1.5s steps(4) forwards;
}
@media (min-width: 376px) {
  .splash_container .onoff-male.active {
    -webkit-animation: parapara-sp 1.5s steps(4) forwards;
            animation: parapara-sp 1.5s steps(4) forwards;
  }
}
@media (min-width: 769px) {
  .splash_container .onoff-male.active {
    -webkit-animation: parapara 1.5s steps(4) forwards;
            animation: parapara 1.5s steps(4) forwards;
  }
}
@-webkit-keyframes parapara {
  from {
    background-position-x: -880px;
    right: -150px;
  }
  to {
    background-position-x: 0;
    right: -20px;
  }
}
@keyframes parapara {
  from {
    background-position-x: -880px;
    right: -150px;
  }
  to {
    background-position-x: 0;
    right: -20px;
  }
}
@-webkit-keyframes parapara-sp {
  from {
    background-position-x: -844px;
    top: 30%;
  }
  to {
    background-position-x: 0;
    top: 30px;
  }
}
@keyframes parapara-sp {
  from {
    background-position-x: -844px;
    top: 30%;
  }
  to {
    background-position-x: 0;
    top: 30px;
  }
}
@-webkit-keyframes parapara-se {
  from {
    background-position-x: -492px;
    top: 30%;
  }
  to {
    background-position-x: 0;
    top: 30px;
  }
}
@keyframes parapara-se {
  from {
    background-position-x: -492px;
    top: 30%;
  }
  to {
    background-position-x: 0;
    top: 30px;
  }
}
.splash_container .onoff-video-mask {
  /* 3D効果を有効にするためにperspectiveを指定 */
  -webkit-perspective: 800px;
          perspective: 800px; /* 値が小さいほどパースが強くなる */
  width: 100%;
  aspect-ratio: 9/16;
  /* マスクはラッパーにだけ指定 */
  mask-image: url("/_img/slide8/sp-front.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 0 0;
  -webkit-mask-image: url("/_img/slide8/sp-front.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  background: #fff;
  display: block;
  position: relative;
  overflow: hidden;
}
.splash_container .onoff-video {
  width: 95%;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 15px;
  top: 50%;
  /* ここで動画だけ傾ける */
  -webkit-transform: translate(0, -53%) rotateZ(350deg) rotateX(3deg) rotateY(30deg);
          transform: translate(0, -53%) rotateZ(350deg) rotateX(3deg) rotateY(30deg); /* 横方向のパース（必要に応じて） */
  /* transform-originで回転の中心を調整（必要に応じて） */
  -webkit-transform-origin: center center;
          transform-origin: center center;
  display: block;
  background: #fff;
}
.splash_container .hero-slide7_block {
  background: #0b1a36;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.splash_container .starry-sky {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.splash_container .star {
  position: absolute;
  width: 1px;
  height: 1px;
  background: white;
  border-radius: 50%;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .splash_container .star {
    width: 2px;
    height: 2px;
  }
}
.splash_container .twinkle {
  -webkit-animation: twinkle 2.5s infinite;
          animation: twinkle 2.5s infinite;
}
@-webkit-keyframes twinkle {
  0% {
    opacity: 0.8;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes twinkle {
  0% {
    opacity: 0.8;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
  }
}
.splash_container .heyawars-logo {
  width: auto;
  height: 70px;
  position: absolute;
  left: 50%;
  bottom: 80px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-left: 20px;
}
@media (min-width: 376px) {
  .splash_container .heyawars-logo {
    height: 85px;
  }
}
@media (min-width: 960px) {
  .splash_container .heyawars-logo {
    height: 20%;
    bottom: 180px;
  }
}
.splash_container .heyawars-op {
  position: absolute;
  width: 96%;
  height: 100vh;
  bottom: 170px;
  left: 50%;
  overflow: hidden;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transform: translateX(-50%) perspective(300px) rotateX(25deg);
          transform: translateX(-50%) perspective(300px) rotateX(25deg);
}
.splash_container .heyawars-op:after {
  position: absolute;
  content: " ";
  left: 0;
  right: 0;
  top: 0;
  bottom: 60%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(11, 26, 54)), to(transparent));
  background-image: linear-gradient(top, rgb(11, 26, 54) 0%, transparent 100%);
  pointer-events: none;
}
@media (min-width: 376px) {
  .splash_container .heyawars-op {
    height: 120vh;
    bottom: 200px;
  }
}
@media (min-width: 768px) {
  .splash_container .heyawars-op {
    height: 75%;
    bottom: 360px;
  }
}
.splash_container .heyawars-sentence {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  color: #fee51b;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  -webkit-animation: scroll 35s linear 0.4s infinite;
          animation: scroll 35s linear 0.4s infinite;
}
@media (min-width: 376px) {
  .splash_container .heyawars-sentence {
    font-size: 18px;
    -webkit-animation: scroll 48s linear 1s infinite;
            animation: scroll 48s linear 1s infinite;
  }
}
@media (min-width: 768px) {
  .splash_container .heyawars-sentence {
    font-size: 24px;
    -webkit-animation: scroll 40s linear 1.3s infinite;
            animation: scroll 40s linear 1.3s infinite;
  }
}
@media (min-width: 1200px) {
  .splash_container .heyawars-sentence {
    font-size: 28px;
  }
}
@-webkit-keyframes scroll {
  0% {
    top: 100%;
  }
  100% {
    top: -170%;
  }
}
@keyframes scroll {
  0% {
    top: 100%;
  }
  100% {
    top: -170%;
  }
}
.splash_container .heyawars-sentence-inner {
  display: inline-block;
  letter-spacing: 2px;
  line-height: 2.5;
  text-wrap: balance;
}
.splash_container .heyawars-sentence-inner:not(:last-child) {
  margin-bottom: 25px;
}
.splash_container .heyawars-sentence-inner span {
  display: inline-block;
}
.splash_container #jumping-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.splash_container .door_front,
.splash_container .door_back {
  width: auto;
  height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.splash_container .door_front {
  z-index: 4;
}
.splash_container .door_back {
  z-index: 1;
}
.splash_container .floating-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
}
@media (min-width: 769px) {
  .splash_container .floating-img {
    width: 300px;
  }
}
.splash_container .floating-lady-wrapper {
  width: 40%;
  height: 62%;
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.splash_container .floating-lady {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@-webkit-keyframes chair {
  0%, 100% {
    -webkit-transform: rotate(var(--rotate)) scale(1);
            transform: rotate(var(--rotate)) scale(1);
    translate: -200% 20%;
  }
  30% {
    -webkit-transform: rotate(var(--rotate)) scale(1.5);
            transform: rotate(var(--rotate)) scale(1.5);
    translate: 120% 40%;
  }
  50% {
    -webkit-transform: rotate(var(--rotate)) scale(0.5);
            transform: rotate(var(--rotate)) scale(0.5);
    translate: 30% -150%;
  }
  70% {
    -webkit-transform: rotate(var(--rotate)) scale(0.8);
            transform: rotate(var(--rotate)) scale(0.8);
    translate: -220% -150%;
  }
}
@keyframes chair {
  0%, 100% {
    -webkit-transform: rotate(var(--rotate)) scale(1);
            transform: rotate(var(--rotate)) scale(1);
    translate: -200% 20%;
  }
  30% {
    -webkit-transform: rotate(var(--rotate)) scale(1.5);
            transform: rotate(var(--rotate)) scale(1.5);
    translate: 120% 40%;
  }
  50% {
    -webkit-transform: rotate(var(--rotate)) scale(0.5);
            transform: rotate(var(--rotate)) scale(0.5);
    translate: 30% -150%;
  }
  70% {
    -webkit-transform: rotate(var(--rotate)) scale(0.8);
            transform: rotate(var(--rotate)) scale(0.8);
    translate: -220% -150%;
  }
}
@-webkit-keyframes chair-sp {
  0%, 100% {
    -webkit-transform: rotate(var(--rotate)) scale(1.2);
            transform: rotate(var(--rotate)) scale(1.2);
    translate: -150% 70%;
  }
  30% {
    -webkit-transform: rotate(var(--rotate)) scale(1.5);
            transform: rotate(var(--rotate)) scale(1.5);
    translate: 90% 60%;
  }
  50% {
    -webkit-transform: rotate(var(--rotate)) scale(0.5);
            transform: rotate(var(--rotate)) scale(0.5);
    translate: 30% -190%;
  }
  70% {
    -webkit-transform: rotate(var(--rotate)) scale(0.8);
            transform: rotate(var(--rotate)) scale(0.8);
    translate: -150% -180%;
  }
}
@keyframes chair-sp {
  0%, 100% {
    -webkit-transform: rotate(var(--rotate)) scale(1.2);
            transform: rotate(var(--rotate)) scale(1.2);
    translate: -150% 70%;
  }
  30% {
    -webkit-transform: rotate(var(--rotate)) scale(1.5);
            transform: rotate(var(--rotate)) scale(1.5);
    translate: 90% 60%;
  }
  50% {
    -webkit-transform: rotate(var(--rotate)) scale(0.5);
            transform: rotate(var(--rotate)) scale(0.5);
    translate: 30% -190%;
  }
  70% {
    -webkit-transform: rotate(var(--rotate)) scale(0.8);
            transform: rotate(var(--rotate)) scale(0.8);
    translate: -150% -180%;
  }
}
.splash_container .floating-chair {
  -webkit-animation: 40s chair-sp infinite cubic-bezier(0.4, 0, 0.2, 1);
          animation: 40s chair-sp infinite cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 5;
}
@media (min-width: 769px) {
  .splash_container .floating-chair {
    -webkit-animation: 40s chair infinite cubic-bezier(0.4, 0, 0.2, 1);
            animation: 40s chair infinite cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@-webkit-keyframes cup {
  0%, 100% {
    -webkit-transform: rotate(var(--rotate)) scale(1.1);
            transform: rotate(var(--rotate)) scale(1.1);
    translate: 50% 20%;
  }
  30% {
    -webkit-transform: rotate(var(--rotate)) scale(1.8);
            transform: rotate(var(--rotate)) scale(1.8);
    translate: -200% 20%;
  }
  50% {
    -webkit-transform: rotate(var(--rotate)) scale(1);
            transform: rotate(var(--rotate)) scale(1);
    translate: -210% -130%;
  }
  70% {
    -webkit-transform: rotate(var(--rotate)) scale(0.8);
            transform: rotate(var(--rotate)) scale(0.8);
    translate: 80% -90%;
  }
}
@keyframes cup {
  0%, 100% {
    -webkit-transform: rotate(var(--rotate)) scale(1.1);
            transform: rotate(var(--rotate)) scale(1.1);
    translate: 50% 20%;
  }
  30% {
    -webkit-transform: rotate(var(--rotate)) scale(1.8);
            transform: rotate(var(--rotate)) scale(1.8);
    translate: -200% 20%;
  }
  50% {
    -webkit-transform: rotate(var(--rotate)) scale(1);
            transform: rotate(var(--rotate)) scale(1);
    translate: -210% -130%;
  }
  70% {
    -webkit-transform: rotate(var(--rotate)) scale(0.8);
            transform: rotate(var(--rotate)) scale(0.8);
    translate: 80% -90%;
  }
}
@-webkit-keyframes cup-sp {
  0%, 100% {
    -webkit-transform: rotate(var(--rotate)) scale(1.2);
            transform: rotate(var(--rotate)) scale(1.2);
    translate: 30% 50%;
  }
  30% {
    -webkit-transform: rotate(var(--rotate)) scale(1.5);
            transform: rotate(var(--rotate)) scale(1.5);
    translate: -180% 60%;
  }
  50% {
    -webkit-transform: rotate(var(--rotate)) scale(1);
            transform: rotate(var(--rotate)) scale(1);
    translate: -150% -180%;
  }
  70% {
    -webkit-transform: rotate(var(--rotate)) scale(0.7);
            transform: rotate(var(--rotate)) scale(0.7);
    translate: 50% -190%;
  }
}
@keyframes cup-sp {
  0%, 100% {
    -webkit-transform: rotate(var(--rotate)) scale(1.2);
            transform: rotate(var(--rotate)) scale(1.2);
    translate: 30% 50%;
  }
  30% {
    -webkit-transform: rotate(var(--rotate)) scale(1.5);
            transform: rotate(var(--rotate)) scale(1.5);
    translate: -180% 60%;
  }
  50% {
    -webkit-transform: rotate(var(--rotate)) scale(1);
            transform: rotate(var(--rotate)) scale(1);
    translate: -150% -180%;
  }
  70% {
    -webkit-transform: rotate(var(--rotate)) scale(0.7);
            transform: rotate(var(--rotate)) scale(0.7);
    translate: 50% -190%;
  }
}
.splash_container .floating-cup {
  -webkit-animation: 40s cup-sp infinite cubic-bezier(0.4, 0, 0.2, 1);
          animation: 40s cup-sp infinite cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 5;
}
@media (min-width: 769px) {
  .splash_container .floating-cup {
    -webkit-animation: 40s cup infinite cubic-bezier(0.4, 0, 0.2, 1);
            animation: 40s cup infinite cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@-webkit-keyframes fridge {
  0%, 100% {
    -webkit-transform: rotate(var(--rotate)) scale(0.8);
            transform: rotate(var(--rotate)) scale(0.8);
    translate: 80% -90%;
  }
  30% {
    -webkit-transform: rotate(var(--rotate)) scale(1.2);
            transform: rotate(var(--rotate)) scale(1.2);
    translate: -230% -100%;
  }
  50% {
    -webkit-transform: rotate(var(--rotate)) scale(1.5);
            transform: rotate(var(--rotate)) scale(1.5);
    translate: -200% 20%;
  }
  70% {
    -webkit-transform: rotate(var(--rotate)) scale(1);
            transform: rotate(var(--rotate)) scale(1);
    translate: 100% 20%;
  }
}
@keyframes fridge {
  0%, 100% {
    -webkit-transform: rotate(var(--rotate)) scale(0.8);
            transform: rotate(var(--rotate)) scale(0.8);
    translate: 80% -90%;
  }
  30% {
    -webkit-transform: rotate(var(--rotate)) scale(1.2);
            transform: rotate(var(--rotate)) scale(1.2);
    translate: -230% -100%;
  }
  50% {
    -webkit-transform: rotate(var(--rotate)) scale(1.5);
            transform: rotate(var(--rotate)) scale(1.5);
    translate: -200% 20%;
  }
  70% {
    -webkit-transform: rotate(var(--rotate)) scale(1);
            transform: rotate(var(--rotate)) scale(1);
    translate: 100% 20%;
  }
}
@-webkit-keyframes fridge-sp {
  0%, 100% {
    -webkit-transform: rotate(var(--rotate)) scale(0.8);
            transform: rotate(var(--rotate)) scale(0.8);
    translate: 60% -130%;
  }
  30% {
    -webkit-transform: rotate(var(--rotate)) scale(1.2);
            transform: rotate(var(--rotate)) scale(1.2);
    translate: -180% -150%;
  }
  50% {
    -webkit-transform: rotate(var(--rotate)) scale(1.5);
            transform: rotate(var(--rotate)) scale(1.5);
    translate: -180% 50%;
  }
  70% {
    -webkit-transform: rotate(var(--rotate)) scale(1);
            transform: rotate(var(--rotate)) scale(1);
    translate: 80% 40%;
  }
}
@keyframes fridge-sp {
  0%, 100% {
    -webkit-transform: rotate(var(--rotate)) scale(0.8);
            transform: rotate(var(--rotate)) scale(0.8);
    translate: 60% -130%;
  }
  30% {
    -webkit-transform: rotate(var(--rotate)) scale(1.2);
            transform: rotate(var(--rotate)) scale(1.2);
    translate: -180% -150%;
  }
  50% {
    -webkit-transform: rotate(var(--rotate)) scale(1.5);
            transform: rotate(var(--rotate)) scale(1.5);
    translate: -180% 50%;
  }
  70% {
    -webkit-transform: rotate(var(--rotate)) scale(1);
            transform: rotate(var(--rotate)) scale(1);
    translate: 80% 40%;
  }
}
.splash_container .floating-fridge {
  -webkit-animation: 40s fridge-sp infinite cubic-bezier(0.4, 0, 0.2, 1);
          animation: 40s fridge-sp infinite cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
@media (min-width: 769px) {
  .splash_container .floating-fridge {
    -webkit-animation: 40s fridge infinite cubic-bezier(0.4, 0, 0.2, 1);
            animation: 40s fridge infinite cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@-webkit-keyframes headphone {
  0%, 100% {
    -webkit-transform: rotate(var(--rotate)) scale(0.4);
            transform: rotate(var(--rotate)) scale(0.4);
    translate: -50% -130%;
  }
  30% {
    -webkit-transform: rotate(var(--rotate)) scale(0.2);
            transform: rotate(var(--rotate)) scale(0.2);
    translate: 150% -50%;
  }
  50% {
    -webkit-transform: rotate(var(--rotate)) scale(1);
            transform: rotate(var(--rotate)) scale(1);
    translate: -50% 20%;
  }
  70% {
    -webkit-transform: rotate(var(--rotate)) scale(0.6);
            transform: rotate(var(--rotate)) scale(0.6);
    translate: -190% -70%;
  }
}
@keyframes headphone {
  0%, 100% {
    -webkit-transform: rotate(var(--rotate)) scale(0.4);
            transform: rotate(var(--rotate)) scale(0.4);
    translate: -50% -130%;
  }
  30% {
    -webkit-transform: rotate(var(--rotate)) scale(0.2);
            transform: rotate(var(--rotate)) scale(0.2);
    translate: 150% -50%;
  }
  50% {
    -webkit-transform: rotate(var(--rotate)) scale(1);
            transform: rotate(var(--rotate)) scale(1);
    translate: -50% 20%;
  }
  70% {
    -webkit-transform: rotate(var(--rotate)) scale(0.6);
            transform: rotate(var(--rotate)) scale(0.6);
    translate: -190% -70%;
  }
}
@-webkit-keyframes headphone-sp {
  0%, 100% {
    -webkit-transform: rotate(var(--rotate)) scale(0.4);
            transform: rotate(var(--rotate)) scale(0.4);
    translate: -40% -190%;
  }
  30% {
    -webkit-transform: rotate(var(--rotate)) scale(0.2);
            transform: rotate(var(--rotate)) scale(0.2);
    translate: 70% -70%;
  }
  50% {
    -webkit-transform: rotate(var(--rotate)) scale(0.8);
            transform: rotate(var(--rotate)) scale(0.8);
    translate: -40% 70%;
  }
  70% {
    -webkit-transform: rotate(var(--rotate)) scale(0.6);
            transform: rotate(var(--rotate)) scale(0.6);
    translate: -160% -70%;
  }
}
@keyframes headphone-sp {
  0%, 100% {
    -webkit-transform: rotate(var(--rotate)) scale(0.4);
            transform: rotate(var(--rotate)) scale(0.4);
    translate: -40% -190%;
  }
  30% {
    -webkit-transform: rotate(var(--rotate)) scale(0.2);
            transform: rotate(var(--rotate)) scale(0.2);
    translate: 70% -70%;
  }
  50% {
    -webkit-transform: rotate(var(--rotate)) scale(0.8);
            transform: rotate(var(--rotate)) scale(0.8);
    translate: -40% 70%;
  }
  70% {
    -webkit-transform: rotate(var(--rotate)) scale(0.6);
            transform: rotate(var(--rotate)) scale(0.6);
    translate: -160% -70%;
  }
}
.splash_container .floating-headphone {
  -webkit-animation: 40s headphone-sp infinite cubic-bezier(0.4, 0, 0.2, 1);
          animation: 40s headphone-sp infinite cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
@media (min-width: 769px) {
  .splash_container .floating-headphone {
    -webkit-animation: 40s headphone infinite cubic-bezier(0.4, 0, 0.2, 1);
            animation: 40s headphone infinite cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@-webkit-keyframes icecandy {
  0%, 100% {
    -webkit-transform: rotate(var(--rotate)) scale(1.1);
            transform: rotate(var(--rotate)) scale(1.1);
    translate: -210% -130%;
  }
  30% {
    -webkit-transform: rotate(var(--rotate)) scale(0.8);
            transform: rotate(var(--rotate)) scale(0.8);
    translate: 100% -150%;
  }
  50% {
    -webkit-transform: rotate(var(--rotate)) scale(1.8);
            transform: rotate(var(--rotate)) scale(1.8);
    translate: 100% 20%;
  }
  70% {
    -webkit-transform: rotate(var(--rotate)) scale(1.5);
            transform: rotate(var(--rotate)) scale(1.5);
    translate: -200% 50%;
  }
}
@keyframes icecandy {
  0%, 100% {
    -webkit-transform: rotate(var(--rotate)) scale(1.1);
            transform: rotate(var(--rotate)) scale(1.1);
    translate: -210% -130%;
  }
  30% {
    -webkit-transform: rotate(var(--rotate)) scale(0.8);
            transform: rotate(var(--rotate)) scale(0.8);
    translate: 100% -150%;
  }
  50% {
    -webkit-transform: rotate(var(--rotate)) scale(1.8);
            transform: rotate(var(--rotate)) scale(1.8);
    translate: 100% 20%;
  }
  70% {
    -webkit-transform: rotate(var(--rotate)) scale(1.5);
            transform: rotate(var(--rotate)) scale(1.5);
    translate: -200% 50%;
  }
}
@-webkit-keyframes icecandy-sp {
  0%, 100% {
    -webkit-transform: rotate(var(--rotate)) scale(1.1);
            transform: rotate(var(--rotate)) scale(1.1);
    translate: -130% -190%;
  }
  30% {
    -webkit-transform: rotate(var(--rotate)) scale(0.8);
            transform: rotate(var(--rotate)) scale(0.8);
    translate: 50% -200%;
  }
  50% {
    -webkit-transform: rotate(var(--rotate)) scale(1.7);
            transform: rotate(var(--rotate)) scale(1.7);
    translate: 85% 100%;
  }
  70% {
    -webkit-transform: rotate(var(--rotate)) scale(1.5);
            transform: rotate(var(--rotate)) scale(1.5);
    translate: -130% 90%;
  }
}
@keyframes icecandy-sp {
  0%, 100% {
    -webkit-transform: rotate(var(--rotate)) scale(1.1);
            transform: rotate(var(--rotate)) scale(1.1);
    translate: -130% -190%;
  }
  30% {
    -webkit-transform: rotate(var(--rotate)) scale(0.8);
            transform: rotate(var(--rotate)) scale(0.8);
    translate: 50% -200%;
  }
  50% {
    -webkit-transform: rotate(var(--rotate)) scale(1.7);
            transform: rotate(var(--rotate)) scale(1.7);
    translate: 85% 100%;
  }
  70% {
    -webkit-transform: rotate(var(--rotate)) scale(1.5);
            transform: rotate(var(--rotate)) scale(1.5);
    translate: -130% 90%;
  }
}
.splash_container .floating-icecandy {
  -webkit-animation: 40s icecandy-sp infinite cubic-bezier(0.4, 0, 0.2, 1);
          animation: 40s icecandy-sp infinite cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
@media (min-width: 769px) {
  .splash_container .floating-icecandy {
    -webkit-animation: 40s icecandy infinite cubic-bezier(0.4, 0, 0.2, 1);
            animation: 40s icecandy infinite cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@-webkit-keyframes tv {
  0%, 100% {
    -webkit-transform: rotate(var(--rotate)) scale(0.7);
            transform: rotate(var(--rotate)) scale(0.7);
    translate: -145% -70%;
  }
  30% {
    -webkit-transform: rotate(var(--rotate)) scale(1.2);
            transform: rotate(var(--rotate)) scale(1.2);
    translate: -50% 80%;
  }
  50% {
    -webkit-transform: rotate(var(--rotate)) scale(0.8);
            transform: rotate(var(--rotate)) scale(0.8);
    translate: 130% -120%;
  }
  70% {
    -webkit-transform: rotate(var(--rotate)) scale(0.4);
            transform: rotate(var(--rotate)) scale(0.4);
    translate: -70% -250%;
  }
}
@keyframes tv {
  0%, 100% {
    -webkit-transform: rotate(var(--rotate)) scale(0.7);
            transform: rotate(var(--rotate)) scale(0.7);
    translate: -145% -70%;
  }
  30% {
    -webkit-transform: rotate(var(--rotate)) scale(1.2);
            transform: rotate(var(--rotate)) scale(1.2);
    translate: -50% 80%;
  }
  50% {
    -webkit-transform: rotate(var(--rotate)) scale(0.8);
            transform: rotate(var(--rotate)) scale(0.8);
    translate: 130% -120%;
  }
  70% {
    -webkit-transform: rotate(var(--rotate)) scale(0.4);
            transform: rotate(var(--rotate)) scale(0.4);
    translate: -70% -250%;
  }
}
@-webkit-keyframes tv-sp {
  0%, 100% {
    -webkit-transform: rotate(var(--rotate)) scale(0.7);
            transform: rotate(var(--rotate)) scale(0.7);
    translate: -145% -70%;
  }
  30% {
    -webkit-transform: rotate(var(--rotate)) scale(1.2);
            transform: rotate(var(--rotate)) scale(1.2);
    translate: -50% 150%;
  }
  50% {
    -webkit-transform: rotate(var(--rotate)) scale(0.8);
            transform: rotate(var(--rotate)) scale(0.8);
    translate: 60% -110%;
  }
  70% {
    -webkit-transform: rotate(var(--rotate)) scale(0.5);
            transform: rotate(var(--rotate)) scale(0.5);
    translate: -40% -300%;
  }
}
@keyframes tv-sp {
  0%, 100% {
    -webkit-transform: rotate(var(--rotate)) scale(0.7);
            transform: rotate(var(--rotate)) scale(0.7);
    translate: -145% -70%;
  }
  30% {
    -webkit-transform: rotate(var(--rotate)) scale(1.2);
            transform: rotate(var(--rotate)) scale(1.2);
    translate: -50% 150%;
  }
  50% {
    -webkit-transform: rotate(var(--rotate)) scale(0.8);
            transform: rotate(var(--rotate)) scale(0.8);
    translate: 60% -110%;
  }
  70% {
    -webkit-transform: rotate(var(--rotate)) scale(0.5);
            transform: rotate(var(--rotate)) scale(0.5);
    translate: -40% -300%;
  }
}
.splash_container .floating-tv {
  -webkit-animation: 40s tv-sp infinite cubic-bezier(0.4, 0, 0.2, 1);
          animation: 40s tv-sp infinite cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 5;
}
@media (min-width: 769px) {
  .splash_container .floating-tv {
    -webkit-animation: 40s tv infinite cubic-bezier(0.4, 0, 0.2, 1);
            animation: 40s tv infinite cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.splash_container .hero-slide5_block {
  position: absolute;
  top: 0;
  left: 0;
}
.splash_container .title-creation {
  display: block;
  width: 60%;
  position: absolute;
  left: 0;
  top: 30%;
  z-index: 3;
}
@media (min-width: 960px) {
  .splash_container .title-creation {
    width: 45%;
    left: 8%;
    top: 15%;
  }
}
.splash_container .bg-creation {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.splash_container #creation-container {
  display: block;
  width: 90%;
  height: 65%;
  background: linear-gradient(135deg, #f6e3cb 0%, #cceae7 100%);
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 960px) {
  .splash_container #creation-container {
    width: 70%;
  }
}
.splash_container .lego-block {
  position: absolute;
  top: 0; /* 初期位置を上端に設定 */
  left: 0;
  opacity: 1;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.splash_container .hero-slide1_block {
  background-image: url("../_img/slide1/new-step_bg.webp");
}
.splash_container .hero-slide1_block .text {
  right: 5%;
  top: 50%;
  z-index: 1;
  vertical-align: top;
  width: 60vmin;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}
.splash_container .hero-slide1_block .img {
  width: 70vmin;
  -o-object-fit: contain;
     object-fit: contain;
  top: 10vmin;
  left: 20%;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  -webkit-animation: 40s fuwafuwaSP infinite;
          animation: 40s fuwafuwaSP infinite;
}
@media (min-width: 769px) {
  .splash_container .hero-slide1_block .img {
    -webkit-animation: 40s fuwafuwa infinite;
            animation: 40s fuwafuwa infinite;
  }
}
.splash_container .hero-slide2_block {
  background-image: url("../_img/slide2/bg.webp");
}
.splash_container .hero-slide2_block .text {
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-animation: slideup 3s forwards;
          animation: slideup 3s forwards;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.splash_container .hero-slide2_block .text img {
  width: 100%;
}
.splash_container .hero-slide2_block span {
  position: absolute;
  left: 20%;
  top: 40%;
  width: 50px;
  height: 50px;
  display: block;
  -webkit-animation: zoomup 2s infinite;
          animation: zoomup 2s infinite;
  background: radial-gradient(ellipse at center, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4dffffff", endColorstr="#00ffffff", GradientType=1);
  z-index: 5;
}
.splash_container .hero-slide3_block {
  background-image: url("../_img/slide3/bg.webp");
}
.splash_container .hero-slide3_block .text {
  left: 50%;
  top: 45%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: slideup 3s forwards;
          animation: slideup 3s forwards;
  width: 50vw;
}
@media (min-width: 769px) {
  .splash_container .hero-slide3_block .text {
    width: 34vw;
  }
}
.splash_container .hero-slide4_block {
  background-color: #fefadb;
  background-image: url("../_img/slide4/bg.webp");
  background-size: 70vw auto;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .splash_container .hero-slide4_block {
    background-size: 50vw auto;
  }
}
.splash_container .hero-slide4_block .text {
  left: 50%;
  top: 9%;
  opacity: 0;
  -webkit-animation: slideup 3s forwards;
          animation: slideup 3s forwards;
  width: 50vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 769px) {
  .splash_container .hero-slide4_block .text {
    width: 50vw;
    top: 40%;
  }
}
.splash_container .reserve-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center right;
  z-index: 1;
}
.splash_container .reserve-text {
  position: absolute;
  z-index: 1;
  width: 23vw;
  top: 20vh;
  right: 13vw;
  z-index: 99;
  opacity: 1;
}
.splash_container .reserve-text img {
  width: 100%;
  height: auto;
}
.splash_container video {
  height: 100vh;
  max-height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -100;
  background: #000;
  margin: 0;
  padding: 0;
}

.pc .reserve-wrap {
  background-image: url("../_img/movie/20190124.jpg");
}

.sp .reserve-wrap {
  background-image: url("../_img/movie/20190124_sp.jpg");
}

.slideup {
  -webkit-animation: slideup 5.5s;
          animation: slideup 5.5s;
}

@-webkit-keyframes slideup {
  0% {
    margin-top: 30px;
    opacity: 0;
  }
  75% {
    margin-top: 30px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes slideup {
  0% {
    margin-top: 30px;
    opacity: 0;
  }
  75% {
    margin-top: 30px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@media only screen and (orientation: portrait) and (max-width:768px) {
  .index_sp video {
    height: 74vh;
    max-height: 74vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -100;
    background: #000;
    margin: 0;
    padding: 0;
  }
  .index_sp .splash_container {
    height: auto;
  }
  .index_sp .splash_container .reserve-text {
    width: 30vw;
    top: 10vh;
    right: 17vw;
  }
}
.splash_container.pc .reserve {
  width: 220px;
  height: 220px;
  max-width: 40vw;
  max-height: 40vw;
  position: absolute;
  z-index: 99;
  bottom: 20px;
  left: 20px;
}
.splash_container.pc .sp_reserve {
  display: none;
}

.splash_container.sp .reserve {
  display: none;
}
.splash_container.sp .sp_reserve {
  width: 300px;
  height: 300px;
  max-width: 40vw;
  max-height: 40vw;
  position: absolute;
  z-index: 99;
  bottom: 5px;
  left: 10px;
}

@media only screen and (min-width:769px) {
  .cover {
    display: none;
  }
}
@media only screen and (min-width:960px) {
  .splash_container {
    height: 100%;
    width: 100%;
  }
  .splash_container .cover {
    display: block;
  }
  .splash_container .videotitle {
    width: 500px;
    text-align: center;
    color: #fee51b;
    position: absolute;
    bottom: 110px;
    left: 50%;
    margin-left: -250px;
    opacity: 0;
    display: block;
    font-size: 1.1em;
    font-family: "Open Sans", sans-serif, sans-serif;
    z-index: 10;
  }
  .splash_container .videotitle .title {
    border: solid 1px #fee51b;
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    padding: 7px 10px;
    margin-right: 10px;
    font-size: 0.9em;
    line-height: 1em;
    z-index: 999;
  }
  .splash_container .scroll {
    text-align: center;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 2em;
    color: #fee51b;
    bottom: 40px;
    display: block;
    z-index: 10;
  }
  .splash_container .scroll a {
    position: relative;
    color: #fee51b;
    text-decoration: none;
  }
  .splash_container .scroll a i:before {
    position: absolute;
    font-size: 2em;
    left: 50%;
    margin-left: -15px;
  }
  .splash_container .scroll a:after,
  .splash_container .scroll a:before {
    content: "";
    width: 10%;
    height: 2px;
    background: #fee51b;
    display: inline-block;
    vertical-align: middle;
  }
  .splash_container .scroll a:before {
    margin-right: 20px;
  }
  .splash_container .scroll a:after {
    margin-left: 20px;
  }
}
.splash_container.for-ipad-bg {
  background-size: cover;
  background-image: url("../_img/movie/20180116.jpg");
  background-position: center;
}

/* ------------- コンテンツ ------------- */
#index_nav {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
#index_nav li {
  display: inline;
  margin: 0 10px;
}
#index_nav a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}
#index_nav a:hover {
  opacity: 1;
  color: #fff;
}

.mute {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  z-index: 99;
  font-family: "Open Sans", sans-serif;
  color: #fee51b;
  text-align: center;
  cursor: pointer;
}
.mute:hover {
  opacity: 0.7;
}
.mute .fa_mute:before {
  content: "\f028";
  font-family: "FontAwesome";
  color: #fee51b;
  cursor: pointer;
}

.mute.off .fa_mute:before {
  content: "\f026";
  font-family: "FontAwesome";
  color: #fee51b;
  cursor: pointer;
}

#play-video {
  position: absolute;
  bottom: 0;
  right: 60px;
  z-index: 99;
  color: #fee51b;
  width: 60px;
  height: 60px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  color: #fee51b;
}
#play-video.play i:before {
  content: "\f04b";
  font-family: "FontAwesome";
  color: #fee51b;
  cursor: pointer;
}
#play-video.pause i:before {
  content: "\f04c";
  font-family: "FontAwesome";
  color: #fee51b;
  cursor: pointer;
}
#play-video:hover {
  opacity: 0.7;
  cursor: pointer;
}

.bg-dot {
  background: #fafafa url("/_common/img/bg_dot.png") repeat 0 0;
  padding-bottom: 0 !important;
  width: 100%;
  padding: 0;
}

.wrapper {
  padding: 0;
}
.wrapper .content {
  background: #fff;
}
.wrapper .aside {
  padding-top: 40px;
  width: 100%;
}

@media only screen and (min-width:960px) {
  .secondary_content {
    padding: 0 15px;
  }
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1400px;
    z-index: 9;
    margin: 0 auto;
  }
  .wrapper .content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 750px;
            flex: 1 1 750px;
  }
  .wrapper .aside {
    padding-top: 0;
    margin-left: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 300px;
            flex: 0 1 300px;
  }
}
/* スライダー ----------------------- */
.slider {
  background: #fff;
  margin-top: 25px;
}
.slider h2 {
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 10px;
  margin: 0;
  font-size: 1.5em;
  padding: 40px 0 0;
}
.slider .btn {
  text-align: center;
  padding: 20px 0 10px;
}
.slider .btn a {
  height: 25px;
  line-height: 14px !important;
  border-bottom: solid 1px #000;
  background: none;
  border-radius: 0;
  min-width: 120px;
}
.slider .btn a:hover {
  background: #000;
  opacity: 1;
  color: #fff;
}

.discount-slider {
  background: #fff;
  padding: 30px 0 40px;
}
.discount-slider .item-wrap {
  display: block;
  margin: 0 2rem 0 0;
}
.discount-slider a {
  display: block;
  padding: 15px 10px 10px;
  width: 200px;
  height: 200px;
  background: #fd0e00;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.discount-slider figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.discount-slider figure img {
  height: 120px;
}
.discount-slider figure figcaption {
  text-align: left;
  line-height: 1.3;
  min-width: 100%;
  font-size: 1.2rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media only screen and (max-width:768px) {
  .discount-slider .item-wrap {
    margin-right: 1rem;
  }
  .discount-slider a {
    width: calc((100vw - 30px) / 2);
    max-width: 180px;
  }
  .discount-slider a img {
    max-height: 30vw;
  }
}
.renovation-slider {
  background: #fff;
  padding: 30px 0 15px;
}
.renovation-slider a {
  display: block;
  width: 250px;
  margin: 0 20px;
  text-decoration: none;
  color: #444;
  line-height: 1.2;
}
.renovation-slider .thumb-wrap {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  width: 250px;
  height: 141px;
  margin-bottom: 10px;
}
.renovation-slider p {
  width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}
.renovation-slider p span {
  margin-right: 5px;
  font-size: 1.7rem;
}

@media only screen and (max-width:768px) {
  .renovation-slider a {
    width: 180px;
  }
  .renovation-slider .thumb-wrap {
    width: 180px;
    height: 102px;
  }
  .renovation-slider p {
    width: 180px;
  }
}
.gallery-item {
  padding: 30px 0;
  text-align: center;
  background: #fff;
}
.gallery-item a {
  text-align: center;
  display: block;
  text-decoration: none;
}
.gallery-item img {
  max-height: 100px;
  width: auto;
  display: inline !important;
  border: solid 1px #eee;
  display: inline-block;
  margin: 0 20px 20px;
}
.gallery-item img:hover {
  opacity: 0.65;
}
.gallery-item p {
  font-size: 1.1em;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 600;
}

.TVCM {
  color: #c64444;
}

.PV {
  color: #cc6699;
}

.POSTER {
  color: #969;
}

.NOVELTY {
  color: #496cba;
}

.NEWSPAPER {
  color: #39a7d8;
}

.DIRECTMAIL {
  color: #339999;
}

.WEB.SITE {
  color: #77aa33;
}

.MUSIC {
  color: #d8a400;
}

.PAMPHLET {
  color: #d67a00;
}

.OTHERS {
  color: #95633a;
}

.cast-item {
  padding: 20px 0;
  text-align: center;
  background: #fff;
}
.cast-item a {
  text-align: center;
  display: block;
}
.cast-item img {
  height: 150px;
  width: auto !important;
  display: inline !important;
}
.cast-item img:hover {
  opacity: 0.65;
}

@media only screen and (min-width:960px) {
  .slider h2 {
    font-size: 3em;
  }
  .cast-item {
    padding-bottom: 30px;
  }
  .cast-item img {
    height: 300px;
  }
}
/* コンテンツメニュー ------------------- */
.content-menu .gradiet {
  color: #fff;
}
.content-menu .group {
  background: url("../_img/footernav-bg_group.jpg") center 0;
}
.content-menu .company {
  background: url("../_img/footernav-bg_overview.jpg") center;
}
.content-menu .movie {
  background: url("../_img/footernav-bg_movie.jpg") center;
}
.content-menu .history {
  background: url("../_img/footernav-bg_history.jpg") center;
}
.content-menu .credo {
  background: url("../_img/footernav-bg_credo.jpg") center bottom;
}
.content-menu .member {
  background: url("../_img/footernav-bg_member.jpg") center;
}
.content-menu .map {
  background: url("../_img/footernav-bg_map.jpg") center;
}
.content-menu .contact {
  line-height: 80px;
  background: #fff;
}
.content-menu .contact a:after {
  content: "\f003";
  font-family: "FontAwesome";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -0.5em;
}
.content-menu div {
  height: 100px;
  line-height: 100px;
  text-align: center;
  padding: 0 !important;
  background-size: cover !important;
}
.content-menu div a {
  font-family: "Fjalla One", sans-serif;
  text-decoration: none;
  font-size: 1.5em;
  color: #000;
  display: block;
  height: 100px;
  width: 100%;
}
.content-menu a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: solid 1px #fee51b;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.content-menu a:active:before,
.content-menu a:focus:before,
.content-menu a:hover:before {
  border-width: 6px;
  z-index: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width:960px) {
  .content-menu {
    margin-bottom: 45px;
    margin-top: 25px;
  }
  .content-menu div {
    height: 250px !important;
    line-height: 250px;
  }
  .content-menu div a {
    font-size: 3em;
    height: 250px;
  }
  .content-menu .contact {
    line-height: 210px;
    background: #fff;
  }
}
/* タブメニュー -------------------- */
#filter {
  text-align: center;
  font-size: 1.5em;
  padding: 0.5em 0;
  margin: 0;
}
#filter li {
  display: inline;
  font-family: "Fjalla One", sans-serif;
  margin: 0 2%;
  text-decoration: none;
  color: #999;
}
#filter a {
  color: #999;
  text-decoration: none;
}
#filter a.active {
  color: #222;
  position: relative;
}
#filter a.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #fee51b;
  position: absolute;
  left: 0;
  bottom: -5px;
}

@media only screen and (min-width:769px) {
  #filter {
    padding: 20px 0;
  }
  #filter li {
    font-size: 1.7em;
    margin: 0 2%;
  }
}
@media only screen and (min-width:1200px) {
  #filter {
    padding: 20px 0;
  }
  #filter li {
    font-size: 1.8em;
    margin: 0 4%;
  }
}
/* コンテンツ */
.sort_wrap .item_wrap {
  padding: 0 !important;
  height: 150px;
  overflow: hidden;
  position: relative;
}
.sort_wrap .item_wrap a {
  display: block;
  height: 150px;
  position: relative;
  color: #222;
}
.sort_wrap .item_wrap figure {
  height: 150px;
  background-size: cover;
  background-position: center;
  margin: 0;
}
.sort_wrap .item_wrap figcaption {
  position: absolute;
  height: 60px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.sort_wrap .item_wrap figcaption h3 {
  margin: 5px 5px 2px;
  font-weight: normal;
  font-size: 0.9em;
  color: #fff;
}
.sort_wrap .item_wrap figcaption p {
  color: #fff;
  font-size: 0.7em;
  margin: 0 5px;
  line-height: 1.4;
  height: 30px;
  overflow: hidden;
}
.sort_wrap .item_wrap figcaption .category {
  top: -40px;
  left: 10px;
  bottom: auto;
}
.sort_wrap .item_wrap .title {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: none;
}
.sort_wrap .item_wrap .title th {
  font-family: "Fjalla One", sans-serif;
  font-weight: normal;
  font-size: 1.5em;
  border-bottom: solid 1px #000;
  line-height: 1.3;
  padding: 0 5px;
}
.sort_wrap .item_wrap .title th span {
  font-size: 1em;
}
.sort_wrap .item_wrap .title td {
  padding: 8px 5px 0;
}
.sort_wrap .item_wrap .category {
  background: #fee51b;
  font-family: "Fjalla One", sans-serif;
  padding: 5px 10px;
  position: absolute;
  z-index: 5;
  letter-spacing: 1px;
  bottom: 10px;
  left: 10px;
}

.no_image {
  background: none !important;
}
.no_image figcaption {
  top: 5px;
  background: none !important;
  height: 135px !important;
}
.no_image figcaption h3,
.no_image figcaption p {
  color: #222 !important;
}
.no_image figcaption p {
  height: 70px !important;
}
.no_image .category {
  top: auto !important;
  bottom: 0 !important;
}

@media only screen and (min-width:769px) {
  .sort_wrap .item_wrap {
    height: 300px;
    margin: 0 0 50px;
  }
  .sort_wrap .item_wrap a {
    height: 300px;
    margin-left: 50px;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
  }
  .sort_wrap .item_wrap a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: solid 1px #fee51b;
    -webkit-transition-property: border-width;
    transition-property: border-width;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .sort_wrap .item_wrap a:active:before,
  .sort_wrap .item_wrap a:focus:before,
  .sort_wrap .item_wrap a:hover:before {
    border-width: 6px;
    z-index: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .sort_wrap .item_wrap figure {
    height: 300px;
  }
  .sort_wrap .item_wrap figcaption {
    height: 95px;
    background: #eee;
  }
  .sort_wrap .item_wrap figcaption h3 {
    margin: 15px 14px 8px;
    color: #222;
    font-size: 1.1em;
  }
  .sort_wrap .item_wrap figcaption p {
    margin: 0 14px 14px;
    color: #222;
    font-size: 1em;
    height: 40px;
  }
  .sort_wrap .item_wrap figcaption .category {
    top: -40px;
    left: 10px;
    bottom: auto;
  }
  .sort_wrap .item_wrap .title {
    top: 10px;
    left: 20px;
    display: block;
  }
  .sort_wrap .item_wrap .title th {
    font-size: 1.5em;
    border-bottom: solid 1px #000;
    line-height: 1.3;
    padding: 0 5px;
  }
  .sort_wrap .item_wrap .title th span {
    font-size: 2em;
  }
  .sort_wrap .item_wrap .title td {
    padding: 8px 5px 0;
  }
  .sort_wrap .item_wrap .category {
    bottom: 10px;
    left: 60px;
  }
  .no_image figcaption {
    top: 80px;
    background: none !important;
    height: 210px !important;
  }
  .no_image figcaption p {
    height: 116px !important;
  }
  .no_image .category {
    top: auto !important;
    bottom: 0 !important;
  }
}
/* カレンダー*/
.calendar {
  background: #fff;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 5px;
}
.calendar a {
  text-decoration: none;
}
.calendar .dropdown button {
  border: none;
  background: #fafafa;
  padding: 1px 10px;
  border: solid 1px #eee;
  border-radius: 5px;
  margin: 5px;
}
.calendar .dropdown button .fa {
  margin-right: 7px;
}
.calendar .dropdown-menu &gt; .active &gt; a,
.calendar .dropdown-menu &gt; .active &gt; a:focus,
.calendar .dropdown-menu &gt; .active &gt; a:hover {
  background: #fef199;
  color: #222;
}
.calendar h3 {
  margin: 0 10px;
  font-weight: normal;
  padding: 1px 0;
}
.calendar .item {
  text-align: center;
  display: none;
}
.calendar .item:nth-child(1) {
  display: block;
}
.calendar .regularholiday {
  font-size: 0.9em;
  margin: -10px 10px 0 0;
  padding: 0;
  text-align: right;
}
.calendar .regularholiday:before {
  content: "●";
  color: #fee51b;
  margin-right: 5px;
  font-size: 1.2em;
}
.calendar .cal_wrapper {
  margin: -30px 5px 0;
}
.calendar .cal_wrapper .ym {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3em;
  border-bottom: solid 1px #999;
  display: block;
  height: 30px;
  clear: both;
  text-align: right;
  text-indent: 5px;
  margin-bottom: 10px;
  padding-right: 10px;
}
.calendar .cal_wrapper .cal_ui .shopname {
  font-size: 1.1em;
}
.calendar .cal_wrapper .cal_ui input {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  margin: 0 5px;
}
.calendar .cal_wrapper .cal_ui .prev {
  float: left;
}
.calendar .cal_wrapper .cal_ui .next {
  float: right;
}
.calendar .cal {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  margin: 0 auto;
}
.calendar .cal th {
  font-weight: normal;
  font-size: 15px;
}
.calendar .cal td {
  vertical-align: middle;
}
.calendar .cal td div {
  position: relative;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 25px;
  margin: 5px auto;
}
.calendar .cal td div span {
  position: absolute;
  min-width: 100px;
  background: #fafafa;
  padding: 3px;
  z-index: 10px;
  margin: -50px 0 0 -30px;
  display: none;
  font-size: 0.9em;
  color: #222;
}
.calendar .cal .Sun {
  color: #ef004f;
}
.calendar .cal .Holyday {
  color: #ef004f;
}
.calendar .cal .open {
  background: none;
}
.calendar .cal .closed {
  background: #fef199;
}
.calendar .cal .backward {
  color: #ccc;
  background: none;
}
.calendar .headline td {
  color: #999;
  padding: 10px 0 0;
  font-size: 0.8em;
}
.calendar .contactUs {
  padding: 5px 10px;
  margin: 0;
  list-style: none;
  text-align: left;
}
.calendar .contactUs a {
  color: #333;
  text-decoration: none;
}
.calendar .contactUs li {
  padding: 0;
  margin: 0 15px 0 5px;
  display: inline;
  font-size: 1.2em;
  font-family: "Open Sans", sans-serif;
}
.calendar .contactUs li:last-child {
  float: right;
  margin-right: 0;
}
.calendar .contactUs li:last-child i {
  margin-right: 7px;
}

@media only screen and (max-width:768px) {
  .calendar.sp_calendar {
    padding-top: 20px;
    background: transparent;
    margin: 30px 15px 0;
  }
  .calendar.sp_calendar .item {
    background-color: #fff;
  }
}
.tabmenu {
  border-bottom: solid 1px #333;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 20px;
  position: absolute;
  height: 38px;
  top: 0;
  left: 10px;
  width: 280px;
  z-index: 10;
  overflow: hidden;
}
.tabmenu li {
  padding: 0;
  margin: 0 0 10px;
}
.tabmenu img {
  width: 100%;
}
.tabmenu li {
  margin: 0;
  border-bottom: solid 1px #ccc;
  display: none;
}
.tabmenu li:last-child {
  border-bottom: none;
}
.tabmenu a {
  color: #222;
  text-decoration: none;
  display: block;
  padding: 9px 0 8px 25px;
  text-decoration: none;
}
.tabmenu a:hover {
  background: #eee;
}
.tabmenu .active {
  display: block;
}
.tabmenu:before {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 5px;
  left: 3px;
  font-size: 1.5em;
  color: #888;
  z-index: 9;
}

.tabmenu.show {
  overflow: visible;
}
.tabmenu.show li {
  background: rgba(255, 255, 255, 0.9);
  display: block;
}

/* バナー郡 */
.banners {
  text-align: center;
}
.banners li {
  margin-bottom: 10px;
}
.banners .banner-item {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.banners .banner-item:hover {
  opacity: 0.75;
}

/* シェアハウス */
.shareHouse {
  text-align: center;
  margin-bottom: 15px;
  padding-top: 20px;
  position: relative;
}
.shareHouse:before {
  position: absolute;
  content: "";
  display: block;
  height: 20px;
  width: 100%;
  top: 0;
  background-image: url("/_img/triangle.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.shareHouse h2 {
  margin: 0;
  padding: 0;
  background: #fff;
}
.shareHouse li {
  background: #fff;
  padding-bottom: 7px;
}

@media only screen and (max-width:768px) {
  .shareHouse h2,
  .shareHouse li {
    margin-left: 15px;
    margin-right: 15px;
  }
  .shareHouse:before {
    display: none;
  }
}
/* ページトップ */
@media only screen and (min-width:960px) {
  .pagetop {
    position: absolute;
    z-index: 99;
    width: 100%;
  }
}
.mb10 {
  margin-bottom: 10px;
}

.pb60 {
  padding-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

/* アルバム用ログイン窓 */
.album .category {
  margin-bottom: 10px;
}

.login-wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  height: 100%;
  padding-bottom: 10px;
}
.login-wrap:hover {
  text-decoration: none;
}
.login-wrap .flex-wrap {
  text-align: center;
  display: block;
}
.login-wrap .btn {
  background: #fee51b;
  padding: 10px 20px;
  font-family: "Fjalla One", sans-serif;
  border: none;
  font-size: 2rem;
  min-width: 250px;
  display: inline-block;
}

@media only screen and (max-width:768px) {
  .login-wrap .btn {
    padding: 5px 20px;
    margin-bottom: 20px;
  }
}
.modal__container {
  background: #fff;
  position: fixed;
  z-index: 999999;
  top: 50%;
  left: 50%;
  width: 94%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  max-height: 90%;
  display: none;
}
.modal__container .modal__body {
  padding: 10px;
  text-align: left;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  z-index: 99998;
}
.modal__overlay.is-modal-open {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  z-index: 99998;
}

.modal-window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100vh;
}
.modal-window video {
  width: 100%;
  height: auto;
  border: none;
  width: 80vw;
  height: 45vw !important;
}
@media only screen and (max-width:768px) {
  .modal-window video {
    width: 100vw;
    height: 56.25vw !important;
  }
}

.modal-head {
  position: relative;
}
.modal-head .btn {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  height: 45px;
  width: 45px;
  border: none;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fee51b;
}
@media only screen and (min-width:960px) {
  .modal-head .btn {
    top: 20px;
    right: 20px;
  }
}
.modal-head .btn span {
  position: relative;
  width: 45px;
  height: 45px;
  display: block;
  padding: 0;
}
.modal-head .btn span:before, .modal-head .btn span:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  display: block;
  background: #222;
  left: 8px;
  top: 21px;
}
.modal-head .btn span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-head .btn span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#vimeo {
  background: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  display: none;
}
#vimeo .vimeo-wrap {
  position: absolute;
  left: 0;
  top: 60px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0 10px;
}
#vimeo iframe {
  max-width: 800px;
  width: 100%;
  margin-top: -60px;
  height: 56.25%;
}

.modal__close {
  margin-top: -50px;
  margin-right: -10px;
  background: transparent;
  border: solid 1px #fff;
  width: 40px;
  height: 40px;
  border-radius: 45px;
  max-width: 40px;
  outline: none;
  cursor: pointer;
  z-index: 99999;
  color: #222;
  background: #fee51b;
  position: relative;
}
.modal__close:hover {
  opacity: 0.8;
}
.modal__close:before, .modal__close:after {
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 5px;
  top: 18px;
}
.modal__close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal__footer {
  padding: 15px;
  border-top: solid 1px #ccc;
  text-align: center;
}
.modal__footer .close-btn {
  border: none;
  outline: none;
  border: solid 1px #222;
  padding: 5px 5px;
  background: none;
  border-radius: 3px;
  width: 50%;
}
@media only screen and (min-width:769px) {
  .modal__footer .close-btn {
    padding: 10px 5px;
    font-size: 1.6rem;
  }
}

.modal__container.shop-info {
  max-width: 1000px;
  height: 95%;
}
.modal__container.shop-info img {
  cursor: auto;
}
.modal__container.shop-info img:hover {
  opacity: 1;
}
.modal__container.shop-info .scroll-wrap {
  height: calc(100% - 10px);
  overflow-y: scroll;
  margin-top: -25px;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width:769px) {
  .modal__container.shop-info .scroll-wrap {
    padding: 0 20px;
    margin-top: -40px;
  }
}
.modal__container.shop-info h1 {
  text-align: center;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .modal__container.shop-info h1 img {
    width: 90%;
  }
}
.modal__container.shop-info * {
  font-size: 1.65rem;
}
@media only screen and (max-width:768px) {
  .modal__container.shop-info * {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.modal__container.shop-info .time {
  font-size: 3rem;
  font-weight: bold;
  color: #ef004f;
  width: 300px;
  border: solid 1px #ef004f;
  margin: 0 auto 2rem;
}
@media only screen and (max-width:768px) {
  .modal__container.shop-info .time {
    font-size: 2rem;
  }
}
.modal__container.shop-info h2 {
  border-left: solid 5px #fee51b;
  padding-left: 10px;
  font-size: 2rem;
}
.modal__container.shop-info dl {
  border: solid 4px #eee;
  padding: 15px;
}
.modal__container.shop-info dl dt {
  margin-bottom: 5px;
}
.modal__container.shop-info dl dd + dt {
  margin-top: 15px;
}
.modal__container.shop-info dl dd {
  font-size: 1.5rem;
  margin-bottom: 50px;
}
.modal__container.shop-info dl img {
  max-width: 100%;
}
.modal__container.shop-info dl .flex-justify-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal__container.shop-info dl figure {
  margin-bottom: 15px;
}
.modal__container.shop-info dl figure img {
  border: solid 1px #ccc;
}
.modal__container.shop-info dl .label {
  line-height: 1.4;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-right: 10px;
}

.modal__container.shop-open-info {
  padding-top: 0;
}
@media only screen and (min-width:769px) {
  .modal__container.shop-open-info {
    max-width: 800px;
    height: auto;
  }
}
@media only screen and (min-width:769px) {
  .modal__container.shop-open-info .modal__body {
    padding: 0 30px;
  }
}
.modal__container.shop-open-info h1 {
  margin-top: 0px;
  font-weight: bold;
  font-size: 2.8rem;
  border-bottom: solid 1px #222;
  padding-bottom: 1rem;
}
.modal__container.shop-open-info h2 {
  margin-top: 40px;
  font-weight: bold;
  font-size: 2.2rem;
  padding-left: 10px;
  border-left: solid 3px #fee51b;
}
.modal__container.shop-open-info p {
  font-size: 1.6rem;
}
.modal__container.shop-open-info .ol-list {
  font-size: 1.6rem;
  padding-left: 2rem;
  margin-bottom: 40px;
}
.modal__container.shop-open-info .ol-list li {
  list-style-type: decimal;
  margin-bottom: 1rem;
}

.banner-mirai {
  margin-bottom: 40px;
  text-align: center;
  padding: 40px 15px 25px 15px;
}
.banner-mirai img {
  max-width: 100%;
  cursor: pointer;
}
.banner-mirai img:hover {
  opacity: 0.8;
}

.guide-map-header {
  padding: 10px;
  font-size: 1.8rem;
}
@media only screen and (min-width:769px) {
  .guide-map-header {
    font-size: 2rem;
    text-align: center;
  }
  .guide-map-header + .guide-map {
    margin-top: 15px;
  }
}

.modal-window-open {
  background: #222;
  text-align: center;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width:769px) {
  .modal-window-open {
    height: 95px;
  }
}
.modal-window-open button {
  background: #fefadb;
  padding: 10px 5px;
  max-width: 50%;
  border: none;
  font-size: 1.5rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.modal-window-open button img {
  margin: 0 5px;
}
@media only screen and (min-width:769px) {
  .modal-window-open button {
    width: 600px;
    font-size: 2rem;
    padding: 10px 8px;
  }
}

.modal__container.corona-measures {
  max-width: 1000px;
}
.modal__container.corona-measures .scroll-wrap {
  overflow-y: auto;
  height: 80vh;
}
.modal__container.corona-measures .scroll-wrap h1 {
  margin: 20px 0 15px 0;
  font-size: 3rem;
}
.modal__container.corona-measures .scroll-wrap h2 {
  font-size: 2.4rem;
  text-align: left;
}
.modal__container.corona-measures .scroll-wrap p {
  font-size: 1.85rem;
  line-height: 1.5;
  margin: 2.5rem 0;
}
@media only screen and (min-width:769px) {
  .modal__container.corona-measures .modal__body {
    padding: 10px 50px;
  }
}
.modal__container.corona-measures .modal__body-title {
  font-size: 2rem !important;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width:769px) {
  .modal__container.corona-measures .modal__body-title {
    font-size: 2.6rem !important;
  }
}
.modal__container.corona-measures .corona-measures-body p {
  font-size: 1.6rem;
}
.modal__container.corona-measures .corona-measures-body .list-disc li {
  font-size: 1.6rem;
  margin-left: 20px;
  list-style-type: disc !important;
}
@media only screen and (min-width:769px) {
  .modal__container.corona-measures .corona-measures-body {
    max-width: 820px;
    margin: 0 auto;
    border: solid 4px #eee;
    padding: 20px 50px;
  }
}
.modal__container.corona-measures .media-list-block {
  margin-bottom: 20px;
}
.modal__container.corona-measures .media-list-block li {
  padding: 10px 10px 10px 5px;
  border: solid 2px #222;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
}
.modal__container.corona-measures .media-list-block li small {
  font-size: 1.2rem;
}
.modal__container.corona-measures .media-list-block .media-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  margin-right: 10px;
  text-align: center;
}
.modal__container.corona-measures .media-list-block .media-block img {
  max-width: 90%;
  height: auto;
}
.modal__container.corona-measures .media-list-block .text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 75%;
          flex: 1 1 75%;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media only screen and (min-width:769px) {
  .modal__container.corona-measures .media-list-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .modal__container.corona-measures .media-list-block li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    max-width: 49%;
    margin-bottom: 25px;
  }
}

.pcr-text {
  text-align: center;
}
@media only screen and (min-width:769px) {
  .pcr-text {
    font-size: 1.6rem;
  }
  .pcr-text br {
    display: none;
  }
}
.pcr-text br {
  display: block;
}
/*# sourceMappingURL=index.v1.css.map */</pre></body></html>