@charset "UTF-8";
/* --------------------------------------------------
-------------------------------------------------- 関数 */
#load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 99;
}
#load .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#load .logo {
  width: 34.7222222222vw;
}
@media only screen and (max-width: 768px) {
  #load .logo {
    width: 62.5vw;
  }
}
#load #loading-screen {
  transition: opacity 2s ease;
  z-index: 9999;
}
#load #loading-text {
  font-size: 20px;
  color: #3DB0AF;
}
@media only screen and (max-width: 768px) {
  #load #loading-text {
    font-size: 3.125vw;
  }
}
#load #loading-text span {
  display: inline-block;
  -webkit-animation: bounce 1.8s ease-in-out infinite;
          animation: bounce 1.8s ease-in-out infinite;
}
@-webkit-keyframes bounce {
  0%, 20%, 100% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 100% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-10px);
  }
}

#keyvisual {
  position: relative;
  width: 93.4722222222vw;
  height: 44.0277777778vw;
  max-width: 1346px;
  max-height: 634px;
  margin: 0 auto 170px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #keyvisual {
    width: 94.6875vw;
    height: 118.125vw;
    max-width: unset;
    max-height: unset;
    margin: 0 auto 23.125vw;
  }
}
#keyvisual .waku {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 54px;
  background-color: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #keyvisual .waku {
    border-radius: 8.125vw;
  }
}
#keyvisual h1 {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 32.9166666667vw;
  max-width: 474px;
  background-color: #fff;
}
@media only screen and (max-width: 1500px) {
  #keyvisual h1 {
    top: 2.1428571429vw;
    width: 33.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #keyvisual h1 {
    top: 39%;
    width: 80vw;
    max-width: unset;
  }
}
#keyvisual .chara1 {
  position: absolute;
  width: 32.5694444444vw;
  bottom: 0;
  left: calc(50% - 51.6666666667vw);
  z-index: 2;
  max-width: 469px;
  overflow: hidden;
}
@media only screen and (min-width: 1440px) {
  #keyvisual .chara1 {
    left: calc(50% - 744px);
  }
}
#keyvisual .chara2 {
  position: absolute;
  width: 43.2638888889vw;
  bottom: 0;
  right: calc(50% - 57.2222222222vw);
  z-index: 2;
  max-width: 623px;
}
@media only screen and (min-width: 1440px) {
  #keyvisual .chara2 {
    right: calc(50% - 824px);
  }
}
#keyvisual .loop-image {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 31.25vw;
  max-height: 450px;
  background: url("../img/top/kv/loop-image.jpg") repeat-x bottom left;
  background-size: auto 100%;
  -webkit-animation: moveBg 90s linear infinite;
          animation: moveBg 90s linear infinite;
}
@media only screen and (max-width: 1500px) {
  #keyvisual .loop-image {
    height: 32.1428571429vw;
    top: 2.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  #keyvisual .loop-image {
    height: 34.0625vw;
    top: 3.90625vw;
    -webkit-animation-duration: 70s;
            animation-duration: 70s;
  }
}
#keyvisual .loop-image.loop2 {
  display: none;
}
@media only screen and (max-width: 768px) {
  #keyvisual .loop-image.loop2 {
    display: block;
    top: inherit;
    bottom: 6.875vw;
    -webkit-animation: moveBg2 70s linear infinite;
            animation: moveBg2 70s linear infinite;
  }
}
#keyvisual .loop-text {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 9.0277777778vw;
  max-height: 130px;
  background: url("../img/top/kv/loop_text.png") repeat-x bottom left;
  background-size: auto 100%;
  -webkit-animation: moveBg 110s linear infinite;
          animation: moveBg 110s linear infinite;
}
@media only screen and (max-width: 1500px) {
  #keyvisual .loop-text {
    height: 9.2857142857vw;
    bottom: -0.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #keyvisual .loop-text {
    height: 14.6875vw;
    bottom: -14.84375vw;
    -webkit-animation-duration: 50s;
            animation-duration: 50s;
  }
}
#keyvisual .line {
  position: absolute;
  bottom: 14px;
  width: calc(50% - 0.6944444444vw);
  height: 6px;
  border: 2px solid #FF5671;
  box-sizing: border-box;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  #keyvisual .line {
    bottom: 4.375vw;
    height: 0.46875vw;
    border-width: 0.15625vw;
    width: calc(50% - 0.78125vw);
  }
}
#keyvisual .line.line1 {
  left: 0;
}
#keyvisual .line.line2 {
  right: 0;
}
#keyvisual .ribbon {
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 6.3888888889vw;
  max-width: 92px;
}
@media only screen and (max-width: 768px) {
  #keyvisual .ribbon {
    bottom: 0.9375vw;
    width: 8.4375vw;
    max-width: unset;
  }
}

