#all_wrap {
  width: 100%;
  background-image: url("../images/common/back01.png"), url("../images/common/back01.png"), url("../images/common/back01.png"), url("../images/common/back01.png"), url("../images/common/back01.png"), url("../images/common/back01.png"), url("../images/top/mv01.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position: top -54px left -410px, top 803px right -297px, top 1660px left -412px, top 2516px right -300px, top 3372px left -411px, top 4232px right -297px, top 146px center;
}

.reservation_bn {
  display: none;
}

#mv .mv_wrap {
  width: 90%;
  max-width: 1638px;
  margin: 0 auto;
  position: relative;
  height: 746px;
}
#mv .mv_wrap .text_wrap {
  position: absolute;
  bottom: 31px;
  left: -52px;
}
#mv .mv_wrap .text_wrap h2 {
  font-size: 75px;
  font-weight: 500;
  line-height: 1.386;
}
#mv .mv_wrap .text_wrap h3 {
  position: relative;
  padding: 0px 0 0 116px;
  font-size: 39px;
  font-weight: 500;
  line-height: 1.384;
  margin: 0 0 23px 0;
}
#mv .mv_wrap .text_wrap h3:before {
  content: "";
  display: block;
  width: 85px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  background-color: #000;
  left: 0;
}
#mv .mv_wrap .text_wrap .under_test {
  position: relative;
  bottom: 170px;
  font-size: 22px;
  font-weight: 600;
}
#mv .mv_wrap .text_wrap .under_test:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mv .mv_wrap .text_wrap .under_test p {
  margin-bottom: 30px;
  text-shadow: 0 0 3px #fff;
}

