@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #4A3636;
  background: #E9F6F8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}

html {
  scroll-padding-top: 60px;
}
@media screen and (min-width: 900px) {
  html {
    scroll-padding-top: 60px;
  }
}

.inner {
  padding-inline: 20px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .inner {
    padding-inline: 36px;
  }
}

.button {
  font-weight: 700;
  padding: 6px 24px 8px 24px;
  border-radius: 40px;
  border: 2px solid #4A3636;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 0px 0px #4A3636;
          box-shadow: 0px 4px 0px 0px #4A3636;
  text-align: center;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.button:hover {
  background: #FFEE56;
}

.button__small {
  font-size: 14px;
  padding: 4px 22px;
}

.button__large {
  font-size: 20px;
  padding: 10px 40px 12px 40px;
  border-width: 3px;
}

@media screen and (min-width: 900px) {
  .latest-post {
    font-size: 20px;
    padding: 9px 40px 12px 40px;
    border-width: 3px;
  }
}
@media (max-width: 373px) {
  .latest-post {
    font-size: 14px;
    padding: 6px 17px 6px 17px;
  }
}

.title {
  text-align: center;
  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: 900px) {
  .title {
    gap: 8px;
  }
}

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

.heading-eg {
  font-family: "Courgette", cursive;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .heading-eg {
    font-size: 20px;
  }
}

.heading-jp {
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  position: relative;
}
@media screen and (min-width: 900px) {
  .heading-jp {
    font-size: 32px;
  }
}
.heading-jp::before {
  position: absolute;
  content: "";
  background: #FFEE56;
  left: 0;
  width: 100%;
  height: 6px;
  bottom: -11px;
}
@media screen and (min-width: 900px) {
  .heading-jp::before {
    height: 8px;
    bottom: -15px;
  }
}

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

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

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

.instagram-account,
.policy {
  position: relative;
  display: inline;
  padding-bottom: 0.5px;
}
.instagram-account::after,
.policy::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: #4A3636;
}
@media screen and (min-width: 900px) {
  .instagram-account::after,
  .policy::after {
    bottom: 2px;
  }
}
.instagram-account:hover,
.policy:hover {
  color: #67B0C7;
}
.instagram-account:hover::after,
.policy:hover::after {
  background-color: #67B0C7;
}

.instagram-hashtag {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.instagram-hashtag:hover {
  color: #67B0C7;
}

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

.header__inner {
  padding-block: 16px;
  padding-inline: 20px;
  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;
}
@media screen and (min-width: 900px) {
  .header__inner {
    padding-block: 12px;
    padding-inline: 24px;
    margin: 0 auto;
    min-width: 900px;
  }
}

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

.header__nav {
  display: none;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 18px;
    padding-top: 3px;
  }
}

.header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.header__nav__list a:hover {
  color: #67B0C7;
  text-decoration: underline;
}

