@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
body {
  background: #e0dcd3;
}

.section__in {
  width: 87%;
  max-width: 850px;
  margin: 0 auto;
}

#section01 {
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 175px 0 100px;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section01 {
    height: auto;
    padding: 17vw 0 10vw;
  }
}
#section01 .section__in {
  width: 87%;
  max-width: 850px;
}
#section01 .main_title {
  text-align: center;
}
#section01 .main_title span {
  display: block;
  margin: 0 auto;
}
#section01 .main_title span.title--en {
  max-width: 320px;
}
@media screen and (max-width:800px) {
  #section01 .main_title span.title--en {
    max-width: 70vw;
  }
}
#section01 .main_title span.title--ja {
  margin-top: 8px;
}
@media screen and (max-width:800px) {
  #section01 .main_title span.title--ja {
    margin-top: 2vw;
  }
}
#section01 .map_img {
  margin-top: 34px;
}
@media screen and (max-width:800px) {
  #section01 .map_img {
    margin-top: 6vw;
  }
}
#section01 .btn {
  margin: 57px auto 0;
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width:800px) {
  #section01 .btn {
    margin: 12vw auto 0;
  }
}
#section01 .btn a {
  padding: 15px 0;
  line-height: 1em;
  display: block;
  text-align: center;
  color: #fff;
  background: #322b29;
  border-radius: 5px;
  position: relative;
  top: 0;
  left: 0;
}
#section01 .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  width: 16px;
  height: 100%;
  background: url(../images/map/btn_arw.svg) no-repeat center/100% auto;
}
@media screen and (max-width:800px) {
  #section01 .btn a:after {
    right: 2vw;
    width: 4vw;
  }
}

.backblack {
  background-color: #393332;
  padding-top: 75px;
}
@media screen and (max-width:800px) {
  .backblack {
    padding-top: 10vw;
  }
}

.bottom_attention {
  padding-bottom: 30px;
  max-width: 900px;
  color: #fff;
  text-align: left;
}
@media screen and (max-width:800px) {
  .bottom_attention {
    padding-bottom: 5vw;
  }
}

