@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #000;
  line-height: 1.6;
  font-weight: normal;
  font-style: normal;
  background: #E9F6F8;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 64px;
}

html, body {
  overflow-x: hidden;
}

.inner {
  padding-inline: 20px;
  margin-inline: auto;
  max-width: 640px;
}
@media screen and (min-width:900px) {
  .inner {
    padding-inline: 30px;
    max-width: 1084px;
  }
}
.heading {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  gap: 6px;
}
@media screen and (min-width:1200px) {
  .heading {
    gap: 8px;
  }
}

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

.heading__title {
  color: #4A3636;
  font-family: "Courgette", cursive;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%; /* 20px */
}
@media screen and (min-width:900px) {
  .heading__title {
    font-size: 20px;
  }
}

.heading__text {
  color: #4A3636;
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 125%; /* 25px */
  padding-bottom: 6px;
  border-bottom: 6px solid #FFEE66;
  display: inline;
}
@media screen and (min-width:900px) {
  .heading__text {
    font-size: 32px;
    padding-bottom: 8px;
    border-bottom: 8px solid #FFEE66;
    display: inline;
  }
}

.button {
  border-radius: 40px;
  border: 2px solid #4A3636;
  background: #FFF;
  box-shadow: 0px 4px 0px 0px #4A3636;
  padding: 4px 22px 6px 22px;
  display: inline-block;
  text-align: center;
}
@media screen and (min-width:900px) {
  .button {
    padding-top: 8px;
    padding-right: 37px;
    padding-bottom: 10px;
    padding-left: 37px;
    font-size: 20px;
    border-width: 3px;
    box-shadow: 0px 2px 0px 0px #4A3636;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background: #fff;
  z-index: 20;
  border-radius: 5px 5px 0 0;
}

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

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

.header__open {
  margin-left: auto;
  line-height: 0;
}

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

.drawer-contents {
  display: none;
  width: 100%;
  height: 100%;
  background: #FFF;
  position: fixed;
  top: 64px;
  left: 0;
  border-radius: 10px;
  padding: 82px 94px;
  text-align: center;
  z-index: 15;
}
@media screen and (min-width:1200px) {
  .drawer-contents {
    display: none;
  }
}

.drawer-contents__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
}

.header__link {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: inline-block;
}
@media screen and (min-width:1200px) {
  .header__link {
    font-size: 12px;
  }
}

.header__icon {
  right: 0;
  width: 32px;
  height: 29px;
  position: relative;
}
@media screen and (min-width:1200px) {
  .header__icon {
    display: none;
  }
}
.header__icon.is-checked .header__icon-bar:nth-child(1) {
  transform: rotate(45deg);
  top: 13.5px;
  width: 32px;
}
.header__icon.is-checked .header__icon-bar:nth-child(2) {
  display: none;
}
.header__icon.is-checked .header__icon-bar:nth-child(3) {
  transform: rotate(-45deg);
  top: 13.5px;
}
.header__icon.is-checked .header__icon-dot {
  display: none;
}

.header__icon-bar {
  width: 32px;
  height: 3px;
  border-radius: 20px;
  background: #4A3636;
  position: absolute;
  right: 0;
}
.header__icon-bar:nth-child(1) {
  top: 0;
  left: 0;
  width: 25px;
}
.header__icon-bar:nth-child(2) {
  top: 12px;
}
.header__icon-bar:nth-child(3) {
  top: 24px;
}

.header__icon-dot {
  position: absolute;
  top: 0;
  right: 0;
  left: 27.2px;
  width: 4.8px;
  height: 3px;
  border-radius: 20px;
  background: #4A3636;
}

.header__nav-button-text {
  font-size: 16px;
  font-weight: 700;
  color: #4A3636;
  font-feature-settings: "pref" on;
  width: 96px;
}
@media screen and (min-width:1200px) {
  .header__nav-button-text {
    font-size: 14px;
  }
}

@media screen and (min-width:1200px) {
  .button-scroll {
    padding: 4px 22px 6px 22px;
    font-size: 14px;
    margin-left: -9px;
  }
}

.fv {
  margin-top: 64px;
  position: relative;
}

.fv__background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 156px);
  overflow: hidden;
  border-radius: 0 0 27px 27px;
}
@media screen and (min-width:768px) {
  .fv__background-image {
    overflow: visible;
    height: calc(100% - 96px);
  }
}
.fv__background-image img {
  width: 100%;
  height: 100%;
}

.fv__inner {
  position: relative;
  width: 100%;
  max-width: 335px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width:900px) {
  .fv__inner {
    max-width: 848px;
  }
}

.fv__contents {
  text-align: center;
}
.fv__title {
  padding-top: 17px;
  padding-bottom: 20px;
  color: #4A3636;
  text-shadow: 0px 0px 30px #FFF;
  font-family: "Kiwi Maru", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25; /* 17.5px */
}
@media screen and (min-width:900px) {
  .fv__title {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 24px;
  }
}
@media screen and (min-width:1200px) {
  .fv__title {
    padding-top: 35px;
    padding-bottom: 24px;
  }
}

@media screen and (min-width:900px) {
  .fv__img-title img {
    max-width: 520px;
  }
}

.fv__contents-wrapping {
  position: relative;
  height: 522px;
  margin-top: 11px;
}
@media screen and (min-width:900px) {
  .fv__contents-wrapping {
    height: 559px;
    margin-top: 0px;
  }
}

.fv__contents2 {
  margin-top: 10px;
}
@media screen and (min-width:768px) {
  .fv__contents2 {
    margin-top: 0;
  }
}

.fv__img-fukidashi {
  position: absolute;
  top: 7px;
  left: 0;
  width: 142px;
  max-width: 100%;
}
@media screen and (min-width:900px) {
  .fv__img-fukidashi {
    top: 0;
    left: 37.5px;
    width: 244px;
  }
}

.fv__img-present {
  position: absolute;
  top: 0;
  right: 25px;
  width: 110px;
  max-width: 100%;
}
@media screen and (min-width:900px) {
  .fv__img-present {
    top: 17px;
    right: 127px;
    width: 180px;
  }
}

.fv__img-smartphone {
  position: absolute;
  bottom: 11px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  max-width: 100%;
}
.fv__img-smartphone img {
  border-radius: 27px;
}
@media screen and (min-width:900px) {
  .fv__img-smartphone {
    width: 250px;
    bottom: 17px;
  }
}

.fv__img-smartphone-wrap {
  position: absolute;
  bottom: 142.4px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 12.8px;
  width: 160px;
  text-align: center;
  padding-bottom: 16.2px;
}
@media screen and (min-width:900px) {
  .fv__img-smartphone-wrap {
    bottom: 180.5px;
    border-radius: 12.8px;
    width: 200px;
    padding-bottom: 24px;
  }
}

