@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #4A3636;
  background: #E9F6F8;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  .hidden-md {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .hidden-lg {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .hidden-xl {
    display: none;
  }
}
.hidden-sm {
  display: none;
}
@media screen and (min-width: 600px) {
  .hidden-sm {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .hidden-md {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .hidden-lg {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .hidden-xl {
    display: none;
  }
}
.inner {
  padding-inline: 20px;
  max-width: 1512px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1512px;
    margin-inline: auto;
  }
}

.button {
  display: inline-block;
  border: 2px solid;
  background: #FFF;
  box-shadow: 0 4px 0 0 #4A3636;
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
  padding: 6px 24px 8px 24px;
  color: #4A3636;
  white-space: nowrap;
  transition: background-color 0.3s;
}
.button:hover {
  background-color: #FFEE56;
}

.section_head {
  text-align: center;
  z-index: 1;
}

.icon img {
  width: 37.333px;
  height: 37.333px;
}
@media screen and (min-width: 768px) {
  .icon img {
    width: 48px;
    height: 48px;
  }
}

.en_title {
  font-size: 16px;
  margin-top: 7px;
  line-height: 125%;
  font-family: "Courgette", sans-serif;
}
@media screen and (min-width: 768px) {
  .en_title {
    font-size: 20px;
  }
}

.ja_title {
  position: relative;
  display: inline-block;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 20px;
  line-height: 125%;
  margin-top: 5px;
  font-weight: 500;
}
.ja_title::after {
  content: "";
  background-color: #FFEE56;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 100%;
  height: 6px;
}
@media screen and (min-width: 768px) {
  .ja_title {
    font-size: 32px;
    margin-top: 9px;
  }
}

.header {
  height: 64px;
  background: #fff;
  position: fixed;
  z-index: 2000;
  width: 100%;
}

.header_inner {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .header_inner {
    margin-left: auto;
    margin-right: auto;
    padding-inline: 24px;
  }
}

.header_logo a img {
  width: 210px;
  display: block;
}
@media screen and (min-width: 768px) {
  .header_logo a img {
    width: 183px;
  }
}

@media screen and (min-width: 768px) {
  .header_icon {
    display: none;
  }
}

.header_nav {
  background: #fff;
  width: 375px;
  height: calc(100vh - 64px);
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  transition: transform 0.4s;
  z-index: 1000;
}
.header_nav.is-checked {
  transform: translateY(64px);
}
@media screen and (min-width: 768px) {
  .header_nav {
    background: transparent;
    width: auto;
    height: auto;
    position: static;
    transform: translateX(0);
    display: flex;
    gap: 15px;
  }
}

.header_lists {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 84px;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .header_lists {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 0;
  }
}

.header_link {
  display: inline-block;
  font-size: 14px;
}
.header_link:hover {
  text-decoration: underline;
  text-decoration-color: #67B0C7;
  color: #67B0C7;
}
@media screen and (min-width: 768px) {
  .header_link {
    font-size: 10px;
  }
}
@media screen and (min-width: 900px) {
  .header_link {
    font-size: 12px;
  }
}

.nav_button {
  min-width: 144px;
}
@media screen and (min-width: 768px) {
  .nav_button {
    font-size: 14px;
  }
}

.drawer-icon {
  width: 30px;
  height: 18px;
  position: relative;
}
.drawer-icon.is-checked .drawer-icon_bar:nth-child(1), .drawer-icon.is-checked .drawer-icon_bar:nth-child(3) {
  top: 8px;
}
.drawer-icon.is-checked .drawer-icon_bar:nth-child(1) {
  width: 32px;
  transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon_bar:nth-child(1)::after {
  opacity: 0;
}
.drawer-icon.is-checked .drawer-icon_bar:nth-child(3) {
  transform: rotate(-45deg);
}
.drawer-icon.is-checked .drawer-icon_bar:nth-child(2) {
  display: none;
}

.drawer-icon_bar {
  position: absolute;
  width: 32px;
  height: 3px;
  left: 0;
  background: #4A3636;
  border-radius: 2px;
  transition: top 0.4s, transform 0.4s;
}
.drawer-icon_bar:nth-child(1) {
  top: -4px;
  width: 24px;
}
.drawer-icon_bar:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -7px;
  width: 5px;
  height: 3px;
  background: #4A3636;
  border-radius: 2px;
}
.drawer-icon_bar:nth-child(2) {
  top: 8px;
}
.drawer-icon_bar:nth-child(3) {
  top: 19px;
}

.main {
  overflow: hidden;
}

.fv {
  position: relative;
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
}

.fv_inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  top: 64px;
}

.fv_background-image {
  position: absolute;
  top: 63px;
  left: 0;
  z-index: 0;
  overflow: hidden;
  background: url(../img/fv_bg-sp.jpg) center center/cover no-repeat;
  width: 100%;
  height: 554px;
}
@media screen and (min-width: 768px) {
  .fv_background-image {
    background: url(../img/fv_bg-pc.jpg) no-repeat top center/cover;
    height: 740px;
  }
}

.fv_sub-title {
  position: relative;
  top: 17px;
  text-align: center;
  text-shadow: 0 0 30px #FFF;
  font-family: "Kiwi Maru";
  font-size: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin-bottom: 20px;
  line-height: 125%;
}
@media screen and (min-width: 768px) {
  .fv_sub-title {
    font-size: 24px;
    font-weight: 500;
    top: 33px;
  }
}

.fv_main-title {
  padding-top: 18px;
  position: absolute;
  left: 50%; /* 横方向の基準を中央に */
  transform: translateX(-50%);
  width: 335px;
  height: 105px;
}
@media screen and (min-width: 768px) {
  .fv_main-title {
    padding-top: 38px;
    height: 158px;
    width: 520px;
  }
}

.fv__decoration-wrap {
  position: relative;
}

.fv_catchcopy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 149px;
  margin-right: 207px;
}
.fv_catchcopy img {
  width: 154px;
  height: 89px;
}
@media screen and (min-width: 768px) {
  .fv_catchcopy img {
    width: 244px;
    height: 130px;
  }
}
@media screen and (min-width: 768px) {
  .fv_catchcopy {
    margin-left: -331px;
    transform: translateY(46%);
  }
}

