@charset "UTF-8";
html,
body {
  overflow-x: clip;
}

body {
  font-size: 12px;
  line-height: 1.6;
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #e9f6f8;
}
@media screen and (min-width: 900px) {
  body {
    font-size: 16px;
  }
}

figure {
  margin: 0;
}

.bold {
  font-weight: 700;
}

.text-link {
  text-decoration: underline;
  -webkit-transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s, -webkit-text-decoration 0.3s;
}
.text-link:hover {
  color: #9ed0e0;
  text-decoration: underline;
}

.regular-underline {
  text-decoration: underline;
}

@media screen and (min-width: 900px) {
  .letter-spaceS {
    letter-spacing: -0.01em;
  }
}

.hidden-sp {
  display: none;
}
@media screen and (min-width: 900px) {
  .hidden-sp {
    display: inline-block;
  }
}
@media screen and (min-width: 1200px) {
  .hidden-sp {
    display: inline-block;
  }
}

.hidden-pc {
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .hidden-pc {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .hidden-pc {
    display: none;
  }
}

.hidden-pc-only {
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .hidden-pc-only {
    display: inline-block;
  }
}
@media screen and (min-width: 1200px) {
  .hidden-pc-only {
    display: none;
  }
}

.inline-block {
  font-weight: inherit;
  display: inline-block;
}

.inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 900px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1072px;
    margin-left: auto;
    margin-right: auto;
  }
}

.heading {
  text-align: center;
}

.heading__en {
  font-family: "Courgette", cursive;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  margin-top: 6px;
}
@media screen and (min-width: 900px) {
  .heading__en {
    margin-top: 8px;
    font-size: 20px;
  }
}

.heading__ja {
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 6px;
  display: inline-block;
  position: relative;
}
.heading__ja::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 6px;
  background: #ffee56;
}
@media screen and (min-width: 900px) {
  .heading__ja {
    margin-top: 8px;
    font-size: 32px;
  }
  .heading__ja::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    height: 8px;
    background: #ffee56;
  }
}

.button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 5px 22px 5px;
  display: inline-block;
  border-radius: 40px;
  color: #4a3636;
  border: 2px solid currentColor;
  -webkit-box-shadow: 0px 4px 0px 0px currentColor;
          box-shadow: 0px 4px 0px 0px currentColor;
  background: #fff;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.button.sp-button {
  font-size: 12.5px;
  font-weight: 700;
  padding: 4px 18px 4px;
  border: 2px solid currentColor;
  -webkit-box-shadow: 0px 3px 0px 0px currentColor;
          box-shadow: 0px 3px 0px 0px currentColor;
}
@media screen and (min-width: 900px) {
  .button {
    font-size: 20px;
    padding: 8px 37px 10px;
    border: 3px solid currentColor;
  }
  .button.sp-button {
    font-size: 14px;
    padding: 4px 22px 6px;
    border: 2px solid currentColor;
    -webkit-box-shadow: 0px 4px 0px 0px currentColor;
            box-shadow: 0px 4px 0px 0px currentColor;
  }
}
.button:hover {
  background-color: #ffee56;
}

.header {
  background: #fff;
  width: 100%;
  height: 64px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 18.5px;
  padding-left: 20px;
  padding-right: 18px;
}
@media screen and (min-width: 900px) {
  .header__inner {
    padding-top: 14px;
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1550px;
    margin-left: auto;
    margin-right: auto;
  }
}

.header__logo a img {
  width: 210px;
}
@media screen and (min-width: 900px) {
  .header__logo a img {
    padding-top: 6px;
    width: 183px;
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12.3px;
  }
}

.header__link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s, -webkit-text-decoration 0.3s;
}
.header__link:hover {
  color: #9ed0e0;
  text-decoration: underline;
}

@media screen and (min-width: 1200px) {
  .header__button {
    margin-left: 4px;
  }
}

@media screen and (min-width: 1200px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-open-icon {
  width: 32px;
  height: 28px;
  margin-right: 2px;
}
.drawer-open-icon.is-checked {
  display: none;
}

.drawer-close-icon {
  position: relative;
  width: 72px;
  height: 64px;
  top: -19px;
  right: -22px;
}
.drawer-close-icon.is-checked {
  display: none;
}

.drawer-content {
  width: 100%;
  height: calc(100vh - 64px);
  position: fixed;
  top: 64px;
  right: 0;
  background: #fff;
  z-index: 999;
  padding-top: 64px;
  padding-bottom: 60px;
  -webkit-transform: translateY(-108%);
          transform: translateY(-108%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-content.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.drawer-content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  text-align: center;
  color: #4a3636;
}

.drawer-content__link {
  display: block;
}

.fv {
  margin-top: 64px;
  position: relative;
}
.fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 145px);
  overflow: hidden;
  border-radius: 0 0 24px 24px;
}
.fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (min-width: 900px) {
  .fv__bg {
    height: calc(100% - 76px);
    border-radius: 0 0 40px 40px;
  }
}

.fv__inner {
  position: relative;
}

.fv__content {
  text-align: center;
}

.fv__lead {
  padding-top: 17px;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .fv__lead {
    padding-top: 35px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.21;
  }
}

.fv__title1 {
  margin-top: 20px;
}
@media screen and (min-width: 900px) {
  .fv__title1 {
    margin-top: 24px;
  }
}
.fv__title1 img {
  width: 335px;
  height: 53px;
}
@media screen and (min-width: 900px) {
  .fv__title1 img {
    width: 520px;
    height: 82px;
  }
}

.fv__title2 {
  margin-top: 12px;
}
@media screen and (min-width: 900px) {
  .fv__title2 {
    margin-top: 16px;
  }
}
.fv__title2 img {
  width: 240px;
  height: 40px;
}
@media screen and (min-width: 900px) {
  .fv__title2 img {
    width: 356px;
    height: 60px;
  }
}

.fv__keitai__bg {
  margin-top: 114px;
  width: 200px;
  height: 408px;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .fv__keitai__bg {
    margin-top: 34px;
    width: 250px;
    height: 510px;
  }
}

.fv__keitai__white-bg {
  background: #fff;
  width: 160px;
  height: 154px;
  position: absolute;
  top: 122.6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .fv__keitai__white-bg {
    width: 200px;
    height: 193.17px;
    top: 152.5px;
  }
}

.fv__keitai__title {
  position: absolute;
  width: 100%;
  font-weight: 700;
  font-size: 12.8px;
  padding-top: 6.4px;
  padding-bottom: 6.4px;
  color: #fff;
  background: linear-gradient(265.18deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
}
@media screen and (min-width: 900px) {
  .fv__keitai__title {
    font-size: 16px;
    padding: 8px 12px;
  }
}

.fv__keitai__body {
  margin-top: 45.6px;
}
@media screen and (min-width: 900px) {
  .fv__keitai__body {
    padding-top: 14px;
  }
}

.fv__head {
  font-size: 12px;
  display: inline-block;
  position: relative;
}
.fv__head::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2.4px;
  background: #ce2073;
}
@media screen and (min-width: 900px) {
  .fv__head {
    font-size: 14px;
  }
}

.fv__date {
  margin-top: 5.2px;
  font-weight: 700;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .fv__date {
    margin-top: 6.4px;
    font-size: 16px;
  }
}

.fv__keitai__button {
  display: block;
  margin-top: 12.8px;
}
@media screen and (min-width: 900px) {
  .fv__keitai__button {
    margin-top: 15px;
  }
}

.keitai-button {
  padding: 2px 21px 4px 22px;
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .keitai-button {
    font-size: 16px;
  }
}

.fv-hukidashi {
  width: 142px;
  height: 80px;
  position: absolute;
  bottom: 424px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(-97px);
          transform: translateX(-50%) translateX(-97px);
}
@media screen and (min-width: 900px) {
  .fv-hukidashi {
    width: 244px;
    height: 130px;
    left: 50%;
    top: 276px;
    -webkit-transform: translateX(-50%) translateX(-265px);
            transform: translateX(-50%) translateX(-265px);
  }
}