.drawer-icon {
  width: 32px;
  height: 24px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 10px;
  width: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 3px;
  border-radius: 6px;
  background: #4A3636;
  -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-of-type(1) {
  width: 25.6px;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 12px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 24px;
}

.drawer-icon__dot {
  position: absolute;
  content: "";
  top: 0;
  left: 28px;
  width: 4.8px;
  height: 3px;
  border-radius: 6px;
  background: #4A3636;
}

.drawer {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 99;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.drawer__content {
  text-align: center;
  padding-block: 79px;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  pointer-events: auto;
  overflow-y: auto; /* コンテンツが溢れた場合のスクロールを有効に */
  -webkit-overflow-scrolling: touch; /* iOSでのスムーズスクロール */
}

/* body固定用のスタイル */
body.is-fixed-drawer {
  overflow: hidden;
}

.drawer__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: 40px;
  font-size: 14px;
}
.drawer__list a:hover {
  color: #67B0C7;
  text-decoration: underline;
}

.drawer__btn {
  display: inline-block;
  margin-top: 36px;
}

.fv {
  background: #E9F6F8;
  position: relative;
  height: 713px;
  margin-top: 64px;
}
@media screen and (min-width: 900px) {
  .fv {
    height: 834px;
  }
}

.fv-picture {
  position: absolute;
  height: calc(100% - 159px);
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .fv-picture {
    height: calc(100% - 94px);
  }
}
.fv-picture img {
  border-radius: 0px 0px 24px 24px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .fv-picture img {
    border-radius: 0px 0px 40px 40px;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}

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

.fv__description {
  font-family: "Kiwi Maru", serif;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
  padding-top: 17px;
}
@media screen and (min-width: 900px) {
  .fv__description {
    font-size: 24px;
    font-weight: 500;
    padding-top: 34px;
  }
}

.fv__lead {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .fv__lead {
    margin-top: 24px;
  }
}
.fv__lead img {
  height: 105px;
}
@media screen and (min-width: 900px) {
  .fv__lead img {
    height: 158px;
  }
}

.fv__decoration-wrapper {
  margin-top: 10px;
  position: relative;
  height: 522px;
}
@media screen and (min-width: 900px) {
  .fv__decoration-wrapper {
    margin-top: 0;
    height: 603px;
  }
}

.fv__decoration-smart-phone {
  position: absolute;
  width: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10px;
  max-width: 100%;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .fv__decoration-smart-phone {
    width: 250px;
    top: 33px;
  }
}

.decoration-smart-phone__wrap {
  width: 160px;
  text-align: center;
  position: absolute;
  top: 125px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .decoration-smart-phone__wrap {
    width: 200px;
    top: 152px;
  }
}

.decoration-smart-phone__heading {
  font-size: 12.8px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 4.4px 9.6px;
  border-radius: 12.8px 12.8px 0 0;
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
}
@media screen and (min-width: 900px) {
  .decoration-smart-phone__heading {
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 16px 16px 0 0;
  }
}

.decoration-smart-phone__body {
  padding-top: 10px;
  padding-bottom: 23px;
  border-radius: 0 0 12.8px 12.8px;
  background: #FFFFFF;
}
@media screen and (min-width: 900px) {
  .decoration-smart-phone__body {
    padding-top: 15px;
    padding-bottom: 31px;
  }
}

.decoration-smart-phone__sub-heading {
  display: inline-block;
  font-size: 12px;
  border-bottom: 2.4px solid #CE2073;
}
@media screen and (min-width: 900px) {
  .decoration-smart-phone__sub-heading {
    font-size: 14px;
    border-width: 3px;
  }
}

.decoration-smart-phone__text {
  font-size: 12px;
  font-weight: 700;
  padding-top: 4px;
}
@media screen and (min-width: 900px) {
  .decoration-smart-phone__text {
    font-size: 16px;
    padding-top: 5px;
  }
}

.decoration-smart-phone__btn {
  margin-top: 14px;
}
@media screen and (min-width: 900px) {
  .decoration-smart-phone__btn {
    margin-top: 23px;
  }
}

.decoration-smart-phone__button {
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .decoration-smart-phone__button {
    font-size: 16px;
  }
}

.fv__decoration-english-text {
  width: 142px;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (min-width: 900px) {
  .fv__decoration-english-text {
    width: 244px;
    top: 0;
    left: 37px;
  }
}

.fv__decoration-red-circle {
  width: 110px;
  position: absolute;
  right: 24px;
  z-index: 5;
}
@media screen and (min-width: 900px) {
  .fv__decoration-red-circle {
    width: 180px;
    top: 18px;
    right: 127px;
  }
}

.fv__decoration-coffee-and-sweets {
  width: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
}
@media screen and (min-width: 900px) {
  .fv__decoration-coffee-and-sweets {
    width: 212px;
    bottom: 44px;
  }
}

.fv__decoration-cat1 {
  width: 62px;
  position: absolute;
  bottom: 57px;
  right: 0;
}
@media screen and (min-width: 900px) {
  .fv__decoration-cat1 {
    width: 170px;
    bottom: 104px;
    right: 63px;
  }
}

.fv__decoration-cat2 {
  width: 98px;
  position: absolute;
  bottom: -1px;
  right: 9px;
  z-index: 20;
}
@media screen and (min-width: 900px) {
  .fv__decoration-cat2 {
    width: 233px;
    right: 0;
  }
}

.about {
  padding-top: 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .about {
    padding-top: 83px;
  }
}

.about-deco {
  position: absolute;
}

.about__deco-pawpad {
  left: calc(50% + 133px);
  top: 19px;
  width: 54px;
  height: 120px;
}
@media screen and (min-width: 900px) {
  .about__deco-pawpad {
    width: 100px;
    height: 220px;
    left: calc(50% + 492px);
    top: 2px;
  }
}
@media (min-width: 900px) and (max-width: 1280px) {
  .about__deco-pawpad {
    left: calc(50% + 350px);
  }
}

.about__deco-slope {
  left: 0;
  bottom: 62px;
  width: 140px;
  height: 215px;
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 900px) {
  .about__deco-slope {
    bottom: 152px;
    width: 200px;
  }
}
@media screen and (min-width: 900px) {
  .about__deco-slope {
    left: -103px;
    bottom: 149px;
    width: 427px;
    height: 817px;
  }
}

.about__deco-good1 {
  left: 50%;
  bottom: 159px;
  width: 133px;
  height: 65.003px;
}
@media screen and (min-width: 900px) {
  .about__deco-good1 {
    width: 308px;
    height: 150.604px;
    left: calc(50% + 374px);
    bottom: 380px;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .about__deco-good1 {
    left: calc(50% + 97px);
    width: 200px;
  }
}
@media (min-width: 900px) and (max-width: 1280px) {
  .about__deco-good1 {
    left: calc(50% + 230px);
  }
}

.about__deco-good2 {
  left: calc(50% + 119px);
  bottom: 217px;
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 900px) {
  .about__deco-good2 {
    left: calc(50% + 505px);
    bottom: 586px;
    width: 101px;
    height: 100.047px;
  }
}
@media (min-width: 900px) and (max-width: 1280px) {
  .about__deco-good2 {
    left: calc(50% + 410px);
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .about__deco-good2 {
    left: calc(50% + 280px);
    width: 80px;
  }
}

.about__deco-square {
  top: 62px;
  right: calc(50% + 528px);
  width: 250px;
  height: 250px;
}
@media (min-width: 900px) and (max-width: 1280px) {
  .about__deco-square {
    right: calc(50% + 440px);
  }
}
@media (min-width: 900px) and (max-width: 1000px) {
  .about__deco-square {
    right: calc(50% + 370px);
  }
}

.about__deco-wave {
  left: calc(50% + 447px);
  bottom: 637px;
  width: 873.922px;
  height: 45.021px;
  z-index: -1;
}

.about__deco-photo-right {
  top: 302px;
  left: calc(50% + 127px);
  width: 200px;
  height: 200px;
}
@media screen and (min-width: 900px) {
  .about__deco-photo-right {
    top: 154px;
    left: calc(50% + 560px);
    width: 480px;
    height: 480px;
  }
}
@media (min-width: 900px) and (max-width: 1280px) {
  .about__deco-photo-right {
    left: calc(50% + 445px);
  }
}
@media (min-width: 900px) and (max-width: 1000px) {
  .about__deco-photo-right {
    left: calc(50% + 395px);
  }
}
.about__deco-photo-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
@media screen and (min-width: 900px) {
  .about__deco-photo-right img {
    border-radius: 40px;
  }
}

.about__deco-photo-left {
  top: 424px;
  right: calc(50% + 120px);
  width: 200px;
  height: 200px;
}
@media screen and (min-width: 900px) {
  .about__deco-photo-left {
    top: 155px;
    right: calc(50% + 615px);
    width: 480px;
    height: 480px;
  }
}
@media (min-width: 900px) and (max-width: 1280px) {
  .about__deco-photo-left {
    right: calc(50% + 465px);
  }
}
@media (min-width: 900px) and (max-width: 1000px) {
  .about__deco-photo-left {
    right: calc(50% + 390px);
  }
}
.about__deco-photo-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
@media screen and (min-width: 900px) {
  .about__deco-photo-left img {
    border-radius: 40px;
  }
}

.about__inner {
  max-width: 375px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 900px) {
  .about__inner {
    max-width: 915px;
  }
}
@media (min-width: 900px) and (max-width: 1000px) {
  .about__inner {
    max-width: 640px;
  }
}

.about__content {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 40px 12px 47px 12px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 900px) {
  .about__content {
    border-radius: 40px;
    padding: 40px 114px 57px 114px;
    gap: 33px;
  }
}
@media (min-width: 900px) and (max-width: 1000px) {
  .about__content {
    padding-inline: 50px;
  }
}
.about__content::after {
  content: " ";
  position: absolute;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 36px;
  background: url(../img/img_about_arrow.png) no-repeat center center/contain;
}
@media screen and (min-width: 900px) {
  .about__content::after {
    width: 140px;
    height: 50px;
    bottom: -50px;
  }
}

.about__deco-picture img {
  width: 80px;
  height: 60px;
}
@media screen and (min-width: 900px) {
  .about__deco-picture img {
    width: 134px;
    height: 100px;
  }
}

.about__deco-picture-left {
  position: absolute;
  top: 36px;
  right: calc(50% + 51px);
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
@media screen and (min-width: 900px) {
  .about__deco-picture-left {
    top: 49px;
    right: calc(50% + 200px);
  }
}

.about__deco-picture-right {
  position: absolute;
  top: 34px;
  left: calc(50% + 64px);
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
@media screen and (min-width: 900px) {
  .about__deco-picture-right {
    top: 56px;
    left: calc(50% + 200px);
  }
}

.about__text-head {
  font-size: 14px;
  font-weight: 700;
  padding-top: 11px;
}
@media screen and (min-width: 900px) {
  .about__text-head {
    font-size: 16px;
    padding-top: 15px;
  }
}

.about__text {
  font-size: 12px;
  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;
}
@media screen and (min-width: 900px) {
  .about__text {
    font-size: 16px;
    gap: 27px;
  }
}

.bold {
  font-weight: 700;
}

.about__giftpresent {
  padding-top: 8px;
  font-weight: 700;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px dashed #9ED0E0;
  padding-bottom: 4px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .about__giftpresent {
    font-size: 20px;
    padding-top: 12px;
    padding-bottom: 9px;
  }
}

.about__button {
  padding-top: 8px;
}
@media screen and (min-width: 900px) {
  .about__button a {
    font-size: 20px;
    padding: 9px 40px 12px 40px;
    border-width: 3px;
  }
}

.about__bottom {
  padding-top: 139px;
}
@media screen and (min-width: 900px) {
  .about__bottom {
    padding-top: 160px;
  }
}

.about__deco-logo {
  margin: 0 auto;
  width: 355px;
}
@media screen and (min-width: 900px) {
  .about__deco-logo {
    width: 891px;
  }
}

.card__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

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

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

.how-to-enter_inner {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
  max-width: 450px;
}
@media screen and (min-width: 900px) {
  .how-to-enter_inner {
    padding-top: 58px;
    max-width: 1512px;
  }
}
@media (min-width: 900px) and (max-width: 1050px) {
  .how-to-enter_inner {
    padding-inline: 20px;
    padding-top: 20px;
  }
}

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

.how-to-enter__deco-cat-beige {
  width: 104px;
  left: calc(50% + 59px);
  top: 1px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__deco-cat-beige {
    width: 238px;
    left: calc(50% + 285px);
    top: 33px;
  }
}
@media (min-width: 900px) and (max-width: 1050px) {
  .how-to-enter__deco-cat-beige {
    width: 200px;
    left: calc(50% + 200px);
  }
}

.how-to-enter__deco-cat-black {
  width: 94px;
  left: calc(50% + 125px);
  top: 6px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__deco-cat-black {
    width: 214px;
    height: 181px;
    top: 43px;
    left: calc(50% + 436px);
  }
}
@media (min-width: 900px) and (max-width: 1050px) {
  .how-to-enter__deco-cat-black {
    width: 176px;
    left: calc(50% + 350px);
  }
}

.how-to-enter__deco-map {
  width: 149px;
  height: 223px;
  top: 0;
  right: calc(50% + 38px);
}
@media screen and (min-width: 900px) {
  .how-to-enter__deco-map {
    width: 460px;
    height: 689px;
    top: -1px;
    right: calc(50% + 261px);
  }
}
@media (min-width: 900px) and (max-width: 1050px) {
  .how-to-enter__deco-map {
    width: 420px;
    top: 69px;
    right: calc(50% + 217px);
  }
}

.how-to-enter__deco-pawpad-1 {
  width: 55px;
  height: 120px;
  top: 74px;
  right: 20px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__deco-pawpad-1 {
    width: 100px;
    height: 220px;
    top: 208px;
    right: 36px;
  }
}
@media (min-width: 900px) and (max-width: 1050px) {
  .how-to-enter__deco-pawpad-1 {
    width: 80px;
    right: 10px;
  }
}

.how-to-enter__deco-pawpad-2 {
  width: 55px;
  height: 120px;
  bottom: calc(50% + 18px);
  left: 20px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__deco-pawpad-2 {
    width: 100px;
    height: 220px;
    bottom: 37px;
    left: 36px;
  }
}
@media (min-width: 900px) and (max-width: 1050px) {
  .how-to-enter__deco-pawpad-2 {
    width: 80px;
    left: 10px;
  }
}

.how-to-enter__deco-pawpad-3 {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  width: 55px;
  height: 120px;
  top: calc(50% + 193px);
  right: 20px;
}

.how-to-enter__process {
  margin-top: 45px;
  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;
  gap: 49px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__process {
    margin-top: 49px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
}
@media (min-width: 900px) and (max-width: 1280px) {
  .how-to-enter__process {
    gap: 7px;
  }
}

@media screen and (min-width: 900px) {
  .process-step {
    max-width: 320px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 900px) and (max-width: 1280px) {
  .process-step {
    max-width: 276px;
  }
}
.process-step:nth-child(n+2) {
  position: relative;
}
.process-step:nth-child(n+2)::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 35px;
  top: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/deco_how-to-enter_step-line-sp.png) no-repeat center center/contain;
}
@media screen and (min-width: 900px) {
  .process-step:nth-child(n+2)::before {
    width: 113px;
    height: 24px;
    background: url(../img/deco_how-to-enter_step-line-pc.png) no-repeat center center/contain;
  }
}
@media screen and (min-width: 900px) and (min-width: 900px) and (max-width: 1280px) {
  .process-step:nth-child(n+2)::before {
    width: 100px;
    height: 20px;
  }
}
@media screen and (min-width: 900px) {
  .process-step:nth-child(n+2)::before:nth-of-type(2)::before {
    top: 77px;
    left: -33px;
  }
}
@media screen and (min-width: 900px) {
  .process-step:nth-child(2) {
    margin-top: 74px;
  }
  .process-step:nth-child(2)::before {
    top: 137px;
    left: -40px;
  }
}
@media screen and (min-width: 900px) and (min-width: 900px) and (max-width: 1280px) {
  .process-step:nth-child(2)::before {
    top: 110px;
    left: -30px;
  }
}
@media screen and (min-width: 900px) {
  .process-step:nth-child(3) {
    margin-bottom: 64px;
  }
  .process-step:nth-child(3)::before {
    top: 205px;
    left: -32px;
  }
}
@media screen and (min-width: 900px) and (min-width: 900px) and (max-width: 1280px) {
  .process-step:nth-child(3)::before {
    top: 184px;
    left: -18px;
  }
}

.process__img {
  margin: 0 auto;
  width: 196px;
}
@media screen and (min-width: 900px) {
  .process__img {
    width: 280px;
  }
}
@media (min-width: 900px) and (max-width: 1280px) {
  .process__img {
    width: 230px;
  }
}

.process__text {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 900px) {
  .process__text {
    margin-top: 24px;
  }
}

.process__content {
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 900px) {
  .process__content {
    font-size: 20px;
  }
}
@media (min-width: 900px) and (max-width: 1280px) {
  .process__content {
    font-size: 16px;
  }
}

.process__detail {
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .process__detail {
    font-size: 16px;
  }
}
@media (min-width: 900px) and (max-width: 1280px) {
  .process__detail {
    font-size: 14px;
  }
}

.process__instagram-account {
  background: #FFFFFF;
  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;
  padding: 6px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid transparent;
}
.process__instagram-account:hover {
  border: 1px solid #9ED0E0;
}
.process__instagram-account img {
  width: 20px;
}
@media screen and (min-width: 900px) {
  .process__instagram-account img {
    width: 24px;
  }
}

.instagram-follow {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .instagram-follow {
    font-size: 16px;
  }
}

.how-to-enter__button {
  white-space: nowrap;
  margin-top: 22px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .how-to-enter__button {
    margin-top: 59px;
  }
}

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

.prizes__inner {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  padding-top: 14px;
}
@media screen and (min-width: 900px) {
  .prizes__inner {
    max-width: 1024px;
    padding-top: 30px;
  }
}

.prizes__contents {
  position: relative;
  z-index: 2;
}
.prizes__contents::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: calc(100% - 61px);
  border-radius: 24px;
  background-color: #FFFFFF;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .prizes__contents::after {
    height: calc(100% - 122px);
  }
}

.prizes__deco-left {
  position: absolute;
  width: 315px;
  height: 86px;
  right: calc(50% + 196px);
}
@media (min-width: 900px) and (max-width: 1050px) {
  .prizes__deco-left {
    display: none;
  }
}

.prizes__deco-right {
  position: absolute;
  width: 315px;
  height: 86px;
  left: calc(50% + 196px);
}
@media (min-width: 900px) and (max-width: 1050px) {
  .prizes__deco-right {
    display: none;
  }
}

.prizes-title__bg {
  position: absolute;
  top: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 237.6px;
  height: 83px;
}
@media screen and (min-width: 900px) {
  .prizes-title__bg {
    top: -25px;
    width: 365.624px;
    height: 148.967px;
  }
}

.prizes__body {
  padding-top: 27px;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 42px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .prizes__body {
    padding-left: 52px;
    padding-right: 53px;
    padding-bottom: 66px;
    padding-top: 56px;
  }
}

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

.prizes__presents {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
  .prizes__presents {
    margin-top: 77px;
  }
  .prizes__presents .prizes__present:nth-child(n+3) .present__head {
    top: -36px;
  }
  .prizes__presents .prizes__present:nth-child(n+3) .present__head img {
    width: 80px;
    height: 80px;
  }
  .prizes__presents .prizes__present:nth-child(n+3) .present-body__text {
    padding: 14px;
    min-height: 80px;
    font-size: 16px;
  }
  .prizes__presents .prizes__present:nth-child(n+3) .traiangle {
    width: 64px;
    height: 64px;
    right: 0px;
    top: 16px;
  }
  .prizes__presents .prizes__present:nth-child(n+3) .zoom-icon {
    width: 20.48px;
    height: 20.48px;
    bottom: 10px;
    right: 9px;
  }
}

.prizes__present {
  width: calc(50% - 4.5px);
}
@media screen and (min-width: 900px) {
  .prizes__present {
    width: calc(50% - 10px);
  }
}
.prizes__present:nth-child(2n) {
  margin-left: 9px;
}
@media screen and (min-width: 900px) {
  .prizes__present:nth-child(2n) {
    margin-left: 20px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__present:nth-child(n+5), .prizes__present:nth-child(n+4) {
    margin-left: 24px;
  }
}
.prizes__present:nth-child(n+3) {
  margin-top: 33px;
}
@media screen and (min-width: 900px) {
  .prizes__present:nth-child(n+3) {
    width: calc(33.3333333333% - 16px);
    margin-top: 71px;
  }
}

.present__card {
  position: relative;
  cursor: pointer; /* カードがクリック可能なことを示す */
}

.present__head {
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .present__head {
    top: -45px;
  }
}
.present__head img {
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 900px) {
  .present__head img {
    width: 100px;
    height: 100px;
  }
}

.present-body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border: 4px solid transparent;
  border-radius: 11px;
  outline: none;
}
@media screen and (min-width: 900px) {
  .present-body {
    border-radius: 21px;
  }
}
.present-body:hover {
  border-color: #9ED0E0;
}
.present-body:hover .present-body__img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2); /* ホバー時に画像を少し拡大 */
}
.present-body:hover .traiangle {
  background-color: #9ED0E0;
}

.present-body__img {
  overflow: hidden;
}
.present-body__img img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -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) {
  .present-body__img img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
}

.present-body__contents {
  position: relative;
}

.present-body__text {
  font-size: 12px;
  font-weight: 700;
  display: grid;
  place-content: center;
  background: #F5F5F5;
  padding: 9px;
  padding-bottom: 7px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  min-height: 56px;
}
@media screen and (min-width: 900px) {
  .present-body__text {
    font-size: 20px;
    padding: 28px;
    min-height: 120px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}
@media (max-width: 330px) {
  .present-body__text {
    font-size: 10px;
  }
}

.traiangle {
  position: absolute;
  width: 36px;
  right: -1px;
  top: 21px;
  aspect-ratio: 1;
  border-bottom-right-radius: 8px;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background-color: #67B0C7;
}
@media screen and (min-width: 900px) {
  .traiangle {
    width: 100px;
    right: 0px;
    top: 20px;
    border-bottom-right-radius: 16px;
  }
}

.zoom-icon {
  position: absolute;
  width: 11.52px;
  height: 11.52px;
  bottom: 6px;
  right: 4px;
}
@media screen and (min-width: 900px) {
  .zoom-icon {
    width: 32px;
    height: 32px;
    bottom: 15px;
    right: 14px;
  }
}

.prizes__button {
  margin-top: 22px;
  white-space: nowrap;
}
@media screen and (min-width: 900px) {
  .prizes__button {
    margin-top: 47px;
  }
}

.prizes__background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -44px;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .prizes__background {
    margin-top: 1px;
  }
}
.prizes__background img {
  min-width: 580px;
  width: 100%;
}

/* モーダルのスタイル ============ */
dialog {
  padding: 0;
  border: none;
}
dialog::-ms-backdrop {
  opacity: 0;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  min-height: 100vh;
  height: 100dvh;
}
dialog::backdrop {
  opacity: 0;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  min-height: 100vh;
  height: 100dvh;
}
dialog.js-show.modal__content {
  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);
}

.modal__content {
  position: fixed;
  inset: 0;
  margin: auto;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1601;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  overflow-y: scroll;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background: #FFFFFF;
  border-radius: 24px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  text-align: center;
  width: 336px;
  max-width: calc(100% - 20px);
  height: 480px;
  max-height: calc(100% - 20px);
}
@media screen and (min-width: 900px) {
  .modal__content {
    padding-left: 40px;
    padding-right: 40px;
    width: 480px;
    max-width: calc(100% - 40px);
    height: 650px;
    max-height: calc(100% - 40px);
  }
}

@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .safari-iphone .modal__content {
    margin: 100px auto;
  }
}
.modal__img {
  width: calc(100% + 40px);
  margin-left: -20px;
}
@media screen and (min-width: 900px) {
  .modal__img {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
}

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

.modal__text-head {
  color: #4A3636;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .modal__text-head {
    font-size: 20px;
  }
}