section {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1500px) {
  section {
    width: 85.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  section {
    width: 95vw;
  }
}
section .ttl-box {
  position: absolute;
  top: -62px;
  left: 50%;
  transform: translateX(-50%);
  width: 659px;
  height: 133px;
}
@media only screen and (max-width: 1500px) {
  section .ttl-box {
    top: -4.4285714286vw;
    width: 47.0714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  section .ttl-box {
    top: -8.59375vw;
    width: 85.625vw;
  }
}
section .ttl-box .map {
  position: absolute;
  top: -68px;
  left: 50%;
  transform: translateX(-50%);
  width: 228px;
}
@media only screen and (max-width: 1500px) {
  section .ttl-box .map {
    top: -4.8571428571vw;
    width: 16.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  section .ttl-box .map {
    width: 29.6875vw;
    top: -9.0625vw;
  }
}
section .ttl-box .base {
  position: relative;
}
section .ttl-box .line {
  position: absolute;
  bottom: 135px;
  left: 50%;
  transform: translateX(-50%);
  width: 135px;
}
@media only screen and (max-width: 1500px) {
  section .ttl-box .line {
    bottom: 9.6428571429vw;
    width: 9.6428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  section .ttl-box .line {
    width: 17.5vw;
    bottom: 17.1875vw;
  }
}
section .ttl-box .pin {
  position: absolute;
  bottom: 115px;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
}
@media only screen and (max-width: 1500px) {
  section .ttl-box .pin {
    bottom: 8.2142857143vw;
    width: 2.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  section .ttl-box .pin {
    width: 3.59375vw;
    bottom: 14.375vw;
  }
}
section .ttl-box h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1500px) {
  section .ttl-box {
    height: 9.5vw;
  }
}
@media only screen and (max-width: 768px) {
  section .ttl-box {
    height: 17.34375vw;
  }
}
section .ttl-box .map {
  opacity: 0;
  transition: all 0.5s ease;
}
section .ttl-box .pin {
  opacity: 0;
  transition: all 0.3s 0.6s ease;
}
section .ttl-box .pin img {
  transform: translateY(-10px);
  transition: all 0.3s 0.6s ease;
}
section .ttl-box .line {
  opacity: 0;
  transition: all 0.4s 0.5s ease;
}
section .ttl-box .line img {
  transform: scale(0);
  transition: all 0.4s 0.5s ease;
}
section .ttl-box .base {
  height: 100%;
  width: 0%;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  transition: all 0.6s 0.2s ease;
}
section .ttl-box .base img {
  position: relative;
  left: 50%;
  transform: scale(0.5) translateX(-50%);
  width: auto;
  height: 100%;
  transition: all 0.6s 0.2s ease;
  transform-origin: 0% 50%;
}
section .ttl-box h2 {
  opacity: 0;
  transition: all 0.5s 0.5s ease;
}
section .ttl-box h2 img {
  transform: scale(1.1);
  transition: all 0.5s 0.5s ease;
}
section.move-on .map {
  opacity: 1;
}
section.move-on .map img {
  transform: translateY(0);
}
section.move-on .base {
  width: 100%;
}
section.move-on .base img {
  height: 100%;
  transform: scale(1) translateX(-50%);
}
section.move-on .pin {
  opacity: 1;
}
section.move-on .pin img {
  transform: translateY(0);
}
section.move-on .line {
  opacity: 1;
}
section.move-on .line img {
  transform: scale(1);
}
section.move-on h2 {
  opacity: 1;
}
section.move-on h2 img {
  transform: scale(1);
}

#content {
  position: relative;
}
#content::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 1570px;
  height: 100%;
  background: url("../img/top/bg_deco-pc.png") no-repeat top center #3DB0AF;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #content::before {
    top: -35.9375vw;
    width: 100%;
    background-image: url("../img/top/bg_deco-sp.png");
  }
}

#about {
  padding: 20px 22px 15px;
  margin-bottom: 130px;
  border-radius: 20px;
  background-color: #fff;
}
@media only screen and (max-width: 1500px) {
  #about {
    padding: 1.4285714286vw 1.5714285714vw 1.0714285714vw;
    margin-bottom: 9.2857142857vw;
    border-radius: 1.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #about {
    padding: 12.5vw 0 4.6875vw;
    margin-bottom: 13.28125vw;
    border-radius: 3.125vw;
  }
}
#about .ttl-box h2 {
  bottom: 60px;
  width: 285px;
}
@media only screen and (max-width: 1500px) {
  #about .ttl-box h2 {
    bottom: 4.2857142857vw;
    width: 20.3571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .ttl-box h2 {
    width: 37.03125vw;
    bottom: 7.1875vw;
  }
}
#about .cloud {
  position: absolute;
  top: -70px;
  width: 205px;
}
@media only screen and (max-width: 1500px) {
  #about .cloud {
    top: -5vw;
    width: 14.6428571429vw;
  }
}
#about .cloud.cloud1 {
  left: 50px;
}
@media only screen and (max-width: 1500px) {
  #about .cloud.cloud1 {
    left: 3.5714285714vw;
  }
}
#about .cloud.cloud2 {
  right: 50px;
}
@media only screen and (max-width: 1500px) {
  #about .cloud.cloud2 {
    right: 3.5714285714vw;
  }
}
#about .umbrella {
  position: absolute;
  bottom: 127px;
  left: 32px;
  width: 132px;
  -webkit-animation: swayUpDown 2.5s ease-in-out infinite;
          animation: swayUpDown 2.5s ease-in-out infinite;
}
@media only screen and (max-width: 1500px) {
  #about .umbrella {
    bottom: 9.0714285714vw;
    left: 2.2857142857vw;
    width: 9.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .umbrella {
    width: 20.625vw;
    bottom: 28.125vw;
    left: -0.9375vw;
  }
}
#about .ema {
  position: absolute;
  bottom: 83px;
  right: 45px;
  width: 86px;
  -webkit-animation: swayUpDown 2.3s 0.5s ease-in-out infinite;
          animation: swayUpDown 2.3s 0.5s ease-in-out infinite;
}
@media only screen and (max-width: 1500px) {
  #about .ema {
    bottom: 5.9285714286vw;
    right: 3.2142857143vw;
    width: 6.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .ema {
    width: 13.125vw;
    right: 1.5625vw;
    bottom: 61.5625vw;
  }
}
#about .sakura {
  position: absolute;
  bottom: 150px;
  left: 150px;
  width: 79px;
  -webkit-animation: swayUpDown 2.5s 0.8s ease-in-out infinite;
          animation: swayUpDown 2.5s 0.8s ease-in-out infinite;
}
@media only screen and (max-width: 1500px) {
  #about .sakura {
    bottom: 10.7142857143vw;
    left: 10.7142857143vw;
    width: 5.6428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .sakura {
    width: 13.75vw;
    bottom: 63.75vw;
    left: 2.8125vw;
  }
}
#about .leaf {
  position: absolute;
  bottom: 140px;
  right: 68px;
  width: 83px;
  -webkit-animation: swayUpDown 2.5s 0.8s ease-in-out infinite;
          animation: swayUpDown 2.5s 0.8s ease-in-out infinite;
}
@media only screen and (max-width: 1500px) {
  #about .leaf {
    bottom: 10vw;
    right: 4.8571428571vw;
    width: 5.9285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .leaf {
    width: 14.53125vw;
    bottom: 27.03125vw;
    right: 3.125vw;
  }
}
#about .all {
  position: absolute;
  top: 72px;
  left: 264px;
  width: 790px;
}
@media only screen and (max-width: 1500px) {
  #about .all {
    top: 5.1428571429vw;
    left: 18.8571428571vw;
    width: 56.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .all {
    top: 28.59375vw;
    left: 5.46875vw;
    width: 76.5625vw;
  }
}
#about .text {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
#about .text p {
  font-size: 18px;
  line-height: 2.3;
  font-weight: bold;
}
@media only screen and (max-width: 1500px) {
  #about .text p {
    font-size: 1.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .text p {
    font-size: 3.4375vw;
    line-height: 1.95;
  }
}
@media only screen and (max-width: 768px) {
  #about .text p.pc {
    display: none;
  }
}
#about .text p.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #about .text p.sp {
    display: block;
  }
}
#about .text p span {
  font-size: 26px;
  background: linear-gradient(transparent 58%, #FFFF00 58%);
}
@media only screen and (max-width: 1500px) {
  #about .text p span {
    font-size: 1.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .text p span {
    font-size: 4.84375vw;
  }
}
#about .text p span.space-r {
  padding-right: 0.3em;
}
#about .text p span.space-l {
  padding-left: 0.3em;
}
#about .text {
  opacity: 0;
  transition: all 0.5s 0.9s ease;
}
#about.move-on .text {
  opacity: 1;
}

#more-con {
  padding-bottom: 142px;
}
@media only screen and (max-width: 1500px) {
  #more-con {
    padding-bottom: 10.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  #more-con {
    padding-bottom: 27.34375vw;
  }
}
#more-con::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 166px;
  background: url("../img/top/more-con/bg_btm-pc.png") repeat-x top left;
  background-size: auto 100%;
  -webkit-animation: moveBg2 90s linear infinite;
          animation: moveBg2 90s linear infinite;
}
@media only screen and (max-width: 1500px) {
  #more-con::before {
    height: 11.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #more-con::before {
    height: 26.09375vw;
    bottom: 0vw;
    opacity: 0.6;
    background: url("../img/top/more-con/bg_btm-sp.png") repeat-x top left;
    background-size: 100%;
  }
}
@-webkit-keyframes sway1 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-15px);
  }
  50% {
    transform: translateX(15px);
  }
  75% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sway1 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-15px);
  }
  50% {
    transform: translateX(15px);
  }
  75% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes sway2 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(30px);
  }
  50% {
    transform: translateX(15px);
  }
  75% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sway2 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(30px);
  }
  50% {
    transform: translateX(15px);
  }
  75% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes sway-img {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sway-img {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
#more-con .cloud {
  position: absolute;
}
#more-con .cloud img {
  -webkit-animation: sway-img 7s ease-in-out infinite;
          animation: sway-img 7s ease-in-out infinite;
}
#more-con .cloud.cloud1 {
  top: -74px;
  left: calc(50% - 767px);
  width: 366px;
  -webkit-animation: sway1 8s ease-in-out infinite;
          animation: sway1 8s ease-in-out infinite;
}
@media only screen and (max-width: 1500px) {
  #more-con .cloud.cloud1 {
    top: -5.2857142857vw;
    width: 26.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  #more-con .cloud.cloud1 {
    top: -6.5625vw;
    width: 48.125vw;
    left: 55.46875vw;
  }
}
#more-con .cloud.cloud2 {
  top: -79px;
  right: calc(50% - 695px);
  width: 267px;
  -webkit-animation: sway2 8s 0.5s ease-in-out infinite;
          animation: sway2 8s 0.5s ease-in-out infinite;
}
@media only screen and (max-width: 1500px) {
  #more-con .cloud.cloud2 {
    top: -5.6428571429vw;
    width: 19.0714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #more-con .cloud.cloud2 {
    top: -6.5625vw;
    width: 35.15625vw;
    right: 69.0625vw;
  }
}
#more-con .cloud.cloud3 {
  top: 398px;
  left: calc(50% - 700px);
  width: 267px;
  -webkit-animation: sway2 8s 0.3s ease-in-out infinite;
          animation: sway2 8s 0.3s ease-in-out infinite;
}
@media only screen and (max-width: 1500px) {
  #more-con .cloud.cloud3 {
    top: 28.4285714286vw;
    width: 19.0714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #more-con .cloud.cloud3 {
    top: 69.375vw;
    width: 35.3125vw;
    left: 70.3125vw;
  }
}
#more-con .cloud.cloud4 {
  top: 405px;
  right: calc(50% - 794px);
  width: 366px;
  -webkit-animation: sway1 8s 0.1s ease-in-out infinite;
          animation: sway1 8s 0.1s ease-in-out infinite;
}
@media only screen and (max-width: 1500px) {
  #more-con .cloud.cloud4 {
    top: 28.9285714286vw;
    width: 26.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  #more-con .cloud.cloud4 {
    top: 70.78125vw;
    width: 48.125vw;
    right: 53.125vw;
  }
}
#more-con .loop-con {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  margin-bottom: 94px;
}
@media only screen and (max-width: 1500px) {
  #more-con .loop-con {
    margin-bottom: 6.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #more-con .loop-con {
    margin-bottom: 19.375vw;
  }
}
#more-con .loop-con .item {
  width: 100%;
  height: 132px;
  background: url("../img/top/more-con/loop_image01.png") repeat-x bottom left;
  background-size: auto 100%;
  -webkit-animation: moveBg 120s linear infinite;
          animation: moveBg 120s linear infinite;
  z-index: 2;
  margin-bottom: 13px;
}
@media only screen and (max-width: 1500px) {
  #more-con .loop-con .item {
    height: 9.4285714286vw;
    margin-bottom: 0.9285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #more-con .loop-con .item {
    height: 19.84375vw;
    margin-bottom: 1.5625vw;
    -webkit-animation-duration: 70s;
            animation-duration: 70s;
  }
}
#more-con .loop-con .item:nth-child(2), #more-con .loop-con .item:nth-child(4) {
  background-image: url("../img/top/more-con/loop_image02.png");
  -webkit-animation: moveBg2 120s linear infinite;
          animation: moveBg2 120s linear infinite;
}
@media only screen and (max-width: 768px) {
  #more-con .loop-con .item:nth-child(2), #more-con .loop-con .item:nth-child(4) {
    -webkit-animation-duration: 70s;
            animation-duration: 70s;
  }
}
#more-con .loop-con .item:nth-child(3) {
  background-image: url("../img/top/more-con/loop_image03.png");
}
#more-con .loop-con .item.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #more-con .loop-con .item.sp {
    display: block;
  }
}
@-webkit-keyframes moveBg {
  0% {
    background-position: 100vw center; /* 開始位置（右端） */
  }
  100% {
    background-position: -100vw center; /* 終了位置（左端） */
  }
}
@keyframes moveBg {
  0% {
    background-position: 100vw center; /* 開始位置（右端） */
  }
  100% {
    background-position: -100vw center; /* 終了位置（左端） */
  }
}
@-webkit-keyframes moveBg2 {
  0% {
    background-position: -100vw center; /* 開始位置（右端） */
  }
  100% {
    background-position: 100vw center; /* 終了位置（左端） */
  }
}
@keyframes moveBg2 {
  0% {
    background-position: -100vw center; /* 開始位置（右端） */
  }
  100% {
    background-position: 100vw center; /* 終了位置（左端） */
  }
}
#more-con .youtube {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 765px;
  height: 435px;
  margin: 0 auto 82px;
}
@media only screen and (max-width: 1500px) {
  #more-con .youtube {
    top: -0.7142857143vw;
    width: 54.6428571429vw;
    height: 31.0714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #more-con .youtube {
    top: 14.0625vw;
    width: 95.3125vw;
    height: 54.6875vw;
  }
}
#more-con .youtube::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: url("../img/top/more-con/bg_line.png") repeat top left #FF5671;
}
@media only screen and (max-width: 1500px) {
  #more-con .youtube::after {
    top: 0.7142857143vw;
    left: 0.7142857143vw;
  }
}
#more-con .youtube a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 6px solid #fff;
  z-index: 2;
  box-sizing: border-box;
}
@media only screen and (max-width: 1500px) {
  #more-con .youtube a {
    border: 0.4285714286vw solid #fff;
  }
}
#more-con .youtube a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#more-con .youtube a:hover .arrow {
  transform: scale(1.1) translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