/******************************************************************/
.photobox_animes {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.photobox_animes .imgbox {
  width: 100%;
  position: relative;
  z-index: 1;
  transform: scale(1.1);
  transition: all 3s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
.photobox_animes .imgbox .movie_contena {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}
.photobox_animes .imgbox .movie_contena #movie001 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.photobox_animes .imgbox .base {
  position: relative;
  z-index: 5;
}
.photobox_animes .imgbox .base .lastcolor {
  filter: grayscale(100%);
  transition-duration: 2s;
  transition-timing-function: linear;
  transition-delay: 0.75s;
}
.photobox_animes .imgbox .base .lastcolor.active {
  filter: grayscale(0%);
}
.photobox_animes .imgbox .base_off {
  position: relative;
  z-index: 5;
  opacity: 0;
}
.photobox_animes .imgbox .base_on {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.photobox_animes .imgbox .base_sky01 {
  position: absolute;
  width: 136.4%;
  top: 0;
  left: 0;
  z-index: 4;
  transform: scale(1);
}
@media screen and (max-width:800px) {
  .photobox_animes .imgbox .base_sky01 {
    width: 189%;
  }
}
.photobox_animes .imgbox .base_sky01.active {
  left: -16.4%;
  transition: all 20s linear;
  transform: scale(1.35);
}
@media screen and (max-width:800px) {
  .photobox_animes .imgbox .base_sky01.active {
    left: -49%;
    transition: all 20s linear;
  }
}
.photobox_animes .imgbox .base_sky01 .base_sky01__in {
  opacity: 1;
  transition: all 1.5s linear;
}
.photobox_animes .imgbox .base_sky01 .base_sky01__in.active {
  opacity: 0;
}
.photobox_animes .imgbox .base_sky02 {
  position: absolute;
  width: 136.4%;
  top: 0;
  left: 0%;
  z-index: 3;
  transform: scale(1);
}
@media screen and (max-width:800px) {
  .photobox_animes .imgbox .base_sky02 {
    width: 189%;
  }
}
.photobox_animes .imgbox .base_sky02.active {
  left: -16.4%;
  transition: all 20s linear;
  transform: scale(1.25);
}
@media screen and (max-width:800px) {
  .photobox_animes .imgbox .base_sky02.active {
    left: -49%;
    transition: all 20s linear;
  }
}
.photobox_animes .imgbox .base_sky02 .base_sky01__in {
  opacity: 1;
  transition: all 1.5s linear;
}
.photobox_animes .imgbox .base_sky02 .base_sky01__in.active {
  opacity: 0;
}
.photobox_animes.active .imgbox {
  transform: scale(1);
}
.photobox_animes.active .mask01 {
  height: 0;
}
.photobox_animes.active .mask02 {
  width: 0;
}
.photobox_animes.active .mask03 {
  height: 0;
}
.photobox_animes.active .mask04 {
  width: 0;
}
.photobox_animes .mask01 {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 19%;
  background-color: rgb(0, 0, 0);
  z-index: 10;
  transition: 4s cubic-bezier(0.11, 1.21, 0, 0.97);
}
@media screen and (max-width:800px) {
  .photobox_animes .mask01 {
    height: 25%;
  }
}
.photobox_animes .mask02 {
  position: absolute;
  top: 0;
  right: -2px;
  width: 5.44%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  z-index: 10;
  transition: 4s cubic-bezier(0.11, 1.21, 0, 0.97);
}
@media screen and (max-width:800px) {
  .photobox_animes .mask02 {
    width: 15%;
  }
}
.photobox_animes .mask03 {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 19%;
  background-color: rgb(0, 0, 0);
  z-index: 10;
  transition: 4s cubic-bezier(0.11, 1.21, 0, 0.97);
}
@media screen and (max-width:800px) {
  .photobox_animes .mask03 {
    height: 25%;
  }
}
.photobox_animes .mask04 {
  position: absolute;
  top: 0;
  left: -2px;
  width: 5.44%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  z-index: 10;
  transition: 4s cubic-bezier(0.11, 1.21, 0, 0.97);
}
@media screen and (max-width:800px) {
  .photobox_animes .mask04 {
    width: 15%;
  }
}

/**********************************************************************/
.photobox_animes01 {
  margin-bottom: 60px;
}
@media screen and (max-width:1300px) {
  .photobox_animes01 {
    margin-bottom: 12.3076923077%;
  }
}
@media screen and (max-width:800px) {
  .photobox_animes01 {
    margin-bottom: 16%;
  }
}

.photobox_animes02 {
  margin-bottom: 60px;
}
@media screen and (max-width:1300px) {
  .photobox_animes02 {
    margin-bottom: 12.3076923077%;
  }
}
@media screen and (max-width:800px) {
  .photobox_animes02 {
    margin-bottom: 16%;
  }
}

.photobox_animes03 {
  margin-bottom: 60px;
}
@media screen and (max-width:1300px) {
  .photobox_animes03 {
    margin-bottom: 12.3076923077%;
  }
}
@media screen and (max-width:800px) {
  .photobox_animes03 {
    margin-bottom: 16%;
  }
}

.comingbox01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 140px;
}
@media screen and (max-width:1300px) {
  .comingbox01 {
    margin-bottom: 10.7692307692%;
  }
}
@media screen and (max-width:800px) {
  .comingbox01 {
    width: 80%;
    margin: 0 auto 0 auto;
    margin-bottom: 36.2666666667%;
  }
}
.comingbox01 .text {
  width: 100%;
  font-weight: 300;
  position: relative;
  z-index: 15;
}
.comingbox01 .text .textin {
  /*margin-top: 2em;*/
  width: 120%;
  margin-left: 0;
  margin-right: -20%;
}
@media screen and (max-width:800px) {
  .comingbox01 .text .textin {
    width: 100%;
    margin-right: 0%;
  }
}
.comingbox01 .text .textin01 {
  letter-spacing: 0.25em;
  margin-bottom: 0.5em;
}
.comingbox01 .text .textin02 {
  letter-spacing: 0.15em;
  margin-bottom: 5em;
}
.comingbox01 .text .botanleft {
  text-align: left;
}
.comingbox01 .text a {
  display: inline-block;
  width: 17.5em;
  position: relative;
  line-height: 100%;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  letter-spacing: 0.05em;
}
.comingbox01 .text a::after {
  content: "";
  width: 0.5em;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.4em);
  right: 0.1em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  transform: translate(0, -50%);
}

