@charset "UTF-8";
.box_sample {
  margin: 10px;
  padding: 10px;
}

.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.ftEN {
  font-family: "Crimson Text", serif;
}

.invisible {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.anime {
  opacity: 0;
}
.anime-delay-1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.anime-delay-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.anime-delay-3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.anime-delay-4 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.anime-delay-5 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.anime-delay-6 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.anime-delay-7 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.anime-delay-8 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.anime-delay-9 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.anime-delay-10 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.anime-delay-11 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.anime-delay-12 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.anime-delay-13 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.anime-delay-14 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.anime-delay-fast1 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.anime-delay-fast2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.anime-delay-fast3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.anime-delay-fast4 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.anime-delay-fast5 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.anime-delay-fast6 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.anime-delay-fast7 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.anime-slow {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeInDown {
  -webkit-animation: 0.8s 0.6s fadeInDown both;
          animation: 0.8s 0.6s fadeInDown both;
}

.animation-zigzag {
  -webkit-animation: zigzagMove 6s linear infinite;
          animation: zigzagMove 6s linear infinite;
}

.animation-yurayura {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: yurayura 1.5s linear infinite;
          animation: yurayura 1.5s linear infinite;
}

.animation-fuwafuwa {
  -webkit-animation: fuwafuwa 1.5s linear infinite;
          animation: fuwafuwa 1.5s linear infinite;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@-webkit-keyframes zigzagMove {
  0% {
    -webkit-transform: translate(80px, 10px);
            transform: translate(80px, 10px);
  }
  10% {
    -webkit-transform: translate(65px, -10px);
            transform: translate(65px, -10px);
  }
  20% {
    -webkit-transform: translate(50px, 10px);
            transform: translate(50px, 10px);
  }
  30% {
    -webkit-transform: translate(35px, -10px);
            transform: translate(35px, -10px);
  }
  40% {
    -webkit-transform: translate(20px, 10px);
            transform: translate(20px, 10px);
  }
  50% {
    -webkit-transform: translate(5px, -10px);
            transform: translate(5px, -10px);
  }
  60% {
    -webkit-transform: translate(-10px, 10px);
            transform: translate(-10px, 10px);
  }
  70% {
    -webkit-transform: translate(-25px, -10px);
            transform: translate(-25px, -10px);
  }
  80% {
    -webkit-transform: translate(-40px, 10px);
            transform: translate(-40px, 10px);
  }
  90% {
    -webkit-transform: translate(-55px, -10px);
            transform: translate(-55px, -10px);
  }
  100% {
    -webkit-transform: translate(-70px, 0px);
            transform: translate(-70px, 0px);
  }
}
@keyframes zigzagMove {
  0% {
    -webkit-transform: translate(80px, 10px);
            transform: translate(80px, 10px);
  }
  10% {
    -webkit-transform: translate(65px, -10px);
            transform: translate(65px, -10px);
  }
  20% {
    -webkit-transform: translate(50px, 10px);
            transform: translate(50px, 10px);
  }
  30% {
    -webkit-transform: translate(35px, -10px);
            transform: translate(35px, -10px);
  }
  40% {
    -webkit-transform: translate(20px, 10px);
            transform: translate(20px, 10px);
  }
  50% {
    -webkit-transform: translate(5px, -10px);
            transform: translate(5px, -10px);
  }
  60% {
    -webkit-transform: translate(-10px, 10px);
            transform: translate(-10px, 10px);
  }
  70% {
    -webkit-transform: translate(-25px, -10px);
            transform: translate(-25px, -10px);
  }
  80% {
    -webkit-transform: translate(-40px, 10px);
            transform: translate(-40px, 10px);
  }
  90% {
    -webkit-transform: translate(-55px, -10px);
            transform: translate(-55px, -10px);
  }
  100% {
    -webkit-transform: translate(-70px, 0px);
            transform: translate(-70px, 0px);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
main {
  word-break: break-word;
  padding-bottom: 15.3461812991vw;
}
main img {
  width: 100%;
}

.mv {
  position: relative;
  width: 100%;
  margin: 0 auto 0;
}
.lead {
  margin: 3.2119914347vw auto 0;
  text-align: center;
  letter-spacing: 0.2em;
}
.lead__ttl {
  font-size: 1.4275517488vw;
  line-height: 1.6;
  font-weight: bold;
}
.lead__txt {
  font-size: 1.142041399vw;
  line-height: 2;
  margin-top: 1.142041399vw;
  font-weight: 500;
}
.lead__txt span {
  text-decoration: underline;
}
.lead__credit {
  font-size: 0.9279086367vw;
  line-height: 2;
  margin-top: 1.142041399vw;
  letter-spacing: 0.05em;
}

.map {
  width: 71.3775874375vw;
  margin: 6.4239828694vw auto 0;
  position: relative;
}
.map__deco {
  position: absolute;
}
.map__deco.--01 {
  width: 12.3483226267vw;
  left: -5.3533190578vw;
  top: 6.0670949322vw;
}
.map__deco.--02 {
  width: 17.3447537473vw;
  left: 14.2755174875vw;
  top: 17.8443968594vw;
}
.map__deco.--03 {
  width: 10.1356174161vw;
  left: 12.8479657388vw;
  bottom: -4.9964311206vw;
}
.map__deco.--04 {
  width: 10.9207708779vw;
  left: 0vw;
  bottom: -9.9928622413vw;
}
.map__deco.--05 {
  width: 6.9950035689vw;
  right: -3.5688793719vw;
  top: -4.9964311206vw;
}
.map__title {
  position: absolute;
  width: 21.7701641685vw;
  right: 6.4239828694vw;
  bottom: -4.6395431834vw;
}

.prof {
  margin-top: 7.1377587438vw;
}
.prof__box {
  margin: 0 auto;
  width: 42.8265524625vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.prof__box-left {
  position: relative;
  width: 17.9157744468vw;
}
.prof__box-left .deco {
  position: absolute;
  width: 10.8493932905vw;
  left: -7.1377587438vw;
  top: 6.6381156317vw;
}
.prof__box-right {
  width: 21.4132762313vw;
  margin-top: 1.4275517488vw;
}
.prof__box-right .title {
  font-size: 0.9279086367vw;
  font-weight: 500;
}
.prof__box-right .name {
  font-size: 1.7844396859vw;
  line-height: 1.8;
}
.prof__box-right .text {
  font-size: 0.9279086367vw;
  line-height: 1.75;
}
.prof__text {
  margin: 2.8551034975vw auto 0;
  width: 57.10206995vw;
  font-size: 1.142041399vw;
  text-align: justify;
}
.prof__img.--01 {
  margin-top: 6.6381156317vw;
  width: 60.7423269094vw;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.prof__img.--02 {
  margin-top: -5.2105638829vw;
  width: 50.0356887937vw;
}

.guide {
  position: relative;
}
.guide img {
  width: 100%;
}

.guideLink {
  position: absolute;
}
.guideLink.--01 {
  width: 11.7773019272vw;
  height: 1.9985724483vw;
  top: 11.7773019272vw;
  left: 19.2719486081vw;
}
.guideLink.--02 {
  width: 11.7773019272vw;
  height: 1.9985724483vw;
  bottom: 3.2119914347vw;
  left: 19.2719486081vw;
}
.guideLink.--03 {
  width: 11.7773019272vw;
  height: 1.9985724483vw;
  bottom: 3.2119914347vw;
  right: 4.9964311206vw;
}
.guideLink.--04 {
  width: 11.7773019272vw;
  height: 1.9985724483vw;
  bottom: 3.2119914347vw;
  left: 19.2719486081vw;
}
.guideLink.--05 {
  width: 11.7773019272vw;
  height: 1.9985724483vw;
  bottom: 3.2119914347vw;
  left: 19.2719486081vw;
}
.guideLink.--06 {
  width: 11.7773019272vw;
  height: 1.9985724483vw;
  top: 8.2084225553vw;
  left: 19.2719486081vw;
}

.guide01 {
  margin-top: 17.2733761599vw;
}
.guide01_img01 {
  width: 77.8015703069vw;
  margin-left: 12.1341898644vw;
}
.guide01_img02 {
  width: 20.1284796574vw;
  position: absolute;
  bottom: 4.0685224839vw;
  left: 14.2755174875vw;
}

.guide02 {
  margin-top: 12.1341898644vw;
}
.guide02_img01 {
  width: 66.3811563169vw;
  margin-left: 12.1341898644vw;
}
.guide02_img02 {
  width: 38.2583868665vw;
  position: absolute;
  bottom: 1.9985724483vw;
  right: 13.9186295503vw;
}

.guide03 {
  margin-top: 14.2041399001vw;
}
.guide03_img01 {
  width: 77.7301927195vw;
  margin-left: 12.1341898644vw;
}
.guide03_img02 {
  width: 35.7601713062vw;
  margin-left: 18.7009279086vw;
  margin-top: 7.1377587438vw;
  position: relative;
}
.guide03_img02 .slick-dots li {
  background-color: rgba(248, 192, 205, 0.3);
  width: 0.7137758744vw;
  height: 0.7137758744vw;
  border-radius: 100px;
  margin: 0 0.7137758744vw;
}
.guide03_img02 .slick-dots li.slick-active {
  background-color: rgb(248, 192, 205);
}
.guide03_img02 .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.guide03_img02 .slick-dots li button::before {
  display: none;
}
.guide03_img03 {
  width: 20.05710207vw;
  position: absolute;
  bottom: 0vw;
  right: 18.5581727338vw;
}

.interval {
  height: 80vh;
  background-color: #c8c8c8;
  margin-top: 7.1377587438vw;
  position: relative;
}
.interval.--02 .inner .bg {
  background-image: url(../img/guide_interval02_pc.jpg);
}
.interval .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.interval .inner .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/guide_interval_pc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.guide04 {
  margin-top: 14.2755174875vw;
}
.guide04_img01 {
  width: 78.6581013562vw;
  margin-left: 11.0635260528vw;
}
.guide04_img02 {
  width: 34.7608850821vw;
  margin-left: 32.6909350464vw;
  margin-top: 5.710206995vw;
  position: relative;
  display: block;
}

.guide05 {
  margin-top: 14.1327623126vw;
}
.guide05_img01 {
  width: 78.6581013562vw;
  margin-left: 11.0635260528vw;
}
.guide05_img02 {
  width: 36.045681656vw;
  left: 18.0585296217vw;
  bottom: -7.8515346181vw;
  position: absolute;
}

.guide06 {
  margin-top: 22.1270521056vw;
}
.guide06_img01 {
  width: 72.6623840114vw;
  margin-left: 17.130620985vw;
}
.guide06_img02 {
  width: 20.05710207vw;
  position: absolute;
  bottom: 4.2826552463vw;
  left: 13.1334760885vw;
}

/* SP */
@media screen and (max-width: 750px) {
  @-webkit-keyframes fuwafuwa {
    0% {
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px);
    }
    50% {
      -webkit-transform: translateY(3px);
              transform: translateY(3px);
    }
    100% {
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px);
    }
  }
  @keyframes fuwafuwa {
    0% {
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px);
    }
    50% {
      -webkit-transform: translateY(3px);
              transform: translateY(3px);
    }
    100% {
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px);
    }
  }
  @-webkit-keyframes zigzagMove {
    0% {
      -webkit-transform: translate(-10px, 5px);
              transform: translate(-10px, 5px);
    }
    10% {
      -webkit-transform: translate(-15px, -5px);
              transform: translate(-15px, -5px);
    }
    20% {
      -webkit-transform: translate(-20px, 5px);
              transform: translate(-20px, 5px);
    }
    30% {
      -webkit-transform: translate(-25px, -5px);
              transform: translate(-25px, -5px);
    }
    40% {
      -webkit-transform: translate(-30px, 5px);
              transform: translate(-30px, 5px);
    }
    50% {
      -webkit-transform: translate(-35px, -5px);
              transform: translate(-35px, -5px);
    }
    60% {
      -webkit-transform: translate(-40px, 5px);
              transform: translate(-40px, 5px);
    }
    70% {
      -webkit-transform: translate(-45px, -5px);
              transform: translate(-45px, -5px);
    }
    80% {
      -webkit-transform: translate(-50px, 5px);
              transform: translate(-50px, 5px);
    }
    90% {
      -webkit-transform: translate(-55px, -5px);
              transform: translate(-55px, -5px);
    }
    100% {
      -webkit-transform: translate(-60px, 0px);
              transform: translate(-60px, 0px);
    }
  }
  @keyframes zigzagMove {
    0% {
      -webkit-transform: translate(-10px, 5px);
              transform: translate(-10px, 5px);
    }
    10% {
      -webkit-transform: translate(-15px, -5px);
              transform: translate(-15px, -5px);
    }
    20% {
      -webkit-transform: translate(-20px, 5px);
              transform: translate(-20px, 5px);
    }
    30% {
      -webkit-transform: translate(-25px, -5px);
              transform: translate(-25px, -5px);
    }
    40% {
      -webkit-transform: translate(-30px, 5px);
              transform: translate(-30px, 5px);
    }
    50% {
      -webkit-transform: translate(-35px, -5px);
              transform: translate(-35px, -5px);
    }
    60% {
      -webkit-transform: translate(-40px, 5px);
              transform: translate(-40px, 5px);
    }
    70% {
      -webkit-transform: translate(-45px, -5px);
              transform: translate(-45px, -5px);
    }
    80% {
      -webkit-transform: translate(-50px, 5px);
              transform: translate(-50px, 5px);
    }
    90% {
      -webkit-transform: translate(-55px, -5px);
              transform: translate(-55px, -5px);
    }
    100% {
      -webkit-transform: translate(-60px, 0px);
              transform: translate(-60px, 0px);
    }
  }
  main {
    padding-bottom: 24vw;
  }
  .lead {
    margin: 6.6666666667vw auto 0;
    width: 93.3333333333vw;
  }
  .lead__ttl {
    font-size: 4vw;
    line-height: 1.4;
  }
  .lead__txt {
    font-size: 2.8vw;
    line-height: 2.2;
    margin-top: 2.1333333333vw;
    text-align: justify;
  }
  .lead__credit {
    font-size: 2.4vw;
    margin-top: 1.8666666667vw;
  }
  .map {
    width: 100vw;
    margin: 32.2666666667vw auto 0;
  }
  .map__deco.--01 {
    width: 32.2666666667vw;
    left: 0vw;
    top: -15.3333333333vw;
  }
  .map__deco.--02 {
    width: 38.6666666667vw;
    left: 49.3333333333vw;
    top: auto;
    bottom: -21.3333333333vw;
  }
  .map__deco.--03 {
    width: 21.7333333333vw;
    left: 21.3333333333vw;
    top: auto;
    bottom: 10.6666666667vw;
  }
  .map__deco.--04 {
    width: 20vw;
    left: 18.6666666667vw;
    bottom: -18.6666666667vw;
  }
  .map__deco.--05 {
    width: 13.3333333333vw;
    right: 6.6666666667vw;
    top: -38.6666666667vw;
  }
  .map__title {
    width: 48.6666666667vw;
    right: 2.6666666667vw;
    bottom: auto;
    top: -7.3333333333vw;
    z-index: 3;
  }
  .prof {
    margin-top: 41.3333333333vw;
  }
  .prof__box {
    margin: 0 auto;
    width: 80vw;
  }
  .prof__box-left {
    position: relative;
    width: 36vw;
  }
  .prof__box-left .deco {
    position: absolute;
    width: 26.6666666667vw;
    left: -6.6666666667vw;
    top: -16vw;
  }
  .prof__box-right {
    width: 40vw;
    margin-top: 0vw;
  }
  .prof__box-right .title {
    font-size: 2.1333333333vw;
    font-weight: 500;
  }
  .prof__box-right .name {
    font-size: 3.3333333333vw;
    line-height: 1.8;
  }
  .prof__box-right .text {
    font-size: 2.1333333333vw;
    line-height: 1.75;
  }
  .prof__text {
    margin: 5.3333333333vw auto 0;
    width: 86.6666666667vw;
    font-size: 2.6666666667vw;
  }
  .prof__img.--01 {
    margin-top: 12vw;
    width: 86.6666666667vw;
  }
  .prof__img.--02 {
    margin-top: -2.6666666667vw;
    width: 66.6666666667vw;
  }
  .guideLink.--01 {
    width: 26.6666666667vw;
    height: 3.7333333333vw;
    top: auto;
    bottom: 3.3333333333vw;
    left: 4vw;
  }
  .guideLink.--02 {
    width: 26.6666666667vw;
    height: 3.7333333333vw;
    bottom: 8.6666666667vw;
    left: 53.3333333333vw;
  }
  .guideLink.--03 {
    width: 26.6666666667vw;
    height: 3.7333333333vw;
    bottom: 8.6666666667vw;
    right: 20vw;
  }
  .guideLink.--04 {
    width: 26.6666666667vw;
    height: 3.7333333333vw;
    bottom: 8.6666666667vw;
    left: 53.3333333333vw;
  }
  .guideLink.--05 {
    width: 26.6666666667vw;
    height: 3.7333333333vw;
    bottom: 8.6666666667vw;
    left: 53.3333333333vw;
  }
  .guideLink.--06 {
    width: 26.6666666667vw;
    height: 3.7333333333vw;
    top: auto;
    bottom: 6vw;
    left: 4vw;
  }
  .guide01 {
    margin-top: 13.3333333333vw;
  }
  .guide01_img01 {
    width: 100vw;
    margin-left: 0vw;
  }
  .guide01_img02 {
    width: 80.1333333333vw;
    position: relative;
    top: 0vw;
    left: 0;
    margin-left: 0;
    margin: -11.3333333333vw auto 0;
    display: block;
  }
  .guide02 {
    margin-top: 24vw;
  }
  .guide02_img01 {
    width: 96.9333333333vw;
    margin-left: 3.0666666667vw;
  }
  .guide02_img02 {
    width: 80.1333333333vw;
    margin: 13.0666666667vw auto 0;
    position: relative;
    bottom: 0;
    right: 0;
    display: block;
  }
  .interval {
    height: 40vh;
    margin-top: 13.3333333333vw;
  }
  .interval.--02 .inner .bg {
    background-image: url(../img/guide_interval02_sp.jpg);
  }
  .interval .inner .bg {
    height: 100vh;
    background-image: url(../img/guide_interval_sp.jpg);
  }
  .guide03 {
    margin-top: 22.6666666667vw;
  }
  .guide03_img01 {
    width: 100vw;
    margin-left: 0vw;
  }
  .guide03_img02 {
    width: 100vw;
    margin-left: 0vw;
    margin-top: 6.6666666667vw;
    position: relative;
  }
  .guide03_img02 .slick-dots li {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin: 0 2.6666666667vw;
  }
  .guide03_img03 {
    width: 80.2666666667vw;
    position: relative;
    top: 0vw;
    left: 0vw;
    display: block;
    margin: 16.8vw auto 0;
  }
  .guide04 {
    margin-top: 14vw;
  }
  .guide04_img01 {
    width: 93.6vw;
    margin-left: auto;
  }
  .guide04_img02 {
    width: 80.2666666667vw;
    margin-left: 9.8666666667vw;
    margin-top: 10vw;
    position: relative;
  }
  .guide05 {
    margin-top: 11.7333333333vw;
  }
  .guide05_img01 {
    width: 100vw;
    margin-left: 0vw;
  }
  .guide05_img02 {
    width: 44.1333333333vw;
    position: absolute;
    display: block;
    bottom: -18.6666666667vw;
    left: 6.6666666667vw;
  }
  .guide06 {
    margin-top: 30.6666666667vw;
  }
  .guide06_img01 {
    width: 100vw;
    margin-left: 0vw;
  }
  .guide06_img02 {
    position: inherit;
    width: 80.1333333333vw;
    margin: 10.6666666667vw auto 0;
    display: block;
    left: 0;
    bottom: 0;
  }
}
/* SP ここまで */
/*# sourceMappingURL=style.css.map */