@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap");
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  background: none;
  width: 60px;
  height: 60px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
  background-size: cover;
  position: absolute;
  top: 100px;
  right: -55px;
  margin-top: -11px;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  width: 34px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -32px;
  transition: 0.3s;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  transform: scaleX(-1);
  right: auto;
  left: -70px;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  vertical-align: bottom;
  font-size: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #E3EFFF;
  line-height: 20px;
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background: #E3EFFF;
}

body {
  background: #2CB1FF url("../images/body-bg-cnd8eucn.png") repeat 0 0;
  background-size: 13px 13px;
  font-size: clamp(12px, 1.25vw, 1.75rem);
  font-weight: 500;
  color: #363636;
  position: relative;
}
body a {
  color: #363636;
}
@media screen and (max-width: 768px) {
  body {
    font-size: clamp(10px, 3.8461538462vw, 1.75rem);
  }
}

img {
  width: 100%;
  height: auto;
}

main {
  line-height: 1.8;
  overflow: hidden;
}

span.ex {
  font-size: 1.25em;
  display: inline-block;
  line-height: 1;
}

.header-logo img {
  width: auto;
  max-width: 100%;
}

.section {
  padding: 5.5555555556vw 1.3888888889vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 10.2564102564vw 3.0769230769vw;
  }
}
.section > .section-inner {
  max-width: 80.5555555556vw;
  margin-left: auto;
  margin-right: auto;
}
.section--hero {
  padding: 1.3888888889vw;
  position: relative;
  background: #2CB1FF;
}
@media screen and (max-width: 768px) {
  .section--hero {
    padding: 3.0769230769vw 3.0769230769vw 4.1025641026vw;
  }
}
.section--hero:before {
  content: "";
  display: block;
  width: 100%;
  height: 6.9444444444vw;
  position: absolute;
  top: calc(100% - 2.7777777778vw);
  left: 0;
  background: linear-gradient(#2cb1ff, rgba(44, 177, 255, 0));
}
@media screen and (max-width: 768px) {
  .section--hero:before {
    height: 15.3846153846vw;
    top: calc(100% - 5.1282051282vw);
  }
}
.section--hero .section-inner {
  max-width: inherit;
  background: #b9e3f9 url("../images/hero-bg-vmkfijui.png") no-repeat top center/cover;
  border-radius: 1.6666666667vw;
  padding-top: 7.4305555556vw;
  height: 52.7777777778vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section--hero .section-inner {
    height: 163.8461538462vw;
    border-radius: 5.1282051282vw;
    padding-top: 20vw;
    background-repeat: repeat;
    background-size: 256.4102564103vw auto;
  }
}
.section--hero .section-inner2 {
  position: relative;
  height: 0;
  top: -33.125vw;
}
@media screen and (max-width: 768px) {
  .section--hero .section-inner2 {
    top: -65.3846153846vw;
  }
}
.section--play .section-inner {
  max-width: inherit;
  margin-left: -1.3888888889vw;
  margin-right: -1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .section--play .section-inner {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .section--recommend {
    padding-left: 3.0769230769vw;
    padding-right: 3.0769230769vw;
  }
}
.section--recommend .section-bg {
  background: #b9e3f9 url("../images/recommend-section-bg-fnbgixow.png") no-repeat center center/cover;
  border-radius: 1.6666666667vw;
  padding: 5.5555555556vw 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .section--recommend .section-bg {
    padding: 10.2564102564vw 4.1025641026vw 14.358974359vw;
    border-radius: 5.1282051282vw;
  }
}
.section--recommend .section-inner {
  max-width: 80.5555555556vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section--recommend .section-inner {
    max-width: inherit;
  }
}
.section--event .section-inner {
  max-width: 81.3888888889vw;
}
@media screen and (max-width: 768px) {
  .section--event .section-inner {
    max-width: inherit;
  }
}
.section--archive {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section--archive {
    padding: 10.2564102564vw 2.5641025641vw 0;
  }
}
.section--archive .section-bg {
  background: #b9e3f9 url("../images/archive-section-bg-ecz8qjzxc.png") no-repeat center center/cover;
  border-radius: 1.6666666667vw 1.6666666667vw 0 0;
  padding: 5.5555555556vw 1.3888888889vw 0;
}
@media screen and (max-width: 768px) {
  .section--archive .section-bg {
    background-image: url("../images/archive-section-bg_sp-1tgvuj3ty.png");
    padding: 10.2564102564vw 4.1025641026vw 0;
  }
}
.section--archive .section-inner {
  max-width: 72.2222222222vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section--archive .section-inner {
    max-width: inherit;
  }
}

.hero-logo {
  text-align: center;
}
.hero-logo img {
  width: 62.2916666667vw;
}
@media screen and (max-width: 768px) {
  .hero-logo img {
    width: 71.5384615385vw;
  }
}

.hero-img {
  margin-top: 1.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 80.5555555556vw;
  margin-left: auto;
  margin-right: auto;
  height: 31.1111111111vw;
}
@media screen and (max-width: 768px) {
  .hero-img {
    margin-top: 0;
    gap: 0 7.6923076923vw;
    padding-bottom: 5.1282051282vw;
    height: 69.2307692308vw;
  }
}
.hero-img__package {
  position: relative;
  z-index: 2;
  opacity: 0;
  top: 1.3888888889vw;
  transition: 0.5s;
}
.hero-img__package img {
  width: 21.7361111111vw;
}
@media screen and (max-width: 768px) {
  .hero-img__package {
    top: 7.6923076923vw;
    left: -2.5641025641vw;
  }
  .hero-img__package img {
    width: 44.6153846154vw;
  }
}
.hero-img__card {
  position: relative;
  top: 2.4305555556vw;
  left: -2.4305555556vw;
  z-index: 2;
  opacity: 0;
  transition: 0.5s;
}
.hero-img__card img {
  width: 17.4305555556vw;
}
@media screen and (max-width: 768px) {
  .hero-img__card {
    left: 0;
    top: 11.5384615385vw;
  }
  .hero-img__card img {
    width: 34.8717948718vw;
  }
}
.hero-img__badge {
  position: absolute;
  z-index: 3;
  top: calc(50% + 3.8194444444vw);
  right: -1.3888888889vw;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.5s;
}
.hero-img__badge img {
  width: 16.5972222222vw;
}
@media screen and (max-width: 768px) {
  .hero-img__badge {
    right: auto;
    left: calc(50% + 3.0769230769vw);
    top: 10.5128205128vw;
    transform: translateX(-50%);
  }
  .hero-img__badge img {
    width: 31.7948717949vw;
  }
}
.hero-img__effect {
  position: absolute;
  z-index: 1;
  transform: scale(0);
  opacity: 0;
  transition: 0.5s 0.5s;
}
.hero-img__effect img {
  width: 63.6111111111vw;
}
@media screen and (max-width: 768px) {
  .hero-img__effect {
    width: 100vw;
    bottom: 0;
  }
  .hero-img__effect img {
    width: 100%;
  }
}
.hero-img__circle {
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, calc(50% + 11.1111111111vw));
  width: 80.5555555556vw;
}
.hero-img__circle img {
  width: 80.5555555556vw;
  animation: rotate-animation 60s linear infinite;
}
@media screen and (max-width: 768px) {
  .hero-img__circle {
    width: 133.3333333333vw;
    transform: translate(-50%, calc(50% + 10.2564102564vw));
  }
  .hero-img__circle img {
    width: 100%;
  }
}
.hero-img.is-animation .hero-img__package {
  opacity: 1;
  top: 0;
}
@media screen and (max-width: 768px) {
  .hero-img.is-animation .hero-img__package {
    top: 2.5641025641vw;
  }
}
.hero-img.is-animation .hero-img__card {
  opacity: 1;
  top: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .hero-img.is-animation .hero-img__card {
    top: 6.4102564103vw;
  }
}
.hero-img.is-animation .hero-img__badge {
  opacity: 1;
  top: calc(50% + 2.4305555556vw);
}
@media screen and (max-width: 768px) {
  .hero-img.is-animation .hero-img__badge {
    top: 5.3846153846vw;
  }
}
.hero-img.is-animation .hero-img__effect {
  opacity: 1;
  transform: scale(1);
}

@keyframes rotate-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.nav-global {
  margin-bottom: 1.3888888889vw;
  height: 5.2083333333vw;
}
@media screen and (max-width: 768px) {
  .nav-global {
    padding: 0 3.0769230769vw;
    height: 22.5641025641vw;
  }
}
.nav-global.is-fixed .nav-global__inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  margin-top: 0;
}
.nav-global.is-fixed .nav-global__list > li > a {
  border-radius: 0 0 0.8333333333vw 0.8333333333vw;
}
@media screen and (max-width: 768px) {
  .nav-global.is-fixed .nav-global__list > li > a {
    border-radius: 0 0 2.0512820513vw 2.0512820513vw;
    height: 14.8717948718vw;
    padding: 0 5.641025641vw 0 0.7692307692vw;
  }
  .nav-global.is-fixed .nav-global__list > li > a:after {
    left: auto;
    top: 50%;
    right: 3.0769230769vw;
    transform: translateY(-50%);
    width: 3.5897435897vw;
    height: 2.0512820513vw;
  }
  .nav-global.is-fixed .nav-global__list > li > a img {
    height: 6.6666666667vw;
    width: auto;
    margin-top: 3.8461538462vw;
  }
}
.nav-global__inner {
  margin: 0 auto;
}
.nav-global__list {
  max-width: 80.5555555556vw;
  margin: 0 auto;
  display: flex;
  gap: 0 0.5555555556vw;
}
@media screen and (max-width: 768px) {
  .nav-global__list {
    max-width: 93.8461538462vw;
    gap: 0 0.7692307692vw;
  }
}
.nav-global__list > li {
  width: calc(33.333% - 0.1388888889vw);
}
.nav-global__list > li > a {
  line-height: 1;
  background: #F0FAFF;
  box-shadow: 0 0.3472222222vw 0 #0A93E5;
  border-radius: 0.8333333333vw;
  display: inline-block;
  height: 5.2083333333vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.7777777778vw 0 0.6944444444vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .nav-global__list > li > a {
    border-radius: 2.0512820513vw;
    height: 22.5641025641vw;
    padding: 0 2.5641025641vw;
  }
}
.nav-global__list > li > a:after {
  content: "";
  display: inline-block;
  width: 1.5972222222vw;
  height: 0.9722222222vw;
  background: url("../images/icon-arrow-cmskingju.png") no-repeat 0 0/cover;
  position: absolute;
  top: 50%;
  right: 2.2222222222vw;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .nav-global__list > li > a:after {
    width: 4.1025641026vw;
    height: 2.5641025641vw;
    background-size: 100% 100%;
    top: auto;
    bottom: 3.0769230769vw;
    right: auto;
    left: 50%;
    margin-left: -2.0512820513vw;
    transform: inherit;
  }
}
.nav-global__list > li > a img {
  transition: 0.3s;
  width: 17.9166666667vw;
}
@media screen and (max-width: 768px) {
  .nav-global__list > li > a img {
    width: 21.7948717949vw;
    height: auto;
    position: relative;
    top: -2.0512820513vw;
  }
}
.nav-global__list > li > a:hover:after,
.nav-global__list > li > a:hover img {
  opacity: 0.4;
}