#more-con .youtube .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 146px;
  height: 146px;
  border: 6px solid #fff;
  border-radius: 200px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 2;
  transform-origin: 0% 0%;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1500px) {
  #more-con .youtube .arrow {
    width: 10.4285714286vw;
    height: 10.4285714286vw;
    border: 0.4285714286vw solid #fff;
    border-radius: 14.2857142857vw;
  }
}
#more-con .youtube .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 67px;
  height: 58px;
  background: url("../img/top/more-con/arrow.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 1500px) {
  #more-con .youtube .arrow::after {
    width: 4.7857142857vw;
    height: 4.1428571429vw;
  }
}
#more-con .plan {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #more-con .plan {
    width: 91.25vw;
    margin: 0 auto;
  }
}
#more-con .plan .bird {
  position: absolute;
  width: 48px;
}
@media only screen and (max-width: 1500px) {
  #more-con .plan .bird {
    width: 3.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #more-con .plan .bird {
    width: 7.5vw;
  }
}
#more-con .plan .bird.bird1 {
  top: -32px;
  left: 180px;
}
@media only screen and (max-width: 1500px) {
  #more-con .plan .bird.bird1 {
    top: -2.2857142857vw;
    left: 12.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #more-con .plan .bird.bird1 {
    top: -9.375vw;
    left: 4.6875vw;
  }
}
#more-con .plan .bird.bird2 {
  top: -30px;
  right: 192px;
}
@media only screen and (max-width: 1500px) {
  #more-con .plan .bird.bird2 {
    top: -2.1428571429vw;
    right: 13.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #more-con .plan .bird.bird2 {
    top: -14.6875vw;
    right: 32.5vw;
  }
}
#more-con .plan .bird.bird3 {
  top: 42px;
  right: 142px;
}
@media only screen and (max-width: 1500px) {
  #more-con .plan .bird.bird3 {
    top: 3vw;
    right: 10.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  #more-con .plan .bird.bird3 {
    top: -9.375vw;
    right: 11.5625vw;
  }
}
#more-con .plan .bird.bird4 {
  top: 0px;
  left: 100px;
}
@media only screen and (max-width: 1500px) {
  #more-con .plan .bird.bird4 {
    top: 0;
    left: 7.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  #more-con .plan .bird.bird4 {
    top: -9.375vw;
    left: 18.75vw;
  }
}
#more-con .plan .fish {
  position: absolute;
  width: 58px;
}
@media only screen and (max-width: 768px) {
  #more-con .plan .fish {
    width: 8.75vw;
  }
}
#more-con .plan .fish.fish1 {
  bottom: 0;
  left: -88px;
}
@media only screen and (max-width: 768px) {
  #more-con .plan .fish.fish1 {
    bottom: -14.0625vw;
    left: 1.25vw;
  }
}
#more-con .plan .fish.fish2 {
  bottom: 64px;
  right: -88px;
}
@media only screen and (max-width: 768px) {
  #more-con .plan .fish.fish2 {
    bottom: -10vw;
    right: 3.90625vw;
  }
}
#more-con .plan .water {
  position: absolute;
  width: 21px;
  bottom: -55px;
}
@media only screen and (max-width: 768px) {
  #more-con .plan .water {
    width: 3.28125vw;
    bottom: -15.625vw;
  }
}
#more-con .plan .water.water1 {
  left: -100px;
}
@media only screen and (max-width: 768px) {
  #more-con .plan .water.water1 {
    left: 0;
  }
}
#more-con .plan .water.water2 {
  right: -100px;
}
@media only screen and (max-width: 768px) {
  #more-con .plan .water.water2 {
    right: 0;
  }
}
#more-con .plan .text {
  width: 648px;
  margin: 0 auto 56px;
}
@media only screen and (max-width: 1500px) {
  #more-con .plan .text {
    width: 46.2857142857vw;
    margin-bottom: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  #more-con .plan .text {
    width: 91.875vw;
    margin-bottom: 7.8125vw;
  }
}
#more-con .plan ul {
  position: relative;
  left: 24px;
  display: flex;
  justify-content: center;
  gap: 0 38px;
}
@media only screen and (max-width: 1500px) {
  #more-con .plan ul {
    left: 1.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #more-con .plan ul {
    display: block;
    width: 89.0625vw;
    left: 0;
    margin-left: 4.0625vw;
  }
}
#more-con .plan ul li {
  position: relative;
  width: 375px;
}
@media only screen and (max-width: 1500px) {
  #more-con .plan ul li {
    width: 26.7857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  #more-con .plan ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #more-con .plan ul li:not(:last-child) {
    margin-bottom: 7.8125vw;
  }
}
#more-con .plan ul li a {
  position: relative;
  top: -24px;
  left: -24px;
  display: block;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1500px) {
  #more-con .plan ul li a {
    top: -1.7142857143vw;
    left: -1.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #more-con .plan ul li a {
    top: -3.90625vw;
    left: -3.125vw;
  }
}
#more-con .plan ul li a:hover {
  top: -10px;
  left: -10px;
}
@media only screen and (max-width: 1500px) {
  #more-con .plan ul li a:hover {
    top: -0.7142857143vw;
    left: -0.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #more-con .plan ul li a:hover {
    top: -3.125vw;
    left: -3.125vw;
  }
}
#more-con .plan ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background-color: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1500px) {
  #more-con .plan ul li::before {
    border-radius: 4.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  #more-con .plan ul li::before {
    border-radius: 9.375vw;
  }
}
#more-con .plan .bird {
  opacity: 0;
}
#more-con .plan .text {
  opacity: 0;
  transition: all 0.4s ease;
}
#more-con .plan .text img {
  transform: translateY(30px);
  transition: all 0.4s ease;
}
#more-con .plan ul {
  pointer-events: none;
  transition: all 0s 1.5s ease;
}
#more-con .plan ul li {
  opacity: 0;
  transform: translateY(30px) rotateY(360deg);
  transition: all 0.6s 0.5s ease;
}
#more-con .plan ul li:nth-child(2) {
  transition-delay: 0.7s;
}
#more-con .plan ul li:nth-child(3) {
  transition-delay: 0.9s;
}
#more-con .plan ul li::before {
  transform: translate(-24px, -24px);
  transition: all 0.4s 1.3s ease;
}
#more-con .plan.move-on .text {
  opacity: 1;
}
#more-con .plan.move-on .text img {
  transform: translateY(0);
}
#more-con .plan.move-on ul {
  pointer-events: auto;
}
#more-con .plan.move-on ul li {
  opacity: 1;
  transform: translateY(0) rotateY(0);
}
#more-con .plan.move-on ul li::before {
  transform: translate(0, 0);
}
#more-con .youtube {
  opacity: 0;
  transform: scale(0.8) translateX(-50%);
  transform-origin: 0% 50%;
  transition: all 0.5s ease;
}
#more-con .youtube::after {
  transform: translate(-10px, -10px);
  transition: all 0.5s 0.2s ease;
}
#more-con.move-on .youtube {
  opacity: 1;
  transform: scale(1) translateX(-50%);
}
#more-con.move-on .youtube::after {
  transform: translate(0px, 0px);
}

