@charset "UTF-8";
body {
  background: #e9f6f8;
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

body {
  position: relative;
}

.inner {
  margin: 66px 0 0;
  padding: 0 20px;
  max-width: 375px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .inner {
    max-width: 1064px;
    width: 100%;
    margin: 120px auto 0;
    margin-top: 120px;
  }
}

.heading {
  text-align: center;
}

.heading__icon {
  margin: 0 auto;
  display: block;
}
.heading__icon svg {
  width: 37.333px;
  height: 37.333px;
}
@media screen and (min-width: 900px) {
  .heading__icon svg {
    width: 48px;
    height: auto;
  }
}

.heading__eg {
  display: block;
  color: #4a3636;
  text-align: center;
  font-family: "Courgette", cursive;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}
@media screen and (min-width: 900px) {
  .heading__eg {
    margin-top: 2px;
    font-size: 21px;
  }
}

.heading__jp {
  display: inline-block;
  color: var(--LP-Blown, #4a3636);
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
  padding-bottom: 12px;
  position: relative;
  margin-top: 5px;
}
@media screen and (min-width: 900px) {
  .heading__jp {
    font-size: 32px;
    margin-top: 7px;
    padding-bottom: 15px;
  }
}
.heading__jp::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background: #ffee56;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 900px) {
  .heading__jp::before {
    height: 7px;
  }
}

.button {
  display: inline-block;
  padding: 6px 22px 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #4a3636;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #fff;
  -webkit-box-shadow: 0 4px 0 0 #4a3636;
          box-shadow: 0 4px 0 0 #4a3636;
}
.button:hover {
  background-color: #ffee56;
}
@media screen and (min-width: 900px) {
  .button {
    border-width: 3px;
    font-size: 20px;
    padding: 14px 38px;
  }
}

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

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

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

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

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

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 900px) {
  .header__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

.header__nav {
  display: none;
  gap: 16px;
}
@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;
  }
}

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

.header__nav-item-link {
  font-size: 12px;
}
.header__nav-item-link:hover {
  text-decoration: underline;
  color: #67b0c7;
}

@media screen and (min-width: 900px) {
  .header__button .button {
    border-width: 2px;
    font-size: 14px;
    padding: 6px 22px 6px 22px;
  }
}

.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
  width: 32px;
  height: 3px;
  background: #4a3636;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
}
.drawer-icon.is-checked .drawer-icon__bar--1, .drawer-icon.is-checked .drawer-icon__bar--2 {
  display: none;
}
@media screen and (min-width: 900px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-icon__wrapper {
  position: fixed;
  top: 16px;
  right: 20px;
}

.drawer-icon__bar {
  position: absolute;
  background: #4a3636;
  top: 0;
  right: 0;
  height: 3px;
  border-radius: 20px;
  -webkit-transition: top 0.3s, ease 0.5s, -webkit-transform 0.3s;
  transition: top 0.3s, ease 0.5s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.3s, ease 0.5s;
  transition: transform 0.3s, top 0.3s, ease 0.5s, -webkit-transform 0.3s;
}
.drawer-icon__bar:nth-child(1) {
  top: 1px;
}
.drawer-icon__bar:nth-child(2) {
  top: 13px;
  width: 32px;
}
.drawer-icon__bar:nth-child(3) {
  top: 25px;
  width: 32px;
}
.drawer-icon__bar--1 {
  position: absolute;
  top: 0;
  left: -32px;
  width: 25px;
  background: #4a3636;
  height: 3px;
  border-radius: 20px;
}
.drawer-icon__bar--2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  background: #4a3636;
  height: 3px;
  border-radius: 20px;
}

.drawer-icon__bar-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}

.nav_drawer {
  position: fixed;
  padding-top: 82px;
  height: 100vh;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s linear;
  transition: -webkit-transform 0.6s linear;
  transition: transform 0.6s linear;
  transition: transform 0.6s linear, -webkit-transform 0.6s linear;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  z-index: 20;
  background: #fff;
  top: 63px;
  right: 0;
}
.nav_drawer.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 900px) {
  .nav_drawer {
    display: none;
  }
}
.nav_drawer .header__button {
  margin-top: 40px;
  text-align: center;
}