.text {
  display: inline-block;
  margin-top: 12px;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .text {
    font-size: 16px;
  }
}

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

.modal__close-btn {
  color: #4A3636;
  outline: none;
  margin-top: 16px;
  padding-bottom: 4px;
}
@media screen and (min-width: 900px) {
  .modal__close-btn {
    margin-top: 24px;
  }
}

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

.spots {
  background: #67B0C7;
  position: relative;
}
.spots::before, .spots::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 45.714px;
  background-repeat: repeat-x;
  background-size: contain;
}
@media screen and (min-width: 900px) {
  .spots::before, .spots::after {
    height: 120px;
  }
}
.spots::before {
  background-image: url(../img/img_bg_spots_wave-top_sp.png);
  top: -45px;
}
@media screen and (min-width: 900px) {
  .spots::before {
    background-image: url(../img/img_bg_spots_wave-top_pc.png);
    top: -119px;
  }
}
.spots::after {
  background-image: url(../img/img_bg_spots_wave-bottom_sp.png);
  bottom: -45px;
}
@media screen and (min-width: 900px) {
  .spots::after {
    background-image: url(../img/img_bg_spots_wave-bottom_pc.png);
    bottom: -119px;
  }
}

.spots__deco__pawpad {
  position: absolute;
  width: 100px;
  height: 220px;
  bottom: 1px;
  right: calc(50% + 620px);
}