.bg-wrap {
  position: relative;
  padding: 265px 0 70px;
  background: url("../img/top/bg_deco_btm-pc.png") no-repeat bottom center, url("../img/top/bg_deco_top-pc.png") no-repeat top center, url("../img/top/bg_rp.jpg") repeat;
  background-size: 100%, 100%, auto;
}
@media only screen and (max-width: 1500px) {
  .bg-wrap {
    padding: 18.9285714286vw 0 5vw;
  }
}
@media only screen and (max-width: 768px) {
  .bg-wrap {
    padding: 25.78125vw 0 7.8125vw;
    background: url("../img/top/bg_deco_btm-sp.png") no-repeat bottom center, url("../img/top/bg_deco_top-sp.png") no-repeat top center, url("../img/top/bg_rp.jpg") repeat;
    background-size: 100%, 100%, auto;
  }
}
.bg-wrap .wave {
  position: absolute;
  top: -60px;
  left: -50%;
  width: 200%;
  height: 92px;
  -webkit-animation: swayUpDown 2.5s ease-in-out infinite;
          animation: swayUpDown 2.5s ease-in-out infinite;
}
@media only screen and (max-width: 1500px) {
  .bg-wrap .wave {
    top: -4.2857142857vw;
    height: 6.5714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  .bg-wrap .wave {
    top: -12.5vw;
    height: 18.125vw;
  }
}
.bg-wrap .wave span {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/top/deco_top-pc.png") repeat-x top center;
  background-size: auto 100%;
  -webkit-animation: moveWave 8s ease-in-out infinite;
          animation: moveWave 8s ease-in-out infinite;
}
@media only screen and (max-width: 768px) {
  .bg-wrap .wave span {
    background-image: url("../img/top/deco_top-sp.png");
  }
}
.bg-wrap section {
  width: 1338px;
  border-radius: 107px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1500px) {
  .bg-wrap section {
    width: 95.5714285714vw;
    border-radius: 7.6428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  .bg-wrap section {
    width: 100%;
    border-radius: 11.875vw;
  }
}
.bg-wrap .loop-text {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 132px;
  background: url("../img/top/loop_text.png") repeat-x bottom left;
  background-size: auto 100%;
  -webkit-animation: moveBg 90s linear infinite;
          animation: moveBg 90s linear infinite;
  z-index: 3;
}
@media only screen and (max-width: 1500px) {
  .bg-wrap .loop-text {
    height: 9.4285714286vw;
    bottom: -4.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  .bg-wrap .loop-text {
    height: 14.6875vw;
    bottom: -14.84375vw;
    -webkit-animation-duration: 50s;
            animation-duration: 50s;
  }
}

.sakura1 {
  position: absolute;
  bottom: -30px;
  left: -10px;
  width: 541px;
  z-index: 2;
}
@media only screen and (max-width: 1500px) {
  .sakura1 {
    width: 38.6428571429vw;
    bottom: -2.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  .sakura1 {
    width: 48.75vw;
    bottom: -6.25vw;
  }
}

.sakura1 {
  transform: translateX(-150px) scaleX(1.05);
  transition: all 0.8s ease;
}

.sakura1.move-on {
  transform: translateX(0px) scaleX(1);
}
.sakura1.move-on img {
  transform: rotate(0deg);
  -webkit-animation: bounce1 0.7s 0.3s ease-out 1 both;
          animation: bounce1 0.7s 0.3s ease-out 1 both;
}

@-webkit-keyframes bounce1 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: scaleX(1.01) rotate(-2deg);
  }
  100% {
    transform: scaleX(1) rotate(0deg);
  }
}

@keyframes bounce1 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: scaleX(1.01) rotate(-2deg);
  }
  100% {
    transform: scaleX(1) rotate(0deg);
  }
}
@-webkit-keyframes bounce2 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: scaleX(1.01) rotate(2deg);
  }
  100% {
    transform: scaleX(1) rotate(0deg);
  }
}
@keyframes bounce2 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: scaleX(1.01) rotate(2deg);
  }
  100% {
    transform: scaleX(1) rotate(0deg);
  }
}
.sakura2 {
  position: absolute;
  bottom: 40px;
  right: -5px;
  width: 525px;
  z-index: 2;
}
@media only screen and (max-width: 1500px) {
  .sakura2 {
    bottom: 2.8571428571vw;
    width: 37.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .sakura2 {
    width: 47.1875vw;
    bottom: 0;
  }
}

.sakura2 {
  transform: translateX(150px) scaleX(1.05);
  transition: all 0.8s ease;
}

.sakura2.move-on {
  transform: translateX(0px) scaleX(1);
}
.sakura2.move-on img {
  transform: rotate(0deg);
  -webkit-animation: bounce2 0.7s 0.3s ease-out 1 both;
          animation: bounce2 0.7s 0.3s ease-out 1 both;
}

.hanabira1 {
  position: absolute;
  bottom: -10px;
  left: 405px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .hanabira1 {
    bottom: -7.8125vw;
    left: 34.0625vw;
  }
}
.hanabira1 span {
  display: block;
}
.hanabira1 span:nth-child(1) {
  width: 28px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .hanabira1 span:nth-child(1) {
    width: 4.375vw;
    margin-bottom: 2.34375vw;
  }
}
.hanabira1 span:nth-child(2) {
  position: relative;
  left: -15px;
  width: 22px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .hanabira1 span:nth-child(2) {
    width: 3.4375vw;
    left: -2.34375vw;
    margin-bottom: 2.34375vw;
  }
}
.hanabira1 span:nth-child(3) {
  width: 16px;
}
@media only screen and (max-width: 768px) {
  .hanabira1 span:nth-child(3) {
    width: 2.5vw;
  }
}

.hanabira2 {
  position: absolute;
  bottom: 0;
  right: 456px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .hanabira2 {
    bottom: -15.625vw;
    right: 18.4375vw;
  }
}
.hanabira2 span {
  display: block;
}
.hanabira2 span:nth-child(1) {
  width: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .hanabira2 span:nth-child(1) {
    width: 4.6875vw;
    margin-bottom: 1.5625vw;
  }
}
.hanabira2 span:nth-child(2) {
  position: relative;
  right: -30px;
  width: 30px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .hanabira2 span:nth-child(2) {
    right: -4.6875vw;
    width: 4.6875vw;
    margin-bottom: 0.78125vw;
  }
}
.hanabira2 span:nth-child(3) {
  width: 15px;
}
@media only screen and (max-width: 768px) {
  .hanabira2 span:nth-child(3) {
    width: 2.34375vw;
  }
}

.hanabira3 {
  position: absolute;
  bottom: -425px;
  left: 88px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .hanabira3 {
    bottom: -51.5625vw;
    left: 3.125vw;
  }
}
.hanabira3 span {
  display: block;
}
.hanabira3 span:nth-child(1) {
  width: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .hanabira3 span:nth-child(1) {
    width: 4.6875vw;
    margin-bottom: 1.5625vw;
  }
}
.hanabira3 span:nth-child(2) {
  position: relative;
  right: -30px;
  width: 30px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .hanabira3 span:nth-child(2) {
    right: -4.6875vw;
    width: 4.6875vw;
    margin-bottom: 0.78125vw;
  }
}
.hanabira3 span:nth-child(3) {
  width: 15px;
}
@media only screen and (max-width: 768px) {
  .hanabira3 span:nth-child(3) {
    width: 2.34375vw;
  }
}

.hanabira4 {
  position: absolute;
  bottom: -400px;
  right: 74px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .hanabira4 {
    bottom: -51.5625vw;
    right: 1.875vw;
  }
}
.hanabira4 span {
  display: block;
}
.hanabira4 span:nth-child(1) {
  width: 28px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .hanabira4 span:nth-child(1) {
    width: 4.375vw;
    margin-bottom: 2.34375vw;
  }
}
.hanabira4 span:nth-child(2) {
  position: relative;
  left: -15px;
  width: 22px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .hanabira4 span:nth-child(2) {
    width: 3.4375vw;
    left: -2.34375vw;
    margin-bottom: 2.34375vw;
  }
}
.hanabira4 span:nth-child(3) {
  width: 16px;
}
@media only screen and (max-width: 768px) {
  .hanabira4 span:nth-child(3) {
    width: 2.5vw;
  }
}

#access {
  padding: 108px 70px 82px;
  margin-bottom: 192px;
  background-color: #fff;
}
@media only screen and (max-width: 1500px) {
  #access {
    padding: 7.7142857143vw 5vw 5.8571428571vw;
    margin-bottom: 13.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #access {
    padding: 15vw 0 12.5vw;
    margin-bottom: 23.4375vw;
  }
}
#access::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  height: 296px;
  background: url("../img/top/access/deco01-pc.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 1500px) {
  #access::before {
    width: 16.4285714286vw;
    height: 21.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  #access::before {
    width: 35.9375vw;
    height: 46.25vw;
    background-image: url("../img/top/access/deco01-sp.png");
  }
}
#access::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 339px;
  height: 324px;
  background: url("../img/top/access/deco02.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 1500px) {
  #access::after {
    width: 24.2142857143vw;
    height: 23.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  #access::after {
    width: 52.96875vw;
    height: 50.625vw;
    background-image: url("../img/top/access/deco02-sp.png");
  }
}
#access .ttl-box h2 {
  bottom: 48px;
  width: 517px;
}
@media only screen and (max-width: 1500px) {
  #access .ttl-box h2 {
    bottom: 3.4285714286vw;
    width: 36.9285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #access .ttl-box h2 {
    width: 67.1875vw;
    bottom: 5.9375vw;
  }
}
#access .grid-wrap {
  display: grid;
  grid-template-columns: 476px 1fr;
  gap: 0 25px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #access .grid-wrap {
    display: block;
    margin-top: 3.125vw;
  }
}
@media only screen and (max-width: 768px) {
  #access .grid-wrap .map {
    width: 81.25vw;
    margin: 0 auto 6.25vw;
  }
}
#access dl {
  position: relative;
  display: grid;
  width: 712px;
  margin: 0 auto;
  grid-template-columns: 115px 1fr;
  border-radius: 20px;
  border: 1px solid #FF5671;
  background-color: #FF5671;
  overflow: hidden;
  gap: 0 1px;
  z-index: 2;
}
@media only screen and (max-width: 1500px) {
  #access dl {
    width: 50.8571428571vw;
    grid-template-columns: 8.2142857143vw 1fr;
    border-radius: 1.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #access dl {
    width: 91.25vw;
    margin: 0 auto;
    grid-template-columns: 17.96875vw 1fr;
    border-radius: 3.125vw;
  }
}
#access dl dt {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
  padding: 18px 12px;
  color: #fff;
}
@media only screen and (max-width: 1500px) {
  #access dl dt {
    font-size: 1.2857142857vw;
    padding: 1.2857142857vw 0.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #access dl dt {
    font-size: 3.125vw;
    padding: 1.5625vw 0.9375vw;
  }
}
#access dl dt:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 1500px) {
  #access dl dt:not(:last-of-type) {
    border-bottom: 0.0714285714vw solid #fff;
  }
}
#access dl dd {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  line-height: 1.8;
  padding: 18px 12px;
  background-color: #fff;
}
@media only screen and (max-width: 1500px) {
  #access dl dd {
    font-size: 1.2857142857vw;
    padding: 1.2857142857vw 0.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #access dl dd {
    font-size: 3.125vw;
    padding: 1.5625vw 0.9375vw;
  }
}
#access dl dd:not(:last-of-type) {
  border-bottom: 1px solid #FF5671;
}
@media only screen and (max-width: 1500px) {
  #access dl dd:not(:last-of-type) {
    border-bottom: 0.0714285714vw solid #FF5671;
  }
}
#access dl dd .line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  border-bottom: 1px dotted #707070;
}
@media only screen and (max-width: 768px) {
  #access dl dd .line {
    top: 63%;
  }
}
#access dl dd p:nth-child(2) {
  margin-top: 1em;
}
#access .grid-wrap {
  opacity: 0;
  transition: all 0.5s 0.8s ease;
}
#access.move-on .grid-wrap {
  opacity: 1;
}

