@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-weight: 400;
  color: #4A3636;
  background: #E9F6F8;
  line-height: 1.6;
  min-width: 320px;
  overflow-x: auto;
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .heading {
    gap: 8px;
  }
}

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

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

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

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

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

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

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

.display-sm {
  display: none;
}
@media screen and (min-width: 600px) {
  .display-sm {
    display: block;
  }
}

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

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

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

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

.button {
  padding: 5px 22px 7px;
  border-radius: 40px;
  border: 2px solid #4A3636;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 0px 0px #4A3636;
          box-shadow: 0px 4px 0px 0px #4A3636;
  font-weight: 700;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  color: #4A3636;
  display: block;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (min-width: 768px) {
  .button {
    padding: 9px 37px 11px;
    border-width: 3px;
    font-size: 20px;
  }
}
.button:hover {
  background: #FFEE56;
}

.link {
  -webkit-transition: color 0.3s, border 0.3s;
  transition: color 0.3s, border 0.3s;
}
.link:hover {
  color: #67B0C7;
  border-bottom: 1px solid #67B0C7;
}
.link.--borderless {
  border-width: 0;
}

.header {
  background: #FFFFFF;
  width: 100%;
  height: 64px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

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

.header__logo {
  max-width: 210px;
  height: auto;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (min-width: 900px) {
  .header__logo {
    width: 183px;
  }
}
.header__logo a img {
  width: 100%;
  height: auto;
}

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

@media screen and (min-width: 900px) {
  .header__nav-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}

.header__nav-list a {
  font-size: 12px;
  font-weight: 400;
  vertical-align: middle;
}

@media screen and (min-width: 900px) {
  .header__nav-button {
    margin-left: 4px;
  }
}
@media screen and (min-width: 900px) {
  .header__nav-button .button {
    padding: 5px 22px 7px;
    border-width: 2px;
    font-size: 14px;
    font-weight: 700;
    display: inline;
  }
}

.drawer__icon {
  width: 32px;
  height: 28px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .drawer__icon {
    display: none;
  }
}
.drawer__icon.is-open .drawer__icon-bar:nth-of-type(1) {
  top: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 100%;
}
.drawer__icon.is-open .drawer__icon-bar:nth-of-type(1)::after {
  display: none;
}
.drawer__icon.is-open .drawer__icon-bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.is-open .drawer__icon-bar:nth-of-type(3) {
  top: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.drawer__icon-bar {
  width: 100%;
  height: 3px;
  background: #4A3636;
  position: absolute;
  left: 0;
  border-radius: 3px;
  -webkit-transition: top 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, transform 0.3s;
  transition: top 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.drawer__icon-bar:nth-of-type(1) {
  top: 0;
  width: 25.6px;
}
.drawer__icon-bar:nth-of-type(1)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -6.4px;
  background: #4A3636;
  width: 4.8px;
  height: 3px;
  border-radius: 3px;
}
.drawer__icon-bar:nth-of-type(2) {
  top: 12px;
}
.drawer__icon-bar:nth-of-type(3) {
  top: 24px;
}

.drawer__menu {
  position: fixed;
  top: 64px;
  left: 0;
  bottom: 0;
  background: #FFFFFF;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 50;
}
.drawer__menu.is-open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 900px) {
  .drawer__menu {
    display: none;
  }
}

.drawer__menu-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: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 70px;
}

.drawer__menu-list a {
  font-size: 14px;
  display: block;
  padding: 10px;
}

.drawer__menu-button {
  margin-top: 7px;
}
.drawer__menu-button .button {
  font-size: 16px;
  padding: 5px 22px 7px;
}

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

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

.fv__inner {
  position: relative;
  max-width: 375px;
  height: 710px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 900px) {
  .fv__inner {
    max-width: 908px;
    padding-inline: 30px;
    height: 837px;
    gap: 0;
  }
}

.fv__head {
  margin-top: 18px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .fv__head {
    margin-top: 35px;
  }
}

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

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

.fv__head-text1 {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .fv__head-text1 {
    max-width: 520px;
  }
}

.fv__head-text2 {
  width: 71.6417910448%;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .fv__head-text2 {
    max-width: 356px;
  }
}

.fv__body {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.fv__image {
  position: absolute;
}

.fv__image-circle {
  position: absolute;
  top: 0;
  right: 25px;
  width: 110px;
  height: 110px;
}
@media screen and (min-width: 900px) {
  .fv__image-circle {
    top: 17px;
    right: 127px;
    width: 180px;
    height: 180px;
  }
}

.fv__image-fukidashi {
  top: 7px;
  width: 142px;
  height: 80px;
}
@media screen and (min-width: 900px) {
  .fv__image-fukidashi {
    top: 0;
    left: 37px;
    width: 244px;
    height: 130px;
  }
}

.fv__image-drink {
  width: 47.257px;
  height: 124.012px;
  bottom: 16.99px;
  left: 43px;
}
@media screen and (min-width: 900px) {
  .fv__image-drink {
    width: 111px;
    height: 292px;
    bottom: 41px;
    left: 101px;
  }
}

.fv__image-snack {
  width: 54.069px;
  height: 52.238px;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 900px) {
  .fv__image-snack {
    width: 127px;
    height: 123px;
  }
}

.fv__image-cat1 {
  width: 62px;
  height: 69px;
  bottom: 58px;
  right: 0;
}
@media screen and (min-width: 900px) {
  .fv__image-cat1 {
    width: 170px;
    height: 190px;
    bottom: 61px;
    right: 63px;
  }
}

.fv__image-cat2 {
  width: 98px;
  height: 72px;
  bottom: 0px;
  right: 9px;
}
@media screen and (min-width: 900px) {
  .fv__image-cat2 {
    width: 233px;
    height: 174px;
    bottom: -43px;
    right: 0;
  }
}

.fv-smartphone {
  max-width: 200px;
  width: 100%;
  height: 408px;
  top: 103px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .fv-smartphone {
    max-width: 250px;
    height: 510px;
    top: 33px;
  }
}

.fv-smartphone__outer {
  width: 100%;
}

.fv-smartphone__inner {
  position: absolute;
  top: calc(50% - 5px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 160px;
  padding-bottom: 17.2px;
  background: #FFFFFF;
  border-radius: 12.8px;
  overflow: hidden;
  font-family: "Noto Sans JP", serif;
}
@media screen and (min-width: 900px) {
  .fv-smartphone__inner {
    top: calc(50% - 6px);
    width: 200px;
    padding-bottom: 24px;
  }
}

.fv-smartphone__head {
  padding: 6px 9.6px;
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-size: 12.8px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .fv-smartphone__head {
    font-size: 16px;
    padding: 8px 12px;
  }
}

.fv-smartphone__body {
  text-align: center;
  margin-top: 11.8px;
}
@media screen and (min-width: 900px) {
  .fv-smartphone__body {
    margin-top: 16px;
  }
}

.fv-smartphone__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 12px;
  padding-bottom: 2.2px;
  border-bottom: 2.4px solid #CE2073;
}
@media screen and (min-width: 900px) {
  .fv-smartphone__text {
    font-size: 14px;
    padding-bottom: 4px;
    border-width: 3px;
  }
}

.fv-smartphone__time {
  display: block;
  margin-top: 2.2px;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .fv-smartphone__time {
    margin-top: 4px;
    font-size: 16px;
  }
}

.fv-smartphone__button {
  margin-top: 12.8px;
}
@media screen and (min-width: 900px) {
  .fv-smartphone__button {
    margin-top: 16px;
  }
}
.fv-smartphone__button .button {
  font-size: 14px;
  padding: 2px 22px 5px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .fv-smartphone__button .button {
    font-size: 16px;
    border-width: 2px;
  }
}

.about {
  padding-block: 32px 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .about {
    padding-block: 80px 56px;
  }
}

.about__inner {
  position: relative;
  max-width: 375px;
  margin-inline: auto;
  padding-bottom: 36px;
}
@media screen and (min-width: 600px) {
  .about__inner {
    max-width: 600px;
  }
}
@media screen and (min-width: 768px) {
  .about__inner {
    max-width: 640px;
  }
}
@media screen and (min-width: 900px) {
  .about__inner {
    max-width: 768px;
  }
}
@media screen and (min-width: 1200px) {
  .about__inner {
    max-width: 908px;
    padding-inline: 30px;
  }
}

.about__image {
  position: absolute;
  z-index: -1;
}

.about__image-left1 {
  display: none;
}
@media screen and (min-width: 900px) {
  .about__image-left1 {
    display: block;
    width: 250px;
    height: 250px;
    border-radius: 24px;
    overflow: hidden;
    top: -22px;
    left: -323px;
  }
}

.about__image-left2 {
  width: 200px;
  height: 200px;
  border-radius: 24px;
  overflow: hidden;
  top: 395px;
  left: -140px;
}
@media screen and (min-width: 900px) {
  .about__image-left2 {
    width: 480px;
    height: 480px;
    border-radius: 40px;
    top: 74px;
    left: -640px;
  }
}

.about__image-left3 {
  width: 138px;
  height: 215px;
  bottom: 92px;
  left: 0;
}
@media screen and (min-width: 900px) {
  .about__image-left3 {
    width: 427px;
    height: 817px;
    bottom: 210px;
    left: -103px;
  }
}

.about__image-right1 {
  width: 54px;
  height: 120px;
  top: -10px;
  right: 0px;
}
@media screen and (min-width: 900px) {
  .about__image-right1 {
    width: 100px;
    height: 220px;
    top: -82px;
    right: -136px;
  }
}

.about__image-right2 {
  width: 200px;
  height: 200px;
  border-radius: 24px;
  overflow: hidden;
  top: 273px;
  right: -140px;
}
@media screen and (min-width: 900px) {
  .about__image-right2 {
    width: 480px;
    height: 480px;
    border-radius: 40px;
    top: 73px;
    right: -586px;
  }
}

.about__image-right3 {
  width: 48px;
  height: 48px;
  right: 21px;
  bottom: -24px;
}
@media screen and (min-width: 768px) {
  .about__image-right3 {
    right: -70px;
    bottom: 40px;
  }
}
@media screen and (min-width: 900px) {
  .about__image-right3 {
    width: 101px;
    height: 100.047px;
    right: -152px;
    bottom: 163px;
  }
}

.about__image-right4 {
  width: 133px;
  height: 65.003px;
  bottom: -83px;
  right: 57px;
}
@media screen and (min-width: 768px) {
  .about__image-right4 {
    right: -30px;
    bottom: -70px;
  }
}
@media screen and (min-width: 900px) {
  .about__image-right4 {
    width: 308px;
    height: 150.604px;
    right: -228px;
    bottom: -43px;
  }
}

.about__image-right5 {
  bottom: 253px;
}

.about__image-right6 {
  bottom: 220px;
}

.about-wave {
  display: none;
}
@media screen and (min-width: 900px) {
  .about-wave {
    display: block;
    width: 806.851px;
    height: 12.006px;
    z-index: -5;
    right: -800px;
  }
}

.about__content {
  border-radius: 24px;
  background: #FFFFFF;
  padding: 40px 12px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 900px) {
  .about__content {
    padding: 40px 114px;
  }
}
.about__content::after {
  content: "";
  background: url(../img/about__arrow.svg) no-repeat center center/contain;
  width: 100px;
  height: 36px;
  position: absolute;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .about__content::after {
    width: 140px;
    height: 50px;
    bottom: -50px;
  }
}

.about__head {
  position: relative;
}

.about__head-image {
  position: absolute;
  width: 80px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .about__head-image {
    width: 134px;
    height: 100px;
  }
}

.about-image__left {
  top: -3px;
  left: 24px;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
@media screen and (min-width: 600px) {
  .about-image__left {
    top: 3px;
    left: 40px;
  }
}
@media screen and (min-width: 768px) {
  .about-image__left {
    top: -5px;
    left: 25px;
  }
}
@media screen and (min-width: 900px) {
  .about-image__left {
    top: 8px;
    left: -67px;
  }
}
@media screen and (min-width: 1200px) {
  .about-image__left {
    top: 8px;
    left: -22px;
  }
}

.about-image__right {
  top: -5px;
  right: 11.78px;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
@media screen and (min-width: 600px) {
  .about-image__right {
    top: 8px;
    right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .about-image__right {
    top: -5px;
    right: 25px;
  }
}
@media screen and (min-width: 900px) {
  .about-image__right {
    top: 14px;
    right: -67px;
  }
}
@media screen and (min-width: 1200px) {
  .about-image__right {
    top: 14px;
    right: -24px;
  }
}

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

.about__body-heading-sp {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .about__body-heading-sp {
    display: none;
  }
}

.about__body-heading-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .about__body-heading-pc {
    display: block;
    -webkit-font-feature-settings: "pref" on;
            font-feature-settings: "pref" on;
    font-family: "Noto Sans JP", serif;
    font-weight: 700;
  }
}

.about__body-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .about__body-texts {
    gap: 27px;
    margin-top: 33px;
  }
}

.about__body-text {
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .about__body-text {
    font-size: 16px;
  }
}
.about__body-text span {
  font-weight: 700;
}
.about__body-text a {
  text-decoration-line: underline;
}
.about__body-text:nth-child(3), .about__body-text:nth-child(4) {
  margin-top: 1px;
}
@media screen and (min-width: 768px) {
  .about__body-text:nth-child(3), .about__body-text:nth-child(4) {
    margin-top: 0;
  }
}

.about__body-strong {
  display: inline-block;
  margin-top: 32px;
  color: var(--LP-Blown, #4a3636);
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 2px dashed #9ED0E0;
}
@media screen and (min-width: 768px) {
  .about__body-strong {
    margin-top: 44px;
    font-size: 20px;
    padding-bottom: 9px;
  }
}

.about__body-button {
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__body-button {
    margin-top: 32px;
  }
}
.about__body-button .button {
  padding-block: 4px 6px;
}
@media screen and (min-width: 768px) {
  .about__body-button .button {
    padding-block: 8px 10px;
  }
}

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

.about__bottom-logo img {
  display: block;
  width: min(355px, 100%);
  width: min(355px, 100%);
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .about__bottom-logo img {
    width: 890.6px;
    height: 97px;
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
}

.about__swiper-container,
.about__swiper,
.about__swiper-wrapper,
.about__swiper-slide {
  position: relative;
}
@media screen and (min-width: 900px) {
  .about__swiper-container,
  .about__swiper,
  .about__swiper-wrapper,
  .about__swiper-slide {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

.about__swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.about__swiper-slide {
  width: 100px;
  height: 100px;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .about__swiper-slide {
    width: 200px;
    height: 200px;
    border-radius: 24px;
  }
}
.about__swiper-slide img {
  width: 100%;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.how-to-enter {
  padding-block: 34px 15px;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .how-to-enter {
    padding-block: 60px 0;
  }
}

.how-to-enter__inner {
  position: relative;
  width: 100%;
  max-width: 375px;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .how-to-enter__inner {
    max-width: 490px;
  }
}
@media screen and (min-width: 768px) {
  .how-to-enter__inner {
    max-width: 768px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-enter__inner {
    max-width: 936px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__inner {
    max-width: 1512px;
  }
}

.how-to-enter__image {
  position: absolute;
}

.how-to-enter__content {
  text-align: center;
}

.how-to-enter__boxes {
  margin-top: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
}
@media screen and (min-width: 768px) {
  .how-to-enter__boxes {
    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;
    max-width: 1024px;
    margin-inline: auto;
    gap: 10px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-enter__boxes {
    gap: 32px;
  }
}

.how-to-enter__button {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .how-to-enter__button {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__button {
    margin-top: 32px;
  }
}

.step-image__map {
  width: 149px;
  height: 223px;
  top: 0;
  left: 0;
}
@media screen and (min-width: 900px) {
  .step-image__map {
    width: 230px;
    height: 345px;
    top: -30px;
  }
}
@media screen and (min-width: 1200px) {
  .step-image__map {
    width: 460px;
    height: 689px;
    padding: 0px 40px 60.504px 0px;
    top: -60px;
    left: 36px;
  }
}

.step-image__black-cat {
  width: 94px;
  height: 80px;
  top: 5px;
  right: -31px;
}
@media screen and (min-width: 900px) {
  .step-image__black-cat {
    width: 214px;
    height: 181px;
    top: -18.03px;
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .step-image__black-cat {
    top: -18.03px;
    right: 105px;
  }
}

.step-image__brown-cat {
  width: 105px;
  height: 63px;
  top: -1px;
  right: 24px;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .step-image__brown-cat {
    width: 238px;
    height: 141px;
    top: -27px;
    right: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .step-image__brown-cat {
    top: -27px;
    right: 231px;
  }
}

.step-image__pawpads {
  width: 55px;
  height: 120px;
}
@media screen and (min-width: 1200px) {
  .step-image__pawpads {
    width: 100px;
    height: 220px;
  }
}

.step-image__pawpads-right1 {
  top: 74px;
  right: 20px;
}
@media screen and (min-width: 900px) {
  .step-image__pawpads-right1 {
    top: 148px;
    right: 36px;
  }
}

.step-image__pawpads-right2 {
  right: 20px;
  bottom: 364.33px;
}
@media screen and (min-width: 768px) {
  .step-image__pawpads-right2 {
    display: none;
  }
}

.step-image__pawpads-left {
  top: 549.55px;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .step-image__pawpads-left {
    top: 540px;
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .step-image__pawpads-left {
    top: 580px;
    left: 36px;
  }
}

.step-box {
  margin-bottom: 16px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .step-box {
    width: 320px;
    max-width: 100%;
  }
}
.step-box:not(:last-child)::after {
  content: "";
  background: url(../img/sp/how-to-enter__line-SP.png) no-repeat center center/contain;
  bottom: -49px;
  left: calc(50% - 2px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  width: 8px;
  height: 34px;
}
@media screen and (min-width: 768px) {
  .step-box:not(:last-child)::after {
    background-image: url(../img/how-to-enter__line-PC.png);
    width: 113px;
    height: 24px;
    top: 130px;
    left: 180px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    z-index: 10;
  }
}
@media screen and (min-width: 900px) {
  .step-box:not(:last-child)::after {
    background-image: url(../img/how-to-enter__line-PC.png);
    width: 113px;
    height: 24px;
    left: 190px;
  }
}
@media screen and (min-width: 1200px) {
  .step-box:not(:last-child)::after {
    background-image: url(../img/how-to-enter__line-PC.png);
    width: 113px;
    height: 24px;
    top: 204px;
    left: 260px;
  }
}
@media screen and (min-width: 768px) {
  .step-box:nth-of-type(2) {
    padding-top: 40px;
  }
}
@media screen and (min-width: 900px) {
  .step-box:nth-of-type(2) {
    padding-top: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .step-box:nth-of-type(2) {
    padding-top: 69px;
  }
}
@media screen and (min-width: 900px) {
  .step-box:nth-of-type(2) .step-box__text {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
.step-box:nth-of-type(3) .step-box__heading {
  -webkit-transform: translate(2px);
          transform: translate(2px);
}

.step-box__head {
  width: 196px;
  height: 210.519px;
  margin-inline: auto;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .step-box__head {
    width: 280px;
    height: 320px;
  }
}

.step-box__body {
  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;
  font-family: "Noto Sans JP", serif;
}
@media screen and (min-width: 1200px) {
  .step-box__body {
    margin-top: 5px;
    gap: 17px;
  }
}

.step-box__heading {
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .step-box__heading {
    font-size: 20px;
  }
}

.step-box__text {
  font-size: 12px;
}
.step-box__text a {
  text-decoration-line: underline;
}
.step-box__text span {
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .step-box__text {
    font-size: 16px;
  }
}

.step-box__link {
  margin-inline: auto;
  background: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.step-box__icon {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 1200px) {
  .step-box__icon {
    width: 24px;
    height: 24px;
  }
}
.step-box__icon img {
  width: 100%;
  height: 100%;
}

.step-box__follow {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .step-box__follow {
    font-size: 16px;
  }
}

.prizes {
  position: relative;
  padding-top: 20px;
  padding-bottom: 216px;
}
@media screen and (min-width: 900px) {
  .prizes {
    padding-top: 120px;
    padding-bottom: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes {
    padding-bottom: 640px;
  }
}

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

.prizes__content {
  margin-top: 81px;
  padding-bottom: 35px;
  position: relative;
  background: #FFFFFF;
  padding-inline: 20px;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .prizes__content {
    margin-top: 152px;
    padding-inline: 56px;
    padding-bottom: 53px;
  }
}
.prizes__content::before {
  content: "";
  position: absolute;
  background: url(../img/sp/prizes__deco-SP.png) no-repeat center center/contain;
  width: 237.6px;
  height: 83px;
  top: -81px;
  left: calc(50% + 4px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .prizes__content::before {
    background-image: url(../img/prizes__deco-PC.png);
    width: 365.624px;
    height: 148.967px;
    top: -146px;
    left: calc(50% - 2px);
  }
}

.prizes__heading {
  position: absolute;
  top: -62px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .prizes__heading {
    top: -121px;
  }
}

.prizes__notice {
  padding-top: 60px;
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .prizes__notice {
    padding-top: 65px;
    font-size: 16px;
  }
}

.prizes__boxes {
  margin-top: 47px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 39px 15px;
}
@media screen and (min-width: 900px) {
  .prizes__boxes {
    margin-top: 32px;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 510px 1fr;
    gap: 80px 32px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.prizes__box {
  position: relative;
}
@media screen and (min-width: 900px) {
  .prizes__box.--lg {
    padding-top: 50px;
  }
}
.prizes__box:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (min-width: 900px) {
  .prizes__box:nth-of-type(1) {
    grid-column: 1/4;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 900px) {
  .prizes__box:nth-of-type(1) .prizes-box__title {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
.prizes__box:nth-of-type(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (min-width: 900px) {
  .prizes__box:nth-of-type(2) {
    grid-column: 4/7;
    grid-row: 1/2;
  }
}
.prizes__box:nth-of-type(3) {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (min-width: 900px) {
  .prizes__box:nth-of-type(3) {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.prizes__box:nth-of-type(4) {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (min-width: 900px) {
  .prizes__box:nth-of-type(4) {
    grid-column: 3/5;
    grid-row: 2/3;
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
}
.prizes__box:nth-of-type(5) {
  grid-column: 1/3;
  grid-row: 3/4;
  width: calc(50% - 7.5px);
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .prizes__box:nth-of-type(5) {
    grid-column: 5/7;
    grid-row: 2/3;
    width: 100%;
    margin: 0;
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}

.prizes-box {
  position: relative;
  height: auto;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  outline: 3px solid transparent;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .prizes-box {
    border-radius: 16px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-box.--lg {
    border-radius: 24px;
  }
}
.prizes-box:hover {
  outline-color: #9ED0E0;
}
.prizes-box:hover .prizes-box__image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.prizes-box:hover .prizes-box__rectangle path {
  fill: #9ED0E0;
}
.prizes-box:hover .prizes-box__zoom {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.prizes-box__image {
  display: block;
  max-width: 280px;
  max-height: 240px;
  height: auto;
  border-radius: inherit;
  will-change: transform;
}
.prizes-box__image img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 900px) {
  .prizes-box__image.--lg {
    max-width: 440px;
    max-height: 340px;
  }
}

.prizes-box__tag {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48px;
  height: 48px;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .prizes-box__tag {
    width: 80px;
    height: 80px;
    top: -40px;
    left: calc(50% - 1px);
  }
}
@media screen and (min-width: 900px) {
  .prizes-box__tag.--lg {
    top: 0px;
    width: 100px;
    height: 100px;
    left: 50%;
  }
}

.prizes-box__body {
  display: grid;
  place-items: center;
  height: 56px;
  position: relative;
  background: #F5F5F5;
}
@media screen and (min-width: 900px) {
  .prizes-box__body {
    height: 80px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-box__body.--lg {
    height: 120px;
    padding-block: 32px;
  }
}

.prizes-box__title {
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .prizes-box__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-box__title.--lg {
    font-size: 20px;
  }
}

.prizes-box__zoom {
  position: absolute;
  right: 5.22px;
  bottom: 14.12px;
  width: 11.52px;
  height: 11.52px;
  z-index: 10;
  -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) {
  .prizes-box__zoom {
    width: 20.48px;
    height: 20.48px;
    right: 10.22px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-box__zoom.--large {
    width: 32px;
    height: 32px;
    right: 11.22px;
  }
}

.prizes-box__rectangle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
}
@media screen and (min-width: 900px) {
  .prizes-box__rectangle {
    width: 64px;
    height: 64px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-box__rectangle.--large {
    width: 100px;
    height: 100px;
  }
}

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

.prizes__triangle {
  display: none;
  position: absolute;
}
@media screen and (min-width: 900px) {
  .prizes__triangle {
    display: block;
    position: absolute;
    top: -100px;
    width: 252px;
    height: 68.8px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes__triangle {
    top: -121px;
    width: 315px;
    height: 86px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__triangle.--left {
    left: 30px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__triangle.--right {
    right: 30px;
  }
}

.prizes__bg {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(900px, 100%);
  height: 260px;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .prizes__bg {
    bottom: 30px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__bg {
    width: min(1512px, 100%);
    margin-inline: auto;
    bottom: -100px;
    height: 640px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes__bg {
    bottom: 0;
  }
}
.prizes__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 900px) {
  .prizes__bg img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

button {
  background: none;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

body:has(dialog[open]) {
  overflow: hidden;
}

dialog::-ms-backdrop {
  opacity: 0;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

dialog::backdrop {
  opacity: 0;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
dialog.js-show.prizes-modal__box {
  opacity: 1;
}
dialog.js-show::-ms-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}
dialog.js-show::backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

.prizes-modal__box {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  margin-inline: auto;
  width: min(336px, 100%);
  height: min(480px, 100%);
  background: #fff;
  border-radius: 24px;
}

.prizes-modal__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.prizes-modal__body {
  padding-block: 39px 56px;
  height: 270px;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  padding-inline: 20px;
}

.prizes-modal__title {
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-weight: 700;
}

.prizes-modal__text {
  margin-top: 12px;
  color: #000;
  font-size: 12px;
}

.prizes-modal__button {
  margin-top: 16px;
}
.prizes-modal__button .button {
  padding: 4px 22px 7px;
  border-width: 2px;
  font-size: 16px;
}

.spots {
  background: #67B0C7;
  position: relative;
}
.spots::before, .spots::after {
  content: "";
  position: absolute;
  height: 45.714px;
  right: 0;
  left: 0;
}
@media screen and (min-width: 900px) {
  .spots::before, .spots::after {
    height: 120px;
  }
}
.spots::before {
  background: url(../img/sp/spots__wave-top-SP.svg) repeat-x top left/auto;
  top: -44px;
}
@media screen and (min-width: 900px) {
  .spots::before {
    background-image: url(../img/spots__wave-top-PC.svg);
    top: -119px;
  }
}
.spots::after {
  background: url(../img/sp/spots__wave-bottom-SP.svg) repeat-x bottom left/auto;
  bottom: -44px;
}
@media screen and (min-width: 900px) {
  .spots::after {
    background-image: url(../img/spots__wave-bottom-PC.svg);
    bottom: -105px;
  }
}

@media screen and (min-width: 900px) {
  .spots__inner {
    overflow: hidden;
  }
}

@media screen and (min-width: 900px) {
  .spots__content {
    width: 1088px;
    margin-inline: auto;
    padding-left: 32px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}

.spots__main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 900px) {
  .spots__main-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
}

.spots__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
@media screen and (min-width: 900px) {
  .spots__head {
    gap: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.spots__head-icon {
  width: 28px;
  height: 28px;
  padding-left: 3px;
}
@media screen and (min-width: 900px) {
  .spots__head-icon {
    width: 56px;
    height: 56px;
  }
}

.spots__head-title {
  color: #FFFFFF;
  text-align: center;
  -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;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 900px) {
  .spots__head-title {
    font-size: 40px;
  }
}

.spots__sub-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}
@media screen and (min-width: 900px) {
  .spots__sub-content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.spots__logo {
  width: 255px;
  height: 55px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
@media screen and (min-width: 900px) {
  .spots__logo {
    width: 495px;
    height: 107px;
  }
}
.spots__logo img {
  width: 100%;
  height: 100%;
}

.spots__bottom {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .spots__bottom {
    -webkit-transform: translateX(-26px);
            transform: translateX(-26px);
  }
}

.spots__text {
  color: #FFFFFF;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 11.444px;
}
@media screen and (min-width: 900px) {
  .spots__text {
    font-size: 16px;
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
}

.spots__button {
  margin-top: 22px;
  padding-bottom: 20px;
  font-size: 16px;
}

.spots-slider {
  background: #FFFFFF;
  max-width: 240px;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .spots-slider {
    border-radius: 24px;
    max-width: 344px;
  }
}

.spots-slider__image {
  width: min(240px, 100%);
  height: min(180px, 100%);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 900px) {
  .spots-slider__image {
    width: min(344px, 100%);
    height: min(240px, 100%);
    max-height: 240px;
    margin-inline: auto;
  }
}

.spots-slider__body {
  min-height: 222.16px;
  height: auto;
  padding: 16px 23px 31.16px;
  font-family: "Noto Sans JP", serif;
}
@media screen and (min-width: 900px) {
  .spots-slider__body {
    min-height: 302px;
    height: auto;
    padding: 24px 32px 40px;
  }
}

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

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

.spots__bg-pawpads {
  position: absolute;
  bottom: 18px;
  left: -176px;
  width: 100px;
  height: 220px;
}

.spots__swiper-container,
.spots__swiper,
.spots__swiper-wrapper,
.spots__swiper-slide {
  position: relative;
  width: auto;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

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

@media screen and (min-width: 900px) {
  .swiper-button-prev {
    left: 72px;
  }
}

@media screen and (min-width: 900px) {
  .swiper-button-next {
    right: 72px;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
}

.qa {
  margin-top: 86px;
}
@media screen and (min-width: 900px) {
  .qa {
    margin-top: 224px;
  }
}

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

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

.qa-box {
  border-radius: 12px;
  border: 2px solid #4A3636;
  background: #FFFFFF;
  font-family: "Noto Sans JP", serif;
}
.qa-box img {
  border-radius: 16px;
}
.qa-box[open] .qa-box__circle::after {
  display: none;
}

.qa-box__question {
  list-style: none;
  padding: 11px 12px 11px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (min-width: 900px) {
  .qa-box__question {
    padding: 20px 18px 20px 22px;
    gap: 16px;
  }
}

summary::-webkit-details-marker {
  display: none; /* SafariやChromeでの三角形を削除 */
}

.qa-box__text {
  font-size: 14px;
  position: relative;
  padding-left: 33px;
}
@media screen and (min-width: 900px) {
  .qa-box__text {
    padding-left: 45px;
  }
}
.qa-box__text.--question {
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .qa-box__text.--question {
    font-size: 20px;
  }
}
.qa-box__text.--question::before {
  content: "Q";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  color: #9ED0E0;
  font-family: "Josefin Sans", serif;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .qa-box__text.--question::before {
    font-size: 32px;
    top: calc(50% + 1px);
  }
}
.qa-box__text.--answer {
  padding: 15px 15px 15px 48px;
}
@media screen and (min-width: 900px) {
  .qa-box__text.--answer {
    font-size: 16px;
    padding-left: 39px;
    padding: 32px 22px 27px 60px;
  }
}
.qa-box__text.--answer::before {
  content: "A";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 14px;
  color: #9ED0E0;
  font-family: "Josefin Sans", serif;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .qa-box__text.--answer::before {
    top: calc(50% + 2px);
    left: 22px;
    font-size: 32px;
  }
}
.qa-box__text a {
  text-decoration-line: underline;
}

.qa-box__circle {
  width: 26.182px;
  height: 26.182px;
  border-radius: 50%;
  background: #9ED0E0;
  margin-right: 2px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .qa-box__circle {
    width: 48px;
    height: 48px;
  }
}
.qa-box__circle::before, .qa-box__circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #FFFFFF;
  border-radius: 2px;
}
.qa-box__circle::before {
  width: 10.182px;
  height: 1.455px;
}
@media screen and (min-width: 900px) {
  .qa-box__circle::before {
    width: 18.667px;
    height: 2.667px;
  }
}
.qa-box__circle::after {
  width: 1.455px;
  height: 10.182px;
}
@media screen and (min-width: 900px) {
  .qa-box__circle::after {
    width: 2.667px;
    height: 18.667px;
  }
}

.qa-box__answer {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: height 0.3s ease-out, padding 0.3s ease-out;
  transition: height 0.3s ease-out, padding 0.3s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  background: #F5F5F5;
  border-radius: 0 0 12px 12px;
}

.qa-box[open] .qa-box__answer {
  height: auto;
  opacity: 1;
}

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

.requirements__content {
  border: 8px solid #FFFFFF;
  background: rgba(255, 255, 255, 0.5);
  padding: 16px 14.5px 33px;
}
@media screen and (min-width: 900px) {
  .requirements__content {
    padding: 32px 48px 42px;
  }
}

.requirements__boxes {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .requirements__boxes {
    gap: 11px;
    margin-top: 38px;
  }
}

.requirements__box {
  font-family: "Noto Sans JP", serif;
  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: 768px) {
  .requirements__box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 14px;
    gap: 0px;
  }
}
.requirements__box:not(:last-child) {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 14px;
}
@media screen and (min-width: 900px) {
  .requirements__box:not(:last-child) {
    padding-bottom: 12px;
  }
}
.requirements__box:nth-of-type(5) .requirements__box-text {
  margin-top: 1px;
}
@media screen and (min-width: 900px) {
  .requirements__box:nth-of-type(5) .requirements__box-text {
    margin-top: 0;
  }
}

.requirements__box-title {
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .requirements__box-title {
    width: 226px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 16px;
    gap: 10px;
  }
}
.requirements__box-title::before {
  content: "";
  display: inline-block;
  background: #9ED0E0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.requirements__box-text {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .requirements__box-text {
    font-size: 16px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.requirements__box-text a {
  text-decoration: underline;
}
.requirements__box-text.--lists {
  list-style: disc;
  padding-left: 18px;
}
@media screen and (min-width: 900px) {
  .requirements__box-text.--lists {
    padding-left: 25px;
  }
}

.requirements__box-list {
  margin-bottom: -1px;
}
@media screen and (min-width: 900px) {
  .requirements__box-list {
    margin-bottom: 1px;
  }
}

.requirements__box-list::marker {
  font-size: 8px;
}
@media screen and (min-width: 900px) {
  .requirements__box-list::marker {
    font-size: 12px;
  }
}

.requirements__bg {
  display: block;
  margin-top: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 900px) {
  .requirements__bg {
    margin-top: 120px;
  }
}
.requirements__bg img {
  width: 100%;
  height: 100%;
}

.contact {
  padding-block: 40px 42px;
  background: #FFFFFF;
}
@media screen and (min-width: 900px) {
  .contact {
    padding-block: 122px 120px;
  }
}

@media screen and (min-width: 900px) {
  .contact__inner {
    width: min(908px, 100%);
    padding-inline: 30px;
    margin-inline: auto;
  }
}

.contact__head-text {
  margin-top: 24px;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .contact__head-text {
    font-size: 16px;
    margin-top: 33px;
  }
}

.contact__form {
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .contact__form {
    margin-top: 37px;
  }
}

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

.contact__row {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .contact__row {
    row-gap: 8px;
    grid-template-columns: 220px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact__row.--top {
  margin-top: 1px;
}
@media screen and (min-width: 900px) {
  .contact__row.--top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.contact__row.--top .contact__head {
  height: auto;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (min-width: 900px) {
  .contact__row.--top .contact__head {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}
.contact__row.--top textarea {
  margin-top: 5px;
}

.contact__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 27px;
}
@media screen and (min-width: 900px) {
  .contact__head {
    height: 56px;
  }
}
.contact__head.--small {
  height: 22px;
}
@media screen and (min-width: 900px) {
  .contact__head.--small {
    height: 56px;
  }
}
.contact__head span {
  display: inline-block;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .contact__head span {
    font-size: 16px;
  }
}
.contact__head span.--must {
  position: relative;
  display: inline-block;
}
.contact__head span.--must::after {
  content: "必須";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: calc(100% + 12px);
  font-size: 12px;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  background: #CE2073;
  color: #FFFFFF;
  white-space: nowrap;
}

input[type=text],
input[type=email],
select,
textarea {
  border-radius: 0;
  width: 100%;
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  background: #F5F5F5;
  border: none;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  outline: none;
}
@media screen and (min-width: 900px) {
  input[type=text],
  input[type=email],
  select,
  textarea {
    font-size: 16px;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #CCCCCC;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #CCCCCC;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #CCCCCC;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #CCCCCC;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #CCCCCC;
}
input[type=text]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
  border: 1px solid #9ED0E0;
  background: #E9F6F8;
}
input[type=text].invalid,
input[type=email].invalid,
select.invalid,
textarea.invalid {
  background-color: #fff0f7; /* 赤みのある背景色 */
  border: 1px solid #CE2073; /* 赤い枠 */
}

textarea {
  resize: vertical;
  height: 160px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.contact__select-wrap {
  position: relative;
}
.contact__select-wrap svg {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 52px;
  height: 100%;
  height: auto;
  fill: #9ED0E0;
  pointer-events: none;
  border-radius: 0 8px 8px 0;
}

input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=radio]:checked + span::after {
  opacity: 1;
}

.contact__data-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (min-width: 900px) {
  .contact__data-radio {
    gap: 22px;
  }
}
.contact__data-radio span {
  display: inline-block;
  padding-left: 32px;
  position: relative;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .contact__data-radio span {
    padding-left: 34px;
    font-size: 16px;
  }
}
.contact__data-radio span::before, .contact__data-radio span::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact__data-radio span::before {
  left: 0;
  width: 24px;
  height: 24px;
  background: #F5F5F5;
}
.contact__data-radio span::after {
  width: 12px;
  height: 12px;
  background: #9ED0E0;
  left: 6px;
  opacity: 0;
}

input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.contact__data-checkbox {
  margin-top: 19px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .contact__data-checkbox {
    margin-top: 36px;
  }
}
.contact__data-checkbox span {
  display: inline-block;
  position: relative;
  padding-left: 36px;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .contact__data-checkbox span {
    font-size: 16px;
  }
}
.contact__data-checkbox span a {
  text-decoration: underline;
}
.contact__data-checkbox span::before, .contact__data-checkbox span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact__data-checkbox span::before {
  width: 24px;
  height: 24px;
  background: #F5F5F5;
  left: 0;
}
.contact__data-checkbox span::after {
  background: url(../img/contact__checkbox.png) no-repeat top left/contain;
  width: 14px;
  height: 9px;
  left: 5px;
  opacity: 0;
}

.contact__submit {
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .contact__submit {
    margin-top: 33px;
  }
}
@media screen and (min-width: 900px) {
  .contact__submit .button {
    border-radius: 40px;
    border-width: 2px;
    -webkit-font-feature-settings: "pref" on;
            font-feature-settings: "pref" on;
    padding: 5px 22px 7px;
    font-size: 16px;
    width: 240px;
  }
}

.contact__error-message {
  color: #CE2073;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-size: 16px;
  margin-top: 6px;
}

.footer {
  padding-top: 28px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .footer {
    padding-top: 78px;
  }
}

@media screen and (min-width: 768px) {
  .footer__inner {
    width: min(1084px, 100%);
    padding-inline: 30px;
    margin-inline: auto;
  }
}

.footer__bg-pawpads {
  position: absolute;
}
@media screen and (min-width: 1200px) {
  .footer__bg-pawpads {
    top: 80px;
    right: auto;
    left: calc(50% + 576px);
    width: 100px;
  }
}

.footer__head {
  text-align: center;
}

.footer__head-title {
  font-family: "Josefin Sans", serif;
  font-size: 20px;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .footer__head-title {
    font-size: 24px;
  }
}

.footer__head-sns-items {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .footer__head-sns-items {
    margin-top: 19px;
  }
}

.footer__head-sns-item {
  display: inline-block;
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .footer__head-sns-item {
    width: 40px;
    height: 40px;
  }
}
.footer__head-title {
  margin-top: 14px;
  max-width: 328px;
  width: 100%;
  height: 34.405px;
  margin-inline: auto;
  display: block;
}
@media screen and (min-width: 900px) {
  .footer__head-title {
    margin-top: 41px;
    max-width: 755px;
  }
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px;
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .footer__body {
    margin-top: 46px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0;
  }
}

.footer__body-iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 335/271;
}
@media screen and (min-width: 900px) {
  .footer__body-iframe {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 50%;
    aspect-ratio: 512/400;
  }
}

.footer__body-content {
  padding: 0 26px 30px 27px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .footer__body-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 50%;
    height: 400px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .footer__body-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
  }
}

.footer__body-logo {
  width: 153px;
  height: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .footer__body-logo {
    width: 183px;
    height: 24px;
    margin: 0;
    text-align: left;
  }
}

.footer__body-lists {
  margin-top: 33px;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 8px 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .footer__body-lists {
    margin-top: 26px;
    font-size: 16px;
    grid-template-columns: 109px 1fr;
    gap: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.footer__body-title {
  font-weight: bold;
  white-space: nowrap;
  padding-left: 16px;
  font-weight: 700;
  position: relative;
}
.footer__body-title::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9ED0E0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}

.footer__body-description {
  text-align: left;
}

.footer__pagetop {
  margin-top: 23px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .footer__pagetop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
@media screen and (min-width: 900px) {
  .footer__pagetop.is-show {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 1200px) {
  .footer__pagetop {
    right: 40px;
    bottom: 40px;
  }
}

.pagetop__button {
  display: inline-block;
  width: 75px;
  height: auto;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .pagetop__button {
    width: 100px;
    height: 104px;
  }
}
.pagetop__button img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.footer__bottom {
  position: relative;
  padding-top: 45.7px;
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .footer__bottom {
    padding-top: 120px;
    margin-top: 120px;
  }
}
.footer__bottom::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 45.7px;
  background: url(../img/sp/footer__wave-SP.svg), linear-gradient(to bottom, transparent 13px, #67b0c7 13px) repeat-x left center/contain;
}
@media screen and (min-width: 900px) {
  .footer__bottom::before {
    height: 120px;
    background: url(../img/footer__wave-PC.svg), linear-gradient(to bottom, transparent 33px, #67b0c7 33px) repeat-x left center/contain;
  }
}

.footer__bottom-copyright {
  display: block;
  padding-bottom: 25px;
  font-size: 10px;
  color: #FFFFFF;
  text-align: center;
  background: #67B0C7;
  font-family: "Noto Sans JP", serif;
}
@media screen and (min-width: 768px) {
  .footer__bottom-copyright {
    padding-bottom: 32px;
    font-size: 14px;
  }
}

.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-in-up.--prizes {
  -webkit-transform: translateX(-50%) translateY(24px);
          transform: translateX(-50%) translateY(24px);
}
.fade-in-up.--prizes.is-in-view {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
.fade-in-up.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.prizes__cover-background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -43px;
}