.spots__inner {
  padding-bottom: 29px;
}
@media screen and (min-width: 900px) {
  .spots__inner {
    padding-bottom: 7px;
  }
}
@media (min-width: 900px) and (max-width: 1050px) {
  .spots__inner {
    padding-bottom: 22px;
  }
}

@media screen and (min-width: 900px) {
  .spots__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    padding-left: max(30px, 50% - 512px);
  }
}

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

.spots__head {
  display: inline-block;
  position: relative;
  padding-left: 36px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
  color: #FFFFFF;
  font-family: "Kiwi Maru", serif;
}
@media screen and (min-width: 900px) {
  .spots__head {
    padding-top: 69px;
    padding-left: 0;
    letter-spacing: 0.25em;
  }
}
.spots__head::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-image: url(../img/icon_spot_star.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (min-width: 900px) {
  .spots__head::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 56px;
    height: 56px;
  }
}
@media screen and (min-width: 900px) {
  .spots__head {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl; /* 縦書きにする */
    font-size: 40px;
  }
}

.spots__bottom {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
}
@media screen and (min-width: 900px) {
  .spots__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 80px;
    margin-top: 64px;
  }
}
@media (min-width: 900px) and (max-width: 1050px) {
  .spots__bottom {
    gap: 42px;
  }
}

