@charset "UTF-8";
.anim-item .anim-scale,
.anim-item.anim-scale,
.op-item .anim-scale,
.op-item.anim-scale {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: opacity 0.1s ease 0.1s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  transition: opacity 0.1s ease 0.1s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  transition: opacity 0.1s ease 0.1s, transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  transition: opacity 0.1s ease 0.1s, transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}

.anim-item .anim-fade,
.anim-item.anim-fade,
.op-item .anim-fade,
.op-item.anim-fade {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.anim-item.hide .anim-scale,
.anim-item.hide.anim-scale,
.op-item.hide .anim-scale,
.op-item.hide.anim-scale {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
}

.anim-item.hide .anim-fade,
.anim-item.hide.anim-fade,
.op-item.hide .anim-fade,
.op-item.hide.anim-fade {
  opacity: 0;
  -webkit-transform: translate3d(0px, 150px, 0px);
  transform: translate3d(0px, 150px, 0px);
}

.anim-delay-1 {
  -webkit-transition-delay: 0.05s !important;
  transition-delay: 0.05s !important;
  -webkit-animation-delay: 0.05s !important;
  animation-delay: 0.05s !important;
}

.anim-delay-2 {
  -webkit-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.anim-delay-3 {
  -webkit-transition-delay: 0.15s !important;
  transition-delay: 0.15s !important;
  -webkit-animation-delay: 0.15s !important;
  animation-delay: 0.15s !important;
}

.anim-delay-4 {
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.anim-delay-5 {
  -webkit-transition-delay: 0.25s !important;
  transition-delay: 0.25s !important;
  -webkit-animation-delay: 0.25s !important;
  animation-delay: 0.25s !important;
}

.anim-delay-6 {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.anim-delay-7 {
  -webkit-transition-delay: 0.35s !important;
  transition-delay: 0.35s !important;
  -webkit-animation-delay: 0.35s !important;
  animation-delay: 0.35s !important;
}

.anim-delay-8 {
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

.anim-delay-9 {
  -webkit-transition-delay: 0.45s !important;
  transition-delay: 0.45s !important;
  -webkit-animation-delay: 0.45s !important;
  animation-delay: 0.45s !important;
}

.anim-delay-10 {
  -webkit-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

.anim-delay-11 {
  -webkit-transition-delay: 0.55s !important;
  transition-delay: 0.55s !important;
  -webkit-animation-delay: 0.55s !important;
  animation-delay: 0.55s !important;
}

.anim-delay-12 {
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}

.anim-delay-13 {
  -webkit-transition-delay: 0.65s !important;
  transition-delay: 0.65s !important;
  -webkit-animation-delay: 0.65s !important;
  animation-delay: 0.65s !important;
}

.anim-delay-14 {
  -webkit-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important;
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

.anim-delay-15 {
  -webkit-transition-delay: 0.75s !important;
  transition-delay: 0.75s !important;
  -webkit-animation-delay: 0.75s !important;
  animation-delay: 0.75s !important;
}

.anim-delay-16 {
  -webkit-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important;
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

.anim-delay-17 {
  -webkit-transition-delay: 0.85s !important;
  transition-delay: 0.85s !important;
  -webkit-animation-delay: 0.85s !important;
  animation-delay: 0.85s !important;
}

.anim-delay-18 {
  -webkit-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important;
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}

.anim-delay-19 {
  -webkit-transition-delay: 0.95s !important;
  transition-delay: 0.95s !important;
  -webkit-animation-delay: 0.95s !important;
  animation-delay: 0.95s !important;
}

.anim-delay-20 {
  -webkit-transition-delay: 1s !important;
  transition-delay: 1s !important;
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

.anim-delay-21 {
  -webkit-transition-delay: 1.05s !important;
  transition-delay: 1.05s !important;
  -webkit-animation-delay: 1.05s !important;
  animation-delay: 1.05s !important;
}

.anim-delay-22 {
  -webkit-transition-delay: 1.1s !important;
  transition-delay: 1.1s !important;
  -webkit-animation-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}

.anim-delay-23 {
  -webkit-transition-delay: 1.15s !important;
  transition-delay: 1.15s !important;
  -webkit-animation-delay: 1.15s !important;
  animation-delay: 1.15s !important;
}

.anim-delay-24 {
  -webkit-transition-delay: 1.2s !important;
  transition-delay: 1.2s !important;
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}

.anim-delay-25 {
  -webkit-transition-delay: 1.25s !important;
  transition-delay: 1.25s !important;
  -webkit-animation-delay: 1.25s !important;
  animation-delay: 1.25s !important;
}

.anim-delay-26 {
  -webkit-transition-delay: 1.3s !important;
  transition-delay: 1.3s !important;
  -webkit-animation-delay: 1.3s !important;
  animation-delay: 1.3s !important;
}

.anim-delay-27 {
  -webkit-transition-delay: 1.35s !important;
  transition-delay: 1.35s !important;
  -webkit-animation-delay: 1.35s !important;
  animation-delay: 1.35s !important;
}

.anim-delay-28 {
  -webkit-transition-delay: 1.4s !important;
  transition-delay: 1.4s !important;
  -webkit-animation-delay: 1.4s !important;
  animation-delay: 1.4s !important;
}

.anim-delay-29 {
  -webkit-transition-delay: 1.45s !important;
  transition-delay: 1.45s !important;
  -webkit-animation-delay: 1.45s !important;
  animation-delay: 1.45s !important;
}

.anim-delay-30 {
  -webkit-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}

.anim-item.hide,
.anim-item.hide *,
.op-item.hide,
.op-item.hide * {
  -webkit-transition: all  0s 0s !important;
  transition: all  0s 0s !important;
}

body,
html {
  overflow: auto;
  height: 100%;
}

body {
  font-family: 'メイリオ',meiryo,'Hiragino Kaku Gothic ProN',sans-serif;
  min-width: 1100px;
  height: auto;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

.map {
  position: absolute;
  top: 45px;
  right: 11%;
  text-align: right;
}

.map a {
  display: block;
  padding-right: 26px;
}

.map img {
  display: inline-block !important;
  width: auto !important;
}

#review {
  position: absolute;
  top: 70px;
  left: 4%;
  width: 270px;
  height: 220px;
  padding: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background .2s ease 0s;
  transition: background .2s ease 0s;
  background: black;
}

#review:hover {
  background: rgba(0, 0, 0, 0.8);
}

#review > .inner {
  position: relative;
  box-sizing: border-box;
  height: calc(100% - 50px);
  margin-top: 10px;
  padding-bottom: 2em;
}

#review ul li {
  line-height: 1.4;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
  -webkit-transition: opacity .5s ease 0s;
  transition: opacity .5s ease 0s;
  opacity: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#review ul li.xl div {
  font-size: 28px;
  line-height: 1.2;
}

#review ul li.l div {
  font-size: 24px;
}

#review ul li.m div {
  font-size: 20px;
}

#review ul li.active {
  -webkit-transition: opacity .5s ease .5s;
  transition: opacity .5s ease .5s;
  opacity: 1;
}

#review ul div {
  font-family: 'source-han-serif-japanese',serif;
  font-size: 18px;
  font-weight: 600;
  color: #e61874;
  -webkit-font-smoothing: subpixel-antialiased;
}

#review ul span {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  color: #b5b5b5;
}

#wrapper {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
}