#tour {
  padding: 108px 70px 62px;
  margin-bottom: 178px;
  background-color: #fff;
}
@media only screen and (max-width: 1500px) {
  #tour {
    padding: 7.7142857143vw 5vw 4.4285714286vw;
    margin-bottom: 12.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #tour {
    padding: 13.28125vw 4.375vw 4.6875vw;
    margin-bottom: 24.21875vw;
  }
}
#tour::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 278px;
  height: 468px;
  background: url("../img/top/tour/deco-pc.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 1500px) {
  #tour::before {
    width: 19.8571428571vw;
    height: 33.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #tour::before {
    width: 43.4375vw;
    height: 73.125vw;
    background-image: url("../img/top/tour/deco-sp.png");
  }
}
#tour .ttl-box h2 {
  bottom: 60px;
  width: 257px;
}
@media only screen and (max-width: 1500px) {
  #tour .ttl-box h2 {
    bottom: 4.2857142857vw;
    width: 18.3571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #tour .ttl-box h2 {
    width: 33.28125vw;
    bottom: 7.5vw;
  }
}
#tour .text {
  font-size: 22px;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1500px) {
  #tour .text {
    font-size: 1.5714285714vw;
    margin-bottom: 3.2142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #tour .text {
    font-size: 3.4375vw;
    margin-bottom: 8.125vw;
  }
}
#tour .text span.line {
  padding-bottom: 0.05em;
  background: linear-gradient(transparent 58%, #FFFF00 58%);
}
#tour .text span.line.space-r {
  padding-right: 0.3em;
}
#tour .text span.line.space-l {
  padding-left: 0.3em;
}
#tour .text span.big {
  font-size: 32px;
}
@media only screen and (max-width: 1500px) {
  #tour .text span.big {
    font-size: 2.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  #tour .text span.big {
    font-size: 4.375vw;
  }
}
#tour .text span.big-l {
  font-size: 38px;
}
@media only screen and (max-width: 1500px) {
  #tour .text span.big-l {
    font-size: 2.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #tour .text span.big-l {
    font-size: 5vw;
  }
}
#tour .text span.bold {
  font-weight: bold;
}
#tour .tour-con {
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 56px 46px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1500px) {
  #tour .tour-con {
    grid-template-columns: 34.2857142857vw 1fr;
    gap: 4vw 3.2857142857vw;
    margin-bottom: 2.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #tour .tour-con {
    display: block;
    margin-bottom: 4.375vw;
  }
}
#tour .tour-con .box {
  position: relative;
  padding: 35px 35px 40px;
  border: 4px solid #E15F50;
  border-radius: 42px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1500px) {
  #tour .tour-con .box {
    padding: 2.5vw 2.5vw 2.8571428571vw;
    border: 0.2857142857vw solid #E15F50;
    border-radius: 3vw;
  }
}
@media only screen and (max-width: 768px) {
  #tour .tour-con .box {
    padding: 8.59375vw 0 4.6875vw;
    border-width: 0.625vw;
    border-radius: 6.5625vw;
  }
}
#tour .tour-con .box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 12px);
  height: calc(100% - 10px);
  border-radius: 35px;
  border: 2px solid #E15F50;
}
@media only screen and (max-width: 1500px) {
  #tour .tour-con .box::before {
    border: 0.1428571429vw solid #E15F50;
  }
}
@media only screen and (max-width: 768px) {
  #tour .tour-con .box::before {
    border-radius: 5.46875vw;
    border-width: 0.3125vw;
  }
}
#tour .tour-con .box .fan {
  position: absolute;
  top: -44px;
  left: -4px;
  width: 190px;
}
@media only screen and (max-width: 1500px) {
  #tour .tour-con .box .fan {
    top: -3.1428571429vw;
    left: -0.2857142857vw;
    width: 13.5714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #tour .tour-con .box .fan {
    width: 22.1875vw;
    top: -7.8125vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
#tour .tour-con .box .txt {
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1500px) {
  #tour .tour-con .box .txt {
    font-size: 1.4285714286vw;
    margin-bottom: 1.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #tour .tour-con .box .txt {
    font-size: 4.375vw;
    margin-bottom: 2.8125vw;
  }
}
#tour .tour-con .box.box1 {
  padding-left: 68px;
  padding-right: 40px;
}
@media only screen and (max-width: 1500px) {
  #tour .tour-con .box.box1 {
    padding-left: 4.8571428571vw;
    padding-right: 2.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #tour .tour-con .box.box1 {
    margin-bottom: 8.75vw;
    padding: 8.59375vw 8.59375vw 4.6875vw;
  }
}
#tour .tour-con .box.box1 .txt {
  margin-left: 120px;
}
@media only screen and (max-width: 1500px) {
  #tour .tour-con .box.box1 .txt {
    margin-left: 8.5714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #tour .tour-con .box.box1 .txt {
    margin-left: 0;
  }
}
#tour .tour-con .box.box1 .image {
  width: 369px;
  margin: 0 auto;
}
@media only screen and (max-width: 1500px) {
  #tour .tour-con .box.box1 .image {
    width: 26.3571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #tour .tour-con .box.box1 .image {
    width: 100%;
  }
}
#tour .tour-con .box.box2 {
  grid-column: 2/3;
  border-color: #439D51;
}
@media only screen and (max-width: 768px) {
  #tour .tour-con .box.box2 {
    margin-bottom: 8.75vw;
  }
}
#tour .tour-con .box.box2 .fan {
  left: -22px;
}
@media only screen and (max-width: 1500px) {
  #tour .tour-con .box.box2 .fan {
    left: -1.5714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #tour .tour-con .box.box2 .fan {
    left: 50%;
  }
}
#tour .tour-con .box.box2 .txt {
  margin-left: 150px;
}
@media only screen and (max-width: 1500px) {
  #tour .tour-con .box.box2 .txt {
    margin-left: 10.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #tour .tour-con .box.box2 .txt {
    margin: 0 3.125vw 2.8125vw;
  }
}
@media only screen and (max-width: 768px) {
  #tour .tour-con .box.box2 .image {
    width: 81.875vw;
    margin: 0 auto;
  }
}
#tour .tour-con .box.box2::before {
  border-color: #439D51;
}
#tour .tour-con .box.box3 {
  grid-column: 1/3; /* 2カラム分を使う */
  grid-row-start: 2;
  padding-left: 205px;
  border-color: #5849B9;
}
@media only screen and (max-width: 1500px) {
  #tour .tour-con .box.box3 {
    padding-left: 14.6428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  #tour .tour-con .box.box3 {
    padding: 8.59375vw 6.25vw 4.6875vw;
  }
}
#tour .tour-con .box.box3::before {
  border-color: #5849B9;
}
#tour .tour-con .box.box3 .txt {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1500px) {
  #tour .tour-con .box.box3 .txt {
    margin-bottom: 1.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #tour .tour-con .box.box3 .txt {
    margin-bottom: 2.8125vw;
  }
}
#tour .tour-con .box.box3 .point {
  position: relative;
}
#tour .tour-con .box.box3 .point p {
  position: absolute;
  top: 50%;
  left: -160px;
  transform: translateY(-50%);
  width: 197px;
}
@media only screen and (max-width: 1500px) {
  #tour .tour-con .box.box3 .point p {
    width: 14.0714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #tour .tour-con .box.box3 .point p {
    width: 18.125vw;
    transform: unset;
  }
}
@media only screen and (max-width: 768px) {
  #tour .tour-con .box.box3 .point.point1 p {
    top: -1.5625vw;
    left: 10vw;
  }
}
@media only screen and (max-width: 768px) {
  #tour .tour-con .box.box3 .point.point2 p {
    position: static;
    margin: 0 auto 0.78125vw;
  }
}
#tour .tour-con .box.box3 .image1 {
  width: 958px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1500px) {
  #tour .tour-con .box.box3 .image1 {
    width: 68.4285714286vw;
    margin-bottom: 1.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #tour .tour-con .box.box3 .image1 {
    width: 100%;
  }
}
#tour .tour-con .box.box3 .image2 {
  width: 637px;
}
@media only screen and (max-width: 1500px) {
  #tour .tour-con .box.box3 .image2 {
    width: 45.5vw;
  }
}
@media only screen and (max-width: 768px) {
  #tour .tour-con .box.box3 .image2 {
    width: 100%;
  }
}
#tour .schedule {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 358px 1fr;
  height: 92px;
  background-color: #FF5671;
  border-radius: 20px;
  border: 1px solid #FF5671;
  overflow: hidden;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1500px) {
  #tour .schedule {
    grid-template-columns: 25.5714285714vw 1fr;
    height: 6.5714285714vw;
    margin-bottom: 2.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #tour .schedule {
    display: block;
    height: auto;
    border-radius: 3.125vw;
    margin-bottom: 4.6875vw;
  }
}
#tour .schedule dt {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  line-height: 1;
}
@media only screen and (max-width: 1500px) {
  #tour .schedule dt {
    font-size: 2.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  #tour .schedule dt {
    font-size: 5vw;
    text-align: center;
    padding: 1.5625vw 0;
  }
}
#tour .schedule dt span {
  width: 44px;
  margin-right: 10px;
}
@media only screen and (max-width: 1500px) {
  #tour .schedule dt span {
    width: 3.1428571429vw;
    margin-right: 0.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #tour .schedule dt span {
    width: 6.875vw;
    margin-right: 1.5625vw;
  }
}
#tour .schedule dd {
  display: flex;
  align-items: center;
  font-size: 32px;
  line-height: 1;
  padding: 0 30px;
  height: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 1500px) {
  #tour .schedule dd {
    font-size: 2.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  #tour .schedule dd {
    justify-content: center;
    font-size: 5vw;
    padding: 3.125vw 0;
    text-align: center;
  }
}
#tour .ticket {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1500px) {
  #tour .ticket {
    font-size: 2.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  #tour .ticket {
    font-size: 5vw;
  }
}
#tour .ticket::before {
  content: "";
  width: 45px;
  height: 40px;
  margin-right: 5px;
  background: url("../img/top/tour/icon_ticket.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 1500px) {
  #tour .ticket::before {
    width: 3.2142857143vw;
    height: 2.8571428571vw;
    margin-right: 0.3571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #tour .ticket::before {
    width: 7.34375vw;
    height: 7.03125vw;
  }
}
#tour .ticket span {
  font-size: 42px;
  letter-spacing: 0.25em;
}
@media only screen and (max-width: 1500px) {
  #tour .ticket span {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 768px) {
  #tour .ticket span {
    font-size: 6.5625vw;
  }
}
#tour .text {
  opacity: 0;
  transition: all 0.5s 0.8s ease;
}
#tour .tour-con .box {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s 1s ease;
}
#tour .tour-con .box.box2 {
  transition-delay: 1.2s;
}
#tour .tour-con .box.box3 {
  transition-delay: 1.4s;
}
#tour dl, #tour .ticket {
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.4s 1.7s ease;
}
#tour.move-on .text {
  opacity: 1;
}
#tour.move-on .tour-con .box {
  opacity: 1;
  transform: translateY(0);
}
#tour.move-on dl, #tour.move-on .ticket {
  opacity: 1;
  transform: scale(1);
}