.spots__deco__spots img {
  width: 255px;
  height: 55px;
}
@media screen and (min-width: 900px) {
  .spots__deco__spots img {
    width: 495px;
    height: 107px;
  }
}
@media (min-width: 900px) and (max-width: 1050px) {
  .spots__deco__spots img {
    width: 350px;
    height: 75px;
  }
}

.spots__text {
  font-size: 11.444px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .spots__text {
    font-size: 16px;
  }
}
@media (min-width: 900px) and (max-width: 1050px) {
  .spots__text {
    font-size: 15px;
  }
}

.spots__button {
  margin-top: 31px;
}
@media screen and (min-width: 900px) {
  .spots__button {
    margin-top: 36px;
    padding-left: 11px;
  }
}
@media (min-width: 900px) and (max-width: 1050px) {
  .spots__button {
    margin-top: 28px;
  }
}

/* スポットのスライダーのスタイル ============ */
.spots__slider {
  margin-top: 23px;
}
@media screen and (min-width: 900px) {
  .spots__slider {
    width: calc(100% - 56px - 32px);
    margin-top: 0;
  }
}

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

.spots-card {
  padding-inline: 24px;
  padding-bottom: 28px;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .spots-card {
    padding-inline: 31px;
    padding-bottom: 41px;
  }
}

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