#wrapper .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#wrapper .content img {
  display: block;
  width: 100%;
}

#wrapper .title {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#wrapper .title img {
  width: auto;
  height: calc(100vh - 44px);
}

#wrapper .cast {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#wrapper .cast img {
  width: auto;
  height: calc(100vh - 44px);
}

#wrapper .main {
  position: relative;
}

#wrapper .main .v {
  position: relative;
}

#wrapper .main .v .spacer {
  visibility: hidden;
}

#wrapper .main .v .img {
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0, 0.97, 0.3, 0.99) 0s;
  transition: -webkit-transform 2s cubic-bezier(0, 0.97, 0.3, 0.99) 0s;
  transition: transform 2s cubic-bezier(0, 0.97, 0.3, 0.99) 0s;
  transition: transform 2s cubic-bezier(0, 0.97, 0.3, 0.99) 0s, -webkit-transform 2s cubic-bezier(0, 0.97, 0.3, 0.99) 0s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#wrapper .main .staff {
  position: relative;
  padding-top: 0 !important;
}

#wrapper .main .righttop {
  position: absolute;
  top: 0;
  right: 0;
  width: 22%;
  margin: 0;
  padding: 0;
}

#wrapper .main .copy {
  width: 47%;
  margin-left: auto;
}

#wrapper .main .roadshow {
  padding-top: 5%;
}

#wrapper .main .nav-main {
  position: absolute;
  top: 3%;
  left: 2%;
}

#wrapper .main .nav-main ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#wrapper .main .nav-main ul li {
  padding-right: 10px;
}