.fv-present {
  width: 110px;
  height: 110px;
  position: absolute;
  bottom: 401px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(87px);
          transform: translateX(-50%) translateX(87px);
  z-index: 0;
}
@media screen and (min-width: 900px) {
  .fv-present {
    width: 180px;
    height: 180px;
    top: 294px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(207px);
            transform: translateX(-50%) translateX(207px);
  }
}
@media screen and (min-width: 1200px) {
  .fv-present {
    width: 180px;
    height: 180px;
    top: 294px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(207px);
            transform: translateX(-50%) translateX(207px);
  }
}

.fv-food {
  width: 90px;
  height: 141px;
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(-123px);
          transform: translateX(-50%) translateX(-123px);
  z-index: 65;
}
@media screen and (min-width: 900px) {
  .fv-food {
    width: 210px;
    height: 332px;
    left: 50%;
    bottom: -17px;
    -webkit-transform: translateX(-50%) translateX(-319px);
            transform: translateX(-50%) translateX(-319px);
  }
}
@media screen and (min-width: 900px) {
  .fv-food {
    width: 210px;
    height: 332px;
    left: 50%;
    bottom: -17px;
    -webkit-transform: translateX(-50%) translateX(-319px);
            transform: translateX(-50%) translateX(-319px);
  }
}

.fv-cat-bl {
  width: 62px;
  height: 69px;
  position: absolute;
  left: 50%;
  bottom: 47px;
  -webkit-transform: translateX(-50%) translateX(135px);
          transform: translateX(-50%) translateX(135px);
  z-index: 63;
}
@media screen and (min-width: 900px) {
  .fv-cat-bl {
    width: 170px;
    height: 190px;
    left: 50%;
    bottom: 42px;
    -webkit-transform: translateX(-50%) translateX(275px);
            transform: translateX(-50%) translateX(275px);
  }
}

.fv-cat-br {
  width: 98px;
  height: 72px;
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(109px);
          transform: translateX(-50%) translateX(109px);
  z-index: 65;
}
@media screen and (min-width: 900px) {
  .fv-cat-br {
    width: 233px;
    height: 169px;
    bottom: -59px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(307px);
            transform: translateX(-50%) translateX(307px);
  }
}

.about {
  margin-top: 42px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .about {
    margin-top: 42px;
  }
}
@media screen and (min-width: 900px) {
  .about {
    margin-top: 99px;
  }
}

.about__background-img-left {
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 113px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(-228px);
          transform: translateX(-50%) translateX(-228px);
  z-index: 50;
}
@media screen and (min-width: 600px) {
  .about__background-img-left {
    bottom: 167px;
    -webkit-transform: translateX(-50%) translateX(-280px);
            transform: translateX(-50%) translateX(-280px);
  }
}
@media screen and (min-width: 900px) {
  .about__background-img-left {
    width: 480px;
    top: 75px;
    -webkit-transform: translateX(-50%) translateX(-602px);
            transform: translateX(-50%) translateX(-602px);
  }
}
@media screen and (min-width: 1200px) {
  .about__background-img-left {
    width: 480px;
    bottom: 555px;
    -webkit-transform: translateX(-50%) translateX(-855px);
            transform: translateX(-50%) translateX(-855px);
    z-index: 56;
  }
}

.about__background-img-right {
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 235px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(227px);
          transform: translateX(-50%) translateX(227px);
  z-index: 50;
}
@media screen and (min-width: 600px) {
  .about__background-img-right {
    bottom: 295px;
    -webkit-transform: translateX(-50%) translateX(280px);
            transform: translateX(-50%) translateX(280px);
  }
}
@media screen and (min-width: 900px) {
  .about__background-img-right {
    width: 480px;
    height: 480px;
    bottom: 555px;
    -webkit-transform: translateX(-50%) translateX(598px);
            transform: translateX(-50%) translateX(598px);
  }
}
@media screen and (min-width: 1200px) {
  .about__background-img-right {
    bottom: 278px;
    -webkit-transform: translateX(-50%) translateX(800px);
            transform: translateX(-50%) translateX(800px);
  }
}

.about__background-img-hankachi {
  width: 133px;
  height: 65px;
  position: absolute;
  bottom: -120px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(63px);
          transform: translateX(-50%) translateX(63px);
  z-index: 50;
}
@media screen and (min-width: 600px) {
  .about__background-img-hankachi {
    width: 200px;
    bottom: -91px;
    -webkit-transform: translateX(-50%) translateX(195px);
            transform: translateX(-50%) translateX(195px);
  }
}
@media screen and (min-width: 900px) {
  .about__background-img-hankachi {
    width: 308px;
    height: 150.6px;
    bottom: -157px;
    -webkit-transform: translateX(-50%) translateX(278px);
            transform: translateX(-50%) translateX(278px);
  }
}
@media screen and (min-width: 1200px) {
  .about__background-img-hankachi {
    bottom: -79px;
    -webkit-transform: translateX(-50%) translateX(528px);
            transform: translateX(-50%) translateX(528px);
  }
}

.about__background-img-baggi {
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(142px);
          transform: translateX(-50%) translateX(142px);
  z-index: 50;
}
@media screen and (min-width: 600px) {
  .about__background-img-baggi {
    width: 80px;
    bottom: -37px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(323px);
            transform: translateX(-50%) translateX(323px);
  }
}
@media screen and (min-width: 900px) {
  .about__background-img-baggi {
    width: 101px;
    height: 101px;
    bottom: 127px;
    -webkit-transform: translateX(-50%) translateX(556px);
            transform: translateX(-50%) translateX(556px);
    z-index: 56;
  }
}

.about__background-img-arrow {
  width: 100px;
  height: 36px;
  position: absolute;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 55;
}
@media screen and (min-width: 900px) {
  .about__background-img-arrow {
    width: 140px;
    height: 50px;
    bottom: -50px;
  }
}

.about__background-img-nikukyu {
  width: 54px;
  height: 120px;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(160px);
          transform: translateX(-50%) translateX(160px);
  z-index: 40;
}
@media screen and (min-width: 600px) {
  .about__background-img-nikukyu {
    top: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(232px);
            transform: translateX(-50%) translateX(232px);
  }
}
@media screen and (min-width: 900px) {
  .about__background-img-nikukyu {
    width: 70px;
    top: -57px;
    -webkit-transform: translateX(-50%) translateX(337px);
            transform: translateX(-50%) translateX(337px);
  }
}
@media screen and (min-width: 1200px) {
  .about__background-img-nikukyu {
    width: 100px;
    top: -79px;
    -webkit-transform: translateX(-50%) translateX(542px);
            transform: translateX(-50%) translateX(542px);
  }
}

@media screen and (min-width: 900px) {
  .about__background-img-nami {
    position: absolute;
    bottom: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(374px);
            transform: translateX(-50%) translateX(374px);
    z-index: 20;
    width: 874px;
  }
}
@media screen and (min-width: 1200px) {
  .about__background-img-nami {
    bottom: 176px;
    -webkit-transform: translateX(-50%) translateX(884px);
            transform: translateX(-50%) translateX(884px);
  }
}