.spots-card__title {
  font-weight: 700;
  margin-top: 17px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .spots-card__title {
    font-size: 20px;
    margin-top: 21px;
  }
}

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

.spots__arrows {
  position: relative;
  max-width: 967px;
  margin-right: auto;
  margin-left: auto;
}

.spots-prev,
.spots-next {
  display: none;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -32px;
}
.spots-prev::after,
.spots-next::after {
  display: none;
}
@media screen and (min-width: 900px) {
  .spots-prev,
  .spots-next {
    display: block;
  }
}

.spots-prev {
  background: url(../img/icon_spots_swiper_prevbutton.png) center center/contain;
}
@media (min-width: 900px) and (max-width: 1050px) {
  .spots-prev {
    left: 90px;
  }
}

.spots-next {
  background: url(../img/icon_spots_swiper_nextbutton.png) center center/contain;
  left: 876px;
}
@media (min-width: 900px) and (max-width: 1050px) {
  .spots-next {
    left: 790px;
  }
}

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

.qa__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 900px) {
  .qa__inner {
    padding-inline: 36px;
  }
}

.qa__boxes {
  margin-top: 35px;
  max-width: 335px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .qa__boxes {
    margin-top: 54px;
    max-width: 1024px;
    gap: 23px;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .qa__boxes {
    max-width: 550px;
  }
}

.qa-box {
  border-radius: 12px;
  border: 2px solid #4A3636;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .qa-box {
    border-radius: 16px;
  }
}
.qa-box.is-open .qa__accordion-button::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.qa-box__head {
  background: #FFFFFF;
  padding: 10px 14px;
  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;
  gap: 13px;
}
@media screen and (min-width: 900px) {
  .qa-box__head {
    padding: 23px;
    padding-top: 22px;
    padding-left: 22px;
    padding-bottom: 20px;
    width: 100%;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 17px;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .qa-box__head {
    width: 100%;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

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

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

.qa__accordion-button {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 26.182px;
  height: 26.182px;
  background: #9ED0E0;
  border-radius: 50%;
}
@media screen and (min-width: 900px) {
  .qa__accordion-button {
    width: 48px;
    height: 48px;
  }
}
.qa__accordion-button::after {
  position: absolute;
  content: "";
  width: 10.182px;
  height: 1.455px;
  top: 13px;
  right: 3px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #FFFFFF;
  -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) {
  .qa__accordion-button::after {
    width: 18.667px;
    height: 2.667px;
    top: 24px;
    right: 5px;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .qa__accordion-button::after {
    width: 12.182px;
    right: 1px;
  }
}
.qa__accordion-button::before {
  position: absolute;
  content: "";
  width: 1.455px;
  height: 10.182px;
  top: 13px;
  right: 12px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #FFFFFF;
  -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) {
  .qa__accordion-button::before {
    width: 2.667px;
    height: 18.667px;
    top: 24px;
    right: 21px;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .qa__accordion-button::before {
    height: 12.182px;
    top: 13px;
    right: 11.5px;
  }
}

.qa-box__body {
  background: #F5F5F5;
  padding: 18px 14px 13px 14px;
  display: none;
}
@media screen and (min-width: 900px) {
  .qa-box__body {
    padding-top: 25px;
    padding-left: 22px;
    padding-bottom: 22px;
    padding-right: 15px;
  }
}

.qa-box__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 900px) {
  .qa-box__a {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    font: 17px;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .qa-box__a {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

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

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

.entry {
  margin-top: 29px;
}
@media screen and (min-width: 900px) {
  .entry {
    margin-top: 119px;
  }
}

.entry__inner {
  margin-bottom: 33px;
  padding-inline: 20px;
}
@media screen and (min-width: 900px) {
  .entry__inner {
    margin-bottom: 120px;
  }
}

.entry__content {
  border: 8px solid #FFFFFF;
  background: rgba(255, 255, 255, 0.5);
  padding: 17px 16px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .entry__content {
    padding: 32px 56px;
  }
}

.entry__body-boxes {
  margin-top: 36px;
}
@media screen and (min-width: 900px) {
  .entry__body-boxes {
    margin-top: 56px;
  }
}

.entry__body-box {
  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;
  padding-bottom: 14px;
}
@media screen and (min-width: 900px) {
  .entry__body-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    padding-bottom: 12px;
  }
}
.entry__body-box:nth-child(n+2) {
  position: relative;
  padding-top: 13px;
}
.entry__body-box:nth-child(n+2)::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: #CCCCCC;
}

.entry__body-title {
  font-size: 14px;
  font-weight: 700;
  padding-left: 16px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .entry__body-title {
    width: 232px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 16px;
    padding-left: 24px;
  }
}
.entry__body-title::before {
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  top: 7px;
  left: 0;
  background: #9ED0E0;
  border-radius: 50%;
}
@media screen and (min-width: 900px) {
  .entry__body-title::before {
    top: 9px;
    left: 8px;
  }
}

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

.entry__body-content {
  padding-left: 18px;
}
@media screen and (min-width: 900px) {
  .entry__body-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 24px;
  }
}
.entry__body-content li {
  position: relative;
  line-height: 19px;
}
@media screen and (min-width: 900px) {
  .entry__body-content li {
    line-height: 26px;
  }
}
.entry__body-content li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: -15px;
}
@media screen and (min-width: 900px) {
  .entry__body-content li::before {
    top: 1px;
    left: -20px;
  }
}

.entry__bg img {
  width: 100%;
}

.contact {
  background: #FFFFFF;
}

.contact__inner {
  padding-top: 40px;
  padding-bottom: 41px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .contact__inner {
    max-width: 919px;
    padding-top: 120px;
    padding-bottom: 117px;
  }
}

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

.contact__body {
  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;
  gap: 24px;
}
@media screen and (min-width: 900px) {
  .contact__body {
    margin-top: 42px;
    gap: 22px;
  }
}

.contact__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
@media screen and (min-width: 900px) {
  .contact__field {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .contact__field:nth-child(n+4) {
    padding-top: 15px;
    padding-bottom: 2px;
  }
  .contact__field:nth-child(n+5) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 900px) {
  .form-field {
    width: 180px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 900px) {
  .form-field__title {
    white-space: nowrap;
  }
}

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

.form-field__tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 4px;
  background: #CE2073;
  padding: 4px 8px;
  margin-left: 8px;
}

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

.form-text {
  border-radius: 8px;
  background: #F5F5F5;
  padding: 16px;
  padding-top: 13px;
  border: 1px solid transparent;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .form-text {
    padding-top: 14px;
  }
}
.form-text::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #CCCCCC;
}
.form-text::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #CCCCCC;
}
.form-text:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #CCCCCC;
}
.form-text::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #CCCCCC;
}
.form-text::placeholder {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #CCCCCC;
}
@media screen and (min-width: 900px) {
  .form-text::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-text::-moz-placeholder {
    font-size: 16px;
  }
  .form-text:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-text::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-text::placeholder {
    font-size: 16px;
  }
}

