@charset "UTF-8";
body {
  margin: 0;
  font-family: "Noto Sans JP", "Kiwi Maru", serif;
  color: #4A3636;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  background: #E9F6F8;
}

main {
  overflow: hidden;
}

.button {
  border: 2px solid #4a3636;
  box-shadow: 0px 4px 0px 0px #4a3636;
  border-radius: 40px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  padding: 4px 22px 6px 22px;
}
.button:hover {
  background-color: #FFEE56;
}
@media screen and (min-width: 900px) {
  .button {
    font-size: 14px;
    padding: 4px 22px 6px 22px;
  }
}

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

.inner {
  padding-inline: 20px;
}
@media screen and (min-width: 900px) {
  .inner {
    max-width: 1024px;
    padding-inline: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .inner {
    padding-inline: 0;
  }
}

.title {
  font-family: "Courgette", "Josefin Sans", serif;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-inline: 15px;
  width: 230px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .title {
    gap: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .title {
    width: 350px;
  }
}

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

.icon {
  width: 37px;
  height: 37px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .icon {
    width: 48px;
    height: 48px;
  }
}
.icon img {
  width: inherit;
  height: inherit;
}
@media screen and (min-width: 900px) {
  .icon img {
    width: inherit;
    height: inherit;
  }
}

.head {
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .head {
    font-size: 20px;
  }
}

text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  padding-bottom: 6px;
  margin: 0;
  border-bottom: 6px solid #FFEE56;
}
@media screen and (min-width: 900px) {
  text {
    font-size: 32px;
    font-weight: 500;
  }
}

.swiper1 .swiper-wrapper {
  transition-timing-function: linear;
  display: flex;
  gap: 10px;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .swiper1 .swiper-wrapper {
    gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .swiper1 .swiper-wrapper {
    margin-top: -5px;
  }
}

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

figure {
  height: 100%;
}

.header {
  top: 0;
  position: sticky;
  width: 100%;
  height: 64px;
  background: #FFF;
  z-index: 1000;
}

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

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

.header__icon {
  padding-top: 3.6px;
  padding-bottom: 0.4px;
}
@media screen and (min-width: 900px) {
  .header__icon {
    display: none;
  }
}

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

.header__lists {
  list-style: none;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 40px;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 900px) {
  .header__lists {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-right: 16px;
  }
}

.header__list {
  color: #4A3636;
}
@media screen and (min-width: 900px) {
  .header__list:nth-of-type(6) {
    display: none;
  }
}

.header__link {
  font-size: 14px;
}
.header__link:hover {
  color: #67B0C7;
}
@media screen and (min-width: 900px) {
  .header__link {
    font-size: 12px;
    text-decoration-line: none;
  }
}

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

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

.drawer-icon {
  width: 32px;
  height: 24px;
  position: relative;
  background: none;
  border: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1), .drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  top: 9px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  width: 32px;
  right: 0;
  transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1)::after {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  transform: rotate(-45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
  display: none;
}

.drawer-icon__bar {
  position: absolute;
  background: #4A3636;
  transition: top 0.4s transform 0.4s;
  border-radius: 3px;
}
.drawer-icon__bar:nth-child(1) {
  top: -1px;
  width: 25.6px;
  height: 3px;
  right: 6px;
}
.drawer-icon__bar:nth-child(1)::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 4.8px;
  height: 3px;
  background-color: #4A3636;
  border-radius: 3px;
}
.drawer-icon__bar:nth-child(2) {
  top: 10px;
  width: 32px;
  height: 3px;
  right: 0;
}
.drawer-icon__bar:nth-child(3) {
  top: 22px;
  width: 32px;
  height: 3px;
  right: 0;
}

.drawer-content {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  text-align: center;
  padding: 82px 114px;
  transform: translateY(-100%);
  transition: transform 0.3s;
  position: fixed;
  top: 0;
  z-index: 999;
}
.drawer-content.is-checked {
  top: 59px;
  transform: translateY(0);
  z-index: 998;
}

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

.drawer__content-button {
  width: auto;
  border-radius: 40px;
  background: #FFFFFF;
}

.fv {
  background-image: url(../img/onomichi_sp.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0px 0px 24px 24px;
  height: 554px;
}
@media screen and (min-width: 900px) {
  .fv {
    background-image: url(../img/onomichi_pc.png);
    width: 100%;
    height: 740px;
    display: flex;
    justify-content: center;
    text-align: center;
  }
}

.fv__inner {
  max-width: 375px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .fv__inner {
    max-width: 848px;
  }
}

.fv__content {
  display: flex;
  flex-direction: column;
  padding-top: 17px;
  gap: 20px;
}
@media screen and (min-width: 900px) {
  .fv__content {
    padding-top: 35px;
    gap: 22px;
  }
}

.fv__text {
  font-family: "Kiwi Maru", serif;
  text-align: center;
  text-shadow: 0px 0px 30px #FFFFFF;
  font-size: 14px;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .fv__text {
    font-size: 24px;
    font-weight: 500;
  }
}

.fv__title {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0px 0.511px 0px 0.126px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .fv__title {
    gap: 17px;
  }
}

.fv__title-img img {
  width: 335px;
}
@media screen and (min-width: 900px) {
  .fv__title-img img {
    width: 520px;
    height: 82px;
  }
}

.fv__image img {
  width: 240px;
}
@media screen and (min-width: 900px) {
  .fv__image img {
    width: 356px;
    height: 60px;
  }
}

.fv__images {
  position: relative;
  height: 522px;
}

.fv__pc-text {
  position: absolute;
  width: 142px;
  height: 80px;
  left: 0;
  top: 17px;
}
@media screen and (min-width: 900px) {
  .fv__pc-text {
    width: 244px;
    height: 130px;
    top: 0;
    left: -128px;
  }
}
.fv__pc-text img {
  width: inherit;
  height: inherit;
  flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .fv__pc-text img {
    width: 244px;
    height: 130px;
  }
}

.fv__pc-kp {
  position: absolute;
  width: 110px;
  height: 110px;
  top: 10px;
  right: 25px;
}
@media screen and (min-width: 900px) {
  .fv__pc-kp {
    width: 180px;
    height: 180px;
    top: 17px;
    right: -37px;
  }
}
.fv__pc-kp img {
  width: 110px;
  height: 110px;
  flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .fv__pc-kp img {
    width: 180px;
    height: 180px;
  }
}

.fv__pc-smp {
  position: absolute;
  width: 200px;
  height: 408px;
  background-image: url(../img/fv__img.svg);
  background-repeat: no-repeat;
  top: 114px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .fv__pc-smp {
    background-image: url(../img/fv__img-pc.svg);
    width: 250px;
    height: 510px;
    top: 33px;
  }
}

.fv__smp-frame {
  position: relative;
}

.fv__smp-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 12.8px;
  top: 122px;
  right: 20px;
  left: 20px;
  border-radius: 12.8px;
  background: var(--LP-White, #FFF);
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .fv__smp-content {
    width: 200px;
    gap: 16px;
    top: 153px;
    left: 25px;
  }
}

.fv__frame-title {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 12.8px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  background: linear-gradient(265deg, #AC3790 -3.52%, #D65A5C 44.94%, #F4C06D 92.38%);
  padding: 6.4px 9.6px;
  border-top-left-radius: 12.8px;
  border-top-right-radius: 12.8px;
}
@media screen and (min-width: 900px) {
  .fv__frame-title {
    font-size: 16px;
    padding: 8px 12px;
  }
}

.fv__frame-heading {
  display: flex;
  flex-direction: column;
  gap: 3.2px;
}
@media screen and (min-width: 900px) {
  .fv__frame-heading {
    gap: 5px;
  }
}

.fv__frame-long {
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  border-bottom: 2.4px solid var(--LP-Red, #CE2073);
  padding-bottom: 0.8px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .fv__frame-long {
    font-size: 14px;
  }
}

.fv__frame-time {
  font-feature-settings: "pref" on;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 900px) {
  .fv__frame-time {
    font-size: 16px;
  }
}

.fv__btn {
  padding: 2px 21px 3px 21px;
  align-items: center;
  border-radius: 40px;
  border: 2px solid var(--LP-Blown, #4A3636);
  background: var(--LP-White, #FFF);
  box-shadow: 0 4px 0 0 #4A3636;
  width: 132px;
  margin: 0 auto;
  margin-bottom: 19px;
}
.fv__btn:hover {
  background-color: #FFEE56;
}
@media screen and (min-width: 900px) {
  .fv__btn {
    width: 144px;
    padding: 4px 22px 6px 22px;
    margin-bottom: 23px;
  }
}

.fv__button {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .fv__button {
    font-size: 16px;
  }
}

.fv__pc-fd {
  width: 90px;
  height: 141px;
  position: absolute;
  top: 392px;
  left: 0;
}
@media screen and (min-width: 900px) {
  .fv__pc-fd {
    width: 212px;
    height: 332px;
    top: 227px;
    left: -163px;
  }
}
.fv__pc-fd img {
  width: inherit;
}
@media screen and (min-width: 900px) {
  .fv__pc-fd img {
    width: inherit;
  }
}

.fv__pc-cat {
  width: 107px;
  height: 127px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 900px) {
  .fv__pc-cat {
    width: 233px;
    height: 294px;
  }
}

.fv__cat1 {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 98px;
}
@media screen and (min-width: 900px) {
  .fv__cat1 {
    width: 233px;
    height: 177px;
    left: 163px;
    top: 201px;
    z-index: 2;
  }
}

.fv__cat2 {
  position: absolute;
  top: 11px;
  right: 0;
  width: 62px;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .fv__cat2 {
    left: 164px;
    width: 170px;
    z-index: 1;
    top: 81px;
  }
}

.about {
  margin-top: 156px;
  padding-block: 32px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .about {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .about {
    padding-top: 97px;
  }
}

.about__inner {
  position: relative;
  width: 335px;
  margin-left: auto;
  margin-right: auto;
  padding-block: 40px;
  padding-inline: 20px;
  border-radius: 24px;
  background: #FFFFFF;
}
.about__inner::after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/arrow.png);
  width: 100px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 900px) {
  .about__inner::after {
    width: 140px;
    height: 50px;
    bottom: -50px;
  }
}
@media screen and (min-width: 900px) {
  .about__inner {
    width: 580px;
    padding-block: 40px;
    padding-inline: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .about__inner {
    width: 848px;
    padding-top: 40px;
    padding-bottom: 54px;
  }
}

.about__article {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .about__article {
    gap: 33px;
  }
}

.about__title {
  font-family: "Courgette", "Josefin Sans", serif;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-inline: 15px;
  width: 200px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .about__title {
    width: 320px;
    padding-inline: 20px;
    gap: 8px;
  }
}

.about__icon {
  width: 37px;
  height: 37px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .about__icon {
    width: 48px;
    height: 48px;
  }
}
.about__icon img {
  width: inherit;
  height: inherit;
}
@media screen and (min-width: 900px) {
  .about__icon img {
    width: inherit;
    height: inherit;
  }
}

.about__head {
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .about__head {
    font-size: 20px;
  }
}

.about__text {
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  padding-bottom: 6px;
  margin: 0;
  border-bottom: 6px solid #FFEE56;
}
@media screen and (min-width: 900px) {
  .about__text {
    font-size: 32px;
    font-weight: 500;
    border-bottom: 8px solid #FFEE56;
  }
}

.about__aside {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .about__aside {
    display: none;
  }
}

.about__hidden-pc {
  display: none;
}
@media screen and (min-width: 900px) {
  .about__hidden-pc {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
  }
}

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

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

.about__lead-text1,
.about__lead-text2,
.about__lead-text3 {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 900px) {
  .about__lead-text1,
  .about__lead-text2,
  .about__lead-text3 {
    margin-bottom: 1.69em;
  }
}

.about__onomichi {
  color: #4A3636;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
@media screen and (min-width: 900px) {
  .about__onomichi {
    font-size: 16px;
  }
}

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

.about__gift-text {
  font-weight: 700;
  padding-top: 8px;
  padding-bottom: 6px;
  border-bottom: 2px dashed #9ED0E0;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .about__gift-text {
    width: 356px;
    padding-top: 12px;
    padding-bottom: 10px;
  }
}

.about__gift {
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .about__gift {
    font-size: 20px;
  }
}

.about__btn {
  width: 192px;
  height: 40px;
  display: flex;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .about__btn {
    width: 260px;
    justify-content: center;
    align-items: center;
  }
}

.about__button {
  font-size: 16px;
  font-weight: 700;
  padding: 4px 22px 6px 22px;
  text-decoration: none;
  border-radius: 40px;
  border: 2px solid #4A3636;
  background: #FFFFFF;
  box-shadow: 0px 4px 0px 0px #4A3636;
}
.about__button:hover {
  background-color: #FFEE56;
}
@media screen and (min-width: 900px) {
  .about__button {
    width: 260px;
    font-size: 20px;
    padding: 7px 37px 9px 37px;
    border: 3px solid #4A3636;
    margin-top: 13px;
  }
}

.about__swiper {
  margin-top: 139px;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  bottom: -17.2px;
}
@media screen and (min-width: 1200px) {
  .about__swiper {
    margin-top: 168px;
    margin-left: -5px;
  }
}

.about__en-img {
  width: 354.64px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -1px;
}
@media screen and (min-width: 1200px) {
  .about__en-img {
    width: 890.6px;
    margin-top: -4px;
  }
}
@media screen and (min-width: 900px) {
  .about__en-img img {
    width: 840px;
  }
}
@media screen and (min-width: 1200px) {
  .about__en-img img {
    width: 890.6px;
  }
}

.about__bg {
  position: absolute;
  right: -21px;
  z-index: -1;
  top: -10px;
}
@media screen and (min-width: 900px) {
  .about__bg {
    top: 0px;
    right: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .about__bg {
    top: -81px;
    right: -167px;
  }
}
.about__bg img {
  width: 54px;
  height: 120px;
}
@media screen and (min-width: 900px) {
  .about__bg img {
    width: 100px;
    height: 220px;
  }
}

.about__bg-content {
  width: 282.221px;
  position: absolute;
  height: 72.416px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .about__bg-content {
    width: 620px;
    gap: 352px;
    top: 47px;
    left: -31px;
  }
}
@media screen and (min-width: 1200px) {
  .about__bg-content {
    width: 678px;
    left: 425px;
  }
}

.about__bg1 {
  position: absolute;
  top: -6px;
  left: 8px;
  transform: rotate(0deg);
  width: 87.53px;
  height: 70.33px;
}
@media screen and (min-width: 900px) {
  .about__bg1 {
    gap: 385px;
    top: 47px;
  }
}
@media screen and (min-width: 1200px) {
  .about__bg1 {
    width: 146.63px;
    height: 117.8px;
    top: -8px;
    left: -2px;
  }
}
.about__bg1 img {
  width: 87.53px;
  height: 70.33px;
}
@media screen and (min-width: 1200px) {
  .about__bg1 img {
    width: 146.63px;
    height: 117.8px;
  }
}

.about__bg2 {
  position: absolute;
  top: -10px;
  right: -8px;
  transform: rotate(0deg);
  width: 87.53px;
  height: 70.33px;
}
@media screen and (min-width: 900px) {
  .about__bg2 {
    right: 445px;
    top: 125px;
  }
}
@media screen and (min-width: 1200px) {
  .about__bg2 {
    width: 146.63px;
    height: 117.8px;
    top: -1px;
    right: -1px;
  }
}
.about__bg2 img {
  width: 87.53px;
  height: 70.33px;
}
@media screen and (min-width: 1200px) {
  .about__bg2 img {
    width: 146.63px;
    height: 117.8px;
  }
}

.about__pc img {
  width: 200px;
  height: 200px;
}
@media screen and (min-width: 900px) {
  .about__pc img {
    width: 480px;
    height: 480px;
  }
}

.about__right {
  position: absolute;
  width: 200px;
  top: 306px;
  left: calc(50% + 128px);
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .about__right {
    width: 480px;
    top: 160px;
    left: calc(50% + 355px);
  }
}
@media screen and (min-width: 1200px) {
  .about__right {
    top: 170px;
    left: calc(50% + 560px);
  }
}

.about__left {
  position: absolute;
  width: 200px;
  top: 428px;
  right: calc(50% + 128px);
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .about__left {
    top: 160px;
    right: calc(50% + 360px);
    width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .about__left {
    right: calc(50% + 615px);
    top: 170px;
  }
}

@media screen and (min-width: 900px) {
  .about__bg3 {
    bottom: 357px;
  }
}
@media screen and (min-width: 900px) {
  .about__bg3 img {
    width: 140px;
    height: 50px;
  }
}

.about__bg4 {
  position: absolute;
  left: 0;
  top: 742px;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .about__bg4 {
    left: -126px;
    top: 384px;
  }
}
@media screen and (min-width: 1200px) {
  .about__bg4 {
    left: -103px;
    top: 417px;
  }
}
.about__bg4 img {
  width: 138px;
}
@media screen and (min-width: 900px) {
  .about__bg4 img {
    width: 427px;
  }
}

.about__bg5 {
  position: absolute;
  left: calc(50% - 3px);
  top: 795px;
}
.about__bg5 img {
  width: 133px;
  height: 65px;
}
@media screen and (min-width: 900px) {
  .about__bg5 img {
    width: 308px;
    height: 151px;
  }
}
@media screen and (min-width: 900px) {
  .about__bg5 {
    left: calc(50% + 118px);
    top: 905px;
    z-index: -1;
  }
}
@media screen and (min-width: 1200px) {
  .about__bg5 {
    top: 853px;
    left: calc(50% + 375px);
  }
}

.about__bg6 {
  position: absolute;
  left: calc(50% + 118px);
  top: 752px;
}
@media screen and (min-width: 900px) {
  .about__bg6 {
    left: calc(50% + 299px);
    top: 764px;
  }
}
@media screen and (min-width: 1200px) {
  .about__bg6 {
    left: calc(50% + 506px);
    top: 697px;
  }
}
.about__bg6 img {
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 900px) {
  .about__bg6 img {
    width: 101px;
    height: 100px;
  }
}

.about__bg7 {
  display: none;
}
@media screen and (min-width: 900px) {
  .about__bg7 {
    display: block;
    position: absolute;
    display: block;
    top: 77px;
    left: -60px;
    z-index: -2;
  }
}
@media screen and (min-width: 900px) and (min-width: 1200px) {
  .about__bg7 {
    left: -21px;
  }
}
@media screen and (min-width: 900px) {
  .about__bg7 img {
    width: 250px;
    height: 250px;
  }
}

.about__bg8 {
  display: none;
}
@media screen and (min-width: 900px) {
  .about__bg8 {
    display: block;
    position: absolute;
    bottom: 517px;
    right: -620px;
    z-index: -2;
  }
}
@media screen and (min-width: 900px) and (min-width: 1200px) {
  .about__bg8 {
    bottom: 452px;
    right: -569px;
  }
}

.about__bg9 {
  display: none;
}
@media screen and (min-width: 900px) {
  .about__bg9 {
    display: block;
    position: absolute;
    bottom: 619px;
    right: -486px;
    z-index: -2;
  }
}
@media screen and (min-width: 900px) and (min-width: 900px) {
  .about__bg9 img {
    width: 807px;
    height: 12px;
  }
}

.pagetop {
  position: relative;
  left: 50%;
  padding-top: 24px;
  padding-bottom: 69px;
}
@media screen and (min-width: 900px) {
  .pagetop {
    position: absolute;
    display: block;
    position: fixed;
    right: 40px;
    top: 930px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 999;
  }
  .pagetop.is-show {
    opacity: 1;
    visibility: visible;
  }
}
.pagetop img {
  transform: translateX(-50%);
  padding-top: 21px;
  padding-bottom: 65px;
}
@media screen and (min-width: 900px) {
  .pagetop img {
    position: absolute;
    top: -175px;
    width: 100px;
    height: 104px;
    padding-top: 0;
    left: calc(50% + 90px);
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .pagetop img {
    left: calc(50% + 235px);
  }
}

.pagetop__text {
  position: absolute;
  top: 58px;
  left: 46px;
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
}

.step {
  position: relative;
  margin-top: 28px;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .step {
    overflow: visible;
    padding-top: 120px;
    margin: 0 auto;
  }
}

.step__inner {
  padding-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .step__inner {
    padding-bottom: 0;
  }
}

.step__inner-wrap {
  width: 335px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .step__inner-wrap {
    width: 100%;
  }
}

.step__article {
  text-align: center;
}

.step__title {
  font-family: "Courgette", "Josefin Sans", serif;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-inline: 15px;
  width: 130px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .step__title {
    width: 200px;
    padding-inline: 20px;
    gap: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .step__title {
    gap: 6px;
  }
}

.step__icon {
  width: 37px;
  height: 37px;
  margin-top: 3px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .step__icon {
    width: 48px;
    height: 48px;
  }
}
.step__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.step__head {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .step__head {
    font-size: 20px;
  }
}

.step__text {
  font-family: "Kiwi Maru";
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 8px;
  margin: 0;
  border-bottom: 6px solid #FFEE56;
}
@media screen and (min-width: 900px) {
  .step__text {
    font-size: 32px;
    font-family: "Kiwi Maru";
    padding-bottom: 8px;
    border-bottom: 8px solid #FFEE56;
  }
}
@media screen and (min-width: 1200px) {
  .step__text {
    padding-bottom: 12px;
  }
}

.step__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 900px) {
  .step__content {
    gap: 385px;
    flex-direction: row;
  }
}

.step__content-fv {
  margin-top: 32px;
}

.step__img {
  width: 196px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .step__img {
    width: 87.5%;
  }
}

@media screen and (min-width: 900px) {
  .step__down {
    transform: translateY(20px);
  }
}

.step__wrap {
  margin-top: 32px;
}
@media screen and (min-width: 900px) {
  .step__wrap {
    display: flex;
    justify-content: space-between;
    gap: 7px;
  }
}
@media screen and (min-width: 1200px) {
  .step__wrap {
    margin-top: 40px;
  }
}
@media screen and (min-width: 900px) {
  .step__wrap .step__text-content:nth-of-type(3) {
    margin-top: 69px;
  }
}

.step__text-content {
  text-align: center;
  gap: 16px;
}
@media screen and (min-width: 900px) {
  .step__text-content {
    position: relative;
    gap: 0;
  }
  .step__text-content:first-of-type.step-wave::after {
    content: "";
    background-image: url(../img/PC/step__pc-nami.png);
    width: 113px;
    height: 24px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 167px;
    left: 220px;
    z-index: 1;
  }
}
@media screen and (min-width: 900px) and (min-width: 900px) {
  .step__text-content:first-of-type.step-wave::after {
    top: 205px;
    left: 255px;
  }
}
@media screen and (min-width: 900px) {
  .step__text-content:nth-of-type(3).step-wave::after {
    content: "";
    background-image: url(../img/PC/step__pc-nami.png);
    width: 113px;
    height: 24px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 98px;
    right: -62px;
    z-index: 1;
  }
}
@media screen and (min-width: 900px) and (min-width: 900px) {
  .step__text-content:nth-of-type(3).step-wave::after {
    top: 136px;
    left: 264px;
  }
}
@media screen and (min-width: 1200px) {
  .step__text-content {
    width: 320px;
  }
}

.step-wave {
  padding-bottom: 15px;
}

.step__text-follow {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .step__text-follow {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .step__text-follow {
    font-size: 20px;
  }
}

.step__text-large {
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 160%;
}

.step__lead-text {
  font-family: "Noto Sans JP";
  margin: 0;
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .step__lead-text {
    font-size: 14px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .step__lead-text {
    font-size: 16px;
  }
}

.lead-text {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}

.step__link {
  display: flex;
  padding: 6px 10px;
  align-items: center;
  gap: 8px;
  width: 226px;
  margin: 0 auto;
  background: #FFFFFF;
  margin-top: 16px;
  border: 2px solid transparent;
}
.step__link:hover {
  border-color: #9ED0E0;
}
@media screen and (min-width: 900px) {
  .step__link {
    width: 254px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .step__link {
    margin-top: 16px;
  }
}

.step__icon-img {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 900px) {
  .step__icon-img {
    width: 24px;
    height: 24px;
  }
}

.step__link-sns {
  font-family: "Noto Sans JP";
  width: 174px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.step__link-sns:hover {
  border-color: #9ED0E0;
}
@media screen and (min-width: 900px) {
  .step__link-sns {
    font-size: 16px;
    width: 198px;
  }
}

.step__btn {
  margin-top: 15px;
  padding: 4px 22px 6px 22px;
  align-items: center;
  border-radius: 40px;
  border: 2px solid var(--LP-Blown, #4A3636);
  background: var(--LP-White, #FFF);
  box-shadow: 0px 4px 0px 0px #4A3636;
}
.step__btn:hover {
  background-color: #FFEE56;
}
@media screen and (min-width: 900px) {
  .step__btn {
    width: 437px;
    padding: 7px 37px 9px 37px;
    border: 3px solid var(--LP-Blown, #4A3636);
    margin: 0 auto;
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 1200px) {
  .step__btn {
    margin-top: 34px;
  }
}

.step__button {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .step__button {
    font-size: 20px;
  }
}

.step__contact {
  width: 7px;
  height: 34px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .step__contact {
    display: none;
  }
}
.step__contact img {
  width: 7px;
  height: 34px;
}
@media screen and (min-width: 900px) {
  .step__contact img {
    height: 113px;
    width: 24px;
    transform: rotate(90deg);
  }
}

.step_gb-country {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .step_gb-country {
    top: 60px;
    left: -120px;
  }
}
@media screen and (min-width: 1200px) {
  .step_gb-country {
    left: 36px;
  }
}
.step_gb-country img {
  width: 149px;
}
@media screen and (min-width: 900px) {
  .step_gb-country img {
    width: 420px;
    padding: 0px 40px 60px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .step_gb-country img {
    padding: 0;
  }
}

.step__bg-cats {
  position: absolute;
  top: 0;
  left: calc(50% + 58px);
}
@media screen and (min-width: 900px) {
  .step__bg-cats {
    top: 90px;
    left: calc(50% + 221px);
  }
}

.step__bg-cat-content {
  position: relative;
  width: 160px;
  height: 85px;
}
@media screen and (min-width: 900px) {
  .step__bg-cat-content {
    width: 364px;
    height: 191px;
  }
}

.step__cat1-img {
  position: absolute;
  top: 4px;
  left: 1;
  width: 105px;
}
@media screen and (min-width: 900px) {
  .step__cat1-img {
    display: block;
    position: absolute;
    width: 238px;
  }
}
@media screen and (min-width: 1200px) {
  .step__cat1-img {
    top: 5px;
    left: 65px;
  }
}

.step__cat2-img {
  position: absolute;
  top: 9px;
  right: 0;
  width: 94px;
}
@media screen and (min-width: 900px) {
  .step__cat2-img {
    display: block;
    position: absolute;
    width: 214px;
  }
}
@media screen and (min-width: 1200px) {
  .step__cat2-img {
    top: 16px;
    right: -65px;
  }
}
.step__bg-pawpads {
  position: absolute;
  width: 55px;
  top: 78px;
  right: 20px;
}
@media screen and (min-width: 900px) {
  .step__bg-pawpads {
    display: block;
    position: absolute;
    top: 250px;
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .step__bg-pawpads {
    width: 100px;
    top: 272px;
    right: 35px;
  }
}
@media screen and (min-width: 900px) {
  .step__bg-pawpads img {
    width: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .step__bg-pawpads img {
    width: 100px;
  }
}

.step_bg-left-img {
  position: absolute;
  top: 553px;
  left: 21px;
}
@media screen and (min-width: 900px) {
  .step_bg-left-img {
    top: 688px;
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .step_bg-left-img {
    left: 32px;
    width: 100px;
    top: 10px;
  }
}
.step_bg-left-img img {
  width: 55px;
}
@media screen and (min-width: 900px) {
  .step_bg-left-img img {
    width: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .step_bg-left-img img {
    width: 110px;
  }
}

.step_bg-right-img {
  position: absolute;
  bottom: 383px;
  right: 20px;
}
@media screen and (min-width: 900px) {
  .step_bg-right-img {
    display: none;
  }
}
.step_bg-right-img img {
  width: 55px;
  height: 120px;
}

.prizes {
  position: relative;
}
@media screen and (min-width: 900px) {
  .prizes {
    padding-top: 120px;
  }
}

.prizes__inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .prizes__inner {
    max-width: 1024px;
    padding-inline: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1200px) {
  .prizes__inner {
    padding-inline: 0;
  }
}
.prizes__inner::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/prizes__deco-before.svg);
  top: 18px;
  width: 237.6px;
  height: 83px;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
  background-color: transparent;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .prizes__inner::before {
    top: 6px;
    width: 372px;
    height: 148px;
    background-image: url(../img/prizes__deco-pc.svg);
  }
}

.prizes__content {
  position: relative;
  z-index: 2;
  padding-top: 37px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
}
.prizes__content::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
  bottom: -6px;
  z-index: -1;
  border-radius: 24px;
  width: 100%;
  left: 0;
  height: calc(100% - 95px);
}
@media screen and (min-width: 900px) {
  .prizes__content::after {
    height: calc(100% - 144px);
    top: 149px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes__content::after {
    top: 154px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__content {
    padding-top: 0;
    padding-bottom: 42px;
    padding-inline: 30px;
  }
}

.prizes__background-image {
  display: none;
}
@media screen and (min-width: 900px) {
  .prizes__background-image {
    display: block;
    position: relative;
    top: 32px;
    width: 100%;
  }
}

.prizes-left {
  display: none;
}
@media screen and (min-width: 900px) {
  .prizes-left {
    display: block;
    position: absolute;
    width: 225px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes-left {
    width: 315px;
    left: -30px;
  }
}

.prizes-right {
  display: none;
}
@media screen and (min-width: 900px) {
  .prizes-right {
    display: block;
    position: absolute;
    width: 225px;
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .prizes-right {
    width: 315px;
    right: -30px;
  }
}

.prizes__title {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-inline: 15px;
  width: 190px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 17px;
}
@media screen and (min-width: 900px) {
  .prizes__title {
    width: 296px;
    padding-inline: 20px;
    gap: 10px;
    margin-bottom: 0;
    padding-top: 32px;
  }
}

.prizes__icon {
  width: 37.333px;
  height: 37.333px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .prizes__icon {
    width: 48px;
    height: 48px;
  }
}
.prizes__icon img {
  width: inherit;
  height: inherit;
}
@media screen and (min-width: 900px) {
  .prizes__icon img {
    width: 48px;
    height: 48px;
  }
}

.prizes__head {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
  font-family: "Courgette", "Josefin Sans", serif;
}
@media screen and (min-width: 900px) {
  .prizes__head {
    font-size: 20px;
  }
}

.prizes__text {
  font-family: "Kiwi Maru";
  border-bottom: 6px solid #FFEE56;
  padding-bottom: 8px;
  width: 160px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 900px) {
  .prizes__text {
    font-size: 32px;
    width: 256px;
    margin: 0;
    border-bottom: 8px solid #FFEE56;
    padding-bottom: 12px;
  }
}

.prizes__lead {
  font-family: "Noto Sans JP";
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .prizes__lead {
    padding-top: 40px;
    font-size: 16px;
  }
}

.prizes__cards {
  display: flex;
  flex-wrap: wrap;
  row-gap: 39px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  justify-content: center;
  margin-top: 46px;
  margin-bottom: 17px;
}
@media screen and (min-width: 900px) {
  .prizes__cards {
    gap: 0;
    margin-top: 84px;
  }
}

.prizes__card {
  width: calc(50% - 7.5px);
  bottom: -14px;
}
@media screen and (min-width: 900px) {
  .prizes__card:nth-of-type(1), .prizes__card:nth-of-type(2) {
    width: calc(50% - 43px);
    margin-right: 33px;
  }
}
.prizes__card:nth-of-type(2) {
  margin-right: 0;
}
@media screen and (min-width: 900px) {
  .prizes__card:nth-of-type(3), .prizes__card:nth-of-type(4), .prizes__card:nth-of-type(5) {
    width: calc(33.3% - 40px);
    margin-right: 35px;
    margin-top: 80px;
  }
}
.prizes__card:nth-of-type(3):nth-of-type(5), .prizes__card:nth-of-type(4):nth-of-type(5), .prizes__card:nth-of-type(5):nth-of-type(5) {
  margin-right: 0;
}

.prizes-card {
  position: relative;
  border-radius: 8px;
}
.prizes-card:hover .prizes-card__image img {
  transform: scale(1.2);
  transition: transform 0.5s;
}
.prizes-card:hover .prizes__card-icon svg .background {
  fill: #9ED0E0;
}

@media screen and (min-width: 900px) {
  .prizes__card-large .prizes-card__heading {
    min-height: 120px;
  }
}

.prizes__card-number {
  position: absolute;
  top: -24px;
  left: 50%;
  z-index: 2;
  width: 48px;
  transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .prizes__card-number {
    width: 100px;
    height: 100px;
    top: -50px;
  }
}
.prizes__card-number img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
@media screen and (min-width: 900px) {
  .prizes__card-number img {
    width: 100px;
    height: 100px;
  }
}

@media screen and (min-width: 900px) {
  .number-three,
  .number-four,
  .number-five {
    position: absolute;
    width: 80px;
    height: 80px;
    top: -40px;
  }
}
@media screen and (min-width: 900px) {
  .number-three img,
  .number-four img,
  .number-five img {
    width: 80px;
    height: 80px;
    top: -40px;
  }
}

.prizes-card__inner {
  position: relative;
  background-color: #f5f5f5;
  border-radius: 8px;
}
@media screen and (min-width: 900px) {
  .prizes-card__inner {
    border-radius: 24px;
  }
}

figure {
  margin: 0;
}

.prizes-card__image {
  display: block;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media screen and (min-width: 900px) {
  .prizes-card__image {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}

.prizes-card__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .prizes-card__heading {
    min-height: 80px;
    font-size: 20px;
    padding-block: 28px;
  }
}

.prizes-card__button {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
}
@media screen and (min-width: 900px) {
  .prizes-card__button {
    border-radius: 24px;
  }
}
.prizes-card__button:hover {
  border-color: #9ED0E0;
}

.prizes__card-icon svg {
  position: absolute;
  right: -2px;
  bottom: -2px;
  display: block;
  width: 36px;
  height: 36px;
  border-bottom-right-radius: 8px;
}
@media screen and (min-width: 900px) {
  .prizes__card-icon svg {
    border-bottom-right-radius: 16px;
  }
}
.prizes__card-icon svg g {
  transform: translate(20px, 17px);
}
@media screen and (min-width: 900px) {
  .prizes__card-icon svg g {
    transform: translate(20px, 19px);
  }
}

@media screen and (min-width: 900px) {
  .icon-one svg,
  .icon-two svg {
    width: 100px;
    height: 100px;
    border-bottom-right-radius: 24px;
  }
}

@media screen and (min-width: 900px) {
  .icon-three svg,
  .icon-four svg,
  .icon-five svg {
    width: 64px;
    height: 64px;
  }
}

.prizes-large__modal {
  padding: 0;
  border-radius: 24px;
}
.prizes-large__modal::backdrop {
  background-color: #000;
  opacity: 0.7;
}

.prizes__modal-content {
  text-align: center;
  padding-bottom: 56px;
}

.prizes-modal__image {
  display: block;
  width: 336px;
  height: 210px;
}
.prizes-modal__image img {
  width: 336px;
  height: 210px;
}

.prizes__modal-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 12px;
  margin-top: 39px;
}

.prizes-modal__heading {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 16px;
}

@media screen and (min-width: 900px) {
  .heading-three,
  .heading-four,
  .heading-five {
    font-size: 16px;
    padding-block: 12px;
  }
}

.prizes__bg-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -39px;
}
@media screen and (min-width: 900px) {
  .prizes__bg-image {
    margin-top: -3px;
  }
}
.prizes__bg-image img {
  width: 100%;
  min-width: 580px;
  display: block;
}

.prizes__btn {
  width: 334px;
  text-align: center;
  padding: 4px 22px 6px 22px;
  border-radius: 40px;
  border: 2px solid var(--LP-Blown, #4A3636);
  background: var(--LP-White, #FFF);
  box-shadow: 0px 4px 0px 0px #4A3636;
}
.prizes__btn:hover {
  background-color: #FFEE56;
}
@media screen and (min-width: 900px) {
  .prizes__btn {
    width: 437px;
    padding: 7px 37px 9px 37px;
    border: 3px solid var(--LP-Blown, #4A3636);
    margin: 40px auto 0;
  }
}

.prizes__button {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .prizes__button {
    font-size: 20px;
  }
}

.spots {
  background: #67B0C7;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .spots {
    top: -23px;
  }
}
.spots::before {
  content: "";
  position: absolute;
  background-repeat: repeat-x;
  background-size: contain;
  background-image: url(../img/spots__top-wave.svg);
  top: -45px;
  width: 100%;
  height: 45px;
}
@media screen and (min-width: 900px) {
  .spots::before {
    height: 120px;
    top: -120px;
  }
}
@media screen and (min-width: 1200px) {
  .spots::before {
    height: 120px;
    top: -118px;
  }
}
.spots::after {
  content: "";
  position: absolute;
  background-repeat: repeat-x;
  background-size: contain;
  background-image: url(../img/spots__bottom-wave.svg);
  bottom: -44px;
  width: 100%;
  height: 45px;
  background-color: transparent;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .spots::after {
    height: 120px;
    bottom: -119px;
  }
}
@media screen and (min-width: 1200px) {
  .spots::after {
    bottom: -61px;
  }
}

.spots__inner {
  padding-bottom: 21px;
}
@media screen and (min-width: 1200px) {
  .spots__inner {
    padding-bottom: 63px;
  }
}

.spots__content {
  text-align: center;
}

@media screen and (min-width: 900px) {
  .spots__wrapper {
    display: flex;
    padding-left: 30px;
    gap: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__wrapper {
    padding-left: 244px;
  }
}

.spots__title {
  display: flex;
  gap: 8px;
  padding-bottom: 24px;
  align-items: center;
  width: 260px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .spots__title img {
    width: 56px;
    height: 56px;
  }
}
@media screen and (min-width: 900px) {
  .spots__title {
    width: 56px;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .spots__title {
    width: 125px;
    gap: 10px;
  }
}

.spots__heading {
  font-family: "Kiwi Maru";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  margin-block: 0;
  color: #FFFFFF;
}
@media screen and (min-width: 900px) {
  .spots__heading {
    writing-mode: inherit;
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__heading {
    letter-spacing: 0.25em;
    padding-left: 6px;
  }
}

.spots__wrap {
  display: flex;
  transition-timing-function: linear;
}

.spots__card-slide {
  height: auto;
  max-width: 240px;
}
@media screen and (min-width: 900px) {
  .spots__card-slide {
    max-width: 344px;
  }
}

.spots-card__inner {
  padding-inline: 24px;
  padding-bottom: 31.2px;
  background: #FFF;
  text-align: center;
  border-radius: 12px;
  height: 100%;
  max-width: 100%;
}
.spots-card__inner .spots-card__image img {
  height: 100%;
}
@media screen and (min-width: 900px) {
  .spots-card__inner .spots-card__image img {
    height: 240px;
  }
}
@media screen and (min-width: 900px) {
  .spots-card__inner {
    padding-bottom: 40px;
    border-radius: 24px;
  }
}

.spots-card__image {
  width: calc(100% + 48px);
  margin-left: -24px;
  display: block;
}
.spots-card__image img {
  text-align: center;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
@media screen and (min-width: 900px) {
  .spots-card__image img {
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
  }
}

.spots-card__heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .spots-card__heading {
    font-size: 20px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .spots-card__heading {
    margin-top: 26px;
  }
}

.spots__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 16px;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .spots__text {
    font-size: 16px;
    margin-top: 24px;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.spots__bg-image {
  width: 255px;
  height: 55px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .spots__bg-image {
    width: 495px;
    height: 107px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__bg-image {
    margin: 0;
    padding-top: 2px;
  }
}
.spots__bg-image img {
  width: inherit;
  height: inherit;
}
@media screen and (min-width: 900px) {
  .spots__bg-image img {
    width: inherit;
    height: inherit;
  }
}

.spots__bottom-text {
  font-size: 11.444px;
  font-weight: 400;
  line-height: 1.6;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .spots__bottom-text {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .spots__bottom-content {
    display: flex;
    justify-content: center;
    margin-top: 63px;
  }
}

.spots__text-btn {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 16px;
}
@media screen and (min-width: 900px) {
  .spots__text-btn {
    margin-left: 81px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__text-btn {
    gap: 27px;
    padding-top: 2px;
  }
}

.spots__btn {
  margin: 0 auto;
  width: 334px;
  text-align: center;
  padding: 4px 22px 6px 22px;
  border-radius: 40px;
  border: 2px solid var(--LP-Blown, #4A3636);
  background: var(--LP-White, #FFF);
  box-shadow: 0px 4px 0px 0px #4A3636;
}
.spots__btn:hover {
  background-color: #FFEE56;
}
@media screen and (min-width: 900px) {
  .spots__btn {
    width: 437px;
    padding: 7px 37px 9px 37px;
    border: 3px solid var(--LP-Blown, #4A3636);
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 1200px) {
  .spots__btn {
    margin-top: -2px;
    margin-left: 12px;
  }
}

.prizes__button {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .prizes__button {
    font-size: 20px;
  }
}

.spots__bg-img {
  display: none;
}
@media screen and (min-width: 900px) {
  .spots__bg-img {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 220px;
  }
}
@media screen and (min-width: 900px) and (min-width: 1200px) {
  .spots__bg-img {
    left: 36px;
    bottom: 56px;
  }
}
@media screen and (min-width: 900px) {
  .spots__bg-img img {
    width: 100%;
    height: 100%;
  }
}

.swiper2 .swiper-wrapper {
  transition-timing-function: linear;
}

@media screen and (min-width: 900px) {
  .swiper__button-content {
    position: relative;
    width: 700px;
    bottom: 35px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 2;
  }
}
@media screen and (min-width: 1200px) {
  .swiper__button-content {
    width: 962px;
    bottom: 34px;
  }
}

.swiper-button-prev {
  display: none;
}
@media screen and (min-width: 900px) {
  .swiper-button-prev {
    display: block;
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 900px) and (min-width: 900px) {
  .swiper-button-prev img {
    width: 80px;
    height: 80px;
  }
}

@media screen and (min-width: 900px) {
  .swiper-button-prev::after {
    display: none;
  }
}

.swiper-button-next {
  display: none;
}
@media screen and (min-width: 900px) {
  .swiper-button-next {
    display: block;
    width: 80px;
    height: 80px;
  }
  .swiper-button-next img {
    width: 80px;
    height: 80px;
  }
}

@media screen and (min-width: 900px) {
  .swiper-button-next::after {
    display: none;
  }
}

.qa {
  margin-top: 85px;
}
@media screen and (min-width: 900px) {
  .qa {
    margin-top: 119px;
    padding-top: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .qa {
    margin-top: 40px;
    padding-top: 119px;
  }
}

.qa__inner {
  margin: 0 auto;
}

.qa__title {
  text-align: center;
  display: grid;
  row-gap: 6px;
  width: 170px;
  margin: 0 auto;
  padding-inline: 15px;
}
@media screen and (min-width: 900px) {
  .qa__title {
    width: 264px;
    padding-inline: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .qa__title {
    row-gap: 8px;
  }
}

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

.heading__en {
  font-family: Courgette;
  font-size: 16px;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .heading__en {
    font-size: 20px;
  }
}

.heading__ja {
  font-family: "Kiwi Maru";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  border-bottom: 8px solid var(--LP-Yellow, #FFEE56);
  padding-bottom: 8px;
}
@media screen and (min-width: 900px) {
  .heading__ja {
    font-size: 32px;
  }
}

.qa__boxes {
  margin-top: 21px;
  display: grid;
  row-gap: 12px;
  margin-bottom: 30.64px;
}
@media screen and (min-width: 900px) {
  .qa__boxes {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .qa__boxes {
    margin-top: 41px;
    row-gap: 24px;
  }
}

.qa-box {
  border-radius: 12px;
  border: 2px solid var(--LP-Blown, #4A3636);
  background: var(--LP-White, #FFF);
}
.qa-box.is-open .qa__box__head::after,
.qa-box.is-open .qa-icon::after {
  transform: rotate(0deg);
}

.qa__box__head {
  width: 100%;
  padding: 10px 14px 10px 14px;
  display: flex;
  gap: 12px;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .qa__box__head {
    width: 100%;
    padding: 24px;
    gap: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .qa__box__head {
    padding: 20px 19px 20px 22px;
  }
}

.qa__boxes .qa__box__head:nth-child(2), .qa__boxes .qa__box__head:nth-child(3), .qa__boxes .qa__box__head:nth-child(4) {
  padding: 10px 14px 10px 14px;
}
@media screen and (min-width: 900px) {
  .qa__boxes .qa__box__head:nth-child(2), .qa__boxes .qa__box__head:nth-child(3), .qa__boxes .qa__box__head:nth-child(4) {
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .qa__boxes .qa__box__head:nth-child(2), .qa__boxes .qa__box__head:nth-child(3), .qa__boxes .qa__box__head:nth-child(4) {
    padding: 20px 20px 20px 20px 22px;
  }
}

.qa-box__head-icon {
  color: #9ED0E0;
  font-family: "Josefin Sans";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .qa-box__head-icon {
    font-size: 32px;
  }
}

.qa-box__head-text {
  width: 100%;
  display: block;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .qa-box__head-text {
    font-size: 20px;
  }
}

.qa-icon {
  display: block;
  position: relative;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  background-color: #9ED0E0;
  border-radius: 12px;
}
@media screen and (min-width: 900px) {
  .qa-icon {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .qa-icon {
    width: 48px;
    height: 48px;
    border-radius: 26px;
  }
}
.qa-icon::before, .qa-icon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: white;
  transition: transform 0.3s;
}
.qa-icon::before {
  transform: rotate(0deg);
  top: 45%;
  left: 29%;
}
@media screen and (min-width: 900px) {
  .qa-icon::before {
    width: 19px;
    height: 3px;
  }
}
.qa-icon::after {
  transform: rotate(90deg);
  top: 45%;
  left: 29%;
}
@media screen and (min-width: 900px) {
  .qa-icon::after {
    width: 19px;
    height: 3px;
  }
}

.qa-box__body {
  background: #F5F5F5;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 16px 14px 14px 14px;
  gap: 16px;
  display: none;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .qa-box__body {
    padding: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .qa-box__body {
    padding: 24px 24px 23px 23px;
  }
}

.qa-box__body-content {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .qa-box__body-content {
    gap: 16px;
    align-items: center;
  }
}

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

.qa-box__a-text {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .qa-box__a-text {
    font-size: 16px;
  }
}

@media screen and (min-width: 900px) {
  .information__inner {
    margin: 0 auto;
    margin-bottom: 117px;
  }
}

.information__wrapper {
  padding-inline: 15.5px;
  border: 8px solid var(--LP-White, #FFF);
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 900px) {
  .information__wrapper {
    padding: 20px 51px 16px 64px;
  }
}

.information__title {
  text-align: center;
  display: grid;
  row-gap: 6px;
  width: 169px;
  margin: 0 auto;
  padding-inline: 15px;
  margin-top: 15.5px;
}
@media screen and (min-width: 900px) {
  .information__title {
    width: 214px;
    row-gap: 6px;
    padding-left: 2px;
    padding-right: 15px;
  }
}

.heading__ja-info {
  font-family: "Kiwi Maru";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  border-bottom: 6px solid #FFEE56;
  padding-bottom: 6px;
  margin: 0 auto;
  width: 80px;
}
@media screen and (min-width: 900px) {
  .heading__ja-info {
    font-size: 32px;
    width: 128px;
    border-bottom: 9px solid #FFEE56;
    padding-bottom: 7px;
  }
}

.information_content {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 16px;
}
@media screen and (min-width: 900px) {
  .information_content {
    margin-top: 40px;
  }
}
.information_content .information__box:nth-child(5) {
  border-bottom: none;
}

.information__box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 14px;
  margin: 0 auto;
  width: 100%;
  align-items: flex-start;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (min-width: 900px) {
  .information__box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 58px;
    padding-bottom: 12px;
  }
}

.information__box-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 900px) {
  .information__box-wrap {
    width: 224px;
  }
}

.information__list-btn {
  position: relative;
  display: block;
  background-color: #9ED0E0;
  width: 8px;
  height: 8px;
  border-radius: 12px;
}

.information__box-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .information__box-text {
    font-size: 16px;
  }
}

.information__text {
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .information__text {
    width: 100%;
    font-size: 16px;
    margin-top: 0;
  }
}

.info__text-list {
  list-style: none;
}
@media screen and (min-width: 900px) {
  .info__text-list {
    font-size: 16px;
    width: 100%;
  }
}
.info__text-list li {
  position: relative;
  padding-left: 18.9px;
  line-height: 19px;
}
@media screen and (min-width: 900px) {
  .info__text-list li {
    line-height: 26px;
    padding-left: 23px;
  }
}
.info__text-list li::before {
  position: absolute;
  content: "・";
  left: 3px;
}

.information__bg {
  display: block;
  margin-top: 32px;
}
.information__bg img {
  width: 100%;
}

.form {
  padding-top: 40px;
  padding-bottom: 45px;
  background: #FFFFFF;
}
@media screen and (min-width: 900px) {
  .form {
    padding-top: 122px;
    padding-bottom: 121px;
  }
}

@media screen and (min-width: 900px) {
  .form__inner {
    width: 848px;
    margin: 0 auto;
  }
}

.form__content {
  display: grid;
  row-gap: 22px;
}
@media screen and (min-width: 900px) {
  .form__content {
    row-gap: 32px;
  }
}

.form__title {
  margin: 0 auto;
  text-align: center;
  width: 150px;
  padding-inline: 15px;
  display: grid;
  row-gap: 6px;
}
@media screen and (min-width: 900px) {
  .form__title {
    width: 232px;
    display: grid;
    row-gap: 7px;
    padding-inline: 20px;
  }
}

.form__contact-text {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .form__contact-text {
    font-size: 16px;
  }
}

@media screen and (min-width: 900px) {
  .form__contact {
    padding-top: 9px;
  }
}

.form__files {
  display: grid;
  row-gap: 24px;
}

.form__filed {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .form__filed {
    flex-direction: row;
    justify-content: space-between;
  }
  .form__filed:nth-of-type(5) {
    align-items: flex-start;
  }
}

.form__filed-head {
  align-items: center;
  display: flex;
  gap: 12px;
}
@media screen and (min-width: 900px) {
  .form__filed-head {
    flex-shrink: 0;
  }
}

.form__filed-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .form__filed-label {
    flex-grow: 1;
    font-size: 16px;
  }
}

.form__filed-tag {
  border-radius: 4px;
  background: #CE2073;
  padding: 4px 8px;
  color: #FFF;
}

.form__filed-item [type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form__filed-item [type=radio]:checked + .form__radio-text::after {
  opacity: 1;
}
@media screen and (min-width: 900px) {
  .form__filed-item {
    width: 628px;
    flex-shrink: 0;
  }
}

.form__text {
  font-size: 14px;
  width: 100%;
  height: 56px;
  padding: 16px;
  border-radius: 8px;
  background: #F5F5F5;
  border: 0;
  transition: border-color 0.3s;
}
@media screen and (min-width: 900px) {
  .form__text {
    font-size: 16px;
  }
}
.form__text:focus {
  outline: #9ED0E0 solid 1px;
  background: #E9F6F8;
}
.form__text.is-error {
  border: 1px solid #CE2073;
  background: #FFF0F7;
}
@media screen and (min-width: 900px) {
  .form__text {
    flex-grow: 1;
  }
}

.form__filed-select .js-form-input:hover {
  cursor: pointer;
}

.form-select {
  font-size: 14px;
  width: 100%;
  height: 56px;
  padding: 15px 16px 18px 16px;
  border: none;
  background: #F5F5F5;
  border-radius: 8px;
  background-image: url(../img/control.svg);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: right 0px center;
  background-repeat: no-repeat;
  background-size: 52px 56px;
}
@media screen and (min-width: 900px) {
  .form-select {
    font-size: 16px;
    padding: 16px;
  }
}
.form-select:focus {
  outline: #9ED0E0 solid 1px;
}
.form-select.is-error {
  background-image: url(../img/form__error-icon.svg), linear-gradient(to left, transparent 52px, transparent 52px);
  border: 1px solid #CE2073;
  background-color: #FFF0F7;
}

.form__filed-radios {
  display: flex;
  gap: 22px;
}
@media screen and (min-width: 900px) {
  .form__filed-radios {
    height: 56px;
    gap: 24px;
    align-items: center;
  }
}

.form__filed-radio {
  display: flex;
  gap: 8px;
}

.form__radio-input:hover + .form__radio-text::before {
  outline: #9ED0E0 solid 1px;
  cursor: pointer;
}
.form__radio-input:checked:hover + .form__radio-text::before {
  outline: none;
}

.form__radio-text {
  font-size: 14px;
  position: relative;
  padding-left: 33px;
}
@media screen and (min-width: 900px) {
  .form__radio-text {
    font-size: 16px;
  }
}
.form__radio-text::before, .form__radio-text::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.form__radio-text::before {
  width: 24px;
  height: 24px;
  border: 0;
  border-width: 1px;
  background: #F5F5F5;
  left: 0;
  transition: border-color 0.3s;
}
.form__radio-text::after {
  width: 12px;
  height: 12px;
  left: 6px;
  background: #9ED0E0;
  opacity: 0;
}

.form__textarea {
  font-size: 14px;
  width: 100%;
  padding: 13px 16px 13px 16px;
  background: #F5F5F5;
  border: 0;
  border-radius: 8px;
  resize: vertical;
}
@media screen and (min-width: 900px) {
  .form__textarea {
    font-size: 16px;
    height: 160px;
  }
}
.form__textarea:focus {
  outline: #9ED0E0 solid 1px;
  background: #E9F6F8;
}
.form__textarea.is-error {
  border: 1px solid #CE2073;
  background: #FFF0F7;
}

.form__privacy {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .form__privacy {
    padding-top: 17px;
    padding-bottom: 16px;
  }
}
.form__privacy [type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form__privacy [type=checkbox]:checked + .form__checkbox-text::after {
  opacity: 1;
}

.form__checkbox-input.is-error + .form__checkbox-text::before {
  border: 1px solid #CE2073;
  background: #FFF0F7;
}

.form__checkbox-text {
  font-size: 14px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .form__checkbox-text {
    font-size: 16px;
  }
}
.form__checkbox-text::before, .form__checkbox-text::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
.form__checkbox-text::before {
  width: 24px;
  height: 24px;
  left: 0;
  border-radius: 4px;
  background: #F5F5F5;
}
.form__checkbox-text::after {
  left: 4px;
  top: 18px;
  width: 26px;
  height: 26px;
  background: url(../img/privacy-icon.png);
  opacity: 0;
  background-repeat: no-repeat;
}
.form__checkbox-text::after:checked:focus {
  outline: #9ED0E0 solid 1px;
}
.form__checkbox-text a {
  padding-left: 35px;
  text-decoration-line: underline;
}

.privacy__text:hover {
  color: #9ED0E0;
}

.form__button {
  text-align: center;
  width: 208px;
  height: 40px;
  margin: 0 auto;
  padding: 5px 22px 6px 22px;
  border-radius: 40px;
  border: 2px solid #4A3636;
  background: #FFFFFF;
  box-shadow: 0 4px 0 0 #4A3636;
  font-size: 16px;
  font-weight: 700;
}
.form__button:hover {
  background-color: #FFEE56;
}
@media screen and (min-width: 900px) {
  .form__button {
    width: 240px;
    padding: 4px 40px 6px 40px;
  }
}

@media screen and (min-width: 900px) {
  .js-form-input {
    width: 100%;
  }
}

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

@media screen and (min-width: 900px) {
  .footer__inner {
    margin: 0 auto;
    position: relative;
  }
}

.footer__bg-img {
  display: none;
}
@media screen and (min-width: 900px) {
  .footer__bg-img {
    display: block;
    position: absolute;
    right: -165px;
    top: -42px;
  }
}

.footer__wrapper {
  text-align: center;
  padding-bottom: 48px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .footer__wrapper {
    padding-bottom: 120px;
  }
}
.footer__wrapper::before {
  content: "";
  position: absolute;
  background-image: url(../img/footer__bg-img.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 328px;
  height: 34px;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
}
@media screen and (min-width: 900px) {
  .footer__wrapper::before {
    width: 755px;
    height: 82px;
    bottom: -2px;
  }
}

.footer__text {
  font-family: "Josefin Sans";
  font-size: 20px;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .footer__text {
    font-size: 24px;
    line-height: 1.25;
    margin-top: 24px;
  }
}

.footer__sns {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .footer__sns a img {
    width: 40px;
    height: 40px;
  }
}

.footer__info-content {
  background: #FFF;
  padding-bottom: 5px;
  border-radius: 16px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media screen and (min-width: 900px) {
  .footer__info-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-bottom: 0;
    margin-bottom: 240px;
    height: 400px;
  }
}

.footer__info-contents {
  width: 100%;
}

.footer__company-info {
  padding: 0 24px 24px 24px;
}
@media screen and (min-width: 900px) {
  .footer__company-info {
    display: flex;
    flex-direction: column;
    width: 389px;
    align-items: flex-start;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}

.footer__location {
  background: #FFF;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
}
@media screen and (min-width: 900px) {
  .footer__location {
    width: 100%;
    height: 400px;
  }
}
.footer__location img {
  width: 100%;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
}
@media screen and (min-width: 900px) {
  .footer__location img {
    height: 400px;
  }
}

.footer__info-logo {
  margin: 0 auto;
  padding-block: 24px;
  text-align: center;
  width: 153px;
}
@media screen and (min-width: 900px) {
  .footer__info-logo {
    margin: 0;
    width: 183px;
    padding-block: 20px;
  }
}

.footer-lists {
  padding-top: 5px;
  width: 280px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 900px) {
  .footer-lists {
    width: 389px;
    gap: 12px;
  }
}

.footer-list-box {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  align-items: center;
  left: 20px;
}
@media screen and (min-width: 900px) {
  .footer-list-box {
    gap: 15px;
    left: 16px;
  }
}

.footer__list-btn {
  position: absolute;
  display: block;
  background-color: #9ED0E0;
  width: 8px;
  height: 8px;
  border-radius: 12px;
  left: -16px;
}

.footer-name {
  width: 48px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  flex-grow: 1;
}
@media screen and (min-width: 900px) {
  .footer-name {
    font-size: 16px;
    width: 64px;
  }
}

.footer-text {
  width: 202px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  flex-grow: 1;
}
@media screen and (min-width: 900px) {
  .footer-text {
    font-size: 16px;
    width: 260px;
  }
}

.footer__copyright {
  position: relative;
  text-align: center;
  background: var(--LP-Dark-Blue, #67B0C7);
  color: #fff;
  padding-bottom: 25px;
}
@media screen and (min-width: 900px) {
  .footer__copyright {
    padding-bottom: 32px;
  }
}
.footer__copyright::before {
  content: "";
  position: absolute;
  background-image: url(../img/footer__bottom-wave.svg);
  width: 100%;
  height: 45px;
  transform: translateX(-50%);
  left: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  top: -45px;
  background-position: top 2px left -1px;
}
@media screen and (min-width: 900px) {
  .footer__copyright::before {
    width: 100%;
    height: 120px;
    top: -119px;
    background-repeat: repeat-x;
    background-size: contain;
    background-position: top 0 left 0;
  }
}

@media screen and (min-width: 900px) {
  .footer__copyright-text {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */