@charset "UTF-8";
/*変数設定用*/
@media screen and (min-width: 1024px) {
  .vpc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .vsp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .vsp {
    display: block;
  }
}

.inner {
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    margin-right: 20px;
    margin-left: 20px;
    width: auto;
  }
}

.commonMv {
  background: url(/assets/img/common/img-bg.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 292px;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .commonMv {
    background: url(/assets/img/common/img-bgsp.png) no-repeat center center;
    background-size: cover;
    margin-bottom: 30px;
  }
}
.commonMv_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 37px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .commonMv_ttl {
    font-size: 24px;
    text-align: center;
    line-height: 1.6;
    width: 100%;
  }
}
.commonMv_ttl-small-txt {
  display: block;
  font-size: 25px;
  margin: 15px 0 0;
}
.commonMv .inner2 {
  max-width: 1024px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.commonMv_breadnav {
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 0;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media screen and (max-width: 768px) {
  .commonMv_breadnav {
    left: 20px;
  }
}
.commonMv_breadnav li {
  display: flex;
  flex-shrink: 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .commonMv_breadnav li {
    font-size: 12px;
  }
}
.commonMv_breadnav li span {
  display: inline-block;
  padding: 0 10px;
}

header {
  display: none;
}

.footer_bgBlack {
  display: none;
}

.outer-block {
  display: grid;
  grid-template-columns: 1fr 400px 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .outer-block {
    display: block;
  }
}
.outer-block::after {
  content: "";
  position: fixed;
  background: url(../img/bk-bg.jpg) repeat center center;
  height: 100vh;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .outer-block::after {
    display: none;
  }
}
.outer-block .left,
.outer-block .right {
  position: sticky;
  top: 0;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .outer-block .left,
  .outer-block .right {
    display: none;
  }
}
.outer-block .lp-content .lp-mv {
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
}
@media screen and (max-width: 768px) {
  .outer-block .lp-content .lp-mv {
    margin-bottom: -0.2666666667vw;
  }
}
.outer-block .lp-content .lp-mv .movie-link {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 75px;
  width: 107px;
}
@media screen and (max-width: 768px) {
  .outer-block .lp-content .lp-mv .movie-link {
    right: 4vw;
    bottom: 18.6666666667vw;
    width: 26.6666666667vw;
  }
}
.outer-block .lp-content .lp-mv .mv-float-logo {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0);
  width: 160px;
}
@media screen and (max-width: 768px) {
  .outer-block .lp-content .lp-mv .mv-float-logo {
    bottom: 5.3333333333vw;
    width: 40vw;
  }
}
.outer-block .lp-content .lp-bg {
  background: url("../img/bg.jpg") no-repeat top center;
  background-size: cover;
  padding-bottom: 29.3333333333vw;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .outer-block .lp-content .lp-bg {
    background: url("../img/bg.jpg") no-repeat top center;
    background-size: cover;
    padding-bottom: 110px;
  }
}
.outer-block .lp-content .lp-inner {
  padding: 0 8vw;
}
@media screen and (min-width: 768px) {
  .outer-block .lp-content .lp-inner {
    padding: 0 30px;
  }
}
.outer-block .lp-content .lp-times {
  width: 100%;
}
.outer-block .lp-content .lp-times .times-img01 {
  padding-top: 18.6666666667vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .outer-block .lp-content .lp-times .times-img01 {
    padding-top: 70px;
  }
}
.outer-block .lp-content .lp-times .times-img01 .lp-icon {
  position: absolute;
  width: 57.3333333333vw;
  bottom: -46.6666666667vw;
  left: 0px;
}
@media screen and (min-width: 768px) {
  .outer-block .lp-content .lp-times .times-img01 .lp-icon {
    width: 215px;
    bottom: -165px;
  }
}
@media screen and (max-width: 768px) {
  .outer-block .lp-content .lp-times .times-img01 .lp-inner {
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.outer-block .lp-content .lp-times .times-img02 {
  padding-top: 34.6666666667vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .outer-block .lp-content .lp-times .times-img02 {
    padding-top: 130px;
  }
}
.outer-block .lp-content .lp-times .times-img02 .lp-btn {
  position: absolute;
  width: 71.4666666667vw;
  bottom: 11.4666666667vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .outer-block .lp-content .lp-times .times-img02 .lp-btn {
    width: 286px;
    bottom: 43px;
  }
}
.outer-block .lp-content .lp-times .times-img02 .lp-icon {
  position: absolute;
  bottom: -185px;
  left: -25px;
  width: 447px;
}
@media screen and (max-width: 768px) {
  .outer-block .lp-content .lp-times .times-img02 .lp-icon {
    bottom: -45.3333333333vw;
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .outer-block .lp-content .lp-times .times-img02 .lp-inner {
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.outer-block .lp-content .lp-access {
  position: relative;
}
.outer-block .lp-content .lp-access::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(./../img/dec07.png);
  width: 420px;
  bottom: -160px;
  left: 15px;
  aspect-ratio: 130/93;
}
@media screen and (max-width: 768px) {
  .outer-block .lp-content .lp-access::after {
    width: 104vw;
    bottom: -41.3333333333vw;
    left: 4vw;
  }
}
.outer-block .lp-content .lp-content_bg {
  width: 84vw;
  padding-bottom: 30.9333333333vw;
  background: url("../img/block03_bg.png") no-repeat top center;
  background-size: 100% 100%;
  position: relative;
  margin-top: 40vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .outer-block .lp-content .lp-content_bg {
    width: 100%;
    margin-top: 150px;
    padding-bottom: 116px;
  }
}
.outer-block .lp-content .lp-content_bg .access-box {
  position: relative;
  padding: 0 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .outer-block .lp-content .lp-content_bg .access-box {
    padding: 0 25px;
  }
}
.outer-block .lp-content .lp-content_bg .access-box .map-title {
  max-width: 288px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .outer-block .lp-content .lp-content_bg .access-box .map-title {
    max-width: 76.8vw;
  }
}
.outer-block .lp-content .lp-content_bg .access-box .map-title img {
  width: 195px;
}
@media screen and (max-width: 768px) {
  .outer-block .lp-content .lp-content_bg .access-box .map-title img {
    width: 52vw;
  }
}
.outer-block .lp-content .lp-content_bg .access-box .access-maps {
  margin: 12px auto 0;
}
@media screen and (min-width: 768px) {
  .outer-block .lp-content .lp-content_bg .access-box .access-maps {
    max-width: 288px;
  }
}
@media screen and (max-width: 768px) {
  .outer-block .lp-content .lp-content_bg .access-box .access-maps {
    max-width: 76.8vw;
    margin-top: 3.2vw;
  }
}
.outer-block .lp-content .lp-content_bg .access-box .access-maps iframe {
  width: 100%;
  height: 46.9333333333vw;
}
@media screen and (min-width: 768px) {
  .outer-block .lp-content .lp-content_bg .access-box .access-maps iframe {
    height: 176px;
  }
}
.outer-block .lp-content .lp-content_bg .access-box .google-btn {
  max-width: 48.5333333333vw;
  margin: 4vw auto 0;
  z-index: 4;
  position: relative;
}
@media screen and (min-width: 768px) {
  .outer-block .lp-content .lp-content_bg .access-box .google-btn {
    max-width: 182px;
    margin: 15px auto 0;
  }
}
.outer-block .lp-content .lp-content_bg .access-box .img {
  margin: 0 auto;
}
.outer-block .lp-content .lp-content_bg .access-box .btn {
  max-width: 286px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .outer-block .lp-content .lp-content_bg .access-box .btn {
    max-width: 76.2666666667vw;
  }
}
.outer-block .lp-content .lp-content_bg .access-box .jikoku {
  max-width: 77.0666666667vw;
  margin: 9.3333333333vw auto 0;
}
@media screen and (min-width: 768px) {
  .outer-block .lp-content .lp-content_bg .access-box .jikoku {
    max-width: 289px;
    margin: 35px auto 0;
  }
}
.outer-block .lp-content .lp-content_bg .access-box.a01 {
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .outer-block .lp-content .lp-content_bg .access-box.a01 {
    padding-top: 24vw;
  }
}
.outer-block .lp-content .lp-content_bg .access-box.a01::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(./../img/dec03.png);
  width: 240px;
  bottom: -140px;
  left: 135px;
  aspect-ratio: 426/437;
}
@media screen and (max-width: 768px) {
  .outer-block .lp-content .lp-content_bg .access-box.a01::after {
    width: 59.4666666667vw;
    bottom: -36vw;
    left: 30.6666666667vw;
  }
}
.outer-block .lp-content .lp-content_bg .access-box.a01 a {
  margin-bottom: 10px;
}
.outer-block .lp-content .lp-content_bg .access-box.a02 {
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  .outer-block .lp-content .lp-content_bg .access-box.a02 {
    padding-top: 14.6666666667vw;
  }
}
.outer-block .lp-content .lp-content_bg .access-box.a02::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(./../img/dec04.png);
  width: 240px;
  bottom: -180px;
  left: -70px;
  aspect-ratio: 80/73;
}
@media screen and (max-width: 768px) {
  .outer-block .lp-content .lp-content_bg .access-box.a02::after {
    width: 64vw;
    bottom: -48vw;
    left: -18.6666666667vw;
  }
}
.outer-block .lp-content .lp-content_bg .access-box.a02 .img.adj01 {
  max-width: 283px;
}
@media screen and (max-width: 768px) {
  .outer-block .lp-content .lp-content_bg .access-box.a02 .img.adj01 {
    max-width: 75.4666666667vw;
  }
}
.outer-block .lp-content .lp-content_bg .access-box.a02 .btn {
  margin: 17px auto 27px;
}
@media screen and (max-width: 768px) {
  .outer-block .lp-content .lp-content_bg .access-box.a02 .btn {
    margin: 4.5333333333vw auto 7.2vw;
  }
}
.outer-block .lp-content .lp-content_bg .access-box.a03 {
  padding-top: 58px;
}
@media screen and (max-width: 768px) {
  .outer-block .lp-content .lp-content_bg .access-box.a03 {
    padding-top: 15.4666666667vw;
  }
}
.outer-block .lp-content .lp-content_bg .access-box.a03::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(./../img/dec05.png);
  width: 194px;
  bottom: -125px;
  right: -24px;
  aspect-ratio: 357/701;
}
@media screen and (max-width: 768px) {
  .outer-block .lp-content .lp-content_bg .access-box.a03::after {
    width: 42.6666666667vw;
    bottom: -32vw;
    right: -6.9333333333vw;
  }
}
.outer-block .lp-content .lp-content_bg .access-box.a03 .img.adj01 {
  max-width: 263px;
}
@media screen and (max-width: 768px) {
  .outer-block .lp-content .lp-content_bg .access-box.a03 .img.adj01 {
    max-width: 70.1333333333vw;
  }
}
.outer-block .lp-content .lp-content_bg .access-box.a04 {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .outer-block .lp-content .lp-content_bg .access-box.a04 {
    padding-top: 13.3333333333vw;
  }
}
.outer-block .lp-content .lp-content_bg .access-box.a04::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(./../img/dec06.png);
  width: 150px;
  top: 365px;
  left: -29px;
  aspect-ratio: 49/101;
}
@media screen and (max-width: 768px) {
  .outer-block .lp-content .lp-content_bg .access-box.a04::after {
    width: 38.6666666667vw;
    top: 102.4vw;
    left: -9.0666666667vw;
  }
}
.outer-block .lp-content .lp-content_bg .access-box.a04 .img.adj01 {
  max-width: 261px;
}
@media screen and (max-width: 768px) {
  .outer-block .lp-content .lp-content_bg .access-box.a04 .img.adj01 {
    max-width: 69.6vw;
  }
}
.outer-block .lp-content .lp-content_bg .access-box.a04 .img.adj02 {
  max-width: 161px;
}
@media screen and (max-width: 768px) {
  .outer-block .lp-content .lp-content_bg .access-box.a04 .img.adj02 {
    max-width: 42.9333333333vw;
  }
}
.outer-block .lp-content .lp-content_bg .access-box.a04 .btn {
  margin: 25px auto 20px;
}
@media screen and (max-width: 768px) {
  .outer-block .lp-content .lp-content_bg .access-box.a04 .btn {
    margin: 6.6666666667vw auto 5.3333333333vw;
  }
}
.outer-block .lp-content .lp-content_bg .access-box #link01 {
  padding-top: 30px;
}
.outer-block .lp-footer {
  width: 100%;
  height: 60px;
  background: black;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .outer-block .lp-footer {
    height: 16vw;
  }
}
.outer-block .lp-footer a {
  width: 106px;
  display: block;
}
@media screen and (max-width: 768px) {
  .outer-block .lp-footer a {
    width: 28.2666666667vw;
  }
}
.outer-block .left a {
  width: 240px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}/*# sourceMappingURL=style.css.map */