@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Koulen&display=swap");
@media print, screen and (min-width: 1033px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 1032px) {
  .pc {
    display: none !important;
  }
}

/*==================================================
	RESET CSS
==================================================*/
*,
*::before,
*::after {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  outline: none;
}

/*==================================================
	COMMON
==================================================*/
html, body {
  font-family: "游ゴシック体 Pr6N M", "Yu Gothic Pr6N M", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print, screen and (min-width: 1033px) {
  html, body {
    font-size: 12.8px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1032px) {
  html, body {
    font-size: 3.5897435897vw;
    line-height: 1.8;
  }
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  color: #000000;
}

main {
  overflow: hidden;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

main h1 {
  font-family: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}
@media print, screen and (min-width: 1033px) {
  main h1 {
    font-size: 43.2px;
    line-height: 57.6px;
  }
}
@media screen and (max-width: 1032px) {
  main h1 {
    font-size: 8.7179487179vw;
    line-height: 8.7179487179vw;
  }
}
main h2 {
  font-family: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}
@media print, screen and (min-width: 1033px) {
  main h2 {
    font-size: 25.6px;
    line-height: 43.2px;
  }
}
@media screen and (max-width: 1032px) {
  main h2 {
    font-size: 5.3846153846vw;
    line-height: 9.2307692308vw;
  }
}
main h2.en {
  font-family: "Koulen", cursive;
  font-weight: normal;
  line-height: 1;
}
@media print, screen and (min-width: 1033px) {
  main h2.en {
    font-size: 72px;
  }
}
@media screen and (max-width: 1032px) {
  main h2.en {
    font-size: 16.4102564103vw;
  }
}
main h3 {
  font-family: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}
@media print, screen and (min-width: 1033px) {
  main h3 {
    font-size: 19.2px;
    line-height: 28.8px;
  }
}
@media screen and (max-width: 1032px) {
  main h3 {
    font-size: 4.6153846154vw;
    line-height: 7.6923076923vw;
  }
}
main .scroll-text {
  display: flex;
  overflow: hidden;
  font-family: "Koulen", cursive;
  font-weight: normal;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 1033px) {
  main .scroll-text {
    margin-top: -74px;
  }
}
@media screen and (max-width: 1032px) {
  main .scroll-text {
    margin-top: -12.0512820513vw;
  }
}
main .scroll-text p {
  color: transparent;
  line-height: 1;
  text-stroke: 1px #707070;
  -webkit-text-stroke: 1px #707070;
  white-space: nowrap;
}
@media print, screen and (min-width: 1033px) {
  main .scroll-text p {
    font-size: 158.4px;
  }
}
@media screen and (max-width: 1032px) {
  main .scroll-text p {
    font-size: 30.7692307692vw;
  }
}
main .scroll-text p:first-child {
  animation: loop 90s -45s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
main .scroll-text p:last-child {
  animation: loop2 90s linear infinite;
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
main .tag {
  display: inline-block;
  background-color: #000000;
  color: #fff;
  font-family: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  line-height: 1;
}
@media print, screen and (min-width: 1033px) {
  main .tag {
    padding: 6.4px 12.8px;
    font-size: 14.4px;
  }
}
@media screen and (max-width: 1032px) {
  main .tag {
    padding: 1.5384615385vw 4.1025641026vw;
    font-size: 3.5897435897vw;
  }
}
@media print, screen and (min-width: 1033px) {
  main .sub-ttl {
    margin-top: 18.4px;
  }
}
@media screen and (max-width: 1032px) {
  main .sub-ttl {
    margin-top: 5.1282051282vw;
  }
}
main .sub-ttl span {
  display: inline-block;
  background-color: #000000;
  color: #fff;
  font-family: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}
@media print, screen and (min-width: 1033px) {
  main .sub-ttl span {
    padding: 0 25.6px 1px;
    font-size: 19.2px;
  }
}
@media screen and (max-width: 1032px) {
  main .sub-ttl span {
    padding: 0 4.1025641026vw 0.2564102564vw;
    font-size: 4.358974359vw;
  }
}
@media print, screen and (min-width: 1033px) {
  main .sub-ttl span:not(:first-child) {
    margin-top: 18.8px;
  }
}
@media screen and (max-width: 1032px) {
  main .sub-ttl span:not(:first-child) {
    margin-top: 2.5641025641vw;
  }
}

a {
  color: inherit;
}

.btn, .area .area_list li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/arw_right.svg);
  background-repeat: no-repeat;
  border: 1px solid #000000;
  font-family: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}
@media print, screen and (min-width: 1033px) {
  .btn, .area .area_list li a {
    padding-right: 16px;
    width: 262.4px;
    height: 54.4px;
    background-position: right 19.2px center;
    background-size: 22.4px;
    border-radius: 48px;
    font-size: 16px;
    transition-property: background-color;
    transition-duration: 0.15s;
  }
  .btn:hover, .area .area_list li a:hover {
    background-color: #000000 !important;
    background-image: url(../img/arw_wh.svg);
    color: #fff;
  }
}
@media screen and (max-width: 1032px) {
  .btn, .area .area_list li a {
    width: 100%;
    height: 13.8461538462vw;
    background-position: right 4.6153846154vw center;
    background-size: 4.6153846154vw;
    border-radius: 15.3846153846vw;
    font-size: 3.8461538462vw;
  }
}
.main-plan .btn, .main-plan .area .area_list li a, .area .area_list li .main-plan a {
  width: 100%;
}

/*==================================================*/
/*==================================================*/
header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media print, screen and (min-width: 1033px) {
  header {
    height: 70px;
  }
}
@media screen and (max-width: 1032px) {
  header {
    width: 100%;
    height: 10.2564102564vw;
    z-index: 2;
  }
}
header h1 {
  font-size: 0;
  line-height: 1;
}
header h1 a {
  position: relative;
  display: inline-block;
  background-color: #fff;
  background-image: url(https://www.asoview.com/img/sp/common/logo-image_kana-a5c45b842cea56b781f663a7d536559e.svg);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
@media print, screen and (min-width: 1033px) {
  header h1 a {
    width: 150px;
    height: 28px;
    background-size: 140px;
  }
}
@media screen and (max-width: 1032px) {
  header h1 a {
    width: 22.3076923077vw;
    height: 6.1538461538vw;
    background-size: 22.3076923077vw;
  }
}

footer {
  background-color: #F2F2F2;
  border-top: 1px solid #000000;
  text-align: center;
  line-height: 1;
}
@media print, screen and (min-width: 1033px) {
  footer {
    padding: 20.8px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1032px) {
  footer {
    padding: 6.6666666667vw;
    font-size: 3.0769230769vw;
  }
}

/*==================================================
	TOP
==================================================*/
.top {
  position: relative;
}
@media print, screen and (min-width: 1033px) {
  .top {
    transition-duration: 0.5s;
    transition-delay: 0.5s;
  }
}
.top .kv,
.top .bgkv {
  display: flex;
  z-index: 2;
}
@media print, screen and (min-width: 1033px) {
  .top .kv,
  .top .bgkv {
    flex-wrap: nowrap;
    height: 664px;
  }
  .top .kv .sideA,
  .top .bgkv .sideA {
    width: 58.95833333vw;
    border-bottom-right-radius: 40px;
    overflow: hidden;
    z-index: 1;
  }
  .top .kv .sideA .imgMask .img,
  .top .kv .sideA .bgImage,
  .top .bgkv .sideA .imgMask .img,
  .top .bgkv .sideA .bgImage {
    width: 58.95833333vw;
  }
  .top .kv .sideB,
  .top .bgkv .sideB {
    width: 41.04166667vw;
    overflow: hidden;
  }
  .top .kv .sideB .image .imgMask .img,
  .top .kv .sideB .image .bgImage,
  .top .bgkv .sideB .image .imgMask .img,
  .top .bgkv .sideB .image .bgImage {
    width: 41.04166667vw;
  }
}
@media screen and (min-width: 1033px) and (max-width: 1440px) {
  .top .kv .sideA,
  .top .bgkv .sideA {
    width: calc(100vw - 472.8px);
  }
  .top .kv .sideA .imgMask .img,
  .top .kv .sideA .bgImage,
  .top .bgkv .sideA .imgMask .img,
  .top .bgkv .sideA .bgImage {
    width: calc(100vw - 472.8px);
  }
  .top .kv .sideB,
  .top .bgkv .sideB {
    width: 472.8px;
  }
  .top .kv .sideB .image .imgMask .img,
  .top .kv .sideB .image .bgImage,
  .top .bgkv .sideB .image .imgMask .img,
  .top .bgkv .sideB .image .bgImage {
    width: 472.8px;
  }
}
@media screen and (max-width: 1032px) {
  .top .kv,
  .top .bgkv {
    flex-direction: column;
  }
  .top .kv .sideA,
  .top .bgkv .sideA {
    height: calc(100vh - 53.0769230769vw);
    height: calc(100svh - 53.0769230769vw);
    max-height: 117vw;
    border-bottom-right-radius: 10.2564102564vw;
    overflow: hidden;
    z-index: 1;
  }
  .top .kv .sideB,
  .top .bgkv .sideB {
    overflow: hidden;
  }
  .top .kv .imgMask .img,
  .top .bgkv .imgMask .img {
    width: 100vw;
  }
}
.top .kv .sideA .bnr,
.top .bgkv .sideA .bnr {
  position: absolute;
  z-index: 2;
}
@media print, screen and (min-width: 1033px) {
  .top .kv .sideA .bnr,
  .top .bgkv .sideA .bnr {
    bottom: 24px;
    left: 24px;
  }
}
@media screen and (max-width: 1032px) {
  .top .kv .sideA .bnr,
  .top .bgkv .sideA .bnr {
    bottom: 5.1282051282vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.top .kv .sideA .bnr a,
.top .bgkv .sideA .bnr a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #000000;
  background-color: #fff;
  background-image: url(../img/arw_right.svg);
  background-repeat: no-repeat;
  overflow: hidden;
}
@media print, screen and (min-width: 1033px) {
  .top .kv .sideA .bnr a,
  .top .bgkv .sideA .bnr a {
    gap: 13.6px;
    padding-right: 44.8px;
    border-radius: 20px;
    background-position: right 12.8px center;
    background-size: 19.2px;
  }
}
@media screen and (max-width: 1032px) {
  .top .kv .sideA .bnr a,
  .top .bgkv .sideA .bnr a {
    gap: 2.0512820513vw;
    width: 93.0769230769vw;
    border-radius: 2.5641025641vw;
    background-position: right 2.5641025641vw center;
    background-size: 4.1025641026vw;
  }
}
@media print, screen and (min-width: 1033px) {
  .top .kv .sideA .bnr a img,
  .top .bgkv .sideA .bnr a img {
    width: 173.6px;
  }
}
@media screen and (max-width: 1032px) {
  .top .kv .sideA .bnr a img,
  .top .bgkv .sideA .bnr a img {
    width: 29.4871794872vw;
  }
}
.top .kv .sideA .bnr a p,
.top .bgkv .sideA .bnr a p {
  font-family: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}
@media print, screen and (min-width: 1033px) {
  .top .kv .sideA .bnr a p,
  .top .bgkv .sideA .bnr a p {
    font-size: 15.2px;
  }
}
@media screen and (max-width: 1032px) {
  .top .kv .sideA .bnr a p,
  .top .bgkv .sideA .bnr a p {
    font-size: 3.3333333333vw;
    line-height: 5.1282051282vw;
  }
}
.top .kv .sideA .bnr a em,
.top .bgkv .sideA .bnr a em {
  color: #EF8363;
  font-style: normal;
}
@media print, screen and (min-width: 1033px) {
  .top .kv .sideA .bnr a em,
  .top .bgkv .sideA .bnr a em {
    font-size: 24.8px;
  }
}
@media screen and (max-width: 1032px) {
  .top .kv .sideA .bnr a em,
  .top .bgkv .sideA .bnr a em {
    font-size: 5.1282051282vw;
  }
}
.top .kv .imgMask,
.top .bgkv .imgMask {
  width: 0;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.top .kv .imgMask.play,
.top .bgkv .imgMask.play {
  animation: imgCurtain 1.5s cubic-bezier(0.860, 0.000, 0.070, 1.000) forwards;
}
@keyframes imgCurtain {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.top .kv .imgMask .img,
.top .bgkv .imgMask .img {
  position: absolute;
  top: 0;
  left: 0;
}
.top .kv .imgMask .img.play,
.top .bgkv .imgMask .img.play {
  animation: imgZoom 1.5s cubic-bezier(0.645, 0.045, 0.355, 1.000) forwards;
}
@keyframes imgZoom {
  0% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
.top .kv .sideB,
.top .bgkv .sideB {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 1033px) {
  .top .kv .sideB .image,
  .top .bgkv .sideB .image {
    height: 439.2px;
  }
}
@media screen and (max-width: 1032px) {
  .top .kv .sideB .image,
  .top .bgkv .sideB .image {
    height: 43.0769230769vw;
    border-bottom-left-radius: 10.2564102564vw;
    overflow: hidden;
    z-index: 1;
    order: 2;
  }
}
.top .kv .sideB .text,
.top .bgkv .sideB .text {
  display: flex;
  flex-direction: column;
  z-index: 3;
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}
@media print, screen and (min-width: 1033px) {
  .top .kv .sideB .text,
  .top .bgkv .sideB .text {
    margin-top: -33.6px;
    padding: 21.6px 14.4px 0 32.8px;
    height: 259.2px;
    border-top-left-radius: 40px;
  }
}
@media screen and (max-width: 1032px) {
  .top .kv .sideB .text,
  .top .bgkv .sideB .text {
    justify-content: space-between;
    height: 42.8205128205vw;
    border-top-left-radius: 10.2564102564vw;
  }
  .top .kv .sideB .text h1,
  .top .bgkv .sideB .text h1 {
    padding: 5.3846153846vw 0 0 6.1538461538vw;
  }
}
.top .kv .sideB .text .hashtag,
.top .bgkv .sideB .text .hashtag {
  display: none;
}
@media print, screen and (min-width: 1033px) {
  .top .kv .sideB .text .hashtag,
  .top .bgkv .sideB .text .hashtag {
    margin-top: 14px;
  }
}
@media screen and (min-width: 1033px) and (min-width: 1441px) {
  .top .kv .sideB .text .hashtag p + br,
  .top .bgkv .sideB .text .hashtag p + br {
    display: block;
  }
  .top .kv .sideB .text .hashtag br,
  .top .kv .sideB .text .hashtag i,
  .top .bgkv .sideB .text .hashtag br,
  .top .bgkv .sideB .text .hashtag i {
    display: none;
  }
}
.top .kv .sideB .text .hashtag p,
.top .bgkv .sideB .text .hashtag p {
  display: inline-block;
  background-color: #fff;
  font-family: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  transform: scaleX(0);
}
@media print, screen and (min-width: 1033px) {
  .top .kv .sideB .text .hashtag p,
  .top .bgkv .sideB .text .hashtag p {
    padding: 2px 8px 0 2px;
    font-size: 25.6px;
    line-height: 30.4px;
  }
  .top .kv .sideB .text .hashtag p:not(:first-child),
  .top .bgkv .sideB .text .hashtag p:not(:first-child) {
    margin-top: -2.5px;
  }
}
@media screen and (max-width: 1032px) {
  .top .kv .sideB .text .hashtag p,
  .top .bgkv .sideB .text .hashtag p {
    padding: 6px 2.0512820513vw 6px 4px;
    font-size: 5.1282051282vw;
    line-height: 6.1538461538vw;
  }
  .top .kv .sideB .text .hashtag p:not(:first-child),
  .top .bgkv .sideB .text .hashtag p:not(:first-child) {
    margin-top: -4px;
  }
}
.top .kv .sideB .text .hashtag p span,
.top .bgkv .sideB .text .hashtag p span {
  opacity: 0;
}
.top .kv .sideB .text .hashtag.active p,
.top .bgkv .sideB .text .hashtag.active p {
  animation: stretchX 5s cubic-bezier(0.645, 0.045, 0.355, 1.000) forwards;
}
.top .kv .sideB .text .hashtag.active p span,
.top .bgkv .sideB .text .hashtag.active p span {
  animation: fadeInOut 4s cubic-bezier(0.860, 0.000, 0.070, 1.000) forwards;
  animation-delay: 0.5s;
}
@keyframes stretchX {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  10% {
    transform: scaleX(1);
    transform-origin: left;
  }
  90% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.top .kv .sideB .text .nv_anchor,
.top .bgkv .sideB .text .nv_anchor {
  background-image: url(../img/arw_down.svg);
  background-repeat: no-repeat;
  font-feature-settings: "palt";
  font-family: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  text-align: center;
  position: absolute;
}
@media print, screen and (min-width: 1033px) {
  .top .kv .sideB .text .nv_anchor,
  .top .bgkv .sideB .text .nv_anchor {
    padding-top: 48px;
    width: 148px;
    height: 148px;
    background-position: center bottom 28px;
    background-size: 22.4px;
    font-size: 14.4px;
    line-height: 19.2px;
    right: 19px;
    bottom: 16.4px;
    transition-duration: 0.15s;
  }
}
@media print and (min-width: 1440px), screen and (min-width: 1033px) and (min-width: 1440px) {
  .top .kv .sideB .text .nv_anchor,
  .top .bgkv .sideB .text .nv_anchor {
    right: 30px;
  }
}
@media print, screen and (min-width: 1033px) {
  .top .kv .sideB .text .nv_anchor:hover,
  .top .bgkv .sideB .text .nv_anchor:hover {
    transform: scale(1.04);
  }
}
@media screen and (max-width: 1032px) {
  .top .kv .sideB .text .nv_anchor,
  .top .bgkv .sideB .text .nv_anchor {
    padding-top: 7.6923076923vw;
    padding-left: 1px;
    width: 26.1538461538vw;
    height: 26.1538461538vw;
    background-position: center bottom 5.641025641vw;
    background-size: 4.1025641026vw;
    font-size: 2.5641025641vw;
    line-height: 3.5897435897vw;
    right: 2.5641025641vw;
    bottom: 2.0512820513vw;
  }
}
.top .kv .sideB .text .nv_anchor::after,
.top .bgkv .sideB .text .nv_anchor::after {
  content: "";
  background: center no-repeat;
}
@media print, screen and (min-width: 1033px) {
  .top .kv .sideB .text .nv_anchor::after,
  .top .bgkv .sideB .text .nv_anchor::after {
    background-size: 11.2px;
  }
}
.top .kv .sideB .text .nv_anchor::before,
.top .bgkv .sideB .text .nv_anchor::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/circle_imakoko.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  animation: 10s linear infinite rotation;
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.top .kv.kv::after,
.top .bgkv.kv::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 2;
}
@media print, screen and (min-width: 1033px) {
  .top .kv.kv::after,
  .top .bgkv.kv::after {
    background-image: url(../img/logo_mietrip_pc.png);
    width: 185.6px;
    height: 158.4px;
    top: 28.8px;
    left: 44px;
  }
}
@media screen and (max-width: 1032px) {
  .top .kv.kv::after,
  .top .bgkv.kv::after {
    background-image: url(../img/logo_mietrip_sp.png);
    width: 36.1538461538vw;
    height: 31.0256410256vw;
    top: 5.1282051282vw;
    left: 6.1538461538vw;
  }
}
.top .kv .imgMask,
.top .bgkv .imgMask {
  width: 100%;
  height: 100%;
  z-index: 2;
}
.top .kv .imgMask .img,
.top .bgkv .imgMask .img {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top .kv .bgImage,
.top .bgkv .bgImage {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.top .kv .bgImage.play,
.top .bgkv .bgImage.play {
  animation: imgZoomOut 1.5s cubic-bezier(0.645, 0.045, 0.355, 1.000) forwards;
}
@keyframes imgZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25);
  }
}
.top .bgkv {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
}
@media print, screen and (min-width: 1033px) {
  .top .bgkv.scene1 .sideA .bgImage {
    background-image: url(../img/kv_scene5_a.jpg);
  }
  .top .bgkv.scene1 .sideB .bgImage {
    background-image: url(../img/kv_scene5_b.jpg);
  }
}
@media screen and (max-width: 1032px) {
  .top .bgkv.scene1 .sideA .bgImage {
    background-image: url(../img/kv_scene5_a_sp.jpg);
  }
  .top .bgkv.scene1 .sideB .bgImage {
    background-image: url(../img/kv_scene5_b_sp.jpg);
  }
}
@media print, screen and (min-width: 1033px) {
  .top .bgkv.scene2 .sideA .bgImage {
    background-image: url(../img/kv_scene1_a.jpg);
  }
  .top .bgkv.scene2 .sideB .bgImage {
    background-image: url(../img/kv_scene1_b.jpg);
  }
}
@media screen and (max-width: 1032px) {
  .top .bgkv.scene2 .sideA .bgImage {
    background-image: url(../img/kv_scene1_a_sp.jpg);
  }
  .top .bgkv.scene2 .sideB .bgImage {
    background-image: url(../img/kv_scene1_b_sp.jpg);
  }
}
@media print, screen and (min-width: 1033px) {
  .top .bgkv.scene3 .sideA .bgImage {
    background-image: url(../img/kv_scene2_a.jpg);
  }
  .top .bgkv.scene3 .sideB .bgImage {
    background-image: url(../img/kv_scene2_b.jpg);
  }
}
@media screen and (max-width: 1032px) {
  .top .bgkv.scene3 .sideA .bgImage {
    background-image: url(../img/kv_scene2_a_sp.jpg);
  }
  .top .bgkv.scene3 .sideB .bgImage {
    background-image: url(../img/kv_scene2_b_sp.jpg);
  }
}
@media print, screen and (min-width: 1033px) {
  .top .bgkv.scene4 .sideA .bgImage {
    background-image: url(../img/kv_scene3_a.jpg);
  }
  .top .bgkv.scene4 .sideB .bgImage {
    background-image: url(../img/kv_scene3_b.jpg);
  }
}
@media screen and (max-width: 1032px) {
  .top .bgkv.scene4 .sideA .bgImage {
    background-image: url(../img/kv_scene3_a_sp.jpg);
  }
  .top .bgkv.scene4 .sideB .bgImage {
    background-image: url(../img/kv_scene3_b_sp.jpg);
  }
}
@media print, screen and (min-width: 1033px) {
  .top .bgkv.scene5 .sideA .bgImage {
    background-image: url(../img/kv_scene4_a.jpg);
  }
  .top .bgkv.scene5 .sideB .bgImage {
    background-image: url(../img/kv_scene4_b.jpg);
  }
}
@media screen and (max-width: 1032px) {
  .top .bgkv.scene5 .sideA .bgImage {
    background-image: url(../img/kv_scene4_a_sp.jpg);
  }
  .top .bgkv.scene5 .sideB .bgImage {
    background-image: url(../img/kv_scene4_b_sp.jpg);
  }
}
.top .concept {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 1033px) {
  .top .concept {
    padding-top: 224px;
  }
}
@media screen and (max-width: 1032px) {
  .top .concept {
    margin-top: -20.5128205128vw;
    padding-top: 12.8205128205vw;
    height: 323.0769230769vw;
    transition-duration: 0.5s;
    transition-delay: 0.5s;
  }
}
.top .concept::before {
  content: "";
  background: url(../img/map.png) center no-repeat;
  background-size: contain;
  opacity: 0.26;
  position: absolute;
}
@media print, screen and (min-width: 1033px) {
  .top .concept::before {
    width: 588.8px;
    height: 1023.2px;
    top: 32.8px;
    left: calc(50% - 12.8px);
  }
}
@media screen and (max-width: 1032px) {
  .top .concept::before {
    width: 100%;
    height: 173.8461538462vw;
    top: 41.5384615385vw;
    left: 0;
  }
}
.top .concept .bg {
  display: flex;
  flex-direction: column;
  z-index: -1;
}
@media screen and (max-width: 1032px) {
  .top .concept .bg {
    width: 100%;
    position: absolute;
    top: 69.2307692308vw;
    left: 0;
  }
}
.top .concept .bg div {
  transition-duration: 0.5s;
}
@media print, screen and (min-width: 1033px) {
  .top .concept .bg div {
    height: 224px;
  }
}
@media screen and (max-width: 1032px) {
  .top .concept .bg div {
    height: 64.1025641026vw;
  }
}
.top .concept .bg div.bg2 {
  transition-delay: 1s;
}
.top .concept .bg div.bg3 {
  transition-delay: 1.5s;
}
.top .concept .bg div.bg4 {
  transition-delay: 2s;
}
.top .concept .bg div.bg5 {
  transition-delay: 2.5s;
}
.top .concept .text {
  color: #fff;
}
@media print, screen and (min-width: 1033px) {
  .top .concept .text {
    position: absolute;
    top: 192px;
    left: calc(50% + 80px);
  }
}
@media screen and (max-width: 1032px) {
  .top .concept .text {
    padding: 26.1538461538vw 0 7.6923076923vw 9.2307692308vw;
  }
}
.top .concept .text p {
  font-family: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}
@media print, screen and (min-width: 1033px) {
  .top .concept .text p {
    margin-top: 24px;
    width: 443.2px;
    font-size: 20.8px;
    line-height: 64px;
  }
}
@media screen and (max-width: 1032px) {
  .top .concept .text p {
    margin-top: 5.1282051282vw;
    font-size: 4.1025641026vw;
    line-height: 10.2564102564vw;
  }
}
@media print, screen and (min-width: 1033px) {
  .top .concept .photo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media print, screen and (min-width: 1033px) {
  .top .concept .photo > div {
    position: absolute;
  }
  .top .concept .photo > div:nth-child(1) {
    top: 146.4px;
    left: calc(50% - 441.6px);
  }
  .top .concept .photo > div:nth-child(1) .img {
    transform: translateY(1000px) rotate(90deg);
  }
  .top .concept .photo > div:nth-child(1).on .img {
    transform: rotate(-4deg);
  }
  .top .concept .photo > div:nth-child(2) {
    top: 435.2px;
    left: calc(50% - 502.4px);
    z-index: 2;
  }
  .top .concept .photo > div:nth-child(2) .img {
    transform: translateY(1000px) rotate(-90deg);
  }
  .top .concept .photo > div:nth-child(2).on .img {
    transform: rotate(2deg);
  }
  .top .concept .photo > div:nth-child(3) {
    top: 710.4px;
    left: calc(50% - 441.6px);
  }
  .top .concept .photo > div:nth-child(3) .img {
    transform: translateY(1000px) rotate(90deg);
  }
  .top .concept .photo > div:nth-child(3).on .img {
    transform: rotate(4deg);
  }
}
@media screen and (max-width: 1032px) {
  .top .concept .photo > div {
    margin-top: 8.4615384615vw;
  }
  .top .concept .photo > div:nth-child(1) .img {
    transform: translateY(100vh) rotate(90deg);
  }
  .top .concept .photo > div:nth-child(1).on .img {
    transform: rotate(-4deg) translateX(22.5641025641vw);
  }
  .top .concept .photo > div:nth-child(2) {
    z-index: 2;
  }
  .top .concept .photo > div:nth-child(2) .img {
    transform: translateY(100vh) rotate(-90deg);
  }
  .top .concept .photo > div:nth-child(2).on .img {
    transform: rotate(2deg) translate(3.5897435897vw, -10.7692307692vw);
  }
  .top .concept .photo > div:nth-child(3) .img {
    transform: translateY(100vh) rotate(90deg);
  }
  .top .concept .photo > div:nth-child(3).on .img {
    transform: rotate(4deg) translate(20.7692307692vw, -23.3333333333vw);
  }
}
.top .concept .photo > div .img {
  overflow: hidden;
  opacity: 0;
  transition-duration: 1.25s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transform-origin: center;
  z-index: 1;
}
@media print, screen and (min-width: 1033px) {
  .top .concept .photo > div .img {
    width: 448px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 1032px) {
  .top .concept .photo > div .img {
    width: 69.2307692308vw;
    border-radius: 5.1282051282vw;
  }
}
.top .concept .photo > div.on .img {
  opacity: 1;
}
@media print, screen and (min-width: 1033px) {
  .top.scene1 {
    background-color: #EFAE63;
  }
  .top.scene1 .sideA .img {
    background-image: url(../img/kv_scene1_a.jpg);
  }
  .top.scene1 .sideB .img {
    background-image: url(../img/kv_scene1_b.jpg);
  }
}
@media screen and (max-width: 1032px) {
  .top.scene1 .sideA .img {
    background-image: url(../img/kv_scene1_a_sp.jpg);
  }
  .top.scene1 .sideB .img {
    background-image: url(../img/kv_scene1_b_sp.jpg);
  }
  .top.scene1 .concept {
    background-color: #EFAE63;
  }
}
.top.scene1 .kv .text {
  background-color: #EFAE63;
}
.top.scene1 .bg2 {
  background-color: #78C7EA;
}
.top.scene1 .bg3 {
  background-color: #EF8363;
}
.top.scene1 .bg4 {
  background-color: #8AC764;
}
.top.scene1 .bg5 {
  background-color: #FFDA5F;
}
.top.scene1 .sideB .text .hashtag1 {
  display: block;
}
@media print, screen and (min-width: 1033px) {
  .top.scene2 {
    background-color: #78C7EA;
  }
  .top.scene2 .sideA .img {
    background-image: url(../img/kv_scene2_a.jpg);
  }
  .top.scene2 .sideB .img {
    background-image: url(../img/kv_scene2_b.jpg);
  }
}
@media screen and (max-width: 1032px) {
  .top.scene2 .sideA .img {
    background-image: url(../img/kv_scene2_a_sp.jpg);
  }
  .top.scene2 .sideB .img {
    background-image: url(../img/kv_scene2_b_sp.jpg);
  }
  .top.scene2 .concept {
    background-color: #78C7EA;
  }
}
.top.scene2 .kv .text {
  background-color: #78C7EA;
}
.top.scene2 .bg2 {
  background-color: #EF8363;
}
.top.scene2 .bg3 {
  background-color: #8AC764;
}
.top.scene2 .bg4 {
  background-color: #FFDA5F;
}
.top.scene2 .bg5 {
  background-color: #EFAE63;
}
.top.scene2 .sideB .text .hashtag2 {
  display: block;
}
@media print, screen and (min-width: 1033px) {
  .top.scene3 {
    background-color: #EF8363;
  }
  .top.scene3 .sideA .img {
    background-image: url(../img/kv_scene3_a.jpg);
  }
  .top.scene3 .sideB .img {
    background-image: url(../img/kv_scene3_b.jpg);
  }
}
@media screen and (max-width: 1032px) {
  .top.scene3 .sideA .img {
    background-image: url(../img/kv_scene3_a_sp.jpg);
  }
  .top.scene3 .sideB .img {
    background-image: url(../img/kv_scene3_b_sp.jpg);
  }
  .top.scene3 .concept {
    background-color: #EF8363;
  }
}
.top.scene3 .kv .text {
  background-color: #EF8363;
}
.top.scene3 .bg2 {
  background-color: #8AC764;
}
.top.scene3 .bg3 {
  background-color: #FFDA5F;
}
.top.scene3 .bg4 {
  background-color: #EFAE63;
}
.top.scene3 .bg5 {
  background-color: #78C7EA;
}
.top.scene3 .sideB .text .hashtag3 {
  display: block;
}
@media print, screen and (min-width: 1033px) {
  .top.scene4 {
    background-color: #8AC764;
  }
  .top.scene4 .sideA .img {
    background-image: url(../img/kv_scene4_a.jpg);
  }
  .top.scene4 .sideB .img {
    background-image: url(../img/kv_scene4_b.jpg);
  }
}
@media screen and (max-width: 1032px) {
  .top.scene4 .sideA .img {
    background-image: url(../img/kv_scene4_a_sp.jpg);
  }
  .top.scene4 .sideB .img {
    background-image: url(../img/kv_scene4_b_sp.jpg);
  }
  .top.scene4 .concept {
    background-color: #8AC764;
  }
}
.top.scene4 .kv .text {
  background-color: #8AC764;
}
.top.scene4 .bg2 {
  background-color: #FFDA5F;
}
.top.scene4 .bg3 {
  background-color: #EFAE63;
}
.top.scene4 .bg4 {
  background-color: #78C7EA;
}
.top.scene4 .bg5 {
  background-color: #EF8363;
}
.top.scene4 .sideB .text .hashtag4 {
  display: block;
}
@media print, screen and (min-width: 1033px) {
  .top.scene5 {
    background-color: #FFDA5F;
  }
  .top.scene5 .sideA .img {
    background-image: url(../img/kv_scene5_a.jpg);
  }
  .top.scene5 .sideB .img {
    background-image: url(../img/kv_scene5_b.jpg);
  }
}
@media screen and (max-width: 1032px) {
  .top.scene5 .sideA .img {
    background-image: url(../img/kv_scene5_a_sp.jpg);
  }
  .top.scene5 .sideB .img {
    background-image: url(../img/kv_scene5_b_sp.jpg);
  }
  .top.scene5 .concept {
    background-color: #FFDA5F;
  }
}
.top.scene5 .kv .text {
  background-color: #FFDA5F;
}
.top.scene5 .bg2 {
  background-color: #EFAE63;
}
.top.scene5 .bg3 {
  background-color: #78C7EA;
}
.top.scene5 .bg4 {
  background-color: #EF8363;
}
.top.scene5 .bg5 {
  background-color: #8AC764;
}
.top.scene5 .sideB .text .hashtag5 {
  display: block;
}

/*==================================================
	PLAN
==================================================*/
.plan_anchor {
  overflow: hidden;
}
@media print, screen and (min-width: 1033px) {
  .plan_anchor {
    margin-top: 59.2px;
    height: 281.6px;
    position: relative;
  }
}
@media screen and (max-width: 1032px) {
  .plan_anchor {
    margin-top: 25.641025641vw;
  }
}
.plan_anchor .head {
  z-index: 2;
  pointer-events: none;
}
@media print, screen and (min-width: 1033px) {
  .plan_anchor .head {
    width: 100%;
    position: absolute;
    top: 41.6px;
    left: 80px;
  }
}
@media screen and (max-width: 1032px) {
  .plan_anchor .head {
    padding: 0 9.2307692308vw;
  }
}
@media screen and (max-width: 1032px) {
  .plan_anchor .slide {
    margin-top: 8.7179487179vw;
  }
}
@media print, screen and (min-width: 1033px) {
  .plan_anchor .slide .slick-list {
    margin-left: 361.6px;
    height: 262px;
  }
}
@media screen and (max-width: 1032px) {
  .plan_anchor .slide .slick-list {
    padding-left: 9.2307692308vw;
  }
}
.plan_anchor .slide a {
  display: inline-block;
}
@media print, screen and (min-width: 1033px) {
  .plan_anchor .slide a {
    width: 380.8px;
    min-width: 380.8px;
    max-width: 380.8px;
  }
}
@media screen and (max-width: 1032px) {
  .plan_anchor .slide a {
    width: 67.1794871795vw;
    min-width: 67.1794871795vw;
    max-width: 67.1794871795vw;
  }
}
.plan_anchor .slide a figure {
  display: block;
  position: relative;
}
@media print, screen and (min-width: 1033px) {
  .plan_anchor .slide a figure {
    width: 332.8px;
    height: 240px;
  }
}
@media screen and (max-width: 1032px) {
  .plan_anchor .slide a figure {
    width: 60.5128205128vw;
    height: 43.5897435897vw;
  }
}
.plan_anchor .slide a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 1033px) {
  .plan_anchor .slide a figure img {
    border-bottom-right-radius: 32px;
  }
}
@media screen and (max-width: 1032px) {
  .plan_anchor .slide a figure img {
    border-bottom-right-radius: 5.1282051282vw;
  }
}
.plan_anchor .slide a figure figcaption {
  color: #fff;
  font-family: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 1033px) {
  .plan_anchor .slide a figure figcaption {
    padding: 6px 16px;
    font-size: 25.6px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1032px) {
  .plan_anchor .slide a figure figcaption {
    padding: 6px 2.5641025641vw;
    font-size: 4.6153846154vw;
    line-height: 1.35;
  }
}
.plan_anchor .slide a figure figcaption small {
  font-family: "Koulen", cursive;
  font-weight: normal;
}
@media print, screen and (min-width: 1033px) {
  .plan_anchor .slide a figure figcaption small {
    font-size: 19.2px;
  }
}
@media screen and (max-width: 1032px) {
  .plan_anchor .slide a figure figcaption small {
    font-size: 4.6153846154vw;
  }
}
.plan_anchor .slide a figure::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media print, screen and (min-width: 1033px) {
  .plan_anchor .slide a figure::after {
    border-bottom-right-radius: 32px;
    transform: translate(16px, 16px);
  }
}
@media screen and (max-width: 1032px) {
  .plan_anchor .slide a figure::after {
    border-bottom-right-radius: 5.1282051282vw;
    transform: translate(2.5641025641vw, 2.5641025641vw);
  }
}
.plan_anchor .slide a.nv1 figure::after {
  background-color: #EFAE63;
}
.plan_anchor .slide a.nv2 figure::after {
  background-color: #78C7EA;
}
.plan_anchor .slide a.nv3 figure::after {
  background-color: #EF8363;
}
.plan_anchor .slide a.nv4 figure::after {
  background-color: #8AC764;
}
.plan_anchor .slide a.nv5 figure::after {
  background-color: #FFDA5F;
}
.plan_anchor .slide_nv {
  display: flex;
  position: absolute;
}
@media print, screen and (min-width: 1033px) {
  .plan_anchor .slide_nv {
    top: 56px;
    left: 220.8px;
  }
}
@media screen and (max-width: 1032px) {
  .plan_anchor .slide_nv {
    top: 2.0512820513vw;
    right: 9.2307692308vw;
  }
}
@media print, screen and (min-width: 1033px) {
  .plan_anchor .slide_nv li + li {
    margin-left: 12.8px;
  }
}
@media screen and (max-width: 1032px) {
  .plan_anchor .slide_nv li + li {
    margin-left: 4.1025641026vw;
  }
}
.plan_anchor .slide_nv a {
  display: inline-flex;
  border: 1px solid #000000;
  border-radius: 100%;
  background-color: #fff;
  background-image: url(../img/arw_right.svg);
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 1033px) {
  .plan_anchor .slide_nv a {
    width: 38.4px;
    height: 38.4px;
    background-size: 19.2px;
    transition-duration: 0.15s;
  }
  .plan_anchor .slide_nv a:hover {
    background-color: #000000;
    background-image: url(../img/arw_wh.svg);
    color: #fff;
  }
}
@media screen and (max-width: 1032px) {
  .plan_anchor .slide_nv a {
    width: 12.3076923077vw;
    height: 12.3076923077vw;
    background-size: 6.1538461538vw;
  }
}
.plan_anchor .slide_nv a.slide-prev {
  transform: scaleX(-1);
}
.plan_anchor .slide_nv a.slick-disabled {
  opacity: 0.2;
  cursor: default;
}

.plan-section {
  border: 1px solid #000000;
  position: relative;
}
@media print, screen and (min-width: 1033px) {
  .plan-section {
    margin: 171.2px auto 0;
    max-width: 1056px;
    border-radius: 32px;
  }
  .plan-section::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    top: 160px;
    left: 0;
  }
}
@media screen and (max-width: 1032px) {
  .plan-section {
    margin: 34.1025641026vw auto 0;
    width: 89.7435897436vw;
    border-radius: 5.1282051282vw;
  }
}
.plan-section .container {
  margin: 0 auto;
}
@media print, screen and (min-width: 1033px) {
  .plan-section .container {
    padding: 160px 0 62.4px;
    max-width: 920px;
  }
}
@media screen and (max-width: 1032px) {
  .plan-section .container {
    padding: 6.1538461538vw 0 12.8205128205vw;
    width: 76.4102564103vw;
  }
}
.plan-section .container::after {
  content: "01";
  font-family: "Koulen", cursive;
  font-weight: normal;
  position: absolute;
  color: #fff;
  line-height: 1;
  text-stroke: 1px #707070;
  -webkit-text-stroke: 1px #707070;
}
@media print, screen and (min-width: 1033px) {
  .plan-section .container::after {
    font-size: 224px;
    top: -81.6px;
    right: 0;
  }
}
@media screen and (max-width: 1032px) {
  .plan-section .container::after {
    font-size: 41.0256410256vw;
    top: -17.6923076923vw;
    right: -2.5641025641vw;
  }
}
.plan-section h1 {
  line-height: 1;
  z-index: 2;
}
@media print, screen and (min-width: 1033px) {
  .plan-section h1 {
    width: 100%;
    position: absolute;
    top: 46px;
  }
}
@media screen and (max-width: 1032px) {
  .plan-section h1 {
    margin-left: -2.5641025641vw;
    position: relative;
  }
}
.plan-section h1 small {
  font-family: "Koulen", cursive;
  font-weight: normal;
}
@media print, screen and (min-width: 1033px) {
  .plan-section h1 small {
    font-size: 43.2px;
  }
}
@media screen and (max-width: 1032px) {
  .plan-section h1 small {
    font-size: 6.9230769231vw;
  }
}
.plan-section h1 span {
  display: inline-block;
  background-color: #000000;
  color: #fff;
  font-feature-settings: "palt";
}
@media print, screen and (min-width: 1033px) {
  .plan-section h1 span {
    margin-top: 22.4px;
    padding: 19.2px 19.2px;
    font-size: 59.2px;
  }
}
@media screen and (max-width: 1032px) {
  .plan-section h1 span {
    margin-top: 2.5641025641vw;
    padding: 2.5641025641vw 4.1025641026vw;
    font-size: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 1033px) {
  .plan-section .main-plan {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1032px) {
  .plan-section .main-plan {
    margin-top: -7.6923076923vw;
  }
}
.plan-section .main-plan picture {
  display: block;
  border: 1px solid #000000;
  overflow: hidden;
}
@media print, screen and (min-width: 1033px) {
  .plan-section .main-plan picture {
    margin-left: -163.2px;
    width: 636.8px;
    height: 460px;
    border-bottom-right-radius: 32px;
  }
}
@media screen and (max-width: 1032px) {
  .plan-section .main-plan picture {
    margin-left: -11.7948717949vw;
    width: 100vw;
    height: 72.3076923077vw;
    border-bottom-right-radius: 10.2564102564vw;
  }
}
.plan-section .main-plan picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 1033px) {
  .plan-section .main-plan .text {
    margin: 20px auto 0;
    width: 288px;
  }
}
@media screen and (max-width: 1032px) {
  .plan-section .main-plan .text {
    margin-top: 8.2051282051vw;
  }
}
@media print, screen and (min-width: 1033px) {
  .plan-section .main-plan .text h2 {
    margin-top: 12px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1032px) {
  .plan-section .main-plan .text h2 {
    margin-top: 3.3333333333vw;
  }
}
@media print, screen and (min-width: 1033px) {
  .plan-section .main-plan .text p {
    margin-top: 4.8px;
  }
}
@media screen and (max-width: 1032px) {
  .plan-section .main-plan .text p {
    margin-top: 1.5384615385vw;
  }
}
.plan-section .main-plan .text .btn, .plan-section .main-plan .text .area .area_list li a, .area .area_list li .plan-section .main-plan .text a {
  background-color: #fff;
}
@media print, screen and (min-width: 1033px) {
  .plan-section .main-plan .text .btn, .plan-section .main-plan .text .area .area_list li a, .area .area_list li .plan-section .main-plan .text a {
    margin-top: 27.2px;
  }
  .plan-section .main-plan .text .btn:hover, .plan-section .main-plan .text .area .area_list li a:hover, .area .area_list li .plan-section .main-plan .text a:hover {
    background-color: #000000;
  }
}
@media screen and (max-width: 1032px) {
  .plan-section .main-plan .text .btn, .plan-section .main-plan .text .area .area_list li a, .area .area_list li .plan-section .main-plan .text a {
    margin-top: 6.4102564103vw;
  }
}
@media print, screen and (min-width: 1033px) {
  .plan-section .sub-plan {
    margin-top: 64px;
  }
  .plan-section .sub-plan .slide {
    display: flex;
  }
}
@media screen and (max-width: 1032px) {
  .plan-section .sub-plan {
    margin-top: 16.4102564103vw;
    margin-left: -6.6666666667vw;
    margin-right: -6.6666666667vw;
    position: relative;
  }
}
.plan-section .sub-plan .plan {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media print, screen and (min-width: 1033px) {
  .plan-section .sub-plan .plan {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 1032px) {
  .plan-section .sub-plan .plan {
    margin-left: 6.6666666667vw;
    margin-right: 6.6666666667vw;
    width: 76.4102564103vw;
    min-width: 76.4102564103vw;
    max-width: 76.4102564103vw;
  }
}
.plan-section .sub-plan .plan .tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media print, screen and (min-width: 1033px) {
  .plan-section .sub-plan .plan + .plan {
    margin-left: 30px;
  }
}
.plan-section .sub-plan .plan picture {
  display: block;
  width: 100%;
  border: 1px solid #000000;
  overflow: hidden;
}
@media print, screen and (min-width: 1033px) {
  .plan-section .sub-plan .plan picture {
    height: 189.6px;
    border-bottom-right-radius: 32px;
  }
}
@media screen and (max-width: 1032px) {
  .plan-section .sub-plan .plan picture {
    height: 55.1282051282vw;
    border-bottom-right-radius: 10.2564102564vw;
  }
}
.plan-section .sub-plan .plan picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 1033px) {
  .plan-section .sub-plan .plan h3 {
    margin-top: 17.6px;
    padding: 0 8px;
  }
}
@media screen and (max-width: 1032px) {
  .plan-section .sub-plan .plan h3 {
    margin-top: 3.0769230769vw;
    padding: 0 4.1025641026vw;
  }
}
@media print, screen and (min-width: 1033px) {
  .plan-section .sub-plan .plan p {
    margin-top: 12px;
    margin-bottom: 18px;
    padding: 0 8px;
  }
}
@media screen and (max-width: 1032px) {
  .plan-section .sub-plan .plan p {
    margin-top: 2.5641025641vw;
    margin-bottom: 4.6153846154vw;
    padding: 0 4.1025641026vw;
  }
}
.plan-section .sub-plan .plan .btn, .plan-section .sub-plan .plan .area .area_list li a, .area .area_list li .plan-section .sub-plan .plan a {
  margin: auto auto 0;
  background-color: #fff;
}
.plan-section .sub-plan .slide_nv {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.plan-section .sub-plan .slide_nv a {
  display: inline-flex;
  width: 8.2051282051vw;
  height: 8.2051282051vw;
  border: 1px solid #000000;
  border-radius: 100%;
  background-color: #000000;
  background-image: url(../img/arw_wh.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 4.1025641026vw;
  position: absolute;
  top: 22.5641025641vw;
}
.plan-section .sub-plan .slide_nv a.slide-prev {
  left: 1.7948717949vw;
  transform: scaleX(-1);
}
.plan-section .sub-plan .slide_nv a.slide-next {
  right: 1.7948717949vw;
}
.plan-section .big-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/arw_right.svg);
  background-repeat: no-repeat;
  width: 100%;
  border-top: 1px solid #000000;
  font-family: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 1033px) {
  .plan-section .big-btn {
    padding-right: 40px;
    height: 112px;
    border-radius: 0 0 32px 32px;
    font-size: 24px;
    background-position: right 136px center;
    background-size: 40px;
    transition-property: background-color;
    transition-duration: 0.15s;
  }
  .plan-section .big-btn:hover {
    background-color: #000000;
    background-image: url(../img/arw_wh.svg);
    color: #fff;
  }
}
@media screen and (max-width: 1032px) {
  .plan-section .big-btn {
    padding-right: 5.1282051282vw;
    height: 23.0769230769vw;
    font-size: 4.6153846154vw;
    line-height: 1.5;
    background-position: right 5.3846153846vw center;
    background-size: 5.641025641vw;
  }
}
.plan-section#culture h1, .plan-section#gourmet h1 {
  text-align: right;
}
@media screen and (max-width: 1032px) {
  .plan-section#culture h1, .plan-section#gourmet h1 {
    margin-right: -2.5641025641vw;
  }
}
.plan-section#culture .main-plan picture, .plan-section#gourmet .main-plan picture {
  border-bottom-right-radius: 0;
}
@media print, screen and (min-width: 1033px) {
  .plan-section#culture .main-plan picture, .plan-section#gourmet .main-plan picture {
    order: 2;
    margin-left: 0;
    margin-right: -163.2px;
    border-bottom-left-radius: 32px;
  }
}
@media screen and (max-width: 1032px) {
  .plan-section#culture .main-plan picture, .plan-section#gourmet .main-plan picture {
    border-bottom-left-radius: 10.2564102564vw;
  }
}
.plan-section#nature {
  background-color: #EFAE63;
}
.plan-section#culture {
  background-color: #78C7EA;
}
.plan-section#culture .container::after {
  content: "02";
  right: auto;
}
@media print, screen and (min-width: 1033px) {
  .plan-section#culture .container::after {
    top: -111px;
    left: 0;
  }
}
@media screen and (max-width: 1032px) {
  .plan-section#culture .container::after {
    left: -2.5641025641vw;
  }
}
.plan-section#manufacturing {
  background-color: #EF8363;
}
.plan-section#manufacturing .container::after {
  content: "03";
}
.plan-section#gourmet {
  background-color: #8AC764;
}
.plan-section#gourmet .container::after {
  content: "04";
  right: auto;
}
@media print, screen and (min-width: 1033px) {
  .plan-section#gourmet .container::after {
    left: 0;
  }
}
@media screen and (max-width: 1032px) {
  .plan-section#gourmet .container::after {
    left: -2.5641025641vw;
  }
}
.plan-section#night-morning {
  background-color: #FFDA5F;
}
.plan-section#night-morning .container::after {
  content: "05";
}
@media print, screen and (min-width: 1033px) {
  .plan-section#manufacturing .sub-plan .plan:last-child p {
    width: calc(100% + 2px);
  }
}

