@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
html:has(dialog[open]) {
  overflow: hidden;
}

body {
  font-family: "Noto Sans JP", serif;
  color: #4a3636;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  background-color: #e9f6f8;
}
body .is-fixed {
  overflow: hidden;
}

body.is-fixed {
  overflow: hidden;
}

.inner {
  padding-inline: 20px;
}
.button {
  font-size: 16px;
  font-weight: 700;
  color: #4a3636;
  background-color: #fff;
  padding: 6px 24px 8px 24px;
  border: 2px solid #4a3636;
  border-radius: 40px;
  -webkit-box-shadow: 0 4px 0 0 #4a3636;
          box-shadow: 0 4px 0 0 #4a3636;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.button:hover {
  background-color: #ffee56;
}
.button:focus {
  outline: none;
}

@media screen and (min-width: 900px) {
  .sp-text {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .pc-ver {
    display: none;
  }
}

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

.title-contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 6px;
}
.section__title {
  font-family: "Courgette", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  padding-block: 6px;
}
@media screen and (min-width: 900px) {
  .section__title {
    font-size: 20px;
    padding-block: 8px;
  }
}

.title-text {
  display: inline-block;
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  border-bottom: solid 6px #ffee56;
  padding-bottom: 6px;
}
@media screen and (min-width: 900px) {
  .title-text {
    font-size: 32px;
    padding-bottom: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header {
  width: 100%;
  height: 64px;
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 900px) {
  .header__inner {
    padding-inline: 24px;
  }
}

.header__logo {
  z-index: 2;
}
.header__logo img {
  width: 210px;
  display: block;
}
@media screen and (min-width: 900px) {
  .header__logo img {
    width: 183px;
    height: 24px;
  }
}

.header_icon {
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .header_icon {
    display: none;
  }
}

.header__nav {
  background: #fff;
  height: calc(100% - 64px);
  width: 100%;
  position: fixed;
  top: 64px;
  left: 0;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  z-index: 5;
}
.header__nav.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 900px) {
  .header__nav {
    position: static;
    -webkit-transform: none;
            transform: none;
    height: auto;
    background: transparent;
    margin-left: auto;
    width: auto;
  }
}

.header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  font-size: 14px;
  padding-top: 82px;
  padding-bottom: 82px;
  overflow-y: auto;
}
@media screen and (min-width: 900px) {
  .header__lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 11px;
    padding-top: 22.5px;
    padding-bottom: 22.5px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 900px) {
  .header__list {
    font-size: 12px;
    margin: 0 !important;
  }
}
@media screen and (min-width: 1512px) {
  .header__list {
    font-size: 12px;
    margin: 0 !important;
    padding-left: 1px;
  }
}

.header__button {
  height: 40px;
  padding: 4px 22px 8px 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .header__button {
    font-size: 14px;
    padding: 4px 22px 8px 22px;
    height: 36px;
  }
}

.header__link {
  display: inline-block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header__link:hover {
  color: #67b0c7;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media screen and (min-width: 900px) {
  .header__link-last {
    padding-right: 4px;
  }
}

.drawer-icon {
  width: 32px;
  height: 28px;
  position: relative;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(2), .drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  width: 32px;
  top: 14px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1), .drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(4) {
  top: 14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.drawer-icon__bar-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6px;
}

.drawer-icon__bar-point {
  width: 4.8px;
  height: 3px;
  top: 0;
}

.drawer-icon__bar {
  width: 32px;
  height: 3px;
  position: absolute;
  background: #4a3636;
  left: 0;
  border-radius: 4px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: top 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, transform 0.4s, opacity 0.4s;
  transition: top 0.4s, transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.drawer-icon__bar:nth-child(1) {
  width: 25.6px;
  height: 3px;
  top: 0;
}
.drawer-icon__bar:nth-child(2) {
  width: 3.8px;
  height: 3px;
  top: 0;
  left: 28.2px;
}
.drawer-icon__bar:nth-child(3) {
  top: 12px;
}
.drawer-icon__bar:nth-child(4) {
  top: 24px;
}

.fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-height: 710px;
  margin-top: 64px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 900px) {
  .fv {
    min-height: 740px;
  }
}

.fv__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 0 0 24px 24px;
}
.fv__image img {
  width: 100%;
  height: 100%;
  max-height: 553px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  border-radius: 0 0 24px 24px;
}
@media screen and (min-width: 600px) {
  .fv__image img {
    height: 100%;
  }
}
@media screen and (min-width: 900px) {
  .fv__image img {
    width: 100%;
    min-height: 740px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
    border-radius: 0 0 40px 40px;
  }
}
.fv__inner {
  position: relative;
  width: min(100% - 40px, 335px);
  z-index: 1;
  margin-inline: auto;
  max-width: 335px;
}
@media screen and (min-width: 900px) {
  .fv__inner {
    width: min(100% - 40px, 846px);
    max-width: 846px;
  }
}

.fv__message {
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .fv__message {
    top: 0;
  }
}

.fv__title-img {
  margin-top: 20px;
  width: 100%;
  max-width: 335px;
  height: auto;
}
@media screen and (min-width: 900px) {
  .fv__title-img {
    margin-top: 24px;
    max-width: 520px;
  }
}

.fv__text {
  margin-top: 18px;
  font-family: "Kiwi Maru", serif;
  font-size: 14px;
  line-height: 125%;
}
@media screen and (min-width: 900px) {
  .fv__text {
    margin-top: 34px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25; /* 30px */
    font-family: "Kiwi Maru";
    text-shadow: 0 0 30px #fff;
    text-align: center;
  }
}

.fv__contents {
  position: relative;
  height: auto;
  max-height: 522px;
  margin-top: 10px;
}
@media screen and (min-width: 900px) {
  .fv__contents {
    left: calc(50% - 424px);
    -webkit-transform: none;
            transform: none;
    max-height: 522px;
  }
}