#seminar {
  padding: 108px 70px 62px;
  margin-bottom: 178px;
  background-color: #fff;
}
@media only screen and (max-width: 1500px) {
  #seminar {
    padding: 7.7142857143vw 5vw 4.4285714286vw;
    margin-bottom: 12.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #seminar {
    padding: 12.5vw 4.375vw 7.5vw;
    margin-bottom: 23.75vw;
  }
}
#seminar::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 317px;
  height: 400px;
  background: url("../img/top/seminar/deco-pc.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 1500px) {
  #seminar::before {
    width: 22.6428571429vw;
    height: 28.5714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #seminar::before {
    width: 49.53125vw;
    height: 62.5vw;
    background-image: url("../img/top/seminar/deco-sp.png");
  }
}
#seminar .ttl-box h2 {
  width: 330px;
  bottom: 58px;
}
@media only screen and (max-width: 1500px) {
  #seminar .ttl-box h2 {
    width: 23.5714285714vw;
    bottom: 4.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  #seminar .ttl-box h2 {
    width: 42.8125vw;
    bottom: 6.875vw;
  }
}
#seminar .text {
  font-size: 22px;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1500px) {
  #seminar .text {
    font-size: 1.5714285714vw;
    margin-bottom: 3.5714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #seminar .text {
    font-size: 3.4375vw;
    margin-bottom: 7.8125vw;
  }
}
#seminar .text span.line {
  padding-bottom: 0.05em;
  background: linear-gradient(transparent 58%, #FFFF00 58%);
}
#seminar .text span.line.space-r {
  padding-right: 0.3em;
}
#seminar .text span.line.space-l {
  padding-left: 0.3em;
}
#seminar .text span.big {
  font-size: 32px;
}
@media only screen and (max-width: 1500px) {
  #seminar .text span.big {
    font-size: 2.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  #seminar .text span.big {
    font-size: 5vw;
  }
}
#seminar .text span.bold {
  font-weight: bold;
}
#seminar dl {
  display: grid;
  grid-template-columns: 115px 1fr;
  width: 692px;
  margin: 0 auto;
  border-radius: 20px;
  border: 1px solid #FF5671;
  background-color: #FF5671;
  overflow: hidden;
  gap: 0 1px;
}
@media only screen and (max-width: 1500px) {
  #seminar dl {
    grid-template-columns: 8.2142857143vw 1fr;
    width: 49.4285714286vw;
    border-radius: 1.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #seminar dl {
    width: 88.125vw;
    grid-template-columns: 17.96875vw 1fr;
    border-radius: 3.125vw;
  }
}
#seminar dl dt {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
  padding: 18px 12px;
  color: #fff;
}
@media only screen and (max-width: 1500px) {
  #seminar dl dt {
    font-size: 1.2857142857vw;
    padding: 1.2857142857vw 0.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #seminar dl dt {
    font-size: 3.125vw;
    padding: 1.5625vw 1.875vw;
  }
}
#seminar dl dt:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 1500px) {
  #seminar dl dt:not(:last-of-type) {
    border-bottom: 0.0714285714vw solid #fff;
  }
}
#seminar dl dd {
  position: relative;
  font-size: 18px;
  line-height: 1.8;
  padding: 18px 12px;
  background-color: #fff;
}
@media only screen and (max-width: 1500px) {
  #seminar dl dd {
    font-size: 1.2857142857vw;
    padding: 1.2857142857vw 0.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #seminar dl dd {
    font-size: 2.890625vw;
    padding: 2.34375vw 0 1.5625vw 1.5625vw;
  }
}
#seminar dl dd:not(:last-of-type) {
  border-bottom: 1px solid #FF5671;
}
@media only screen and (max-width: 1500px) {
  #seminar dl dd:not(:last-of-type) {
    border-bottom: 0.0714285714vw solid #FF5671;
  }
}
#seminar dl dd .line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  border-bottom: 1px dotted #707070;
}
@media only screen and (max-width: 768px) {
  #seminar dl dd .line {
    top: 63%;
  }
}
@media only screen and (max-width: 768px) {
  #seminar dl dd p {
    line-height: 1.4;
  }
}
#seminar dl dd p:nth-child(2) {
  margin-top: 0.5em;
}
@media only screen and (max-width: 768px) {
  #seminar dl dd p:nth-child(2) {
    padding-bottom: 1.25vw;
  }
}
#seminar dl dd a {
  position: relative;
  text-decoration: underline;
}
#seminar .text {
  opacity: 0;
  transition: all 0.5s 0.8s ease;
}
#seminar dl {
  opacity: 0;
  transition: all 0.5s 1s ease;
}
#seminar.move-on .text {
  opacity: 1;
}
#seminar.move-on dl {
  opacity: 1;
}