.nav_drawer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav_drawer__link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.fv {
  position: relative;
  overflow: hidden;
  margin-top: 64px;
  padding-top: 17px;
  padding-left: 20px;
  padding-right: 20px;
}
.fv::before {
  content: "";
  position: absolute;
  background: url(../img/sp/fv_bg.png) no-repeat center/cover;
  width: 100%;
  height: 554px;
  border-radius: 0 0 24px 24px;
  z-index: -1;
  top: 0;
  left: 0;
}
@media screen and (min-width: 376px) {
  .fv::before {
    background: url(../img/fv_bg.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 900px) {
  .fv::before {
    height: 740px;
    border-radius: 0 0 40px 40px;
  }
}
@media screen and (min-width: 900px) {
  .fv {
    padding-top: 34px;
  }
}

.fv__sp {
  background: url(../img/fv_sp.png) no-repeat center/contain;
  height: 408px;
  width: 200px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .fv__sp {
    width: 250px;
    height: 510px;
  }
}

.fv__sp-content {
  background: #fff;
  border-radius: 12.8px;
  overflow: hidden;
  gap: 12.8px;
  width: calc(100% - 40px);
  position: absolute;
  top: 122.6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .fv__sp-content {
    top: 152.5px;
    width: calc(100% - 50px);
  }
}

.fv__sp-text-title {
  background: linear-gradient(265deg, #AC3790 -3.52%, #D65A5C 44.94%, #F4C06D 92.38%);
  padding: 8px 12px;
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-weight: 700;
  font-size: 12.8px;
  line-height: 160%;
}
@media screen and (min-width: 900px) {
  .fv__sp-text-title {
    font-size: 16px;
  }
}

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

.fv__sp-text {
  text-align: center;
  font-size: 12px;
  border-bottom: 2.4px solid #ce2073;
}
@media screen and (min-width: 900px) {
  .fv__sp-text {
    font-size: 14px;
  }
}

.fv__sp-text-bold {
  font-size: 12px;
  font-weight: 700;
  margin-top: 3.2px;
}
@media screen and (min-width: 900px) {
  .fv__sp-text-bold {
    font-size: 16px;
    margin-top: 8px;
  }
}

.fv__button {
  margin-top: 12.8px;
  margin-bottom: 19.2px;
}
@media screen and (min-width: 900px) {
  .fv__button {
    margin-top: 16px;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 900px) {
  .fv__button-link {
    padding: 7px 21px;
    font-size: 16px;
  }
}

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

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

.fv__title--text-1 {
  max-width: 335px;
  width: 100%;
  height: 53px;
}
@media screen and (min-width: 900px) {
  .fv__title--text-1 {
    max-width: 520px;
  }
}
.fv__title--text-1 img {
  width: 100%;
}

.fv__title--text-2 {
  max-width: 240px;
  width: 100%;
  height: 40px;
}
@media screen and (min-width: 900px) {
  .fv__title--text-2 {
    max-width: 356px;
  }
}
.fv__title--text-2 img {
  width: 100%;
}

.fv__body {
  position: relative;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  padding: 113px 0 11px;
}
@media screen and (min-width: 900px) {
  .fv__body {
    padding: 52px 0 17px;
    max-width: 250px;
  }
}

.fv__mainview {
  text-align: center;
}

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

.fv__item--present {
  position: absolute;
  top: 10px;
  right: -42px;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .fv__item--present {
    top: 35px;
    right: -172px;
  }
}
.fv__item--present img {
  width: 110px;
  height: 110px;
}
@media screen and (min-width: 900px) {
  .fv__item--present img {
    width: 180px;
    height: 180px;
  }
}

.fv__item--english {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 23px;
  left: -46px;
  text-align: right;
}
@media screen and (min-width: 900px) {
  .fv__item--english {
    top: 27px;
    left: -227px;
  }
}

.fv__item--english-content {
  position: relative;
}
.fv__item--english-content::before {
  content: "";
  position: absolute;
  background: url(../img/fv_english.png) no-repeat center/cover;
  width: 142px;
  height: 80px;
  top: -6px;
  left: -25px;
}
@media screen and (min-width: 900px) {
  .fv__item--english-content::before {
    width: 240px;
    height: 130px;
    left: -34px;
  }
}

.fv__item--english-text {
  display: block;
  color: #ce2073;
  text-align: right;
  text-shadow: 0 0 2.295px #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 18.361px;
  font-weight: 400;
  line-height: 1;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .fv__item--english-text {
    font-size: 32px;
  }
}

.fv__item--food {
  position: absolute;
  width: 86px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  bottom: 0;
  left: -64px;
}
@media screen and (min-width: 900px) {
  .fv__item--food {
    width: 211px;
    left: -299px;
    bottom: 2px;
  }
}
.fv__item--food img {
  width: 100%;
  height: 100%;
}

.fv__item--cat1 {
  position: absolute;
  bottom: 58px;
  right: -67px;
  width: 62px;
  height: auto;
}
@media screen and (min-width: 900px) {
  .fv__item--cat1 {
    width: 170px;
    bottom: 62px;
    right: -235px;
  }
}

.fv__item--cat2 {
  width: 98px;
  height: auto;
  position: absolute;
  right: -58px;
  bottom: 0;
}
@media screen and (min-width: 900px) {
  .fv__item--cat2 {
    width: 233px;
    right: -299px;
    bottom: -41px;
  }
}

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

.about__inner {
  max-width: 335px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .about__inner {
    max-width: 848px;
  }
}

.about__contents {
  border-radius: 24px;
  background: #fff;
  padding: 41px 0;
}
@media screen and (min-width: 900px) {
  .about__contents {
    border-radius: 40px;
    padding: 41px 43px;
  }
}

.about__bg--item {
  position: absolute;
  content: "";
}

.about__bg--photo1 {
  background: url(../img/sp/about_photo1.png) no-repeat center/cover;
  width: 200px;
  height: 200px;
  bottom: 114px;
  left: -160px;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .about__bg--photo1 {
    background-image: url(../img/about_photo1.png);
    width: 480px;
    height: 480px;
    top: 74px;
    left: -44.3121693122vw;
  }
}

.about__bg--photo2 {
  background: url(../img/about_photo2.png) no-repeat center/cover;
  width: 200px;
  height: 200px;
  top: 273px;
  right: -160px;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .about__bg--photo2 {
    width: 480px;
    height: 480px;
    top: 73px;
    right: -40.7407407407vw;
  }
}

.about__bg--pawpads {
  background: url(../img/how-to-enter_pawpads.png) no-repeat center/cover;
  width: 54px;
  height: 120px;
  top: -10px;
  right: -20px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  z-index: -10;
}
@media screen and (min-width: 900px) {
  .about__bg--pawpads {
    width: 100px;
    height: 220px;
    top: -80px;
    right: -166px;
  }
}

.about__bg--border {
  display: none;
}
@media screen and (min-width: 900px) {
  .about__bg--border {
    display: block;
    background: url(../img/about_pc-border.png) no-repeat center/cover;
    top: -20px;
    left: -23.3465608466vw;
    width: 250px;
    height: 250px;
    z-index: -10;
  }
}

.about__heading {
  position: relative;
}
.about__heading::before {
  position: absolute;
  content: "";
  width: 88px;
  height: 100%;
  background: url(../img/about_pic1.png) no-repeat center/88px auto;
  top: -23px;
  left: 33px;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .about__heading::before {
    width: 153px;
    background-size: 100%;
    top: -9px;
    left: 39px;
  }
}
.about__heading::after {
  position: absolute;
  content: "";
  width: 88px;
  height: 100%;
  background: url(../img/about_pic2.png) no-repeat center/88px auto;
  top: -26px;
  right: 19px;
}
@media screen and (min-width: 900px) {
  .about__heading::after {
    width: 153px;
    background-size: 100%;
    top: -1px;
    right: 38px;
  }
}

.about__title--sp {
  padding: 24px 0;
}
@media screen and (min-width: 900px) {
  .about__title--sp {
    padding: 0;
  }
}

.about__title--pc {
  font-size: 16px;
  padding: 34px 0;
}

.about__text {
  color: #4a3636;
  text-align: center;
  font-size: 12px;
  line-height: 160%;
  margin-bottom: 18px;
}
@media screen and (min-width: 900px) {
  .about__text {
    font-size: 16px;
    margin-bottom: 27px;
  }
}

.about__text--bottom {
  color: #4a3636;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  padding: 15px 0 6px;
  border-bottom: 2px dashed #9ed0e0;
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .about__text--bottom {
    font-size: 20px;
    padding: 22px 0 14px;
  }
}

.about-text__bold {
  font-weight: 700;
}

.about__button {
  text-align: center;
  margin-top: 22px;
}
@media screen and (min-width: 900px) {
  .about__button {
    width: 260px;
    margin: 33px auto 0;
  }
}
.about__button .button {
  padding: 6px 21px 7px 22px;
}
.about__button .button:hover {
  background: #ffee56;
}
@media screen and (min-width: 900px) {
  .about__button .button {
    padding: 14px 37px;
  }
}

.about__triangle {
  text-align: center;
  position: relative;
  padding-bottom: 102px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .about__triangle {
    padding-bottom: 109px;
  }
}
.about__triangle img {
  width: 100px;
}
@media screen and (min-width: 900px) {
  .about__triangle img {
    width: 140px;
  }
}

.about__bg--goods1 {
  position: absolute;
  content: "";
  background: url(../img/about_goods1.png) no-repeat center/cover;
  width: 48px;
  height: 48px;
  z-index: 1;
  top: 11px;
  right: 0;
}
@media screen and (min-width: 900px) {
  .about__bg--goods1 {
    width: 101px;
    height: 101px;
    top: -228px;
    right: -182px;
  }
}

.about__bg--goods2 {
  position: absolute;
  content: "";
  background: url(../img/about_goods2.png) no-repeat center/cover;
  width: 133px;
  height: 65px;
  bottom: 20px;
  right: 37px;
}
@media screen and (min-width: 900px) {
  .about__bg--goods2 {
    width: 308px;
    height: 151px;
    bottom: 83px;
    right: -258px;
    z-index: -1;
  }
}

.about__bg--wave {
  display: none;
}
@media screen and (min-width: 900px) {
  .about__bg--wave {
    display: block;
    position: absolute;
    content: "";
    background: url(../img/about_wave.png) no-repeat top/cover;
    width: 873.922px;
    height: 47px;
    top: -222px;
    right: -898px;
  }
}

.about__slide {
  position: relative;
}
.about__slide::before {
  position: absolute;
  content: "";
  background: url(../img/sp/about_hill.png) no-repeat top/cover;
  width: 138px;
  height: 215px;
  top: -136px;
  z-index: -2;
  left: 0;
}
@media screen and (min-width: 900px) {
  .about__slide::before {
    width: 427px;
    height: 817px;
    background: url(../img/about_hill.png) no-repeat top/cover;
    top: -670px;
    left: -103px;
    z-index: -1;
  }
}

#js-about--swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.about__title-text {
  height: 37px;
  width: auto;
}

.how-to-enter {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1520px;
}

.how-to-enter__inner {
  position: relative;
  margin: 33px 0 0;
  padding: 0 20px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__inner {
    margin-top: 86px;
  }
}
.how-to-enter__inner::before {
  position: absolute;
  content: "";
  background: url(../img/how-to-enter_pawpads.png) no-repeat center/cover;
  bottom: 635px;
  left: calc(50% - 167.5px);
  width: 55px;
  height: 120px;
  z-index: -1;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
@media screen and (min-width: 900px) {
  .how-to-enter__inner::before {
    width: 100px;
    height: 220px;
    bottom: -72px;
    left: calc(50% - 720px);
    -webkit-transform: scaleY(-1) scaleX(-1);
            transform: scaleY(-1) scaleX(-1);
  }
}
.how-to-enter__inner::after {
  position: absolute;
  content: "";
  background: url(../img/how-to-enter_pawpads.png) no-repeat center/cover;
  width: 55px;
  height: 120px;
  top: 74px;
  right: calc(50% - 167.5px);
}
@media screen and (min-width: 900px) {
  .how-to-enter__inner::after {
    width: 100px;
    height: 220px;
    top: 148px;
    right: calc(50% - 720px);
  }
}

.how-to-enter__heading {
  position: relative;
}

.how-to-enter__steps {
  display: grid;
  gap: 50px;
  padding-top: 32px;
  position: relative;
  max-width: 375px;
  width: 100%;
  padding: 34px 20px 0;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .how-to-enter__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    padding-top: 45px;
    max-width: 1064px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.how-to-enter__steps::after {
  position: absolute;
  content: "";
  background: url(../img/how-to-enter_pawpads.png) no-repeat center/cover;
  bottom: 305px;
  right: 0;
  width: 55px;
  height: 120px;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .how-to-enter__steps::after {
    display: none;
  }
}

.how-to-enter__step {
  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: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .how-to-enter__step {
    width: 320px;
  }
}
.how-to-enter__step img {
  width: 100%;
  max-width: 196px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__step img {
    max-width: 280px;
  }
}

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

.how-to-enter__step2,
.how-to-enter__step3 {
  position: relative;
}
.how-to-enter__step2::before,
.how-to-enter__step3::before {
  position: absolute;
  content: "";
  background: url(../img/sp/step_line.png) no-repeat center/contain;
  width: 7px;
  height: 34px;
  left: 50%;
  top: -34px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* 横中央＋90度回転 */
}
@media screen and (min-width: 900px) {
  .how-to-enter__step2::before,
  .how-to-enter__step3::before {
    background-image: url(../img/step_line.png);
    width: 113px;
    height: 24px;
  }
}

@media screen and (min-width: 900px) {
  .how-to-enter__step2::before {
    top: 136px;
    left: -40px;
  }
}

@media screen and (min-width: 900px) {
  .how-to-enter__step3::before {
    top: 206px;
    left: -30px;
  }
}

.how-to-enter__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 900px) {
  .how-to-enter__title {
    font-size: 20px;
    margin-top: 8px;
  }
}

.how-to-enter__text {
  font-size: 12px;
  line-height: 160%;
}
@media screen and (min-width: 900px) {
  .how-to-enter__text {
    font-size: 16px;
  }
}

.how-to-enter__link {
  border-bottom: 1px solid #4a3636;
}

.how-to-enter__instagtam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 12px;
  background-color: #fff;
  gap: 8px;
  line-height: 160%;
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__instagtam {
    gap: 14px;
    font-size: 16px;
  }
}
.how-to-enter__instagtam svg {
  width: 20px;
  height: 20px;
}

.how-to-enter__text-black {
  font-weight: 700;
}

.how-to-enter__button {
  margin-top: 17px;
  text-align: center;
  margin-bottom: 58px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__button {
    margin-top: 51px;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-enter__button .button {
    padding: 14px 36px 15px;
  }
}

.how-to-enter__cat1 {
  position: absolute;
  width: 105px;
  right: calc(50% - 164.5px);
  top: -1px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__cat1 {
    width: 238px;
    height: 141px;
    right: calc(50% - 525px);
    top: -26px;
  }
}

@media screen and (min-width: 900px) {
  .how-to-enter__cat1-img {
    width: 238px;
    height: 141px;
  }
}

.how-to-enter__cat2 {
  position: absolute;
  width: 94px;
  right: calc(50% - 219.5px);
  top: 5px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__cat2 {
    width: 214px;
    height: 181px;
    top: -15px;
    right: calc(50% - 651px);
  }
}

@media screen and (min-width: 900px) {
  .how-to-enter__cat2-img {
    width: 214px;
    height: 181px;
  }
}

.how-to-enter__map {
  position: absolute;
  width: 149px;
  height: 223px;
  top: 0;
  left: calc(50% - 187.5px);
}
@media screen and (min-width: 900px) {
  .how-to-enter__map {
    width: 460px;
    height: 689px;
    left: 35px;
    top: -60px;
    z-index: -1;
  }
}

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

.prizes__inner {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .prizes__inner {
    max-width: 1024px;
  }
}
.prizes__inner::before {
  content: "";
  position: absolute;
  background: url(../img/deco_prizes1_sp.png) no-repeat top/cover;
  width: 237.6px;
  height: 83px;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .prizes__inner::before {
    background: url(../img/deco_prizes1_pc.png) no-repeat top/cover;
    width: 366px;
    height: 149px;
    top: -28px;
  }
}

@media screen and (min-width: 900px) {
  .prizes__heading {
    position: relative;
  }
  .prizes__heading::before, .prizes__heading::after {
    content: "";
    position: absolute;
    background: url(../img/prizes_bg_triangle.png) no-repeat top/cover;
    width: 315px;
    height: 86px;
    top: 0;
  }
  .prizes__heading::before {
    left: 0;
  }
  .prizes__heading::after {
    right: 0;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}

.prizes--heading__jp {
  display: block;
  background-color: #fff;
  border-top-left-radius: 24px; /* 左上を丸く */
  border-top-right-radius: 24px; /* 右上を丸く */
}
@media screen and (min-width: 900px) {
  .prizes--heading__jp {
    background-color: transparent;
    position: relative;
  }
  .prizes--heading__jp::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 26px;
    background: #fff;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    border-top-left-radius: 24px; /* 左上を丸く */
    border-top-right-radius: 24px; /* 右上を丸く */
  }
}

.prizes__contents {
  background: #fff;
  padding: 16px 20px 34px;
  border-bottom-left-radius: 24px; /* 左上を丸く */
  border-bottom-right-radius: 24px; /* 右上を丸く */
}
@media screen and (min-width: 900px) {
  .prizes__contents {
    padding: 40px 48px 52px;
  }
}

.prizes__title--sub {
  font-size: 12px;
  line-height: 160%;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .prizes__title--sub {
    font-size: 16px;
  }
}

.prizes__items {
  background: #fff;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 900px) {
  .prizes__items {
    margin-top: 31px;
    gap: 40px;
  }
}

.prizes__item {
  margin-top: 24px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .prizes__item {
    width: 100%;
    max-width: 440px;
    margin-top: 50px;
  }
}

.prizes__item--mark {
  position: absolute;
  background: url(../img/prizes_red.png) no-repeat center/contain;
  width: 48px;
  height: 48px;
  font-weight: 700;
  color: #fff;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -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;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .prizes__item--mark {
    width: 100px;
    height: 100px;
    top: -50px;
    gap: 6px;
  }
}

.prizes__item--link {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .prizes__item--link {
    border-radius: 24px;
  }
}
.prizes__item--link:hover {
  outline: 4px solid #9ed0e0;
}
.prizes__item--link:hover .prize__item--click {
  background-color: #9ed0e0;
}

.prizes__item--mark-text {
  font-size: 7.68px;
  line-height: 100%;
}
@media screen and (min-width: 900px) {
  .prizes__item--mark-text {
    font-size: 16px;
  }
}

.prizes__item--mark-num {
  font-size: 23.04px;
  line-height: 100%;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (min-width: 900px) {
  .prizes__item--mark-num {
    font-size: 48px;
  }
}

@media screen and (min-width: 900px) {
  .prizes__item--imgs {
    overflow: hidden;
    width: 100%;
    max-width: 440px;
  }
}

.prizes__item--img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.prizes__item--img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.prizes__item--title {
  font-size: 12px;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
  line-height: 160%;
  text-align: center;
  background: #f5f5f5;
}

.prize__item--click {
  position: absolute;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #67b0c7;
  width: 36px;
  height: 36px;
  bottom: 0;
  right: -1px;
  border-bottom-right-radius: 10px; /* 右上を丸く */
}
@media screen and (min-width: 900px) {
  .prize__item--click {
    width: 100px;
    height: 100px;
    border-bottom-right-radius: 24px; /* 右上を丸く */
  }
}
.prize__item--click svg {
  width: 11.52px;
  height: 11.52px;
  position: absolute;
  bottom: 6px;
  right: 5px;
}
@media screen and (min-width: 900px) {
  .prize__item--click svg {
    width: 35px;
    height: 35px;
    bottom: 14px;
    right: 12px;
  }
}

.prizes__button {
  margin-top: 17px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .prizes__button {
    margin-top: 118px;
  }
}
.prizes__button .button {
  padding: 6px 22px 8px;
}
@media screen and (min-width: 900px) {
  .prizes__button .button {
    padding: 14px 37px 16px;
  }
}

.prizes__item--grid1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  place-items: center;
}
@media screen and (min-width: 900px) {
  .prizes__item--grid1 .prizes__item--title {
    font-size: 20px;
    height: 120px;
  }
}

.prizes__item--grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  place-items: center;
}
@media screen and (min-width: 900px) {
  .prizes__item--grid2 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 900px) {
  .prizes__item--grid2 .prizes__item {
    max-width: 280px;
    max-height: 240px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__item--grid2 .prizes__item--mark {
    width: 80px;
    height: 80px;
    top: -40px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__item--grid2 .prizes__item--mark-text {
    font-size: 12.8px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__item--grid2 .prizes__item--mark-num {
    font-size: 38.4px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__item--grid2 .prizes__item--link {
    border-radius: 14px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__item--grid2 .prizes__item--title {
    font-size: 16px;
    height: 80px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__item--grid2 .prize__item--click {
    width: 64px;
    height: 64px;
    border-bottom-right-radius: 14px; /* 右上を丸く */
  }
  .prizes__item--grid2 .prize__item--click svg {
    width: 25px;
    height: 25px;
    bottom: 7px;
    right: 5px;
  }
}

.prizes__item5 {
  grid-column: 1/-1;
  justify-self: center;
  width: 50%;
}
@media screen and (min-width: 900px) {
  .prizes__item5 {
    width: 100%;
    grid-column: auto;
    justify-self: auto;
  }
}

.prizes--modal__item {
  width: 440px;
  border: none;
  padding: 0;
  border-radius: 24px;
  height: 650px;
}
.prizes--modal__item::-ms-backdrop {
  opacity: 0.5;
  background: #000;
}
.prizes--modal__item::backdrop {
  opacity: 0.5;
  background: #000;
}

.prizes--modal__boby {
  text-align: center;
  padding: 32px 40px 0;
}

.prizes--modal__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.prizes--modal__text {
  font-size: 16px;
  margin-top: 12px;
}

.prizes--modal__button {
  margin-top: 40px;
  text-align: center;
}

.prizes__bottom-img {
  position: relative;
  width: 100%;
  aspect-ratio: 375/216;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .prizes__bottom-img {
    aspect-ratio: auto;
  }
}
.prizes__bottom-img img {
  max-width: 154.6666666667%; /* 親より大きく表示（ズーム感） */
  height: auto;
  -o-object-fit: cover;
  object-fit: cover; /* はみ出しを自然に見せる */
  position: absolute;
  left: -27.35%;
  top: -38px;
}
@media screen and (min-width: 900px) {
  .prizes__bottom-img img {
    max-width: 100%;
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    position: static;
    left: auto;
  }
}

.spots {
  background: #67b0c7;
  position: relative;
  padding-top: 2px;
  padding-bottom: 22px;
}
@media screen and (min-width: 900px) {
  .spots {
    padding: 1px 0;
  }
}
.spots::before, .spots::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 45px; /* 模様の高さ */
  background-image: url("../img/spots_wave.png");
  background-repeat: repeat-x; /* 横に繰り返し */
  background-size: auto 100%;
  z-index: 0;
}
@media screen and (min-width: 900px) {
  .spots::before, .spots::after {
    height: 120px;
  }
}
.spots::before {
  top: -44px;
}
@media screen and (min-width: 900px) {
  .spots::before {
    top: -118px;
  }
}
.spots::after {
  bottom: -43px;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
@media screen and (min-width: 900px) {
  .spots::after {
    bottom: -118px;
    z-index: -1;
  }
}

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

.spots__title {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .spots__title {
    padding-left: 16.2%;
  }
}

.spots__title-text {
  color: #fff;
  -webkit-font-feature-settings: "pwid" on;
          font-feature-settings: "pwid" on;
  font-family: "Kiwi Maru", serif;
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  line-height: 125%;
  padding-left: 36px;
  position: relative;
  margin-bottom: 25px;
}
@media screen and (min-width: 900px) {
  .spots__title-text {
    display: block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; /* 縦書き（右→左） */
    text-orientation: upright; /* 文字を正立（横倒しにしない） */
    padding-left: 0;
    padding-top: 70px;
    font-size: 40px;
    letter-spacing: 10px;
    text-align: center;
    margin-right: 38px;
  }
}
.spots__title-text::before {
  position: absolute;
  content: "";
  background: url(../img/spots_star.png) no-repeat center/contain;
  width: 28px;
  height: 28px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 900px) {
  .spots__title-text::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 56px;
    height: 56px;
  }
}

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

.spots__card {
  background-color: transparent;
  border-radius: 12px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .spots__card {
    border-radius: 24px;
  }
}

.spots__swiper-slide {
  width: 240px !important;
}
@media screen and (min-width: 900px) {
  .spots__swiper-slide {
    width: 344px !important;
  }
}

.spots__wrapper-img {
  text-align: center;
}

.spots__swiper-img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 180px;
}
@media screen and (min-width: 900px) {
  .spots__swiper-img {
    height: auto;
  }
}

.spots__swiper-desc {
  height: 222.2px;
  padding: 16px 20px;
  background-color: #fff;
}
@media screen and (min-width: 900px) {
  .spots__swiper-desc {
    padding: 24px 32px;
    height: 302px;
  }
}

.spots__swiper-title {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 900px) {
  .spots__swiper-title {
    font-size: 20px;
  }
}

.spots__swiper-text {
  padding-top: 16px;
  font-size: 12px;
  line-height: 160%;
}
@media screen and (min-width: 900px) {
  .spots__swiper-text {
    padding-top: 24px;
    font-size: 16px;
  }
}

.spots__prev,
.spots__next {
  display: none;
}
@media screen and (min-width: 900px) {
  .spots__prev,
  .spots__next {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    bottom: 40px !important;
  }
  .spots__prev.swiper-button-next, .spots__prev.swiper-button-prev,
  .spots__next.swiper-button-next,
  .spots__next.swiper-button-prev {
    top: auto;
  }
}
.spots__prev svg,
.spots__next svg {
  display: none;
}

.spots__prev {
  background: url(../img/spots_prev.png) no-repeat top/cover;
  left: 18.7830687831% !important;
}

.spots__next {
  background: url(../img/spots_next.png) no-repeat top/cover;
  right: 18.7830687831% !important;
}

@media screen and (min-width: 900px) {
  .spots__btm--contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    max-width: 1044px;
    width: 100%;
    position: relative;
    padding: 0 10px;
    gap: 30px;
  }
  .spots__btm--contents::before {
    content: "";
    position: absolute;
    background: url(../img/how-to-enter_pawpads.png) no-repeat top/cover;
    width: 100px;
    height: 220px;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    bottom: 0;
    left: -208px;
  }
}

.spots__logo {
  text-align: center;
}

.spots__logo--img {
  width: 255px;
}
@media screen and (min-width: 900px) {
  .spots__logo--img {
    max-width: 495px;
    width: 100%;
  }
}

.spots__btm--text {
  color: #fff;
  font-size: 11.444px;
  text-align: center;
  padding-top: 14px;
}
@media screen and (min-width: 900px) {
  .spots__btm--text {
    font-size: 16px;
    padding-top: 0;
  }
}

.spots__btn {
  padding-top: 21px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .spots__btn {
    padding-top: 24px;
    padding-left: 10px;
  }
}
.qa {
  margin: 85px 0 32px;
}
@media screen and (min-width: 900px) {
  .qa {
    margin: 242px 20px 120px;
  }
}

.qa__inner {
  margin: 0 auto;
}

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

.qa__box {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 2px solid #4a3636;
}
.qa__box.is-open .qa-box__head-close::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

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

.qa-box__head-icon,
.qa-box__a-icon {
  color: #9ed0e0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 30px */
}
@media screen and (min-width: 900px) {
  .qa-box__head-icon,
  .qa-box__a-icon {
    font-size: 32px;
  }
}

.qa-box__head-text {
  font-weight: 700;
  text-align: start;
  width: 871px;
}
@media screen and (min-width: 900px) {
  .qa-box__head-text {
    font-size: 20px;
    line-height: 160%;
  }
}

.qa-box__head-close {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  background: #9ed0e0;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .qa-box__head-close {
    width: 48px;
    height: 48px;
  }
}
.qa-box__head-close::before, .qa-box__head-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px; /* 棒の幅（太さ） */
  height: 3px; /* 棒の高さ */
  background: #fff;
}
@media screen and (min-width: 900px) {
  .qa-box__head-close::before, .qa-box__head-close::after {
    width: 18.667px;
    height: 2.667px;
  }
}
.qa-box__head-close::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.qa-box__head-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

.qa-box__body {
  display: none;
  background: #f5f5f5;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

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

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

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

.entry__contents {
  border: 8px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  padding: 16px 15.5px 20px;
  max-width: 335px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .entry__contents {
    max-width: 1024px;
    width: 100%;
    padding: 32px 48px;
  }
}

.entry__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: 11px;
  padding-top: 24px;
}
@media screen and (min-width: 900px) {
  .entry__boxes {
    padding-top: 40px;
  }
}

.entry__box {
  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: start;
      -ms-flex-align: start;
          align-items: start;
  border-bottom: 1px solid #ccc;
  gap: 9px;
}
@media screen and (min-width: 900px) {
  .entry__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

.entry__box-title {
  padding-left: 16px;
  position: relative;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 900px) {
  .entry__box-title {
    max-width: 240px;
    width: 100%;
    font-size: 16px;
    padding-left: 32px;
  }
}
.entry__box-title::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #9ed0e0;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 900px) {
  .entry__box-title::before {
    left: 16px;
  }
}

.entry__box-text {
  padding-bottom: 14px;
  font-size: 12px;
  line-height: 160%;
}
@media screen and (min-width: 900px) {
  .entry__box-text {
    padding-bottom: 13px;
    width: 672px;
    font-size: 16px;
  }
}

.entry__box-note {
  border-bottom: none;
}

.entry__box-list {
  padding-left: 19px;
  position: relative;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 900px) {
  .entry__box-list {
    padding-left: 24px;
    font-size: 16px;
    line-height: 165%;
  }
}
.entry__box-list:nth-child(n+5) {
  line-height: 155%;
}
@media screen and (min-width: 900px) {
  .entry__box-list:nth-child(n+5) {
    line-height: 160%;
  }
}
.entry__box-list::before {
  content: "・";
  position: absolute;
  width: 2px;
  height: 2px;
  left: 3px;
  top: 0px;
}

.entry__box-link {
  text-decoration: underline;
}

.contact {
  background: #fff;
}

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

.contact__heading-text {
  text-align: center;
  padding: 25px 0 23px;
  font-size: 12px;
  line-height: 166%;
}
@media screen and (min-width: 900px) {
  .contact__heading-text {
    padding: 33px 0 40px;
    font-size: 16px;
  }
}

.contact__form {
  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;
  padding-bottom: 46px;
}
@media screen and (min-width: 900px) {
  .contact__form {
    gap: 40px;
    padding-bottom: 120px;
  }
}

.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: 25px;
}
@media screen and (min-width: 900px) {
  .contact__fields {
    max-width: 848px;
    width: 100%;
    margin: 0 auto;
    gap: 26px;
  }
}

.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: 8px;
}
@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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

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

.form-field__label {
  color: #4a3636;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 900px) {
  .form-field__label {
    font-size: 16px;
  }
}

.form-field__tag {
  padding: 4px 8px;
  background: #ce2073;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  line-height: 160%;
}

.form-field__item {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .form-field__item {
    max-width: 628px;
  }
}

.form-text {
  width: 100%;
  background: #f5f5f5;
  border: none;
  padding: 16px;
  border-radius: 8px;
}
@media screen and (min-width: 900px) {
  .form-text {
    font-size: 16px;
  }
}
.form-text:focus {
  outline: none;
  border: 1px solid #9ed0e0;
  background: #e9f6f8;
}

.form-select__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.form-select__wrap::before,
.form-select__wrap::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.form-select__wrap::before {
  display: inline-block;
  right: 0;
  width: 52px;
  height: 55px;
  border-radius: 0 10px 10px 0;
  background-color: #9ed0e0;
}

.is-submitted .form-select__wrap::before {
  background-color: #ce2073;
}

.form-select__wrap::after {
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
  width: 11px;
  height: 11px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

.form-select__wrap .form-field__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 56px;
  padding: 16px;
  border: none;
  border-radius: 10px;
  background-color: #f2f2f2;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  outline: 0;
}
@media screen and (min-width: 900px) {
  .form-select__wrap .form-field__select {
    font-size: 16px;
  }
}

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

.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__input:hover + .form-radio__text::before {
  border: 2px solid #9ed0e0;
}

.form-radio__text {
  position: relative;
  padding-left: 32px;
}
@media screen and (min-width: 900px) {
  .form-radio__text {
    font-size: 16px;
    padding-left: 34px;
  }
}

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

.form-radio__text::before {
  width: 24px;
  height: 24px;
  background: #f5f5f5;
  border: none;
  left: 0;
}

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

.form-field__head-textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.form-field__textarea {
  max-width: 335px;
  width: 100%;
  height: 160px;
  padding: 16px;
  border: none;
  background: #f5f5f5;
  border-radius: 8px;
  line-height: 160%;
}
@media screen and (min-width: 900px) {
  .form-field__textarea {
    max-width: 628px;
    font-size: 16px;
  }
}
.form-field__textarea:focus {
  outline: none;
  background: #e9f6f8;
  border: 1px solid #9ed0e0;
}

.contact__privacy {
  text-align: center;
}

.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 {
  padding-left: 36px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .form-checkbox__text {
    font-size: 16px;
    line-height: 160%;
  }
}
.form-checkbox__text::before, .form-checkbox__text::after {
  position: absolute;
  content: "";
}
.form-checkbox__text::before {
  width: 24px;
  height: 24px;
  background: #f5f5f5;
  border-radius: 4px;
  left: 0;
}
.form-checkbox__text::after {
  background: url(../img/checkbox.png) no-repeat center/cover;
  width: 14px;
  height: 9px;
  left: 5px;
  top: 7px;
  opacity: 0;
}

.form-checkbox__button {
  text-align: center;
}
.form-checkbox__button .button {
  padding: 6px 22px;
  font-size: 16px;
}
@media screen and (min-width: 900px) {
  .form-checkbox__button .button {
    padding: 6px 38px;
  }
}

.is-submitted .contact__input:invalid {
  border: 1px solid #ce2073;
  background: #fff0f7;
}

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

.footer__inner {
  margin-bottom: 169px;
  padding: 0 20px;
}
@media screen and (min-width: 900px) {
  .footer__inner {
    margin-bottom: 238px;
    position: relative;
    overflow: hidden;
  }
  .footer__inner::before {
    position: absolute;
    content: "";
    background: url(../img/how-to-enter_pawpads.png) no-repeat center/cover;
    width: 100px;
    height: 220px;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    right: -164px;
    top: -40px;
    z-index: -10;
  }
}

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

.sns__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 24px;
}
@media screen and (min-width: 900px) {
  .sns__items {
    padding: 24px 0 31px;
  }
}

