@charset "UTF-8";

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

body {
  font-family: "Noto Sans JP", sans-serif, serif;
  color: #4a3636;
  font-size: 12px;
  line-height: 1.6;
  background-color: #e9f6f8;
}

@media screen and (min-width:600px) {
  body {
    font-size: 14px;
  }
}

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

body.is-fixed {
  overflow: hidden;
}

@media screen and (min-width:1200px) {
  body.is-fixed {
    overflow: auto;
  }
}

.wrapper {
  overflow: hidden;
}

@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;
  }
}

/* デスクトップ表示 */
.show-desktop {
  display: none;
}

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

/* タブレット表示 */
.show-tablet {
  display: none;
}

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

/* モバイル表示 */
@media screen and (min-width:1200px) {
  .show-mobile {
    display: none;
  }
}

.inner {
  max-width: 640px;
  padding-inline: 20px;
  margin-inline: auto;
}

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

@media screen and (min-width:900px) {
  .inner--narrow {
    max-width: 908px;
  }
}

.heading {
  text-align: center;
}

@media screen and (min-width:900px) {
  .heading__image svg {
    width: 48px;
    height: 48px;
  }
}

@media screen and (min-width:1200px) {
  .heading__image svg {
    width: 48px;
  }
}

.heading__en {
  font-family: "Courgette", cursive;
  padding-top: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

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

.heading__ja {
  display: inline-block;
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 6px;
  padding-bottom: 6px;
  border-bottom: 6px solid #ffee56;
}

@media screen and (min-width:900px) {
  .heading__ja {
    font-size: 32px;
    margin-top: 8px;
    border-width: 8px;
    padding-bottom: 8px;
  }
}

.button {
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 6px;
  padding-inline: 22px;
  border-radius: 40px;
  font-family: "Noto Sans JP", sans-serif, serif;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #4a3636;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
  box-shadow: 0px 4px 0px 0px #4a3636;
  background: #fff;
  color: #4a3636;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}

@media screen and (min-width:900px) {
  .button {
    font-size: 20px;
    padding: 8px 37px 10px 37px;
    border: 3px solid #4a3636;
  }
}

@media (hover: hover) {
  .button:hover {
    background-color: #ffee56;
  }
}

.button-small {
  padding-top: 2px;
  padding-right: 22px;
  padding-bottom: 4px;
  padding-left: 22px;
  font-size: 14px;
}

@media screen and (min-width:900px) {
  .button-small {
    padding-top: 4px;
    padding-right: 22px;
    padding-bottom: 6px;
    padding-left: 22px;
    font-size: 16px;
    border-width: 2px;
  }
}

@media screen and (min-width: 900px) {
  .button-submit {
    width: 240px;
    padding-top: 4px;
    padding-bottom: 6px;
    font-size: 16px;
    border-width: 2px;
  }
}

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

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-inline: 20px;
}

@media screen and (min-width:900px) {
  .header__inner {
    padding-inline: 24px;
  }
}

.header__logo {
  width: 62.68%;
  max-width: 210px;
}

.header__logo a img {
  display: block;
  width: 210px;
}

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

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

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

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

.drawer-icon {
  width: 32px;
  height: 27px;
  position: relative;
}

.drawer-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: 64px;
  content: "";
  transform: translate(-50%, -50%);
}

.drawer-icon.is-checked .drawer-icon__bar:nth-child(1),
.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  top: 12px;
}

.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 32px;
}

.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
  display: none;
}

.drawer-icon.is-checked .drawer-icon__dot {
  display: none;
}

.drawer-icon__bar {
  position: absolute;
  width: 32px;
  height: 3px;
  left: 0;
  background: #4a3636;
  border-radius: 6px;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}

.drawer-icon__bar:nth-child(1) {
  top: 0;
  width: 25.6px;
}

.drawer-icon__bar:nth-child(2) {
  top: 12px;
}

.drawer-icon__bar:nth-child(3) {
  top: 24px;
}

.drawer-icon__dot {
  position: absolute;
  width: 3.8px;
  height: 3px;
  left: 28.2px;
  background: #4a3636;
  border-radius: 6px;
}

.header__nav {
  display: none;
  background: #ffffff;
  width: 100%;
  height: calc(100% - 64px);
  position: fixed;
  top: 64px;
  left: 0;
  padding-top: 59px;
  padding-bottom: 60px;
  gap: 12px;
  align-items: center;
  height: inherit;
  margin-left: auto;
}

.header__nav.is-checked {
  display: block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (min-width:1200px) {
  .header__nav {
    display: flex;
    background: transparent;
    width: auto;
    height: auto;
    position: static;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transform: none;
    transform: none;
  }
}

@media screen and (min-width:1200px) {
  .header__lists {
    width: auto;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-inline: 0;
  }
}

.header__link {
  display: block;
  font-family: "Noto Sans JP", sans-serif, serif;
  font-size: 14px;
  font-weight: 400;
  padding-block: 19.805px;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  /* デスクトップ表示 */
  /* モバイル表示 */
}

@media screen and (min-width:1200px) {
  .header__link {
    padding-block: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    /* テキストの折り返しを禁止 */
    overflow: hidden;
    /* 要素の内容がはみ出る部分を隠す */
    text-overflow: ellipsis;
    /* テキストが切れた部分に省略記号を表示 */
    font-size: 12px;
  }
}

.header__link.show-desktop {
  display: none;
}

@media screen and (min-width:1200px) {
  .header__link.show-desktop {
    display: block;
  }
}

@media screen and (min-width:1200px) {
  .header__link.show-mobile {
    display: none;
  }
}

.header__link:hover {
  color: #67b0c7;
  text-decoration-color: #67b0c7;
}

.header__button {
  margin-left: 4px;
  padding-bottom: 2px;
}

.header-link__button {
  width: 144px;
  height: 40px;
  padding-top: 4px;
  padding-bottom: 6px;
  padding-inline: 20px;
  border-radius: 40px;
  font-family: "Noto Sans JP", sans-serif, serif;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #4a3636;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
  box-shadow: 0px 4px 0px 0px #4a3636;
  margin-top: 20px;
}

.header-link__button:hover {
  background-color: #ffee56;
}

@media screen and (min-width:900px) {
  .header-link__button {
    padding-top: 4px;
    padding-inline: 22px;
    padding-bottom: 6px;
    font-size: 14px;
    width: 240px;
    border-width: 2px;
  }
}

@media screen and (min-width:1200px) {
  .header-link__button {
    font-size: 14px;
    width: 132px;
    height: 36px;
    margin-top: 0;
  }
}

.drawer-content {
  position: fixed;
  top: 64px;
  left: 0;
  z-index: 20;
  display: none;
  width: 100%;
  height: calc(100dvh - 64px);
  padding-top: 59px;
  padding-bottom: 60px;
  overflow-y: auto;
  background: #fff;
}

@media screen and (min-width:1200px) {
  .drawer-content {
    display: none !important;
  }
}

.drawer-content__menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.drawer-content__link {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 1.572;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  -webkit-transition: color 0.3s, text-decoration-color 0.2s;
  transition: color 0.3s, text-decoration-color 0.2s;
}

.drawer-content__link:hover {
  color: #67b0c7;
  text-decoration-color: #67b0c7;
}

.drawer-content__button {
  margin-top: 20px;
}

.main {
  position: static;
}

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

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

.fv__inner {
  position: relative;
  width: 100%;
  max-width: 335px;
  margin-inline: auto;
}

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

.fv__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 156px);
  overflow: hidden;
  border-radius: 0 0 24px 24px;
}