.fv__pop-left {
  position: absolute;
  top: 7px;
  left: 0;
}
.fv__pop-left img {
  width: 142px;
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 600px) {
  .fv__pop-left img {
    width: 142px;
    height: auto;
    max-width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .fv__pop-left {
    top: -10px;
    left: 37px;
  }
  .fv__pop-left img {
    width: 244px;
    height: 130px;
  }
}

.fv__pop-right {
  position: absolute;
  top: 0;
  right: 25px;
  max-width: 100%;
}
.fv__pop-right img {
  width: 110px;
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 600px) {
  .fv__pop-right {
    right: 25px;
  }
  .fv__pop-right img {
    width: 110px;
    height: auto;
    max-width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .fv__pop-right {
    top: 8px;
    right: 125px;
  }
  .fv__pop-right img {
    width: 180px;
    height: 180px;
  }
}

.fv__image-iphone {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 103px;
}
@media screen and (min-width: 600px) {
  .fv__image-iphone {
    top: 103px;
  }
}
@media screen and (min-width: 900px) {
  .fv__image-iphone {
    top: 23px;
    left: 50%;
    -webkit-transform: translateX(calc(-50% + 1px));
            transform: translateX(calc(-50% + 1px));
  }
}

.fv__iphone-img {
  width: 100%;
  height: auto;
}
.fv__iphone-img img {
  max-width: 200px;
}
@media screen and (min-width: 900px) {
  .fv__iphone-img img {
    max-width: 250px;
    height: 510px;
  }
}

.fv__iphone-textbox {
  position: absolute;
  top: 122px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  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;
  text-align: center;
  width: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 13px;
  gap: 12.8px;
  padding-bottom: 19.2px;
}
.fv__iphone-textbox img {
  max-width: 160px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 900px) {
  .fv__iphone-textbox {
    top: 152.5px;
    width: 200px;
    gap: 16px;
    padding-bottom: 24px;
  }
}

.fv__iphone-title {
  width: 100%;
  text-align: center;
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  padding: 6.4px 9.6px;
  border-radius: 13px 13px 0 0;
}
@media screen and (min-width: 900px) {
  .fv__iphone-title {
    padding: 8px 12px;
  }
}

.fv__iphone-title-text {
  font-size: 12.8px;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 900px) {
  .fv__iphone-title-text {
    font-size: 16px;
  }
}

.fv__iphone-text-1 {
  display: inline-block;
  border-bottom: 2.4px solid #ce2073;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .fv__iphone-text-1 {
    font-size: 14px;
    padding-top: 2px;
  }
}

.fv__iphone-text-2 {
  font-weight: 700;
  font-size: 12px;
  padding-top: 3.4px;
}
@media screen and (min-width: 900px) {
  .fv__iphone-text-2 {
    font-size: 16px;
    padding-top: 6px;
  }
}

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

.fv__img-foods {
  position: absolute;
  top: 385px;
  left: 2px;
}
.fv__img-foods img {
  width: 100%;
  max-width: 86px;
  height: auto;
}
@media screen and (min-width: 900px) {
  .fv__img-foods {
    padding-top: 0;
    position: absolute;
    top: 213px;
    left: 0;
  }
  .fv__img-foods img {
    max-width: 215px;
  }
}

.fv__img-cats {
  position: absolute;
  top: 395px;
  right: 0;
}
.fv__img-cats img {
  width: 100%;
  max-width: 107px;
  height: auto;
}
@media screen and (min-width: 900px) {
  .fv__img-cats {
    position: absolute;
    padding-top: 0;
    top: 300px;
    right: -1px;
  }
  .fv__img-cats img {
    width: 100%;
    max-width: 233px;
    height: auto;
  }
}

.about {
  margin-top: 32px;
  width: 100%;
  margin-inline: auto;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow-x: clip;
  scroll-margin-top: 65px;
}
@media screen and (min-width: 900px) {
  .about {
    border-radius: 40px;
  }
}
@media screen and (min-width: 600px) {
  .about {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .about {
    margin-top: 177px;
  }
}

.about-text-img-left-line {
  position: absolute;
  display: none;
  z-index: -2;
}
@media screen and (min-width: 600px) {
  .about-text-img-left-line {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .about-text-img-left-line {
    display: block;
    top: -20px;
    right: calc(50% + 527px);
    width: 250px;
    height: 250px;
  }
  .about-text-img-left-line img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .about-text-img-left-line {
    right: calc(50% + 280px);
  }
}

.about__text-img-right {
  position: absolute;
  top: 273px;
  left: 50%;
  -webkit-transform: translateX(130px);
          transform: translateX(130px);
  z-index: -1;
  border-radius: 24px;
}
.about__text-img-right img {
  width: 200px;
  height: auto;
  max-width: none;
}
@media screen and (min-width: 600px) {
  .about__text-img-right {
    left: 50%;
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
  }
}
@media screen and (min-width: 900px) {
  .about__text-img-right {
    top: 72px;
    left: calc(50% + 380px);
  }
  .about__text-img-right img {
    width: 480px;
    height: 480px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .about__text-img-right {
    left: calc(50% + 230px);
  }
}

.about__text-img-left {
  position: absolute;
  top: 393px;
  left: 50%;
  -webkit-transform: translateX(-317px);
          transform: translateX(-317px);
  z-index: -1;
  border-radius: 24px;
}
.about__text-img-left img {
  width: 200px;
  height: 200px;
}
@media screen and (min-width: 600px) {
  .about__text-img-left {
    -webkit-transform: translateX(-380px);
            transform: translateX(-380px);
  }
}
@media screen and (min-width: 900px) {
  .about__text-img-left {
    top: 72px;
    left: calc(50% - 714px);
    border-radius: 40px;
  }
  .about__text-img-left img {
    width: 480px;
    height: 480px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .about__text-img-left {
    left: calc(50% - 460px);
  }
}

.about__inner {
  width: 100%;
  max-width: 375px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (min-width: 600px) {
  .about__inner {
    max-width: 500px;
  }
}
@media screen and (min-width: 900px) {
  .about__inner {
    max-width: 908px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .about__inner {
    max-width: 640px;
  }
}

.about__container {
  position: relative;
  width: 100%;
  max-width: 375px;
  background-color: #fff;
  padding-block: 40px;
  border-radius: 24px;
  padding-inline: 20px;
}
@media screen and (min-width: 600px) {
  .about__container {
    max-width: 848px;
  }
}
@media screen and (min-width: 900px) {
  .about__container {
    border-radius: 40px;
    width: 100%;
    max-width: 848px;
    margin-inline: auto;
  }
}

.about__img-contents {
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about__img1 {
  position: absolute;
  top: 30px;
  left: 32px;
}
.about__img1 img {
  width: 88px;
  height: 72px;
}
@media screen and (min-width: 900px) {
  .about__img1 {
    position: absolute;
    top: 39px;
    left: 83px;
  }
  .about__img1 img {
    width: 150px;
    height: 120px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .about__img1 {
    top: 20px;
  }
}

.about__img2 {
  position: absolute;
  top: 29px;
  right: 20px;
}
.about__img2 img {
  width: 88px;
  height: 72px;
}
@media screen and (min-width: 900px) {
  .about__img2 {
    top: 45px;
    right: 83px;
  }
  .about__img2 img {
    width: 150px;
    height: 120px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .about__img2 {
    top: 20px;
  }
}

.about__bg-img-cat {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(188px);
          transform: translateX(188px);
  top: -10px;
  z-index: -1;
}
.about__bg-img-cat img {
  width: 54px;
  height: 120px;
}
@media screen and (min-width: 600px) {
  .about__bg-img-cat {
    right: calc(50% - 75px);
    top: -10px;
  }
}
@media screen and (min-width: 900px) {
  .about__bg-img-cat {
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(calc(-50% + 540px));
            transform: translateX(calc(-50% + 540px));
  }
  .about__bg-img-cat img {
    width: 100px;
    height: 220px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .about__bg-img-cat {
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(calc(-50% + 340px));
            transform: translateX(calc(-50% + 340px));
  }
  .about__bg-img-cat img {
    width: 70px;
    height: auto;
  }
}

.about__title-contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 6px;
}

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

.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__message {
  margin-top: 23px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .about__message {
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  .about__message {
    display: none;
  }
}

.about__message-pc {
  display: none;
}
@media screen and (min-width: 900px) {
  .about__message-pc {
    display: block;
    margin-block: 33px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
  }
}

.about__texts {
  margin-top: 22px;
}
@media screen and (min-width: 600px) {
  .about__texts {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .about__texts {
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6; /* 25.6px */
  }
}

.about__texts p + p {
  margin-top: 19px;
}
@media screen and (min-width: 900px) {
  .about__texts p + p {
    margin-top: 27px;
  }
}

@media screen and (min-width: 900px) {
  .about__text2 {
    margin-top: 0;
  }
}

.user-id {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 2px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.user-id:hover {
  color: #67b0c7;
  text-decoration: underline;
}

.about__hashtag {
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .about__hashtag {
    font-size: 16px;
    font-weight: 700;
  }
}

.about__present {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-top: 26px;
  padding-block: 6px;
  border-bottom: 2px dashed #9ed0e0;
}
@media screen and (min-width: 900px) {
  .about__present {
    font-size: 20px;
    margin-top: 36px;
    margin-bottom: 32px;
    padding-block: 9px;
  }
}

.about__button {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 8px 23px 8px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .about__button {
    margin-top: 0;
    height: 56px;
    font-size: 20px;
    font-weight: 700;
    line-height: 160%; /* 32px */
    padding: 10px 38px 12px 38px;
    border-radius: 40px;
    border: 3px solid #4a3636;
    -webkit-box-shadow: 0 4px 0 0 #4a3636;
            box-shadow: 0 4px 0 0 #4a3636;
  }
}

.about__footer {
  position: relative;
  margin: 0 auto;
  overflow-x: clip;
}
.about__img-allow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about__img-allow img {
  width: 100px;
  height: 36px;
}
@media screen and (min-width: 900px) {
  .about__img-allow img {
    width: 140px;
    height: 50px;
  }
}

.about__wave {
  position: absolute;
  display: none;
}
@media screen and (min-width: 900px) {
  .about__wave {
    display: block;
    z-index: -2;
    top: -220px;
    right: 50%;
    -webkit-transform: translateX(calc(50% + 885px));
            transform: translateX(calc(50% + 885px));
  }
  .about__wave img {
    width: 873.922px;
    height: 45.021px;
    max-width: none;
  }
}

.about__img-slope {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.about__img-slope img {
  width: 138px;
  height: 215px;
}
@media screen and (min-width: 600px) {
  .about__img-slope {
    top: -90px;
    left: 0;
  }
  .about__img-slope img {
    width: 200px;
    height: auto;
  }
}
@media screen and (min-width: 900px) {
  .about__img-slope {
    top: -508px;
    left: calc(50% - 850px);
    z-index: 0;
  }
  .about__img-slope img {
    width: 427px;
    height: 817px;
  }
}
@media screen and (min-width: 1512px) {
  .about__img-slope {
    left: -103px;
  }
}

.about__goods {
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 80px));
          transform: translateX(calc(-50% + 80px));
}
.about__goods img {
  width: 169px;
  height: 107.003px;
}
@media screen and (min-width: 600px) {
  .about__goods {
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(calc(-50% + 220px));
            transform: translateX(calc(-50% + 220px));
    z-index: -1;
  }
  .about__goods img {
    width: 280px;
    height: auto;
  }
}
@media screen and (min-width: 900px) {
  .about__goods {
    top: -227px;
    left: 50%;
    -webkit-transform: translateX(calc(-50% + 529px));
            transform: translateX(calc(-50% + 529px));
    z-index: -1;
  }
  .about__goods img {
    width: 308px;
    height: 306.678px;
  }
}

.swiper-section {
  position: relative;
  margin-top: 103px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .swiper-section {
    margin-top: 117px;
  }
}

@media screen and (min-width: 900px) {
  .onomichi-title {
    margin-right: 3px;
  }
}
.onomichi-title img {
  width: 355px;
}
@media screen and (min-width: 900px) {
  .onomichi-title img {
    width: 891px;
  }
}

.swiper {
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .swiper {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .swiper {
    gap: 20px;
    top: -8px;
  }
}

.photo-slide {
  width: 100px !important;
}
.photo-slide img {
  height: auto;
}
@media screen and (min-width: 600px) {
  .photo-slide {
    width: 100px !important;
  }
}
@media screen and (min-width: 900px) {
  .photo-slide {
    margin-top: 3px;
    width: 200px !important;
  }
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
@media screen and (min-width: 900px) {
  .swiper-wrapper {
    padding-top: 1px;
  }
}

.entry {
  margin-top: 64px;
  overflow-x: clip;
}
@media screen and (min-width: 900px) {
  .entry {
    margin-top: 110px;
  }
}

.entry__inner {
  padding-inline: 20px;
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .entry__inner {
    padding-inline: 36px;
  }
}
.entry__icon img {
  width: 37.333px;
  height: auto;
}
@media screen and (min-width: 900px) {
  .entry__icon img {
    width: 48px;
    height: auto;
  }
}

.entry__bg-imgs {
  margin-top: 32px;
}

.entry__bg-map {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 113px));
          transform: translateX(calc(-50% - 113px));
  z-index: -1;
}
.entry__bg-map img {
  width: 149px;
  height: 223px;
}
@media screen and (min-width: 600px) {
  .entry__bg-map {
    left: calc(50% - 50px);
  }
  .entry__bg-map img {
    width: 180px;
    height: auto;
  }
}
@media screen and (min-width: 900px) {
  .entry__bg-map {
    top: -60px;
    left: calc(50% - 375px);
  }
  .entry__bg-map img {
    width: 460px;
    height: auto;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .entry__bg-map {
    top: -60px;
    left: calc(50% - 260px);
  }
  .entry__bg-map img {
    width: 380px;
    height: auto;
  }
}

.entry__bg-gray {
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 171.5px));
          transform: translateX(calc(-50% + 171.5px));
}
.entry__bg-gray img {
  width: 94px;
  height: auto;
}
@media screen and (min-width: 900px) {
  .entry__bg-gray {
    top: -16px;
    -webkit-transform: translateX(calc(-50% + 545px));
            transform: translateX(calc(-50% + 545px));
  }
  .entry__bg-gray img {
    width: 214px;
    height: auto;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .entry__bg-gray {
    -webkit-transform: translateX(calc(-50% + 460px));
            transform: translateX(calc(-50% + 460px));
  }
}

.entry__bg-tabi {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 111px));
          transform: translateX(calc(-50% + 111px));
  z-index: -1;
}
.entry__bg-tabi img {
  width: 105px;
  height: auto;
}
@media screen and (min-width: 900px) {
  .entry__bg-tabi {
    top: -27px;
    -webkit-transform: translateX(calc(-50% + 408px));
            transform: translateX(calc(-50% + 408px));
  }
  .entry__bg-tabi img {
    width: 238px;
    height: auto;
  }
}
@media screen and (min-width: 900px) and (min-width: 900px) and (max-width: 1199px) {
  .entry__bg-tabi {
    -webkit-transform: translateX(calc(-50% + 320px));
            transform: translateX(calc(-50% + 320px));
  }
}

.entry__bg-paws {
  position: absolute;
  top: 74px;
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 140px));
          transform: translateX(calc(-50% + 140px));
}
.entry__bg-paws img {
  width: 55px;
  height: auto;
}
@media screen and (min-width: 600px) {
  .entry__bg-paws {
    -webkit-transform: translateX(calc(-50% + 200px));
            transform: translateX(calc(-50% + 200px));
  }
}
@media screen and (min-width: 900px) {
  .entry__bg-paws {
    top: 148px;
    -webkit-transform: translateX(calc(-50% + 672.5px));
            transform: translateX(calc(-50% + 672.5px));
  }
  .entry__bg-paws img {
    width: 100px;
    height: auto;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .entry__bg-paws {
    left: calc(50% - 105px);
  }
  .entry__bg-paws img {
    width: 70px;
    height: auto;
  }
}

.entry__bg-paws2 {
  position: absolute;
  top: 550px;
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 140px));
          transform: translateX(calc(-50% - 140px));
}
.entry__bg-paws2 img {
  width: 55px;
  height: auto;
}
@media screen and (min-width: 600px) {
  .entry__bg-paws2 {
    -webkit-transform: translateX(calc(-50% - 200px));
            transform: translateX(calc(-50% - 200px));
  }
}
@media screen and (min-width: 900px) {
  .entry__bg-paws2 {
    top: 580px;
    left: calc(50% - 470px);
  }
  .entry__bg-paws2 img {
    width: 100px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .entry__bg-paws2 {
    top: 600px;
    left: calc(50% - 210px);
  }
  .entry__bg-paws2 img {
    width: 70px;
    height: auto;
  }
}

.entry__bg-paws3 {
  position: absolute;
  top: 880px;
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 140px));
          transform: translateX(calc(-50% + 140px));
}
.entry__bg-paws3 img {
  width: 55px;
  height: auto;
}
@media screen and (min-width: 600px) {
  .entry__bg-paws3 {
    -webkit-transform: translateX(calc(-50% + 200px));
            transform: translateX(calc(-50% + 200px));
  }
}
@media screen and (min-width: 900px) {
  .entry__bg-paws3 {
    display: none;
  }
}

.entry__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 900px) {
  .entry__steps {
    display: grid;
    grid-template-columns: repeat(3, 320px);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 32px;
    margin-top: 43px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .entry__steps {
    gap: 7px;
    grid-template-columns: repeat(3, 294px);
  }
}

.entry__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 16px;
}
@media screen and (min-width: 900px) {
  .entry__step {
    padding-bottom: 0;
    width: 320px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .entry__step {
    width: 294px;
  }
}

@media screen and (min-width: 900px) {
  .entry__step2 {
    margin-top: 68px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .entry__step2 {
    margin-top: 50px;
  }
}

@media screen and (min-width: 900px) {
  .entry__step-img {
    margin-inline: 0;
  }
}
.entry__step-img img {
  width: 196px;
  height: auto;
}
@media screen and (min-width: 900px) {
  .entry__step-img img {
    width: 280px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .entry__step-img img {
    width: 257px;
  }
}

.entry__step-title {
  font-size: 16px;
  font-weight: 700;
  padding-top: 16px;
}
@media screen and (min-width: 900px) {
  .entry__step-title {
    font-size: 20px;
    margin-top: 24px;
    padding-top: 0;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .entry__step-title {
    font-size: 16px;
  }
}

.entry__step-text {
  margin-top: 14px;
}
@media screen and (min-width: 600px) {
  .entry__step-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .entry__step-text {
    margin-top: 15px;
    font-size: 16px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .entry__step-text {
    font-size: 14px;
  }
}

.entry-follow {
  position: relative;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 15px auto 0 auto;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  border: 1px solid #fff;
  padding: 8px 11px 8px 30px;
}
@media screen and (min-width: 900px) {
  .entry-follow {
    margin-top: 16px;
    padding: 9px 11px 9px 25px;
  }
}
.entry-follow:hover {
  border-color: #67b0c7;
}

.entry__follow-button {
  position: absolute;
  left: 10px;
}
.entry__follow-button img {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 900px) {
  .entry__follow-button img {
    width: 24px;
    height: 24px;
  }
}

.entry-follow-text {
  padding-left: 8px;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .entry-follow-text {
    padding-left: 17px;
    font-size: 16px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .entry-follow-text {
    font-size: 14px;
  }
}

@media screen and (min-width: 900px) {
  .entry__lines {
    position: absolute;
    top: 0;
  }
}

.entry__line1 {
  display: none;
}
@media screen and (min-width: 900px) {
  .entry__line1 {
    display: block;
    position: absolute;
    top: 390px;
    left: 50%;
    -webkit-transform: translateX(calc(-50% - 200px));
            transform: translateX(calc(-50% - 200px));
  }
  .entry__line1 img {
    width: 113px;
    height: auto;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .entry__line1 {
    top: 330px;
    left: 50%;
    -webkit-transform: translateX(calc(-50% - 160px));
            transform: translateX(calc(-50% - 160px));
  }
  .entry__line1 img {
    width: 76px;
    height: auto;
  }
}

.entry__line2 {
  display: none;
}
@media screen and (min-width: 900px) {
  .entry__line2 {
    display: block;
    position: absolute;
    top: 390px;
    left: 50%;
    -webkit-transform: translateX(calc(-50% + 165px));
            transform: translateX(calc(-50% + 165px));
  }
  .entry__line2 img {
    width: 113px;
    height: auto;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .entry__line2 {
    top: 330px;
    left: 50%;
    -webkit-transform: translateX(calc(-50% + 135px));
            transform: translateX(calc(-50% + 135px));
  }
  .entry__line2 img {
    width: 76px;
    height: auto;
  }
}

.entry__hash-button {
  height: 40px;
  padding: 4px 22px 8px 22px;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 900px) {
  .entry__hash-button {
    margin-top: 50px;
    font-size: 20px;
    padding: 8px 38px 10px 38px;
    height: 56px;
  }
}

@media screen and (min-width: 900px) {
  .entry-line-img {
    display: none;
    width: 0;
  }
}
.entry-line-img img {
  width: 7px;
  height: 34px;
}

.prize {
  position: relative;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: clip;
  scroll-margin-top: 65px;
}
@media screen and (min-width: 900px) {
  .prize {
    margin-top: 125px;
  }
}

.prize__inner {
  margin-inline: auto;
  width: 100%;
  max-width: 600px;
}
@media screen and (min-width: 900px) {
  .prize__inner {
    max-width: 1084px;
    padding-inline: 30px;
  }
}

.prize__title-head {
  display: block;
  text-align: center;
}
.prize__title-head img {
  width: 237.6px;
  height: 83px;
}
@media screen and (min-width: 900px) {
  .prize__title-head img {
    width: 365.624px;
    height: 148.967px;
  }
}

.prize__title-head-images {
  display: none;
}
@media screen and (min-width: 900px) {
  .prize__title-head-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 900px) {
  .prize__title-img-left {
    position: absolute;
    top: 28px;
    left: 50%;
    -webkit-transform: translateX(calc(-50% - 350px));
            transform: translateX(calc(-50% - 350px));
  }
}
@media screen and (min-width: 900px) {
  .prize__title-img-left img {
    width: 315px;
    height: 86px;
  }
}

@media screen and (min-width: 900px) {
  .prize__title-img-right {
    position: absolute;
    top: 28px;
    left: 50%;
    -webkit-transform: translateX(calc(-50% + 355px));
            transform: translateX(calc(-50% + 355px));
  }
}
@media screen and (min-width: 900px) {
  .prize__title-img-right img {
    width: 315px;
    height: 86px;
  }
}

.prize__contents {
  background-color: #fff;
  border-radius: 24px;
  padding-bottom: 35px;
  padding-inline: 20px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .prize__contents {
    margin-inline: auto;
    padding-bottom: 52px;
    padding-inline: 30px;
    width: min(1024px, 100%);
  }
}

.prize__title-contents {
  position: absolute;
  top: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .prize__title-contents {
    top: 28px;
  }
}

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

.prize__title-text {
  padding-bottom: 5px;
}

.prize__top-text {
  text-align: center;
  padding-top: 58px;
}
@media screen and (min-width: 600px) {
  .prize__top-text {
    padding-top: 60px;
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .prize__top-text {
    padding-top: 65px;
    font-size: 16px;
  }
}

.prize__boxes {
  margin-top: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 39px;
}
@media screen and (min-width: 600px) {
  .prize__boxes {
    margin-top: 44px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 39px;
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .prize__boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 44px;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
    row-gap: 80px;
    margin-top: 83px;
  }
}

.prize__box {
  position: relative;
  width: calc(50% - 7.5px);
  border-radius: 8px;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (min-width: 600px) {
  .prize__box {
    height: auto;
  }
}
@media screen and (min-width: 900px) {
  .prize__box {
    width: calc((100% - 122px) / 3);
    border-radius: 16px;
  }
}
.prize__box:last-child {
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .prize__box:last-child {
    margin-inline: 0;
  }
}
.prize__box:hover {
  -webkit-box-shadow: 0 0 0 4px #67b0c7;
          box-shadow: 0 0 0 4px #67b0c7;
}
.prize__box:hover .prize__box-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media screen and (min-width: 900px) {
  .prize__big-box {
    width: calc((100% - 86px) / 2);
    height: auto;
    border-radius: 24px;
  }
}
.prize__big-box .prize__box-img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .prize__big-box .prize__box-img {
    border-radius: 24px 24px 0 0;
  }
  .prize__big-box .prize__box-img img {
    width: 100%;
    height: auto;
    max-height: 340px;
  }
}
@media screen and (min-width: 900px) {
  .prize__big-box .prize__box-contents {
    width: 100%;
    min-height: 120px;
    border-radius: 0 0 24px 24px;
  }
}
@media screen and (min-width: 600px) {
  .prize__big-box .prize__box-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .prize__big-box .prize__box-text {
    font-size: 20px;
  }
}
.prize__big-box .prize__zoom {
  top: 18px;
}
@media screen and (min-width: 600px) {
  .prize__big-box .prize__zoom {
    top: 35px;
  }
}
@media screen and (min-width: 900px) {
  .prize__big-box .prize__zoom {
    top: 23px;
  }
  .prize__big-box .prize__zoom img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 900px) {
  .prize__big-box .prize-pop {
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .prize__big-box .prize-pop img {
    width: 100%;
    height: auto;
    min-width: 100px;
  }
}

.prize-pop {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.prize-pop img {
  width: 48px;
  height: auto;
}
@media screen and (min-width: 900px) {
  .prize-pop {
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .prize-pop img {
    width: 80px;
    height: 80px;
  }
}

.prize__box-img {
  height: auto;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  display: block;
  border-radius: 8px 8px 0 0;
}
.prize__box-img img {
  display: block;
  width: 100%;
  min-height: 140px;
  border-radius: 8px 8px 0 0;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (min-width: 900px) {
  .prize__box-img {
    border-radius: 16px 16px 0 0;
  }
  .prize__box-img img {
    max-height: 240px;
  }
}

.prize__box-contents {
  position: relative;
  width: 100%;
  height: 56px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f5f5f5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 600px) {
  .prize__box-contents {
    height: 70px;
  }
}
@media screen and (min-width: 900px) {
  .prize__box-contents {
    width: 100%;
    height: 80px;
    border-radius: 0 0 16px 16px;
  }
}

.prize__box-text {
  display: block;
  text-align: center;
  font-weight: 700;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .prize__box-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .prize__box-text {
    font-size: 16px;
    padding-block: 28px;
  }
}

.prize__zoom {
  position: absolute;
  bottom: 0;
  right: 0;
}
.prize__zoom img {
  width: 36px;
  height: auto;
}
@media screen and (min-width: 600px) {
  .prize__zoom {
    top: 35px;
  }
}
@media screen and (min-width: 900px) {
  .prize__zoom {
    top: 16px;
    right: -1px;
  }
  .prize__zoom img {
    width: 64px;
    height: auto;
  }
}

.prize__button {
  margin-top: 18px;
  height: 40px;
  padding: 4px 22px 8px 22px;
  font-size: 16px;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 900px) {
  .prize__button {
    height: 56px;
    padding: 10px 38px 12px 38px;
    font-size: 20px;
    margin-top: 40px;
  }
}

.modal-get-img {
  display: none;
}

.prize__modal {
  position: fixed;
  inset: 0;
  width: 336px;
  max-width: calc(100% - 20px);
  height: 480px;
  padding: 0;
  border: none;
  border-radius: 24px;
  overscroll-behavior-y: none;
}
@media screen and (min-width: 900px) {
  .prize__modal {
    width: 480px;
    max-width: calc(100% - 20px);
    height: 650px;
  }
}
.prize__modal::-ms-backdrop {
  opacity: 0.6;
  background-color: #000;
}
.prize__modal::backdrop {
  opacity: 0.6;
  background-color: #000;
}

.prize-modal__img {
  overflow: hidden;
}
.prize-modal__img img {
  width: 100%;
  height: auto;
  min-height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 24px 24px 0 0;
}
@media screen and (min-width: 900px) {
  .prize-modal__img {
    width: 100%;
    height: auto;
    min-height: 300px;
  }
}

.prize-modal__textbox {
  text-align: center;
  padding-inline: 20px;
  padding-bottom: 20px;
  border-radius: 0 0 24px 24px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 900px) {
  .prize-modal__textbox {
    padding-inline: 40px;
    padding-bottom: 20px;
  }
}

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

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

.prize-modal__close-button {
  display: inline-block;
  height: 40px;
  padding: 4px 22px 4px 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .prize-modal__close-button {
    margin-top: 24px;
  }
}

.spots__bg {
  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;
  margin-top: -45px;
  z-index: -2;
}
@media screen and (min-width: 900px) {
  .spots__bg {
    margin-top: 0;
  }
}

.spots__bg-img {
  width: 100%;
}
.spots__bg-img img {
  height: auto;
  width: 100%;
  min-width: 580px;
  min-height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 900px) {
  .spots__bg-img img {
    min-width: 580px;
    min-height: 600px;
  }
}

.spots {
  overflow-x: hidden;
  position: relative;
  padding-top: 45.7px;
  padding-bottom: 45.7px;
  margin-top: -63px;
  scroll-margin-top: 65px;
}
.spots::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 100%;
  min-width: 375px;
  height: 46px;
  background-image: url("../img/spots__wave.png");
  background-repeat: repeat-x;
  background-position: left -3px center;
  background-size: contain;
}
.spots::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  min-width: 375px;
  height: 46px;
  bottom: 3px;
  background-image: url("../img/spots__footer-wave-img.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 900px) {
  .spots {
    padding-top: 120px;
    padding-bottom: 98px;
    margin-top: -133px;
  }
  .spots::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    min-width: 1512px;
    height: 120px;
    background-image: url("../img/spots__wave-pc.png");
  }
  .spots::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    min-width: 1512px;
    height: 120px;
    background-image: url("../img/spots__footer-wave-pc-img.png");
  }
}

.spots__inner {
  position: relative;
  background-color: #67b0c7;
}

.spots__main-contents {
  position: relative;
}
.spots__main {
  position: relative;
  left: auto;
  -webkit-transform: none;
          transform: none;
}
.spots__main-color {
  background-color: #67b0c7;
}

.spot__wave-position {
  position: relative;
}

.spots__head-section {
  padding-left: 0;
  display: block;
}
@media screen and (min-width: 900px) {
  .spots__head-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: max(30px, 50% - 512px);
    padding-top: 15px;
  }
}

.spots__contents {
  background-color: #67b0c7;
  padding-top: 2px;
}

.spots__title-head {
  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;
  background-color: #67b0c7;
  padding-bottom: 25px;
  padding-top: 18px;
}
@media screen and (min-width: 900px) {
  .spots__title-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 31px;
    padding-top: 0;
  }
}

.spots__all-contents {
  position: relative;
}

.spots__wave {
  position: relative;
  height: 45px;
}

.spots__wave-img {
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  top: -20px;
  z-index: 3;
}
@media screen and (min-width: 900px) {
  .spots__wave-img {
    position: absolute;
    top: -120px;
    width: 100%;
  }
}
.spots__wave-img img {
  display: block;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (min-width: 900px) {
  .spots__wave-img img {
    width: 100%;
    min-width: 1512px;
  }
}

@media screen and (min-width: 900px) {
  .spots__title-icon-img {
    padding-bottom: 14px;
  }
}
.spots__title-icon-img img {
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 900px) {
  .spots__title-icon-img img {
    width: 56px;
    height: 56px;
  }
}

.spots__title {
  font-family: "Kiwi Maru", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 125%; /* 35px */
  color: #fff;
  margin-left: 8px;
  margin-top: 0;
}
@media screen and (min-width: 900px) {
  .spots__title {
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin-left: 0;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 40px;
    letter-spacing: 0.25em;
  }
}

.swiper-spots {
  position: relative;
  overflow: hidden !important;
}
@media screen and (min-width: 900px) {
  .swiper-spots {
    padding-top: 9px;
  }
}

.swiper-spots-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 900px) {
  .swiper-spots-wrapper {
    padding-top: 7px;
  }
}

.swiper-spots-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 180px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper-spots-box img {
  border-radius: 12px 12px 0 0;
  min-height: 180px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .swiper-spots-box img {
    border-radius: 24px 24px 0 0;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .swiper-spots-box {
    width: 435px !important;
  }
}

.spots__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.swiper-textbox {
  background-color: #fff;
  padding-inline: 24px;
  padding-bottom: 31px;
  width: auto;
  height: 100%;
  border-radius: 0 0 12px 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 600px) {
  .swiper-textbox {
    max-width: none;
  }
}
@media screen and (min-width: 900px) {
  .swiper-textbox {
    width: auto;
    padding-inline: 32px;
    padding-bottom: 40px;
    border-radius: 0 0 24px 24px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .swiper-textbox {
    max-width: none;
  }
}

.swiper-title {
  padding-block: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .swiper-title {
    font-size: 20px;
    padding-block: 25px;
  }
}

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

.swiper-buttons {
  display: none;
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .swiper-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 523px !important;
    gap: 786px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .swiper-buttons {
    top: 550px !important;
    gap: 500px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.spots-prev {
  width: 80px !important;
  height: 80px !important;
}
@media screen and (min-width: 600px) {
  .spots-prev {
    position: static !important;
    -webkit-transform: none;
            transform: none;
  }
  .spots-prev img {
    height: 60px;
    width: auto;
  }
}
@media screen and (min-width: 900px) {
  .spots-prev {
    position: static !important;
    -webkit-transform: none;
            transform: none;
  }
  .spots-prev img {
    width: 100%;
    height: auto;
  }
}

.spots-next {
  width: 80px !important;
  height: 80px !important;
}
@media screen and (min-width: 600px) {
  .spots-next {
    position: static !important;
    -webkit-transform: none;
            transform: none;
  }
  .spots-next img {
    height: 60px;
    width: auto;
  }
}
@media screen and (min-width: 900px) {
  .spots-next {
    position: static !important;
    -webkit-transform: none;
            transform: none;
  }
  .spots-next img {
    width: 100%;
    height: auto;
  }
}

.spots__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .spots__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 4px;
    padding-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .spots__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 900px) {
  .footer__inner {
    width: 100%;
    margin-inline: auto;
  }
}

.footer__main {
  background-color: #67b0c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .footer__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 57px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .footer__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 900px) {
  .spots__footer-img {
    padding-top: 0;
  }
}
.spots__footer-img img {
  width: 255px;
  height: 55px;
}
@media screen and (min-width: 900px) {
  .spots__footer-img img {
    width: 495px;
    height: 107px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .spots__footer-img img {
    width: 360px;
    height: auto;
  }
}

.spots__footer-textbox {
  margin-bottom: 30px;
}
@media screen and (min-width: 900px) {
  .spots__footer-textbox {
    padding-left: 80px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .spots__footer-textbox {
    padding-left: 0;
  }
}

.spots__footer-text {
  font-size: 11.444px;
  font-weight: 400;
  line-height: 160%;
  color: #fff;
  margin-top: 16px;
  padding-bottom: 30px;
}
@media screen and (min-width: 900px) {
  .spots__footer-text {
    font-size: 16px;
    margin-top: 0;
    padding-bottom: 26px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .spots__footer-text {
    font-size: 14px;
    margin-top: 15px;
  }
}

.spots__footer-button {
  padding: 6px 24px 8px 24px;
  margin-bottom: 23px;
}
@media screen and (min-width: 900px) {
  .spots__footer-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 53px;
    padding: 9px 38px 10px 38px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    margin-left: 11px;
  }
}

.spots__footer-wave {
  margin-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .spots__footer-wave {
    min-width: 1512px;
  }
}
.spots__footer-wave img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .spots__footer-wave img {
    width: 100%;
    display: block;
    position: relative;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.spots__paw {
  display: none;
}
@media screen and (min-width: 900px) {
  .spots__paw {
    display: block;
    position: absolute;
    top: 510px;
    left: calc(50% - 670px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
    margin: auto;
  }
  .spots__paw img {
    width: 100px;
    height: 220px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .spots__paw {
    top: 590px;
    left: calc(50% - 555px);
  }
  .spots__paw img {
    width: 80px;
    height: auto;
  }
}

.qa {
  margin-top: 36px;
  margin-bottom: 30px;
  margin-inline: auto;
  scroll-margin-top: 65px;
}
@media screen and (min-width: 600px) {
  .qa {
    margin-top: 100px;
    margin-bottom: 30px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 900px) {
  .qa {
    margin-top: 90px;
    margin-bottom: 100px;
    margin-inline: auto;
  }
}

.qa__inner {
  width: 100%;
  max-width: 335px;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .qa__inner {
    max-width: 600px;
  }
}
@media screen and (min-width: 900px) {
  .qa__inner {
    max-width: 1024px;
  }
}

.qa__icon img {
  width: 37px;
  height: 37px;
}
@media screen and (min-width: 900px) {
  .qa__icon img {
    width: 48px;
    height: 48px;
  }
}

.qa__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 23px;
}
@media screen and (min-width: 900px) {
  .qa__boxes {
    gap: 24px;
    margin-top: 41px;
  }
}

.qa__box {
  border-radius: 12px;
  border: 2px solid #4a3636;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .qa__box {
    border-radius: 16px;
  }
}

.qa-box__q-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 10px;
  padding-inline: 14px;
}
@media screen and (min-width: 900px) {
  .qa-box__q-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-inline: 22px;
    padding-top: 21px;
    padding-bottom: 20px;
  }
}

.qa-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.qa-box__q-icon {
  font-family: "Josefin Sans";
  font-size: 24px;
  font-weight: 400;
  display: grid;
  place-items: center;
  color: #9ed0e0;
}
@media screen and (min-width: 600px) {
  .qa-box__q-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 900px) {
  .qa-box__q-icon {
    font-size: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.25;
  }
}

.qa-box__q-text {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  padding-inline: 13px;
}
@media screen and (min-width: 600px) {
  .qa-box__q-text {
    display: block;
    padding-inline: 16px;
  }
}
@media screen and (min-width: 900px) {
  .qa-box__q-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    padding-inline: 18px;
  }
}

.qa-box__open {
  padding: 0;
  margin-left: auto;
}
@media screen and (min-width: 600px) {
  .qa-box__open {
    margin-left: auto;
  }
}
@media screen and (min-width: 900px) {
  .qa-box__open {
    margin-left: auto;
  }
}
.qa-box__open img {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 900px) {
  .qa-box__open img {
    width: 48px;
    height: 48px;
  }
}

.icon-open {
  display: block;
}

.icon-close {
  display: none;
}

/* 開いた状態 */
.is-open .icon-open {
  display: none;
}
.is-open .icon-close {
  display: block;
}

.qa-box__q-body {
  background-color: #fff;
}

.qa-box__a-body {
  display: none;
  background-color: #f5f5f5;
}

.qa-box__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 14px;
  padding-right: 18px;
  padding-left: 15px;
}
@media screen and (min-width: 900px) {
  .qa-box__a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: 22px;
    padding-top: 25px;
    padding-bottom: 22px;
  }
}

.qa-box__a-icon {
  font-family: "Josefin Sans";
  font-size: 24px;
  font-weight: 400;
  display: grid;
  place-items: center;
  color: #9ed0e0;
}
@media screen and (min-width: 900px) {
  .qa-box__a-icon {
    font-size: 32px;
    line-height: 1.25;
  }
}

.qa-box__a-text {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  padding-left: 15px;
}
@media screen and (min-width: 900px) {
  .qa-box__a-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    padding-left: 16px;
  }
}

.entry-requirements {
  scroll-margin-top: 65px;
}

.entry-requirements-all {
  width: 100%;
  margin-inline: auto;
  margin-top: 30px;
  max-width: 335px;
}
@media screen and (min-width: 600px) {
  .entry-requirements-all {
    max-width: 600px;
  }
}
@media screen and (min-width: 900px) {
  .entry-requirements-all {
    max-width: 1021px;
    margin-top: 120px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .entry-requirements-all {
    padding-inline: 30px;
  }
}

.entry-requirements__container {
  background-color: #fff;
  padding-inline: 10px;
  padding-block: 10px;
}
@media screen and (min-width: 900px) {
  .entry-requirements__container {
    padding-bottom: 12px;
  }
}

.entry-requirements__inner {
  background-color: rgba(233, 246, 248, 0.5);
  padding-inline: 14px;
  padding-bottom: 24px;
}
@media screen and (min-width: 900px) {
  .entry-requirements__inner {
    padding-inline: 44px;
    padding-bottom: 40px;
  }
}

.entry-requirements__title-contents {
  padding-top: 15px;
  padding-bottom: 24px;
}
@media screen and (min-width: 900px) {
  .entry-requirements__title-contents {
    padding-top: 29px;
  }
}

.entry-requirements__icon img {
  width: 37.333px;
  height: 37.333px;
}
@media screen and (min-width: 900px) {
  .entry-requirements__icon img {
    width: 48px;
    height: 48px;
  }
}

.entry-requirements__boxes {
  display: grid;
  gap: 12px;
}
@media screen and (min-width: 900px) {
  .entry-requirements__boxes {
    display: grid;
    margin-top: 17px;
  }
}

.entry-requirements__box {
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 900px) {
  .entry-requirements__box {
    display: grid;
    grid-template-columns: 180px 1fr; /* ←ここがポイント */
    -webkit-column-gap: 44px;
       -moz-column-gap: 44px;
            column-gap: 44px;
    padding-left: 17px;
  }
}

.entry-requirements__box-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding-bottom: 6px;
}
@media screen and (min-width: 900px) {
  .entry-requirements__box-titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; /* ←ここが重要 */
  }
}

.entry-requirements__box-icon {
  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; /* 縦中央 */
}
.entry-requirements__box-icon img {
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 900px) {
  .entry-requirements__box-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 9px;
  }
}

.entry-requirements__box-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  padding-left: 8px;
}
@media screen and (min-width: 600px) {
  .entry-requirements__box-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  .entry-requirements__box-title {
    font-size: 16px;
  }
}

.entry-requirements__box-text {
  font-size: 12px;
  padding-bottom: 16px;
}
@media screen and (min-width: 600px) {
  .entry-requirements__box-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .entry-requirements__box-text {
    font-size: 16px;
    padding-left: auto;
    padding-bottom: 11.5px;
    margin: 0;
  }
}

.entry-requirements__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.entry-requirements__box-text-precautions {
  padding-left: 1.5em;
  position: relative;
}
.entry-requirements__box-text-precautions::before {
  content: "・";
  position: absolute;
  top: 0.1em;
  left: 0.2em;
}
@media screen and (min-width: 600px) {
  .entry-requirements__box-text-precautions {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (min-width: 900px) {
  .entry-requirements__box-text-precautions {
    font-size: 16px;
    padding-left: 1.5em;
    margin: 0;
    line-height: 162%;
  }
}

.last-precautions {
  border-bottom: 0px;
}
@media screen and (min-width: 900px) {
  .last-precautions {
    border-bottom: 0px;
  }
}

.entry-requirements__footer {
  margin-top: 32px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .entry-requirements__footer {
    margin-top: 120px;
  }
}

.entry-requirements__footer-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1px;
  height: auto;
}
.entry-requirements__footer-bg img {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .entry-requirements__footer-bg img {
    max-width: 900px;
    max-height: 200px;
    height: auto;
  }
}
@media screen and (min-width: 900px) {
  .entry-requirements__footer-bg img {
    max-width: 100%;
    max-height: 400px;
    height: auto;
  }
}

.contact {
  padding-top: 40px;
  background-color: #fff;
  width: 100%;
  margin-inline: auto;
  padding-bottom: 42px;
}
@media screen and (min-width: 900px) {
  .contact {
    padding-top: 120px;
    max-width: none;
    padding-bottom: 120px;
  }
}

.contact__inner {
  padding-inline: 20px;
  max-width: 640px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .contact__inner {
    max-width: none;
  }
}

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

.contact__head-text {
  margin-top: 24px;
}
@media screen and (min-width: 600px) {
  .contact__head-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .contact__head-text {
    font-size: 16px;
    margin-top: 36px;
  }
}
@media screen and (min-width: 600px) {
  .contact__head-text .pc-ver {
    display: none;
  }
}

.contact__form {
  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: 24px;
}
@media screen and (min-width: 900px) {
  .contact__form {
    margin-top: 36px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contact__fields {
  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 {
    width: 100%;
    max-width: 848px;
    margin-inline: auto;
    gap: 24px;
  }
}

@media screen and (min-width: 900px) {
  .form__field {
    display: grid;
    grid-template-columns: 220px 1fr; /* ←ここがポイント */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 56px;
  }
}

.form__field-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .form__field-head {
    padding-top: 7px;
  }
}

.form__field-label {
  font-size: 14px;
  font-weight: 700;
}
@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 {
  font-size: 12px;
  font-weight: 700;
  background-color: #ce2073;
  color: #fff;
  border-radius: 4px;
  padding: 4px 8px;
}
@media screen and (min-width: 900px) {
  .form__field-tag {
    height: 27px;
  }
}

.form__field-item {
  border-radius: 8px;
  font-size: 14px;
  margin-top: 8px;
}
@media screen and (min-width: 600px) {
  .form__field-item {
    max-width: 628px;
  }
}
@media screen and (min-width: 900px) {
  .form__field-item {
    margin-top: 3px;
  }
}

.form__field-input {
  width: 100%;
  height: 56px;
  padding: 16px;
  background-color: #f5f5f5;
  border: none;
  border-radius: 8px;
}
.form__field-input::-webkit-input-placeholder {
  color: #ccc;
}
.form__field-input::-moz-placeholder {
  color: #ccc;
}
.form__field-input:-ms-input-placeholder {
  color: #ccc;
}
.form__field-input::-ms-input-placeholder {
  color: #ccc;
}
.form__field-input::placeholder {
  color: #ccc;
}
.form__field-input:focus {
  background-color: #e9f6f8;
  border: 1px solid #9ed0e0;
  outline: none;
}
.form__field-input.is-error {
  border: 1px solid #ce2073;
  background-color: #fff0f7;
}
@media screen and (min-width: 900px) {
  .form__field-input {
    font-size: 16px;
    padding: 17px 15px 13px 15px;
  }
}

.form__field-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
  margin-top: 5px;
}
@media screen and (min-width: 900px) {
  .form__field-radios {
    gap: 22px;
  }
}

.form__field-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.radio__select-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #f5f5f5;
  border-radius: 50%;
  position: relative;
  background-color: #f5f5f5;
  margin: 0;
}
.radio__select-button:checked + .form__field__radio-text {
  font-weight: 700;
}
.radio__select-button:checked::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #9ed0e0;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.radio__select-button:focus {
  border: 1px solid #9ed0e0;
}

.form__field__radio-text {
  font-size: 14px;
  padding-left: 8px;
}
@media screen and (min-width: 900px) {
  .form__field__radio-text {
    font-size: 16px;
    padding-left: 10px;
  }
}

.form-field__item-select {
  border-radius: 8px;
  margin-top: 8px;
}
@media screen and (min-width: 900px) {
  .form-field__item-select {
    margin-top: 0;
  }
}

.form-field__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 56px;
  padding: 11px 40px 13px 16px;
  font-size: 14px;
  background-image: url(../img/select-allow.png), linear-gradient(to left, #9ed0e0 52px, #f5f5f5 50px);
  background-repeat: no-repeat, no-repeat;
  background-position: right 10px center, center;
  background-size: 32px, 100%;
  border-radius: 8px;
  border: none;
}
.form-field__select:focus {
  border: 1px solid #9ed0e0;
  outline: none;
}
.form-field__select.is-error {
  border: 1px solid #ce2073;
  background-color: #fff0f7;
  background-image: url(../img/select-allow.png), linear-gradient(to left, #ce2073 50px, #fff0f7 50px);
}
@media screen and (min-width: 900px) {
  .form-field__select {
    font-size: 16px;
    padding: 19px 40px 13px 16px;
  }
}

.form__field-textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form__field-textarea .form__field-head {
  padding-top: 2px;
}
@media screen and (min-width: 900px) {
  .form__field-textarea {
    height: auto;
  }
}

.form-textarea {
  width: 100%;
  height: 160px;
  padding: 15px;
  background-color: #f5f5f5;
  border: none;
  border-radius: 8px;
}
.form-textarea::-webkit-input-placeholder {
  color: #ccc;
}
.form-textarea::-moz-placeholder {
  color: #ccc;
}
.form-textarea:-ms-input-placeholder {
  color: #ccc;
}
.form-textarea::-ms-input-placeholder {
  color: #ccc;
}
.form-textarea::placeholder {
  color: #ccc;
}
.form-textarea:focus {
  background-color: #e9f6f8;
  border: 1px solid #9ed0e0;
  outline: none;
}
.form-textarea.is-error {
  border: 1px solid #ce2073;
  background-color: #fff0f7;
}
@media screen and (min-width: 900px) {
  .form-textarea {
    padding: 18px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
}

.contact__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .contact__privacy {
    margin-top: 28px;
  }
}

.form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 12px;
}

.form-checkbox__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 24px;
  height: 24px;
  background-color: #f5f5f5;
  border-radius: 4px;
  position: relative;
  margin: 0;
}
.form-checkbox__input:checked {
  -webkit-box-shadow: 0 0 0 1px #67b0c7;
          box-shadow: 0 0 0 1px #67b0c7;
}
.form-checkbox__input:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/form-check-icon.png) no-repeat center center/contain;
  width: 24px;
  height: 24px;
}
.form-checkbox__input.is-error {
  background-color: #fff0f7 !important;
}

.form-checkbox__text {
  font-size: 14px;
}
.form-checkbox__text a {
  text-decoration-line: underline;
}
@media screen and (min-width: 900px) {
  .form-checkbox__text {
    font-size: 16px;
    margin-block: 14px;
  }
}

.contact__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  height: 40px;
  padding: 4px 22px 6px 22px;
  margin-top: 26px;
}
@media screen and (min-width: 900px) {
  .contact__button {
    width: 240px;
    padding: 4 22px 6px 22px;
    margin-top: 24px;
  }
}

.info {
  overflow-x: clip;
}
.info__inner {
  padding-inline: 20px;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  .info__inner {
    max-width: 640px;
  }
}
@media screen and (min-width: 900px) {
  .info__inner {
    max-width: 1084px;
    padding-inline: 30px;
  }
}

.info__paw {
  width: 100%;
  height: auto;
  position: absolute;
  top: -35px;
  left: calc(50% + 575px);
  z-index: -1;
}
.info__paw img {
  width: 100px;
}

.info__heads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 38px;
}
@media screen and (min-width: 900px) {
  .info__heads {
    margin-top: 115px;
  }
}

.info__head-text {
  font-family: "Josefin Sans";
  font-size: 20px;
}
@media screen and (min-width: 900px) {
  .info__head-text {
    font-size: 24px;
  }
}

.info__sns-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  gap: 40px;
}
@media screen and (min-width: 900px) {
  .info__sns-items {
    margin-top: 20px;
  }
}

.info__sns-item img {
  width: 32px;
  height: 32px;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media screen and (min-width: 900px) {
  .info__sns-item img {
    width: 40px;
    height: 40px;
  }
}
.info__sns-item:hover img {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.info__onomichi-img {
  margin-top: 14px;
}
.info__onomichi-img img {
  width: 328px;
}
@media screen and (min-width: 900px) {
  .info__onomichi-img {
    margin-top: 41px;
  }
  .info__onomichi-img img {
    width: 755px;
  }
}

.info__contents {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #fff;
}
@media screen and (min-width: 900px) {
  .info__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    max-width: 1024px;
  }
}

.info__map {
  width: 100%;
}
.info__map iframe {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 335/271;
}
@media screen and (min-width: 900px) {
  .info__map {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .info__map iframe {
    aspect-ratio: 512/400;
  }
}

.info__textbox {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .info__textbox {
    padding: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-inline: auto;
  }
}

.info__text-logo {
  margin-top: 22px;
}
.info__text-logo img {
  width: 153px;
  height: 20px;
}
@media screen and (min-width: 900px) {
  .info__text-logo {
    margin-top: 32px;
  }
  .info__text-logo img {
    width: 183px;
    height: 24px;
  }
}

.info__boxes {
  display: grid;
  gap: 8px;
  margin-top: 30px;
  padding-bottom: 30px;
  padding-inline: 27px;
}
@media screen and (min-width: 900px) {
  .info__boxes {
    padding-inline: 0;
    gap: 12px;
    margin-top: 24px;
  }
}

.info__box {
  display: grid;
  grid-template-columns: 80px 1fr;
}
@media screen and (min-width: 600px) {
  .info__box {
    gap: 16px;
  }
}
@media screen and (min-width: 900px) {
  .info__box {
    grid-template-columns: 120px 1fr; /* ←ここがポイント */
    gap: 0;
  }
}

.info__box-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info__box-icon img {
  display: block;
  width: 8px;
  height: 8px;
}

.info__box-title {
  margin: 0;
  padding-left: 8px;
  font-size: 12px;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  .info__box-title {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .info__box-title {
    font-size: 16px;
  }
}

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

.footer {
  width: 100%;
  margin-inline: auto;
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .footer {
    margin-top: 90px;
  }
}

.footer__last-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__pagetop img {
  width: 78px;
  height: 78px;
}
@media screen and (min-width: 900px) {
  .footer__pagetop {
    display: none;
  }
}

.footer__wave {
  width: 100%;
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  max-height: 46px;
}
.footer__wave img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 900px) {
  .footer__wave {
    max-height: 120px;
    margin-top: 26px;
  }
}

.copyright {
  width: 100%;
  background-color: #67b0c7;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.copyright-text {
  font-size: 10px;
  margin: 0;
  color: #fff;
}
@media screen and (min-width: 900px) {
  .copyright-text {
    font-size: 14px;
  }
}

.pagetop {
  display: none;
}
@media screen and (min-width: 900px) {
  .pagetop {
    display: block;
    position: fixed;
    right: 40px;
    bottom: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 10;
  }
  .pagetop img {
    width: 100px;
    height: 104px;
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .pagetop img {
    width: 80px;
    height: auto;
  }
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
.pagetop:hover img {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}