.fv_catchcopy-text {
  position: absolute;
  color: #CE2073;
  text-shadow: 0 0 2.295px #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-align: right;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (min-width: 768px) {
  .fv_catchcopy-text {
    font-size: 32px;
    margin-right: 18px;
  }
}

.fv_smartphone {
  position: relative;
  text-align: center;
  left: 50%; /* 横方向の基準を中央に */
  transform: translateX(-50%);
  margin-top: 17px;
  width: 200px;
  height: auto;
  z-index: 100;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .fv_smartphone {
    width: 250px;
    height: auto;
    margin-top: -30px;
  }
}
@media screen and (min-width: 768px) {
  .fv_smartphone img {
    width: 250px;
    height: auto;
  }
}

.fv_gift {
  position: absolute;
  left: 50%;
  transform: translateX(33px);
  width: 109px;
  height: 109px;
  border-radius: 50%;
  background: #CE2073;
  text-align: center;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 4px;
}
@media screen and (min-width: 768px) {
  .fv_gift {
    width: 180px;
    height: 180px;
    transform: translateX(116px);
    top: 82px;
  }
}

.fv_gift-text {
  font-size: 10px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 100%;
  margin-top: -2px;
}
@media screen and (min-width: 768px) {
  .fv_gift-text {
    font-size: 16px;
  }
}

.fv_gift-badge-numbers {
  display: block;
  margin-top: 8px;
  margin-bottom: -6px;
}
@media screen and (min-width: 768px) {
  .fv_gift-badge-numbers {
    margin-top: 12px;
    margin-bottom: -14px;
  }
}

.fv_gift-badge-number {
  color: #FFEE56;
  font-size: 29px;
  line-height: 125%;
  font-weight: 700;
  font-family: "Noto Sans Javanese", sans-serif;
}
@media screen and (min-width: 768px) {
  .fv_gift-badge-number {
    font-size: 50px;
  }
}

.fv_gift-badge-yellow {
  color: #FFEE56;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .fv_gift-badge-yellow {
    font-size: 16px;
  }
}

.fv_gift-badge-present {
  font-size: 15px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .fv_gift-badge-present {
    font-size: 24px;
  }
}

.campaign-card {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 49%;
  left: 50%;
  height: 154px;
  width: 160px;
  border-radius: 12px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .campaign-card {
    height: 200px;
    width: 200px;
  }
}