@media screen and (min-width:900px) {
  .fv__image {
    height: calc(100% - 96px);
    border-radius: 0 0 40px 40px;
  }
}

.fv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

@media screen and (min-width:900px) {
  .fv__image img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
}

.fv__lead {
  font-family: "Kiwi Maru", sans-serif, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  text-shadow: 0px 0px 30px 0px #ffffff;
}

@media screen and (min-width:900px) {
  .fv__lead {
    font-size: 24px;
    font-weight: 500;
  }
}

.font-family-en {
  font-family: "Courgette", "Josefin Sans", serif;
  text-shadow: 0px 0px 30px 0px #ffffff;
}

.fv__title {
  margin-top: 20px;
}

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

.fv-title__image img {
  width: 100%;
}

@media screen and (min-width:900px) {
  .fv-title__image {
    width: 520px;
    max-width: 100%;
    margin-top: 24px;
    margin-inline: auto;
  }
}

.fv__images {
  position: relative;
  margin-top: 10px;
  height: 522px;
}

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

.fv-images__sp {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width:900px) {
  .fv-images__sp {
    bottom: 15px;
    width: 250px;
  }
}

.fv__smart-phone {
  width: 200px;
  max-width: 100%;
}

@media screen and (min-width:900px) {
  .fv__smart-phone {
    width: 250px;
  }
}

.fv-images-sp {
  width: 200px;
  max-width: 100%;
}

@media screen and (min-width:900px) {
  .fv-images-sp {
    width: 250px;
  }
}

.fv-images-sp__image {
  position: relative;
}

.fv-images-sp__wrap {
  position: absolute;
  top: calc(50% - 3px);
  left: 50%;
  width: calc(100% - 40px);
  overflow: hidden;
  text-align: center;
  background: #fff;
  border-radius: 12.8px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width:900px) {
  .fv-images-sp__wrap {
    top: calc(50% - 6px);
    width: calc(100% - 50px);
    border-radius: 16px;
  }
}

.fv-images-sp__heading {
  padding: 6px 9.6px;
  font-size: 12.8px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
}

@media screen and (min-width:900px) {
  .fv-images-sp__heading {
    padding-block: 8px;
    padding-inline: 12px;
    font-size: 16px;
  }
}

.fv-images-sp__body {
  padding-top: 12.8px;
  padding-bottom: 15.2px;
}

@media screen and (min-width:900px) {
  .fv-images-sp__body {
    padding-top: 14px;
    padding-bottom: 20px;
  }
}

.fv-images-sp__sub-heading span {
  display: inline-block;
  padding-bottom: 1px;
  font-size: 12px;
  border-bottom: 2.4px solid #ce2073;
}

@media screen and (min-width:900px) {
  .fv-images-sp__sub-heading span {
    font-size: 14px;
    border-bottom-width: 3px;
  }
}

.fv-images-sp__text {
  margin-top: 3.2px;
  font-size: 12px;
  font-weight: 700;
}

@media screen and (min-width:900px) {
  .fv-images-sp__text {
    margin-top: 4px;
    font-size: 16px;
  }
}

.fv-images-sp__button {
  padding-bottom: 4px;
  margin-top: 12.8px;
}

@media screen and (min-width:900px) {
  .fv-images-sp__button {
    margin-top: 16px;
  }
}

.fv-images__fukidashi {
  position: absolute;
  top: 7px;
  left: 0;
  width: 142px;
  max-width: 100%;
}

@media screen and (min-width:900px) {
  .fv-images__fukidashi {
    top: 0;
    right: calc(50% + 143px);
    left: auto;
    width: 244px;
  }
}

.fv-images__present {
  position: absolute;
  top: 0;
  right: 25px;
  width: 110px;
  max-width: 100%;
}

@media screen and (min-width:900px) {
  .fv-images__present {
    top: 17px;
    right: auto;
    left: calc(50% + 117px);
    width: 180px;
  }
}

.fv-images__food {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 3;
  width: 90px;
  max-width: 100%;
}

@media screen and (min-width:900px) {
  .fv-images__food {
    bottom: -3px;
    width: 212px;
  }
}

.fv-images__cats {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}

@media screen and (min-width:900px) {
  .fv-images__cats {
    bottom: -44px;
  }
}

.fv-cats {
  position: relative;
  width: 107px;
  height: 127px;
}

@media screen and (min-width:900px) {
  .fv-cats {
    width: 233px;
    height: 294px;
  }
}

.fv-cats__1 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 62px;
}

@media screen and (min-width:900px) {
  .fv-cats__1 {
    left: 0;
    width: 170px;
  }
}

.fv-cats__2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 98px;
}

@media screen and (min-width:900px) {
  .fv-cats__2 {
    right: 0;
    bottom: 0;
    width: 100%;
  }
}

.about {
  position: relative;
  margin-top: 32px;
}

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

.about__image {
  position: absolute;
}

.about-image__naname {
  top: -20px;
  right: calc(50% + 280px);
  width: 250px;
  overflow: hidden;
  border-radius: 24px;
}

@media screen and (min-width:1200px) {
  .about-image__naname {
    right: calc(50% + 527px);
  }
}

.about-image__left1 {
  top: 395px;
  right: calc(50% + 128px);
  width: 200px;
  overflow: hidden;
  border-radius: 24px;
}

@media screen and (min-width:600px) {
  .about-image__left1 {
    right: calc(50% + 180px);
  }
}

@media screen and (min-width:900px) {
  .about-image__left1 {
    top: 74px;
    right: calc(50% + 360px);
    z-index: 2;
    width: 480px;
    border-radius: 40px;
  }
}

@media screen and (min-width:1200px) {
  .about-image__left1 {
    right: calc(50% + 614px);
  }
}

.about-image__left2 {
  bottom: 61px;
  left: 0;
  width: 138px;
}

@media screen and (min-width:600px) {
  .about-image__left2 {
    width: 200px;
  }
}

@media screen and (min-width:900px) {
  .about-image__left2 {
    right: calc(50% + 150px);
    bottom: 149px;
    left: auto;
    width: 427px;
  }
}

@media screen and (min-width:1200px) {
  .about-image__left2 {
    right: calc(50% + 432px);
  }
}

.about-image__pawpads {
  top: -9px;
  left: calc(50% + 133px);
  width: 54px;
}

@media screen and (min-width:600px) {
  .about-image__pawpads {
    top: -20px;
    left: calc(50% + 205px);
  }
}

@media screen and (min-width:900px) {
  .about-image__pawpads {
    top: -60px;
    left: calc(50% + 300px);
    width: 70px;
  }
}

@media screen and (min-width:1200px) {
  .about-image__pawpads {
    top: -80px;
    left: calc(50% + 490px);
    width: 100px;
  }
}

