@charset "UTF-8";
/*----------------------------------------------------
slick
-------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../js/illumination/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../js/illumination/fonts/slick.eot");
  src: url("../js/illumination/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../js/illumination/fonts/slick.woff") format("woff"), url("../js/illumination/fonts/slick.ttf") format("truetype"), url("../js/illumination/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px; }

.slick-prev:before {
  content: "←"; }

[dir="rtl"] .slick-prev:before {
  content: "→"; }

.slick-next {
  right: -25px; }

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto; }

.slick-next:before {
  content: "→"; }

[dir="rtl"] .slick-next:before {
  content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "?";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75; }

/*--------------------------------------------------------------------------
   reset
   --------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 0; }

article, aside, details, figcaption, figure, main, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

img {
  border: 0;
  vertical-align: top; }

em {
  font-style: italic; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0; }

input, select, textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle; }

input:focus, textarea:focus, select:focus {
  outline: none; }

body, p, h1, h2, h3, h4, h5, ul, li, table, tbody, th, td, a {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.sm {
  font-size: 12px; }

.mb50 {
  margin-bottom: 50px; }

/*------------------------------
変数
-------------------------------*/
.header-nav__item, .header-schedule, .section-title, .section-title__sub, .freearea-btn, .countdown__text, .countdown__time {
  font-family: 'Gabriela', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

.header-schedule, .countdown__time .number, .countdown__time .title {
  text-shadow: 0px 1px 4.6px rgba(0, 0, 0, 0.65); }

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg); }
  to {
    -webkit-filter: hue-rotate(-360deg); } }

@keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg); }
  to {
    -webkit-filter: hue-rotate(-360deg); } }

@-webkit-keyframes furufuru {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); }
  50% {
    -webkit-transform: translate(-14px, -9px) rotate(-30deg);
    transform: translate(-14px, -9px) rotate(-30deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); } }

@keyframes furufuru {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); }
  50% {
    -webkit-transform: translate(-14px, -9px) rotate(-30deg);
    transform: translate(-14px, -9px) rotate(-30deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/*--------------------------------------------------------------------------
 *   default;
 *---------------------------------------------------------------------------*/
/*-----------------------
  fonts
  -----------------------*/
/*--------------------------------------------------------------------------
 *	 html, body;
 *---------------------------------------------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #fff;
  line-height: 1.87;
  letter-spacing: 1.8px;
  min-width: 1000px;
  font-weight: 500; }

@media only screen and (max-width: 750px) {
  html, body {
    min-width: 320px;
    font-size: 13px;
    letter-spacing: 1.3px;
    line-height: 1.62; } }

html {
  background-color: #141414; }

body {
  overflow-x: hidden; }

/*--------------------------------------------------------------------------
 *	 base link;
 *---------------------------------------------------------------------------*/
/* clear fix */
.cf {
  zoom: 1; }

.cf:before {
  display: table;
  content: ''; }

.cf:after {
  display: table;
  content: '';
  clear: both; }

/*----------------------------
PCとSPで表示切替
-----------------------------*/
@media only screen and (min-width: 751px) {
  .pcinline {
    display: inline; }
  .pc {
    display: block; }
  .sp {
    display: none !important; }
  .spinline {
    display: none !important; } }

@media only screen and (max-width: 750px) {
  .pcinline {
    display: none !important; }
  .pc {
    display: none !important; }
  .sp {
    display: block; }
  .spinline {
    display: inline; }
  img {
    max-width: 100%;
    height: auto; } }

/*--------------------------------------------------------------------------
 *	 PageTop
 *---------------------------------------------------------------------------*/
#PageTop {
  position: fixed;
  right: 10%;
  top: 80%;
  z-index: 9;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: #fff; }

#PageTop:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translate(-50%, -20%) rotate(-45deg);
  transform: translate(-50%, -20%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%; }

@media only screen and (min-width: 751px) {
  #PageTop:hover .pagetop__img {
    background-image: url(../images/illumination/pagetop-active.png);
    width: 88px;
    height: 116px;
    top: 26px; } }

#PageTop.active {
  top: 50%;
  transition-property: right, top;
  transition-duration: .4s;
  background-color: transparent; }

#PageTop.active:before {
  content: none; }

#PageTop.active .pagetop__img {
  background-image: url(../images/illumination/pagetop-active.png);
  width: 88px;
  height: 116px; }

.pagetop__img {
  transition: all .1s;
  width: 114px;
  height: 72px;
  background-image: url(../images/illumination/pagetop.png);
  position: absolute;
  background-repeat: no-repeat;
  z-index: 5;
  right: 30px;
  top: 70px; }

@media only screen and (max-width: 750px) {
  #PageTop {
    width: 41px;
    height: 41px; }
  #PageTop:before {
    width: 10px;
    height: 10px; }
  #PageTop.active {
    top: 20%; }
  #PageTop.active .pagetop__img {
    background-size: contain;
    width: 44px;
    height: 58px; }
  .pagetop__img {
    background-size: contain;
    width: 57px;
    height: 36px;
    right: 10px;
    top: 34px; } }

#PageReturn {
  display: block;
  width: 94px;
  height: 121px;
  background-image: url(../images/illumination/menu/return.png);
  position: fixed;
  top: 5%;
  left: 5%;
  background-size: contain;
  z-index: 999; }

@media only screen and (max-width: 750px) {
  #PageReturn {
    width: 47px;
    height: 60px; } }

.l-inner-pc, .l-inner {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto; }

.l-content {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center; }

.l-content .l-inner-pc {
  position: relative;
  z-index: 2; }

@media only screen and (max-width: 750px) {
  .l-inner-pc {
    width: 100%;
    padding: 0; }
  .l-inner-sp, .l-inner {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 0 5.3%; }
  .l-content {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center; } }

.l-header {
  height: 100vh;
  position: relative;
  margin: 0 auto;
  z-index: 9999; }

.header-logo {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 32px;
  display: inline-block; }

.header-logo img {
  display: block; }

.header-nav {
  display: none;
  opacity: 0;
  transition: opacity .3s;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(20, 20, 20, 0.8);
  justify-content: space-between; }

.header-nav__list {
  display: flex;
  justify-content: space-between; }