.title-h2 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .title-h2 {
    padding: 0 1.2820512821vw;
  }
}
.title-h2--play img {
  width: 38.1944444444vw;
}
@media screen and (max-width: 768px) {
  .title-h2--play img {
    width: 86.1538461538vw;
    height: auto;
  }
}
.title-h2--recommend img {
  width: 31.5277777778vw;
}
@media screen and (max-width: 768px) {
  .title-h2--recommend img {
    width: 72.3076923077vw;
    height: auto;
  }
}
.title-h2--event img {
  width: 31.5972222222vw;
}
@media screen and (max-width: 768px) {
  .title-h2--event img {
    width: 77.9487179487vw;
    height: auto;
  }
}
.title-h2--archive img {
  width: 17.9861111111vw;
}
@media screen and (max-width: 768px) {
  .title-h2--archive img {
    width: 40.7692307692vw;
    height: auto;
  }
}

.play-layout {
  display: flex;
  align-items: center;
  gap: 0 0.9722222222vw;
  max-width: 121.8055555556vw;
  width: 121.8055555556vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 2.7777777778vw auto 0;
}
@media screen and (max-width: 768px) {
  .play-layout {
    margin-top: 12.3076923077vw;
    max-width: 132.8205128205vw;
    width: 132.8205128205vw;
    flex-wrap: wrap;
  }
}
.play-layout__wrap {
  position: relative;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
}
.play-layout__block {
  position: relative;
}
.play-layout__block--copy {
  width: 13.3333333333vw;
  order: 2;
}
.play-layout__block--copy img {
  width: 13.3333333333vw;
}
@media screen and (max-width: 768px) {
  .play-layout__block--copy {
    order: 1;
    width: 100%;
    text-align: center;
  }
  .play-layout__block--copy img {
    width: 79.2307692308vw;
    height: auto;
  }
}
.play-layout__block--left {
  width: calc(50% - 7.6388888889vw);
  order: 1;
}
.play-layout__block--left .play-layout__text {
  transition: 0.5s 0.5s;
}
.play-layout__block--left .play-layout__text img {
  position: relative;
  right: -1.0416666667vw;
  width: 18.0555555556vw;
}
.play-layout__block--left .play-layout__image {
  bottom: 1.7361111111vw;
  right: 4.1666666667vw;
  transition: 0.5s;
}
.play-layout__block--left .play-layout__image img {
  width: 37.8472222222vw;
}
@media screen and (max-width: 768px) {
  .play-layout__block--left {
    order: 2;
    width: 81.5%;
    margin-top: 12.3076923077vw;
  }
  .play-layout__block--left .play-layout__text {
    top: 7.6923076923vw;
    left: -10.2564102564vw;
  }
  .play-layout__block--left .play-layout__text img {
    width: 53.0769230769vw;
    height: auto;
  }
  .play-layout__block--left .play-layout__image {
    right: 7.6923076923vw;
    bottom: -3.8461538462vw;
  }
  .play-layout__block--left .play-layout__image img {
    width: 83.5897435897vw;
    height: auto;
  }
}
.play-layout__block--right {
  width: calc(50% - 7.6388888889vw);
  order: 3;
}
.play-layout__block--right .play-layout__text {
  transition: 0.5s 1.5s;
}
.play-layout__block--right .play-layout__text img {
  width: 20.6944444444vw;
}
.play-layout__block--right .play-layout__image {
  bottom: 1.0416666667vw;
  left: 2.7083333333vw;
  transition: 0.5s 1s;
}
.play-layout__block--right .play-layout__image img {
  width: 39.2361111111vw;
}
@media screen and (max-width: 768px) {
  .play-layout__block--right {
    order: 3;
    width: 81.5%;
    margin-left: auto;
    margin-top: -3.8461538462vw;
  }
  .play-layout__block--right .play-layout__text {
    left: auto;
    right: 23.0769230769vw;
    text-align: right;
  }
  .play-layout__block--right .play-layout__text img {
    width: 53.0769230769vw;
    height: auto;
    left: auto;
  }
  .play-layout__block--right .play-layout__image {
    bottom: 1.2820512821vw;
    left: 11.5384615385vw;
  }
  .play-layout__block--right .play-layout__image img {
    width: 77.6923076923vw;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .play-layout__bg img {
    height: auto;
  }
}
.play-layout__text {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
  opacity: 0;
  top: 4.8611111111vw;
}
.play-layout__image {
  position: absolute;
  opacity: 0;
}
.play-layout__image img {
  max-width: inherit;
  height: auto;
}
.play-layout__block.is-animation .play-layout__text {
  top: 3.4722222222vw;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .play-layout__block.is-animation .play-layout__text {
    top: 2.5641025641vw;
  }
}
.play-layout__block.is-animation .play-layout__image {
  padding-bottom: 1.3888888889vw;
  opacity: 1;
}

.about {
  max-width: 80.5555555556vw;
  margin: 2.4305555556vw auto 0;
  position: relative;
  padding-bottom: 5.5555555556vw;
}
@media screen and (min-width: 1500px) {
  .about {
    padding-bottom: 12vw;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about {
    max-width: inherit;
  }
}

.about-bg {
  display: block;
  width: 100vw;
  height: 100%;
  background: url("../images/about-bg_03-6cgetce3.png") no-repeat center center/cover;
  position: absolute;
  top: 19.4444444444vw;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .about-bg {
    background-image: url("../images/about-bg_03_sp-fniwokio.png");
    top: 73.0769230769vw;
    background-size: contain;
  }
}

.about-box {
  width: 72.2222222222vw;
  margin: 0 auto;
  background: url("../images/about-bg-zn0vk7xh.png") no-repeat top center/cover;
  height: 35.3472222222vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .about-box {
    max-width: 100%;
    width: 93.8461538462vw;
    height: 132.3076923077vw;
    background-image: url("../images/about-bg_sp-cz2qw8si.png");
  }
}
.about-box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/about-bg_02-l9vnrsmi.png") no-repeat top center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .about-box::before {
    display: none;
  }
}
.about-box > * {
  position: relative;
  z-index: 2;
}
.about-box__title {
  text-align: center;
  padding-top: 2.0833333333vw;
}
.about-box__title img {
  width: 13.5416666667vw;
}
@media screen and (max-width: 768px) {
  .about-box__title {
    padding-top: 7.6923076923vw;
  }
  .about-box__title img {
    width: 36.4102564103vw;
    height: auto;
  }
}
.about-box__contents {
  padding: 3.3333333333vw 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .about-box__contents {
    padding: 7.6923076923vw 6.1538461538vw 12.8205128205vw;
  }
}
.about-box__lead {
  margin-top: 1.6666666667vw;
  text-align: center;
}
.about-box__lead img {
  width: 31.1805555556vw;
}
@media screen and (max-width: 768px) {
  .about-box__lead {
    margin-top: 6.1538461538vw;
  }
  .about-box__lead img {
    width: 61.5384615385vw;
  }
}
.about-box__button {
  margin-top: 1.1111111111vw;
  text-align: center;
}
.about-box__button img {
  width: 27.5vw;
}
@media screen and (max-width: 768px) {
  .about-box__button {
    margin-top: 4.1025641026vw;
  }
  .about-box__button img {
    width: 73.3333333333vw;
  }
}