/*==================================================
	AREA
==================================================*/
.area {
  background-image: url(../img/area_map_bg.png);
  background-repeat: no-repeat;
  position: relative;
  z-index: 3;
}
@media print, screen and (min-width: 1033px) {
  .area {
    padding-top: 124.8px;
    height: 944px;
    background-position: center top 32px;
    background-size: 1152px;
  }
}
@media screen and (max-width: 1032px) {
  .area {
    padding-top: 27.1794871795vw;
    background-position: center top 10.2564102564vw;
    background-size: 369.2307692308vw;
  }
}
.area .container {
  margin: 0 auto;
}
@media print, screen and (min-width: 1033px) {
  .area .container {
    width: 825.6px;
  }
}
@media screen and (max-width: 1032px) {
  .area .container {
    width: 81.5384615385vw;
  }
}
.area .area_map {
  position: absolute;
}
@media print, screen and (min-width: 1033px) {
  .area .area_map {
    top: -6px;
    left: calc(50% - 78px);
    background-image: url(../img/area_map.png);
    background-size: contain;
    transition-duration: 0.15s;
  }
  .area .area_map.on1 {
    background-image: url(../img/area_map_on1.png);
  }
  .area .area_map.on2 {
    background-image: url(../img/area_map_on2.png);
  }
  .area .area_map.on3 {
    background-image: url(../img/area_map_on3.png);
  }
  .area .area_map.on4 {
    background-image: url(../img/area_map_on4.png);
  }
  .area .area_map.on5 {
    background-image: url(../img/area_map_on5.png);
  }
  .area .area_map img {
    opacity: 0;
    width: 388.8px;
  }
}
@media screen and (max-width: 1032px) {
  .area .area_map {
    top: 43.5897435897vw;
    left: 1.0256410256vw;
  }
  .area .area_map img {
    width: 86.6666666667vw;
    height: 144.6153846154vw;
  }
}
.area .map_list {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.area .map_list li {
  position: absolute;
  font-size: 2.8205128205vw;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
}
.area .map_list li span {
  font-family: "Koulen", cursive;
  font-size: 7.4358974359vw;
  font-weight: normal;
}
.area .map_list li:nth-child(1) {
  top: 17.4358974359vw;
  left: 27.1794871795vw;
}
.area .map_list li:nth-child(2) {
  top: 45.1282051282vw;
  left: -1.7948717949vw;
}
.area .map_list li:nth-child(3) {
  top: 50.7692307692vw;
  left: 38.4615384615vw;
}
.area .map_list li:nth-child(4) {
  top: 80.5128205128vw;
  left: 45.641025641vw;
}
.area .map_list li:nth-child(5) {
  top: 121.5384615385vw;
  left: 4.6153846154vw;
}
@media print, screen and (min-width: 1033px) {
  .area .area_list {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 1032px) {
  .area .area_list {
    margin: 147.6923076923vw 2.5641025641vw 0;
    background-color: #fff;
    border: 1px solid #000000;
    border-radius: 5.1282051282vw;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 1033px) {
  .area .area_list li {
    position: absolute;
  }
  .area .area_list li:nth-child(1) {
    top: 77.6px;
    left: calc(50% - 131.2px);
  }
  .area .area_list li:nth-child(2) {
    top: 220px;
    left: calc(50% - 272px);
  }
  .area .area_list li:nth-child(3) {
    top: 233.6px;
    left: calc(50% + 150.4px);
  }
  .area .area_list li:nth-child(4) {
    top: 453.6px;
    left: calc(50% + 150.4px);
  }
  .area .area_list li:nth-child(5) {
    top: 475.2px;
    left: calc(50% - 272px);
  }
}
@media screen and (max-width: 1032px) {
  .area .area_list li + li {
    border-top: 1px solid #000000;
  }
}
.area .area_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  background-image: url(../img/arw_right.svg);
  background-repeat: no-repeat;
  font-family: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}
@media print, screen and (min-width: 1033px) {
  .area .area_list li a {
    padding-right: 21.6px;
  }
}
@media screen and (max-width: 1032px) {
  .area .area_list li a {
    padding-right: 5.1282051282vw;
    height: 12.8205128205vw;
    border: none;
    border-radius: 0;
  }
}
.area .on1 + .area_list .area1,
.area .on2 + .area_list .area2,
.area .on3 + .area_list .area3,
.area .on4 + .area_list .area4,
.area .on5 + .area_list .area5 {
  background-color: #000000 !important;
  background-image: url(../img/arw_wh.svg);
  color: #fff;
}
@media print, screen and (min-width: 1033px) {
  .area + .scroll-text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1032px) {
  .area + .scroll-text {
    margin-top: -5.1282051282vw;
  }
}

/*==================================================
	MOVIE
==================================================*/
.movie {
  text-align: center;
  position: relative;
  z-index: 3;
}
@media print, screen and (min-width: 1033px) {
  .movie {
    padding-top: 52.8px;
  }
}
@media screen and (max-width: 1032px) {
  .movie {
    margin-top: 27.1794871795vw;
  }
  .movie .sub-ttl {
    margin-top: 1.2820512821vw;
  }
}
.movie .slide {
  width: 100%;
}
.movie .movie-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media print, screen and (min-width: 1033px) {
  .movie .movie-wrap {
    margin: 35.2px;
    max-width: 825.6px;
    min-width: 825.6px;
  }
}
@media screen and (max-width: 1032px) {
  .movie .movie-wrap {
    margin-top: 7.6923076923vw;
    max-width: 100vw;
    min-width: 100vw;
  }
}
.movie .movie-wrap video,
.movie .movie-wrap iframe {
  width: 100%;
  height: 100%;
  background-color: #707070;
}
.movie .slide_nv {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 1033px) {
  .movie .slide_nv {
    width: 156px;
    bottom: 10px;
  }
}
@media screen and (max-width: 1032px) {
  .movie .slide_nv {
    width: 50vw;
    bottom: -2.0512820513vw;
  }
}
.movie .slide_nv a {
  display: inline-flex;
  border-radius: 100%;
  background-color: #000000;
  background-image: url(../img/arw_wh.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
@media print, screen and (min-width: 1033px) {
  .movie .slide_nv a {
    width: 38.4px;
    height: 38.4px;
    background-size: 19.2px;
    transition-duration: 0.15s;
  }
  .movie .slide_nv a:hover {
    background-color: #fff;
    background-image: url(../img/arw_right.svg);
    color: #000000;
  }
}
@media screen and (max-width: 1032px) {
  .movie .slide_nv a {
    width: 12.3076923077vw;
    height: 12.3076923077vw;
    background-size: 6.1538461538vw;
  }
}
.movie .slide_nv a.slide-prev {
  transform: scaleX(-1);
  left: 0;
}
.movie .slide_nv a.slide-next {
  right: 0;
}
.movie .slick-num {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 100px;
  color: #000000;
  font-family: "Koulen", cursive;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 1033px) {
  .movie .slick-num {
    width: 66.4px;
    height: 38.4px;
    font-size: 23.2px;
    bottom: -28px;
  }
}
@media screen and (max-width: 1032px) {
  .movie .slick-num {
    width: 21.2820512821vw;
    height: 12.3076923077vw;
    font-size: 7.4358974359vw;
    bottom: -14.358974359vw;
  }
}
.movie .slick-num span {
  padding: 0 0.25em;
}
@media print, screen and (min-width: 1033px) {
  .movie + .scroll-text {
    margin-top: -88px;
  }
}
@media screen and (max-width: 1032px) {
  .movie + .scroll-text {
    margin-top: -8.2051282051vw;
  }
}

/*==================================================
	MORE
==================================================*/
.more {
  background-color: #F2F2F2;
  text-align: center;
}
@media print, screen and (min-width: 1033px) {
  .more {
    margin-top: 100.8px;
    padding-top: 51.2px;
    padding-bottom: 70.4px;
  }
}
@media screen and (max-width: 1032px) {
  .more {
    margin-top: 22.5641025641vw;
    padding-top: 9.2307692308vw;
    padding-bottom: 8.7179487179vw;
  }
}
@media print, screen and (min-width: 1033px) {
  .more h2.en {
    font-size: 43.2px;
  }
}
@media screen and (max-width: 1032px) {
  .more h2.en {
    font-size: 7.6923076923vw;
  }
}
@media print, screen and (min-width: 1033px) {
  .more .sub-ttl {
    margin-top: 6px;
  }
}
@media screen and (max-width: 1032px) {
  .more .sub-ttl {
    margin-top: 3.0769230769vw;
  }
}
.more .bnr-wrap {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 1033px) {
  .more .bnr-wrap {
    gap: 96px;
    margin-top: 38.4px;
  }
}
@media screen and (max-width: 1032px) {
  .more .bnr-wrap {
    gap: 16.4102564103vw;
    margin-top: 8.2051282051vw;
  }
}
.more .bnr figure img {
  border: 1px solid #000000;
}
@media print, screen and (min-width: 1033px) {
  .more .bnr figure img {
    max-width: 734.4px;
  }
}
@media screen and (max-width: 1032px) {
  .more .bnr figure img {
    width: 76.9230769231vw;
  }
}
.more .bnr figure figcaption {
  display: block;
  font-family: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}
@media print, screen and (min-width: 1033px) {
  .more .bnr figure figcaption {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1032px) {
  .more .bnr figure figcaption {
    margin-top: 4.1025641026vw;
    font-size: 3.5897435897vw;
  }
}