.header-nav__list a {
  display: block;
  height: 100%;
  box-sizing: border-box;
  padding: 15px 30px;
  color: #fff; }

.header-nav__item {
  border-left: 1px solid #3c3c3c;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0; }

.header-nav__item .ja {
  font-size: 15px;
  display: block;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ"; }

.header-nav.is-shown {
  display: flex;
  opacity: 1;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.header-navbtn {
  display: none; }

.header-textbox {
  text-align: center;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%); }

.header-schedule {
  font-size: 26px;
  letter-spacing: 2.6px;
  padding-top: 37px; }

@media only screen and (max-width: 750px) {
  .header-logo {
    padding: 10px 5.3%; }
  .header-navbtn {
    display: block;
    position: absolute;
    width: 34px;
    height: 18px;
    top: 22px;
    right: 5.3%;
    z-index: 9999; }
  .header-navbtn span {
    transition: background .3s;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 8px;
    left: 0; }
  .header-navbtn span:before, .header-navbtn span:after {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0; }
  .header-navbtn span:before {
    top: -8px; }
  .header-navbtn span:after {
    top: 8px; }
  .header-navbtn.active span {
    background-color: transparent; }
  .header-navbtn.active span:before {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg); }
  .header-navbtn.active span:after {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg); }
  .header-nav__list {
    display: none; }
  .header-nav__list a {
    padding: 10px; }
  .header-nav__item {
    border-left: none;
    font-size: 13px; }
  .header-nav__item .ja {
    font-size: 13px; }
  .header-nav.is-shown {
    display: block; }
  .header-schedule {
    font-size: 22px;
    letter-spacing: 2.5px;
    padding-top: 35px;
    padding-left: 5%;
    padding-right: 5%; } }

.state-open .l-header {
  height: auto; }

.state-open .header-textbox {
  position: static;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.state-open .header-maintext {
  padding-top: 8vh; }

.state-open .header-maintext img {
  margin: 0 auto; }

.l-footer {
  margin-top: 50px;
  position: relative;
  z-index: 2;
  background-color: #000;
  padding-bottom: 30px; }

.l-footer .l-inner {
  position: relative;
  z-index: 2; }

.footer-company__name {
  padding-top: 30px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.4px; }

.footer-company__address {
  padding-top: 18px; }

.footer-company__contact {
  padding-top: 8px;
  padding-left: 16px;
  position: relative; }

.footer-company__contact:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  left: 0; }

.footer-company__contact a {
  color: #fff;
  pointer-events: none;
  padding-left: 15px; }

.footer-copyright {
  padding-top: 28px;
  font-size: 12px;
  color: #505050; }

.footer-access {
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 360px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 3px solid #3c3c3c;
  border-radius: 100px;
  text-align: center;
  font-size: 16px;
  padding: 20px;
  background: rgba(20, 20, 20, 0.6);
  transition: background-color .2s; }

.footer-access:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 7px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px; }

@media only screen and (min-width: 751px) {
  .footer-access:hover {
    background: rgba(255, 255, 255, 0.2); } }

@media only screen and (max-width: 750px) {
  .l-footer {
    margin-top: 0;
    text-align: center; }
  .footer-company__name {
    padding-top: 36px;
    font-size: 15px;
    letter-spacing: 1.2px; }
  .footer-company__address {
    padding-top: 18px; }
  .footer-company__contact {
    display: inline-block;
    padding-top: 12px;
    position: relative;
    padding-left: 12px; }
  .footer-company__contact:before {
    width: 7px;
    height: 7px;
    top: 18px;
    left: 0px;
    position: absolute; }
  .footer-company__contact a {
    pointer-events: all; }
  .footer-copyright {
    padding-top: 38px; }
  .footer-access {
    position: static;
    width: 54%;
    box-sizing: border-box;
    margin: 38px auto 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 2px;
    font-size: 13px;
    padding: 10px; }
  .footer-access:after {
    border-width: 4px;
    right: 10px;
    margin-top: -4px; } }

/*--------------------------------
modules
-----------------------------------*/
.bg-layer, .bg-layer__blur {
  max-width: 1400px;
  min-width: 1000px;
  height: 100%;
  background-position: top center;
  background-size: cover;
  position: fixed;
  margin: auto;
  text-align: center;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.bg-layer {
  background-image: url(../images/illumination/mv.png);
  opacity: 1; }

.bg-layer__blur {
  background-image: url(../images/illumination/mv-blur.png);
  opacity: 0; }

.bg-layer__blur:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity .3s;
  background: rgba(20, 20, 20, 0.7); }

.bg-layer__blur.has-layer:before {
  opacity: 1; }

@media only screen and (max-width: 750px) {
  .bg-layer, .bg-layer__blur {
    min-width: 320px;
    width: 100%;
    margin: 0;
    background-position: center; }
  .bg-layer {
    background-image: url(../images/illumination/mv-sp.png); }
  .bg-layer__blur {
    background-image: url(../images/illumination/mv-blur-sp.png); } }

.section-title {
  font-size: 38px;
  line-height: 1.2;
  color: #efd756;
  letter-spacing: 6.1px;
  background-image: -webkit-linear-gradient(top, #efd756, #fffde0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 7s infinite linear;
  animation: hue 7s infinite linear; }

.section-title.small {
  font-size: 28px;
  letter-spacing: 4.5px;
  padding-bottom: 30px; }

.section-title__sub {
  font-size: 18px;
  letter-spacing: 1.1px;
  text-shadow: 0px 1px 1.9px rgba(0, 0, 0, 0.3);
  font-weight: 500;
  padding-top: 18px; }

.section-title__img img {
  display: block;
  margin: 0 auto; }

.section-subtitle {
  font-size: 20px;
  letter-spacing: 2.4px;
  font-weight: 500;
  padding-bottom: 24px;
  line-height: 1.4; }

@media only screen and (max-width: 750px) {
  .section-title {
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: 3.7px; }
  .section-title.small {
    font-size: 18px;
    letter-spacing: 2.5px;
    padding-bottom: 12px; }
  .section-title__sub {
    font-size: 18px;
    letter-spacing: 1.1px;
    text-shadow: 0px 1px 1.9px rgba(0, 0, 0, 0.3);
    font-weight: 500;
    padding-top: 18px; }
  .section-subtitle {
    font-size: 13px;
    letter-spacing: 1.3px;
    padding-bottom: 36px;
    line-height: 1.62; } }

.text-section {
  padding-bottom: 30px; }

.text-note {
  padding-top: 8px;
  display: flex; }

.text-note .title {
  font-size: 16px;
  letter-spacing: 1.3px;
  padding-right: 14px;
  line-height: 1.43; }

.text-note .text {
  flex: 1;
  text-align: left;
  line-height: 1.43;
  letter-spacing: 1.1px;
  font-size: 14px; }

@media only screen and (max-width: 750px) {
  .text-section {
    padding-bottom: 30px;
    text-align: left; }
  .text-note {
    padding-top: 12px;
    display: block; }
  .text-note .title {
    font-size: 12px;
    letter-spacing: 1px;
    padding-right: 0;
    text-align: left;
    padding-bottom: 8px; }
  .text-note .text {
    line-height: 1.67;
    letter-spacing: 1px;
    font-size: 12px; } }

.freearea-btn {
  margin: 0 auto;
  box-sizing: border-box;
  width: 74px;
  height: 76px;
  background-image: url(../images/illumination/cat-w.svg);
  background-repeat: no-repeat;
  color: #000;
  line-height: 1;
  font-weight: 600;
  padding-top: 18px; }

.freearea-btn span {
  display: block;
  margin-right: -3px; }

.btn {
  width: 360px;
  margin: 0 auto;
  display: block;
  border: 3px solid #3c3c3c;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.3px;
  border-radius: 100px;
  background: rgba(20, 20, 20, 0.6);
  padding: 17px 15px;
  position: relative; }

@media all and (-ms-high-contrast: none) {
  .btn {
    padding-top: 20px;
    padding-bottom: 14px; } }

.btn:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 7px solid #fff;
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -7px; }

.btn.btn-02 {
  margin-top: 8px;
  background: rgba(0, 0, 0, 0.85);
  width: 243px;
  padding-top: 8px;
  padding-bottom: 8px; }

@media all and (-ms-high-contrast: none) {
  .btn.btn-02 {
    padding-top: 11px;
    padding-bottom: 5px; } }

@media only screen and (max-width: 750px) {
  .btn {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    border: 3px solid #3c3c3c;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1.3px;
    border-radius: 100px;
    background: rgba(20, 20, 20, 0.6);
    padding: 17px 15px;
    position: relative; }
  .btn:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left: 7px solid #fff;
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -7px; }
  .btn.btn-02 {
    margin-top: 8px;
    background: rgba(0, 0, 0, 0.85);
    width: 243px;
    padding-top: 8px;
    padding-bottom: 8px; } }