.campaign-card_header {
  padding: 6.4px 9.6px;
  background: linear-gradient(265deg, #AC3790 -3.52%, #D65A5C 44.94%, #F4C06D 92.38%);
  font-size: 13px;
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 12px 12px 0 0;
}
@media screen and (min-width: 768px) {
  .campaign-card_header {
    font-size: 16px;
    padding: 12px 8px;
  }
}

.campaign-card-main {
  margin-top: 17px;
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .campaign-card-main {
    font-size: 14px;
    margin-top: 22px;
    margin-bottom: 18px;
  }
}

.campaign-card__body {
  margin-top: -4px;
}

.campaign-card-border {
  color: #CE2073;
  border-bottom: 2px solid;
  width: 48px;
  display: block;
  margin: 2px auto;
}
@media screen and (min-width: 768px) {
  .campaign-card-border {
    width: 56px;
    margin: 4px auto;
  }
}

.campaign-card__date {
  font-weight: 700;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .campaign-card__date {
    font-size: 16px;
  }
}

.campaign-card__button {
  width: 132px;
  height: 32px;
  font-size: 14px;
  line-height: 15px;
}
@media screen and (min-width: 768px) {
  .campaign-card__button {
    width: 144px;
    height: 40px;
    font-size: 16px;
    margin-top: 5px;
  }
}

.fv_decoration-image-wrap {
  position: relative;
}

.foods {
  position: absolute;
  z-index: 100;
  transform: translateX(-167px);
  margin-top: -227px;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .foods {
    transform: translateX(-423px);
    margin-top: -411px;
  }
}
.foods img {
  width: 88px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .foods img {
    width: 210px;
  }
}

.cats {
  position: relative;
}

.cat_black {
  position: absolute;
  left: 50%;
  transform: translateX(105px);
  margin-top: -215px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .cat_black {
    transform: translateX(112%);
    margin-top: -333px;
  }
}
.cat_black img {
  width: 62px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .cat_black img {
    width: 170px;
  }
}

.cat_brown {
  position: absolute;
  left: 50%;
  transform: translateX(60px);
  z-index: 100;
  margin-top: -162px;
}
@media screen and (min-width: 768px) {
  .cat_brown {
    transform: translateX(82%);
    margin-top: -217px;
  }
}
.cat_brown img {
  width: 98px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .cat_brown img {
    width: 233px;
  }
}

.about_main {
  position: relative;
}
@media screen and (min-width: 768px) {
  .about_main {
    top: 63px;
  }
}

.about_cat-foots {
  position: absolute;
  z-index: 0;
  top: -66px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .about_cat-foots {
    top: -59px;
    right: 165px;
  }
}
.about_cat-foots img {
  width: 54px;
  height: 120px;
}
@media screen and (min-width: 768px) {
  .about_cat-foots img {
    width: 100px;
    height: 220px;
  }
}

.about_inner {
  position: relative;
  background: #FFFFFF;
  padding: 40px 12px;
  text-align: center;
  z-index: 1;
  border-radius: 24px;
  height: 709px;
  margin: auto 20px;
  top: 9px;
}
@media screen and (min-width: 768px) {
  .about_inner {
    top: -164px;
    padding: 40px 114px;
    max-width: 848px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 40px;
    height: auto;
  }
}

.about_title-photo-right {
  z-index: 0;
  position: absolute;
  transform: translateX(58px);
  top: 27px;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .about_title-photo-right {
    transform: translateX(195px);
    top: 47px;
  }
}
.about_title-photo-right img {
  width: 88px;
  height: 75px;
}
@media screen and (min-width: 768px) {
  .about_title-photo-right img {
    width: 142px;
    height: 115px;
  }
}

.about_title-photo-left {
  position: absolute;
  z-index: 0;
  transform: translateX(-136px);
  left: 50%;
  top: 30px;
}
.about_title-photo-left img {
  width: 90px;
  height: 70px;
}
@media screen and (min-width: 768px) {
  .about_title-photo-left img {
    width: 147px;
    height: 122px;
  }
}
@media screen and (min-width: 768px) {
  .about_title-photo-left {
    transform: translateX(-337px);
    top: 34px;
  }
}

.about_background-image {
  position: absolute;
}

.about_image-photo-left {
  position: absolute;
  left: -141px;
  top: 340px;
}
@media screen and (min-width: 768px) {
  .about_image-photo-left {
    left: -336px;
    top: 96px;
  }
}
.about_image-photo-left img {
  width: 200px;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .about_image-photo-left img {
    width: 480px;
    height: 480px;
  }
}

.about_image-photo-right {
  position: absolute;
  top: 217px;
  right: -140px;
}
@media screen and (min-width: 768px) {
  .about_image-photo-right {
    top: 93px;
    right: -284px;
  }
}
.about_image-photo-right img {
  width: 200px;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .about_image-photo-right img {
    width: 480px;
    height: 480px;
  }
}

.about_image-stripe {
  display: none;
}
@media screen and (min-width: 768px) {
  .about_image-stripe {
    display: block;
    margin-top: -24px;
    margin-left: -21px;
  }
}
@media screen and (min-width: 768px) {
  .about_image-stripe img {
    width: 250px;
    height: auto;
  }
}

.about_image-arrow {
  text-align: center;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .about_image-arrow {
    margin-top: -227px;
  }
}
.about_image-arrow img {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .about_image-arrow img {
    width: 146px;
  }
}

.about_image-slope {
  position: absolute;
  top: 717px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .about_image-slope {
    top: 342px;
    left: -102px;
  }
}
.about_image-slope img {
  width: 137px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .about_image-slope img {
    width: 427px;
    height: 817px;
  }
}

.about_image-goods-circle {
  position: absolute;
  top: 728px;
  right: 21px;
}
@media screen and (min-width: 768px) {
  .about_image-goods-circle {
    z-index: 1;
    top: 623px;
    right: 148px;
  }
}
.about_image-goods-circle img {
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 768px) {
  .about_image-goods-circle img {
    width: 101px;
    height: 100.047px;
  }
}

.about_image-goods-towel {
  position: absolute;
  top: 770px;
  right: 58px;
}
@media screen and (min-width: 768px) {
  .about_image-goods-towel {
    top: 780px;
    right: 75px;
  }
}
.about_image-goods-towel img {
  width: 133px;
  height: 65.003px;
}
@media screen and (min-width: 768px) {
  .about_image-goods-towel img {
    width: 308px;
    height: 150.604px;
  }
}

.about_image-shape {
  position: absolute;
  display: none;
}
@media screen and (min-width: 768px) {
  .about_image-shape {
    display: inline;
    z-index: 0;
    top: 629px;
    right: -566px;
  }
}
@media screen and (min-width: 768px) {
  .about_image-shape img {
    width: 873.922px;
    height: 45.021px;
  }
}

.about-content__head {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 157%;
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .about-content__head {
    font-size: 16px;
    line-height: 160%;
    margin-top: 47px;
  }
}

.about-content__head-1 {
  display: none;
}
@media screen and (min-width: 768px) {
  .about-content__head-1 {
    display: inline;
  }
}

.about-content__head-2 {
  display: inline;
}
@media screen and (min-width: 768px) {
  .about-content__head-2 {
    display: none;
  }
}

.about-content__body-bold {
  font-weight: 700;
}

.about-content__body {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .about-content__body {
    font-size: 16px;
    gap: 24px;
    margin-top: 31px;
    line-height: 167%;
  }
}

.about_foot {
  display: flex;
  flex-direction: column; /* 縦並び */
  align-items: center;
}
@media screen and (min-width: 768px) {
  .about_foot {
    margin-top: 16px;
  }
}

.about-foot__text {
  font-size: 14px;
  font-weight: 700;
  margin-top: 34px; /* テキスト幅に合わせたい場合 */
  border-bottom: 2px dashed #9ED0E0; /* 太さ・線種・色 */
  padding-bottom: 7px;
  display: block;
}
@media screen and (min-width: 768px) {
  .about-foot__text {
    font-size: 20px;
    padding-bottom: 16px;
  }
}

.about__button {
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .about__button {
    margin-top: 32px;
    font-size: 20px;
    padding: 14px 40px 14px 40px;
  }
}

.about__scroll {
  position: relative;
  margin-top: 102px;
}
@media screen and (min-width: 768px) {
  .about__scroll {
    margin-top: 182px;
  }
}

.about-scroll__title {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;
}
.about-scroll__title img {
  display: block;
  width: 355px;
  height: 36px;
}
@media screen and (min-width: 768px) {
  .about-scroll__title img {
    width: 899px;
    height: 97px;
  }
}

.about .swiper-slide img {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .about .swiper-slide img {
    width: 200px;
  }
}

.card__swiper-container {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .card__swiper-container {
    margin-top: -5px;
  }
}

.card__swiper-wrapper {
  transition-timing-function: linear !important;
}

.card__swiper .swiper-slide {
  width: auto !important;
}

.how-to-enter {
  position: relative;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .how-to-enter {
    padding-bottom: 60px;
  }
}

.how-to-enter_background-image {
  position: relative;
}

.how-to-enter_map {
  position: absolute;
  left: 50%;
  transform: translateX(-185px);
}
@media screen and (min-width: 768px) {
  .how-to-enter_map {
    transform: translateX(-719px);
    margin-top: -63px;
  }
}
.how-to-enter_map img {
  width: 131px;
  height: 202px;
}
@media screen and (min-width: 768px) {
  .how-to-enter_map img {
    width: 420px;
    height: 628.496px;
  }
}

.how-to-enter_cat-brown {
  position: absolute;
  left: 50%;
  transform: translateX(59px);
}
@media screen and (min-width: 768px) {
  .how-to-enter_cat-brown {
    transform: translateX(285px);
    margin-top: -27px;
  }
}
.how-to-enter_cat-brown img {
  width: 105px;
  height: 63px;
}
@media screen and (min-width: 768px) {
  .how-to-enter_cat-brown img {
    width: 238px;
    height: 141px;
  }
}

.how-to-enter_cat-black {
  position: absolute;
  left: 50%;
  transform: translateX(124px);
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .how-to-enter_cat-black {
    transform: translateX(439px);
    margin-top: -19px;
  }
}
.how-to-enter_cat-black img {
  width: 94px;
  height: 80px;
}
@media screen and (min-width: 768px) {
  .how-to-enter_cat-black img {
    width: 214px;
    height: 181px;
  }
}

.how-to-enter_foots-up {
  position: absolute;
  left: 50%;
  transform: translateX(112px);
  margin-top: 74px;
}
@media screen and (min-width: 768px) {
  .how-to-enter_foots-up {
    transform: translateX(617px);
    margin-top: 147px;
  }
}
.how-to-enter_foots-up img {
  width: 55px;
  height: 120px;
}
@media screen and (min-width: 768px) {
  .how-to-enter_foots-up img {
    width: 100px;
    height: 220px;
  }
}

.how-to-enter_foots-down1 {
  position: absolute;
  left: 50%;
  transform: translateX(-167px);
  margin-top: 549px;
}
@media screen and (min-width: 768px) {
  .how-to-enter_foots-down1 {
    transform: translateX(-722px);
    margin-top: 578px;
  }
}
.how-to-enter_foots-down1 img {
  width: 55px;
  height: 120px;
}
@media screen and (min-width: 768px) {
  .how-to-enter_foots-down1 img {
    width: 100px;
    height: 220px;
  }
}

.how-to-enter_foots-down2 {
  position: absolute;
  left: 50%;
  transform: translateX(112px);
  margin-top: 879px;
}
@media screen and (min-width: 768px) {
  .how-to-enter_foots-down2 {
    display: none;
  }
}
.how-to-enter_foots-down2 img {
  width: 55px;
  height: 120px;
}
@media screen and (min-width: 768px) {
  .how-to-enter_foots-down2 img {
    width: 100px;
    height: 220px;
  }
}

.how-to-enter_inner {
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
  margin-top: 53px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .how-to-enter_inner {
    margin-top: 109px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter_inner {
    min-width: 1024px;
  }
}

.how-to-enter_icon {
  margin-top: -10px;
}

.how-to-enter_head {
  margin-top: 7px;
}

.how-to-enter_image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.how-to-enter_image img {
  width: 196px;
  height: 210.519px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .how-to-enter_image img {
    width: 410px;
    height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (min-width: 768px) {
  .how-to-enter_image-step1 {
    margin-top: -26px;
  }
}

@media screen and (min-width: 768px) {
  .how-to-enter_image-step3 {
    margin-top: -64px;
  }
}

.how-to-enter_cards {
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: 44px;
}
@media screen and (min-width: 900px) {
  .how-to-enter_cards {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 52px;
  }
}

@media screen and (min-width: 1200px) {
  .how-to-enter_step1 {
    margin-top: 28px;
  }
}

@media screen and (min-width: 1200px) {
  .how-to-enter_step2 {
    margin-top: 70px;
    margin-left: -56px;
  }
}

@media screen and (min-width: 1200px) {
  .how-to-enter_step3 {
    margin-top: 67px;
    margin-left: -58px;
  }
}

.how-to-enter_card-body {
  margin-top: 19px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .how-to-enter_card-body {
    margin-top: 31px;
    margin-bottom: 2px;
  }
}

.how-to-enter-card__title {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .how-to-enter-card__title {
    font-size: 20px;
  }
}

.how-to-enter-card__text {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .how-to-enter-card__text {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter-card__text {
    margin-top: 5px;
    font-size: 16px;
    line-height: 160%;
  }
}

.card-border {
  font-weight: 700;
}

.how-to-enter_follow {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  background: #fff;
  margin: 0 auto;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.how-to-enter_follow:hover {
  text-decoration: underline;
  color: #67B0C7;
}
.how-to-enter_follow-icon img {
  width: 16.667px;
  height: 16.667px;
}
@media screen and (min-width: 768px) {
  .how-to-enter_follow-icon img {
    width: 22px;
    height: 22px;
  }
}

.how-to-enter-card__follow-text {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .how-to-enter-card__follow-text {
    font-size: 16px;
  }
}

.how-to-enter_line-vertical-1 {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .how-to-enter_line-vertical-1 {
    margin-top: -19px;
    margin-left: -35px;
  }
}
@media screen and (min-width: 768px) {
  .how-to-enter_line-vertical-1 img {
    display: none;
    width: 148px;
  }
}

.how-to-enter_line-beside-1,
.how-to-enter_line-beside-2 {
  display: none;
}
@media screen and (min-width: 900px) {
  .how-to-enter_line-beside-1,
  .how-to-enter_line-beside-2 {
    display: inline;
    position: absolute;
    display: block;
  }
  .how-to-enter_line-beside-1 img,
  .how-to-enter_line-beside-2 img {
    width: 113px;
    height: 24px;
  }
}

@media screen and (min-width: 768px) {
  .how-to-enter_line-beside-1 {
    left: 50%;
    margin-top: -155px;
    transform: translateX(-210px);
  }
}
@media screen and (min-width: 900px) {
  .how-to-enter_line-beside-1 {
    left: 50%;
    margin-top: 208px;
    transform: translateX(-222px);
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter_line-beside-1 {
    left: 50%;
    margin-top: 208px;
    transform: translateX(-256px);
  }
}

@media screen and (min-width: 768px) {
  .how-to-enter_line-beside-2 {
    left: 50%;
    margin-top: -155px;
    transform: translateX(105px);
  }
}
@media screen and (min-width: 900px) {
  .how-to-enter_line-beside-2 {
    left: 50%;
    margin-top: 208px;
    transform: translateX(112px);
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter_line-beside-2 {
    left: 50%;
    margin-top: 208px;
    transform: translateX(105px);
  }
}

.how-to-enter_line-vertical-1 img,
.how-to-enter_line-vertical-2 img {
  width: 7px;
  height: 34px;
}
@media screen and (min-width: 768px) {
  .how-to-enter_line-vertical-1,
  .how-to-enter_line-vertical-2 {
    display: none;
  }
}

.how-to-enter_button {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .how-to-enter_button {
    font-size: 20px;
    padding: 16px 40px 16px 40px;
    margin-top: 32px;
  }
}

.prizes {
  margin: 0 auto;
}

.prizes_head {
  position: relative;
  margin-top: 20px;
}
@media screen and (min-width: 900px) {
  .prizes_head::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-512px);
    background: url(../img/prizes_bg-left-triangle.png) no-repeat center center/contain;
    width: 315px;
    height: 86px;
  }
  .prizes_head::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(197px);
    background: url(../img/prizes_bg-right-triangle.png) no-repeat center center/contain;
    width: 315px;
    height: 86px;
  }
}
@media screen and (min-width: 768px) {
  .prizes_head {
    margin-top: 55px;
  }
}

.prizes_head-decoration {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/prizes_arch.png) no-repeat center center/contain;
  z-index: -1;
  width: 233px;
  height: 97px;
}
@media screen and (min-width: 768px) {
  .prizes_head-decoration {
    width: 365.624px;
    height: 148.967px;
  }
}
@media screen and (min-width: 768px) {
  .prizes_head-decoration {
    top: -29px;
  }
}

.prizes__inner {
  padding-top: 43px;
  width: 100%;
  border-radius: 24px;
  background: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-top: -31px;
}
@media screen and (min-width: 768px) {
  .prizes__inner {
    top: 23px;
    max-width: 1024px;
  }
}

.prizes__message {
  margin-top: 16px;
  margin-bottom: 46px;
}
@media screen and (min-width: 768px) {
  .prizes__message {
    font-size: 16px;
    padding-top: 8px;
    margin-bottom: 145px;
  }
}

.prizes__cards {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 15px 15px;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .prizes__cards {
    min-width: 1024px;
    gap: 130px 37px;
  }
}

.prizes__card {
  position: relative;
  margin-bottom: 21px;
}
.prizes-card__number-big,
.prizes-card__number {
  width: 48px;
  height: auto;
  margin-left: 56px;
  flex-shrink: 0;
}

.prizes-card__number-big {
  position: absolute;
  z-index: 10;
  margin-top: -23px;
}
@media screen and (min-width: 768px) {
  .prizes-card__number-big {
    width: 100px;
    height: auto;
    margin-top: -110px;
    margin-left: 170px;
  }
  .prizes-card__number-big img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.prizes-card__number {
  position: absolute;
  z-index: 10;
  margin-top: -21px;
}
@media screen and (min-width: 768px) {
  .prizes-card__number {
    margin-left: 100px;
    margin-top: -115px;
    width: 80px;
  }
}
@media screen and (min-width: 768px) {
  .prizes-card__number img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.prizes-card__image {
  position: relative;
}
.prizes-card__image img {
  width: 160px;
  height: 140px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
@media screen and (min-width: 768px) {
  .prizes-card__image img {
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
  }
}
@media screen and (min-width: 768px) {
  .big-image {
    margin-top: -60px;
  }
  .big-image img {
    width: 440px;
    height: 340px;
  }
}

@media screen and (min-width: 768px) {
  .small-image {
    margin-top: -72px;
  }
  .small-image img {
    width: 282px;
    height: 240px;
  }
}

.prizes-card__text-big,
.prizes-card__text-small {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  background: #F5F5F5;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  line-height: 160%;
  height: 59px;
}
.prizes-card__text-big p,
.prizes-card__text-small p {
  margin-left: -3px;
}

@media screen and (min-width: 768px) {
  .prizes-card__text-big {
    width: 440px;
    height: 120px;
    font-size: 20px;
    padding: 32px 0;
  }
}

@media screen and (min-width: 768px) {
  .prizes-card__text-small {
    font-size: 16px;
    width: 280px;
    height: 80px;
  }
}

.prizes-card__zoom-big,
.prizes-card__zoom {
  position: absolute;
  bottom: 0;
  right: 0;
}
.prizes-card__zoom-big img,
.prizes-card__zoom img {
  width: 11.52px;
  height: 11.52px;
}

.prizes-card__zoom-big img,
.prizes-card__zoom img {
  width: 36px;
  height: 36px;
  border-bottom-right-radius: 10px;
}
@media screen and (min-width: 768px) {
  .prizes-card__zoom-big img,
  .prizes-card__zoom img {
    width: 64px;
    height: 64px;
  }
}

@media screen and (min-width: 768px) {
  .prizes-card__zoom-big img {
    width: 100px;
    height: 100px;
    border-bottom-right-radius: 24px;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%; /* 横いっぱい */
  height: 100vh;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.prize-modal {
  display: none;
  position: relative;
  background: #fff;
  border-radius: 24px;
  width: 480px;
  height: 650px;
  z-index: 1000;
  overflow: hidden;
}

.modal.is-open {
  display: flex;
}

.prizes-modal__image {
  overflow: hidden;
}
.prizes-modal__image img {
  width: 100%;
  height: auto;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.prizes-modal__body {
  margin-top: 32px;
  margin-right: 40px;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.prizes-modal__title {
  font-size: 20px;
  font-weight: 700;
}

.prizes-modal__text {
  line-height: 160%;
  font-size: 16px;
  margin-bottom: 24px;
}

.prizes-modal__close {
  margin-top: 24px;
}

.prizes__button {
  display: inline-block;
  font-size: 16px;
  padding: 6px 24px 8px 24px;
  margin-bottom: 37px;
  width: auto;
  height: auto;
  margin-top: -4px;
}
@media screen and (min-width: 768px) {
  .prizes__button {
    margin-top: 20px;
    margin-bottom: 53px;
    font-size: 20px;
    padding: 16px 40px 16px 40px;
  }
}

.prizes_bg {
  position: relative;
  margin-top: -40px;
  width: 100%;
  height: 260px;
  z-index: -1;
  text-align: center;
  background: url(../img/prizes_bg.png) no-repeat center center/cover;
}
.prizes_bg::after {
  content: "";
  position: absolute;
  top: 215px;
  left: 0;
  width: 100%;
  height: 45.714px;
  z-index: 2;
  background: url(../img/spots_top-wave.png) no-repeat center bottom/cover;
}
@media screen and (min-width: 768px) {
  .prizes_bg::after {
    top: 520px;
    height: 120px;
  }
}
@media screen and (min-width: 768px) {
  .prizes_bg {
    height: 640px;
    margin-top: 23px;
  }
}

.spots {
  background: #67B0C7;
  height: 634px;
}
@media screen and (min-width: 768px) {
  .spots {
    height: 715px;
  }
}

@media screen and (min-width: 768px) {
  .spots__inner {
    display: flex;
    flex-direction: column;
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
    overflow: visible;
    position: relative;
    padding-bottom: 0;
  }
  .spots__inner::after {
    position: absolute;
    content: "";
    background: url(../img/spots_foots.png) no-repeat center center/contain;
    width: 100px;
    height: 220px;
    top: 496px;
    left: -208px;
    z-index: 0;
  }
}

@media screen and (min-width: 768px) {
  .spots-content {
    display: flex;
    gap: 40px;
  }
}

.spots-title {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 23px;
}
@media screen and (min-width: 768px) {
  .spots-title {
    margin-top: -33px;
    margin-left: -20px;
    gap: 7px;
    flex-direction: column;
  }
}

.spots-title__icon img {
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 768px) {
  .spots-title__icon img {
    width: 56px;
    height: 56px;
  }
}

.spots-title__text {
  font-family: "Kiwi Maru", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 125%;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .spots-title__text {
    font-size: 40px;
    font-weight: 500;
    writing-mode: vertical-rl; /* 縦書きにする */
    text-orientation: upright;
    letter-spacing: 0.3em;
  }
}

.spots__swiper {
  width: 100%;
  height: 400px;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .spots__swiper {
    width: 1180px;
    height: 542px;
    position: relative;
    z-index: 2;
    padding-bottom: 24px;
  }
}

.swiper-wrapper {
  padding-bottom: 24px;
}

.spots .swiper-slide {
  border-radius: 12px;
  width: 240px !important;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .spots .swiper-slide {
    width: 344px !important;
    border-radius: 24px;
  }
}
@media screen and (min-width: 900px) {
  .spots .swiper-slide {
    height: 542px !important;
  }
}

.spots-card__image img {
  display: block;
  width: 100%;
  height: 180px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
@media screen and (min-width: 768px) {
  .spots-card__image img {
    height: 240px;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
  }
}

.spots-card__body {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .spots-card__body {
    margin-top: 24px;
    gap: 24px;
  }
}

.spots-card__title {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .spots-card__title {
    line-height: 160%;
    font-size: 20px;
  }
}

.spots-card__text {
  padding-right: 24px;
  padding-left: 24px;
  line-height: 160%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .spots-card__text {
    font-size: 16px;
    padding-right: 32px;
    padding-left: 32px;
  }
}

.spots__prev,
.spots__next {
  position: absolute !important;
  top: 500px !important;
  width: 80px !important;
  height: 80px !important;
  display: none !important;
  z-index: 90 !important;
}
@media screen and (min-width: 768px) {
  .spots__prev,
  .spots__next {
    display: block !important;
  }
}
.spots__prev::after,
.spots__next::after {
  display: none;
}

.swiper-button-prev {
  top: 506px !important;
  left: -48px !important;
  background: url(../img/spots_arrow-left.png) no-repeat center center/contain;
}

@media screen and (min-width: 768px) {
  .swiper-button-next {
    top: 506px !important;
    left: 814px !important;
    background: url(../img/spots_arrow-right.png) no-repeat center center/contain;
  }
}
@media screen and (min-width: 1200px) {
  .swiper-button-next {
    right: 1640px !important;
    background: url(../img/spots_arrow-right.png) no-repeat center center/contain;
  }
}

.spots-scroll__title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .spots-scroll__title {
    flex-direction: row;
    margin-top: 64px;
    align-items: center; /* 縦方向中央揃え */
    justify-content: center;
    gap: 62px; /* 横方向中央揃え（必要に応じて） */
  }
}

.spots-scroll__title-img img {
  display: inline-block;
  width: 255px;
  height: 55px;
}
@media screen and (min-width: 768px) {
  .spots-scroll__title-img img {
    width: 495px;
    height: 107px;
  }
}

.spots-scroll__title-text {
  color: #FFFFFF;
  font-size: 11.4px;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .spots-scroll__title-text {
    font-size: 16px;
    line-height: 160%;
    white-space: nowrap;
  }
}

.spots__button {
  margin-top: 24px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  transition: background-color 0.3s;
}
.spots__button:hover {
  background-color: #ffee56;
}
@media screen and (min-width: 768px) {
  .spots__button {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
    padding: 10px 25px 12px 25px;
    margin-left: auto;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1200px) {
  .spots__button {
    margin-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .spots-scroll__title-content {
    padding-bottom: 5px;
  }
}

.spots_bg-bottom {
  position: relative;
}
.spots_bg-bottom::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 0;
  background: url(../img/spots_bg-bottom.png) repeat-x center top/cover;
  width: 100%;
  height: 45px;
  z-index: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .spots_bg-bottom::after {
    top: -61px;
    height: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .spots_bg-bottom::after {
    top: -4px;
  }
}

.qa_head {
  margin-top: 81px;
}
@media screen and (min-width: 768px) {
  .qa_head {
    margin-top: 240px;
  }
}

.qa__inner {
  margin-top: 37px;
  margin-bottom: 30px;
  max-width: 1024px;
}
@media screen and (min-width: 768px) {
  .qa__inner {
    margin-top: 40px;
    margin-bottom: 120px;
    padding-inline: 0;
  }
}

.qa-section-title img {
  width: 48px;
  height: 48px;
}

.qa__boxes {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .qa__boxes {
    margin-top: 56px;
    gap: 24px;
  }
}

.qa__box {
  border-radius: 12px;
  border: 2px solid var(--LP-Blown, #4a3636);
}
@media screen and (min-width: 768px) {
  .qa__box {
    border-radius: 16px;
  }
}

.qa__box.is-open .qa-box__body {
  display: block;
}

.qa__box.is-open .qa__box__head::before {
  background-image: url(../img/qa_button-minus.png);
}

.qa__box.is-open .qa__box__head {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.qa__box__head {
  border: none;
  border-radius: 12px;
  background: #fff;
  display: block;
  padding: 10px 50px 10px 14px;
  display: flex;
  gap: 12px;
  text-align: left;
  align-items: center;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .qa__box__head {
    border-radius: 16px;
    padding: 24px;
    gap: 16px;
  }
}
.qa__box__head::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 27px;
  height: 27px;
  background: url(../img/qa_button-plus.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .qa__box__head::before {
    width: 48px;
    height: 48px;
  }
}

.qa-box__head-icon {
  color: #9ed0e0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  line-height: 125%;
}
@media screen and (min-width: 768px) {
  .qa-box__head-icon {
    font-size: 32px;
  }
}

.qa-box__head-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 158%;
  color: #4A3636;
}
@media screen and (min-width: 768px) {
  .qa-box__head-text {
    font-size: 20px;
  }
}

.qa-box__body {
  padding: 15px;
  display: none;
  background: #F5F5F5;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .qa-box__body {
    padding: 24px;
  }
}

.qa-box__a {
  display: flex;
  gap: 16px;
  align-items: center;
}

.qa-box__a-icon {
  color: #9ed0e0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  line-height: 125%;
}
@media screen and (min-width: 768px) {
  .qa-box__a-icon {
    font-size: 32px;
  }
}

.qa-box__a-text {
  font-size: 14px;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .qa-box__a-text {
    font-size: 16px;
  }
}

.entry-requirements {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .entry-requirements {
    padding-bottom: 120px;
  }
}

.entry-requirements__inner {
  padding: 16px 15px 29px;
  margin-bottom: 32px;
  border: 8px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  max-width: 1024px;
}
@media screen and (min-width: 768px) {
  .entry-requirements__inner {
    padding: 50px 63px;
  }
}

@media screen and (min-width: 768px) {
  .entry-requirements_head {
    margin-top: -16px;
  }
}

@media screen and (min-width: 768px) {
  .entry-requirements-title img {
    width: 48px;
    height: 48px;
  }
}

.entry-requirements__boxes {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .entry-requirements__boxes {
    margin-top: 57px;
  }
}

.entry-requirements__box {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .entry-requirements__box {
    flex-direction: row;
    gap: 111px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 11px;
  }
}
.entry-requirements__box:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.entry-requirements-box__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  padding-left: 16px;
  position: relative;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .entry-requirements-box__title {
    font-size: 16px;
    width: 112px;
    flex-shrink: 0;
    white-space: nowrap;
  }
}
.entry-requirements-box__title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9ed0e0;
}

.entry-requirements-box__text {
  margin: 0;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .entry-requirements-box__text {
    font-size: 16px;
  }
}

.entry-requirements-box__list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.entry-requirements-box__list-text {
  position: relative;
  padding-left: 18px;
  line-height: 159%;
  letter-spacing: 0.08px;
}
.entry-requirements-box__list-text a {
  text-decoration: underline;
  transition: color 0.3s;
}
.entry-requirements-box__list-text a:hover {
  color: #67b0c7;
}
.entry-requirements-box__list-text::before {
  content: "•";
  font-size: 12px;
  color: #333;
  position: absolute;
  left: 7px;
  top: 0;
}
@media screen and (min-width: 768px) {
  .entry-requirements-box__list-text {
    font-size: 16px;
  }
}
.entry-requirements-box__list-text a {
  color: inherit;
}

.entry-requirements-bg-bottom {
  background: url(../img/entry_bg-bottom.png) no-repeat center center/100% auto;
  width: 100%;
  height: 99px;
  position: relative;
  text-align: center;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .entry-requirements-bg-bottom {
    height: 400px;
    margin-top: -26px;
  }
}

.contact {
  padding-top: 40px;
  padding-bottom: 43px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.contact__inner {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 900px) {
  .contact__inner {
    padding-right: 0;
    padding-left: 0;
    max-width: 848px;
  }
}

.contact-head__message {
  margin-top: 36px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact-head__message {
    margin-top: 52px;
    font-size: 16px;
  }
}

.contact__form {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .contact__form {
    margin-top: 40px;
  }
}

.contact__fields {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
@media screen and (min-width: 768px) {
  .contact__fields {
    max-width: 848px;
    gap: 25px;
  }
}

.contact__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact__privacy {
  text-align: center;
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .contact__privacy {
    padding-top: 40px;
  }
}

.contact__button {
  text-align: center;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
@media screen and (min-width: 900px) {
  .form-field {
    flex-direction: row;
    gap: 40px;
  }
}

@media screen and (min-width: 768px) {
  .mail-magazine {
    height: 55.2px;
    display: flex;
    align-items: center; /* 縦方向中央揃え */
    justify-content: center;
  }
}

.form-field__head {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .form-field__head {
    width: 180px;
    flex-shrink: 0;
  }
}

.form-field__label {
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .form-field__label {
    font-size: 16px;
  }
}

.form-field__tag {
  display: inline-block;
  border-radius: 4px;
  background: #ce2073;
  padding: 4px 8px;
  color: #fff;
  font-weight: 700;
}

.form-field__item {
  flex-grow: 1;
  text-align: center;
}

.form-text {
  width: 100%;
  border-radius: 8px;
  background: #f5f5f5;
  border: none;
  padding: 16px;
  transition: border-color 0.3s;
  font-size: 14px;
  line-height: 167%;
}
@media screen and (min-width: 768px) {
  .form-text {
    font-size: 16px;
    width: 100%;
  }
}
.form-text:focus, .form-text:hover {
  background: #e9f6f8;
  border-color: #9ed0e0;
  outline: none;
}

.form-radio:focus {
  border-color: #9ed0e0;
}

@media screen and (min-width: 768px) {
  .message {
    margin-top: -140px;
  }
}

.form-radio__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-radio__input:checked + .form-radio-text::after {
  opacity: 1;
}
.form-radio__input .form-radio__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-radio__input .form-radio__input:checked + .form-radio-text::after {
  opacity: 1;
}

.form-radio-text {
  font-size: 14px;
  line-height: 160%;
  padding-left: 32px;
  position: relative;
  line-height: 1.4375;
}
@media screen and (min-width: 768px) {
  .form-radio-text {
    font-size: 16px;
  }
}
.form-radio-text::before, .form-radio-text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.form-radio-text::before {
  width: 24px;
  height: 24px;
  background: #f5f5f5;
  left: 0px;
}
.form-radio-text::after {
  width: 12px;
  height: 12px;
  background: #9ed0e0;
  left: 6px;
  opacity: 0;
}

.form-radio__input:checked + .form-radio-text::before {
  border: 1px solid #9ed0e0;
}

.form-field__item-selecter {
  position: relative;
}

.field-indicator {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 55px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  display: grid;
  place-items: center;
  background: #9ed0e0;
  color: #fff;
  cursor: default;
  padding: 0;
  z-index: 50;
}

.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  background: #f5f5f5;
  border: none;
  padding: 18px 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .form-select {
    border-radius: 8px;
    font-size: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.form-select:focus, .form-select:hover {
  outline: none;
}

.is-error .form-text,
.is-error .form-select,
.is-error .form-textarea {
  border: 1px solid #ce2073;
  background: #fff0f7;
}

.is-error .form-field__label {
  color: #ce2073;
}

.is-error .field-indicator {
  background: #ce2073;
}

.form-textarea {
  border-radius: 8px;
  border: none;
  background: #f5f5f5;
  width: 100%;
  height: 160px;
  padding: 16px;
  transition: border-color 0.3s;
  font-size: 14px;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .form-textarea {
    font-size: 16px;
  }
}
.form-textarea:focus, .form-textarea:hover {
  color: #4a3636;
  background: #e9f6f8;
  outline: none;
}

.form-field__radios {
  display: flex;
  gap: 24px;
}

.form-field__radio {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .form-field__radio {
    font-size: 16px;
  }
}

.form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-checkbox__input:checked + .form-check-box__text::after {
  opacity: 1;
}

.form-check-box__text {
  position: relative;
  padding-left: 36px;
  font-size: 14px;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .form-check-box__text {
    padding-left: 36px;
    font-size: 16px;
  }
}
.form-check-box__text::before, .form-check-box__text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.form-check-box__text::before {
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  border-radius: 4px;
  background: #f5f5f5;
  transition: border-color 0.3s;
}
.form-check-box__text::after {
  width: 24px;
  height: 24px;
  top: 50%;
  left: 12px;
  transform: translate(-50%, -50%);
  background: url(../img/contact_check-icon.png) no-repeat center center/contain;
  opacity: 0;
}
.form-check-box__text a {
  text-decoration-line: underline;
  transition: color 0.3s;
}
.form-check-box__text a:hover {
  color: #67b0c7;
}

@media screen and (min-width: 768px) {
  .contact__button {
    margin-top: 38px;
    padding: 6px 35px 8px 35px;
  }
}

.contact-button {
  margin-top: 29px;
  padding: 6px 24px 8px 24px;
}
@media screen and (min-width: 768px) {
  .contact-button {
    margin-top: -8px;
    padding: 6px 35px 8px 35px;
  }
}

.footer {
  text-align: center;
}

.footer__inner {
  font-family: "Josefin Sans", sans-serif;
  margin-top: 40px;
  margin-bottom: 126px;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding-top: 114px;
    padding-bottom: 120px;
    margin-top: 0;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .footer-link__content ::after {
    position: absolute;
    content: "";
    background: url(../img/footer_bg-foots.png) no-repeat center center/contain;
    width: 100px;
    height: 220px;
    top: 75px;
    left: 50%;
    transform: translateX(577px);
  }
}

.footer-link__message {
  font-size: 20px;
  line-height: 130%;
}
@media screen and (min-width: 768px) {
  .footer-link__message {
    font-size: 24px;
  }
}

.footer__links {
  margin-top: 24px;
  display: flex;
  gap: 40px;
  text-align: center;
  justify-content: center;
}

.footer-link img {
  width: 32px;
}
@media screen and (min-width: 768px) {
  .footer-link img {
    width: 40px;
  }
}

.footer-content__title {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .footer-content__title {
    margin-top: 40px;
  }
}
.footer-content__title img {
  width: 328px;
}
@media screen and (min-width: 768px) {
  .footer-content__title img {
    width: 755px;
  }
}

.footer-card {
  background: #fff;
  border-radius: 16px;
  max-width: 335px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .footer-card {
    max-width: 1024px;
    height: 400px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
}

.footer-card__map img {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  width: 335px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 900px) {
  .footer-card__map img {
    min-width: 512px;
    height: 400px;
    border-top-left-radius: 0;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}

.footer-card__body {
  padding: 24px 26px;
  box-sizing: border-box;
}
@media screen and (min-width: 900px) {
  .footer-card__body {
    text-align: left;
    padding: 106px 61px;
    min-width: 512px;
  }
}

.footer-card__body-title img {
  width: 153px;
}
@media screen and (min-width: 768px) {
  .footer-card__body-title img {
    width: 183px;
  }
}

.footer-card-body__boxes {
  padding-top: 8px;
  padding-bottom: 6px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .footer-card-body__boxes {
    gap: 12px;
  }
}

.footer-card-body__box {
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 900px) {
  .footer-card-body__box {
    gap: 40px;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.footer-card-body__box__title {
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
  padding-left: 16px;
  position: relative;
  margin: 0;
  width: 64px;
  text-align: left;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .footer-card-body__box__title {
    font-size: 16px;
    width: 80px;
  }
}
.footer-card-body__box__title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-80%);
  border-radius: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9ed0e0;
}

.footer-card-body__box__text {
  line-height: 160%;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .footer-card-body__box__text {
    font-size: 16px;
  }
}

.footer__copyright {
  margin-top: 166px;
  padding-bottom: 24px;
  background: #67b0c7;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    margin-top: 120px;
    padding-bottom: 32px;
  }
}
.footer__copyright::after {
  content: "";
  position: absolute;
  top: -43px;
  left: 0;
  background: url(../img/footer_bg-bottom.png) repeat-x center bottom/contain;
  width: 100%;
  height: 45.714px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .footer__copyright::after {
    top: -127px;
    height: 129px;
  }
}

.footer__copyright-text {
  color: #fff;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .footer__copyright-text {
    font-size: 14px;
  }
}

.to-top {
  position: fixed;
  right: 16px;
  bottom: 30px;
  z-index: 2000;
  right: 39px;
  bottom: 80px;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.to-top.is-show {
  opacity: 1;
  visibility: visible;
}

.to-top__img img {
  width: 75px;
  height: 78px;
}
@media screen and (min-width: 768px) {
  .to-top__img img {
    width: 100px;
    height: 104px;
  }
}/*# sourceMappingURL=style.css.map */