.about__background-img-naname {
  position: absolute;
}
@media screen and (min-width: 900px) {
  .about__background-img-naname {
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(-410px);
            transform: translateX(-50%) translateX(-410px);
    width: 250px;
    border-radius: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .about__background-img-naname {
    bottom: 597px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(-652px);
            transform: translateX(-50%) translateX(-652px);
    z-index: 55;
    width: 250px;
    height: 250px;
  }
}

.about__background-img-sakamichi {
  width: 138px;
  height: 215px;
  position: absolute;
  bottom: -217px;
  margin-left: 0vw;
  z-index: 20;
}
@media screen and (min-width: 600px) {
  .about__background-img-sakamichi {
    width: 200px;
    bottom: -120px;
  }
}
@media screen and (min-width: 900px) {
  .about__background-img-sakamichi {
    width: 427px;
    height: 817px;
    bottom: -307px;
    margin-left: -14vw;
  }
}
@media screen and (min-width: 1200px) {
  .about__background-img-sakamichi {
    bottom: -307px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(-433px);
            transform: translateX(-50%) translateX(-433px);
  }
}

.about__inner {
  text-align: center;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 600px) {
  .about__inner {
    max-width: 500px;
  }
}
@media screen and (min-width: 900px) {
  .about__inner {
    max-width: 640px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .about__inner {
    max-width: 908px;
  }
}

.about__white-background {
  background: #fff;
  border-radius: 24px;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 600px) {
  .about__white-background {
    max-width: 500px;
  }
}
@media screen and (min-width: 900px) {
  .about__white-background {
    max-width: 640px;
  }
}
@media screen and (min-width: 1200px) {
  .about__white-background {
    max-width: 848px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
  }
}

.about__inner-img-left {
  position: absolute;
  width: 88px;
  height: auto;
  top: 31px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(-91px);
          transform: translateX(-50%) translateX(-91px);
}
@media screen and (min-width: 900px) {
  .about__inner-img-left {
    width: 150px;
    top: 38px;
    -webkit-transform: translateX(-50%) translateX(-266px);
            transform: translateX(-50%) translateX(-266px);
  }
}

.about__inner-img-right {
  position: absolute;
  width: 88px;
  height: auto;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(103px);
          transform: translateX(-50%) translateX(103px);
}
@media screen and (min-width: 900px) {
  .about__inner-img-right {
    width: 150px;
    top: 45px;
    -webkit-transform: translateX(-50%) translateX(266px);
            transform: translateX(-50%) translateX(266px);
  }
}

.about__inner-icon {
  position: absolute;
  width: 31.11px;
  height: auto;
  top: 46px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .about__inner-icon {
    margin-top: 0;
    margin-left: 0;
    width: 44px;
    height: 44px;
  }
}

.about__head-en {
  padding-top: 84px;
}
@media screen and (min-width: 900px) {
  .about__head-en {
    padding-top: 96px;
  }
}

.about__title {
  margin-top: 36px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.54;
  letter-spacing: 0.05px;
}
@media screen and (min-width: 600px) {
  .about__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  .about__title {
    margin-top: 50px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .about__title {
    margin-top: 48px;
    font-size: 16px;
  }
}

.about__description {
  margin-top: 24px;
  font-size: 12px;
}
.about__description + .type2 {
  margin-top: 18px;
}
.about__description + .type3 {
  margin-top: 20px;
  line-height: 19px;
}
@media screen and (min-width: 600px) {
  .about__description {
    font-size: 14px;
  }
  .about__description + .type2 {
    margin-top: 21px;
  }
  .about__description + .type3 {
    margin-top: 21px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 900px) {
  .about__description {
    margin-top: 34px;
    font-size: 16px;
  }
  .about__description + .type2 {
    margin-top: 27.2px;
    line-height: 1.6;
  }
  .about__description + .type3 {
    margin-top: 27.2px;
    line-height: 1.6;
  }
}
.about__description .bold {
  font-weight: 700;
}

.about__end-title {
  margin-top: 32px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.54;
  letter-spacing: 0.05px;
}
@media screen and (min-width: 900px) {
  .about__end-title {
    margin-top: 45px;
    font-size: 20px;
  }
}
.about__end-title.dashed-underline {
  display: inline-block;
  position: relative;
}
.about__end-title.dashed-underline::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(to right, #9ed0e0 0, #9ed0e0 4px, transparent 4px, transparent 8px);
}
@media screen and (min-width: 900px) {
  .about__end-title.dashed-underline::after {
    bottom: -12px;
  }
}

.about-button {
  margin-top: 32px;
  margin-bottom: 40px;
  position: relative;
}
.about-button::after {
  content: "";
  position: absolute;
  top: 220%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 36px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #cce1e4;
}
@media screen and (min-width: 900px) {
  .about-button {
    margin-top: 44px;
    margin-bottom: 40px;
  }
  .about-button::after {
    top: 185%;
    width: 140px;
    height: 50px;
  }
}

.section__smooth-scroll {
  margin-top: 177px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .section__smooth-scroll {
    margin-top: 255px;
  }
}

.swiper {
  z-index: 60;
}

.about__background-img-onomichi {
  width: 358px;
  height: 37.2px;
  position: absolute;
  top: -39px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 56;
}
@media screen and (min-width: 600px) {
  .about__background-img-onomichi {
    top: -38px;
    width: 354px;
    -webkit-transform: translateX(-50%) translateX(-2px);
            transform: translateX(-50%) translateX(-2px);
  }
}
@media screen and (min-width: 900px) {
  .about__background-img-onomichi {
    top: -80px;
    width: 770px;
    height: auto;
    -webkit-transform: translateX(-50%) translateX(-2px);
            transform: translateX(-50%) translateX(-2px);
  }
}
@media screen and (min-width: 1200px) {
  .about__background-img-onomichi {
    top: -87px;
    width: 893px;
    height: auto;
    -webkit-transform: translateX(-50%) translateX(-2px);
            transform: translateX(-50%) translateX(-2px);
  }
}

.how {
  padding-top: 64px;
}
@media screen and (min-width: 900px) {
  .how {
    padding-top: 121px;
  }
}

.how__inner {
  text-align: center;
  position: relative;
}
.how-map-white {
  width: 136.04px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(-120px);
          transform: translateX(-50%) translateX(-120px);
}
@media screen and (min-width: 600px) {
  .how-map-white {
    width: 180px;
    top: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(-168px);
            transform: translateX(-50%) translateX(-168px);
    z-index: -1;
  }
}
@media screen and (min-width: 900px) {
  .how-map-white {
    width: 380px;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(-370px);
            transform: translateX(-50%) translateX(-370px);
  }
}
@media screen and (min-width: 1200px) {
  .how-map-white {
    width: 460px;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(-490px);
            transform: translateX(-50%) translateX(-490px);
  }
}

.how-cat-br {
  width: 105px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(110px);
          transform: translateX(-50%) translateX(110px);
}
@media screen and (min-width: 600px) {
  .how-cat-br {
    width: 105px;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(110px);
            transform: translateX(-50%) translateX(110px);
  }
}
@media screen and (min-width: 900px) {
  .how-cat-br {
    width: 238px;
    top: -26px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(315px);
            transform: translateX(-50%) translateX(315px);
  }
}
@media screen and (min-width: 1200px) {
  .how-cat-br {
    width: 238px;
    top: -26px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(405px);
            transform: translateX(-50%) translateX(405px);
  }
}

.how-cat-bl {
  width: 94px;
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(170px);
          transform: translateX(-50%) translateX(170px);
  z-index: 3;
}
@media screen and (min-width: 600px) {
  .how-cat-bl {
    width: 94px;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(170px);
            transform: translateX(-50%) translateX(170px);
  }
}
@media screen and (min-width: 900px) {
  .how-cat-bl {
    width: 214px;
    top: -16.03px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(454px);
            transform: translateX(-50%) translateX(454px);
  }
}
@media screen and (min-width: 1200px) {
  .how-cat-bl {
    width: 214px;
    top: -16.03px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(544px);
            transform: translateX(-50%) translateX(544px);
  }
}

.how-nikukyu-up {
  width: 55px;
  position: absolute;
  top: 74px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(140px);
          transform: translateX(-50%) translateX(140px);
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .how-nikukyu-up {
    width: 55px;
    position: absolute;
    top: 74px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(201px);
            transform: translateX(-50%) translateX(201px);
  }
}
@media screen and (min-width: 900px) {
  .how-nikukyu-up {
    width: 70px;
    position: absolute;
    top: 148px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(415px);
            transform: translateX(-50%) translateX(415px);
  }
}
@media screen and (min-width: 1200px) {
  .how-nikukyu-up {
    width: 100px;
    position: absolute;
    top: 148px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(670px);
            transform: translateX(-50%) translateX(670px);
  }
}

.how-nikukyu-down__left {
  width: 55px;
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(-143px);
          transform: translateX(-50%) translateX(-143px);
}
@media screen and (min-width: 600px) {
  .how-nikukyu-down__left {
    width: 55px;
    top: 508px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(-196px);
            transform: translateX(-50%) translateX(-196px);
  }
}
@media screen and (min-width: 900px) {
  .how-nikukyu-down__left {
    width: 70px;
    top: 567px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(-415px);
            transform: translateX(-50%) translateX(-415px);
  }
}
@media screen and (min-width: 1200px) {
  .how-nikukyu-down__left {
    width: 100px;
    top: 582px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(-671px);
            transform: translateX(-50%) translateX(-671px);
  }
}

.how-nikukyu-down__right {
  width: 55px;
  position: absolute;
  top: -81px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(143px) rotateY(180deg);
          transform: translateX(-50%) translateX(143px) rotateY(180deg);
}
@media screen and (min-width: 600px) {
  .how-nikukyu-down__right {
    width: 55px;
    top: 899px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(206px) rotateY(180deg);
            transform: translateX(-50%) translateX(206px) rotateY(180deg);
  }
}
@media screen and (min-width: 900px) {
  .how-nikukyu-down__right {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .how-nikukyu-down__right {
    display: none;
  }
}

.how__inner-icon {
  text-align: center;
}
.how__inner-icon img {
  width: 37.33px;
  height: 37.33px;
}
@media screen and (min-width: 900px) {
  .how__inner-icon img {
    width: 48px;
    height: 48px;
  }
}

.how__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 44px;
}
@media screen and (min-width: 900px) {
  .how__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 7px;
    margin-top: 56px;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) {
  .how__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
    margin-top: 56px;
    z-index: 1;
  }
}

.how__card {
  padding-bottom: 16px;
}
@media screen and (min-width: 900px) {
  .how__card {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 900px) {
  .how-card {
    width: 320px;
    height: 412.28px;
  }
}
@media screen and (min-width: 1200px) {
  .how-card {
    width: 320px;
    height: 484px;
  }
}

.how-card__img.step02 {
  margin-top: -2px;
}
.how-card__img.step03 {
  margin-top: -1px;
}
.how-card__img img {
  width: 197.2px;
  max-width: 100%;
}
.how-card__img img + .step02 {
  margin-top: 1px;
}
@media screen and (min-width: 900px) {
  .how-card__img img {
    width: 246.75px;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .how-card__img img {
    width: 280px;
    max-width: 100%;
    height: auto;
  }
}

.how-step02-img {
  margin-top: 34px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .how-step02-img {
    margin-top: 52px;
  }
}
@media screen and (min-width: 1200px) {
  .how-step02-img {
    margin-top: 70px;
  }
}
.how-step02-img .how-kara-dash {
  width: 9px;
  height: auto;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .how-step02-img .how-kara-dash {
    width: 70px;
    top: 101px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(-158px);
            transform: translateX(-50%) translateX(-158px);
  }
}
@media screen and (min-width: 1200px) {
  .how-step02-img .how-kara-dash {
    width: 113px;
    top: 135px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(-201px);
            transform: translateX(-50%) translateX(-201px);
  }
}

.how-step03-img {
  margin-top: 33px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .how-step03-img {
    margin-top: 1px;
  }
}
@media screen and (min-width: 1200px) {
  .how-step03-img {
    margin-top: 1px;
  }
}
.how-step03-img .how-kara-dash {
  width: 9px;
  height: auto;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .how-step03-img .how-kara-dash {
    width: 70px;
    top: 154px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(-158px);
            transform: translateX(-50%) translateX(-158px);
  }
}
@media screen and (min-width: 1200px) {
  .how-step03-img .how-kara-dash {
    width: 113px;
    top: 205px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(-192px);
            transform: translateX(-50%) translateX(-192px);
  }
}

.how-card__contents {
  margin-top: 16px;
}
.how-card__title {
  font-weight: 700;
  font-size: 16px;
}
.how-card__title.left {
  padding-left: 3px;
}
@media screen and (min-width: 900px) {
  .how-card__title {
    margin-top: 16px;
    font-weight: 700;
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .how-card__title {
    margin-top: 24px;
    font-weight: 700;
    font-size: 20px;
  }
}

.how-card__description {
  margin-top: 15px;
}
@media screen and (min-width: 900px) {
  .how-card__description {
    margin-top: 16px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .how-card__description {
    margin-top: 17px;
    font-size: 16px;
  }
}

.how-card__sns {
  display: inline-block;
  margin-top: 14px;
  padding: 10px 14px 9px 12px;
  background: #fff;
  border: transparent;
}
@media screen and (min-width: 900px) {
  .how-card__sns {
    padding: 7px 11px 7px 13px;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
  }
  .how-card__sns:hover {
    border: 1px solid #9ed0e0;
  }
}
@media screen and (min-width: 1200px) {
  .how-card__sns {
    padding: 12px 12px 9px 13px;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
  }
  .how-card__sns:hover {
    border: 1px solid #9ed0e0;
  }
}

.how-insta-icon {
  width: 20px;
  height: 20px;
  display: inline;
  vertical-align: text-bottom;
}
@media screen and (min-width: 900px) {
  .how-insta-icon {
    width: 24px;
    height: 24px;
  }
}

.how-card__sns-text {
  font-weight: 700;
  font-size: 14px;
  margin-left: 8px;
}
@media screen and (min-width: 900px) {
  .how-card__sns-text {
    font-size: 14px;
    margin-left: 3px;
  }
}
@media screen and (min-width: 1200px) {
  .how-card__sns-text {
    font-size: 16px;
    margin-left: 3px;
  }
}

@media screen and (min-width: 900px) {
  .how__button {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .how__button {
    margin-top: 40px;
  }
}

.camp {
  padding-top: 35.67px;
}
@media screen and (min-width: 900px) {
  .camp {
    padding-top: 125px;
  }
}

.camp__inner {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 600px) {
  .camp__inner {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 900px) {
  .camp__inner {
    max-width: 1084px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .camp__inner {
    max-width: 1084px;
  }
}

.camp__head {
  background: url(../img/sp/camp-head-arch.png) no-repeat center center/237.6px 83px;
}
@media screen and (min-width: 900px) {
  .camp__head {
    background: url(../img/pc/camp-head-arch.png) no-repeat center/365.62px 148.97px;
  }
}

.camp__inner-icon {
  padding-top: 20px;
}
@media screen and (min-width: 900px) {
  .camp__inner-icon {
    padding-top: 28px;
  }
}
.camp__inner-icon img {
  width: 37.33px;
  height: 37.33px;
}
@media screen and (min-width: 900px) {
  .camp__inner-icon img {
    width: 48px;
    height: 48px;
  }
}

@media screen and (min-width: 900px) {
  .camp__head-en {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 900px) {
  .camp__head-ja {
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 900px) {
  .camp__head__left-triangle {
    position: absolute;
    width: 315px;
    height: 86px;
    top: -121px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(-355px);
            transform: translateX(-50%) translateX(-355px);
  }
}

@media screen and (min-width: 900px) {
  .camp__head__right-triangle {
    position: absolute;
    width: 315px;
    height: 86px;
    top: -121px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(355px);
            transform: translateX(-50%) translateX(355px);
  }
}

.camp__white-background {
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
  border-radius: 24px;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 600px) {
  .camp__white-background {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 900px) {
  .camp__white-background {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .camp__white-background {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.camp__description {
  margin-top: 28px;
}
@media screen and (min-width: 900px) {
  .camp__description {
    margin-top: -1px;
    padding: 66px 30px 0;
  }
}
@media screen and (min-width: 1200px) {
  .camp__description {
    margin-top: -1px;
    padding-top: 66px;
  }
}

.camp__cards {
  margin-top: 48px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 39px 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: auto;
}
@media screen and (min-width: 900px) {
  .camp__cards {
    margin-top: 82px;
    padding-left: 30px;
    padding-right: 30px;
    gap: 80px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .camp__cards {
    margin-top: 82px;
    padding-left: 56px;
    padding-right: 56px;
    gap: 80px 32px;
  }
}

.modal__btn {
  width: calc(50% - 8px);
}
@media screen and (min-width: 900px) {
  .modal__btn {
    width: calc(50% - 16px);
    max-width: 440px;
  }
}
@media screen and (min-width: 1200px) {
  .modal__btn {
    width: calc(50% - 16px);
    max-width: 440px;
  }
}
@media screen and (max-width: 599px) {
  .modal__btn:nth-child(5) {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .modal__btn:nth-child(n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .modal__btn:nth-child(n+3) {
    margin-top: 48px;
    width: calc(33.33% - 30px);
  }
}
@media screen and (min-width: 1200px) {
  .modal__btn:nth-child(n+3) {
    margin-top: 48px;
    width: calc(33.33% - 21.3px);
  }
}
@media screen and (min-width: 900px) {
  .modal__btn:nth-child(n+3) .camp-tokuten {
    width: 60px;
    height: 60px;
    top: -40px;
  }
}
@media screen and (min-width: 1200px) {
  .modal__btn:nth-child(n+3) .camp-tokuten {
    width: 80px;
    height: 80px;
    top: -40px;
  }
}
@media screen and (min-width: 1200px) {
  .modal__btn:nth-child(n+3) .camp-img {
    height: 240px;
  }
}
@media screen and (min-width: 900px) {
  .modal__btn:nth-child(n+3) .camp-zoom {
    width: 45px;
    height: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .modal__btn:nth-child(n+3) .camp-zoom {
    width: 64px;
    height: 64px;
  }
}
@media screen and (min-width: 900px) {
  .modal__btn:nth-child(n+3) .camp-card-title {
    font-size: 16px;
    height: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .modal__btn:nth-child(n+3) .camp-card-title {
    font-size: 16px;
    height: 80px;
  }
}
@media screen and (min-width: 900px) {
  .modal__btn:nth-child(n+3) .camp-card__inner {
    border-radius: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .modal__btn:nth-child(n+3) .camp-card__inner {
    border-radius: 16px;
  }
}

@media screen and (min-width: 600px) {
  .modal__btn:nth-child(n+3) {
    margin-top: 0;
  }
}

.camp-card__outer {
  position: relative;
}
.camp-card__inner {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  -webkit-transition: border 0.3s, -webkit-transform 0.3s;
  transition: border 0.3s, -webkit-transform 0.3s;
  transition: border 0.3s, transform 0.3s;
  transition: border 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 900px) {
  .camp-card__inner {
    border-radius: 24px;
    border: 4px solid transparent;
  }
  .camp-card__inner:hover {
    border: 4px solid #9ed0e0;
  }
  .camp-card__inner:hover .camp-img {
    border-radius: 24px;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.camp-tokuten {
  position: absolute;
  width: 48px;
  height: 48px;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 50;
}
@media screen and (min-width: 900px) {
  .camp-tokuten {
    width: 80px;
    height: 80px;
    top: -50px;
  }
}
@media screen and (min-width: 1200px) {
  .camp-tokuten {
    width: 100px;
    height: 100px;
    top: -50px;
  }
}

.camp-img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: relative;
  z-index: 1;
}
.camp-zoom {
  position: absolute;
  width: 36px;
  height: 36px;
  bottom: 0;
  right: 0;
  z-index: 20;
}
@media screen and (min-width: 900px) {
  .camp-zoom {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .camp-zoom {
    width: 100px;
    height: 100px;
  }
}

.camp-card-title {
  font-weight: 700;
  font-size: 12px;
  background: #f5f5f5;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 600px) {
  .camp-card-title {
    font-size: 14px;
    min-height: 70px;
  }
}
@media screen and (min-width: 900px) {
  .camp-card-title {
    font-size: 20px;
    height: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .camp-card-title {
    font-size: 20px;
    height: 120px;
  }
}

.camp__button {
  margin-top: 20px;
  margin-bottom: 34.67px;
}
@media screen and (min-width: 900px) {
  .camp__button {
    margin-top: 36px;
    margin-bottom: 53px;
  }
}
@media screen and (min-width: 1200px) {
  .camp__button {
    margin-top: 40px;
    margin-bottom: 53px;
  }
}

.camp__end-img {
  width: 1080px;
  height: 260px;
  position: relative;
  top: -44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/sp/camp-end-img.png) no-repeat center center/contain;
  z-index: 40;
  position: relative;
}
@media screen and (min-width: 900px) {
  .camp__end-img {
    width: 1521px;
    height: 640px;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../img/pc/camp-end-img.png) no-repeat center center/cover;
  }
}

.camp__end-img-nami {
  position: absolute;
  width: 1180px;
  height: 45.71px;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(51px);
          transform: translateX(-50%) translateX(51px);
  background: url(../img/pc/footer-nami.png) repeat-x center center/contain;
}
@media screen and (min-width: 1200px) {
  .camp__end-img-nami {
    width: 3000px;
    height: 120px;
    bottom: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(132px);
            transform: translateX(-50%) translateX(132px);
  }
}

.modal__box {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
}

.modal__bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.modal__contents {
  text-align: center;
  width: 336px;
  height: 480px;
  background: #fff;
  position: relative;
  margin: 10% auto;
  background: white;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .modal__contents {
    width: 480px;
    height: 650px;
  }
}

.modal__img {
  width: 100%;
  height: auto;
}

.modal__title {
  margin-top: 39px;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 900px) {
  .modal__title {
    margin-top: 32px;
    font-size: 20px;
  }
}

.modal__text {
  margin-top: 12px;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .modal__text {
    margin-top: 12px;
    font-size: 16px;
  }
}

.modal__close {
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .modal__close {
    margin-top: 24px;
  }
}

.spot {
  margin-top: -62px;
  padding-top: 14px;
  background-color: #67b0c7;
}
@media screen and (min-width: 900px) {
  .spot {
    height: auto;
    margin-top: -14px;
    padding-top: 14px;
  }
}

.spot__inner {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  background-color: #67b0c7;
}
@media screen and (min-width: 900px) {
  .spot__inner {
    padding-right: 0;
    margin-right: 0;
  }
  .spot__inner.inner {
    max-width: 3000px;
  }
}

@media screen and (min-width: 900px) {
  .spot__two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    padding-left: max(30px, 50% - 512px);
  }
}
@media screen and (min-width: 1200px) {
  .spot__two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    padding-left: max(30px, 50% - 509px);
  }
}

@media screen and (min-width: 900px) {
  .spot__two-column__left {
    width: 56px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

.spot__top-title {
  font-family: "Kiwi Maru", serif;
  font-size: 28px;
  font-weight: 500;
  position: relative;
  color: #fff;
  text-align: center;
  padding-left: 34px;
}
.spot__top-title::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(-117px);
          transform: translateX(-50%) translateX(-117px);
  width: 28px;
  height: 28px;
  background: url(../img/pc/spot-star.png) no-repeat center center/contain;
}
@media screen and (min-width: 900px) {
  .spot__top-title {
    font-size: 40px;
    letter-spacing: 10px;
    padding-top: 69px;
    text-align: left;
  }
  .spot__top-title::before {
    top: -2px;
    left: 50%;
    -webkit-transform: translateX(-16%);
            transform: translateX(-16%);
    width: 56px;
    height: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .spot__top-title {
    letter-spacing: 10px;
    padding-top: 69px;
  }
  .spot__top-title::before {
    top: -2px;
    left: 50%;
    -webkit-transform: translateX(-16%);
            transform: translateX(-16%);
    width: 56px;
    height: 56px;
  }
}

@media screen and (min-width: 900px) {
  .spot__two-column__right {
    width: calc(100% - 56px - 0px);
  }
}
@media screen and (min-width: 1200px) {
  .spot__two-column__right {
    width: calc(100% - 56px - 0px);
  }
}

.spot__slider {
  margin-top: 18px;
}
@media screen and (min-width: 900px) {
  .spot__slider {
    margin-top: -1px;
  }
}

.spot__swiper {
  padding-left: 5px;
  padding-right: 5px;
  margin-left: -5px;
  margin-right: -5px;
}
@media screen and (min-width: 900px) {
  .spot__swiper {
    padding-bottom: 26px;
    padding-left: 30px;
    padding-right: 84px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.spot__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  bottom: 0 !important;
}
.spot__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: #bcbcbc;
  opacity: 1;
}
.spot__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e9f6f8;
}

.spot__prev.swiper-button-next,
.spot__next.swiper-button-next {
  margin-top: calc(139px - var(--swiper-navigation-size) / 2);
}
.spot__prev.swiper-button-prev,
.spot__next.swiper-button-prev {
  margin-top: calc(139px - var(--swiper-navigation-size) / 2);
}
@media screen and (min-width: 900px) {
  .spot__prev,
  .spot__next {
    width: 80px;
    height: 80px;
    z-index: 100;
  }
}
@media screen and (min-width: 1200px) {
  .spot__prev,
  .spot__next {
    width: 80px;
    height: 80px;
    z-index: 100;
  }
}
.spot__prev .swiper-navigation-icon,
.spot__next .swiper-navigation-icon {
  display: none;
}

.spot__prev {
  left: -100px;
  background: url(../img/pc/spot-left-arrow.png) no-repeat center center/contain;
}
@media screen and (min-width: 900px) {
  .spot__prev {
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(-312px);
            transform: translateX(-50%) translateX(-312px);
  }
}
@media screen and (min-width: 1200px) {
  .spot__prev {
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(-433px);
            transform: translateX(-50%) translateX(-433px);
  }
}

.spot__next {
  right: -100px;
  background: url(../img/pc/spot-right-arrow.png) no-repeat center center/contain;
}
@media screen and (min-width: 900px) {
  .spot__next {
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(308px);
            transform: translateX(-50%) translateX(308px);
  }
}
@media screen and (min-width: 1200px) {
  .spot__next {
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(433px);
            transform: translateX(-50%) translateX(433px);
  }
}

.spot-card {
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
@media screen and (min-width: 600px) {
  .spot-card {
    height: 100%;
    /* padding-right: 24px; */
    /* padding-left: 24px; */
    background: #fff;
    border-radius: 12px;
  }
}
@media screen and (min-width: 900px) {
  .spot-card {
    border-radius: 24px;
  }
}

.spot-card__image {
  text-align: center;
  display: block;
}
.spot-card__image img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.spot-card__title {
  margin-top: 16px;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .spot-card__title {
    margin-top: 24px;
    font-size: 20px;
  }
}

.spot-card__text {
  margin-top: 16px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 31px;
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .spot-card__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .spot-card__text {
    margin-top: 24px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 31px;
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  .spot-card__text {
    padding-bottom: 42px;
  }
}

.swiper-slide {
  height: auto;
}

.spot__end {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .spot__end {
    width: 67.7248677249%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 38px;
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  .spot__end {
    width: 67.7248677249%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 81px;
    position: relative;
  }
}

.spot__end-title img {
  width: 255px;
}
@media screen and (min-width: 900px) {
  .spot__end-title {
    width: 360px;
    margin-top: -60px;
    margin-left: auto;
    margin-right: auto;
  }
  .spot__end-title img {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .spot__end-title {
    -webkit-box-flex: 1.1;
        -ms-flex: 1.1;
            flex: 1.1;
    margin-top: 11px;
  }
  .spot__end-title img {
    width: 100%;
  }
}

@media screen and (min-width: 900px) {
  .spot__end-contents {
    margin-top: 15px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .spot__end-contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: right;
    margin-top: 11px;
  }
}

.spot__end-text {
  margin-top: 16px;
  color: #fff;
  font-size: 11.44px;
}
@media screen and (min-width: 900px) {
  .spot__end-text {
    margin-top: 0;
    font-size: 16px;
  }
}

.spot__end-button {
  margin-top: 22px;
  margin-bottom: 22px;
}
@media screen and (min-width: 1200px) {
  .spot__end-button {
    margin-top: 26px;
  }
}

@media screen and (min-width: 900px) {
  .spot__end-nikukyu {
    position: absolute;
    top: 22px;
    left: -145px;
  }
  .spot__end-nikukyu img {
    width: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .spot__end-nikukyu {
    top: -100px;
    left: -208px;
  }
  .spot__end-nikukyu img {
    width: 100px;
  }
}

.spot__nami {
  position: relative;
  top: -1px;
  left: 0;
  width: 1080px;
  height: 44.7px;
  background: url(../img/pc/spot-end-nami.png) repeat left center/contain;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .spot__nami {
    top: -18px;
    left: 0;
    width: 3000px;
    height: 120px;
  }
}

.qa {
  padding-top: 41px;
  padding-bottom: 30px;
}
@media screen and (min-width: 900px) {
  .qa {
    padding-top: 101px;
    padding-bottom: 117px;
  }
}

.qa__inner {
  text-align: center;
}

.qa__inner-icon {
  margin-top: -1px;
}
.qa__inner-icon img {
  width: 37.33px;
  height: 37.33px;
}
@media screen and (min-width: 900px) {
  .qa__inner-icon {
    margin-top: 0px;
  }
  .qa__inner-icon img {
    width: 48px;
    height: 48px;
  }
}

.qa__boxes {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11.2px;
}
@media screen and (min-width: 900px) {
  .qa__boxes {
    margin-top: 56px;
    gap: 21.7px;
  }
}

.qa-box {
  border-radius: 12px;
  border: 2px solid #4a3636;
  text-align: left;
  background: #fff;
}
@media screen and (min-width: 900px) {
  .qa-box {
    border-radius: 16px;
  }
}

.qa-box__head {
  border-radius: 12px 12px 0 0;
  padding: 10px 50px 10px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  position: relative;
  width: 99.5%;
}
@media screen and (min-width: 900px) {
  .qa-box__head {
    border-radius: 16px 16px 0 0;
    padding: 28px 82px 27.5px 22px;
    width: 99.5%;
  }
}
.qa-box__head::after {
  content: "";
  position: absolute;
  top: 28%;
  right: 11px;
  width: 28px;
  height: 28px;
  background: url(../img/pc/qa-purasu.png) no-repeat center center/contain;
}
@media screen and (min-width: 600px) {
  .qa-box__head::after {
    width: 28px;
    height: 28px;
    top: 22%;
    right: 16px;
  }
}
@media screen and (min-width: 900px) {
  .qa-box__head::after {
    width: 48px;
    height: 48px;
    top: 22%;
    right: 16px;
  }
}
.qa-box__head.is-open::after {
  background: url(../img/pc/qa-mainasu.png) no-repeat center center/contain;
}

.qa-box__head-icon {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  width: 22px;
  height: 30px;
  color: #9ed0e0;
  position: relative;
  top: -4px;
}
@media screen and (min-width: 900px) {
  .qa-box__head-icon {
    font-size: 32px;
    width: 29px;
    height: 35px;
    position: relative;
    top: -6px;
  }
}

.qa-box__head-text {
  text-align: left;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .qa-box__head-text {
    font-size: 20px;
    padding-left: 3px;
  }
}

.qa-box__body {
  background: #f5f5f5;
  border-radius: 0 0 12px 12px;
  padding: 11px 14px 11px 14px;
}
@media screen and (min-width: 900px) {
  .qa-box__body {
    border-radius: 0 0 16px 16px;
    padding: 22px 22px 21px 22px;
  }
}

.qa-box__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 7px;
  padding-bottom: 2px;
}
@media screen and (min-width: 900px) {
  .qa-box__a {
    padding-top: 1px;
  }
}

.qa-box__a-icon {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  width: 17px;
  height: 30px;
  color: #9ed0e0;
  position: relative;
  top: -5px;
}
@media screen and (min-width: 900px) {
  .qa-box__a-icon {
    width: 23px;
    height: 40px;
    font-size: 32px;
    position: relative;
    top: -6px;
    left: 0px;
  }
}

.qa-box__a-text {
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .qa-box__a-text {
    font-size: 16px;
  }
}

.entry__wrapper {
  border: 8px solid #fff;
  background: rgba(255, 255, 255, 0.5019607843);
}

.entry__head {
  text-align: center;
  padding-top: 16px;
}
@media screen and (min-width: 900px) {
  .entry__head {
    padding-top: 32px;
  }
}

.entry__inner-icon img {
  width: 37.33px;
  height: 37.33px;
}
@media screen and (min-width: 900px) {
  .entry__inner-icon img {
    width: 48px;
    height: 48px;
  }
}

.entry__contents {
  margin-top: 23px;
  margin-bottom: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 900px) {
  .entry__contents {
    margin-top: 45px;
    margin-bottom: 36px;
  }
}

.entry__box {
  padding-top: 9.8px;
  padding-bottom: 10px;
  margin-left: 16px;
  margin-right: 16px;
}
.entry__box + .entry__box {
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 900px) {
  .entry__box {
    margin-left: 48px;
    margin-right: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 96px;
    padding-top: 9.5px;
    padding-bottom: 9.5px;
  }
}

.entry__title {
  font-weight: 700;
  font-size: 14px;
  padding-top: 3px;
  padding-left: 16px;
  position: relative;
}
.entry__title::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -0.5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9ed0e0;
}
@media screen and (min-width: 900px) {
  .entry__title {
    font-size: 16px;
    padding-left: 32px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .entry__title::before {
    top: 10px;
    left: 16px;
  }
}

.entry__text {
  margin-top: 8px;
  margin-bottom: 4px;
  padding-left: 0;
  font-size: 12px;
  line-height: 1.583;
}
@media screen and (min-width: 900px) {
  .entry__text {
    margin-top: 3px;
    margin-bottom: 2px;
    font-size: 16px;
    -webkit-box-flex: 6.05;
        -ms-flex: 6.05;
            flex: 6.05;
  }
}

.entry__item {
  position: relative;
}
.entry__item .space01 {
  margin-left: 0.01em;
}
.entry__item .space02 {
  margin-left: 0.16em;
}
.entry__item .space03 {
  margin-left: 0.43px;
}

.kuromaru {
  padding-left: 18px;
}
.kuromaru::before {
  content: "";
  position: absolute;
  top: 8.3px;
  left: 7px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #4a3636;
}
@media screen and (min-width: 900px) {
  .kuromaru {
    padding-left: 26px;
    line-height: 1.62;
  }
  .kuromaru::before {
    content: "";
    top: 13px;
    left: 12px;
  }
}

.entry__end-img {
  margin-top: 32px;
}
.entry__end-img img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .entry__end-img {
    margin-top: 120px;
  }
}

.contact {
  background: #fff;
  padding-top: 40px;
}
@media screen and (min-width: 900px) {
  .contact {
    padding-top: 118px;
  }
}

.contact__inner {
  max-width: 640px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .contact__inner {
    max-width: 908px;
  }
}
@media screen and (min-width: 1200px) {
  .contact__inner {
    max-width: 887px;
  }
}

.contact__head {
  text-align: center;
}
.contact__head img {
  width: 37.33px;
  height: 37.33px;
}
@media screen and (min-width: 900px) {
  .contact__head img {
    width: 48px;
    height: 48px;
  }
}

.contact__description {
  margin-top: 36px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .contact__description {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .contact__description {
    margin-top: 50px;
  }
}

.contact__fields {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 900px) {
  .contact__fields {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .contact__fields {
    margin-top: 40px;
    gap: 21px;
  }
}

.form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
@media screen and (min-width: 900px) {
  .form-field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (min-width: 900px) {
  .form-field__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.form-field__label {
  font-weight: 700;
  font-size: 14px;
  padding-top: 1px;
}
.form-field__label.show-error {
  color: #ce2073; /* 赤いボーダー */
}
@media screen and (min-width: 600px) {
  .form-field__label {
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  .form-field__label {
    font-size: 16px;
  }
}

.form-field__tag {
  margin-top: -1px;
  min-width: 40px;
  padding: 4px 8px 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  height: 27px;
  color: #fff;
  background: #ce2073;
}

@media screen and (min-width: 900px) {
  .form-field__item {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
}

.form-text,
.form-textarea {
  -webkit-transition: border-color 0.3s, background 0.3s;
  transition: border-color 0.3s, background 0.3s;
  padding: 16px 16px 18px 16px;
  width: 100%;
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #000;
  font-size: 14px;
}
.form-text::-webkit-input-placeholder, .form-textarea::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1; /* Firefoxでデフォルトの不透明度を上書き */
}
.form-text::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #ccc;
  opacity: 1; /* Firefoxでデフォルトの不透明度を上書き */
}
.form-text:-ms-input-placeholder, .form-textarea:-ms-input-placeholder {
  color: #ccc;
  opacity: 1; /* Firefoxでデフォルトの不透明度を上書き */
}
.form-text::-ms-input-placeholder, .form-textarea::-ms-input-placeholder {
  color: #ccc;
  opacity: 1; /* Firefoxでデフォルトの不透明度を上書き */
}
.form-text::placeholder,
.form-textarea::placeholder {
  color: #ccc;
  opacity: 1; /* Firefoxでデフォルトの不透明度を上書き */
}
.form-text:hover, .form-text:focus,
.form-textarea:hover,
.form-textarea:focus {
  border: 1px solid #9ed0e0;
  background: #e9f6f8;
  outline: none;
}
.form-text:user-invalid,
.form-textarea:user-invalid {
  border: 2px solid #ce2073; /* 赤いボーダー */
  background-color: #fff0f7; /* 薄い赤の背景 */
}
@media screen and (min-width: 900px) {
  .form-text,
  .form-textarea {
    padding: 16px 16px 14px 16px;
    font-size: 16px;
  }
}

.form-textarea {
  height: 160px;
}

.custom-select {
  position: relative;
}
.custom-select::before {
  content: "";
  position: absolute;
  top: 1.5px;
  right: 0px;
  width: 52px;
  height: 95%;
  border-radius: 0 5px 5px 0;
  background: #9ed0e0;
  pointer-events: none; /* クリックをselectに通す */
}
.custom-select.show-error::before {
  background: #ce2073;
}
.custom-select::after {
  content: "";
  position: absolute;
  top: 21px;
  right: 18px;
  width: 16px;
  height: 16px;
  background: url(../img/pc/contact-arrow.png) no-repeat center center/contain;
  pointer-events: none; /* クリックをselectに通す */
}

.form-select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 16px 52px 18px 16px;
  border: transparent;
  border-radius: 8px;
  background: #f5f5f5;
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .form-select {
    font-size: 16px;
    padding: 19px 52px 17px 19px;
  }
}
.form-select:hover, .form-select:focus {
  outline: none;
}
.form-select.show-error {
  border: 2px solid #ce2073; /* 赤いボーダー */
  background-color: #fff0f7; /* 薄い赤の背景 */
}

.form-field__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .form-field__radios {
    gap: 20px;
    height: 56px;
  }
}

.form-radio {
  line-height: 23px;
}
.form-radio:hover .form-radio__text::before, .form-radio:focus .form-radio__text::before {
  border-color: #9ed0e0;
}

.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:focus + .form-radio__text::before {
  border: 1px solid #9ed0e0;
}
.form-radio__input:hover + .form-radio__text::before {
  border: 1px solid #9ed0e0;
}

.form-radio__text {
  position: relative;
  padding-left: 32px;
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .form-radio__text {
    padding-left: 37px;
    font-size: 16px;
  }
}
.form-radio__text::before, .form-radio__text::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.form-radio__text::before {
  width: 24px;
  height: 24px;
  left: 0;
  background: #f5f5f5;
  top: -2px;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media screen and (min-width: 900px) {
  .form-radio__text::before {
    left: 5px;
  }
}
.form-radio__text::after {
  background-color: #9ed0e0;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  top: 4px;
  left: 6px;
  opacity: 0;
}
@media screen and (min-width: 900px) {
  .form-radio__text::after {
    left: 11px;
  }
}

.contact__end {
  margin-top: 25px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .contact__end {
    margin-top: 41px;
  }
}
@media screen and (min-width: 1200px) {
  .contact__end {
    margin-top: 42px;
  }
}

.form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}
.form-checkbox__input:focus + .form-checkbox__text::before {
  border-color: #9ed0e0;
  background: #f5f5f5;
}

.head__top {
  margin-top: 1.5px;
}
@media screen and (min-width: 900px) {
  .head__top {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.form-checkbox__text {
  position: relative;
  padding-left: 34px;
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .form-checkbox__text {
    padding-left: 37px;
    font-size: 16px;
  }
}
.form-checkbox__text::before, .form-checkbox__text::after {
  content: "";
  position: absolute;
  border-radius: 4px;
}
.form-checkbox__text::before {
  width: 24px;
  height: 24px;
  left: -1px;
  background: #f5f5f5;
  top: -2px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media screen and (min-width: 900px) {
  .form-checkbox__text::before {
    left: -2px;
  }
}
.form-checkbox__text::after {
  width: 15px;
  height: 10px;
  top: 4px;
  left: 6px;
  background: url(../img/pc/contact-check.png) no-repeat center center/contain;
  opacity: 0;
}
@media screen and (min-width: 900px) {
  .form-checkbox__text::after {
    left: 11px;
  }
}

.contact__button {
  margin-top: 27px;
}

@media screen and (min-width: 900px) {
  .contact-button {
    margin-top: 14px;
    font-size: 16px;
    padding: 4px 37px 6px;
    -webkit-box-shadow: 0px 4px 0px 0px currentColor;
            box-shadow: 0px 4px 0px 0px currentColor;
  }
}

.contact__end-white {
  background-color: #fff;
  height: 42px;
}
@media screen and (min-width: 900px) {
  .contact__end-white {
    height: 120px;
  }
}

.error-message {
  color: #ce2073;
  font-size: 13px;
  margin-top: 4px;
}

.error {
  border: 2px solid #ce2073 !important;
  background-color: #fff0f7 !important;
}

.footer {
  margin-top: 38px;
}
@media screen and (min-width: 900px) {
  .footer {
    margin-top: 113px;
  }
}

@media screen and (min-width: 900px) {
  .footer__inner {
    max-width: 1084px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .footer__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.footer__head {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .footer__head {
    position: relative;
    z-index: -1;
  }
}

@media screen and (min-width: 900px) {
  .footer__nikukyu {
    position: absolute;
    top: -35px;
    right: -150px;
    width: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__nikukyu {
    position: absolute;
    top: -35px;
    right: -164px;
    width: 100px;
  }
}

.footer__head-text {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
}
@media screen and (min-width: 900px) {
  .footer__head-text {
    font-size: 24px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__head-text {
    font-size: 24px;
    padding-right: 0px;
  }
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 43px;
  margin-top: 21px;
}
@media screen and (min-width: 900px) {
  .footer__sns {
    padding-right: 11px;
  }
}
@media screen and (min-width: 900px) {
  .footer__sns {
    padding-right: 0px;
  }
}

.footer__youtube {
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 900px) {
  .footer__youtube {
    width: 40px;
    height: 40px;
  }
}

.footer__insta img {
  width: 26.67px;
  height: 26.67px;
}
@media screen and (min-width: 900px) {
  .footer__insta img {
    width: 33.33px;
    height: 33.33px;
  }
}

.footer__twitter {
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 900px) {
  .footer__twitter {
    width: 40px;
    height: 40px;
  }
}

.footer__ONOMICHI {
  display: block;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  max-width: 328px;
}
@media screen and (min-width: 900px) {
  .footer__ONOMICHI {
    margin-top: 40px;
    max-width: 755px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__ONOMICHI {
    width: 764px;
    padding-right: 0px;
  }
}

.footer__box {
  border-radius: 16px;
  overflow: hidden;
  margin-top: -2px;
  background: #fff;
}
@media screen and (min-width: 900px) {
  .footer__box {
    margin-top: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-right: 8px;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) {
  .footer__box {
    margin-top: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-right: 0px;
    z-index: 1;
  }
}

.footer__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 335/271;
  vertical-align: top;
}
@media screen and (min-width: 900px) {
  .footer__map {
    -webkit-box-flex: 1.14;
        -ms-flex: 1.14;
            flex: 1.14;
  }
  .footer__map iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media screen and (min-width: 1200px) {
  .footer__map {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .footer__map iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.footer__contents {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 26px 30px 27px;
}
@media screen and (min-width: 900px) {
  .footer__contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 10.2%;
    padding-bottom: 9.9%;
    padding-left: 6%;
  }
}
@media screen and (min-width: 1200px) {
  .footer__contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 10.2%;
    padding-bottom: 9.9%;
    padding-left: 6%;
  }
}

.footer__logo {
  width: 153px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .footer__logo {
    width: 183px;
    margin-top: 0;
    margin-left: 0;
  }
}

.footer__content-wrapper {
  margin-top: 30px;
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  .footer__content-wrapper {
    margin-top: 25px;
    margin-bottom: 0;
  }
}

.footer__content {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .footer__content {
    gap: 30px;
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .footer__content {
    margin-top: 12px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__content {
    margin-top: 12.5px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }
}

.footer__content-title {
  padding-left: 16px;
  font-weight: 700;
  min-width: 64px;
  position: relative;
}
.footer__content-title::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #9ed0e0;
}
@media screen and (min-width: 900px) {
  .footer__content-title::before {
    top: 9px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__content-title {
    min-width: 92px;
  }
  .footer__content-title::before {
    top: 9px;
  }
}

.footer__end-white {
  height: 1px;
}
@media screen and (min-width: 900px) {
  .footer__end-white {
    height: 120px;
  }
}

.footer__page-top {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.footer__page-top img {
  width: 78px;
  height: auto;
}
@media screen and (min-width: 900px) {
  .footer__page-top {
    position: fixed;
    bottom: 5px;
    right: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .footer__page-top img {
    width: 100px;
    height: auto;
  }
  .footer__page-top.is-show {
    opacity: 1;
    visibility: visible;
  }
}

.footer__nami {
  position: relative;
  top: -1px;
  left: -53px;
  width: 1000px;
  height: 45.1px;
  background: url(../img/pc/footer-nami.png) repeat-x center right/contain;
}
@media screen and (min-width: 900px) {
  .footer__nami {
    height: 120px;
    width: 3000px;
    top: 3px;
    left: -227px;
  }
}

.footer__copyright {
  text-align: center;
  color: #fff;
  background-color: #67b0c7;
  height: 44px;
  position: relative;
  top: -3px;
}
.footer__copyright small {
  font-size: 10.3px;
  font-weight: 300;
}
@media screen and (min-width: 900px) {
  .footer__copyright {
    height: 58px;
    top: 1px;
  }
  .footer__copyright small {
    font-size: 14px;
    letter-spacing: 0.016em;
  }
}