.section-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 920px;
  margin: 0 auto; }

.section-detail__item {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  background-color: #3c3c3c;
  display: flex;
  align-items: center;
  padding: 14px 24px;
  margin-bottom: 2px; }

.section-detail__item.align-top {
  align-items: flex-start; }

.section-detail__item dt {
  font-size: 18px;
  letter-spacing: 1.4px;
  line-height: 1.67;
  position: relative;
  padding-left: 16px;
  padding-right: 16px; }

.section-detail__item dt:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px; }

.section-detail__item .strong {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.6px;
  line-height: 1.5; }

.section-detail__item .middle {
  font-size: 18px;
  letter-spacing: 1.4px; }

.section-detail__item dd {
  line-height: 1.67;
  flex: 1;
  letter-spacing: 1.2px; }

.section-detail__item.half {
  width: 459px;
  align-items: flex-start;
  padding-top: 23px;
  padding-bottom: 26px; }

.section-detail__item.half dd {
  padding-top: 0; }

.section-detail__item.block {
  display: block;
  padding-right: 20px; }

.section-detail__item.block dd {
  padding-left: 0.9em; }

.section-detail__btnarea {
  width: 422px;
  justify-content: space-between;
  display: flex;
  margin: 32px auto 20px; }

.section-detail__btn {
  text-align: center;
  background-color: #000;
  color: #fff;
  width: 210px;
  position: relative;
  padding: 15px 0; }

@media all and (-ms-high-contrast: none) {
  .section-detail__btn {
    padding-top: 17px;
    padding-bottom: 13x; } }

.section-detail__btn:after {
  content: "";
  display: block;
  position: absolute;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
  top: 50%;
  margin-top: -6px;
  right: 16px; }

.section-detail__bnr {
  display: block;
  margin-bottom: 10px; }

@media only screen and (min-width: 751px) {
  .section-detail__bnr {
    transition: opacity .3s; }
  .section-detail__bnr:hover {
    opacity: 0.7; } }

.ticket {
  width: 14%;
  height: auto;
  display: block;
  float: right; }

.height_auto img {
  max-width: 100%;
  height: auto; }

.w19 {
  width: 10%;
  /*height: 280px; */
  overflow: hidden; }

@media only screen and (min-width: 751px) {
  .w530 {
    width: 530px; }
  .w620 {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px; } }

@media only screen and (max-width: 750.99px) {
  .ticket {
    width: 28%;
    margin-left: 5px; }
  .w19 {
    width: 30%;
    height: 174px; }
  .w620 {
    margin-top: 5px; } }

.section-detail__note {
  width: 920px;
  margin: 0 auto; }

@media only screen and (max-width: 750px) {
  .section-detail {
    display: block;
    width: 100%; }
  .section-detail__item {
    width: 100%;
    display: block;
    padding: 10px 12px; }
  .section-detail__item dt {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1.2px;
    line-height: 1;
    padding-left: 11px;
    padding-right: 0; }
  .section-detail__item dt:before {
    width: 4px;
    height: 4px;
    left: 0;
    top: 50%;
    margin-top: -1px; }
  .section-detail__item dd {
    padding-left: 0.8em; }
  .section-detail__item .strong {
    font-size: 16px;
    letter-spacing: 1.3px;
    display: inline-block; }
  .section-detail__item .middle {
    font-size: 15px; }
  .section-detail__item.half {
    width: 100%;
    padding: 10px 12px; }
  .section-detail__item.half dd {
    padding-top: 0; }
  .section-detail__btnarea {
    display: block;
    width: 100%; }
  .section-detail__btn {
    display: block;
    width: 100%; }
  .section-detail__btn:first-of-type {
    margin-bottom: 10px; }
  .section-detail__note {
    width: 100%;
    margin: 0 auto; } }

.section-content {
  padding-top: 30px; }

.section-with-border {
  position: relative;
  padding-bottom: 60px; }

.section-with-border:after {
  content: "";
  display: block;
  width: 100%;
  height: 56px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../images/illumination/hr-bar.svg);
  background-position: bottom left;
  background-repeat: no-repeat; }

@media only screen and (max-width: 750px) {
  .section-content {
    padding-top: 36px; }
  .section-with-border {
    position: relative;
    padding-bottom: 70px; }
  .section-with-border:after {
    width: 90%;
    height: 56px;
    right: 0;
    margin: auto; } }

.candy {
  width: 540px;
  height: 95px;
  box-sizing: border-box;
  padding-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/illumination/balloon.png);
  background-repeat: no-repeat;
  position: relative;
  margin: auto;
  z-index: 5; }

.candy__img {
  position: absolute;
  left: 47px;
  top: -6px;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }

.candy__text {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 1.7px; }