.button-animation a {
  display: inline-block;
  position: relative;
}
.button-animation a:hover .button-animation-item--default {
  opacity: 0;
}
.button-animation a:hover .button-animation-item--hover {
  opacity: 1;
}
.button-animation-item {
  display: inline-block;
  transition: 0.3s;
}
.button-animation-item--default {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .button-animation-item--default {
    opacity: 1 !important;
  }
}
.button-animation-item--hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .button-animation-item--hover {
    opacity: 0 !important;
  }
}

.about-object {
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: 0.5s;
}
.about-object--left {
  left: -4.8611111111vw;
  bottom: 0;
}
.about-object--left img {
  width: 20.1388888889vw;
}
@media screen and (max-width: 768px) {
  .about-object--left {
    left: 0;
    width: 100%;
    bottom: -30.7692307692vw;
  }
  .about-object--left img {
    width: 100%;
    height: auto;
  }
}
.about-object--right {
  right: -4.8611111111vw;
  bottom: 1.0416666667vw;
}
.about-object--right img {
  width: 20.5555555556vw;
}
@media screen and (max-width: 768px) {
  .about-object--right {
    display: none;
  }
}
.about-object.is-animation {
  opacity: 1;
}
.about-object.is-animation.about-object--left {
  bottom: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .about-object.is-animation.about-object--left {
    bottom: -25.641025641vw;
  }
}
.about-object.is-animation.about-object--right {
  bottom: 2.4305555556vw;
}