.fv__img-smartphone-heading {
  color: #fff;
  font-size: 12.8px;
  font-weight: 700;
  line-height: 160%; /* 20.48px */
  background: linear-gradient(265deg, #AC3790 -3.52%, #D65A5C 44.94%, #F4C06D 92.38%);
  border-radius: 12.8px 12.8px 0 0;
  padding: 6.4px 18.5px 6.4px 18.5px;
}
@media screen and (min-width:900px) {
  .fv__img-smartphone-heading {
    font-size: 16px;
    padding: 9.4px 18.5px 8.4px 18.5px;
  }
}

.fv__img-smartphone-body {
  padding-right: 14px;
  padding-left: 14px;
  margin-top: 10.8px;
}
@media screen and (min-width:900px) {
  .fv__img-smartphone-body {
    padding-right: 12px;
    padding-left: 12px;
    margin-top: 14px;
  }
}

.fv__img-smartphone-title {
  color: #4A3636;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  display: inline;
  padding-bottom: 3.2px;
  border-bottom: 2.4px solid var(--LP-Red, #CE2073);
}
@media screen and (min-width:900px) {
  .fv__img-smartphone-title {
    font-size: 14px;
    padding-bottom: 3.2px;
  }
}

.fv__img-smartphone-text {
  padding-top: 7.8px;
  color: #4A3636;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width:900px) {
  .fv__img-smartphone-text {
    font-size: 16px;
    padding-top: 9.8px;
  }
}

.fv__img-smartphone-button {
  margin-top: 10.8px;
  color: #4A3636;
  font-size: 14px;
  padding: 4px 24px 6px 24px;
  font-weight: 700;
}
@media screen and (min-width:900px) {
  .fv__img-smartphone-button {
    font-size: 16px;
    margin-top: 13.8px;
  }
}

.fv-images__food {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  max-width: 100%;
}
@media screen and (min-width:900px) {
  .fv-images__food {
    bottom: 0;
    left: 0;
    width: 212px;
  }
}

.fv-images__cats {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 107px;
  max-width: 100%;
}
@media screen and (min-width:900px) {
  .fv-images__cats {
    bottom: -43px;
    right: 0;
    width: 233px;
  }
}

.about {
  margin-top: 32px;
  position: relative;
  text-align: center;
}
@media screen and (min-width:900px) {
  .about {
    margin-top: 80px;
  }
}

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

.about__body {
  background: #fff;
  padding: 39px 40px;
  border-radius: 24px;
  margin-inline: auto;
}
@media screen and (min-width:900px) {
  .about__body {
    padding-inline: 20px;
  }
}
.about__contents {
  margin-top: 24px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  width: 100%;
}
@media screen and (min-width:900px) {
  .about__contents {
    margin-top: 33px;
    gap: 0;
  }
}

.about__title {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: normal;
}
@media screen and (min-width:600px) {
  .about__title {
    font-size: 16px;
  }
}
.about__text {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
}
@media screen and (min-width:600px) {
  .about__text {
    font-size: 14px;
  }
}
@media screen and (min-width:900px) {
  .about__text {
    font-size: 16px;
  }
}

@media screen and (min-width:1200px) {
  .about__text-1 {
    margin-top: 34px;
  }
}

.about__text-2 {
  margin-top: 17px;
}
@media screen and (min-width:1200px) {
  .about__text-2 {
    margin-top: 26px;
  }
}

.about__text-3 {
  margin-top: 19px;
}
@media screen and (min-width:1200px) {
  .about__text-3 {
    margin-top: 26px;
  }
}

.about__text-4 {
  margin-top: 19px;
}
@media screen and (min-width:1200px) {
  .about__text-4 {
    margin-top: 27px;
  }
}

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

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

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

.about__text-line {
  text-decoration: underline;
}

.about__text-font {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width:900px) {
  .about__text-font {
    font-size: 16px;
  }
}

.about__footer {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 24px;
  padding-top: 7px;
  padding-bottom: 5px;
  border-bottom: 2px dashed #9ED0E0;
}
@media screen and (min-width:900px) {
  .about__footer {
    display: inline-block;
    margin-block: 32px;
    font-size: 20px;
    padding-top: 13px;
    padding-bottom: 9px;
    margin-inline: auto;
  }
}

.about-button-text {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
}
@media screen and (min-width:900px) {
  .about-button-text {
    font-size: 20px;
  }
}

.img-about__image1,
.img-about__image2 {
  position: absolute;
  width: 87.5px;
}

.img-about__image1 {
  top: 31.87px;
  right: calc(50% + 45.5px);
}
@media screen and (min-width:900px) {
  .img-about__image1 {
    top: 40.75px;
    right: calc(50% + 193px);
    width: 146px;
    max-width: 100%;
    box-shadow: none;
  }
}

.img-about__image2 {
  top: 30px;
  left: calc(50% + 60.72px);
}
@media screen and (min-width:900px) {
  .img-about__image2 {
    top: 47px;
    left: calc(50% + 193px);
    width: 146px;
    max-width: 100%;
    box-shadow: none;
  }
}

.img-bg {
  position: absolute;
  top: -10px;
  left: calc(50% + 133.5px);
  z-index: -1;
}
@media screen and (min-width:600px) {
  .img-bg {
    top: -20px;
    left: calc(50% + 203px);
  }
}
@media screen and (min-width:900px) {
  .img-bg {
    top: -60px;
    left: calc(50% + 300px);
    width: 70px;
  }
}
@media screen and (min-width:900px) {
  .img-bg {
    top: -80px;
    left: calc(50% + 490px);
    width: 100px;
  }
}

.img-photo__image1 {
  position: absolute;
  top: 273px;
  left: calc(50% + 127px);
  width: 200px;
  max-width: 100%;
  z-index: -2;
  border-radius: 24px;
}
@media screen and (min-width:600px) {
  .img-photo__image1 {
    left: calc(50% + 180px);
  }
  .img-photo__image1 img {
    border-radius: 24px;
  }
}
@media screen and (min-width:900px) {
  .img-photo__image1 {
    top: 74px;
    left: calc(50% + 360px);
    width: 480px;
  }
  .img-photo__image1 img {
    border-radius: 40px;
    max-width: 100%;
  }
}
@media screen and (min-width:1200px) {
  .img-photo__image1 {
    top: 74px;
    left: calc(50% + 560px);
  }
}

.img-photo__image2 {
  position: absolute;
  top: 395px;
  right: calc(50% + 128px);
  width: 200px;
  max-width: 100%;
  z-index: -2;
}
.img-photo__image2 img {
  border-radius: 24px;
  max-width: 100%;
}
@media screen and (min-width:600px) {
  .img-photo__image2 {
    right: calc(50% + 180px);
  }
}
@media screen and (min-width:900px) {
  .img-photo__image2 {
    top: 74px;
    right: calc(50% + 360px);
    width: 480px;
  }
  .img-photo__image2 img {
    border-radius: 40px;
    max-width: 100%;
  }
}
@media screen and (min-width:1200px) {
  .img-photo__image2 {
    right: calc(50% + 614px);
    width: 480px;
  }
  .img-photo__image2 img {
    border-radius: 40px;
    max-width: 100%;
  }
}

.about__images {
  text-align: center;
}

.about__image-pattern {
  position: absolute;
  top: -20px;
  right: calc(50% + 280px);
  width: 250px;
  z-index: -5;
}
@media screen and (min-width:1200px) {
  .about__image-pattern {
    right: calc(50% + 527px);
  }
}

.about__image-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.about__image-arrow img {
  width: 100px;
  max-width: 100%;
}
@media screen and (min-width:900px) {
  .about__image-arrow img {
    width: 140px;
  }
}

.about__image-hill {
  position: absolute;
  bottom: 61px;
  left: 0;
  z-index: -10;
}
@media screen and (min-width:900px) {
  .about__image-hill {
    width: 427px;
    bottom: 140px;
    right: calc(50% + 150px);
    left: auto;
  }
}
@media screen and (min-width:1200px) {
  .about__image-hill {
    bottom: 150px;
    right: calc(50% + 432px);
    left: auto;
  }
}
.about__image-hill img {
  width: 138px;
  max-width: 100%;
}
@media screen and (min-width:600px) {
  .about__image-hill img {
    width: 200px;
  }
}
@media screen and (min-width:900px) {
  .about__image-hill img {
    width: 427px;
    max-width: 100%;
  }
}

.about__image-bullet {
  position: absolute;
  bottom: 156px;
  left: calc(50% - 3px);
}
@media screen and (min-width:900px) {
  .about__image-bullet {
    bottom: 304px;
    left: calc(50% + 120px);
  }
}
.about__image-bullet img {
  width: 133px;
  max-width: 100%;
}
@media screen and (min-width:900px) {
  .about__image-bullet img {
    width: 308px;
  }
}
@media screen and (min-width:1200px) {
  .about__image-bullet {
    bottom: 380px;
    left: calc(50% + 374px);
    z-index: -1;
  }
}

.about__image-stone {
  position: absolute;
  bottom: 215px;
  left: calc(50% + 118.5px);
  width: 48px;
  max-width: 100%;
}
@media screen and (min-width:600px) {
  .about__image-stone {
    width: 80px;
  }
}
@media screen and (min-width:900px) {
  .about__image-stone {
    width: 101px;
    top: 601px;
    left: calc(50% + 300px);
  }
}
@media screen and (min-width:1200px) {
  .about__image-stone {
    z-index: -5;
    top: 601px;
    left: calc(50% + 505px);
  }
}

.about__image-wave {
  position: absolute;
  bottom: 579px;
  left: calc(50% + 200px);
  width: 874px;
  z-index: -5;
}
@media screen and (min-width:1200px) {
  .about__image-wave {
    top: 607.33px;
    left: calc(50% + 111.1px);
  }
}

.about__bottom {
  margin-top: 139.67px;
}
@media screen and (min-width:900px) {
  .about__bottom {
    margin-top: 167px;
  }
}

.about__image-onomichi {
  margin-inline: auto;
}
.about__image-onomichi img {
  width: 357px;
  max-width: 100%;
}
@media screen and (min-width:900px) {
  .about__image-onomichi img {
    width: 770px;
  }
}
@media screen and (min-width:1200px) {
  .about__image-onomichi img {
    width: 891px;
  }
}

.gallary {
  margin-top: -1px;
}
@media screen and (min-width:768px) {
  .gallary {
    margin-top: -6px;
    width: 100%;
  }
}

.gallary-wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
  transition-timing-function: linear;
}
@media screen and (min-width:900px) {
  .gallary-wrapper {
    gap: 20px;
  }
}

.gallary-slide {
  max-width: 100px;
  height: auto;
  margin: 0;
}
@media screen and (min-width:900px) {
  .gallary-slide {
    max-width: 200px;
  }
}
.gallary-slide img {
  border-radius: 10px;
}
@media screen and (min-width:900px) {
  .gallary-slide img {
    border-radius: 24px;
  }
}

.gallary-pagination {
  display: none;
}

.gallary-prev {
  display: none;
}

.gallary-next {
  display: none;
}

.gallary-scrollbar {
  display: none;
}

.how-to-enter {
  margin-top: 32.8px;
  padding-top: 34px;
  padding-bottom: 20px;
}
@media screen and (min-width:1200px) {
  .how-to-enter {
    margin-top: 120px;
    padding-block: 0;
  }
}

.how-to-enter__inner {
  position: relative;
  text-align: center;
}

.how-to-enter__body {
  text-align: center;
}
@media screen and (min-width:768px) {
  .how-to-enter__body {
    text-align: center;
  }
}

.how-to-enter__image1 {
  position: absolute;
  top: 0px;
  right: calc(50% + 38.5px);
  z-index: -1;
  width: 149px;
}
@media screen and (min-width:900px) {
  .how-to-enter__image1 {
    width: 380px;
    max-width: 100%;
  }
}
@media screen and (min-width:1200px) {
  .how-to-enter__image1 {
    top: -60px;
    right: calc(50% + 260px);
    width: 460px;
  }
}

.how-to-enter__image2-1 {
  position: absolute;
  width: 105px;
  top: 0;
  left: calc(50% + 58.5px);
  overflow: visible;
}
@media screen and (min-width:900px) {
  .how-to-enter__image2-1 {
    left: calc(50% + 158.5px);
  }
}
@media screen and (min-width:1200px) {
  .how-to-enter__image2-1 {
    top: -27px;
    left: calc(50% + 288px);
    width: 238px;
  }
}

.how-to-enter__image2-2 {
  position: absolute;
  width: 94px;
  top: 5px;
  left: calc(50% + 124.5px);
  overflow: visible;
}
@media screen and (min-width:900px) {
  .how-to-enter__image2-2 {
    left: calc(50% + 224.5px);
  }
}
@media screen and (min-width:1200px) {
  .how-to-enter__image2-2 {
    top: -18.03px;
    left: calc(50% + 436px);
    width: 214px;
  }
}

.how-to-enter__image3 {
  position: absolute;
  width: 55px;
  top: 74px;
  left: calc(50% + 112.5px);
}
@media screen and (min-width:900px) {
  .how-to-enter__image3 {
    left: calc(50% + 212.5px);
  }
}
@media screen and (min-width:1200px) {
  .how-to-enter__image3 {
    width: 100px;
    top: 148px;
    left: calc(50% + 620px);
  }
}

.how-to-enter__image4 {
  position: absolute;
  width: 55px;
  top: 549.55px;
  right: calc(50% + 112.5px);
}
@media screen and (min-width:1200px) {
  .how-to-enter__image4 {
    width: 100px;
    top: 580px;
    right: calc(50% + 620px);
  }
}

.how-to-enter__image5 {
  position: absolute;
  width: 55px;
  top: 879.88px;
  left: calc(50% + 112.5px);
}
@media screen and (min-width:900px) {
  .how-to-enter__image5 {
    display: none;
  }
}
@media screen and (min-width:1200px) {
  .how-to-enter__image5 {
    display: none;
  }
}

.how-to-enter__contents {
  margin-top: 32px;
}
@media screen and (min-width:900px) {
  .how-to-enter__contents {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 36px;
  }
}
@media screen and (min-width:1200px) {
  .how-to-enter__contents {
    margin-top: 42px;
    gap: 36px;
  }
}

@media screen and (min-width:900px) {
  .how-to-enter__content {
    min-width: 282px;
    max-width: 320px;
  }
}

@media screen and (min-width:1200px) {
  .how-to-enter__content-pc {
    padding-top: 69px;
  }
}

.how-to-enter__box {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.how-to-enter__box-bg img {
  width: 196px;
  height: auto;
}
@media screen and (min-width:900px) {
  .how-to-enter__box-bg img {
    width: 257px;
  }
}
@media screen and (min-width:1200px) {
  .how-to-enter__box-bg img {
    width: 280px;
  }
}

.box-2 {
  margin-top: 1px;
}
@media screen and (min-width:900px) {
  .box-2 {
    margin-top: 68px;
  }
}

.box-3 {
  margin-top: 1px;
}
@media screen and (min-width:900px) {
  .box-3 {
    margin-top: -2px;
  }
}

.how-to-enter__title,
.how-to-enter__title2,
.how-to-enter__title3 {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .how-to-enter__title,
  .how-to-enter__title2,
  .how-to-enter__title3 {
    font-size: 20px;
  }
}
@media screen and (min-width:1200px) {
  .how-to-enter__title,
  .how-to-enter__title2,
  .how-to-enter__title3 {
    font-size: 20px;
  }
}

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

.how-to-enter__title2 {
  margin-top: 18px;
}
@media screen and (min-width:900px) {
  .how-to-enter__title2 {
    margin-top: 26px;
  }
}

.how-to-enter__title3 {
  margin-top: 18px;
}
@media screen and (min-width:900px) {
  .how-to-enter__title3 {
    margin-top: 27px;
  }
}

.how-to-enter__text {
  margin-top: 15.5px;
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
}
@media screen and (min-width:768px) {
  .how-to-enter__text {
    font-size: 16px;
    margin-top: 16px;
  }
}

.how-to-enter__text-font {
  font-weight: 700;
}

.how-to-enter__instagram {
  margin-top: 16px;
  background: #FFF;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
}

.how-to-enter_icon {
  width: 20px;
  height: auto;
}

.how-to-enter_icon-text {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width:768px) {
  .how-to-enter_icon-text {
    font-size: 16px;
  }
}

.step-line-sp {
  margin-top: 17px;
}
@media screen and (min-width:1200px) {
  .step-line-sp {
    display: none;
  }
}
.step-line-sp img {
  width: 7px;
  height: auto;
}

.step-line-pc1 {
  display: none;
}
@media screen and (min-width:900px) {
  .step-line-pc1 {
    position: absolute;
    display: block;
    top: 330px;
    right: calc(50% + 120px);
    width: 80px;
  }
}
@media screen and (min-width:1200px) {
  .step-line-pc1 {
    position: absolute;
    display: block;
    top: 390px;
    right: calc(50% + 144px);
    width: 113px;
  }
}

.step-line-pc2 {
  display: none;
}
@media screen and (min-width:900px) {
  .step-line-pc2 {
    position: absolute;
    display: block;
    top: 330px;
    left: calc(50% + 114px);
    width: 80px;
  }
}
@media screen and (min-width:1200px) {
  .step-line-pc2 {
    position: absolute;
    display: block;
    top: 390px;
    left: calc(50% + 104px);
    width: 113px;
  }
}

.how-to-enter__button {
  margin-top: 13px;
  padding: 6px 21px 6px 21px;
  color: #4A3636;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}
@media screen and (min-width:768px) {
  .how-to-enter__button {
    font-size: 20px;
    margin-top: 47px;
    padding: 10px 40px 12px 40px;
    align-items: center;
    height: 56px;
  }
}

.prizes {
  height: 100%;
  margin-top: 99.67px;
}
@media screen and (min-width:900px) {
  .prizes {
    margin-top: 271px;
  }
}

.prizes__inner {
  max-width: 1084px;
  padding-inline: 0;
}
@media screen and (min-width:900px) {
  .prizes__inner {
    padding-inline: 30px;
  }
}

.prizes__box {
  border-radius: 24px;
  background: #fff;
  padding-top: 20px;
  padding-inline: 20px;
  padding-bottom: 34.67px;
  text-align: center;
  position: relative;
}
@media screen and (min-width:900px) {
  .prizes__box {
    margin-inline: auto;
    padding-inline: 30px;
    padding-bottom: 53px;
  }
}
@media screen and (min-width:1200px) {
  .prizes__box {
    padding-inline: 56px;
  }
}
.prizes__box::before {
  position: absolute;
  top: -83px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  content: " ";
  background: url(../img/img_deco_prizes1-sp.svg) no-repeat center center/contain;
  background-color: transparent;
  width: 237.6px;
  height: 83px;
}
@media screen and (min-width:900px) {
  .prizes__box::before {
    background: url(../img/img_deco_prizes1-pc.svg) no-repeat center center/contain;
    top: -147px;
    width: 365.624px;
    height: 148.967px;
  }
}

.heading__prizes {
  margin-inline: auto;
  text-align: center;
  position: absolute;
  top: -63px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width:900px) {
  .heading__prizes {
    top: -117px;
  }
}

.prizes__img-left {
  display: none;
}
@media screen and (min-width:900px) {
  .prizes__img-left {
    display: block;
    position: absolute;
    top: -113px;
    left: 0px;
    height: 86px;
  }
  .prizes__img-left img {
    height: 100%;
  }
}

.prizes__img-right {
  display: none;
}
@media screen and (min-width:900px) {
  .prizes__img-right {
    display: block;
    position: absolute;
    top: -113px;
    right: 0px;
    height: 86px;
  }
  .prizes__img-right img {
    height: 100%;
  }
}

.prizes__text {
  padding-top: 40px;
  margin-bottom: 9px;
  font-size: 12px;
}
@media screen and (min-width:900px) {
  .prizes__text {
    padding-top: 51px;
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.prizes__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 15px;
  column-gap: 15px;
  align-items: center;
  margin-top: 22px;
  margin-bottom: 5px;
}
@media screen and (min-width:900px) {
  .prizes__contents {
    width: 100%;
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(6, 1fr);
    grid-row-gap: 60px;
    grid-column-gap: 15px;
    margin-top: 0;
    margin-bottom: 24px;
  }
}
@media screen and (min-width:1200px) {
  .prizes__contents {
    grid-row-gap: 31px;
    grid-column-gap: 32px;
    margin-bottom: -10px;
  }
}

.prizes__content {
  position: relative;
  padding-top: 24px;
  width: calc(50% - 7.5px);
  display: block;
}
@media screen and (min-width:900px) {
  .prizes__content {
    padding-top: 30px;
    width: 100%;
  }
  .prizes__content:nth-child(1) {
    grid-area: 1/1/2/4;
  }
  .prizes__content:nth-child(2) {
    grid-area: 1/4/2/7;
  }
  .prizes__content:nth-child(3) {
    grid-area: 2/1/3/3;
  }
  .prizes__content:nth-child(4) {
    grid-area: 2/3/3/5;
  }
  .prizes__content:nth-child(5) {
    grid-area: 2/5/3/7;
  }
}
@media screen and (min-width:1200px) {
  .prizes__content {
    padding-top: 50px;
  }
}

.prize__content-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.prize__content-top img {
  width: 48px;
  max-width: 100%;
}
@media screen and (min-width:900px) {
  .prize__content-top img {
    width: 60px;
  }
}
@media screen and (min-width:1200px) {
  .prize__content-top img {
    width: 100px;
  }
}

.small-top {
  top: 0px;
}
@media screen and (min-width:900px) {
  .small-top {
    top: -10px;
  }
}
@media screen and (min-width:1200px) {
  .small-top {
    top: 10px;
  }
}
@media screen and (min-width:900px) {
  .small-top img {
    width: 80px;
  }
}

.prize__content-body {
  max-width: 100%;
}

.prize__content-image {
  width: 100%;
}
.prize__content-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0px 0px;
}
@media screen and (min-width:900px) {
  .prize__content-image img {
    border-radius: 20px 20px 0px 0px;
  }
}

.image-type2 {
  width: 100%;
}
.image-type2 img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.text-type2 {
  text-align: center;
  padding: 9px 32px;
}

.prizes__content-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  background: #F5F5F5;
}
@media screen and (min-width:900px) {
  .prizes__content-footer {
    min-height: 120px;
    max-width: 100%;
  }
}

@media screen and (min-width:1200px) {
  .footer-low {
    min-height: 80px;
  }
}

.prize__content-text {
  padding: 6px 3px 5px 3px;
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (min-width:900px) {
  .prize__content-text {
    font-size: 20px;
    min-height: 100%;
  }
}

@media screen and (min-width:1200px) {
  .text-row {
    font-size: 16px;
    padding: 4px 5px 5px 5px;
  }
}

.prizes__modal-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.prizes__modal-icon img {
  width: 36px;
  border-radius: 0 0 8px 0;
}
@media screen and (min-width:900px) {
  .prizes__modal-icon img {
    width: 80px;
  }
}
@media screen and (min-width:1200px) {
  .prizes__modal-icon img {
    width: 100px;
    border-radius: 0 0 24px 0;
  }
}

@media screen and (min-width:1200px) {
  .modal-icon-row {
    width: 64px;
  }
}

.prizes__button {
  margin-top: 18px;
  padding: 6px 21px 6px 21px;
  color: #4A3636;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}
@media screen and (min-width:900px) {
  .prizes__button {
    font-size: 20px;
    margin-top: 40px;
    padding: 9px 40px 12px 40px;
    align-items: center;
    height: 56px;
  }
}
@media screen and (min-width:1200px) {
  .prizes__button {
    margin-top: 0;
  }
}

.prizes-modal {
  position: fixed;
  inset: 0;
  margin: auto;
  width: 336px;
  max-width: calc(100% - 20px);
  height: 480px;
  max-height: calc(100% - 20px);
  padding: 0;
  border: none;
  border-radius: 24px;
}
@media screen and (min-width:900px) {
  .prizes-modal {
    width: 480px;
    height: 650px;
  }
}
.prizes-modal::backdrop {
  opacity: 0.7;
  background: #000;
}

.prizes-modal__contents {
  text-align: center;
  margin-bottom: 56px;
}
.prizes-modal__contents-body {
  padding-top: 39px;
  text-align: center;
  padding-inline: 20px;
}
@media screen and (min-width:900px) {
  .prizes-modal__contents-body {
    padding-top: 39px;
  }
}

.prizes-modal__contents-title {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width:900px) {
  .prizes-modal__contents-title {
    font-size: 20px;
  }
}

.prizes-modal__contents-text {
  margin-top: 12px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media screen and (min-width:900px) {
  .prizes-modal__contents-text {
    font-size: 16px;
  }
}

.bg {
  position: relative;
  margin-top: -46px;
  left: -27%;
  z-index: -5;
}
@media screen and (min-width:900px) {
  .bg {
    margin-top: 0px;
    left: 0;
    z-index: -5;
  }
}

.bg__image img {
  max-width: 580px;
  height: 100%;
}
@media screen and (min-width:900px) {
  .bg__image img {
    max-width: 1512px;
    height: 100%;
  }
}

.spot {
  text-align: center;
  margin-top: -45.714px;
}
@media screen and (min-width:900px) {
  .spot {
    margin-top: -120px;
  }
}
.spot::before {
  content: "";
  background: url(../img/img_bg_wave.png) repeat top left/contain;
  display: block;
  width: 100%;
  height: 45.714px;
  margin-inline: auto;
}
@media screen and (min-width:900px) {
  .spot::before {
    background: url(../img/img_bg_wave-pc.png) repeat top left/contain;
    height: 120px;
  }
}
.spot::after {
  content: "";
  background: url(../img/img_bg_wave2.png) repeat top left/contain;
  display: block;
  width: 100%;
  height: 45.714px;
}
@media screen and (min-width:900px) {
  .spot::after {
    background: url(../img/img_bg_wave2-pc.png) repeat top left/contain;
    height: 120px;
  }
}

.spot__inner {
  background: #67B0C7;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (min-width:900px) {
  .spot__inner {
    padding-bottom: 0;
  }
}

.spot__img-left {
  display: none;
}
@media screen and (min-width:900px) {
  .spot__img-left {
    display: block;
    position: absolute;
    bottom: 38px;
    left: 0px;
    width: 80px;
  }
}
@media screen and (min-width:1200px) {
  .spot__img-left {
    bottom: 0px;
    left: calc(50% - 756px + 36px);
    width: 100px;
  }
}

.spot__slider-box {
  position: relative;
}
@media screen and (min-width:900px) {
  .spot__slider-box {
    padding-left: max(30px, 50% - 513px);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
  }
}

@media screen and (min-width:1200px) {
  .spot__slider-box2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 81px;
    align-items: flex-start;
    margin-top: 40px;
  }
}

.spot-main__title {
  color: #FFF;
  font-family: "Kiwi Maru", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 125%; /* 35px */
  text-align: center;
}
@media screen and (min-width:900px) {
  .spot-main__title {
    font-size: 40px;
    writing-mode: vertical-rl;
    letter-spacing: 0.25em;
    padding: 11px 1px 0px 0px;
    width: 56px;
  }
}
.spot-main__title::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../img/icon_spot-star.png) no-repeat center center/contain;
  position: relative;
  top: 4px;
  margin-right: 8px;
  text-align: center;
}
@media screen and (min-width:900px) {
  .spot-main__title::before {
    width: 56px;
    height: 56px;
    top: -15px;
    text-align: center;
    margin-right: 0;
  }
}

.spot__slider {
  min-width: 0;
  margin-top: 22px;
}
@media screen and (min-width:900px) {
  .spot__slider {
    margin-top: 0;
    width: calc(100% - 56px - 32px);
  }
}

.spot-wrapper {
  display: flex;
  flex-direction: row;
}

.spot-slide {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width:900px) {
  .spot-slide {
    flex-direction: row;
  }
}

.spot-image img {
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width:900px) {
  .spot-image img {
    border-radius: 25px 25px 0 0;
    height: 240px;
  }
}

.spot-content {
  height: 222px;
  padding-right: 24px;
  padding-left: 24px;
  padding-top: 16px;
  padding-bottom: 31.16px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width:900px) {
  .spot-content {
    height: 302px;
    border-radius: 0 0 25px 25px;
    padding-bottom: 24px;
    padding-right: 32px;
    padding-left: 32px;
  }
}

.spot-title {
  color: #4A3636;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width:900px) {
  .spot-title {
    font-size: 20px;
    margin-top: 6px;
  }
}

.spot-text {
  margin-top: 16px;
  width: 100%;
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  text-align: left;
  letter-spacing: 0.2px;
}
@media screen and (min-width:600px) {
  .spot-text {
    font-size: 14px;
  }
}
@media screen and (min-width:900px) {
  .spot-text {
    margin-top: 25px;
    font-size: 16px;
  }
}

.spot-pagination {
  display: none;
}

.spot__cursol {
  display: none;
}
@media screen and (min-width:900px) {
  .spot__cursol {
    margin-top: -18px;
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    margin-inline: auto;
  }
}
@media screen and (min-width:1200px) {
  .spot__cursol {
    max-width: 944px;
    margin-top: -36px;
  }
}

.spot-prev {
  width: 1px;
  height: 1px;
}
@media screen and (min-width:900px) {
  .spot-prev {
    position: static;
    background: url(../img/img_swiper-left.png) no-repeat center center/contain;
    width: 80px;
    height: 80px;
    top: 97%;
    left: -15px;
  }
  .spot-prev::after {
    content: none;
  }
}

.spot-next {
  width: 1px;
  height: 1px;
}
@media screen and (min-width:900px) {
  .spot-next {
    position: static;
    background: url(../img/img_swiper-right.png) no-repeat center center/contain;
    width: 80px;
    height: 80px;
    top: 97%;
    right: 105px;
  }
  .spot-next::after {
    content: none;
  }
}

.spot__icon {
  display: block;
  width: 255px;
  margin-inline: auto;
}
@media screen and (min-width:900px) {
  .spot__icon {
    margin-top: -39px;
    width: 375px;
  }
}
@media screen and (min-width:1200px) {
  .spot__icon {
    margin-top: 0;
    width: 495px;
    margin-inline: 0;
  }
}
.spot__icon img {
  width: 100%;
}
@media screen and (min-width:900px) {
  .spot__icon img {
    padding-inline: 0;
  }
}

.spot__slider-box3 {
  text-align: center;
}

.spot__text {
  margin-top: 16px;
  margin-bottom: 21px;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11.444px;
  font-weight: 400;
}
@media screen and (min-width:900px) {
  .spot__text {
    margin-top: 16px;
    font-size: 16px;
  }
}
@media screen and (min-width:1200px) {
  .spot__text {
    margin-top: 0;
  }
}

.spot-button {
  font-size: 16px;
  padding: 6px 21px 6px 21px;
  box-shadow: 1px 2px 0px 1px #4A3636;
  display: inline-block;
  font-weight: 700;
}
@media screen and (min-width:900px) {
  .spot-button {
    font-size: 20px;
    padding: 11px 34px 13px 43px;
    box-shadow: none;
    text-align: right;
  }
}

.faq {
  text-align: center;
}

.faq__inner {
  margin-top: 40px;
  margin-inline: auto;
  max-width: 640px;
}
@media screen and (min-width:900px) {
  .faq__inner {
    padding-top: 80px;
    max-width: 1084px;
  }
}

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

.faq__content {
  border-radius: 12px;
  border: 2px solid #4A3636;
  background: #FFF;
}

.faq__content1 {
  display: flex;
  flex-direction: row;
  gap: 12px;
  text-align: center;
  padding: 10px 14px 9px 14px;
}
.faq__content1.is-open + .faq__content2 {
  display: block;
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.faq__content1.is-open .faq__icon {
  background: url(../img/icon_faq-minus.png) no-repeat top center/contain;
}
@media screen and (min-width:900px) {
  .faq__content1 {
    padding: 20px 21.5px 20px 24px;
  }
}

.faq__content-1 {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 12px;
  align-items: center;
}
@media screen and (min-width:900px) {
  .faq__content-1 {
    gap: 16px;
  }
}

.faq__content2 {
  background: #F5F5F5;
  border-radius: 0 0 12px 12px;
  padding: 17px 14px 15px 14px;
  display: none;
}
@media screen and (min-width:900px) {
  .faq__content2 {
    padding: 26px 24px 24px 24px;
  }
}

.faq__content2-box {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media screen and (min-width:900px) {
  .faq__content2-box {
    gap: 13px;
  }
}

.faq__head {
  color: #9ED0E0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%; /* 30px */
}
@media screen and (min-width:900px) {
  .faq__head {
    font-size: 32px;
  }
}

.faq__text {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  flex-grow: 1;
}
@media screen and (min-width:900px) {
  .faq__text {
    font-size: 20px;
    flex-grow: 1;
  }
}

.faq__text2 {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width:900px) {
  .faq__text2 {
    font-size: 16px;
  }
}

.faq_text2-deco {
  text-decoration: underline;
}

.faq__icon {
  background: url(../img/icon_faq-plus.png) no-repeat top center/contain;
  width: 27.182px;
  height: 27.182px;
}
@media screen and (min-width:900px) {
  .faq__icon {
    width: 48px;
    height: 48px;
  }
}

.entry {
  background: #E9F6F8;
  margin-top: 31px;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (min-width:900px) {
  .entry {
    margin-top: 120px;
    margin-bottom: 32px;
  }
}

@media screen and (min-width:900px) {
  .entry__inner {
    max-width: 1084px;
    margin-inline: auto;
  }
}

.heading__entry {
  display: inline-block;
}

.heading-icon-entry {
  margin-top: 3px;
}

.heading-title-entry {
  margin-top: 6px;
  margin-bottom: 5px;
}

.heading-text-entry {
  margin-top: 3px;
}

.entry__contents {
  margin-top: 24px;
  border: 8px solid #FFF;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  height: 100%;
  text-align: left;
}
@media screen and (min-width:900px) {
  .entry__contents {
    padding-block: 34px;
    padding-inline: 48px;
  }
}

.entry__boxies {
  margin-top: 36px;
}
@media screen and (min-width:900px) {
  .entry__boxies {
    margin-top: 57px;
  }
}

.entry__box1 {
  border-bottom: 1px solid #CCC;
  height: 100%;
}
@media screen and (min-width:900px) {
  .entry__box1 {
    display: flex;
    flex-direction: row;
    gap: 80px;
    margin-top: -2px;
    padding-left: 16px;
    padding-right: 0;
    align-items: flex-start;
  }
}

.entry__box2,
.entry__box3,
.entry__box4 {
  margin-top: 12px;
  border-bottom: 1px solid #CCC;
  height: 100%;
}
@media screen and (min-width:900px) {
  .entry__box2,
  .entry__box3,
  .entry__box4 {
    display: flex;
    flex-direction: row;
    gap: 80px;
    padding-left: 16px;
    padding-right: 0;
    align-items: flex-start;
    margin-top: 9px;
  }
}

.entry__box5 {
  margin-top: 12px;
  height: 100%;
}
@media screen and (min-width:900px) {
  .entry__box5 {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 0;
    margin-top: 8px;
  }
}

.entry__box-title {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media screen and (min-width:900px) {
  .entry__box-title {
    flex-shrink: 0;
    width: 144px;
    font-size: 16px;
  }
}
.entry__box-title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(../img/icon_point-blue.png) no-repeat top center/contain;
  margin-right: 8px;
}

.entry__box-text {
  margin-top: 7px;
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 15px;
}
@media screen and (min-width:900px) {
  .entry__box-text {
    margin-top: 0;
    font-size: 16px;
  }
}

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

.entry__box-text-contents {
  padding-left: 16.5px;
  padding-right: 0;
  margin-top: 7px;
  text-align: left;
}
@media screen and (min-width:900px) {
  .entry__box-text-contents {
    margin-top: 0;
    padding-left: 23.5px;
  }
}

.entry__box-text-content1,
.entry__box-text-content2,
.entry__box-text-content3,
.entry__box-text-content4,
.entry__box-text-content5,
.entry__box-text-content6,
.entry__box-text-content7,
.entry__box-text-content8,
.entry__box-text-content9 {
  position: relative;
}
.entry__box-text-content1::before,
.entry__box-text-content2::before,
.entry__box-text-content3::before,
.entry__box-text-content4::before,
.entry__box-text-content5::before,
.entry__box-text-content6::before,
.entry__box-text-content7::before,
.entry__box-text-content8::before,
.entry__box-text-content9::before {
  content: "・";
  position: absolute;
  top: 1.5px;
  left: -16px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (min-width:900px) {
  .entry__box-text-content1::before,
  .entry__box-text-content2::before,
  .entry__box-text-content3::before,
  .entry__box-text-content4::before,
  .entry__box-text-content5::before,
  .entry__box-text-content6::before,
  .entry__box-text-content7::before,
  .entry__box-text-content8::before,
  .entry__box-text-content9::before {
    left: -19px;
  }
}

.entry__box-text-content3 {
  margin-top: -1px;
}
@media screen and (min-width:900px) {
  .entry__box-text-content3 {
    margin-top: 1px;
  }
}

.entry__box-text-content4 {
  margin-top: -1px;
}
@media screen and (min-width:900px) {
  .entry__box-text-content4 {
    margin-top: 3px;
  }
}

.entry__box-text-content5 {
  margin-top: -1px;
}
@media screen and (min-width:900px) {
  .entry__box-text-content5 {
    margin-top: 1px;
  }
}

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

.entry__box-text-content7 {
  margin-top: -1px;
}
@media screen and (min-width:900px) {
  .entry__box-text-content7 {
    margin-top: -1px;
  }
}

.entry__box-text-content8 {
  margin-top: 0px;
}
@media screen and (min-width:900px) {
  .entry__box-text-content8 {
    margin-top: 5px;
  }
}

.entry__box-text-content9 {
  margin-top: -1px;
}
@media screen and (min-width:900px) {
  .entry__box-text-content9 {
    margin-top: 0px;
  }
}

.image {
  margin-top: 32px;
}
@media screen and (min-width:900px) {
  .image {
    margin-top: 115px;
  }
}

.image__bg {
  width: auto;
}

.contact {
  background: #FFF;
  text-align: center;
}

.contact__inner {
  padding-block: 40px;
}
@media screen and (min-width:900px) {
  .contact__inner {
    max-width: 908px;
    padding-block: 120px;
  }
}

.contact__body {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
@media screen and (min-width:900px) {
  .contact__body {
    margin-top: 32px;
  }
}

.contact__text {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width:900px) {
  .contact__text {
    font-size: 16px;
    font-weight: 400;
  }
}

.contact__contents {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
@media screen and (min-width:900px) {
  .contact__contents {
    margin-top: 39px;
  }
}

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

.contact__content3,
.contact__content4,
.contact__content5 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width:900px) {
  .contact__content3,
  .contact__content4,
  .contact__content5 {
    flex-direction: row;
    gap: 40px;
  }
}

.contact__content3 {
  margin-top: 2px;
}
@media screen and (min-width:900px) {
  .contact__content3 {
    margin-top: -3px;
  }
}

.contact__content4 {
  margin-top: 2px;
}
@media screen and (min-width:900px) {
  .contact__content4 {
    margin-top: 13px;
  }
}

.contact__content5 {
  margin-top: 0px;
}
@media screen and (min-width:900px) {
  .contact__content5 {
    margin-top: 15px;
    align-items: flex-start;
  }
}

.contact__content-head {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
@media screen and (min-width:900px) {
  .contact__content-head {
    width: 180px;
  }
}

.contact__content-top {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width:900px) {
  .contact__content-top {
    font-size: 16px;
  }
}

.contact__content-label {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  border-radius: 4px;
  background: #CE2073;
  padding: 4px 8px;
}

.contact__content-name {
  font-size: 14px;
  color: #CCC;
  border: 0 solid #F5F5F5;
  border-radius: 8px;
  background: #F5F5F5;
  padding: 16px 16px 16px 16px;
  transition: border-color 0.3s;
}
.contact__content-name:hover {
  border: 1.5px solid #67B0C7;
  background: #9Ed0E0;
  opacity: 0.3;
  outline: none;
}
@media screen and (min-width:900px) {
  .contact__content-name {
    width: calc(100% - 180px - 40px);
    font-size: 16px;
  }
}

.contact__content-e-mail {
  border: 0 solid #F5F5F5;
  border-radius: 8px;
  background: #F5F5F5;
  padding: 16px;
  transition: border-color 0.3s;
  font-size: 14px;
  color: #CCC;
}
font .contact__content-e-mail:hover {
  border: 1.5px solid #67B0C7;
  background: #9Ed0E0;
  opacity: 0.3;
  outline: none;
}
@media screen and (min-width:900px) {
  .contact__content-e-mail {
    width: calc(100% - 180px - 40px);
    font-size: 16px;
  }
}

.contact__content-text {
  appearance: none;
  width: 100%;
  border: 0 solid #F5F5F5;
  border-radius: 8px;
  padding: 16px 16px 16px 16px;
  background: #F5F5F5 url(../img/icon-contact-select.png) no-repeat center right 0px/52px 55px;
  font-size: 14px;
}
.contact__content-text:hover {
  border: 1.5px solid #67B0C7;
  opacity: 0.3;
  outline: none;
}
@media screen and (min-width:900px) {
  .contact__content-text {
    width: calc(100% - 180px - 40px);
    font-size: 16px;
  }
}

.contact__radios {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media screen and (min-width:900px) {
  .contact__radios {
    width: calc(100% - 180px - 40px);
    font-size: 16px;
  }
}

.contact__radio {
  align-items: center;
}
.contact__radio:hover .contact__radio-text::before {
  border: 1.5px solid #67B0C7;
  opacity: 0.3;
  outline: none;
}

.contact__radio-text {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  padding-left: 32px;
  position: relative;
}
@media screen and (min-width:900px) {
  .contact__radio-text {
    font-size: 16px;
  }
}
.contact__radio-text::before, .contact__radio-text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.contact__radio-text::before {
  width: 24px;
  height: 24px;
  left: 0;
  background: #F5F5F5;
}
.contact__radio-text::after {
  width: 12px;
  height: 12px;
  background: #9Ed0E0;
  left: 6px;
  opacity: 0;
}

.contact__content-textarea {
  border: 0 solid #F5F5F5;
  border-radius: 8px;
  background: #F5F5F5;
  height: 160px;
  padding: 16px;
  transition: border-color 0.3s;
  font-size: 14px;
}
.contact__content-textarea:hover {
  border: 1.5px solid #67B0C7;
  background: #9Ed0E0;
  opacity: 0.3;
  outline: none;
}
@media screen and (min-width:900px) {
  .contact__content-textarea {
    width: calc(100% - 180px - 40px);
    font-size: 16px;
  }
}

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

.contact__footer {
  text-align: center;
  margin-top: 24px;
  font-size: 14px;
}
@media screen and (min-width:900px) {
  .contact__footer {
    margin-top: 43px;
    font-size: 16px;
  }
}

@media screen and (min-width:900px) {
  .contact__privacy {
    font-size: 16px;
  }
}

.contact__privacy-text {
  position: relative;
  padding-left: 36px;
}
.contact__privacy-text::before, .contact__privacy-text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.contact__privacy-text::before {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #F5F5F5;
  left: 0;
}
.contact__privacy-text::after {
  width: 12px;
  height: 12px;
  background: url(../img/p-check-icon.png) no-repeat center center/contain;
  left: 6px;
  opacity: 0;
}
@media screen and (min-width:900px) {
  .contact__privacy-text {
    font-size: 16px;
  }
}

.contact__footer-button {
  margin-top: 25px;
  font-size: 16px;
  padding: 5px 21px 7px 22px;
}
@media screen and (min-width:900px) {
  .contact__footer-button {
    margin-top: 40px;
    padding: 4px 37px 6px 37px;
  }
}

[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
[type=radio]:checked + .contact__radio-text::after {
  opacity: 1;
}

[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
[type=checkbox]:checked + .contact__privacy-text::after {
  opacity: 1;
}

.footer {
  background: #E9F6F8;
  position: relative;
}

.footer__inner {
  padding-top: 43px;
}
@media screen and (min-width:900px) {
  .footer__inner {
    padding-top: 118px;
  }
}

.footer__img {
  position: absolute;
  top: 80px;
  left: calc(50% + 576px);
  width: 100px;
  height: 220px;
}

.footer__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer__title {
  color: #4A3636;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%; /* 25px */
}
@media screen and (min-width:900px) {
  .footer__title {
    font-size: 24px;
  }
}

.footer__icons {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
  padding-inline: 3px;
}
@media screen and (min-width:900px) {
  .footer__icons {
    padding-inline: 10px;
  }
}

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

.footer__log {
  margin-top: 14px;
  margin-inline: auto;
}
@media screen and (min-width:900px) {
  .footer__log {
    margin-top: 40px;
  }
}
.footer__log img {
  width: 327px;
}
@media screen and (min-width:900px) {
  .footer__log img {
    width: 740px;
  }
}

.footer__address {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border-radius: 16px;
}
@media screen and (min-width:900px) {
  .footer__address {
    max-width: 1024px;
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    max-height: 400px;
  }
}

.footer__address-top {
  height: auto;
}
@media screen and (min-width:900px) {
  .footer__address-top {
    width: 50%;
  }
}

.footer__map {
  width: 100%;
  height: auto;
  aspect-ratio: 335/271;
}
@media screen and (min-width:900px) {
  .footer__map {
    aspect-ratio: 512/400;
  }
}

.footer__address-box {
  padding: 16px 24px 24px 24px;
  margin-inline: auto;
  width: fit-content;
  border-radius: 0 0 16px 16px;
}
@media screen and (min-width:900px) {
  .footer__address-box {
    max-height: 400px;
    padding: 4px 10px 6px 10px;
    margin-block: auto;
  }
}
.footer__address-title {
  width: 153px;
  flex-shrink: 0;
  margin-inline: auto;
}
@media screen and (min-width:900px) {
  .footer__address-title {
    width: 183px;
    margin-inline: 0;
  }
}

.footer__address-contents {
  margin-top: 29px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  margin-inline: auto;
}
@media screen and (min-width:900px) {
  .footer__address-contents {
    margin-top: 24px;
    gap: 12px;
  }
}

.footer__address-content {
  display: flex;
  flex-direction: row;
  text-align-last: left;
  gap: 16px;
}
@media screen and (min-width:900px) {
  .footer__address-content {
    gap: 0;
  }
}

.footer__content-head {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding-left: 16px;
  position: relative;
  width: 64px;
  flex-shrink: 0;
}
@media screen and (min-width:1200px) {
  .footer__content-head {
    font-size: 16px;
    width: 120px;
  }
}
.footer__content-head::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
  background: #9ED0E0;
  margin-right: 8px;
}

.footer__content-text {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width:1200px) {
  .footer__content-text {
    font-size: 16px;
    width: calc(100% - 120px);
  }
}

.footer__page-top {
  margin-top: 27px;
  margin-inline: auto;
  width: 80px;
  z-index: 10;
}
@media screen and (min-width:900px) {
  .footer__page-top {
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 80px;
    margin-block: 0;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .footer__page-top.is-show {
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }
}

.copyright {
  margin-top: 23px;
}
@media screen and (min-width:900px) {
  .copyright {
    margin-top: 116px;
  }
}
.copyright::before {
  content: "";
  background: url(../img/img_bg_wave.png) repeat top left/contain;
  display: block;
  width: 100%;
  height: 44.714px;
}
@media screen and (min-width:900px) {
  .copyright::before {
    background: url(../img/img_bg_wave-pc.png) repeat top left/contain;
    height: 120px;
  }
}

.copyright__inner {
  background: #67B0C7;
}

.copyright-text {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 27px;
}
@media screen and (min-width:900px) {
  .copyright-text {
    font-size: 14px;
    padding-bottom: 32px;
  }
}