@media only screen and (min-width: 751px) {
  .candy:hover .candy__img {
    -webkit-animation: furufuru .3s infinite ease-out;
    animation: furufuru .3s infinite ease-out;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@media only screen and (max-width: 750px) {
  .candy {
    width: 90%;
    padding-top: 0;
    height: 95px;
    padding-bottom: 26px;
    background-image: url(../images/illumination/balloon-sp.png);
    background-size: contain;
    top: 6px; }
  .candy__img {
    left: 13px;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 48px; }
  .candy__text {
    font-size: 13px;
    line-height: 1.62;
    letter-spacing: 1.6px; } }

.ill-movie {
  margin-top: 50px;
  position: relative;
  border: 1px solid #3c3c3c; }

@media only screen and (min-width: 751px) {
  .ill-movie:hover {
    cursor: pointer; }
  .ill-movie:hover .ill-movie__layer:before, .ill-movie:hover .ill-movie__layer:after {
    opacity: 0;
    z-index: 0; } }

.ill-movie:before, .ill-movie:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  opacity: 1;
  transition: opacity .3s; }

.ill-movie:before {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000; }

.ill-movie.is-played:before, .ill-movie.is-played:after {
  content: none; }

.ill-movie.is-paused:after {
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 10px solid #fff;
  -webkit-transform: translateX(5px);
  transform: translateX(5px); }

.ill-movie__video {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

.ill-movie__layer:before, .ill-movie__layer:after {
  transition: opacity .3s;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.ill-movie__layer:before {
  z-index: 4;
  background: rgba(20, 20, 20, 0.6); }

.ill-movie__layer:after {
  z-index: 3;
  background-image: url(../images/illumination/poster.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

#video-wrapper2 .ill-movie__layer::after {
  background-image: url(../images/illumination/poster2.jpg); }

.ill-spots {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 40px; }

.ill-spots__cover {
  transition: opacity .3s;
  width: 100%;
  height: auto; }

.ill-spots__item {
  position: relative;
  width: 32%;
  border: 1px solid #3c3c3c; }

.ill-spots__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  transition: opacity .3s; }

@media only screen and (min-width: 751px) {
  .ill-spots__item:hover:after {
    opacity: 0; } }

.ill-spots__item p {
  padding: 2%;
  text-align: left; }

@media only screen and (max-width: 750px) {
  .ill-movie {
    margin-top: 0px;
    border: 1px solid #3c3c3c; }
  .ill-movie video {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  .ill-spots {
    display: block;
    padding-top: 16px;
    padding-bottom: 0px;
    padding-bottom: 4px; }
  .ill-spots__item {
    margin-bottom: 16px;
    border: none;
    width: 100%; }
  .ill-spots__item:after {
    opacity: 0; }
  .ill-spots__cover {
    display: block;
    width: 70%;
    border: 1px solid #3c3c3c;
    margin: 0 auto; }
  .ill-spots__item p {
    box-sizing: border-box;
    width: 70%;
    margin: auto; } }

.countdown {
  padding-top: 30px; }

.countdown__text {
  text-align: center;
  color: #efd756;
  letter-spacing: 5px;
  background-image: -webkit-linear-gradient(top, #efd756, #fffde0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 7s infinite linear;
  animation: hue 7s infinite linear;
  font-size: 26px;
  font-weight: bold; }

.countdown__box {
  margin: 12px auto 0;
  display: flex;
  justify-content: center;
  align-items: center; }

.countdown__time {
  width: 106px;
  height: 106px;
  border-radius: 50%;
  background-color: #000;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  padding: 26px 0; }

.countdown__time:not(:first-of-type) {
  margin-left: 12px; }

.countdown__time .number, .countdown__time .title {
  display: block; }

.countdown__time .number {
  line-height: 1.15;
  font-size: 26px;
  letter-spacing: 1px; }

.countdown__time .title {
  font-size: 13px;
  letter-spacing: 0.5px; }

@media only screen and (max-width: 750px) {
  .countdown {
    bottom: 10%; }
  .countdown__text {
    letter-spacing: 2.5px;
    font-size: 17px; }
  .countdown__box {
    margin: 12px auto 0;
    display: flex;
    justify-content: center;
    align-items: center; }
  .countdown__time {
    width: 65px;
    height: 65px;
    padding: 15px 0; }
  .countdown__time:not(:first-of-type) {
    margin-left: 7px; }
  .countdown__time .number, .countdown__time .title {
    display: block; }
  .countdown__time .number {
    font-size: 18px;
    letter-spacing: 0.7px; }
  .countdown__time .title {
    font-size: 10px;
    letter-spacing: 0.4px; } }

.swingpanel {
  display: flex;
  justify-content: space-between;
  width: 92%;
  margin: 0 auto;
  padding-bottom: 170px; }

.swingpanel__item {
  position: relative;
  width: 452px; }

.swingpanel__item a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box; }

@media only screen and (min-width: 751px) {
  .swingpanel__item a:hover .swingpanel__imgarea::after {
    opacity: 0; } }

.swingpanel__imgarea {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  box-sizing: border-box;
  position: relative; }

.swingpanel__imgarea:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  transition: opacity .3s;
  z-index: 2; }

.swingpanel__title {
  position: absolute;
  left: 0;
  right: 0;
  top: 215px;
  z-index: 3; }

.swingpanel__title img {
  margin: 0 auto; }

@media only screen and (max-width: 750px) {
  .swingpanel {
    display: block;
    width: 100%;
    padding-bottom: 60px; }
  .swingpanel__item {
    position: relative;
    width: 100%;
    margin-bottom: 30px; }
  .swingpanel__item.reverse .swingpanel__imgarea {
    margin-right: 0;
    margin-left: auto; }
  .swingpanel__item.reverse .swingpanel__title {
    left: 0;
    right: auto; }
  .swingpanel__item.is-shown .swingpanel__imgarea::after {
    opacity: 0; }
  .swingpanel__imgarea {
    width: 50%;
    padding: 8px; }
  .swingpanel__imgarea:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
    transition: opacity .3s;
    z-index: 2; }
  .swingpanel__title {
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3; }
  .swingpanel__title .navi-theater {
    width: 226px;
    height: auto; }
  .swingpanel__title .navi-skate {
    width: 181px;
    height: auto; } }

.layer-panel {
  position: relative; }

.layer-panel__img:before {
  content: "";
  display: block;
  background: rgba(20, 20, 20, 0.8);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3; }

.layer-panel__textarea-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center; }

.layer-panel__textarea {
  position: relative;
  z-index: 4; }

.layer-panel__ttlimg {
  position: absolute;
  left: 0;
  bottom: 28%;
  width: 100%; }

.layer-panel .text-section {
  padding-left: 34px;
  padding-right: 44px;
  text-align: left;
  text-align: justify; }

.layer-01, .layer-02, .layer-03 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.layer-01 {
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out; }

.layer-02, .layer-03, .layer-04 {
  transition: -webkit-transform 2s ease-out;
  transition: transform 2s ease-out;
  transition: transform 2s ease-out, -webkit-transform 2s ease-out; }

@media only screen and (min-width: 751px) {
  .layer-container {
    -webkit-perspective: 2000px;
    perspective: 2000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .layer-01 {
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px); }
  .layer-02 {
    -webkit-transform: translateZ(200px) scale(0.96);
    transform: translateZ(200px) scale(0.96); }
  .layer-04 {
    -webkit-transform: translateX(0) translateZ(800px) scale(0.6);
    transform: translateX(0) translateZ(800px) scale(0.6); } }

@media only screen and (max-width: 750px) {
  .layer-panel {
    position: relative; }
  .layer-panel__img:before {
    content: none; }
  .layer-panel__textarea-wrapper {
    position: static;
    width: 100%;
    height: auto;
    display: block; }
  .layer-panel__textarea {
    padding-top: 18px;
    padding-bottom: 0; }
  .layer-panel__ttlimg {
    margin-bottom: 18px; }
  .layer-panel__ttlimg img {
    width: 201px; }
  .layer-panel .text-section {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    text-align: justify; }
  .layer-container {
    -webkit-perspective: 5000px;
    perspective: 5000px;
    -moz-perspective: 5000px; }
  .layer-01 {
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px); }
  .layer-02 {
    -webkit-transform: translateZ(100px) translateY(-50px) scale(0.8);
    transform: translateZ(100px) translateY(-50px) scale(0.8); }
  .layer-01, .layer-02 {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; } }

.lead-info {
  background-color: #141414;
  width: 92%;
  box-sizing: border-box;
  margin: 16px auto 0;
  padding: 25px 30px; }

.lead-info dl {
  display: flex;
  text-align: left; }

.lead-info dt {
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: 1.4px;
  width: 11%; }

.lead-info dd {
  padding-left: 19px;
  letter-spacing: 1.2px;
  line-height: 2.13; }

.announcement__schedule {
  display: flex;
  width: 338px;
  margin: 8px auto 0;
  border: 3px solid #3c3c3c;
  background: rgba(20, 20, 20, 0.6);
  text-align: center; }

.announcement__schedule dt {
  border-right: 3px solid #3c3c3c; }

.announcement__schedule dd, .announcement__schedule dt {
  padding: 9px 0;
  box-sizing: border-box;
  width: 50%; }

.announcement__textarea {
  width: 840px;
  margin: 8px auto 0;
  font-size: 14px;
  line-height: 1.71;
  background-color: #3c3c3c;
  padding: 8px 20px; }

@media all and (-ms-high-contrast: none) {
  .announcement__textarea {
    padding: 11px 0 5px; } }

@media only screen and (max-width: 750px) {
  .announcement__schedule {
    width: 90%; }
  .announcement__textarea {
    width: 90%; } }

.condition {
  margin: 70px auto 0;
  width: 338px;
  box-sizing: border-box;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  padding: 15px;
  position: relative; }

.condition:before {
  content: "";
  display: block;
  height: 88px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -44px; }

.condition__weather {
  width: 50%;
  text-align: center; }

.condition__state {
  text-align: center;
  width: 50%;
  float: left; }

.condition__text {
  font-size: 13px;
  text-shadow: 0px 1px 4.6px rgba(0, 0, 0, 0.65);
  padding-top: 4px; }

.condition__temp {
  font-size: 20px;
  letter-spacing: 0.8px;
  text-shadow: 0px 1px 4.6px rgba(0, 0, 0, 0.65);
  line-height: 1.1; }

.condition__temp span {
  font-size: 14px;
  letter-spacing: 0.6px; }

@media only screen and (max-width: 750px) {
  .condition {
    width: 90%; }
  .condition__text {
    font-size: 12px; }
  .condition__temp {
    font-size: 16px; }
  .condition__temp span {
    font-size: 13px; } }

.food-list {
  display: flex;
  flex-wrap: wrap; }

.food-list__item {
  margin-bottom: 60px;
  width: 320px; }

.food-list__item:not(:nth-of-type(3n)) {
  margin-right: 20px; }

.food-list__item a {
  color: #fff; }

.food-list__text {
  padding-top: 14px;
  font-size: 18px;
  letter-spacing: 1.1px;
  line-height: 1.56; }

.food-list__section {
  padding-top: 60px; }

.food-list__btn {
  font-size: 14px;
  width: 170px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: inline-block; }

.food-list__btn:first-of-type {
  margin-right: 14px; }

@media only screen and (max-width: 750px) {
  .food-list {
    display: block; }
  .food-list__item {
    margin-bottom: 40px;
    width: 100%; }
  .food-list__item:not(:nth-of-type(3n)) {
    margin-right: 2%; }
  .food-list__item a {
    display: flex;
    align-items: center; }
  .food-list__img {
    width: 50%; }
  .food-list__text {
    flex: 1;
    padding-left: 10px;
    text-align: left;
    padding-top: 10px;
    font-size: 14px; }
  .food-list__section {
    padding-top: 40px; }
  .food-list__section .section-subtitle {
    font-size: 16px; }
  .food-list__section .text-section {
    text-align: center; }
  .food-list__btn {
    width: 80%;
    padding-top: 8px;
    padding-bottom: 8px; }
  .food-list__btn:nth-of-type(2) {
    margin-bottom: 10px; } }

.schedule {
  padding-top: 30px;
  padding-bottom: 40px; }

.schedule__list {
  border: 3px solid #3c3c3c;
  width: 92%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: left;
  box-sizing: border-box;
  padding: 11px 24px; }

.schedule__list dt {
  box-sizing: border-box;
  padding-left: 16px;
  width: 10%;
  position: relative;
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: 1.4px; }

.schedule__list dt:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px; }

.schedule__list dd {
  width: 40%;
  line-height: 2.13; }

.mordal__item {
  position: relative; }

.mordal__btn {
  display: inline-block;
  border: solid 3px #3c3c3c;
  border-radius: 19px;
  color: #fff;
  width: 170px;
  position: relative;
  text-align: center;
  padding: 2px 0;
  margin-right: 8px;
  margin-top: 15px; }

.mordal__btn:after {
  content: "";
  display: block;
  position: absolute;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
  right: 10px;
  top: 50%;
  margin-top: -6px; }

.mordal__title {
  font-size: 20px;
  letter-spacing: 1.2px;
  font-weight: 500; }

.mordal__title .tag {
  font-size: 14px;
  letter-spacing: 0.8px;
  padding: 2px 11px;
  border: 2px solid #fff;
  margin-left: 14px;
  vertical-align: middle; }

.mordal__text {
  padding-top: 10px; }

@media only screen and (min-width: 751px) {
  .mordal__nav {
    width: 42px;
    height: 42px;
    background-size: contain;
    background-image: url(../images/illumination/map/map-icon.png);
    position: absolute;
    z-index: 4;
    opacity: 0.75;
    transition: opacity .3s; }
  .mordal__nav:hover {
    cursor: pointer;
    opacity: 1; }
  .mordal__nav.free {
    background-image: url(../images/illumination/map/map-icon-free.png); }
  .mordal__nav.active {
    opacity: 1; }
  .mordal__nav.site_1 {
    top: 130px;
    left: 520px; }
  .mordal__nav.site_2 {
    top: 230px;
    left: 672px; }
  .mordal__nav.site_3 {
    top: 201px;
    left: 520px; }
  .mordal__nav.site_4 {
    top: 230px;
    left: 480px; }
  .mordal__nav.site_5 {
    top: 210px;
    left: 715px; }
  .mordal__nav.site_6 {
    top: 250px;
    left: 700px; }
  .mordal__nav.site_7 {
    top: 300px;
    left: 480px; }
  .mordal__nav.site_8 {
    top: 260px;
    left: 480px; }
  .mordal__nav.site_9 {
    top: 270px;
    left: 730px; }
  .mordal__nav.site_10 {
    top: 230px;
    left: 760px; }
  .mordal__nav.site_11 {
    top: 300px;
    left: 640px; }
  .mordal__wrapper {
    display: none;
    z-index: 4;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    padding: 15px;
    box-sizing: border-box; }
  .mordal__wrapper.is-shown {
    display: block; }
  .mordal__item {
    display: none; }
  .mordal__item.is-shown {
    display: block; }
  .mordal__content {
    display: flex;
    min-height: 224px; }
  .mordal__textarea {
    flex: 1;
    padding: 6px 14px;
    text-align: left; }
  .mordal__pager {
    height: 40px;
    position: relative;
    padding-top: 10px; }
  .mordal__pager .prev, .mordal__pager .next {
    position: absolute; }
  .mordal__pager .prev:before, .mordal__pager .next:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -7px; }
  .mordal__pager .prev:hover, .mordal__pager .next:hover {
    cursor: pointer; }
  .mordal__pager .prev {
    left: 0;
    padding-left: 26px; }
  .mordal__pager .prev:before {
    left: 0;
    border-right: 7px solid #fff; }
  .mordal__pager .next {
    padding-right: 26px;
    right: 0; }
  .mordal__pager .next:before {
    right: 0;
    border-left: 7px solid #fff; }
  .mordal__close {
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    top: 16px;
    right: 16px; }
  .mordal__close:hover {
    cursor: pointer; }
  .mordal__close:before, .mordal__close:after {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fff; }
  .mordal__close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mordal__close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .mordal__zoom {
    display: none; }
  .box-border__list dd.wi {
    width: 50%; }
  .box-border__list {
    padding: 11px 24px; }
  .box-border__list dt.wi {
    width: 40%; } }

@media only screen and (max-width: 750px) {
  .mordal__wrapper .slick-prev, .mordal__wrapper .slick-next {
    top: 70px;
    z-index: 99; }
  .mordal__wrapper .slick-prev {
    left: 90px; }
  .mordal__wrapper .slick-prev:before {
    content: "";
    display: block;
    border: 10px solid transparent;
    border-right: 10px solid #fff; }
  .mordal__wrapper .slick-next {
    right: 90px; }
  .mordal__wrapper .slick-next:before {
    content: "";
    display: block;
    border: 10px solid transparent;
    border-left: 10px solid #fff; }
  .mordal__zoom {
    width: 108px;
    margin: 14px auto; }
  .mordal__img img {
    margin: 0 auto; }
  .mordal__title {
    padding-top: 12px;
    font-size: 16px; }
  .mordal__title .tag {
    display: inline-block; }
  .mordal__btn {
    display: block;
    width: 80%;
    margin: 20px auto 0;
    padding: 10px 0;
    border-radius: 40px; } }

.box-border {
  padding-top: 30px;
  padding-bottom: 40px;
  width: 92%;
  margin: 0 auto; }

.box-border__title {
  font-weight: normal;
  border: 3px solid #3c3c3c;
  border-bottom: none; }

.box-border__list {
  border: 3px solid #3c3c3c;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: left;
  box-sizing: border-box; }

.box-border__list dt {
  box-sizing: border-box;
  padding-left: 16px;
  width: 10%;
  position: relative;
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: 1.4px; }

.box-border__list dt:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px; }

.box-border__list dd {
  width: 40%;
  line-height: 2.13; }

@media only screen and (max-width: 750px) {
  .box-border {
    padding-top: 20px;
    padding-bottom: 0;
    width: 100%; }
  .box-border__title {
    padding: 2px; }
  .box-border__list dt {
    width: 35%; }
  dl.box-border__list dd {
    font-size: 70%; }
  dl.box-border__list dt {
    font-size: 20%; }
  .box-border__list dd {
    width: 65%; }
  .box-border__list {
    padding: 5px; } }

.map-slider__container {
  background-image: url(../images/illumination/map/map-sp.png);
  background-size: contain;
  position: relative;
  overflow: visible;
  background-repeat: no-repeat; }

.map-slider__container .slick-list {
  overflow: visible; }

.map-slider:after {
  content: "";
  display: block;
  width: 3px;
  height: 70%;
  position: absolute;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translateX(2px) rotate(1deg);
  transform: translateX(2px) rotate(1deg);
  background-color: #fb63b5; }

.map-slider.free::after {
  background-color: #fff; }

.map-slider:nth-of-type(1):after,
.map-slider.p01:after {
  height: 60%;
  bottom: -15px; }

.map-slider:nth-of-type(2):after,
.map-slider.p02:after {
  -webkit-transform: translateX(54px) rotate(30deg);
  transform: translateX(54px) rotate(30deg);
  height: 59%; }

.map-slider:nth-of-type(3):after,
.map-slider.p03:after {
  -webkit-transform: translateX(12px) rotate(8deg);
  transform: translateX(12px) rotate(8deg);
  height: 51%; }

.map-slider:nth-of-type(4):after,
.map-slider.p04:after {
  -webkit-transform: translateX(-4px) rotate(-2deg);
  transform: translateX(-4px) rotate(-2deg);
  height: 48%; }

.map-slider:nth-of-type(5):after,
.map-slider.p05:after {
  -webkit-transform: translateX(82px) rotate(45deg);
  transform: translateX(82px) rotate(45deg);
  height: 65%;
  bottom: -47px; }

.map-slider:nth-of-type(6):after,
.map-slider.p06:after {
  -webkit-transform: translateX(69px) rotate(38deg);
  transform: translateX(69px) rotate(38deg);
  height: 57%;
  bottom: -43px; }

.map-slider:nth-of-type(7):after,
.map-slider.p07:after {
  -webkit-transform: translateX(-15px) rotate(-10deg);
  transform: translateX(-15px) rotate(-10deg);
  height: 66%; }

.map-slider:nth-of-type(8):after,
.map-slider.p08:after {
  -webkit-transform: translateX(1px) rotate(-1deg);
  transform: translateX(1px) rotate(-1deg);
  height: 41%; }

.map-slider:nth-of-type(9):after,
.map-slider.p09:after {
  -webkit-transform: translateX(83px) rotate(50deg);
  transform: translateX(83px) rotate(50deg);
  bottom: -54px;
  height: 59%; }

.map-slider:nth-of-type(10):after,
.map-slider.p10:after {
  -webkit-transform: translateX(86px) rotate(58deg);
  transform: translateX(86px) rotate(58deg);
  bottom: -74px;
  height: 62%; }

.map-slider:nth-of-type(11):after,
.map-slider.p11:after {
  -webkit-transform: translateX(45px) rotate(61deg);
  transform: translateX(45px) rotate(61deg);
  bottom: -47px;
  height: 31%; }

@media only screen and (max-width: 500px) {
  .map-slider__container {
    margin-left: auto;
    margin-right: auto;
    width: 400px; }
  .map-slider:nth-of-type(1):after,
  .map-slider.p02:after {
    -webkit-transform: translateX(-10px) rotate(0deg);
    transform: translateX(-10px) rotate(0deg);
    height: 65%; }
  .map-slider:nth-of-type(2):after,
  .map-slider.p02:after {
    -webkit-transform: translateX(35px) rotate(28deg);
    transform: translateX(35px) rotate(28deg); }
  .map-slider:nth-of-type(3):after,
  .map-slider.p03:after {
    -webkit-transform: translateX(-10px) rotate(-5deg);
    transform: translateX(0px) rotate(0deg);
    height: 55%; }
  .map-slider:nth-of-type(4):after,
  .map-slider.p04:after {
    -webkit-transform: translateX(0px) rotate(-15deg);
    transform: translateX(-20px) rotate(-10deg);
    height: 53%; }
  .map-slider:nth-of-type(5):after,
  .map-slider.p05:after {
    -webkit-transform: translateX(55px) rotate(25deg);
    transform: translateX(55px) rotate(25deg);
    height: 70%; }
  .map-slider:nth-of-type(6):after,
  .map-slider.p06:after {
    -webkit-transform: translateX(44px) rotate(30deg);
    transform: translateX(44px) rotate(30deg);
    bottom: -34px; }
  .map-slider:nth-of-type(7):after,
  .map-slider.p07:after {
    -webkit-transform: translateX(-7px) rotate(-10deg);
    transform: translateX(-7px) rotate(-10deg);
    height: 40%; }
  .map-slider:nth-of-type(8):after,
  .map-slider.p08:after {
    -webkit-transform: translateX(-15px) rotate(-10deg);
    transform: translateX(-15px) rotate(-10deg);
    height: 43%; }
  .map-slider:nth-of-type(9):after,
  .map-slider.p09:after {
    -webkit-transform: translateX(40px) rotate(43deg);
    transform: translateX(40px) rotate(43deg);
    height: 64%; }
  .map-slider:nth-of-type(10):after,
  .map-slider.p10:after {
    -webkit-transform: translateX(65px) rotate(40deg);
    transform: translateX(65px) rotate(40deg);
    height: 82%; }
  .map-slider:nth-of-type(11):after,
  .map-slider.p11:after {
    -webkit-transform: translateX(21px) rotate(37deg);
    transform: translateX(21px) rotate(37deg);
    height: 55%; } }

@media only screen and (max-width: 365px) {
  .map-slider__container {
    margin-left: -20px;
    margin-left: -6%; } }

#Map .section-content div.shopList div {
  overflow: hidden;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap; }

#Map .section-content div.shopList a {
  width: 32%;
  margin: 0 0 2% 2%; }

#Map .section-content div.shopList a p {
  max-width: 100%;
  max-height: 195px;
  overflow: hidden; }

#Map .section-content div.shopList a img {
  max-width: 100%;
  height: auto; }

#Map .section-content div.shopList a .mordal__title {
  color: #ffffff;
  font-size: 19px;
  letter-spacing: 1px; }

@media only screen and (min-width: 750.01px) {
  #Map .section-content div.shopList a:nth-child(3n+1) {
    margin-left: 0; } }

@media only screen and (max-width: 750px) {
  #Map .section-content div.shopList a {
    width: 48%;
    margin: 0 1% 2% 1%; }
  #Map .section-content div.shopList a .mordal__title {
    font-size: 13px;
    letter-spacing: 0.2px;
    padding-top: 8px; } }

#ContentNav {
  padding-top: 0px; }