#inquiry {
  padding: 125px 70px 118px;
  margin-bottom: 178px;
  background: url("../img/top/inquiry/deco-pc.png") no-repeat bottom -1px center #fff;
  background-size: 100%;
}
@media only screen and (max-width: 1500px) {
  #inquiry {
    padding: 8.9285714286vw 5vw 8.4285714286vw;
    margin-bottom: 12.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #inquiry {
    padding: 16.875vw 0 16.40625vw;
    background-image: url("../img/top/inquiry/deco-sp.png");
  }
}
#inquiry .cloud {
  position: absolute;
  top: -100px;
  width: 290px;
}
@media only screen and (max-width: 1500px) {
  #inquiry .cloud {
    top: -7.1428571429vw;
    width: 20.7142857143vw;
  }
}
#inquiry .cloud.cloud1 {
  left: 50px;
}
@media only screen and (max-width: 1500px) {
  #inquiry .cloud.cloud1 {
    left: 3.5714285714vw;
  }
}
#inquiry .cloud.cloud2 {
  right: 50px;
}
@media only screen and (max-width: 1500px) {
  #inquiry .cloud.cloud2 {
    right: 3.5714285714vw;
  }
}
#inquiry .ttl-box h2 {
  width: 310px;
  bottom: 58px;
}
@media only screen and (max-width: 1500px) {
  #inquiry .ttl-box h2 {
    width: 22.1428571429vw;
    bottom: 4.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  #inquiry .ttl-box h2 {
    width: 40.3125vw;
    bottom: 7.1875vw;
  }
}
#inquiry .text {
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 1500px) {
  #inquiry .text {
    font-size: 1.5714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #inquiry .text {
    font-size: 3.4375vw;
    line-height: 2;
  }
}
#inquiry .text span {
  font-size: 18px;
}
@media only screen and (max-width: 1500px) {
  #inquiry .text span {
    font-size: 1.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  #inquiry .text span {
    font-size: 2.65625vw;
  }
}
#inquiry .text a {
  text-decoration: underline;
}
#inquiry .text a.blank {
  padding-right: 0.5em;
}
#inquiry .text {
  opacity: 0;
  transition: all 0.5s 0.8s ease;
}
#inquiry.move-on .text {
  opacity: 1;
}