.form-select-wrapper {
  position: relative;
  cursor: pointer;
}
.form-select-wrapper::before, .form-select-wrapper::after {
  position: absolute;
  content: " ";
}
.form-select-wrapper::before {
  width: 17px;
  height: 17px;
  top: 20px;
  right: 18px;
  background: url(../img/icon__contact__arrow.png) no-repeat center center/contain;
  z-index: 1;
}
.form-select-wrapper::after {
  width: 52px;
  height: 55px;
  top: 0;
  right: 0;
  background: #9ED0E0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (min-width: 900px) {
  .form-select-wrapper::after {
    height: 58px;
  }
}
.form-select-wrapper:has(.form-select.is-error)::after {
  background: #CE2073;
}

.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  border-radius: 8px;
  background: #F5F5F5;
  padding: 16px;
  border: 1px solid transparent;
  width: 100%;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .form-select {
    font-size: 16px;
  }
}

.form-field__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
}

.form-radio {
  cursor: pointer;
}

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

.form-radio__text {
  font-size: 14px;
  padding-left: 32px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .form-radio__text {
    font-size: 16px;
  }
}
.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;
  background: #F5F5F5;
  border: 1px solid transparent;
  left: 0;
}
.form-radio__text::after {
  width: 12px;
  height: 12px;
  background: #9ED0E0;
  left: 6px;
  opacity: 0;
}

.form-textarea {
  font-size: 14px;
  border-radius: 8px;
  background: #F5F5F5;
  padding: 15px;
  border: 1px solid transparent;
  width: 100%;
  height: 158px;
}
@media screen and (min-width: 900px) {
  .form-textarea {
    font-size: 16px;
  }
}
.form-textarea::-webkit-input-placeholder {
  color: #CCCCCC;
}
.form-textarea::-moz-placeholder {
  color: #CCCCCC;
}
.form-textarea:-ms-input-placeholder {
  color: #CCCCCC;
}
.form-textarea::-ms-input-placeholder {
  color: #CCCCCC;
}
.form-textarea::placeholder {
  color: #CCCCCC;
}

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

.form__checkbox {
  cursor: pointer;
}

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