.comingbox02 {
  width: 100%;
  text-align: right;
  margin-bottom: 140px;
}
@media screen and (max-width:1300px) {
  .comingbox02 {
    margin-bottom: 10.7692307692%;
  }
}
@media screen and (max-width:800px) {
  .comingbox02 {
    width: 80%;
    margin: 0 auto 0 auto;
    margin-bottom: 36.2666666667%;
  }
}
.comingbox02 .text {
  display: inline-block;
  font-weight: 300;
  position: relative;
  z-index: 15;
  text-align: left;
}
.comingbox02 .text .textin {
  /*margin-top: 2em;*/
  width: 120%;
  margin-left: 0;
  margin-right: -20%;
}
@media screen and (max-width:800px) {
  .comingbox02 .text .textin {
    width: 100%;
    margin-right: 0%;
  }
}
.comingbox02 .text .textin01 {
  letter-spacing: 0.25em;
  margin-bottom: 0.5em;
}
.comingbox02 .text .textin02 {
  letter-spacing: 0.15em;
  margin-bottom: 5em;
}
.comingbox02 .text .botanleft {
  text-align: left;
}
.comingbox02 .text a {
  display: inline-block;
  width: 17.5em;
  position: relative;
  line-height: 100%;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  letter-spacing: 0.05em;
}
.comingbox02 .text a::after {
  content: "";
  width: 0.5em;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.4em);
  right: 0.1em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  transform: translate(0, -50%);
}

/*********************************************************/
.movetext {
  opacity: 0;
}

.movetext span {
  opacity: 0;
  display: inline-block;
  transform: translate(-15px, 0px) scale(1.5);
  filter: blur(6px);
}

.movetext span.active {
  opacity: 1;
  transform: translate(0%, 0px) scale(1);
  filter: blur(0px);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

.movetext2 {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 0.8);
}

.movetext2.active {
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 0.01);
}

.movetext2.active2 {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 0.01);
}

.movetext2 span {
  opacity: 0;
  display: inline-block;
  transform: translate(0px, -15px) scale(1.5);
  filter: blur(6px);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 0.01);
}

.movetext2.active span {
  opacity: 1;
  transform: translate(0%, 0px) scale(1);
  filter: blur(0px);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

#section01 h3 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 1.5em;
  line-height: 140%;
}
#section01 .mapmore {
  width: 100%;
}
#section01 .setumeibox {
  width: 100%;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 3.5%;
}
@media screen and (max-width:800px) {
  #section01 .setumeibox {
    padding: 7vw 5vw;
  }
}
#section01 .setumeibox .car {
  width: 35.9%;
}
@media screen and (max-width:800px) {
  #section01 .setumeibox .car {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section01 .setumeibox .car .ttl_car {
  width: 75%;
  padding-top: 0.25em;
}
#section01 .setumeibox .car .t01 {
  margin-top: 0.5em;
  padding-bottom: 0.85em;
}
#section01 .setumeibox .car .t02 {
  margin-top: 0.85em;
}
#section01 .setumeibox .car .textinp {
  width: 100%;
  text-align: center;
  background-color: #fff;
  color: #000;
  font-weight: 500;
  padding: 0.4em 0 0.5em 0;
  line-height: 100%;
}
#section01 .setumeibox .train {
  padding-left: 4%;
  width: 62%;
  border-left: 1px solid #ccc;
}
@media screen and (max-width:800px) {
  #section01 .setumeibox .train {
    width: 100%;
    padding-left: 0%;
    border-left: 0;
    border-top: 1px solid #ccc;
    padding-top: 5vw;
  }
}
#section01 .setumeibox .train .ttl_train {
  width: 45%;
  margin-bottom: 0.75em;
}
@media screen and (max-width:800px) {
  #section01 .setumeibox .train .ttl_train {
    width: 80%;
  }
}
#section01 .setumeibox .train .imgtrain {
  width: 100%;
}
#section01 .setumeibox .train .t02 {
  margin-top: 0.85em;
}

#section02 {
  background-color: #393332;
  color: #fff;
  padding-top: 120px;
}
@media screen and (max-width:800px) {
  #section02 {
    padding-top: 7.5vw;
  }
}
#section02 .section__in {
  width: 87%;
  max-width: 1100px;
  margin: 0 auto;
}

/****************************************************/
/*******************/
.slider {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media screen and (max-width:800px) {
  .slider {
    width: 113%;
    margin-left: -6.5%;
    margin-right: -6.5%;
    /*
     padding: 0 0px;
     */
  }
}

.thumnail {
  width: 100%;
  max-width: 760px;
  margin: 100px auto 0 auto;
}
@media screen and (max-width:800px) {
  .thumnail {
    margin: 7.5vw auto 0 auto;
  }
}

.slider-area img {
  max-width: 100%;
  display: block;
  height: auto;
}

.slider-area {
  /*overflow: hidden;*/
  max-width: 1040px;
  width: 100%;
  margin: auto;
}

.thumnail .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
@media screen and (max-width:800px) {
  .thumnail .slick-track {
    /*
    justify-content: center !important;
    */
  }
}

.slider-item {
  position: relative;
  padding: 0 75px;
}
@media screen and (max-width:1200px) {
  .slider-item {
    padding: 0 5vw;
  }
}
@media screen and (max-width:800px) {
  .slider-item {
    padding: 0 5vw;
  }
}
.slider-item figure {
  position: relative;
}
.slider-item figure figcaption {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 0.75em;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 22px;
  font-family: "Cinzel", serif;
  /*
  &.text02{
  	right:51%;
  }
  &.text03{
  	right:26%;
  }
  	*/
}
@media screen and (max-width:800px) {
  .slider-item figure figcaption {
    font-size: 4vw;
    /*
    bottom:6px;
    right:6px;
    line-height: 100%;
    */
  }
}

.thumnail .slick-slide {
  display: block !important;
  float: none !important;
  flex: 0 0 25%;
  padding: 0 12px;
  margin-bottom: 30px;
}
@media screen and (max-width:800px) {
  .thumnail .slick-slide {
    padding: 0 5px;
    margin-bottom: 10px;
    /*
    flex: 0 0 23.9%;
    padding: 0 4px;
    margin-bottom: 2.25vw;
    */
  }
}
.thumnail .slick-slide:hover {
  cursor: pointer;
}
.thumnail .slick-slide.slick-current figure {
  position: relative;
}
.thumnail .slick-slide.slick-current figure::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width:800px) {
  .thumnail .slick-slide:nth-child(1) {
    /*
    margin-left: 12%;
    */
  }
}
@media screen and (max-width:800px) {
  .thumnail .slick-slide:nth-child(3) {
    /*
    margin-right: 12%;
    */
  }
}

.prev2 {
  width: 50px;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 15;
  transition: all 0.4s ease-out 0.01s;
  transform: translate(0, -50%);
}
@media screen and (max-width:1200px) {
  .prev2 {
    width: 3.5vw;
    left: 0vw;
  }
}
@media screen and (max-width:800px) {
  .prev2 {
    width: 6.5vw;
    position: absolute;
    top: 50%;
    left: -2vw;
    z-index: 15;
    transition: all 0.4s ease-out 0.01s;
  }
}
.prev2 img {
  width: 100%;
}
.prev2:hover {
  cursor: pointer;
  opacity: 0.7;
}

.next2 {
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 15;
  transition: all 0.4s ease-out 0.01s;
  transform: translate(0, -50%);
}
@media screen and (max-width:1200px) {
  .next2 {
    width: 3.5vw;
    right: 0vw;
  }
}
@media screen and (max-width:800px) {
  .next2 {
    width: 6.5vw;
    position: absolute;
    top: 50%;
    right: -2vw;
    z-index: 15;
    transition: all 0.4s ease-out 0.01s;
  }
}
.next2 img {
  width: 100%;
}
.next2:hover {
  cursor: pointer;
  opacity: 0.7;
}/*# sourceMappingURL=modelroom.css.map */