#wrapper .main .leftbottom {
  position: absolute;
  bottom: 2%;
  left: 2%;
}

#wrapper .main .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#wrapper .main .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-left: 60px;
  background: url(../images/top/share.png) no-repeat left center;
}

#wrapper .main .share li {
  padding-left: 5px;
}

#wrapper .main .footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#wrapper .main .footer img {
  width: 100%;
}

#wrapper .main .footer .imgs {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

#wrapper .main .footer .credit {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

#wrapper .wrap {
  position: relative;
  overflow: hidden;
  padding-top: 44px;
}

#wrapper .wrap > .cov {
  position: absolute;
  top: -100%;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: #e61874;
}

#wrapper .wrap > .cont {
  visibility: hidden;
  opacity: 0;
}

.intro {
  padding: 50px 0;
}

body.def .img {
  -webkit-transition: all 0s ease-out 0s !important;
  transition: all 0s ease-out 0s !important;
  -webkit-transform: scale(2) !important;
  -ms-transform: scale(2) !important;
  transform: scale(2) !important;
}

body.active .wrap > .cov {
  -webkit-animation: showcov 0.5s cubic-bezier(0.79, 0.01, 0.3, 0.99) 0.5s;
  animation: showcov 0.5s cubic-bezier(0.79, 0.01, 0.3, 0.99) 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

body.active .wrap > .cont {
  -webkit-animation: showcont .5s linear .5s;
  animation: showcont .5s linear .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

body.active .wrap.a-delay-1 > .cov,
body.active .wrap.a-delay-1 > .cont {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

body.active .wrap.a-delay-2 > .cov,
body.active .wrap.a-delay-2 > .cont {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

body.active .wrap.a-delay-3 > .cov,
body.active .wrap.a-delay-3 > .cont {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

body.active .wrap.a-delay-4 > .cov,
body.active .wrap.a-delay-4 > .cont {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

body.active .wrap.a-delay-5 > .cov,
body.active .wrap.a-delay-5 > .cont {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

body.active .wrap.a-delay-6 > .cov,
body.active .wrap.a-delay-6 > .cont {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}

body.active .wrap.a-delay-7 > .cov,
body.active .wrap.a-delay-7 > .cont {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

body.active .wrap.a-delay-8 > .cov,
body.active .wrap.a-delay-8 > .cont {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

body.active .wrap.a-delay-9 > .cov,
body.active .wrap.a-delay-9 > .cont {
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}

body.active .wrap.a-delay-12 > .cov,
body.active .wrap.a-delay-12 > .cont {
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}

@-webkit-keyframes showcov {
  0% {
    top: -100%;
  }
  45% {
    top: 0;
  }
  55% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}

@keyframes showcov {
  0% {
    top: -100%;
  }
  45% {
    top: 0;
  }
  55% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}

@-webkit-keyframes showcont {
  0% {
    visibility: hidden;
  }
  48% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes showcont {
  0% {
    visibility: hidden;
  }
  48% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

.eigaland_bg {
  position: absolute;
  top: 300px;
  left: 4%;
  width: 270px;
  background-color: black;
}

.eigaland_select {
  font-size: 1rem;
  font-size: 12px;
  display: block;
  display: inline-block;
  width: 100%;
  height: calc(1.75rem);
  padding: 0 1.5rem 0 .75rem;
  vertical-align: middle;
  color: white;
  border: 1px solid #323232;
  border-radius: .25rem;
  background: #323232 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-clip: padding-box;
  background-size: 8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.eigaland_btn {
  font-weight: bold;
  width: 100%;
  margin-top: .5rem;
  border: 0;
  background-color: #e5006e;
}

.eigaland_span {
  font-size: 14px;
  font-weight: 100;
  padding: .5em;
  color: #d7d7d7;
  color: #e5006e;
}

@media (max-width: 991px) {
  .eigaland_powerby_desktop {
    display: none;
  }
  .eigaland_powerby_mobile {
    font-size: 12px;
    display: inline;
    color: #d7d7d7;
  }
  .eigaland_gps {
    font-size: 18px;
  }
  .eigaland_btn {
    margin-top: .5rem;
  }
}

@media (min-width: 992px) {
  .eigaland_powerby_desktop {
    font-size: 12px;
    display: inline;
    margin-left: 5px;
    color: #d7d7d7;
  }
  .eigaland_powerby_mobile {
    display: none;
  }
  .eigaland_btn {
    margin-top: 0;
  }
}