@media only screen and (max-width: 750px) {
  #ContentNav {
    padding-top: 0px; } }

.state-open #ContentNav {
  padding-top: 0px; }

@media only screen and (max-width: 750px) {
  .state-open #ContentNav {
    padding-top: 0px; } }

#Theater {
  padding-top: 46px; }

#Theater .section-content {
  padding-top: 22px; }

#Theater .section-title__img {
  margin-top: -160px; }

#Theater .event-detail-title {
  font-size: 20px;
  padding-top: 70px;
  letter-spacing: 2.8px;
  font-weight: 500;
  padding-bottom: 20px; }

#Theater .section-story {
  padding-top: 36px; }

#Theater .layer-panel {
  padding-bottom: 20px; }

#Theater .box-border__list dt {
  width: 27%; }

#Theater .box-border__list dd {
  width: 73%;
  width: calc(100% - 27%); }

@media only screen and (max-width: 750px) {
  #Theater {
    padding-top: 0px; }
  #Theater .section-title__img {
    margin-top: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  #Theater .event-imgarea {
    padding-top: 40px; }
  #Theater .event-detail-title {
    padding-top: 0;
    font-size: 16px;
    letter-spacing: 2.2px;
    padding-bottom: 16px;
    margin-top: 0; }
  #Theater .box-border__list dt {
    font-size: 14px;
    width: 10em; }
  #Theater .box-border__list dt:before {
    left: 3px; }
  #Theater .box-border__list dd {
    font-size: 14px;
    width: 63%;
    width: calc(100% - 10em); } }