.bnr-list {
  position: relative;
  margin-top: -2px;
  padding: 122px 0 38px;
  background-color: #fff;
}
@media only screen and (max-width: 1500px) {
  .bnr-list {
    margin-top: -0.1428571429vw;
    padding: 8.7142857143vw 0 2.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  .bnr-list {
    padding: 22.1875vw 0 5.9375vw;
    margin-top: -0.78125vw;
  }
}
.bnr-list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 56px 54px;
}
@media only screen and (max-width: 1500px) {
  .bnr-list ul {
    width: 85.7142857143vw;
    gap: 4vw 3.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  .bnr-list ul {
    position: relative;
    width: 91.25vw;
    gap: 4.0625vw;
    z-index: 2;
  }
}
.bnr-list ul li a {
  display: block;
  transition: all 0.3s ease;
}
.bnr-list ul li a:hover {
  opacity: 0.7;
}
.bnr-list ul li.agf {
  width: 392px;
}
@media only screen and (max-width: 1500px) {
  .bnr-list ul li.agf {
    width: 28vw;
  }
}
@media only screen and (max-width: 768px) {
  .bnr-list ul li.agf {
    width: 29.6875vw;
  }
}
.bnr-list ul li.animate {
  width: 353px;
}
@media only screen and (max-width: 1500px) {
  .bnr-list ul li.animate {
    width: 25.2142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  .bnr-list ul li.animate {
    width: 26.875vw;
  }
}
.bnr-list ul li.ani-tourism {
  width: 345px;
}
@media only screen and (max-width: 1500px) {
  .bnr-list ul li.ani-tourism {
    width: 24.6428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  .bnr-list ul li.ani-tourism {
    width: 26.25vw;
  }
}
.bnr-list ul li.culture-expo {
  width: 364px;
}
@media only screen and (max-width: 1500px) {
  .bnr-list ul li.culture-expo {
    width: 26vw;
  }
}
@media only screen and (max-width: 768px) {
  .bnr-list ul li.culture-expo {
    width: 27.8125vw;
  }
}
.bnr-list ul li.toshima {
  width: 326px;
}
@media only screen and (max-width: 1500px) {
  .bnr-list ul li.toshima {
    width: 23.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  .bnr-list ul li.toshima {
    width: 24.84375vw;
  }
}
.bnr-list ul li.animaga-toshima {
  width: 126px;
}
@media only screen and (max-width: 1500px) {
  .bnr-list ul li.animaga-toshima {
    width: 9vw;
  }
}
@media only screen and (max-width: 768px) {
  .bnr-list ul li.animaga-toshima {
    width: 9.375vw;
  }
}
.bnr-list ul li.hareza {
  width: 164px;
}
@media only screen and (max-width: 1500px) {
  .bnr-list ul li.hareza {
    width: 11.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  .bnr-list ul li.hareza {
    width: 12.5vw;
  }
}

#modal-block .mv-modal .inner {
  position: relative;
  padding: 60px 100px 150px;
  border-radius: 94px;
  background-color: #fff;
}
#modal-block .mv-modal .close {
  top: inherit;
  bottom: -95px;
  left: 50%;
  transform: translateX(-50%);
  width: 190px;
  height: 190px;
  padding-top: 32px;
  border-radius: 120px;
  background-color: #3DB0AF;
  text-align: center;
}
@media only screen and (max-width: 1500px) {
  #modal-block .mv-modal .close {
    bottom: -6.7857142857vw;
    width: 13.5714285714vw;
    height: 13.5714285714vw;
    padding-top: 2.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  #modal-block .mv-modal .close {
    bottom: -9.375vw;
    width: 18.75vw;
    height: 18.75vw;
    padding-top: 3.4375vw;
    border-radius: 18.75vw;
  }
}
#modal-block .mv-modal .close img {
  width: 55px;
}
@media only screen and (max-width: 1500px) {
  #modal-block .mv-modal .close img {
    width: 3.9285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #modal-block .mv-modal .close img {
    width: 5.46875vw;
  }
}
#modal-block .m-plan {
  width: 990px;
}
@media only screen and (max-width: 1500px) {
  #modal-block .m-plan {
    width: 70.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #modal-block .m-plan {
    width: 94.6875vw;
  }
}
#modal-block .m-plan .close {
  top: inherit;
  bottom: -95px;
  left: 50%;
  transform: translateX(-50%);
  width: 190px;
  height: 190px;
  padding-top: 32px;
  border-radius: 120px;
  background-color: #3DB0AF;
  text-align: center;
}
@media only screen and (max-width: 1500px) {
  #modal-block .m-plan .close {
    bottom: -6.7857142857vw;
    width: 13.5714285714vw;
    height: 13.5714285714vw;
    padding-top: 2.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  #modal-block .m-plan .close {
    bottom: -9.375vw;
    width: 18.75vw;
    height: 18.75vw;
    padding-top: 3.4375vw;
    border-radius: 18.75vw;
  }
}
#modal-block .m-plan .close img {
  width: 55px;
}
@media only screen and (max-width: 1500px) {
  #modal-block .m-plan .close img {
    width: 3.9285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #modal-block .m-plan .close img {
    width: 5.46875vw;
  }
}
#modal-block .m-plan .inner {
  position: relative;
  width: 100%;
  padding-bottom: 135px;
  background-color: #fff;
  border-radius: 94px;
  text-align: left;
}
@media only screen and (max-width: 1500px) {
  #modal-block .m-plan .inner {
    padding-bottom: 9.6428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  #modal-block .m-plan .inner {
    padding-bottom: 17.1875vw;
  }
}
#modal-block .m-plan h3 {
  width: 527px;
  margin: 0 auto -5px;
}
@media only screen and (max-width: 1500px) {
  #modal-block .m-plan h3 {
    width: 37.6428571429vw;
    margin-bottom: -0.3571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #modal-block .m-plan h3 {
    width: 62.5vw;
    margin-bottom: 0vw;
  }
}
#modal-block .m-plan h3 img {
  margin-top: -50px;
}
@media only screen and (max-width: 1500px) {
  #modal-block .m-plan h3 img {
    margin-top: -3.5714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #modal-block .m-plan h3 img {
    margin-top: -5.9375vw;
  }
}
#modal-block .m-plan h4 {
  font-size: 27px;
  line-height: 1.5;
  padding-top: 30px;
  margin-bottom: 15px;
  background: url("../img/top/more-con/h4_modal_deco.png") no-repeat top center;
  background-size: 760px auto;
  text-align: center;
}
@media only screen and (max-width: 1500px) {
  #modal-block .m-plan h4 {
    font-size: 1.9285714286vw;
    padding-top: 2.1428571429vw;
    margin-bottom: 1.0714285714vw;
    background-size: 54.2857142857vw auto;
  }
}
@media only screen and (max-width: 768px) {
  #modal-block .m-plan h4 {
    font-size: 3.4375vw;
    padding-top: 4.6875vw;
    margin-bottom: 2.34375vw;
    background-size: 78.125vw auto;
  }
}
#modal-block .m-plan .list {
  width: 674px;
  margin: 0 auto 25px;
}
@media only screen and (max-width: 1500px) {
  #modal-block .m-plan .list {
    width: 48.1428571429vw;
    margin: 0 auto 1.7857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  #modal-block .m-plan .list {
    width: 78.125vw;
    margin: 0 auto 4.6875vw;
  }
}
#modal-block .m-plan .list ul {
  border-top: 1px solid #000;
}
#modal-block .m-plan .list ul li {
  display: grid;
  gap: 0 8px;
  font-size: 20px;
  padding: 0.5em 0.4em;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 1500px) {
  #modal-block .m-plan .list ul li {
    gap: 0 0.5714285714vw;
    font-size: 1.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #modal-block .m-plan .list ul li {
    gap: 0 1.25vw;
    font-size: 2.8125vw;
  }
}
#modal-block .m-plan .list ul li > span {
  grid-column: 1; /* 左上 */
  grid-row: 1;
}
#modal-block .m-plan .list ul li p {
  grid-column: 2; /* 右上 */
  grid-row: 1;
}
#modal-block .m-plan .list ul li p span {
  font-weight: bold;
  color: #FF5671;
}
#modal-block .m-plan .list ul li .image {
  grid-column: 1/span 2; /* 下に1つ、横いっぱい */
  grid-row: 2;
}
#modal-block .m-plan .list .note {
  font-size: 12px;
  text-align: right;
  padding-top: 0.5em;
}
#modal-block .m-plan dl {
  display: grid;
  grid-template-columns: 212px 1fr;
  width: 673px;
  margin: 0 auto 44px;
  background-color: #FF5671;
  border: 1px solid #FF5671;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1500px) {
  #modal-block .m-plan dl {
    grid-template-columns: 15.1428571429vw 1fr;
    width: 48.0714285714vw;
    margin-bottom: 3.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  #modal-block .m-plan dl {
    grid-template-columns: 33.125vw 1fr;
    width: 78.125vw;
    margin-bottom: 6.875vw;
  }
}
#modal-block .m-plan dl dt {
  display: flex;
  justify-content: right;
  align-items: center;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  padding: 0.8em;
}
@media only screen and (max-width: 1500px) {
  #modal-block .m-plan dl dt {
    font-size: 1.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  #modal-block .m-plan dl dt {
    font-size: 2.8125vw;
  }
}
#modal-block .m-plan dl dt:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}
#modal-block .m-plan dl dd {
  font-size: 18px;
  line-height: 1.5;
  padding: 0.8em;
  background-color: #fff;
}
@media only screen and (max-width: 1500px) {
  #modal-block .m-plan dl dd {
    font-size: 1.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  #modal-block .m-plan dl dd {
    font-size: 2.8125vw;
  }
}
#modal-block .m-plan dl dd:not(:last-of-type) {
  border-bottom: 1px solid #FF5671;
}
#modal-block .m-plan dl dd p {
  line-height: 1.8;
}
#modal-block #plan1 .inner {
  background: url("../img/top/more-con/m_bg_plan1.png") no-repeat bottom right #fff;
  background-size: 347px auto;
}
@media only screen and (max-width: 768px) {
  #modal-block #plan1 .inner {
    background-size: 62.5vw auto;
  }
}
#modal-block #plan1 .list li {
  grid-template-columns: 26px 1fr;
}
@media only screen and (max-width: 1500px) {
  #modal-block #plan1 .list li {
    grid-template-columns: 1.8571428571vw 1fr;
  }
}
@media only screen and (max-width: 768px) {
  #modal-block #plan1 .list li {
    grid-template-columns: 4.0625vw 1fr;
  }
}
#modal-block #plan2 .inner {
  background: url("../img/top/more-con/m_bg_plan2.png") no-repeat bottom right #fff;
  background-size: 405px auto;
}
@media only screen and (max-width: 768px) {
  #modal-block #plan2 .inner {
    background-size: 62.5vw auto;
  }
}
#modal-block #plan2 .list {
  margin-bottom: 0;
}
#modal-block #plan2 .list li {
  grid-template-columns: 27px 1fr;
}
@media only screen and (max-width: 1500px) {
  #modal-block #plan2 .list li {
    grid-template-columns: 1.9285714286vw 1fr;
  }
}
@media only screen and (max-width: 768px) {
  #modal-block #plan2 .list li {
    grid-template-columns: 4.21875vw 1fr;
  }
}
#modal-block #plan2 .image {
  width: 674px;
  margin: 20px auto 0;
}
@media only screen and (max-width: 1500px) {
  #modal-block #plan2 .image {
    width: 48.1428571429vw;
    margin: 1.4285714286vw auto 0;
  }
}
@media only screen and (max-width: 768px) {
  #modal-block #plan2 .image {
    width: 78.125vw;
    margin: 3.125vw auto 0;
  }
}
#modal-block #plan3 .inner {
  background: url("../img/top/more-con/m_bg_plan3.png") no-repeat bottom right #fff;
  background-size: 411px auto;
}
@media only screen and (max-width: 768px) {
  #modal-block #plan3 .inner {
    background-size: 62.5vw auto;
  }
}
#modal-block #plan3 .list {
  width: 849px;
}
@media only screen and (max-width: 1500px) {
  #modal-block #plan3 .list {
    width: 60.6428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  #modal-block #plan3 .list {
    width: 78.125vw;
  }
}
#modal-block #plan3 .list li {
  grid-template-columns: 22px 1fr;
}
@media only screen and (max-width: 1500px) {
  #modal-block #plan3 .list li {
    grid-template-columns: 1.5714285714vw 1fr;
  }
}
@media only screen and (max-width: 768px) {
  #modal-block #plan3 .list li {
    grid-template-columns: 4.21875vw 1fr;
  }
}
#modal-block #plan3 .image {
  width: 530px;
  margin: 16px auto;
}
@media only screen and (max-width: 1500px) {
  #modal-block #plan3 .image {
    width: 37.8571428571vw;
    margin: 1.1428571429vw auto;
  }
}
@media only screen and (max-width: 768px) {
  #modal-block #plan3 .image {
    width: 100%;
    margin: 2.34375vw 0;
  }
}