.form-checkbox__text {
  display: inline-block;
  font-size: 14px;
  padding-left: 36px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .form-checkbox__text {
    font-size: 16px;
  }
}
.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;
  background: #F5F5F5;
  border: 1px solid transparent;
  margin-top: 2px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-checkbox__text::after {
  width: 14px;
  height: 9px;
  background: url(../img/icon_contact_check.png) no-repeat center center/contain;
  left: 5px;
  margin-top: 1.8px;
  opacity: 0;
}

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

.contact-button {
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .contact-button {
    padding: 6px 37px 8px 37px;
  }
}

.form-text.is-error,
.form-textarea.is-error,
.form-select.is-error,
.form-checkbox__input.is-error {
  border: 1px solid #CE2073;
  background-color: #fff0f7;
}

.form-checkbox__input.is-error + .form-checkbox__text::before {
  border: 1px solid #CE2073;
  background-color: #fff0f7;
}

/* エラー時のラベルスタイル */
.form-field__label.is-error {
  color: #CE2073;
}

.form-text:focus,
.form-textarea:focus,
.form-select:focus,
.form-checkbox__input:focus {
  outline: none; /* ブラウザデフォルトのアウトラインを削除 */
}

/* フォーカス時のスタイル - エラーがない場合のみ適用 */
.form-text:focus:not(.is-error),
.form-textarea:focus:not(.is-error),
.form-select:focus:not(.is-error),
.form-checkbox__input:focus:not(.is-error) {
  border: 1px solid #9ED0E0;
  background: #e9f6f8;
  outline: none;
}

.footer {
  margin-top: 41px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .footer {
    margin-top: 60px;
  }
}

.footer__deco-pawpad {
  position: absolute;
  top: 22px;
  left: calc(50% + 575px);
  width: 100px;
  height: 220px;
}
@media (min-width: 900px) and (max-width: 1100px) {
  .footer__deco-pawpad {
    left: calc(50% + 380px);
    width: 80px;
  }
}
@media (min-width: 1100px) and (max-width: 1350px) {
  .footer__deco-pawpad {
    left: calc(50% + 475px);
    width: 80px;
  }
}

.footer__inner {
  padding-inline: 20px;
  padding-bottom: 2px;
}
@media screen and (min-width: 900px) {
  .footer__inner {
    padding-inline: 36px;
    padding-top: 60px;
    padding-bottom: 238px;
  }
}

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

.footer__sns-icons {
  margin-top: 24px;
  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;
  gap: 42px;
}
@media screen and (min-width: 900px) {
  .footer__sns-icons {
    margin-top: 27px;
  }
}

.icon-youtube img,
.icon-instagram img,
.icon-twitter img {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 900px) {
  .icon-youtube img,
  .icon-instagram img,
  .icon-twitter img {
    width: 38px;
    height: 38px;
  }
}

.footer__deco-logo {
  text-align: center;
  margin-top: 15px;
}
.footer__deco-logo img {
  width: 327px;
}
@media screen and (min-width: 900px) {
  .footer__deco-logo img {
    width: 739px;
  }
}
@media screen and (min-width: 900px) {
  .footer__deco-logo {
    margin-top: 41px;
  }
}

.footer__map__wrapper {
  background: #FFFFFF;
  border-radius: 16px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .footer__map__wrapper {
    max-width: 1024px;
    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;
  }
}

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

iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 335/271;
  vertical-align: top;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media screen and (min-width: 900px) {
  iframe {
    aspect-ratio: 512/400;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 16px;
  }
}

.footer-map__body {
  padding-inline: 5px;
  padding-top: 17px;
  padding-bottom: 29px;
}
@media screen and (min-width: 900px) {
  .footer-map__body {
    padding-top: 24px;
    padding-inline: 10px;
    width: 50%; /* 幅を50%に設定 */
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center; /* 垂直方向の中央揃え */
  }
}

.footer-map__body__content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.footer-map__logo {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .footer-map__logo {
    text-align: left;
  }
}
.footer-map__logo img {
  width: 153px;
  height: 20px;
}
@media screen and (min-width: 900px) {
  .footer-map__logo img {
    width: 183px;
    height: 24px;
  }
}

.footer__body-boxes {
  margin-top: 30px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 900px) {
  .footer__body-boxes {
    margin-top: 25px;
    gap: 12px;
  }
}

.footer__body-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.footer__body-title {
  font-size: 12px;
  font-weight: 700;
  padding-left: 16px;
  position: relative;
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .footer__body-title {
    font-size: 16px;
    width: 120px;
  }
}
.footer__body-title::before {
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  top: 7px;
  left: 0;
  background: #9ED0E0;
  border-radius: 50%;
}
@media screen and (min-width: 900px) {
  .footer__body-title::before {
    top: 8px;
    left: 1px;
  }
}

.footer__body-text {
  font-size: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 900px) {
  .footer__body-text {
    font-size: 16px;
  }
}

.footer__bottom {
  background: #67B0C7;
  position: relative;
}
.footer__bottom::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 45.714px;
  background-repeat: repeat-x;
  background-size: contain;
  background-image: url(../img/img_bg_spots_wave-top_sp.png);
  top: -45px;
}
@media screen and (min-width: 900px) {
  .footer__bottom::before {
    height: 120px;
    background-image: url(../img/img_bg_spots_wave-top_pc.png);
    top: -119px;
  }
}

.copyright {
  display: block;
  text-align: center;
  padding-bottom: 27px;
  color: #FFFFFF;
  font-size: 10px;
}
@media screen and (min-width: 900px) {
  .copyright {
    font-size: 14px;
    padding-bottom: 32px;
    padding-top: 2px;
  }
}

.pagetop-button-sp {
  display: block;
  width: 77px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 47px;
}

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

.pagetop-button-pc {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 100px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.pagetop-button-pc.is-show {
  opacity: 1;
  visibility: visible;
}