.about-image__right2 {
  top: 274px;
  left: calc(50% + 127px);
  width: 200px;
  overflow: hidden;
  border-radius: 24px;
}

@media screen and (min-width:600px) {
  .about-image__right2 {
    left: calc(50% + 180px);
  }
}

@media screen and (min-width:900px) {
  .about-image__right2 {
    top: 73px;
    left: calc(50% + 360px);
    width: 480px;
    border-radius: 40px;
  }
}

@media screen and (min-width:1200px) {
  .about-image__right2 {
    left: calc(50% + 560px);
  }
}

.about-image__wave {
  bottom: 632px;
  left: calc(50% + 200px);
  width: 874px;
  overflow: hidden;
}

@media screen and (min-width:1200px) {
  .about-image__wave {
    left: calc(50% + 448px);
  }
}

.about-image__goods1 {
  bottom: 217px;
  left: calc(50% + 118px);
  width: 48px;
}

@media screen and (min-width:600px) {
  .about-image__goods1 {
    left: calc(50% + 280px);
    width: 80px;
  }
}

@media screen and (min-width:900px) {
  .about-image__goods1 {
    top: 601px;
    left: calc(50% + 300px);
    width: 101px;
    height: 101px;
  }
}

@media screen and (min-width:1200px) {
  .about-image__goods1 {
    left: calc(50% + 505px);
  }
}

.about-image__goods2 {
  bottom: 157px;
  left: calc(50% - 3px);
  width: 133px;
}

@media screen and (min-width:600px) {
  .about-image__goods2 {
    left: calc(50% + 97px);
    width: 200px;
  }
}

@media screen and (min-width:900px) {
  .about-image__goods2 {
    bottom: 290px;
    left: calc(50% + 120px);
    width: 308px;
  }
}

@media screen and (min-width:1200px) {
  .about-image__goods2 {
    bottom: 377px;
    left: calc(50% + 374px);
  }
}

.about__inner {
  max-width: 375px;
  padding-inline: 20px;
  margin-inline: auto;
}

@media screen and (min-width:600px) {
  .about__inner {
    max-width: 500px;
  }
}

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

@media screen and (min-width:1200px) {
  .about__inner {
    max-width: 908px;
  }
}

.about__heading {
  position: relative;
  margin-inline: auto;
}

@media screen and (min-width:900px) {
  .about__heading {
    width: 360px;
  }
}

@media screen and (min-width:1200px) {
  .about__heading {
    width: 360px;
  }
}

@media screen and (min-width:1200px) {
  .about-heading__svg {
    width: 43px;
  }
}

