@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

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

.inner {
  padding-inline: 20px;
  margin-inline: auto;
  max-width: clamp(375px, 80vw, 540px);
}
@media screen and (min-width:900px) {
  .inner {
    padding-inline: 40px;
    max-width: 1104px;
    margin-inline: auto;
  }
}

button {
  color: #4a3636;
}

.button {
  min-width: 192px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  padding: 4px 22px 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #fff;
  -webkit-box-shadow: 0 4px 0 0 #4a3636;
          box-shadow: 0 4px 0 0 #4a3636;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width:900px) {
  .button {
    font-size: 20px;
    min-width: 260px;
    height: 56px;
    padding: 8px 37px 10px;
    border: 3px solid #4a3636;
  }
}
.button:hover {
  background: var(--LP-Yellow, #ffee56);
}

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

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

.title__ja {
  margin-top: 6px;
  margin-inline: auto;
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  padding-bottom: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 6px solid #ffee56;
}
@media screen and (min-width:900px) {
  .title__ja {
    margin-top: 8px;
    font-size: 32px;
    padding-bottom: 8px;
    border-bottom: 8px solid #ffee56;
  }
}

@media screen and (max-width:599px) {
  .hidden-sp {
    display: none;
  }
}

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

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

.bold-switch {
  font-weight: 700;
}
@media screen and (min-width:1104px) {
  .bold-switch {
    font-weight: 400;
  }
}

.is-spacing {
  letter-spacing: -0.02em;
}

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

.add-lg {
  display: none;
}
@media screen and (min-width:1104px) {
  .add-lg {
    display: block;
  }
}

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

.is-bold {
  font-weight: 700;
}

.hover-link:hover {
  color: #67b0c7;
}

/*
header
*/
.header {
  height: 64px;
  background: #fff;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 20;
}

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

.header__logo img {
  width: 210px;
  height: auto;
}
@media screen and (min-width:1104px) {
  .header__logo img {
    width: 183px;
  }
}

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

.drawer-icon {
  width: 32px;
  height: 28px;
  padding: 0.6px 0 0.4px 0;
  position: relative;
  z-index: 50;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  width: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 14.1px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(4) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 14.1px;
}

.drawer-icon__bar {
  height: 3px;
  border-radius: 6px;
  background: #4a3636;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: top 0.4s linear, -webkit-transform 0.4s linear;
  transition: top 0.4s linear, -webkit-transform 0.4s linear;
  transition: transform 0.4s linear, top 0.4s linear;
  transition: transform 0.4s linear, top 0.4s linear, -webkit-transform 0.4s linear;
}
.drawer-icon__bar:nth-of-type(1) {
  width: 25.6px;
}
.drawer-icon__bar:nth-of-type(2) {
  width: 4.8px;
  left: 27.2px;
}
.drawer-icon__bar:nth-of-type(3) {
  width: 32px;
  top: 12px;
}
.drawer-icon__bar:nth-of-type(4) {
  width: 32px;
  top: 24px;
}

.header__nav {
  margin-inline: auto;
  padding: 82px 20px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 64px;
  right: 0;
  z-index: 50;
  -webkit-transform: translateY(calc(-100% - 64px));
          transform: translateY(calc(-100% - 64px));
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.header__nav.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width:1104px) {
  .header__nav {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: auto;
    height: auto;
    padding: 0;
    position: static;
    margin-inline: 0;
  }
}

.header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:1104px) {
  .header__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12px;
  }
  .header__lists li:nth-of-type(6) {
    display: none;
  }
}

.header__link {
  font-weight: 400;
}
@media screen and (min-width:1104px) {
  .header__link {
    font-size: 12px;
  }
}