.movie {
  padding: 110px 0 0 0;
}
.movie h2 {
  position: relative;
  padding: 0px 0 0 340px;
}
.movie h2:before {
  content: "";
  display: block;
  width: 303px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  left: 0;
}
.movie .section_content {
  padding: 124px 0 0 0;
  max-width: 1240px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.movie .section_content .video_wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin: auto;
}
.movie .section_content .video_wrap video {
  display: block;
  width: 100%;
}
.movie .section_content .video_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.movie .section_content .video_wrap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .movie .section_content {
    padding: 30px 10px;
  }
}
.movie .reservation_link {
  position: relative;
  display: block;
  text-align: center;
  padding: 27px 0;
  margin: 50px auto 0;
  max-width: 580px;
  width: 95%;
  color: #fff;
  background: #000;
}
.movie .reservation_link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  background: transparent;
}
.movie .reservation_link span {
  position: relative;
}
.movie .reservation_link:hover {
  opacity: 1;
}
.movie .reservation_link:hover:before {
  background: linear-gradient(-8deg, #006fff -50%, #acb131 47.53%, #f00 150%);
  transition: 0.5s;
  opacity: 1;
}
.movie .youtube_link {
  position: relative;
  display: block;
  text-align: center;
  padding: 27px 0;
  margin: 50px auto 0;
  max-width: 580px;
  width: 95%;
  color: #fff;
  background: #375e35;
}
.movie .youtube_link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  background: transparent;
}
.movie .youtube_link span {
  position: relative;
}
.movie .youtube_link:hover {
  opacity: 1;
}
.movie .youtube_link:hover:before {
  background: linear-gradient(-8deg, #006fff -50%, #acb131 47.53%, #f00 150%);
  transition: 0.5s;
  opacity: 1;
}
.movie .instagram_link {
  position: relative;
  display: block;
  margin: 50px auto 0;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .movie .instagram_link {
    width: 250px;
  }
}

.about_project {
  padding: 146px 0 0 0;
}
.about_project h2 {
  position: relative;
  padding: 0px 0 0 340px;
}
.about_project h2:before {
  content: "";
  display: block;
  width: 303px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  left: 0;
}
.about_project .section_content {
  padding: 124px 0 0 0;
  max-width: 1240px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about_project .section_content .left_box {
  flex-shrink: 0;
}
.about_project .section_content .left_box h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.35;
  margin: 0 0 40px 0;
}
.about_project .section_content .left_box h4 {
  position: relative;
  padding: 0 0 0 84px;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 49px 0;
}
.about_project .section_content .left_box h4:before {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  background-color: #000;
  left: 0;
}
.about_project .section_content .left_box p {
  line-height: 1.818;
  margin: 0 0 40px 0;
}
.about_project .section_content .vertical_box {
  display: flex;
  flex-wrap: wrap;
}
.about_project .section_content .vertical_box p {
  writing-mode: vertical-rl;
  padding: 98px 0 0px 0px;
  font-weight: 500;
  line-height: 1.7;
  font-size: 36px;
  letter-spacing: -1px;
}
.about_project .section_content .vertical_box p:nth-of-type(2) {
  margin: 0 0 0 39px;
}
.about_project .section_content .vertical_box p:nth-of-type(1) {
  padding: 183px 0 0px 0px;
  margin: 0 0 0 39px;
  font-size: 20px;
}
.about_project .section_content .vertical_box p span.f40 {
  font-size: 36px;
  margin-top: -2.5rem;
}

.contents {
  padding: 93px 0 0 0;
}
.contents h2 {
  position: relative;
  padding: 0px 0 0 340px;
  margin: 0 0 70px 0;
}
.contents h2:before {
  content: "";
  display: block;
  width: 303px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  background-color: #000;
  left: 0;
}
.contents .how_to_wrap {
  position: relative;
}
.contents .how_to_wrap .left_box {
  width: 77.7vw;
  height: 555px;
  background-image: url("../images/top/how_to_enjoy.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.5s;
}
.contents .how_to_wrap:hover {
  opacity: 1;
}
.contents .how_to_wrap:hover .left_box {
  background-image: url("../images/top/how_to_enjoy_hover.png");
  transition: 0.5s;
}
.contents .how_to_wrap .right_box {
  position: absolute;
  right: 7.5%;
  top: 50%;
  transform: translateY(-50%);
}
.contents .how_to_wrap .right_box h3 {
  font-size: 52px;
  font-weight: 500;
  line-height: 1.28;
  text-align: right;
  position: relative;
  padding: 0 0 50px 0;
  text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
}
.contents .how_to_wrap .right_box h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 98px;
  height: 1px;
  background-color: #000;
}
.contents .how_to_wrap .right_box p {
  text-align: right;
  padding: 40px 0 0 0;
  text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
  font-weight: 500;
}
.contents .steps_to_wrap {
  position: relative;
}
.contents .steps_to_wrap .left_box {
  width: 77.7vw;
  height: 555px;
  background-image: url("../images/top/step_to.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.5s;
}
.contents .steps_to_wrap:hover {
  opacity: 1;
}
.contents .steps_to_wrap:hover .left_box {
  background-image: url("../images/top/step_to_hover.png");
  transition: 0.5s;
}
.contents .steps_to_wrap .right_box {
  position: absolute;
  right: 7.3%;
  top: 50%;
  transform: translateY(-50%);
}
.contents .steps_to_wrap .right_box h3 {
  font-size: 52px;
  font-weight: 500;
  line-height: 1.28;
  text-align: right;
  position: relative;
  padding: 0 0 50px 0;
  text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
}
.contents .steps_to_wrap .right_box h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 98px;
  height: 1px;
  background-color: #000;
}
.contents .steps_to_wrap .right_box p {
  text-align: right;
  padding: 40px 0 0 0;
  text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
  font-weight: 500;
}

.reservation {
  padding: 200px 0 0 0;
}
.reservation h2 {
  position: relative;
  padding: 0px 0 0 340px;
  margin: 0 0 66px 0;
}
.reservation h2:before {
  content: "";
  display: block;
  width: 303px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  background-color: #000;
  left: 0;
}
.reservation .link_wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 0 52px 0;
}
.reservation .link_wrap .box {
  width: 50%;
  aspect-ratio: 960/736;
}
.reservation .link_wrap .box.left_box a:before {
  background-image: url("../images/top/tiger.png");
}
.reservation .link_wrap .box.left_box a:hover:before {
  background-image: url("../images/top/tiger_hover.png");
  transition: 0.7s;
}
.reservation .link_wrap .box.right_box a:before {
  background-image: url("../images/top/dragon.png");
}
.reservation .link_wrap .box.right_box a:hover:before {
  background-image: url("../images/top/dragon_hover.png");
  transition: 0.5s;
}
.reservation .link_wrap .box a {
  position: relative;
  display: block;
  height: 100%;
}
.reservation .link_wrap .box a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.5s;
}
.reservation .link_wrap .box a:hover {
  opacity: 1;
}
.reservation .link_wrap .box a h3 {
  position: absolute;
  bottom: 41px;
  left: 41px;
  color: #fff;
}
.reservation .link_wrap .box a h3 p {
  line-height: 1;
}
.reservation .link_wrap .box a h3 p:nth-of-type(1) {
  line-height: 1;
  padding: 0 0 10px 0;
}
.reservation .link_wrap .box a h3 p:nth-of-type(2) span {
  vertical-align: middle;
  display: block;
}
.reservation .link_wrap .box a h3 p:nth-of-type(2) span:nth-of-type(1) {
  font-size: 50px;
}
.reservation .link_wrap .box a h3 p:nth-of-type(2) span:nth-of-type(2) {
  position: relative;
  padding: 0px 0 0 106px;
}
.reservation .link_wrap .box a h3 p:nth-of-type(2) span:nth-of-type(2):before {
  content: "";
  display: block;
  width: 87px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  background-color: #fff;
  left: 0;
}
.reservation .reservation_link {
  position: relative;
  display: block;
  text-align: center;
  padding: 27px 0;
  margin: 0 auto;
  max-width: 580px;
  width: 95%;
  color: #fff;
  background: #000;
}
.reservation .reservation_link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  background: transparent;
}
.reservation .reservation_link span {
  position: relative;
}
.reservation .reservation_link:hover {
  opacity: 1;
}
.reservation .reservation_link:hover:before {
  background: linear-gradient(-8deg, #006fff -50%, #acb131 47.53%, #f00 150%);
  transition: 0.5s;
  opacity: 1;
}
.reservation .youtube_link {
  position: relative;
  display: block;
  text-align: center;
  padding: 27px 0;
  margin: 50px auto 0;
  max-width: 580px;
  width: 95%;
  color: #fff;
  background: #375e35;
}
.reservation .youtube_link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  background: transparent;
}
.reservation .youtube_link span {
  position: relative;
}
.reservation .youtube_link:hover {
  opacity: 1;
}
.reservation .youtube_link:hover:before {
  background: linear-gradient(-8deg, #006fff -50%, #acb131 47.53%, #f00 150%);
  transition: 0.5s;
  opacity: 1;
}

.access {
  padding: 200px 0 29px 0;
}
.access h2 {
  position: relative;
  padding: 0px 0 0 340px;
  margin: 0 0 78px 0;
}
.access h2:before {
  content: "";
  display: block;
  width: 303px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  background-color: #000;
  left: 0;
}
.access .access_wrap {
  max-width: 1240px;
  margin: 0 auto;
  width: 95%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.access .access_wrap .text_box p {
  margin: 0 0 45px 0;
}
.access .access_wrap .more_box {
  position: relative;
  display: block;
  text-align: center;
  padding: 18px 0;
  width: 95%;
  max-width: 240px;
  margin: 0 0 47px 0;
  color: #fff;
  background: #000;
}
.access .access_wrap .more_box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  background: transparent;
}
.access .access_wrap .more_box span {
  position: relative;
}
.access .access_wrap .more_box:hover {
  opacity: 1;
}
.access .access_wrap .more_box:hover:before {
  background: linear-gradient(-8deg, #006fff -50%, #acb131 47.53%, #f00 150%);
  transition: 0.5s;
  opacity: 1;
}

.tenant {
  padding: 50px 0 100px 0;
}
.tenant h3 {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.tenant .tenant_wrap {
  max-width: 1000px;
  margin: 0 auto;
  width: 95%;
  background: #f3f3f3;
  padding: 20px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #all_wrap {
    width: 100%;
    background-repeat: no-repeat;
    background-size: initial;
    background-position: top -54px left -610px, top 803px right -497px, top 1660px left -612px, top 2516px right -500px, top 3372px left -611px, top 4232px right -497px, top 146px center;
  }
  #mv .mv_wrap .text_wrap {
    left: 0;
  }
  #mv .mv_wrap .text_wrap .under_test:before {
    content: "";
    filter: blur(50px);
  }
  #mv .mv_wrap .text_wrap .under_test .left_txt {
    padding: 0 2em 0 0;
  }
  #mv .mv_wrap .text_wrap .under_test .right_txt {
    padding: 0 0 0 2em;
  }
  .about_project .section_content {
    display: block;
  }
  .about_project .section_content .vertical_box {
    justify-content: center;
  }
  .about_project .section_content .vertical_box p {
    font-size: 30px;
  }
  .about_project .section_content .vertical_box p span.f40 {
    font-size: 30px;
    margin-top: -2.5rem;
  }
  .contents .how_to_wrap .left_box {
    height: 370px;
  }
  .contents .steps_to_wrap .left_box {
    height: 370px;
  }
  .reservation .link_wrap .box a h3 p:nth-of-type(2) span:nth-of-type(1) {
    font-size: 22px;
  }
  .access .access_wrap {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .reservation_bn {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
    background: linear-gradient(176deg, #f00 -30%, #acb131 50%, #006fff 130%);
  }
  .reservation_bn:hover {
    opacity: 0.5;
  }
  .reservation_bn span {
    text-align: center;
    display: block;
    color: #fff;
    padding: 16px 0;
    font-size: 25px;
  }
  #all_wrap {
    background-image: url("../images/common/back01.png"), url("../images/common/back01.png"), url("../images/common/back01.png"), url("../images/common/back01.png"), url("../images/common/back01.png"), url("../images/common/back01.png"), url("../images/top/sp_mv01.png");
    background-size: 466px, 466px, 466px, 466px, 466px, 466px, 100%;
    background-position: top -19px left -234px, top 697px right -233px, top 1407px left -233px, top 2035px right -233px, top 2663px left -233px, top 3322px right -233px, top 70px center;
  }
  #mv .mv_wrap {
    width: 100%;
  }
  #mv .mv_wrap .text_wrap {
    position: static;
    padding: 15px 12px 0;
  }
  #mv .mv_wrap .text_wrap h2 {
    font-size: 45px;
    margin: 0 0 10px 0;
  }
  #mv .mv_wrap .text_wrap h3 {
    font-size: 23px;
    padding: 0 0 0 73px;
  }
  #mv .mv_wrap .text_wrap h3:before {
    width: 56px;
  }
  #mv .mv_wrap .text_wrap .under_test {
    display: none;
  }
  .movie {
    padding: 20px 13px;
    background-color: #fff;
  }
  .movie h2 {
    padding: 0px 0 0 70px;
  }
  .movie h2:before {
    width: 48px;
  }
  .movie .section_content {
    padding: 0;
    flex-wrap: wrap;
  }
  .movie .section_content .video_wrap {
    margin: 30px auto 0;
  }
  .about_project {
    padding: 71px 0 0 0;
    background-color: #fff;
  }
  .about_project h2 {
    padding: 0px 0 0 70px;
  }
  .about_project h2:before {
    width: 48px;
  }
  .about_project .section_content {
    padding: 0;
    flex-wrap: wrap;
  }
  .about_project .section_content .left_box {
    width: 100%;
    order: 2;
    padding: 31px 10px 0;
  }
  .about_project .section_content .left_box h3 {
    font-size: 35px;
    margin: 0 0 11px 0;
  }
  .about_project .section_content .left_box h4 {
    padding: 0 0 0 48px;
    font-size: 17px;
    margin: 0 0 18px 0;
  }
  .about_project .section_content .left_box h4:before {
    width: 30px;
  }
  .about_project .section_content .left_box p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0 0 30px 0;
  }
  .about_project .section_content .left_box p br {
    display: none;
  }
  .about_project .section_content .left_box p .sp_br {
    display: block;
  }
  .about_project .section_content .vertical_box {
    width: 100%;
    justify-content: center;
    padding: 16px 0 0 0;
  }
  .about_project .section_content .vertical_box p {
    padding: 0;
    font-size: 25px;
    margin: 0 0 0 30px;
  }
  .about_project .section_content .vertical_box p:nth-of-type(1) {
    padding: 91px 0 0 0;
  }
  .about_project .section_content .vertical_box p span.f40 {
    font-size: 25px;
    margin-top: -2.5rem;
  }
  .contents {
    padding: 30px 0 0 0;
  }
  .contents h2 {
    padding: 0px 0 0 70px;
    margin: 0 0 38px 0;
  }
  .contents h2:before {
    width: 48px;
  }
  .contents .how_to_wrap {
    margin: 0 0 21px 0;
    display: block;
  }
  .contents .how_to_wrap .left_box {
    height: 190px;
    width: 71.7vw;
  }
  .contents .how_to_wrap .right_box {
    right: 3%;
    top: 51%;
  }
  .contents .how_to_wrap .right_box h3 {
    font-size: 24px;
    padding: 0 0 24px 0;
  }
  .contents .how_to_wrap .right_box h3:after {
    width: 55px;
  }
  .contents .how_to_wrap .right_box p {
    font-size: 13px;
    padding: 24px 0 0 0;
  }
  .contents .steps_to_wrap {
    margin: 0 0 21px 0;
    display: block;
  }
  .contents .steps_to_wrap .left_box {
    height: 190px;
    width: 71.7vw;
  }
  .contents .steps_to_wrap .right_box {
    right: 3%;
    top: 51%;
  }
  .contents .steps_to_wrap .right_box h3 {
    font-size: 24px;
    padding: 0 0 24px 0;
  }
  .contents .steps_to_wrap .right_box h3:after {
    width: 55px;
  }
  .contents .steps_to_wrap .right_box p {
    font-size: 13px;
    padding: 24px 0 0 0;
  }
  .reservation {
    padding: 72px 0 0 0;
  }
  .reservation h2 {
    padding: 0px 0 0 70px;
    margin: 0 0 25px 0;
  }
  .reservation h2:before {
    width: 48px;
  }
  .reservation .link_wrap {
    display: block;
    max-width: 345px;
    width: 100%;
    margin: 0 auto 0;
  }
  .reservation .link_wrap .box {
    width: 100%;
    aspect-ratio: initial;
    margin: 0 0 23px 0;
  }
  .reservation .link_wrap .box a:before {
    background-size: 100%;
    background-position: top center;
  }
  .reservation .link_wrap .box a h3 {
    color: #000;
    position: static;
  }
  .reservation .link_wrap .box a h3 p:nth-of-type(1) {
    padding: 175px 0 3px 0;
    font-size: 12px;
  }
  .reservation .link_wrap .box a h3 p:nth-of-type(2) span:nth-of-type(1) {
    font-size: 29px;
  }
  .reservation .link_wrap .box a h3 p:nth-of-type(2) span:nth-of-type(2) {
    padding: 0px 0 0 65px;
  }
  .reservation .link_wrap .box a h3 p:nth-of-type(2) span:nth-of-type(2)::before {
    width: 55px;
    background-color: #000;
  }
  .reservation .link_wrap .box.box.left_box a:before {
    background-image: url("../images/top/main_tiger.png");
    background-size: 100%;
    background-position: top center;
  }
  .reservation .link_wrap .box.box.right_box a:before {
    background-image: url("../images/top/main_dragon.png");
    background-size: 100%;
    background-position: top center;
  }
  .reservation .reservation_link {
    max-width: 345px;
    padding: 13px 0;
  }
  .reservation .reservation_link span {
    font-size: 16px;
  }
  .access {
    padding: 90px 0 85px 0;
  }
  .access h2 {
    padding: 0px 0 0 70px;
    margin: 0 0 36px 0;
  }
  .access h2:before {
    width: 48px;
  }
  .access .access_wrap {
    width: 95%;
    padding: 0 10px;
    align-items: center;
  }
  .access .access_wrap .text_box p {
    font-size: 16px;
  }
  .access .access_wrap .text_box p br {
    display: none;
  }
  .access .access_wrap .text_box p br.sp_br {
    display: block;
  }
  .access .access_wrap .more_box {
    max-width: 345px;
    padding: 13px 0;
  }
  .access .access_wrap .more_box span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1701px) {
  .about_project .section_content .vertical_box p {
    font-size: 40px;
  }
  .about_project .section_content .vertical_box p span.f40 {
    font-size: 40px;
    margin-top: -2.5rem;
  }
}
/*# sourceMappingURL=top.css.map */