.howto {
  margin-top: 2.7777777778vw;
  max-width: 83.3333333333vw;
  padding: 0 1.3888888889vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .howto {
    margin-top: 34.8717948718vw;
    max-width: inherit;
    padding-left: 0;
    padding-right: 0;
  }
}

.title-h3 {
  text-align: center;
}
.title-h3--howto img {
  width: 37.2916666667vw;
}
@media screen and (max-width: 768px) {
  .title-h3--howto img {
    width: 49.4871794872vw;
  }
}

.js-howto-slide .slick-list {
  max-width: 61.8055555556vw;
}
@media screen and (max-width: 768px) {
  .js-howto-slide .slick-list {
    max-width: 81.5384615385vw;
  }
}
.js-howto-slide .slick-track {
  display: flex;
}
.js-howto-slide .slick-dots {
  bottom: -3.6111111111vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .js-howto-slide .slick-dots {
    bottom: -11.7948717949vw;
  }
}
.js-howto-slide .slick-dots li {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  background: url("../images/icon-slide-dot_02-cjs8172h.png") no-repeat 0 0/cover;
  margin: 0 0.8333333333vw;
}
@media screen and (max-width: 768px) {
  .js-howto-slide .slick-dots li {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
    margin: 0 3.0769230769vw;
  }
}
.js-howto-slide .slick-dots li button {
  width: 100%;
  height: 100%;
}
.js-howto-slide .slick-dots li button::before {
  display: none;
}
.js-howto-slide .slick-dots li.slick-active {
  background-image: url("../images/icon-slide-dot_01-cmkijos8.png");
}

.howto-slide {
  margin-top: 3.3333333333vw;
}
@media screen and (max-width: 768px) {
  .howto-slide {
    margin-top: 6.1538461538vw;
  }
}
.howto-slide__block {
  margin-right: 2.2916666667vw;
  height: auto !important;
}
@media screen and (max-width: 768px) {
  .howto-slide__block {
    margin-right: 3.0769230769vw;
  }
}
.howto-slide__item {
  position: relative;
  background: #F0FAFF;
  border: 0.2083333333vw solid #249EE1;
  box-shadow: 0 0.4166666667vw 0 #249EE1;
  border-radius: 1.3888888889vw;
  display: flex !important;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .howto-slide__item {
    border-radius: 10px;
    flex-wrap: wrap;
    display: block !important;
  }
}
.howto-slide__badge {
  position: absolute;
  top: -2.7777777778vw;
  left: -1.3888888889vw;
}
.howto-slide__badge img {
  width: 8.125vw;
}
@media screen and (max-width: 768px) {
  .howto-slide__badge {
    top: -10.2564102564vw;
    left: -3.0769230769vw;
  }
  .howto-slide__badge img {
    width: 15.3846153846vw;
    height: auto;
  }
}
.howto-slide__image {
  background: #91D7FB url("../images/step-bg-vmr9sifu.png") no-repeat center center/cover;
  width: 25.6944444444vw;
  border-radius: 1.1805555556vw 0 0 1.1805555556vw;
}
@media screen and (max-width: 768px) {
  .howto-slide__image {
    width: 100%;
    border-radius: 1.7948717949vw 1.7948717949vw 0 0;
    height: fit-content;
  }
  .howto-slide__image img {
    width: 100%;
    height: auto;
  }
}
.howto-slide__contents {
  flex: 1;
  padding: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .howto-slide__contents {
    width: 100%;
    padding: 6.1538461538vw 5.1282051282vw;
  }
}
.howto-slide__contents p {
  font-size: clamp(12px, 1.0416666667vw, 1.75rem);
  margin-top: 1.3194444444vw;
}
@media screen and (max-width: 768px) {
  .howto-slide__contents p {
    font-size: min(3.8461538462vw, 1.75rem);
    margin-top: 4.8717948718vw;
  }
}
.howto-slide__contents p em {
  color: #009FF7;
  font-weight: bold;
}
.howto-slide__contents .howto-slide__notes {
  font-size: clamp(12px, 0.9027777778vw, 1.75rem);
  margin-top: 0.5555555556vw;
  padding-left: 1.2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .howto-slide__contents .howto-slide__notes {
    font-size: clamp(12px, 3.0769230769vw, 1.75rem);
    margin-top: 2.0512820513vw;
  }
}
.howto-slide__contents .howto-slide__notes::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.howto-slide__contents .howto-slide__notes + .howto-slide__notes {
  margin-top: 0.1388888889vw;
}
@media screen and (max-width: 768px) {
  .howto-slide__contents .howto-slide__notes + .howto-slide__notes {
    margin-top: 0.5128205128vw;
  }
}
.howto-slide__title img {
  width: 20.4861111111vw;
}
@media screen and (max-width: 768px) {
  .howto-slide__title {
    text-align: center;
  }
  .howto-slide__title img {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: 8.4615384615vw;
  }
}
.howto-slide__box {
  margin-top: 1.6666666667vw;
  background: #D9F0FF;
  padding: 1.3888888889vw 1.0416666667vw;
  border-radius: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .howto-slide__box {
    padding: 15px;
    margin-top: 6.1538461538vw;
    border-radius: 2.5641025641vw;
  }
}
.howto-slide__box p {
  font-weight: bold;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .howto-slide__box p {
    font-size: min(3.3333333333vw, 1.75rem);
  }
}

.recommend-layout {
  display: flex;
  margin-top: 5.5555555556vw;
  gap: 0 4.5138888889vw;
}
.recommend-layout__item--left {
  width: 20.4861111111vw;
}
@media screen and (max-width: 768px) {
  .recommend-layout__item--left {
    width: 100%;
  }
}
.recommend-layout__item--right {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .recommend-layout__item--right {
    width: 100%;
    margin-top: 5.1282051282vw;
  }
}
@media screen and (max-width: 768px) {
  .recommend-layout {
    display: block;
    margin-top: 10.2564102564vw;
  }
}

.recommend-package {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recommend-package {
    display: flex;
    align-items: center;
  }
}
.recommend-package__text img {
  width: 20.4861111111vw;
}
@media screen and (max-width: 768px) {
  .recommend-package__text {
    display: none;
  }
}
.recommend-package__text_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .recommend-package__text_sp {
    display: block;
  }
  .recommend-package__text_sp img {
    width: 47.6923076923vw;
  }
}
.recommend-package__image {
  margin-top: 1.6666666667vw;
  position: relative;
  top: 1.3888888889vw;
  opacity: 0;
  transition: 0.5s;
}
.recommend-package__image img {
  width: 19.5833333333vw;
}
.recommend-package__image.is-animation {
  opacity: 1;
  top: 0;
}
@media screen and (max-width: 768px) {
  .recommend-package__image {
    width: 40%;
    margin-top: 0;
  }
  .recommend-package__image img {
    width: 32.0512820513vw;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .recommend-package__contents {
    width: 60%;
  }
}
.recommend-package__button {
  margin-top: -0.6944444444vw;
}
.recommend-package__button > a {
  display: inline-block;
}
.recommend-package__button img {
  width: 15.9722222222vw;
}
@media screen and (max-width: 768px) {
  .recommend-package__button {
    margin-top: 4.1025641026vw;
  }
  .recommend-package__button img {
    width: 44.6153846154vw;
    height: auto;
  }
}

.recommend-box {
  border-radius: 1.3888888889vw;
  border: 0.2083333333vw solid #249EE1;
  border-top: 0;
}
@media screen and (max-width: 768px) {
  .recommend-box {
    border-radius: 3.5897435897vw;
    border-width: 0.5128205128vw;
  }
}
.recommend-box__title {
  text-align: center;
  background: #14A1F4;
  padding: 1.25vw;
  line-height: 1;
  border-radius: 1.25vw 1.25vw 0 0;
}
.recommend-box__title img {
  width: 23.0555555556vw;
}
@media screen and (max-width: 768px) {
  .recommend-box__title {
    padding: 2.5641025641vw;
    border-radius: 2.8205128205vw 2.8205128205vw 0 0;
  }
  .recommend-box__title img {
    width: auto;
    height: 3.8461538462vw;
  }
}
.recommend-box__text {
  text-align: center;
  line-height: 1;
}
.recommend-box__text img {
  width: 26.3888888889vw;
}
@media screen and (max-width: 768px) {
  .recommend-box__text img {
    width: auto;
    height: 3.0769230769vw;
  }
}
.recommend-box__contents {
  background: #F0FAFF url("../images/recommend-bg-wubhzqes.png") no-repeat center bottom;
  background-size: 31.0416666667vw 21.9444444444vw;
  padding: 1.6666666667vw 1.3888888889vw 2.2222222222vw;
  border-radius: 0 0 1.25vw 1.25vw;
}
@media screen and (max-width: 768px) {
  .recommend-box__contents {
    padding: 3.0769230769vw 5.1282051282vw 4.1025641026vw;
    border-radius: 0 0 2.8205128205vw 2.8205128205vw;
    background-size: 65% auto;
  }
}
.recommend-box__cardlist {
  max-width: 46.1111111111vw;
  margin: 1.6666666667vw auto 0;
  display: flex;
  gap: 0 2.2222222222vw;
}
.recommend-box__cardlist-item {
  width: calc(33.333% - 1.4583333333vw);
}
@media screen and (max-width: 768px) {
  .recommend-box__cardlist {
    max-width: inherit;
    margin-top: 3.8461538462vw;
    gap: 0 4.1025641026vw;
  }
  .recommend-box__cardlist-item {
    width: calc(33.333% - 2.8205128205vw);
  }
  .recommend-box__cardlist img {
    height: auto;
  }
}
.recommend-box + .recommend-box {
  margin-top: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .recommend-box + .recommend-box {
    margin-top: 6.1538461538vw;
  }
}

.section--event {
  position: relative;
}
@media screen and (max-width: 768px) {
  .section--event {
    padding: 10.2564102564vw 2.5641025641vw;
  }
}
.section--event .event-bg {
  display: block;
  width: 100vw;
  height: 100%;
  background: url("../images/event-bg_01-1yvkdusb8.png") no-repeat center center/cover;
  position: absolute;
  top: 4.5138888889vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .section--event .event-bg {
    background-image: url("../images/event-bg_01_sp-nu8ifgsn8.png");
    background-size: contain;
    top: 58.2051282051vw;
    left: 0;
    transform: none;
  }
}

.event-layout {
  margin-top: 4.4444444444vw;
  display: flex;
  gap: 0 2.7777777778vw;
}
.event-layout__item {
  width: calc(50% - 1.3888888889vw);
}
@media screen and (max-width: 768px) {
  .event-layout {
    max-width: 145.1282051282vw;
    margin-top: 8.2051282051vw;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    gap: 10.2564102564vw;
  }
  .event-layout__item {
    width: 100%;
  }
}

.event-box__title {
  text-align: center;
}
.event-box__title img {
  width: 39.3055555556vw;
}
@media screen and (max-width: 768px) {
  .event-box__title img {
    width: 94.8717948718vw;
  }
}
.event-box__contents {
  padding: 2.2222222222vw 1.3888888889vw 2.7777777778vw;
  border: 0.2083333333vw solid #249EE1;
  border-radius: 0 0 1.3888888889vw 1.3888888889vw;
  background: #F0FAFF;
  border-top: 0;
  box-shadow: 0 calc(x6x * 100vw / 1440) 0 #249EE1;
  font-size: clamp(12px, 1.1111111111vw, 1.75rem);
}
@media screen and (max-width: 768px) {
  .event-box__contents {
    font-size: clamp(10px, 3.8461538462vw, 1.75rem);
    border-width: 0.5128205128vw;
    padding: 8.2051282051vw 6.1538461538vw 10.2564102564vw;
    border-radius: 0 0 2.5641025641vw 2.5641025641vw;
  }
}
.event-box__contents > * {
  max-width: 33.125vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .event-box__contents > * {
    max-width: inherit;
  }
}
.event-box__contents p {
  margin-top: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .event-box__contents p {
    margin-top: 4.1025641026vw;
  }
}
.event-box__logo {
  text-align: center;
  position: relative;
  top: 1.3888888889vw;
  opacity: 0;
  transition: 0.5s;
}
.event-box__logo.is-animation {
  opacity: 1;
  top: 0;
}
.event-box__logo img {
  width: 20.1388888889vw;
}
@media screen and (max-width: 768px) {
  .event-box__logo {
    top: 5.1282051282vw;
  }
  .event-box__logo--shop img {
    width: 53.0769230769vw;
    height: auto;
  }
  .event-box__logo--home img {
    width: 53.0769230769vw;
    height: auto;
  }
}
.event-box__image {
  margin-top: 2.2222222222vw;
  text-align: center;
}
.event-box__image img {
  width: 33.125vw;
}
@media screen and (max-width: 768px) {
  .event-box__image {
    margin-top: 6.1538461538vw;
    width: calc(100% + xxx * 100vw / 28);
    margin-left: -4.6153846154vw;
    margin-right: -2.5641025641vw;
    text-align: center;
  }
  .event-box__image--shop img {
    width: 86.6666666667vw;
    height: auto;
  }
  .event-box__image--home img {
    width: 86.6666666667vw;
    height: auto;
  }
}
.event-box__box {
  margin-top: 0.3472222222vw;
  background: #D9F0FF;
  padding: 1.6666666667vw;
  border-radius: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .event-box__box {
    margin-top: 1.2820512821vw;
    border-radius: 2.5641025641vw;
    padding: 5.1282051282vw 6.1538461538vw 6.1538461538vw;
  }
}
.event-box__box-title {
  text-align: center;
  line-height: 1;
}
.event-box__box-title img {
  width: 11.8055555556vw;
}
@media screen and (max-width: 768px) {
  .event-box__box-title img {
    width: 38.7179487179vw;
  }
}
.event-box__box-contents {
  margin-top: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .event-box__box-contents {
    gap: 5.1282051282vw;
    margin-top: 4.1025641026vw;
  }
}
.event-box__box-left {
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 0.5555555556vw;
}
@media screen and (max-width: 894px) {
  .event-box__box-left {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .event-box__box-left {
    gap: 2.0512820513vw;
  }
}
.event-box__box-right {
  flex: 1;
  font-size: clamp(12px, 1.0416666667vw, 1.75rem);
  line-height: 1.6;
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .event-box__box-right {
    margin-top: 5.1282051282vw;
    font-size: clamp(10px, 3.8461538462vw, 1.75rem);
  }
}
.event-box__box-right p {
  margin-top: 0;
}
.event-box__box-card {
  width: 5.6944444444vw;
}
.event-box__box-card:last-child {
  width: 6.25vw;
}
@media screen and (max-width: 768px) {
  .event-box__box-card {
    width: 21.0256410256vw;
  }
  .event-box__box-card:last-child {
    width: 21.7948717949vw;
  }
}
.event-box__button {
  margin-top: 1.6666666667vw;
  text-align: center;
}
.event-box__button a {
  display: inline-block;
}
.event-box__button img {
  width: 19.5138888889vw;
}
.event-box__button--campaign img {
  width: 22.2222222222vw;
}
@media screen and (max-width: 768px) {
  .event-box__button {
    margin-top: 6.1538461538vw;
  }
  .event-box__button img {
    width: auto;
    height: 10.2564102564vw;
  }
}

.archive-title {
  margin-top: 5.5555555556vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .archive-title {
    margin-top: 10.2564102564vw;
  }
}
.archive-title--slide img {
  width: 47.2916666667vw;
}
@media screen and (max-width: 768px) {
  .archive-title--slide {
    text-align: center;
  }
  .archive-title--slide img {
    width: 70vw;
    height: auto;
  }
}
.archive-title--event img {
  width: 38.4722222222vw;
}
@media screen and (max-width: 768px) {
  .archive-title--event {
    margin-top: 16.4102564103vw;
  }
  .archive-title--event img {
    width: 45.3846153846vw;
    height: auto;
  }
}

.js-archive-slide {
  width: 100% !important;
}
.js-archive-slide .slick-track {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.js-archive-slide .slick-list {
  padding: 0 !important;
}

.archive-slide {
  margin-top: 5.5555555556vw;
  width: 100%;
}
.archive-slide .slick-track {
  position: relative;
  left: 7vw;
}
@media screen and (max-width: 768px) {
  .archive-slide {
    margin-top: 10.2564102564vw;
  }
}
.archive-slide-wrap {
  width: 100vw;
  margin-left: -1.8055555556vw;
}
@media screen and (max-width: 768px) {
  .archive-slide-wrap {
    margin-left: -6.6666666667vw;
    margin-top: 15.3846153846vw;
  }
}
.archive-slide__block {
  padding: 0 0.6944444444vw;
  width: 16.3194444444vw !important;
  transform: translateY(0);
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .archive-slide__block {
    width: 27.6923076923vw !important;
    padding: 0;
  }
}
.archive-slide__block.slick-active + .archive-slide__block + .archive-slide__block {
  transform: translateY(-2.7777777778vw);
}
@media screen and (max-width: 768px) {
  .archive-slide__block.slick-active + .archive-slide__block + .archive-slide__block {
    transform: none;
  }
  .archive-slide__block.slick-active + .archive-slide__block {
    transform: translateY(-7.6923076923vw);
  }
}
.archive-slide__item {
  width: 100%;
}
.archive-slide__package {
  margin-top: 1.5277777778vw;
}
@media screen and (max-width: 768px) {
  .archive-slide__package {
    margin-top: 4.1025641026vw;
  }
}

.archive-event {
  margin-top: 3.8888888889vw;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6666666667vw 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .archive-event {
    gap: 4.1025641026vw 2.0512820513vw;
    margin-top: 8.7179487179vw;
  }
}
.archive-event__item {
  width: calc(25% - 0.8333333333vw);
}
@media screen and (max-width: 768px) {
  .archive-event__item {
    width: calc(33.333% - 1.3675213675vw);
  }
}
.archive-event__item a {
  background: #fff;
  border-radius: 1.3888888889vw;
  text-align: center;
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10.8333333333vw;
  padding: 0.3472222222vw;
}
.archive-event__item a img {
  width: 11.6666666667vw;
}
@media screen and (max-width: 768px) {
  .archive-event__item a {
    border-radius: 2.0512820513vw;
    height: 21.7948717949vw;
    padding: 2.5641025641vw;
  }
  .archive-event__item a img {
    width: 22.0512820513vw;
  }
}
.archive-event__item a:before, .archive-event__item a:after {
  content: "";
  display: inline-block;
  width: 2.9166666667vw;
  height: 3.125vw;
  background: url("../images/icon-arrow_02-vnrrije8.png") no-repeat 0 0/100% 100%;
  position: absolute;
  top: -0.9722222222vw;
  right: -0.2777777778vw;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .archive-event__item a:before, .archive-event__item a:after {
    width: 6.6666666667vw;
    height: 7.1794871795vw;
    top: -3.5897435897vw;
    right: -1.0256410256vw;
  }
}
.archive-event__item a:after {
  background-image: url("../images/icon-arrow_03-fnvjuqm5.png");
  opacity: 0;
}
.archive-event__item a:hover:before {
  opacity: 0;
}
.archive-event__item a:hover:after {
  opacity: 1;
}

.modal-wraper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  padding: 0 5.2083333333vw;
  color: #fff;
  font-size: clamp(12px, 1.1111111111vw, 1.75rem);
  line-height: 1.8;
  display: none;
  z-index: 9000;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .modal-wraper {
    padding: 0 5.1282051282vw;
    font-size: 3.8461538462vw;
  }
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(185, 227, 249, 0.8);
  backdrop-filter: blur(1.0416666667vw);
}

.modal-inner {
  position: relative;
  z-index: 1;
  padding: 4.4444444444vw 1.3888888889vw;
  background: #2CB1FF url("../images/body-bg-cnd8eucn.png") repeat 0 0/1.0416666667vw 1.0416666667vw;
  border: 0.2777777778vw solid #006BBD;
  box-shadow: 0 0.2777777778vw 0 #006BBD;
  border-radius: 1.3888888889vw;
  max-width: 72.2222222222vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.5555555556vw;
  margin-bottom: 13.8888888889vw;
}
@media screen and (max-width: 768px) {
  .modal-inner {
    max-width: inherit;
    margin-top: 12.0512820513vw;
    margin-bottom: 51.2820512821vw;
    border-radius: 2.5641025641vw;
    border-width: 0.5128205128vw;
    padding: 10.2564102564vw 5.1282051282vw;
  }
}

.modal-close {
  position: absolute;
  top: 0;
  right: -5.2083333333vw;
}
.modal-close img {
  width: 3.8194444444vw;
}
@media screen and (max-width: 768px) {
  .modal-close {
    top: -5.1282051282vw;
    right: -2.5641025641vw;
  }
  .modal-close img {
    width: 11.5384615385vw;
    height: auto;
  }
}

.modal-close2 {
  position: absolute;
  bottom: -6.25vw;
  left: 0;
  width: 100%;
  text-align: center;
}
.modal-close2 img {
  width: 12.7777777778vw;
}
@media screen and (max-width: 768px) {
  .modal-close2 {
    bottom: -17.9487179487vw;
  }
  .modal-close2 img {
    width: 34.1025641026vw;
    height: auto;
  }
}

.modal-contents {
  max-width: 58.75vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .modal-contents {
    max-width: inherit;
  }
}
.modal-contents--prize {
  max-width: 62.9166666667vw;
}
@media screen and (max-width: 768px) {
  .modal-contents--prize {
    max-width: inherit;
  }
}

.modal-layout {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .modal-layout {
    gap: 0;
    flex-wrap: wrap;
  }
}
.modal-layout:not(:first-child) {
  margin-top: 2.2222222222vw;
}
@media screen and (max-width: 768px) {
  .modal-layout:not(:first-child) {
    margin-top: 8.2051282051vw;
  }
}
.modal-layout__card {
  width: calc(50% - 2.7777777778vw);
  text-align: center;
}
.modal-layout__card img {
  width: 21.5277777778vw;
}
@media screen and (max-width: 768px) {
  .modal-layout__card {
    width: 100%;
    padding-right: 3.3333333333vw;
  }
  .modal-layout__card img {
    width: 57.6923076923vw;
  }
}
.modal-layout__title img {
  height: 2.0833333333vw;
  width: auto;
}
@media screen and (max-width: 768px) {
  .modal-layout__title {
    text-align: center;
  }
  .modal-layout__title img {
    height: 4.358974359vw;
    width: auto;
  }
}
.modal-layout__contents {
  width: calc(50% - 1.3888888889vw);
}
@media screen and (max-width: 768px) {
  .modal-layout__contents {
    width: 100%;
  }
}
.modal-layout__text {
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .modal-layout__text {
    margin-top: 4.1025641026vw;
  }
}
.modal-layout--box {
  max-width: 47.2222222222vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .modal-layout--box {
    max-width: inherit !important;
  }
}
.modal-layout--box .modal-layout__card {
  width: 13.8888888889vw;
}
@media screen and (max-width: 768px) {
  .modal-layout--box .modal-layout__card {
    text-align: center;
    padding-right: 0;
    width: 100%;
  }
  .modal-layout--box .modal-layout__card-img {
    width: 34.6153846154vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.modal-layout--box .modal-layout__title img {
  height: 1.5277777778vw;
  width: auto;
}
@media screen and (max-width: 768px) {
  .modal-layout--box .modal-layout__title {
    line-height: 1;
    margin-top: 5.1282051282vw;
  }
  .modal-layout--box .modal-layout__title img {
    height: 3.5897435897vw;
  }
}
.modal-layout--box .modal-layout__contents {
  width: calc(100% - 13.8888888889vw - 4.4444444444vw);
}
@media screen and (max-width: 768px) {
  .modal-layout--box .modal-layout__contents {
    width: 100%;
  }
}
.modal-layout--prize {
  justify-content: center;
  gap: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .modal-layout--prize {
    gap: 10.2564102564vw 0;
  }
}
.modal-layout__logo {
  background: #fff;
  border-radius: 1.3888888889vw;
  padding: 1.6666666667vw;
  width: 19.3055555556vw;
}
.modal-layout__logo img {
  width: 15.9722222222vw;
}
@media screen and (max-width: 768px) {
  .modal-layout__logo {
    width: 100%;
    max-width: 79.4871794872vw;
    border-radius: 5.1282051282vw;
    text-align: center;
    padding: 6.1538461538vw;
  }
  .modal-layout__logo img {
    width: 48.7179487179vw;
  }
}
.modal-layout__prize {
  max-width: inherit;
}
@media screen and (max-width: 768px) {
  .modal-layout__prize {
    width: 74.358974359vw;
  }
}
.modal-layout__prize-title {
  text-align: center;
}
.modal-layout__prize-title img {
  width: 12.4305555556vw;
}
@media screen and (max-width: 768px) {
  .modal-layout__prize-title {
    width: 100%;
  }
  .modal-layout__prize-title img {
    height: 7.1794871795vw;
    width: auto;
  }
}
.modal-layout__prize-card {
  margin-top: 1.6666666667vw;
  display: flex;
  gap: 1.6666666667vw;
  text-align: center;
}
.modal-layout__prize-card img {
  width: 12.5vw;
}
@media screen and (max-width: 768px) {
  .modal-layout__prize-card {
    margin-top: 4.1025641026vw;
    gap: 5.1282051282vw;
    flex-wrap: wrap;
    justify-content: center;
  }
  .modal-layout__prize-card img {
    width: 34.6153846154vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-layout__prize-item {
    width: calc(50% - 2.5641025641vw);
  }
}

.modal-box {
  margin-top: 4.1666666667vw;
  border-radius: 1.3888888889vw;
  overflow: hidden;
  border: 0.2083333333vw solid #249EE1;
  border-top: 0;
  color: #363636;
}
@media screen and (max-width: 768px) {
  .modal-box {
    margin-top: 12.3076923077vw;
    border-radius: 2.5641025641vw;
    border-width: 0.5128205128vw;
  }
}
.modal-box__title {
  text-align: center;
  background: #14A1F4;
  padding: 0.9722222222vw;
  line-height: 1;
}
.modal-box__title img {
  height: 1.8055555556vw;
  width: auto;
}
@media screen and (max-width: 768px) {
  .modal-box__title {
    padding: 2.8205128205vw;
  }
  .modal-box__title img {
    height: 4.358974359vw;
    width: auto;
  }
}
.modal-box__text {
  text-align: center;
  line-height: 1;
}
.modal-box__contents {
  background: #F0FAFF;
  padding: 3.4722222222vw 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .modal-box__contents {
    padding: 8.2051282051vw 4.1025641026vw;
  }
}
.modal-box__contents > * {
  max-width: 47.2222222222vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .modal-box__contents > * {
    max-width: inherit;
  }
}

.modal-title {
  text-align: center;
}
.modal-title:not(:first-child) {
  margin-top: 4.1666666667vw;
}
.modal-title--067 img {
  width: 33.5416666667vw;
}
@media screen and (max-width: 768px) {
  .modal-title--067 img {
    height: 5.3846153846vw;
    width: auto;
  }
}

.modal-eventbox {
  margin-top: 4.4444444444vw;
  background: #b9e3f9 url("../images/recommend-section-bg-fnbgixow.png") no-repeat center center/cover;
  border-radius: 1.6666666667vw;
  padding: 2.7777777778vw;
  max-width: 50.2083333333vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .modal-eventbox {
    max-width: inherit;
    margin-top: 10.2564102564vw;
    border-radius: 5.1282051282vw;
    padding: 6.6666666667vw 5.1282051282vw;
  }
}
.modal-eventbox__title {
  text-align: center;
}
.modal-eventbox__title img {
  width: auto;
  height: 2.2916666667vw;
}
@media screen and (max-width: 768px) {
  .modal-eventbox__title img {
    height: 5.1282051282vw;
  }
}
.modal-eventbox__package {
  text-align: center;
  margin-top: 1.6666666667vw;
  padding-right: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .modal-eventbox__package {
    padding-right: 3.8461538462vw;
    margin-top: 5.1282051282vw;
  }
}
.modal-eventbox__package img {
  width: 11.4583333333vw;
}
@media screen and (max-width: 768px) {
  .modal-eventbox__package img {
    width: 37.1794871795vw;
  }
}
.modal-eventbox__button {
  margin-top: 0.3472222222vw;
  text-align: center;
}
.modal-eventbox__button > a {
  display: inline-block;
}
.modal-eventbox__button img {
  width: 15.9722222222vw;
}
@media screen and (max-width: 768px) {
  .modal-eventbox__button {
    margin-top: 1.2820512821vw;
  }
  .modal-eventbox__button img {
    width: 44.6153846154vw;
    height: auto;
  }
}

.line-dashed {
  border: 0.1388888889vw dashed #92D7FF;
  border-width: 0.1388888889vw 0 0;
  margin-top: 2.7777777778vw;
  margin-bottom: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .line-dashed {
    border: 0.5128205128vw dashed #92D7FF;
    border-width: 0.5128205128vw 0 0;
    margin-top: 10.2564102564vw;
    margin-bottom: 10.2564102564vw;
  }
}