.header__button {
  min-width: 144px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  padding-block: 0;
  padding-inline: 0;
  padding: 4px 22px 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 40px;
  border: 2px solid #4a3636;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: 0 4px 0 0 #4a3636;
          box-shadow: 0 4px 0 0 #4a3636;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}
@media screen and (min-width:1104px) {
  .header__button {
    min-width: 132px;
    margin-left: 4px;
    font-size: 14px;
    height: 36px;
    margin-bottom: 4px;
  }
}
.header__button:hover {
  background: var(--LP-Yellow, #ffee56);
}

/*
fv
*/
.fv {
  background: #e9f6f8;
  padding-bottom: 156px;
}
@media screen and (min-width:1104px) {
  .fv {
    padding-bottom: 97px;
  }
}

.fv__background {
  background: url(../img/sp/fv.png) no-repeat center center/cover;
  width: 100%;
  height: 554px;
}
@media screen and (min-width:900px) {
  .fv__background {
    background-image: url(../img/fv.png);
    height: 740px;
  }
}

.fv__inner {
  padding-top: 17px;
  width: 100%;
  max-width: 375px;
}
@media screen and (min-width:900px) {
  .fv__inner {
    padding-inline: 40px;
    margin-inline: auto;
    max-width: 928px;
    padding-top: 35px;
  }
}

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

.fv__title-img {
  text-align: center;
}
@media screen and (min-width:900px) {
  .fv__title-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.fukidashi-content {
  position: relative;
  margin-top: 10px;
  height: 522px;
}
@media screen and (min-width:900px) {
  .fukidashi-content {
    max-width: 848px;
    margin-top: 0;
    height: 604px;
  }
}

.fukidashi-content__img {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 142px;
}
@media screen and (min-width:900px) {
  .fukidashi-content__img {
    top: 0;
    left: 37px;
    width: 244px;
  }
}
.fukidashi-content__img img {
  max-width: 100%;
  height: auto;
}

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

.fukidashi-content__sweet {
  position: absolute;
  top: 387px;
  left: 3px;
  width: 86px;
  z-index: 3;
}
@media screen and (min-width:900px) {
  .fukidashi-content__sweet {
    left: 1px;
    top: auto;
    bottom: 48px;
    width: 210px;
  }
}
.fukidashi-content__sweet img {
  width: 100%;
}

.fukidashi-content__cat1 {
  position: absolute;
  top: 395px;
  right: 0;
  width: 62px;
  z-index: 3;
}
@media screen and (min-width:900px) {
  .fukidashi-content__cat1 {
    top: 309px;
    right: 63px;
    width: 170px;
  }
}
.fukidashi-content__cat1 img {
  width: 100%;
}

.fukidashi-content__cat2 {
  position: absolute;
  top: 450px;
  right: 9px;
  width: 98px;
  z-index: 4;
}
@media screen and (min-width:900px) {
  .fukidashi-content__cat2 {
    top: auto;
    bottom: 3px;
    right: 0;
    width: 233px;
  }
}
.fukidashi-content__cat2 img {
  width: 100%;
}

.fukidashi-content__smartphone {
  z-index: 2;
  position: absolute;
  top: 103px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
}
@media screen and (min-width:900px) {
  .fukidashi-content__smartphone {
    top: 33px;
    width: 250px;
  }
}

.smartphone__img {
  position: relative;
}

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

.box {
  width: 160px;
  border-radius: 12.8px;
  background: #fff;
  text-align: center;
}
@media screen and (min-width:900px) {
  .box {
    width: 200px;
    border-radius: 16px;
  }
}

.box__title {
  white-space: nowrap;
  border-radius: 12.8px 12.8px 0 0;
  padding: 6.4px 18.5px;
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  color: #fff;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-size: 12.8px;
  font-weight: 700;
}
@media screen and (min-width:900px) {
  .box__title {
    border-radius: 16px 16px 0 0;
    padding: 8px 12px;
    font-size: 16px;
  }
}

.box__text {
  margin-top: 12.8px;
  margin-inline: auto;
  font-size: 12px;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-bottom: 3.2px;
}
@media screen and (min-width:900px) {
  .box__text {
    font-size: 14px;
    margin-top: 16px;
    padding-bottom: 1px;
  }
}
.box__text::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2.4px;
  background: #ce2073;
  bottom: 0;
  left: 0;
}
@media screen and (min-width:1104px) {
  .box__text::after {
    height: 3px;
  }
}

.box__date {
  white-space: nowrap;
  padding-inline: 14px;
  margin-top: 3.2px;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width:900px) {
  .box__date {
    font-size: 16px;
    margin-top: 4px;
  }
}

.box__button {
  margin-block: 12.8px 19.2px;
  min-width: 132px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 32px;
  padding: 2px 22px 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #fff;
  -webkit-box-shadow: 0 4px 0 0 #4a3636;
          box-shadow: 0 4px 0 0 #4a3636;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width:900px) {
  .box__button {
    padding: 4px 22px 6px;
    font-size: 16px;
    min-width: 144px;
    height: 40px;
    margin-block: 16px 24px;
  }
}
.box__button:hover {
  background: var(--LP-Yellow, #ffee56);
}

/*
about
*/
.about {
  background: #e9f6f8;
  position: relative;
  overflow: hidden;
}

.about__naname {
  display: none;
}
@media screen and (min-width:900px) {
  .about__naname {
    z-index: 0;
    display: block;
    position: absolute;
    top: 60px;
    right: calc(50% + 280px);
    width: 250px;
  }
  .about__naname img {
    width: 100%;
  }
}
@media screen and (min-width:1104px) {
  .about__naname {
    right: calc(50% + 380px);
  }
}
@media screen and (min-width:1512px) {
  .about__naname {
    right: calc(50% + 526px);
  }
}

.about__nami {
  display: none;
}
@media screen and (min-width:900px) {
  .about__nami {
    z-index: 0;
    display: block;
    position: absolute;
    top: 687.33px;
    left: calc(50% + 320px);
    width: 800px;
  }
}
@media screen and (min-width:1104px) {
  .about__nami {
    left: calc(50% + 446px);
    width: 873.922px;
  }
}
.about__nami img {
  width: 100%;
}

.about__inner {
  padding-top: 32px;
  position: relative;
  z-index: 2;
  padding-inline: 20px;
  margin-inline: auto;
  max-width: 375px;
}
@media screen and (min-width:600px) {
  .about__inner {
    max-width: 540px;
  }
}
@media screen and (min-width:900px) {
  .about__inner {
    padding-top: 80px;
    padding-inline: 40px;
    max-width: 680px;
  }
}
@media screen and (min-width:1104px) {
  .about__inner {
    padding-top: 80px;
    padding-inline: 40px;
    max-width: 1104px;
  }
}

.about__nikukyu {
  position: absolute;
  top: 22px;
  right: 0;
}
.about__nikukyu img {
  width: 54px;
}
@media screen and (min-width:900px) {
  .about__nikukyu {
    top: 0;
    right: -100px;
  }
  .about__nikukyu img {
    width: 100px;
  }
}
@media screen and (min-width:1104px) {
  .about__nikukyu {
    top: 0;
    right: 0px;
  }
  .about__nikukyu img {
    width: 100px;
  }
}
@media screen and (min-width:1512px) {
  .about__nikukyu {
    top: -2px;
    right: -37px;
  }
  .about__nikukyu img {
    width: 100px;
  }
}

.about__imgr {
  position: absolute;
  left: calc(100% - 60px);
  top: 305px;
  width: 200px;
  border-radius: 24px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width:900px) {
  .about__imgr {
    z-index: 1;
    left: calc(100% + 50px);
    top: 153.07px;
    width: 480px;
    border-radius: 40px;
    overflow: hidden;
  }
}
@media screen and (min-width:1104px) {
  .about__imgr {
    z-index: 1;
    left: calc(100% - 40px);
    top: 153.07px;
    width: 480px;
    border-radius: 40px;
    overflow: hidden;
  }
}
@media screen and (min-width:1512px) {
  .about__imgr {
    z-index: 1;
    left: calc(100% + 9px);
    top: 153.07px;
    width: 480px;
    border-radius: 40px;
    overflow: hidden;
  }
}

.about__imgl {
  position: absolute;
  right: calc(100% - 60px);
  top: 427px;
  width: 200px;
  border-radius: 24px;
  overflow: hidden;
  z-index: 5;
}
@media screen and (min-width:900px) {
  .about__imgl {
    z-index: 5;
    right: calc(100% + 50px);
    top: 154px;
    width: 480px;
    border-radius: 40px;
    overflow: hidden;
  }
}
@media screen and (min-width:1104px) {
  .about__imgl {
    z-index: 1;
    right: calc(100% - 40px);
    top: 153.07px;
    width: 480px;
    border-radius: 40px;
    overflow: hidden;
  }
}
@media screen and (min-width:1512px) {
  .about__imgl {
    z-index: 1;
    right: calc(100% + 62px);
    top: 153.07px;
    width: 480px;
    border-radius: 40px;
    overflow: hidden;
  }
}

.about__box {
  border-radius: 24px;
  background: #fff;
  padding: 40px 12px;
  position: relative;
  z-index: 10;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width:1104px) {
  .about__box {
    z-index: 10;
    padding: 40px 114px;
    max-width: 848px;
    margin-inline: auto;
    border-radius: 40px;
  }
}

.about__img1,
.about__img2 {
  position: absolute;
}
.about__img1 img,
.about__img2 img {
  width: 88px;
}
@media screen and (min-width:900px) {
  .about__img1 img,
  .about__img2 img {
    width: 146px;
  }
}

.about__img1 {
  top: 31.87px;
  left: 33px;
}
@media screen and (min-width:900px) {
  .about__img1 {
    top: 40.35px;
    left: -2px;
  }
}
@media screen and (min-width:1104px) {
  .about__img1 {
    top: 40.35px;
    left: 85px;
  }
}

.about__img2 {
  top: 30px;
  right: 19.78px;
}
@media screen and (min-width:900px) {
  .about__img2 {
    top: 47px;
    right: -2px;
  }
}
@media screen and (min-width:1104px) {
  .about__img2 {
    top: 47px;
    right: 84.3px;
  }
}

.about__content {
  margin-top: 24px;
}
@media screen and (min-width:1104px) {
  .about__content {
    margin-top: 32px;
  }
}

.about__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  position: relative;
}
.about__title span {
  font-weight: 700;
}
@media screen and (min-width:900px) {
  .about__title {
    font-size: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-inline: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media screen and (min-width:1104px) {
  .about__title {
    font-size: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-inline: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.about__description {
  margin-top: 22px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18.5px;
}
.about__description a {
  text-decoration: underline;
}
@media screen and (min-width:900px) {
  .about__description {
    font-size: 16px;
    margin-top: 32px;
  }
  .about__description span:nth-of-type(1), .about__description span:nth-of-type(2), .about__description span:nth-of-type(3) {
    margin-bottom: 9px;
  }
}
@media screen and (min-width:1104px) {
  .about__description {
    font-size: 16px;
    margin-top: 32px;
  }
  .about__description span:nth-of-type(1), .about__description span:nth-of-type(2), .about__description span:nth-of-type(3) {
    margin-bottom: 9px;
  }
}

.about__present {
  margin-top: 32px;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 6px;
  border-bottom: 2px dashed var(--LP-Blue, #9ed0e0);
  font-weight: 700;
}
@media screen and (min-width:900px) {
  .about__present {
    font-size: 20px;
    padding-bottom: 10px;
    margin-top: 44px;
  }
}
@media screen and (min-width:1104px) {
  .about__present {
    font-size: 20px;
    padding-bottom: 10px;
    margin-top: 44px;
  }
}

.about__button {
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width:900px) {
  .about__button {
    margin-top: 32px;
  }
}

.about__box2 {
  height: 176.87px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:900px) {
  .about__box2 {
    height: 258px;
  }
}

.about__arrow {
  text-align: center;
}
.about__arrow img {
  width: 100px;
}
@media screen and (min-width:900px) {
  .about__arrow img {
    width: 140px;
  }
}

.about__goods1 {
  position: absolute;
  top: 53.7px;
  left: calc(50% - 3px);
  width: 133px;
}
@media screen and (min-width:600px) {
  .about__goods1 {
    left: calc(50% + 100px);
  }
}
@media screen and (min-width:900px) {
  .about__goods1 {
    top: -30px;
    left: calc(50% + 180px);
    width: 250px;
  }
}
@media screen and (min-width:1104px) {
  .about__goods1 {
    width: 308px;
    left: calc(50% + 230px);
  }
}
@media screen and (min-width:1200px) {
  .about__goods1 {
    left: calc(50% + 280px);
  }
}
@media screen and (min-width:1512px) {
  .about__goods1 {
    top: -71.604px;
    left: calc(50% + 373px);
  }
}

.about__goods2 {
  position: absolute;
  left: calc(50% + 118px);
  top: 11.67px;
  width: 48px;
  z-index: 3;
}
@media screen and (min-width:600px) {
  .about__goods2 {
    left: calc(50% + 220px);
  }
}
@media screen and (min-width:900px) {
  .about__goods2 {
    top: -227.677px;
    left: calc(50% + 330px);
    width: 101px;
  }
}
@media screen and (min-width:1104px) {
  .about__goods2 {
    left: calc(50% + 440px);
  }
}
@media screen and (min-width:1200px) {
  .about__goods2 {
    left: calc(50% + 480px);
  }
}
@media screen and (min-width:1512px) {
  .about__goods2 {
    left: calc(50% + 504px);
  }
}

.about__onomichi {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 354.642px;
  z-index: 4;
}
.about__onomichi img {
  width: 100%;
}
@media screen and (min-width:900px) {
  .about__onomichi {
    bottom: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 890.604px;
  }
  .about__onomichi img {
    width: 100%;
  }
}

.about__box3 {
  position: relative;
  z-index: 0;
}
.about__saka {
  position: absolute;
  left: 0px;
  bottom: 58px;
  width: 140px;
}
@media screen and (min-width:900px) {
  .about__saka {
    bottom: 149px;
    right: calc(50% + 170px);
    left: auto;
    width: 427px;
    height: 817px;
  }
}
@media screen and (min-width:1104px) {
  .about__saka {
    right: calc(50% + 230px);
  }
}
@media screen and (min-width:1200px) {
  .about__saka {
    right: calc(50% + 300px);
  }
}
@media screen and (min-width:1512px) {
  .about__saka {
    right: calc(50% + 432px);
  }
}
.about__saka img {
  width: 100%;
}

.about__slider {
  position: relative;
  z-index: 4;
}

.about__wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.about__slide {
  height: auto;
}

.about__card {
  height: 100%;
  overflow: hidden;
}
.about__card img {
  width: 100%;
}

.about__swiper {
  opacity: 0;
}

/*
how-to-enter
*/
.howto {
  background: #e9f6f8;
  padding-top: 64.8px;
  overflow: hidden;
}
@media screen and (min-width:900px) {
  .howto {
    padding-top: 120px;
  }
}

.howto__inner {
  position: relative;
  text-align: center;
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 375px;
}
@media screen and (min-width:900px) {
  .howto__inner {
    padding-inline: 30px;
    max-width: 900px;
  }
}
@media screen and (min-width:1104px) {
  .howto__inner {
    padding-inline: 40px;
    max-width: 1104px;
  }
}

.howto__map {
  position: absolute;
  top: 0;
  right: 226px;
  width: 149px;
}
@media screen and (min-width:900px) {
  .howto__map {
    top: -75px;
    left: -120px;
    width: 380px;
    z-index: 2;
  }
}
@media screen and (min-width:1104px) {
  .howto__map {
    left: -120px;
    width: 420px;
  }
}
@media screen and (min-width:1200px) {
  .howto__map {
    top: -60px;
    left: -168px;
  }
}

.howto__cat1 {
  position: absolute;
  top: 0;
  left: 246px;
  width: 105px;
}
@media screen and (min-width:900px) {
  .howto__cat1 {
    top: -28px;
    left: 588px;
    width: 238px;
  }
}
@media screen and (min-width:1104px) {
  .howto__cat1 {
    left: 738px;
  }
}
@media screen and (min-width:1200px) {
  .howto__cat1 {
    left: 788px;
  }
}
@media screen and (min-width:1512px) {
  .howto__cat1 {
    left: 839px;
  }
}
.howto__cat1 img {
  width: 100%;
}

.howto__cat2 {
  position: absolute;
  top: 5px;
  left: 312px;
  width: 94px;
  z-index: 2;
}
@media screen and (min-width:900px) {
  .howto__cat2 {
    top: -16.03px;
    left: 739px;
    width: 214px;
  }
}
@media screen and (min-width:1104px) {
  .howto__cat2 {
    left: 889px;
  }
}
@media screen and (min-width:1200px) {
  .howto__cat2 {
    left: 939px;
  }
}
@media screen and (min-width:1512px) {
  .howto__cat2 {
    left: 988px;
  }
}
.howto__cat2 img {
  width: 100%;
}

.howto__niku {
  position: absolute;
  top: 74px;
  left: 300px;
  width: 55px;
}
@media screen and (min-width:900px) {
  .howto__niku {
    left: auto;
    top: 148px;
    right: 0px;
    width: 70px;
  }
}
@media screen and (min-width:1104px) {
  .howto__niku {
    top: 148px;
    right: 0px;
    width: 90px;
  }
}
@media screen and (min-width:1200px) {
  .howto__niku {
    top: 148px;
    right: -40px;
    width: 100px;
  }
}
@media screen and (min-width:1512px) {
  .howto__niku {
    right: auto;
    left: 1172px;
  }
}
.howto__niku img {
  width: 100%;
}

.howto__left {
  position: absolute;
  left: 20px;
  top: 549.55px;
  width: 55px;
}
@media screen and (min-width:900px) {
  .howto__left {
    top: 580px;
    left: 0px;
    width: 70px;
  }
}
@media screen and (min-width:1104px) {
  .howto__left {
    top: 620px;
    left: 0px;
    width: 90px;
  }
}
@media screen and (min-width:1512px) {
  .howto__left {
    top: 580px;
    left: -168px;
    width: 100px;
  }
}
.howto__left img {
  width: 100%;
}

.howto__right {
  position: absolute;
  right: 20px;
  top: 879.88px;
  width: 55px;
}
@media screen and (min-width:900px) {
  .howto__right {
    display: none;
  }
}
.howto__right img {
  width: 100%;
}

.howto__steps {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18.9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:900px) {
  .howto__steps {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 7px;
  }
}
@media screen and (min-width:1104px) {
  .howto__steps {
    gap: 32px;
  }
}

.howto-step {
  text-align: center;
}
@media screen and (min-width:900px) {
  .howto-step {
    z-index: 3;
    max-width: 320px;
  }
  .howto-step:nth-child(2) {
    margin-top: 67px;
  }
}
@media screen and (min-width:1104px) {
  .howto-step {
    z-index: 3;
    max-width: 320px;
  }
  .howto-step:nth-child(2) {
    margin-top: 67px;
  }
}

@media screen and (min-width:900px) {
  .howto-step__line2 {
    z-index: 4;
    position: absolute;
    left: 250px;
    top: 356px;
    width: 80px;
  }
}
@media screen and (min-width:1104px) {
  .howto-step__line2 {
    width: 113px;
    left: 295px;
    top: 386px;
  }
}

@media screen and (min-width:900px) {
  .howto-step__line3 {
    z-index: 4;
    position: absolute;
    left: 536px;
    top: 356px;
    width: 80px;
  }
}
@media screen and (min-width:1104px) {
  .howto-step__line3 {
    width: 113px;
    left: 656px;
    top: 386px;
  }
}

.howto-step__img {
  width: 196px;
  margin-inline: auto;
}
@media screen and (min-width:900px) {
  .howto-step__img {
    margin-inline: 20px;
    width: 87.5%;
  }
}
.howto-step__img img {
  width: 100%;
}

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

.howto-step__title {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width:900px) {
  .howto-step__title {
    font-size: 16px;
  }
}
@media screen and (min-width:1104px) {
  .howto-step__title {
    font-size: 20px;
  }
}

.howto-step__description {
  font-size: 12px;
  font-weight: 400;
}
.howto-step__description a {
  text-decoration: underline;
}
@media screen and (min-width:900px) {
  .howto-step__description {
    font-size: 14px;
  }
}
@media screen and (min-width:1104px) {
  .howto-step__description {
    font-size: 16px;
  }
}

.howto-step__link {
  background: #fff;
  padding: 8px 12px 8px 40px;
  position: relative;
}
@media screen and (min-width:900px) {
  .howto-step__link {
    padding: 8px 12px 8px 44px;
  }
}
.howto-step__link::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 12px;
  background: url(../img/sp/how_insta.svg) no-repeat center center/contain;
}
@media screen and (min-width:900px) {
  .howto-step__link::after {
    width: 24px;
    height: 24px;
  }
}
.howto-step__link a {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width:900px) {
  .howto-step__link a {
    font-size: 16px;
  }
}

.howto-step__button {
  margin-top: 15px;
  margin-bottom: 22px;
  min-width: 334px;
  height: 40px;
}
@media screen and (min-width:900px) {
  .howto-step__button {
    margin-top: 50px;
    min-width: 437px;
    height: 56px;
  }
}

/*
prizes
*/
.prizes {
  overflow: hidden;
  background: #e9f6f8;
  padding-top: 17px;
}
@media screen and (min-width:900px) {
  .prizes {
    padding-top: 105px;
  }
}

@media screen and (min-width:900px) {
  .prizes__inner {
    padding-inline: 40px;
    max-width: 1104px;
    margin-inline: auto;
  }
}

.prizes__content {
  padding-inline: 20px;
  max-width: 375px;
  text-align: center;
  margin-inline: auto;
  padding-top: 19px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:900px) {
  .prizes__content {
    max-width: 1136px;
    padding-top: 20px;
    padding-inline: 56px;
  }
}
.prizes__content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/sp/deco_prizes1_sp.svg) no-repeat center center/contain;
  background-color: transparent;
  width: 237.6px;
  height: 83px;
  z-index: -1;
}
@media screen and (min-width:900px) {
  .prizes__content::before {
    width: 365.624px;
    height: 148.967px;
    background: url(../img/deco_prizes1_pc.svg) no-repeat center center/contain;
  }
}
.prizes__content::after {
  position: absolute;
  content: "";
  top: 82px;
  left: 0;
  border-radius: 24px;
  background: #fff;
  width: 100%;
  height: calc(100% - 83px);
  z-index: -1;
}
@media screen and (min-width:900px) {
  .prizes__content::after {
    top: 148.967px;
    height: calc(100% - 148.967px);
  }
}

.prizes__triangle-l {
  display: none;
}
@media screen and (min-width:900px) {
  .prizes__triangle-l {
    display: block;
    position: absolute;
    top: 28px;
    left: 0;
    width: calc((100% - 394px) / 2);
    height: 86px;
  }
}
.prizes__triangle-l img {
  width: 100%;
}

.prizes__triangle-r {
  display: none;
}
@media screen and (min-width:900px) {
  .prizes__triangle-r {
    display: block;
    position: absolute;
    top: 28px;
    right: 0;
    width: calc((100% - 394px) / 2);
    height: 86px;
  }
}
.prizes__triangle-r img {
  width: 100%;
}

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

.prizes__box-title {
  margin-top: 16px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.56;
}
@media screen and (min-width:900px) {
  .prizes__box-title {
    font-size: 16px;
    margin-top: 40px;
  }
}

.prizes__cards {
  margin-top: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 39px;
}
@media screen and (min-width:900px) {
  .prizes__cards {
    margin-top: 82px;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    row-gap: 80px;
  }
}

.card {
  border-radius: 8px;
  background: #f5f5f5;
  width: calc(50% - 7.5px);
  position: relative;
}
.card:hover .card__body {
  border-radius: 8px;
  border: 4px solid #9ed0e0;
}
@media screen and (min-width:900px) {
  .card:hover .card__body {
    border-radius: 24px;
  }
}
.card:hover .card__body-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  border-radius: 8px 8px 0 0;
}
@media screen and (min-width:900px) {
  .card:hover .card__body-img img {
    border-radius: 24px 24px 0 0;
  }
}
.card:hover .card__body-text::before {
  background: #9ed0e0;
}
@media screen and (min-width:900px) {
  .card {
    width: calc(50% - 16px);
    border-radius: 24px;
  }
  .card:nth-child(3), .card:nth-child(4), .card:nth-child(5) {
    width: calc(33.3333333333% - 24px);
    border-radius: 16px;
  }
  .card:nth-child(3) .card__head, .card:nth-child(4) .card__head, .card:nth-child(5) .card__head {
    top: -40px;
  }
  .card:nth-child(3) .card__head .card__head-img, .card:nth-child(4) .card__head .card__head-img, .card:nth-child(5) .card__head .card__head-img {
    width: 80px;
  }
  .card:nth-child(3) .card__body .card__body-text, .card:nth-child(4) .card__body .card__body-text, .card:nth-child(5) .card__body .card__body-text {
    font-size: 16px;
    height: 80px;
  }
}
@media screen and (min-width:900px) and (min-width:900px) {
  .card:nth-child(3) .card__body .card__body-text, .card:nth-child(4) .card__body .card__body-text, .card:nth-child(5) .card__body .card__body-text {
    min-height: unset;
  }
}
@media screen and (min-width:900px) {
  .card:nth-child(3) .card__body .card__body-text::before, .card:nth-child(4) .card__body .card__body-text::before, .card:nth-child(5) .card__body .card__body-text::before {
    width: 64px;
    height: 64px;
    border-radius: 0 0 16px 0;
  }
  .card:nth-child(3) .card__body .card__body-text::after, .card:nth-child(4) .card__body .card__body-text::after, .card:nth-child(5) .card__body .card__body-text::after {
    width: 20.48px;
    height: 20.48px;
    bottom: 8.96px;
    right: 9px;
  }
  .card:nth-child(3) .card__body .card__body-img img, .card:nth-child(4) .card__body .card__body-img img, .card:nth-child(5) .card__body .card__body-img img {
    border-radius: 16px 16px 0 0;
  }
  .card:nth-child(3) .card__body, .card:nth-child(4) .card__body, .card:nth-child(5) .card__body {
    border-radius: 16px;
  }
}
@media screen and (min-width:900px) {
  .card:nth-child(4) {
    margin-inline: 4px;
  }
}

.card__body {
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (min-width:900px) {
  .card__body {
    border-radius: 24px;
  }
}

.card__head {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width:900px) {
  .card__head {
    top: -50px;
  }
}

.card__head-img {
  width: 48px;
}
@media screen and (min-width:900px) {
  .card__head-img {
    width: 100px;
  }
}
.card__head-img img {
  width: 100%;
}

.card__body-img {
  display: block;
  overflow: hidden;
}
.card__body-img img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width:900px) {
  .card__body-img img {
    border-radius: 24px 24px 0 0;
  }
}

.card__body-text {
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
  min-height: 56px;
  position: relative;
}
@media screen and (min-width:900px) {
  .card__body-text {
    font-size: 20px;
    min-height: 120px;
  }
}
.card__body-text::before {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  bottom: 0;
  right: 0;
  background: #67b0c7;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  border-radius: 0 0 8px 0;
}
@media screen and (min-width:900px) {
  .card__body-text::before {
    width: 100px;
    height: 100px;
    border-radius: 0 0 24px 0;
  }
}
.card__body-text::after {
  position: absolute;
  content: "";
  width: 11.52px;
  height: 11.52px;
  bottom: 6.12px;
  right: 5.22px;
  background: url(../img/sp/prizes_zoom.svg) no-repeat center center/contain;
}
@media screen and (min-width:900px) {
  .card__body-text::after {
    width: 32px;
    height: 32px;
    bottom: 14px;
    right: 12.5px;
  }
}

.prizes__button {
  margin-top: 19px;
  margin-bottom: 34.67px;
  min-width: 334px;
  height: 40px;
}
.prizes__button a {
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width:900px) {
  .prizes__button {
    margin-top: 41px;
    margin-bottom: 53px;
    min-width: 437px;
    height: 56px;
  }
  .prizes__button a {
    font-weight: 700;
    font-size: 20px;
  }
}
.prizes__button:hover {
  background: var(--LP-Yellow, #ffee56);
}

.prizes__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -44px;
}
@media screen and (min-width:900px) {
  .prizes__bg {
    margin-left: calc(50% - 50vw);
    position: relative;
    margin-bottom: 26px;
    margin-top: 0;
  }
}
.prizes__bg img {
  display: block;
  width: 100%;
  min-width: 580px;
}

.prizes-modal {
  padding: 0;
  z-index: 100;
  position: fixed;
  inset: 0;
  margin: auto;
  min-height: 480px;
  width: min(336px, 100% - 39px);
  border: none;
  border-radius: 24px;
  background: #fff;
}
@media screen and (min-width:900px) {
  .prizes-modal {
    width: 480px;
    height: 650px;
  }
}

.prizes-modal__body-img img {
  border-radius: 24px 24px 0 0;
  width: 100%;
}

.prizes-modal__body-content {
  padding: 39px 20px 23px;
  text-align: center;
}
@media screen and (min-width:900px) {
  .prizes-modal__body-content {
    padding: 32px 40px 54px;
  }
}

.prizes-modal__body-title {
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width:900px) {
  .prizes-modal__body-title {
    font-size: 20px;
  }
}

.prizes-modal__body-text {
  margin-top: 12px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width:900px) {
  .prizes-modal__body-text {
    font-size: 16px;
  }
}

.prizes-modal__button {
  margin-top: 16px;
  min-width: 96px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  font-size: 16px;
  border-radius: 40px;
  border: 2px solid #4a3636;
  -webkit-box-shadow: 0 4px 0 0 #4a3636;
          box-shadow: 0 4px 0 0 #4a3636;
  padding: 4px 22px 6px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #4a3636;
  -webkit-text-fill-color: #4a3636;
}
@media screen and (min-width:900px) {
  .prizes-modal__button {
    margin-top: 24px;
  }
}
.prizes-modal__button:hover {
  background: #ffee56;
}
.prizes-modal__button:focus-visible {
  outline: none;
}

/*
spots
*/
.spots {
  margin-top: -48px;
  text-align: center;
  position: relative;
  padding-top: 47px;
}
@media screen and (min-width:900px) {
  .spots {
    padding-top: 29px;
  }
}

.spots__bg {
  background: #67b0c7;
}

.spots__wave {
  position: absolute;
  content: "";
  width: 100%;
  height: 48px;
  top: 2px;
  left: 0px;
  background: url(../img/sp/prizes_wave.svg) repeat top left/96px auto;
  background-color: transparent;
}
@media screen and (min-width:900px) {
  .spots__wave {
    top: -97px;
    width: 100%;
    height: 120px;
    left: 0;
    background: url(../img/prizes_wave.svg) repeat top left/252px auto;
  }
}
.spots__wave img {
  width: 100%;
}

@media screen and (min-width:900px) {
  .spots__main {
    margin-top: -7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
}

.spots__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2px;
}
@media screen and (min-width:900px) {
  .spots__content {
    padding-left: 16%;
    gap: 19.5px;
    width: calc(56px + 16%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media screen and (min-width:1512px) {
  .spots__content {
    padding-left: max(244px, 16%);
    gap: 19.5px;
    width: max(300px, 56px + 16%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.spots__star {
  width: 23px;
}
@media screen and (min-width:900px) {
  .spots__star {
    margin-top: 8px;
    width: 40px;
  }
}
.spots__star img {
  width: 100%;
}

.spots__title {
  color: #fff;
  -webkit-font-feature-settings: "pwid" on;
          font-feature-settings: "pwid" on;
  font-family: "Kiwi Maru", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25; /* 35px */
}
@media screen and (min-width:900px) {
  .spots__title {
    font-size: 40px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.26em;
  }
}

.spots__slider {
  margin-top: 23px;
  z-index: 4;
}
@media screen and (min-width:900px) {
  .spots__slider {
    width: calc(84% - 56px - 32px);
    margin-top: 0;
  }
}
@media screen and (min-width:1512px) {
  .spots__slider {
    width: calc(100% - max(244px, 16%) - 56px - 32px);
    margin-top: 0;
  }
}

.spots__wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.spots__slide {
  height: auto;
  height: auto !important;
}
.spots__slide:nth-child(5) .spots__card-body {
  padding: 16px 24px 31.16px 24px;
}
@media screen and (min-width:900px) {
  .spots__slide:nth-child(5) .spots__card-body {
    padding: 24px 32px 40px 32px;
  }
}

.spots__card {
  border-radius: 12px;
  background: #fff;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width:900px) {
  .spots__card {
    border-radius: 24px;
  }
}

.spots__card-img {
  border-radius: 12px 12px 0 0;
}
@media screen and (min-width:900px) {
  .spots__card-img {
    border-radius: 24px 24px 0 0;
  }
}
.spots__card-img img {
  width: 100%;
  height: auto;
  display: block;
}

.spots__card-body {
  padding: 16px 23.6px 31.16px 23.6px;
  text-align: left;
}
@media screen and (min-width:900px) {
  .spots__card-body {
    padding: 24px 32px 40px 32px;
  }
}

.spots__card-title {
  text-align: center;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width:900px) {
  .spots__card-title {
    font-size: 20px;
  }
}
@media screen and (min-width:900px) {
  .spots__card-title {
    font-size: 20px;
  }
}

.spots__card-text {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width:900px) {
  .spots__card-text {
    margin-top: 26px;
    font-size: 16px;
  }
}

.spots__navigation-button {
  display: none;
}
@media screen and (min-width:900px) {
  .spots__navigation-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-inline: 150px;
    padding-left: 284px;
    margin-top: -31px;
  }
}
@media screen and (min-width:1200px) {
  .spots__navigation-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-inline: 284px;
    margin-top: -34px;
  }
}
@media screen and (min-width:1512px) {
  .spots__navigation-button {
    padding-inline: max(284px, 18%);
  }
}

.swiper-button-prev {
  width: 80px;
  height: 80px;
  position: static;
  background: url(../img/Component\ 4.png) no-repeat center center/contain;
}
.swiper-button-prev svg {
  display: none;
}

.swiper-button-next {
  width: 80px;
  height: 80px;
  position: static;
  background: url(../img/Component\ 3.png) no-repeat center center/contain;
}
.swiper-button-next svg {
  display: none;
}

.spots__sub {
  padding-bottom: 19.84px;
}
@media screen and (min-width:900px) {
  .spots__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 45px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    height: 107px;
  }
}
@media screen and (min-width:1104px) {
  .spots__sub {
    gap: 81px;
    margin-top: 45px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    height: 107px;
  }
}

.spots__logo {
  width: 255px;
  margin-inline: auto;
}
@media screen and (min-width:900px) {
  .spots__logo {
    width: 400px;
  }
}
@media screen and (min-width:1104px) {
  .spots__logo {
    width: 495px;
  }
}
.spots__logo img {
  width: 100%;
}

.spots__text {
  margin-top: 15px;
  color: #fff;
  text-align: center;
  font-size: 11.444px;
  font-weight: 400;
}
@media screen and (min-width:900px) {
  .spots__text {
    font-size: 16px;
    margin-top: 0;
  }
}

.spots__button {
  margin-top: 24px;
  min-width: 334px;
}
@media screen and (min-width:900px) {
  .spots__button {
    margin-bottom: 2px;
    margin-left: 10px;
    min-width: 437px;
  }
}

.spots__ashi {
  display: none;
}
@media screen and (min-width:900px) {
  .spots__ashi {
    display: block;
    position: absolute;
    bottom: 120px;
    left: 36px;
    width: 100px;
    z-index: 4;
  }
}
@media screen and (min-width:1200px) {
  .spots__ashi {
    bottom: 3px;
    left: 36px;
    width: 100px;
    z-index: 4;
  }
}
@media screen and (min-width:1512px) {
  .spots__ashi {
    left: auto;
    right: max(1375px, 85%);
  }
}
.spots__ashi img {
  width: 100%;
}

/*
qa
*/
.qa {
  background: #e9f6f8;
  position: relative;
  padding-top: 86px;
  padding-bottom: 30.67px;
}
@media screen and (min-width:900px) {
  .qa {
    padding-top: 78px;
    padding-bottom: 119px;
  }
}

.qa__wave {
  position: absolute;
  content: "";
  z-index: 3;
  width: 100%;
  height: 45.714px;
  top: -1px;
  background: url(../img/sp/spots_wave.svg) repeat top left/96px auto;
}
@media screen and (min-width:900px) {
  .qa__wave {
    top: -2.4px;
    width: 100%;
    height: 120px;
    background: url(../img/spots_wave.svg) repeat top left/252px auto;
  }
}

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

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

.qa__box {
  border-radius: 12px;
  border: 2px solid #4a3636;
  background: #fff;
}
@media screen and (min-width:900px) {
  .qa__box {
    border-radius: 16px;
  }
}
.qa__box.is-open .qa-box__head-toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.qa-box__head {
  padding: 10px 14px 12px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (min-width:900px) {
  .qa-box__head {
    padding: 20px;
    gap: 19px;
  }
}

.qa-box__head-toggle {
  width: 26.182px;
  height: 26.182px;
  background: #9ed0e0;
  border-radius: 50%;
  position: relative;
}
@media screen and (min-width:900px) {
  .qa-box__head-toggle {
    width: 48px;
    height: 48px;
  }
}
.qa-box__head-toggle::before {
  position: absolute;
  content: "";
  width: 10.182px;
  height: 1.455px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width:900px) {
  .qa-box__head-toggle::before {
    width: 18.667px;
    height: 2.667px;
  }
}
.qa-box__head-toggle::after {
  position: absolute;
  content: "";
  width: 1.455px;
  height: 10.182px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
@media screen and (min-width:900px) {
  .qa-box__head-toggle::after {
    width: 2.667px;
    height: 18.667px;
  }
}

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

.qa-box__head-text {
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
  color: #4a3636;
}
@media screen and (min-width:900px) {
  .qa-box__head-text {
    text-align: left;
    font-size: 20px;
  }
}

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

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

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

/*
entry
*/
.entry {
  background: #e9f6f8;
}

.entry__inner {
  padding-bottom: 32px;
}
@media screen and (min-width:900px) {
  .entry__inner {
    margin-bottom: 90px;
  }
}

.entry__box {
  border: 8px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  padding-top: 15px;
  padding-bottom: 17px;
  padding-inline: 15.5px;
}
@media screen and (min-width:900px) {
  .entry__box {
    padding-top: 33px;
    padding-bottom: 29px;
    padding-inline: 48px;
  }
}

.entry__lists {
  margin-top: 12px;
}
@media screen and (min-width:900px) {
  .entry__lists {
    margin-top: 28px;
  }
}

.entry__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  padding-block: 12px 15px;
}
.entry__list:nth-child(n+2) {
  border-top: 1px solid #ccc;
}
@media screen and (min-width:900px) {
  .entry__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    padding-block: 12px 12px;
  }
  .entry__list:nth-child(5) {
    padding-block: 10px 12px;
  }
  .entry__list:nth-child(5) .entry__title {
    margin-top: 2px;
  }
}

.entry__title {
  padding-left: 16px;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width:900px) {
  .entry__title {
    padding-left: 32px;
    width: 240px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.entry__title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #9ed0e0;
  border-radius: 50%;
}
@media screen and (min-width:900px) {
  .entry__title::before {
    left: 16px;
    top: 0.5em;
    top: 12.8px;
  }
}

.entry__text {
  font-size: 12px;
  font-weight: 400;
}
.entry__text ul {
  padding-left: 1.4em;
  position: relative;
}
.entry__text li {
  line-height: 1.63;
}
.entry__text li::marker {
  content: "・";
}
.entry__text a {
  text-decoration: underline;
}
@media screen and (min-width:900px) {
  .entry__text {
    font-size: 16px;
  }
}

.entry-picture img {
  width: 100%;
}

/*
contact
*/
.contact {
  padding-top: 40px;
}
@media screen and (min-width:900px) {
  .contact {
    padding-top: 121px;
  }
}

@media screen and (min-width:900px) {
  .contact__inner {
    max-width: 928px;
  }
}

.contact__text {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  margin-top: 24px;
}
@media screen and (min-width:900px) {
  .contact__text {
    margin-top: 32px;
    font-size: 16px;
  }
}

.contact__form {
  margin-block: 24px 44px;
}
@media screen and (min-width:900px) {
  .contact__form {
    margin-block: 39px 120px;
  }
}
.contact__form.is-error .form-field:has(.form-field__text:invalid, .form-field__select:invalid) .form-field__label {
  color: #ce2073;
}
.contact__form.is-error .form-field__message:has(.form-field__textarea:invalid) .form-field__label {
  color: #ce2073;
}
.contact__form.is-error .form-field__text:invalid,
.contact__form.is-error .form-field__textarea:invalid {
  color: #4a3636;
  border: 1px solid #ce2073;
  background: #fff0f7;
}
.contact__form.is-error .form-field__select:invalid {
  border: 1px solid #ce2073;
  background: url(../img/sp/contact_arrow.svg) no-repeat center right 18.55px/14.9px 8.78px, linear-gradient(to left, #ce2073 52px, #fff0f7 52px);
}
.contact__form.is-error .form-checkbox:has(.form-checkbox__input:invalid) .form-checkbox__text::before {
  border: 1px solid #ce2073;
  background: #fff0f7;
}

.contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25.8px;
}
@media screen and (min-width:900px) {
  .contact__fields {
    gap: 24.4px;
  }
}

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

.form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:900px) {
  .form-field__head {
    width: 220px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.form-field__label {
  font-weight: 700;
}

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

@media screen and (min-width:900px) {
  .form-field__input {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.form-field__text {
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  background: #f5f5f5;
  border: none;
}
.form-field__text:focus {
  outline: none;
  color: #4a3636;
  border: 1px solid #9ed0e0;
  background: #e9f6f8;
}
.form-field__text::-webkit-input-placeholder {
  color: #ccc;
}
.form-field__text::-moz-placeholder {
  color: #ccc;
}
.form-field__text:-ms-input-placeholder {
  color: #ccc;
}
.form-field__text::-ms-input-placeholder {
  color: #ccc;
}
.form-field__text::placeholder {
  color: #ccc;
}

.form-field__select {
  margin-top: -3px;
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  border: none;
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../img/sp/contact_arrow.svg) no-repeat center right 18.55px/14.9px 8.78px, linear-gradient(to left, #9ed0e0 52px, #f5f5f5 52px);
}
.form-field__select:focus {
  outline: none;
  border: 1px solid #9ed0e0;
}

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

.form-radio__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-radio__input:focus + .form-radio__text {
  outline: none;
}
.form-radio__input:focus + .form-radio__text::before {
  border: 1px solid #9ed0e0;
}
.form-radio__input:checked + .form-radio__text {
  font-weight: 700;
}
.form-radio__input:checked + .form-radio__text::after {
  opacity: 1;
}

.form-radio__text {
  font-weight: 400;
  padding-left: 32px;
  position: relative;
}
.form-radio__text::before, .form-radio__text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  left: 0;
}
.form-radio__text::before {
  background: #f5f5f5;
  width: 24px;
  height: 24px;
}
.form-radio__text::after {
  opacity: 0;
  width: 12px;
  height: 12px;
  background: #9ed0e0;
  left: 6px;
}
@media screen and (min-width:900px) {
  .form-radio__text {
    padding-left: 33px;
  }
}

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

.form-field__textarea {
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  background: #f5f5f5;
  border: none;
  min-height: 160px;
}
.form-field__textarea::-webkit-input-placeholder {
  color: #ccc;
}
.form-field__textarea::-moz-placeholder {
  color: #ccc;
}
.form-field__textarea:-ms-input-placeholder {
  color: #ccc;
}
.form-field__textarea::-ms-input-placeholder {
  color: #ccc;
}
.form-field__textarea::placeholder {
  color: #ccc;
}
.form-field__textarea:focus {
  outline: none;
  color: #4a3636;
  border: 1px solid #9ed0e0;
  background: #e9f6f8;
}

.contact__privacy {
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width:900px) {
  .contact__privacy {
    margin-top: 41px;
  }
}

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

.form-checkbox__text {
  font-weight: 400;
  position: relative;
  padding-left: 36px;
}
.form-checkbox__text::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  border-radius: 4px;
  background: #f5f5f5;
}
.form-checkbox__text::after {
  opacity: 0;
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
  width: 14px;
  height: 9px;
  background: url(../img/sp/contact_check.svg) no-repeat center center/contain;
}
.form-checkbox__text a {
  text-decoration: underline;
}

.contact__button {
  text-align: center;
  margin-top: 25px;
  line-height: 1;
}
@media screen and (min-width:900px) {
  .contact__button {
    margin-top: 40px;
  }
}

.contact__button-input {
  min-width: 192px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  padding: 4px 22px 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #fff;
  -webkit-box-shadow: 0 4px 0 0 #4a3636;
          box-shadow: 0 4px 0 0 #4a3636;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width:900px) {
  .contact__button-input {
    min-width: 240px;
    padding: 4px 38px 6px;
  }
}
.contact__button-input:hover {
  background: var(--LP-Yellow, #ffee56);
}

/*
footer
*/
.footer {
  background: #e9f6f8;
  padding-top: 40px;
  position: relative;
}
@media screen and (min-width:900px) {
  .footer {
    padding-top: 120px;
  }
}

.footer__nikukyu {
  display: none;
}
@media screen and (min-width:900px) {
  .footer__nikukyu {
    display: block;
    position: absolute;
    width: 100px;
    top: 30px;
    right: 80px;
  }
}
@media screen and (min-width:1200px) {
  .footer__nikukyu {
    top: 80px;
    right: 80px;
  }
}
@media screen and (min-width:1512px) {
  .footer__nikukyu {
    max-width: 1024px;
    margin-inline: auto;
    left: 1332px;
  }
}
.footer__nikukyu img {
  width: 100%;
}

.footer__message {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25; /* 25px */
}
@media screen and (min-width:900px) {
  .footer__message {
    font-size: 24px;
  }
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}

.footer__list {
  width: 32px;
}
@media screen and (min-width:900px) {
  .footer__list {
    width: 40px;
  }
}
.footer__list img {
  width: 100%;
}

.footer__onomichi {
  margin-inline: auto;
  margin-top: 15px;
  width: 328px;
}
@media screen and (min-width:900px) {
  .footer__onomichi {
    width: 755px;
    margin-top: 41px;
  }
}
.footer__onomichi img {
  width: 100%;
}

.footer__content {
  border-radius: 16px;
  margin-top: -3px;
}
@media screen and (min-width:900px) {
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 120px;
    margin-top: -5px;
  }
}

@media screen and (min-width:900px) {
  .footer__content > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    min-width: 0;
  }
}

.footer-content__head {
  aspect-ratio: 335/271;
  overflow: hidden;
}
@media screen and (min-width:900px) {
  .footer-content__head {
    aspect-ratio: 512/400;
  }
}
.footer-content__head iframe {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px 16px 0 0;
}
@media screen and (min-width:900px) {
  .footer-content__head iframe {
    border-radius: 0 16px 16px 0;
  }
}

.footer-content__body {
  padding: 19.5px 24px 24px 24px;
  background: #fff;
  height: 204px;
  border-radius: 0 0 16px 16px;
}
@media screen and (min-width:900px) {
  .footer-content__body {
    border-radius: 16px 0 0 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 101px;
    padding-bottom: 106px;
    height: auto;
  }
}
@media screen and (min-width:1104px) {
  .footer-content__body {
    border-radius: 16px 0 0 16px;
    padding-left: 61.5px;
    padding-right: 0px;
    padding-top: 101px;
    padding-bottom: 106px;
    height: auto;
  }
}

.footer-content__body-logo {
  margin-inline: auto;
  width: 153px;
}
@media screen and (min-width:900px) {
  .footer-content__body-logo {
    margin-inline: 0;
    width: 183px;
  }
}
.footer-content__body-logo img {
  width: 100%;
}

.footer-content__body-lists {
  margin-top: 30px;
  padding-left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width:900px) {
  .footer-content__body-lists {
    gap: 12px;
    margin-top: 26px;
    padding-left: 0px;
  }
}

.footer-content__body-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.footer-content__body-title {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  padding-left: 16px;
  position: relative;
}
.footer-content__body-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #9ed0e0;
  border-radius: 50%;
}
@media screen and (min-width:900px) {
  .footer-content__body-title {
    font-size: 14px;
    width: 120px;
  }
}
@media screen and (min-width:1104px) {
  .footer-content__body-title {
    font-size: 16px;
    width: 120px;
  }
}
@media screen and (min-width:1200px) {
  .footer-content__body-title {
    font-size: 16px;
    width: 120px;
  }
}

.footer-content__body-text {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width:900px) {
  .footer-content__body-text {
    font-size: 14px;
  }
}
@media screen and (min-width:1104px) {
  .footer-content__body-text {
    font-size: 16px;
  }
}
@media screen and (min-width:1200px) {
  .footer-content__body-text {
    font-size: 16px;
  }
}

.footer__pagetop {
  display: block;
  margin-top: 23px;
  margin-inline: auto;
  width: 75px;
  margin-bottom: 24px;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width:900px) {
  .footer__pagetop {
    width: 100px;
    height: 104px;
    margin-inline: 0;
    margin-top: 0;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 10;
    margin-bottom: 0;
  }
}
.footer__pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
.footer__pagetop img {
  width: 100%;
}

.footer__wave {
  width: 100%;
  height: 45.714px;
  background-color: transparent;
  background: url(../img/sp/prizes_wave.svg) repeat top left -5px/96px auto;
}
@media screen and (min-width:900px) {
  .footer__wave {
    background: url(../img/prizes_wave.svg) repeat top left/252px auto;
    margin-top: -1px;
    height: 120px;
  }
}

.footer__copyright {
  margin-top: -1px;
  text-align: center;
  padding-bottom: 25px;
  background: #67b0c7;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.09em;
}
@media screen and (min-width:900px) {
  .footer__copyright {
    margin-top: -2px;
    font-size: 14px;
    padding-bottom: 32px;
  }
}