.sns__item-link svg {
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 900px) {
  .sns__item-link svg {
    width: 40px;
    height: 40px;
  }
}

.onomichi__text {
  position: relative;
  height: 40px;
  margin: 0 auto;
  aspect-ratio: 384/40;
  width: 100%;
  max-width: 384px;
}
@media screen and (min-width: 900px) {
  .onomichi__text {
    height: 97px;
    max-width: 916px;
  }
}

.onomichi__text-img {
  position: absolute;
  top: 2px;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .onomichi__text-img {
    top: 7px;
  }
}

.footer-onomichi__text {
  position: relative;
  max-width: 328px;
  width: 100%;
  top: 5px;
  aspect-ratio: 328/41;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .footer-onomichi__text {
    max-width: 775px;
    aspect-ratio: 755/82.2;
    top: -3px;
  }
}

.footer-onomichi__text-img {
  width: 328px;
}
@media screen and (min-width: 900px) {
  .footer-onomichi__text-img {
    width: 100%;
  }
}

.footer__address {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  max-width: 335px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .footer__address {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__iframe {
  max-width: 335px;
  height: 271px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .footer__iframe {
    max-width: 100%;
    margin: 0;
    height: 400px;
  }
}

.footer__address-boxes {
  padding: 15px 25px 29px;
  max-width: 375px;
  width: 100%;
  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: 31px;
}
@media screen and (min-width: 900px) {
  .footer__address-boxes {
    max-width: 512px;
    margin: 0 auto;
    height: 400px;
    gap: 22px;
    padding: 10px 17px;
  }
}

.footer__address-logo {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .footer__address-logo {
    text-align: left;
    width: 388px;
  }
}

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

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

.footer__address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
}
.footer__address-title {
  position: relative;
  padding-left: 19px;
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
  width: 83px;
}
@media screen and (min-width: 900px) {
  .footer__address-title {
    font-size: 16px;
    width: 120px;
    padding-left: 16px;
  }
}
.footer__address-title::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #9ed0e0;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer__address-text {
  font-size: 12px;
  line-height: 160%;
}
@media screen and (min-width: 900px) {
  .footer__address-text {
    font-size: 16px;
  }
}

.footer__copyright {
  display: block;
  text-align: center;
  font-size: 10px;
  color: #fff;
  background: #67b0c7;
  padding-bottom: 24px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .footer__copyright {
    padding-bottom: 32px;
    font-size: 14px;
    padding-top: 2px;
  }
}
.footer__copyright::before {
  position: absolute;
  content: "";
  left: 0;
  top: -44px;
  width: 100%;
  height: 45px; /* 模様の高さ */
  background-image: url("../img/spots_wave.png");
  background-repeat: repeat-x; /* 横に繰り返し */
  background-size: auto 100%;
  z-index: 0;
}
@media screen and (min-width: 900px) {
  .footer__copyright::before {
    height: 120px;
    top: -117px;
  }
}

.pagetop {
  width: 79px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  bottom: 114px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (min-width: 900px) {
  .pagetop {
    position: fixed;
    right: 90px;
    top: auto;
    width: 100px;
    height: 104px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visible 0.3s;
    transition: opacity 0.3s, visible 0.3s;
  }
  .pagetop.is-show {
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
}