@media only screen and (max-width: 400px) {
  #Theater .box-border__list dt {
    width: 100%; }
  #Theater .box-border__list dd {
    width: 100%;
    margin-left: 16px; } }

#Skate {
  padding-top: 0px; }

#Skate .section-content {
  padding-top: 100px; }

#Skate .section-title__img {
  margin-top: -120px; }

#Skate .text-note {
  padding-top: 32px; }

#Skate .box-border__list dt {
  width: 18%; }

#Skate .box-border__list dd {
  width: 32%; }

@media only screen and (max-width: 750px) {
  #Skate {
    padding-top: 0px; }
  #Skate .section-title__img {
    margin-top: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  #Skate .section-content {
    padding-top: 0; }
  #Skate .box-border__list {
    padding: 11px 24px; }
  #Skate .box-border__list dt {
    width: 40%;
    font-size: 16px; }
  #Skate .box-border__list dd {
    width: 60%;
    font-size: 100%; } }

#Illumination {
  padding-top: 50px; }

#Illumination .freearea-btn {
  margin-bottom: 18px; }

@media only screen and (max-width: 750px) {
  #Illumination {
    padding-top: 50px;
    padding-bottom: 20px; }
  #Illumination .freearea-btn {
    margin-bottom: 18px; }
  #Illumination .text-section {
    text-align: center; } }