.about-image1 {
  position: absolute;
  top: 31.9px;
  right: calc(50% + 46.5px);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  width: 80px;
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

@media screen and (min-width:900px) {
  .about-image1 {
    width: 147px;
    top: 41px;
    right: calc(50% + 192px);
  }
}

.about-image2 {
  position: absolute;
  top: 30px;
  left: calc(50% + 60.15px);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  width: 80px;
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
}

@media screen and (min-width:900px) {
  .about-image2 {
    width: 134px;
    top: 46px;
    left: calc(50% + 192px);
  }
}

.about__content {
  position: relative;
  padding-top: 40px;
  padding-bottom: 36px;
  padding-inline: 20px;
  background-color: #fff;
  border-radius: 24px;
}

@media screen and (min-width:900px) {
  .about__content {
    border-radius: 40px;
  }
}

.about__title {
  font-family: "Noto Sans JP", sans-serif, serif;
  font-size: 14px;
  font-weight: 700;
  margin-top: 24px;
  text-align: center;
}

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

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

.about__text-wrap {
  margin-top: 24px;
  text-align: center;
}

@media screen and (min-width:900px) {
  .about__text-wrap {
    margin-top: 33px;
  }
}

.about__text:not(:first-child) {
  margin-top: 1.5em;
}

@media screen and (min-width:900px) {
  .about__text:not(:first-child) {
    margin-top: 1.7em;
  }
}

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

.about-text__bold {
  font-size: 12px;
  font-weight: 700;
}

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

@media screen and (min-width:1200px) {
  .about-text__bold {
    font-size: 16px;
  }
}

.about__text-strong {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif, serif;
  font-size: 14px;
  font-weight: 700;
  margin-top: 32px;
  border-bottom: 2px dashed #9ed0e0;
  padding-bottom: 6px;
}

@media screen and (min-width:900px) {
  .about__text-strong {
    font-size: 20px;
    margin-top: 44px;
    padding-bottom: 8px;
  }
}

.about__button {
  padding-bottom: 4px;
  margin-top: 24px;
  text-align: center;
}

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

.about-image__arrow {
  width: 100px;
  height: 36px;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

@media screen and (min-width:1200px) {
  .about-image__arrow {
    width: 140px;
    height: 50px;
    bottom: -50px;
  }
}

.about__swiper {
  margin-top: 135px;
}

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

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

.swiper1 {
  overflow: hidden;
}

.about-swiper__title {
  position: relative;
  z-index: 2;
  display: block;
  width: 363px;
  max-width: 100%;
  margin-inline: auto;
}

@media screen and (min-width:900px) {
  .about-swiper__title {
    width: 770px;
  }
}

@media screen and (min-width:1200px) {
  .about-swiper__title {
    width: 900px;
    top: 13px;
    right: 4px;
  }
}

.about-swiper__title img {
  width: 100%;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  top: 3px;
}

.about-swiper__slide {
  overflow: hidden;
  border-radius: 12px;
}

@media screen and (min-width:900px) {
  .about-swiper__slide {
    border-radius: 24px;
  }
}

.how-to-enter {
  margin-top: 65px;
}

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

.how-to-enter__inner {
  position: relative;
  max-width: 375px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width:600px) {
  .how-to-enter__inner {
    max-width: 500px;
  }
}

@media screen and (min-width:900px) {
  .how-to-enter__inner {
    max-width: 1512px;
  }
}

@media screen and (min-width:1200px) {
  .how-to-enter__inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.how-to-enter__decoration {
  position: absolute;
  z-index: -1;
}

.how-to-enter__decoration-map {
  top: 0;
  right: calc(50% + 39px);
  width: 149px;
}

@media screen and (min-width:600px) {
  .how-to-enter__decoration-map {
    right: calc(50% + 80px);
    width: 180px;
  }
}

@media screen and (min-width:900px) {
  .how-to-enter__decoration-map {
    top: -60px;
    right: calc(50% + 180px);
    left: auto;
    width: 380px;
  }
}

@media screen and (min-width:1200px) {
  .how-to-enter__decoration-map {
    right: calc(50% + 260px);
    width: 460px;
  }
}

.how-to-enter__cats {
  top: 0;
  left: calc(50% + 58px);
  z-index: 0;
}

@media screen and (min-width:900px) {
  .how-to-enter__cats {
    top: -26px;
    left: calc(50% + 200px);
  }
}

@media screen and (min-width:1200px) {
  .how-to-enter__cats {
    left: calc(50% + 287px);
  }
}

.how-to-enter-cats {
  position: relative;
  width: 160px;
  height: 85px;
}

@media screen and (min-width:900px) {
  .how-to-enter-cats {
    width: 364px;
    height: 191.08px;
  }
}

.how-to-enter-cats__1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 105px;
}

@media screen and (min-width:900px) {
  .how-to-enter-cats__1 {
    width: 238px;
  }
}

.how-to-enter-cats__2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 94px;
}

@media screen and (min-width:900px) {
  .how-to-enter-cats__2 {
    width: 214px;
  }
}

.how-to-enter__pawpads-1 {
  top: 74px;
  right: 20px;
  width: 55px;
}

@media screen and (min-width:900px) {
  .how-to-enter__pawpads-1 {
    top: 148px;
    right: 0px;
    width: 70px;
  }
}

@media screen and (min-width:1200px) {
  .how-to-enter__pawpads-1 {
    right: 36px;
    width: 100px;
  }
}

.how-to-enter__pawpads-2 {
  top: 516px;
  left: 20px;
  width: 55px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (min-width:900px) {
  .how-to-enter__pawpads-2 {
    bottom: 40px;
    left: 0;
    width: 70px;
  }
}

@media screen and (min-width:1200px) {
  .how-to-enter__pawpads-2 {
    left: 36px;
    width: 100px;
  }
}

.how-to-enter__pawpads-3 {
  right: 20px;
  bottom: 367px;
  width: 55px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.how-to-enter__steps {
  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;
  margin-top: 32px;
}

@media screen and (min-width:900px) {
  .how-to-enter__steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 7px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width:1200px) {
  .how-to-enter__steps {
    gap: 32px;
    margin-top: 40px;
  }
}

@media screen and (min-width:900px) {
  .how-to-enter__step {
    max-width: 294px;
  }
}

@media screen and (min-width:1200px) {
  .how-to-enter__step {
    max-width: 320px;
  }
}

.how-to-enter__step:first-of-type,
.how-to-enter__step:nth-of-type(2) {
  position: relative;
}

.how-to-enter__step:first-of-type:after,
.how-to-enter__step:nth-of-type(2):after {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  z-index: 3;
  width: 7px;
  height: 34px;
  content: "";
  background-color: transparent;
  background-image: url(../img/sp/img_step_line.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width:900px) {

  .how-to-enter__step:first-of-type:after,
  .how-to-enter__step:nth-of-type(2):after {
    left: auto;
    width: 70px;
    height: 16px;
    background-image: url(../img/pc/img_step_line.png);
    -webkit-transform: initial;
    transform: initial;
  }
}

@media screen and (min-width:1200px) {

  .how-to-enter__step:first-of-type:after,
  .how-to-enter__step:nth-of-type(2):after {
    width: 114px;
    height: 24px;
  }
}

@media screen and (min-width:900px) {
  .how-to-enter__step:first-of-type::after {
    top: 150px;
    right: -25px;
  }
}

@media screen and (min-width:1200px) {
  .how-to-enter__step:first-of-type::after {
    top: 204px;
    right: -50px;
  }
}

@media screen and (min-width:900px) {
  .how-to-enter__step:nth-of-type(2) {
    margin-top: 50px;
  }
}

@media screen and (min-width:1200px) {
  .how-to-enter__step:nth-of-type(2) {
    margin-top: 68px;
  }
}

@media screen and (min-width:900px) {
  .how-to-enter__step:nth-of-type(2)::after {
    top: 100px;
    right: -25px;
  }
}

@media screen and (min-width:1200px) {
  .how-to-enter__step:nth-of-type(2)::after {
    top: 136px;
    right: -57px;
  }
}

.how-to-enter__button {
  padding-bottom: 4px;
  margin-top: 16px;
  text-align: center;
}

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

.step-box {
  text-align: center;
}

.step-box__image {
  width: 196px;
  margin: 0 auto;
}

@media screen and (min-width:900px) {
  .step-box__image {
    width: 87.5%;
  }
}

.step-box__heading {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (min-width:900px) {
  .step-box__heading {
    margin-top: 24px;
    font-size: 20px;
  }
}

@media screen and (min-width:900px) {
  .step-box__heading--large {
    font-size: 24px;
    font-weight: 700;
  }
}

.step-box__text {
  margin-top: 16px;
  line-height: 1.59;
}

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

@media screen and (min-width:1200px) {
  .step-box__text {
    margin-top: 17px;
    font-size: 16px;
  }
}

.step-box__follow-button {
  margin-top: 14px;
}

@media screen and (min-width:900px) {
  .step-box__follow-button {
    margin-top: 16px;
  }
}

.follow-button {
  position: relative;
  display: inline-block;
  padding-top: 7px;
  padding-right: 11px;
  padding-bottom: 7px;
  padding-left: 39px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background: #fff;
  border: solid 1px transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

@media screen and (min-width:900px) {
  .follow-button {
    padding-bottom: 7px;
  }
}

.follow-button:hover {
  border-color: #9ed0e0;
}

@media screen and (min-width:1200px) {
  .follow-button {
    padding-left: 44px;
    font-size: 16px;
  }
}

.follow-button::before {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(../img/sp/instagram.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width:900px) {
  .follow-button::before {
    width: 24px;
    height: 24px;
  }
}

.prizes {
  position: relative;
  margin-top: 32px;
}

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

@media screen and (min-width:1200px) {
  .prizes {
    margin-top: 120px;
  }
}

.prizes__inner {
  position: relative;
  max-width: 600px;
  margin-inline: auto;
  padding-inline: 0;
}

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

.prizes__triangle-left {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc((100% - 390px) / 2);
  min-height: 148px;
}

@media screen and (min-width:900px) {
  .prizes__triangle-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.prizes__triangle-right {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc((100% - 390px) / 2);
  min-height: 148px;
}

@media screen and (min-width:900px) {
  .prizes__triangle-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.prizes__heading {
  padding-top: 0;
}

.prizes__content {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-inline: 20px;
}

@media screen and (min-width:900px) {
  .prizes__content {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 49px;
    padding-inline: 30px;
  }
}

@media screen and (min-width:1200px) {
  .prizes__content {
    padding-inline: 56px;
  }
}

.prizes__content::before {
  position: absolute;
  z-index: -1;
  content: "";
  background-color: #fff;
}

.prizes__content::after {
  position: absolute;
  z-index: -1;
  content: "";
  background-color: #fff;
}

.prizes__content::before {
  top: 0;
  left: 50%;
  width: 238px;
  height: 83px;
  background-color: transparent;
  background-image: url(../img/sp/deco_prizes1_sp.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width:900px) {
  .prizes__content::before {
    background-image: url(../img/pc/deco_prizes1_pc.svg);
    width: 372px;
    height: 148px;
  }
}

.prizes__content::after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 83px);
  border-radius: 24px;
}

@media screen and (min-width:900px) {
  .prizes__content::after {
    height: calc(100% - 148px);
  }
}

.prizes__text {
  font-family: "Noto Sans JP", sans-serif, serif;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 24px;
}

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

.prizes__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 39px;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 48px;
  margin-bottom: 24px;
}

@media screen and (min-width:900px) {
  .prizes__boxes {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(6, 1fr);
    grid-row-gap: 60px;
    /* 列の間の余白を設定 */
    grid-column-gap: 15px;
    /* 行間の余白を設定 */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* 水平方向に中央揃え */
    margin-inline: auto;
    margin-top: 82px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width:1200px) {
  .prizes__boxes {
    grid-row-gap: 80px;
    /* 列の間の余白を設定 */
    grid-column-gap: 32px;
    /* 行間の余白を設定 */
  }
}

.prizes__box {
  width: calc(50% - 7.5px);
  border-radius: 8px;
}

@media screen and (min-width:900px) {
  .prizes__box {
    display: block;
    width: 100%;
  }
}

.no-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width:1200px) {
  .no-wrap {
    margin-bottom: 0;
  }
}

@media screen and (min-width:900px) {
  .prizes-box1 {
    grid-area: 1/1/2/4;
  }
}

@media screen and (min-width:900px) {
  .prizes-box2 {
    grid-area: 1/4/2/7;
  }
}

@media screen and (min-width:900px) {
  .prizes-box3 {
    grid-area: 2/1/3/3;
    width: calc(100% - 2.6666666667px);
  }
}

@media screen and (min-width:900px) {
  .prizes-box4 {
    grid-area: 2/3/3/5;
    width: calc(100% - 2.6666666667px);
  }
}

@media screen and (min-width:900px) {
  .prizes-box5 {
    grid-area: 2/5/3/7;
    width: calc(100% - 2.6666666667px);
  }
}

.campaign-box {
  position: relative;
  background-color: #f5f5f5;
  border-radius: 8px;
}

@media screen and (min-width:900px) {
  .campaign-box {
    width: 100%;
    height: auto;
    border-radius: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
  }
}

.campaign-box:hover .campaign-box__image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.campaign-box:hover .prizes-box__icon svg .background {
  fill: #9ed0e0;
}

.campaign-box__image img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  /* アニメーションの追加 */
}

.campaign-box__head-number {
  position: absolute;
  width: 48px;
  height: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -24px;
  z-index: 2;
}

@media screen and (min-width:900px) {

  .head-number1,
  .head-number2 {
    width: 80px;
    height: 80px;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (min-width:1200px) {

  .head-number1,
  .head-number2 {
    width: 100px;
    height: 100px;
    top: -50px;
  }
}

@media screen and (min-width:900px) {

  .head-number3,
  .head-number4,
  .head-number5 {
    width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (min-width:1200px) {

  .head-number3,
  .head-number4,
  .head-number5 {
    width: 80px;
    height: 80px;
    top: -40px;
  }
}

.campaign-box__image {
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
}

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

.campaign-box__image>img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px 8px 0px 0px;
}

@media screen and (min-width:900px) {

  .campaign-box__image1,
  .campaign-box__image2>img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (min-width:1200px) {

  .campaign-box__image1,
  .campaign-box__image2>img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (min-width:900px) {

  .campaign-box__image3,
  .campaign-box__image4,
  .campaign-box__image5>img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px 16px 0px 0px;
  }
}

@media screen and (min-width:1200px) {

  .campaign-box__image3,
  .campaign-box__image4,
  .campaign-box__image5>img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px 16px 0px 0px;
  }
}

.campaign-box__text {
  font-family: "Noto Sans JP", sans-serif, serif;
  font-size: 12px;
  font-weight: 700;
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 0;
}

@media screen and (min-width:600px) {
  .campaign-box__text {
    font-size: 14px;
    min-height: 70px;
  }
}

@media screen and (min-width:900px) {
  .campaign-box__text {
    font-size: 20px;
    margin-top: 0;
    border-radius: 24px;
    min-height: 120px;
    margin: 0;
  }
}

@media screen and (min-width:1200px) {
  .campaign-box__text {
    font-size: 20px;
    margin-top: 0;
    border-radius: 24px;
  }
}

@media screen and (min-width:900px) {

  .campaign-box__text1,
  .campaign-box__text2 {
    min-height: 80px;
    font-size: 16px;
    border-radius: 0px 0px 16px 16px;
  }
}

@media screen and (min-width:1200px) {

  .campaign-box__text1,
  .campaign-box__text2 {
    min-height: 120px;
    font-size: 20px;
  }
}

@media screen and (min-width:900px) {

  .campaign-box__text3,
  .campaign-box__text4,
  .campaign-box__text5 {
    min-height: 80px;
    font-size: 16px;
    border-radius: 0px 0px 16px 16px;
  }
}

.prizes-box__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 8px;
  outline: none;
}

@media screen and (min-width:900px) {
  .prizes-box__button {
    border-width: 4px;
    border-radius: 16px;
  }
}

@media screen and (min-width:900px) {
  .prizes-box-large .prizes-box__button {
    border-radius: 24px;
  }
}

.prizes-box__button:hover {
  border-color: #9ed0e0;
}

.prizes-box__button:focus {
  border-color: #9ed0e0;
}

.prizes-box__icon svg {
  position: absolute;
  right: -2px;
  bottom: -2px;
  display: block;
  width: 36px;
  height: 36px;
  border-bottom-right-radius: 8px;
}

@media screen and (min-width:900px) {
  .prizes-box__icon svg {
    right: -4px;
    bottom: -4px;
    width: 45px;
    height: 45px;
    border-bottom-right-radius: 16px;
  }
}

@media screen and (min-width:1200px) {
  .prizes-box__icon svg {
    width: 64px;
    height: 64px;
  }
}

@media screen and (min-width:900px) {
  .prizes-box-large .prizes-box__icon svg {
    width: 80px;
    height: 80px;
    border-bottom-right-radius: 24px;
  }
}

@media screen and (min-width:1200px) {
  .prizes-box-large .prizes-box__icon svg {
    width: 100px;
    height: 100px;
  }
}

.modal-mask {
  background: #000;
  opacity: 0.7;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

.modal-box {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 200;
  height: auto;
}

.modal-box__body {
  width: 336px;
  height: 480px;
  border-radius: 24px;
  background: #fff;
  text-align: center;
  overflow: hidden;
  padding-bottom: 61px;
}

@media screen and (min-width:900px) {
  .modal-box__body {
    width: 480px;
    height: 650px;
    padding-bottom: 106px;
  }
}

.modal-box__image img {
  width: 336px;
  height: 210px;
}

@media screen and (min-width:900px) {
  .modal-box__image img {
    width: 480px;
    height: 300px;
  }
}

.modal-box__lead1 {
  font-family: "Noto Sans JP", sans-serif, serif;
  font-size: 16px;
  font-weight: 700;
  margin-top: 39px;
  margin-bottom: 12px;
}

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

.modal-box__lead2 {
  font-family: "Noto Sans JP", sans-serif, serif;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 16px;
}

@media screen and (min-width:900px) {
  .modal-box__lead2 {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

.modal-close__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 4px 22px 6px 22px;
  margin-inline: auto;
}

.hidden {
  display: none;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.prizes__button {
  text-align: center;
  padding-bottom: 5px;
}

@media screen and (min-width:900px) {
  .prizes__button {
    padding-bottom: 53px;
  }
}

@media screen and (min-width:1200px) {
  .prizes__button {
    padding-bottom: 53px;
  }
}

.prize-zoom-icon {
  border-radius: 0 0 8px 0;
  overflow: hidden;
}

.prizes__background-picture {
  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;
}

@media screen and (min-width:900px) {
  .prizes__background-picture {
    display: block;
    margin-top: 0;
  }
}

.prizes__background-picture img {
  display: block;
  width: 100%;
  min-width: 580px;
}

@media screen and (min-width:900px) {
  .prizes__background-picture img {
    min-height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center bottom;
    object-position: center bottom;
  }
}

.spots {
  position: relative;
  padding-block: 45.7px;
  margin-top: -45.7px;
}

@media screen and (min-width:900px) {
  .spots {
    padding-block: 120px;
    margin-top: -120px;
  }
}

.spots::before,
.spots::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 45.7px;
  content: "";
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: left -3px center;
}

@media screen and (min-width:900px) {

  .spots::before,
  .spots::after {
    height: 120px;
    background-position: left center;
  }
}

.spots::before {
  top: 1px;
  background-image: url(../img/sp/wave.svg);
}

@media screen and (min-width:900px) {
  .spots::before {
    background-image: url(../img/pc/wave.svg);
  }
}

.spots::after {
  bottom: 1px;
  background-image: url(../img/sp/bg_pic.svg);
  background-position: left -6px center;
}

@media screen and (min-width:900px) {
  .spots::after {
    background-image: url(../img/pc/bg.svg);
  }
}

.spots__pawpads {
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 80px;
}

@media screen and (min-width:1200px) {
  .spots__pawpads {
    bottom: 120px;
    left: calc(50% - 720px);
    width: 100px;
  }
}

.spots__outer {
  padding-bottom: 14.86px;
  background-color: #67b0c7;
}

@media screen and (min-width:900px) {
  .spots__outer {
    padding-bottom: 0;
  }
}

@media screen and (min-width:900px) {
  .spots__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    padding-left: max(30px, 50% - 512px);
  }
}

.spots__heading-wrap {
  text-align: center;
}

@media screen and (min-width:900px) {
  .spots__heading-wrap {
    width: 56px;
  }
}

.spots-heading__title {
  position: relative;
  display: inline-block;
  padding-left: 36px;
  font-family: "Kiwi Maru", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
}

@media screen and (min-width:900px) {
  .spots-heading__title {
    padding-top: 72px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 40px;
    letter-spacing: 0.25em;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
  }
}

.spots-heading__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  content: "";
  background-color: transparent;
  background-image: url(../img/sp/Vector.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width:900px) {
  .spots-heading__title::before {
    top: 0;
    left: 50%;
    width: 56px;
    height: 56px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.spots__slider {
  margin-top: 25px;
}

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

.spots-box {
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  padding-inline: 24px;
  padding-bottom: 30px;
  background: #fff;
}

@media screen and (min-width:900px) {
  .spots-box {
    padding-inline: 32px;
    padding-bottom: 40px;
    border-radius: 24px;
  }
}

.spots-box__image {
  display: block;
  width: calc(100% + 48px);
  margin-left: -24px;
}

@media screen and (min-width:900px) {
  .spots-box__image {
    width: calc(100% + 64px);
    margin-left: -32px;
  }
}

.spots-box__lead1 {
  font-size: 16px;
  font-weight: 700;
  margin-block: 16px;
  text-align: center;
}

@media screen and (min-width:900px) {
  .spots-box__lead1 {
    font-size: 20px;
    margin-block: 25px;
  }
}

.spots-box__lead2 {
  margin-top: 16px;
}

@media screen and (min-width:768px) {
  .spots-box__lead2 {
    margin-top: 25px;
  }
}

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

.spots__arrows {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin-top: -10px;
  margin-inline: auto;
}

@media screen and (min-width:1200px) {
  .spots__arrows {
    max-width: 944px;
    margin-top: -32px;
  }
}

.spots-swiper-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.spots__prev,
.spots__next {
  position: static;
  width: 80px;
  height: 80px;
  background-color: #ffee56;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 27px;
  border-radius: 50%;
  -webkit-transition: background-position 0.3s;
  transition: background-position 0.3s;
}

.spots__prev {
  background-image: url(../img/pc/Component\ 4.svg);
  background-size: contain;
}

.spots__prev:hover {
  background-position: center left 40%;
}

.spots__next {
  background-image: url(../img/pc/Component\ 3.svg);
  background-size: contain;
}

.spots__next:hover {
  background-position: center right 40%;
}

.spots__bottom {
  margin-inline: auto;
}

@media screen and (min-width:1200px) {
  .spots__bottom {
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
  }
}

.spots__title-english {
  display: block;
  width: 254px;
  margin-inline: auto;
  line-height: 1;
}

@media screen and (min-width:900px) {
  .spots__title-english {
    width: 360px;
    margin-top: -45px;
  }
}

@media screen and (min-width:1200px) {
  .spots__title-english {
    width: 494px;
    margin-top: -45px;
  }
}

.spots__text-wrap {
  margin-top: 15px;
}

@media screen and (min-width:1200px) {
  .spots__text-wrap {
    margin-top: 0;
  }
}

.spots__text {
  font-size: 11.444px;
  color: #fff;
  text-align: center;
}

@media screen and (min-width:600px) {
  .spots__text {
    font-size: 14px;
  }
}

@media screen and (min-width:1200px) {
  .spots__text {
    font-size: 16px;
    text-align: right;
  }
}

.spots__button {
  padding-bottom: 4px;
  margin-top: 24px;
  text-align: center;
}

@media screen and (min-width:1200px) {
  .spots__button {
    text-align: right;
  }
}

.spots-swiper__slide {
  height: auto;
}

.qa {
  margin-top: 40px;
}

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

@media screen and (min-width:900px) {
  .qa__title {
    margin-bottom: 40px;
  }
}

.qa__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}

@media screen and (min-width:900px) {
  .qa__boxes {
    margin-top: 40px;
    gap: 24px;
  }
}

.qa-box {
  border: 2px solid #4a3636;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

@media screen and (min-width:900px) {
  .qa-box {
    border-radius: 16px;
  }
}

.qa-box__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 10px 14px;
}

@media screen and (min-width:900px) {
  .qa-box__heading {
    gap: 16px;
    padding-top: 20.5px;
    padding-right: 22px;
    padding-bottom: 19.5px;
    padding-left: 22px;
  }
}

@media screen and (min-width:900px) {
  .qa-box__heading.is-open {
    padding-bottom: 21.5px;
  }
}

.qa-box__heading.is-open .qa-box__heading-toggle::before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.qa-box__heading-icon,
.qa-box__a-icon {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  line-height: 1.25;
  color: #9ed0e0;
}

@media screen and (min-width:900px) {

  .qa-box__heading-icon,
  .qa-box__a-icon {
    font-size: 32px;
  }
}

.qa-box__heading-toggle {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  background-color: #9ed0e0;
  border-radius: 50%;
}

@media screen and (min-width:900px) {
  .qa-box__heading-toggle {
    width: 48px;
    height: 48px;
  }
}

.qa-box__heading-toggle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  content: "";
  background: #fff;
  border-radius: 50px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width:900px) {
  .qa-box__heading-toggle::before {
    width: 19px;
    height: 3px;
  }
}

.qa-box__heading-toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  content: "";
  background: #fff;
  border-radius: 50px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width:900px) {
  .qa-box__heading-toggle::after {
    width: 19px;
    height: 3px;
  }
}

.qa-box__heading-icon {
  font-family: "Josefin Sans";
  font-size: 24px;
  font-weight: 400;
  color: #9ed0e0;
}

@media screen and (min-width:900px) {
  .qa-box__heading-icon {
    font-size: 32px;
  }
}

.qa-box__heading-text {
  font-family: "Noto Sans JP", sans-serif, serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.59;
  color: #4a3636;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (min-width:900px) {
  .qa-box__heading-text {
    font-size: 20px;
  }
}

.qa-box__heading-toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.qa-box__body {
  display: none;
  padding-top: 16px;
  padding-bottom: 14px;
  padding-inline: 14px;
  background-color: #f5f5f5;
}

@media screen and (min-width:900px) {
  .qa-box__body {
    padding-top: 24px;
    padding-bottom: 22px;
    padding-inline: 22px;
  }
}

.qa-box__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.qa-box__a-text {
  font-size: 14px;
}

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

.info {
  margin-top: 30px;
}

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

.info__content {
  border: 8px solid #ffffff;
  padding-top: 15.5px;
  padding-right: 15.5px;
  padding-bottom: 32px;
  padding-left: 16px;
  background: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width:900px) {
  .info__content {
    padding-top: 32px;
    padding-right: 48px;
    padding-bottom: 44px;
    padding-left: 48px;
  }
}

.info__title {
  margin-bottom: 40px;
}

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

.info__lists {
  margin-top: 24px;
}

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

.info-list__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.info-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: 8px;
  border-bottom: 1px solid #cccccc;
  padding-top: 12px;
  padding-bottom: 14px;
  text-align: left;
}

@media screen and (min-width:900px) {
  .info-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
  }
}

.info-list:first-child {
  padding-top: 0;
}

.info-list:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.info-list__lead1,
.info-list__lead2 {
  text-align: left;
  vertical-align: middle;
}

.info-list__lead1 {
  height: 100%;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding-left: 16px;
}

.info-list__lead1::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #9ed0e0;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width:600px) {
  .info-list__lead1 {
    font-size: 16px;
  }
}

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

@media screen and (min-width:900px) {
  .info-list__lead2 {
    width: calc(100% - 224px);
    font-size: 16px;
  }
}

.info-list__lead2 ul li {
  position: relative;
  padding-left: 1.5em;
  line-height: 19px;
}

@media screen and (min-width:900px) {
  .info-list__lead2 ul li {
    line-height: 22px;
  }
}

@media screen and (min-width:1200px) {
  .info-list__lead2 ul li {
    line-height: 26px;
  }
}

.info-list__lead2 ul li::before {
  position: absolute;
  top: 0.1em;
  left: 0.2em;
  content: "・";
}

.info__image {
  display: block;
  margin-top: 32px;
}

.info__image img {
  width: 100%;
}

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

.contact {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}

@media screen and (min-width:900px) {
  .contact {
    padding-top: 120px;
    padding-bottom: 116px;
  }
}

.contact__description {
  text-align: center;
  margin-top: 24px;
}

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

.contact__form {
  margin-top: 24px;
}

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

.contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

@media screen and (min-width:900px) {
  .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 848px;
    margin-inline: auto;
  }
}

@media screen and (min-width:900px) {
  .form-field__head {
    width: 220px;
    padding-block: 14.5px;
  }
}

.form-field__label {
  font-family: "Noto Sans JP", sans-serif, serif;
  font-size: 14px;
  font-weight: 700;
}

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

.form-field__tag {
  font-family: "Noto Sans JP", sans-serif, serif;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #ce2073;
  width: 40px;
  height: 27px;
  padding: 4px 8px;
  border-radius: 4px;
}

.form-field__item {
  margin-top: 8px;
}

@media screen and (min-width:900px) {
  .form-field__item {
    width: calc(100% - 180px - 40px);
    margin-top: 0;
  }
}

.form-text {
  height: 56px;
}

.form-text,
.form-textarea,
.form-select {
  background: #f5f5f5;
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #f5f5f5;
  margin-top: 8px;
}

@media screen and (min-width:900px) {

  .form-text,
  .form-textarea,
  .form-select {
    margin-top: 0;
    width: 100%;
    height: 56px;
  }
}

.form-text:hover,
.form-text:focus,
.form-textarea:hover,
.form-textarea:focus {
  outline: none;
}

.form-text:focus,
.form-textarea:focus {
  background-color: #e9f6f8;
  border-color: #9ed0e0;
}

.form-select:hover,
.form-select:focus {
  outline: none;
}

.form-select:focus {
  border-color: #9ed0e0;
}

.form-text.is-error,
.form-textarea.is-error {
  background-color: #fff0f7;
  border-color: #ce2073;
}

.form-text.is-error:hover,
.form-textarea.is-error:hover {
  border-color: #ce2073;
}

.form-text.is-error:focus,
.form-textarea.is-error:focus {
  border-color: #ce2073;
}

.form-select.is-error {
  background-image: url(../img/sp/red-control.svg);
  background-color: #fff0f7;
  border-color: #ce2073;
}

.form-select.is-error:hover {
  border-color: #ce2073;
}

.form-select.is-error:focus {
  border-color: #ce2073;
}

.form-textarea {
  height: 160px;
}

@media screen and (min-width:900px) {
  .form-textarea {
    height: 160px;
  }
}

.form-checkbox__input,
.form-radio__input {
  width: 1px;
  height: 1px;
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
}

.form-checkbox__input:checked+.form-checkbox__text::after,
.form-radio__input:checked+.form-radio__text::after {
  opacity: 1;
}

.form-checkbox__input:focus+.form-checkbox__text::before,
.form-radio__input:focus+.form-radio__text::before {
  border-color: #9ed0e0;
}

.form-checkbox__input.is-error+.form-checkbox__text::before {
  background-color: #fff0f7;
  border-color: #ce2073;
}

.form-checkbox__text,
.form-radio__text {
  position: relative;
  padding-left: 32px;
}

.form-checkbox__text::before,
.form-radio__text::before,
.form-radio__text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-checkbox__text::before,
.form-radio__text::before {
  width: 24px;
  height: 24px;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
}

.form-checkbox__text::after,
.form-radio__text::after {
  opacity: 0;
}

.form-checkbox__text::after {
  left: 5px;
  width: 14px;
  height: 9px;
  background: url(../img/sp/Vector\ 7.svg) no-repeat center center/contain;
}

.contact__privacy {
  margin-block: 24px;
  text-align: center;
}

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

.form-checkbox__text a {
  text-decoration: underline;
}

::-webkit-input-placeholder {
  /* Webkit系ブラウザ */
  color: rgb(204, 204, 204);
}

:-moz-placeholder {
  /* Firefox 18- */
  color: rgb(204, 204, 204);
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(204, 204, 204);
}

:-ms-input-placeholder {
  /* IE */
  color: rgb(204, 204, 204);
}

textarea::-webkit-input-placeholder {
  /* Webkit系ブラウザ */
  color: rgb(204, 204, 204);
}

textarea:-moz-plargbacolor {
  /* Firefox 18- */
  color: rgb(204, 204, 204);
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(204, 204, 204);
}

select:-ms-input-placeholder {
  /* IE */
  color: rgb(204, 204, 204);
}

.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f5f5f5;
  width: 100%;
  height: 56px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #f5f5f5;
  margin-top: 8px;
  background-image: url(../img/sp/control.svg),
    linear-gradient(to left, #9ed0e0 52px, #f5f5f5 52px);
  background-repeat: no-repeat;
  background-position: right 0 center;
}

.form-select:hover,
.form-select:focus {
  outline: none;
}


.form-select:focus {
  border-color: #9ed0e0;
}

@media screen and (min-width:900px) {
  .form-select {
    width: 100%;
    margin-top: 0;
  }
}

.form-field__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

@media screen and (min-width:900px) {
  .form-field__radios {
    padding-block: 15px;
  }
}

.form-radio:hover .form-radio__text::before {
  border-color: #9ed0e0;
  outline: none;
}

.form-radio__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.form-radio__input:checked+.form-radio__text::after {
  opacity: 1;
}

.form-radio__text {
  margin-top: 8px;
  position: relative;
  padding-left: 32px;
}

.form-radio__text::before,
.form-radio__text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}

.form-radio__text::before {
  width: 24px;
  height: 24px;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  left: 0;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.form-radio__text::after {
  opacity: 0;
  left: 6px;
  width: 12px;
  height: 12px;
  background: #9ed0e0;
}

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

.form-radio__input:focus+.form-radio__text::before {
  border-color: #9ed0e0;
  outline: none;
}

.form-textarea {
  background: #f5f5f5;
  width: 100%;
  height: 160px;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid #f5f5f5;
  font-family: "Noto Sans JP", sans-serif, serif;
  font-size: 14px;
  font-weight: 400;
  margin-top: 8px;
}

.form-textarea:hover,
.form-textarea:focus {
  border-color: #9ed0e0;
  outline: none;
}

@media screen and (min-width:900px) {
  .form-textarea {
    width: 100%;
    margin-top: 0;
  }
}

.contact__privacy {
  margin-block: 24px;
  text-align: center;
}

@media screen and (min-width:900px) {
  .contact__privacy {
    margin-block: 40px;
  }
}

.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__input:focus+.form-checkbox__text::before {
  border-color: #9ed0e0;
}

.form-checkbox__text {
  position: relative;
  padding-left: 32px;
}

.form-checkbox__text::before,
.form-checkbox__text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-checkbox__text::before {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
}

.form-checkbox__text::after {
  top: 50%;
  left: 5px;
  width: 14px;
  height: 9px;
  background: url(../img/sp/Vector\ 7.svg) no-repeat center center/contain;
  opacity: 0;
}

.form-checkbox__text a {
  text-decoration: underline;
}

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

.contact__button {
  text-align: center;
  padding-bottom: 4px;
  margin-top: 27px;
}

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

.footer {
  padding-top: 40px;
  position: relative;
}

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

@media screen and (min-width:900px) {
  .footer__inner {
    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;
  }
}

.footer__pawpads {
  display: none;
  position: absolute;
  z-index: -1;
}

@media screen and (min-width:900px) {
  .footer__pawpads {
    display: block;
    top: -40px;
    right: 0;
    width: 70px;
  }
}

@media screen and (min-width:1200px) {
  .footer__pawpads {
    right: auto;
    left: calc(50% + 576px);
    width: 100px;
  }
}

.sns-links-heading {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  text-align: center;
}

@media screen and (min-width:900px) {
  .sns-links-heading {
    font-size: 24px;
  }
}

.sns-links__nav {
  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;
}

.sns-link {
  position: relative;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.sns-link:hover {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}

.sns-link::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width:900px) {
  .sns-link::after {
    width: 40px;
    height: 40px;
  }
}

.sns-link img {
  width: 100%;
}

.address-wrap {
  overflow: hidden;
  background-color: #fff;
  border-radius: 16px;
}

@media screen and (min-width:900px) {
  .address-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer__title {
  margin-inline: auto;
  max-width: 335px;
  margin-top: 10px;
}

@media screen and (min-width:900px) {
  .footer__title {
    max-width: 755px;
    margin-top: 30px;
  }
}

.footer__address-wrap {
  margin-top: 43px;
  margin-top: -1px;
}

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

@media screen and (min-width:900px) {
  .map__iframe {
    width: 50%;
  }
}

.map__iframe iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 335/271;
  vertical-align: top;
}

@media screen and (min-width:900px) {
  .map__iframe iframe {
    aspect-ratio: 512/400;
  }
}

.map-info__body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 22px;
  padding-right: 26px;
  padding-bottom: 30px;
  padding-left: 27px;
  margin-inline: auto;
}

@media screen and (min-width:900px) {
  .map-info__body {
    padding: 10px;
    margin-top: 0;
  }
}

.map-info__logo {
  width: 153px;
  margin-inline: auto;
}

@media screen and (min-width:900px) {
  .map-info__logo {
    display: inline-block;
    width: 183px;
    margin: 0;
  }
}

.address-info__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: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
}

@media screen and (min-width:900px) {
  .address-info__lists {
    gap: 12px;
    margin-top: 26px;
  }
}

.address-info__list {
  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:1200px) {
  .address-info__list {
    gap: 40px;
  }
}

.address-info__lead1 {
  position: relative;
  min-width: 64px;
  padding-left: 16px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

@media screen and (min-width:600px) {
  .address-info__lead1 {
    width: 80px;
    font-size: 14px;
  }
}

@media screen and (min-width:1200px) {
  .address-info__lead1 {
    font-size: 16px;
  }
}

.address-info__lead1::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #9ed0e0;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.address-info__lead2 {
  font-style: normal;
  font-size: 12px;
}

@media screen and (min-width:600px) {
  .address-info__lead2 {
    font-size: 14px;
  }
}

@media screen and (min-width:1200px) {
  .address-info__lead2 {
    font-size: 16px;
  }
}

.pagetop {
  width: 75px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

.pagetop img {
  width: 75px;
}

@media screen and (min-width:900px) {
  .pagetop img {
    width: 80px;
  }
}

@media screen and (min-width:1200px) {
  .pagetop img {
    width: 100px;
  }
}

.footer__pagetop {
  margin-top: 24px;
  text-align: center;
}

@media screen and (min-width:900px) {
  .footer__pagetop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 10;
    margin-top: 0;
    right: 40px;
    bottom: 40px;
  }
}

.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 {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 45.7px;
  content: "";
  background-image: url(../img/sp/bg.svg), linear-gradient(to bottom, transparent 13px, #67b0c7 13px);
  background-repeat: repeat-x;
  background-position: left -6px center;
}

@media screen and (min-width:900px) {
  .footer__bottom::before {
    height: 120px;
    background-image: url(../img/pc/Group75.svg), linear-gradient(to bottom, transparent 33px, #67b0c7 33px);
    background-position: left center;
  }
}

.footer__copyright {
  display: block;
  padding-bottom: 25px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  background-color: #67b0c7;
}

@media screen and (min-width:900px) {
  .footer__copyright {
    padding-bottom: 32px;
    font-size: 14px;
  }
}