#Map {
  padding-top: 138px;
  position: relative;
  z-index: 2; }

@media only screen and (max-width: 750px) {
  #Map {
    padding-top: 70px; } }

.state-open .map-container {
  overflow: hidden;
  position: relative; }

#Food {
  padding-top: 130px; }

@media only screen and (max-width: 750px) {
  #Food {
    padding-top: 80px; } }

#Instagram {
  padding-top: 140px; }

@media only screen and (max-width: 750px) {
  #Instagram {
    padding-top: 50px; } }

#Menu {
  padding-bottom: 60px; }

#Menu .bg-layer__blur {
  opacity: 1; }

#Menu .bg-layer__blur:before {
  opacity: 1; }

#Menu .area-tag {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.8px;
  padding: 2px 11px;
  border: 2px solid #fff;
  margin-bottom: 14px;
  vertical-align: middle; }

#Menu .freearea-btn {
  margin-bottom: 14px; }

@media only screen and (max-width: 750px) {
  #Menu .food-list__item {
    display: flex;
    align-items: center; } }
#ceremony {
  /* width: 80%; */
  /* margin-top: -30px; */ }

#ceremony .box-border {
  border: 3px solid #3c3c3c;
  background: rgba(0, 0, 0, 0.4); }

#ceremony .box-border h4 {
  font-size: 1.2rem; }

#ceremony .box-border__list {
  border: none; }

#ceremony .ill-spots__item2 {
  position: relative;
  width: 48%;
  border: 1px solid #3c3c3c; }

＃ceremony .ill-spots__item2:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

#ceremony .ill-spots__item2 p.copy {
  color: #414141;
  font-weight: normal;
  font-size: 0.5rem;
  position: absolute;
  bottom: 5px;
  right: 5px; }

#ceremony .box-border__list dt {
  padding-left: 0;
  width: 13%; }

#ceremony .box-border__list dt::before {
  content: none;
  display: none; }

#ceremony .box-border__list dd {
  width: 32%; }

#ceremony .box-border__p {
  padding-left: 24px;
  padding-right: 24px;
  text-align: left; }

#ceremony .box-border__div {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px; }

#ceremony .ill-spots__item {
  width: 48%; }

@media only screen and (max-width: 750px) {
  #ceremony .box-border__title {
    padding: 5px; }
  #ceremony .box-border__list dt {
    width: 20%;
    font-size: 1rem; }
  #ceremony .box-border__list dd {
    width: 80%;
    font-size: 1rem; }
  #ceremony .box-border__p {
    padding: 5px; }
  #ceremony .box-border__div {
    padding: 5px; }
  #ceremony .ill-spots__cover {
    width: 100%; }
  #ceremony .ill-spots__item2 {
    float: left;
    width: 45%;
    margin: 5px; } }

#ceremony img {
  max-width: 100%;
  height: auto; }

#ceremony .santaclaus2019 {
  display: table;
  /* width: 100%;
  max-width: 920px; */
  box-sizing: border-box; }

#ceremony .santaclaus2019 > * {
  display: table-cell;
  vertical-align: top; }

#ceremony .santaclaus2019 .ph {
  width: 350px; }

@media all and (-ms-high-contrast: none) {
  #ceremony .santaclaus2019 .ph img {
    max-width: 350px; } }

#ceremony .santaclaus2019 .txt {
  width: calc( 920px - 350px); }

#ceremony .santaclaus2019 .txt h4 {
  font-size: 27px;
  font-size: 1.8rem; }

#ceremony .santaclaus2019 .txt .box-border__p {
  font-size: 16px;
  font-size: 1.1rem;
  line-height: 1.3;
  padding-right: 0; }

#ceremony .santaclaus2019 .txt .box-border__list {
  padding-bottom: 0; }

#ceremony .santaclaus2019 .txt .box-border__list + .box-border__list {
  padding-top: 0; }

#ceremony .santaclaus2019 .txt .box-border__list:last-child {
  padding-bottom: 11px; }

#ceremony .santaclaus2019 .txt .box-border__list dt {
  width: 5em; }

#ceremony .santaclaus2019 .txt .box-border__list dd {
  width: 420px;
  width: calc( 500px - 5em); }

@media only screen and (max-width: 750px) {
  #ceremony .santaclaus2019,
  #ceremony .santaclaus2019 .ph,
  #ceremony .santaclaus2019 .txt {
    display: block;
    width: 100%;
    box-sizing: border-box; }
  #ceremony .santaclaus2019 {
    padding-top: 0; }
  #ceremony .santaclaus2019 .txt {
    margin-top: 15px;
    padding: 0 10px; }
  #ceremony .santaclaus2019 .txt h4 {
    font-size: 20px;
    font-size: 1.4rem; }
  #ceremony .santaclaus2019 .txt .box-border__p {
    font-size: 13px;
    font-size: 1.1rem; }
  #ceremony .santaclaus2019 .txt .box-border__list:last-child {
    padding-bottom: 5px; }
  #ceremony .santaclaus2019 .txt .box-border__list dd {
    width: calc( 100% - 5em); } }

#Bright {
  padding-top: 50px;
  padding-bottom: 20px; }
  @media only screen and (max-width: 750px) {
    #Bright {
      padding-top: 20px;
      padding-bottom: 30px; } }
  #Bright .text-section {
    padding-top: 30px; }

#Illumination .section-detail__item,
#Bright .section-detail__item.block {
  display: flex;
  margin-bottom: 0;
  padding-bottom: 0; }

#Illumination .section-detail__item + .section-detail__item
#Bright .section-detail__item.block + .section-detail__item.block {
  padding-top: 0; }

#Illumination .section-detail__item:last-child,
#Bright .section-detail__item.block:last-child {
  padding-bottom: 14px;
  margin-bottom: 2px; }
  @media only screen and (max-width: 750px) {
    #Illumination .section-detail__item:last-child,
    #Bright .section-detail__item.block:last-child {
      padding-bottom: 7px; } }

#Illumination .section-detail__item dt,
#Illumination .section-detail__item dd,
#Bright .section-detail__item dt,
#Bright .section-detail__item dd {
  padding: 0; }

#Illumination .section-detail__item dt::before,
#Bright .section-detail__item dt::before {
  content: none; }

#Bright .section-detail__item dt {
  max-width: 6em; }

#Illumination .section-detail__item dt {
  max-width: 255px;
  max-width: 15em; }
  @media only screen and (max-width: 750px) {
    #Illumination .section-detail__item dt.first {
      padding-right: 0.5em; } }

#Illumination .section-detail__item dt::after,
#Bright .section-detail__item dt::after {
  content: "："; }

.caption {
  text-align: left;
  max-width: 920px;
  margin: 5px auto 0; }
  .caption li {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.4;
    font-size: 90%; }

#Bright .title {
  margin: auto; }
  @media only screen and (min-width: 750.1px) {
    #Bright .title {
      display: table; }
      #Bright .title > * {
        display: table-cell;
        vertical-align: middle; }
      #Bright .title .section-title {
        padding-right: 0.3em; } }

.everyday {
  font-size: 15px;
  line-height: 1.2;
  background-color: blue;
  border-radius: 5px;
  padding: 2px 3px 0 9px;
  letter-spacing: 6.1px;
  font-weight: bold; }
  @media all and (-ms-high-contrast: none) {
    .everyday {
      padding-top: 5px;
      padding-right: 4px; } }
  @media only screen and (max-width: 750px) {
    .everyday {
      display: inline-block;
      padding: 5px 6px 5px 10px;
      margin-top: 5px; } }
