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

.inner {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  border: 2px solid #4a3636;
  -webkit-box-shadow: 0px 3px 0px 0px #4a3636;
          box-shadow: 0px 3px 0px 0px #4a3636;
  font-size: 12px;
  background: #fff;
  font-weight: 700;
  padding: 3px 20px;
}
@media screen and (min-width: 375px) {
  .button {
    padding: 3px 22px 4px;
    font-size: 14px;
  }
  .button:hover {
    background: #ffee56;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .button-no {
    padding: 6px 22px;
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  .button-lg {
    padding: 7px 37px 9px 37px;
    font-size: 20px;
    border: 3px solid #4a3636;
  }
}

a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

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

.headding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 15px;
  -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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
}
@media screen and (min-width: 900px) {
  .headding {
    gap: 8px;
  }
}

.headding__icon {
  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;
  width: 37px;
  height: 38px;
  color: #9ed0e0;
}
.headding__icon img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .headding__icon {
    width: 48px;
    height: 48px;
  }
}

.headding__en {
  text-align: center;
  font-family: "Courgette", cursive;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .headding__en {
    font-size: 20px;
  }
}

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

.wrapper {
  overflow: hidden;
}

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

.header__inner {
  height: inherit;
  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-left: 25px;
    padding-right: 25px;
  }
}

.header__logo {
  width: 100%;
  height: 64px;
  display: block;
  padding: 18px 0;
}
.header__logo img {
  width: 210px;
  height: 27px;
}
@media screen and (min-width: 900px) {
  .header__logo {
    width: 183px;
  }
  .header__logo img {
    width: 100%;
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header__nav {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 13px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  font-size: 12px;
}

.header__button {
  font-size: 14px;
}

.drawer-icon {
  position: relative;
  width: 32px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.6px 0px 0.4px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 51;
}
@media screen and (min-width: 1200px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-checked .drawer-icon__bar {
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.drawer-icon__bar {
  position: absolute;
  top: -1px;
  left: -3px;
  height: 3px;
  background: #4a3636;
  border-radius: 6px;
}
.drawer-icon__bar:nth-of-type(1) {
  width: 25.6px;
}
.drawer-icon__bar:nth-of-type(1)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 27.2px;
  background: #4a3636;
  width: 4.8px;
  height: 3px;
  border-radius: 6px;
}
.drawer-icon__bar:nth-of-type(2) {
  width: 32px;
  top: 11px;
}
.drawer-icon__bar:nth-of-type(3) {
  width: 32px;
  top: 23px;
}

.header__drawer-nav {
  position: fixed;
  top: 64px;
  width: 100%;
  height: calc(100dvh - 64px);
  z-index: 15;
  -webkit-transform: translateY(calc(-100% - 64px));
          transform: translateY(calc(-100% - 64px));
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}
.header__drawer-nav.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header__drawer-lists {
  padding: 82px;
  height: 707px;
  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;
  background: #fff;
}

.header__drawer-list {
  font-size: 14px;
  text-align: center;
}

.header__drawer-button {
  text-align: center;
}

.main {
  margin-top: 64px;
  overflow: hidden;
}

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

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

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

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

.fv__title-image {
  display: block;
  margin-top: 19px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .fv__title-image {
    margin-top: 24px;
  }
  .fv__title-image img {
    width: 520px;
    height: 158px;
  }
}

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

.fv__smartphone {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 11px;
}
@media screen and (min-width: 900px) {
  .fv__smartphone {
    bottom: 17px;
  }
}

.smartphone {
  width: 200px;
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .smartphone {
    width: 250px;
  }
}

.smartphone-image {
  position: relative;
}

.smartphone__body {
  position: absolute;
  top: calc(50% - 5px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 12.8px;
  background: #fff;
  width: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 18.2px;
  -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: 12.8px;
}
@media screen and (min-width: 900px) {
  .smartphone__body {
    border-radius: 16px;
    gap: 16px;
    width: calc(100% - 50px);
    top: calc(50% - 6px);
    padding-bottom: 24px;
  }
}

.smartphone__title {
  color: #fff;
  text-align: center;
  font-size: 12.8px;
  font-weight: 700;
  width: 100%;
  padding: 7px 9.6px 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) {
  .smartphone__title {
    padding: 8px 12px;
    font-size: 16px;
  }
}

.smartphone__text {
  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: 3.2px;
}
@media screen and (min-width: 900px) {
  .smartphone__text {
    gap: 4px;
  }
}
.smartphone__text-1 {
  padding-bottom: 0.8px;
  border-bottom: 2.4px solid #ce2073;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .smartphone__text-1 {
    font-size: 14px;
  }
}
.smartphone__text-2 {
  font-size: 12px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 900px) {
  .smartphone__text-2 {
    font-size: 16px;
  }
}

.smartphone__button {
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .smartphone__button {
    font-size: 16px;
    height: 40px;
  }
}

.fv__image-comment {
  position: absolute;
  top: 7px;
  width: 142px;
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .fv__image-comment {
    top: 0;
    left: 37px;
    width: 100%;
  }
  .fv__image-comment img {
    width: 244px;
    height: 136px;
  }
}

.fv-image__present {
  position: absolute;
  right: 25px;
  width: 110px;
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .fv-image__present {
    width: 180px;
    top: 17px;
    right: 126px;
  }
}

.fv__image-foods {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  max-width: 100%;
  z-index: 3;
}
@media screen and (min-width: 900px) {
  .fv__image-foods {
    width: 212px;
    height: 332px;
  }
  .fv__image-foods img {
    width: 100%;
  }
}

.fv__image-cats {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 900px) {
  .fv__image-cats {
    bottom: -43px;
  }
}

.fv__image-cat-group {
  position: relative;
  width: 107px;
  height: 127px;
  z-index: 3;
}
@media screen and (min-width: 900px) {
  .fv__image-cat-group {
    width: 233px;
    height: 294px;
  }
}

.fv__image-cat-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 98px;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .fv__image-cat-1 {
    width: 233px;
  }
}

.fv__image-cat-2 {
  width: 62px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 900px) {
  .fv__image-cat-2 {
    width: 170px;
    left: 0;
  }
}

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

.about__inner {
  max-width: 375px;
}
@media screen and (min-width: 600px) {
  .about__inner {
    max-width: 460px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 900px) {
  .about__inner {
    max-width: 580px;
  }
}
@media screen and (min-width: 1200px) {
  .about__inner {
    max-width: 848px;
  }
}

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

.about-image {
  position: relative;
  width: 655px;
  height: 934px;
}
@media screen and (min-width: 600px) {
  .about-image {
    width: 760px;
  }
}
@media screen and (min-width: 900px) {
  .about-image {
    left: 115px;
    width: 2416px;
    height: 1287px;
  }
}
.about__left {
  position: absolute;
  top: 405px;
  left: 0;
}
@media screen and (min-width: 900px) {
  .about__left {
    top: 60px;
    left: 245px;
  }
}
@media screen and (min-width: 1200px) {
  .about__left {
    left: 0;
  }
}

.about__left-group {
  position: relative;
  width: 278px;
  height: 529px;
}
@media screen and (min-width: 900px) {
  .about__left-group {
    width: 662px;
    height: 1158px;
  }
}

.about__left-1 {
  display: none;
  position: absolute;
}
@media screen and (min-width: 900px) {
  .about__left-1 {
    display: block;
    top: 0;
    right: 95px;
  }
  .about__left-1 img {
    width: 250px;
  }
}

.about__left-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.about__left-2 img {
  width: 200px;
}
@media screen and (min-width: 900px) {
  .about__left-2 {
    top: 94px;
    right: 182px;
  }
  .about__left-2 img {
    width: 480px;
  }
}

.about__right {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 900px) {
  .about__right {
    right: 230px;
  }
}
@media screen and (min-width: 1200px) {
  .about__right {
    right: 0;
  }
}

.about__right-group {
  position: relative;
  width: 330px;
  height: 837px;
}
@media screen and (min-width: 600px) {
  .about__right-group {
    width: 315px;
  }
}
@media screen and (min-width: 900px) {
  .about__right-group {
    width: 948px;
    height: 1045px;
  }
}
@media screen and (min-width: 1200px) {
  .about__right-group {
    height: 988px;
  }
}

.about__pawpad {
  position: absolute;
  top: 0;
  left: 136px;
}
.about__pawpad img {
  width: 54px;
}
@media screen and (min-width: 600px) {
  .about__pawpad {
    top: -10px;
  }
}
@media screen and (min-width: 900px) {
  .about__pawpad {
    top: 16px;
    left: 155px;
  }
  .about__pawpad img {
    width: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .about__pawpad {
    top: 0;
    left: 116px;
  }
  .about__pawpad img {
    width: 100px;
  }
}

.about__right-1 {
  position: absolute;
  top: 283px;
  right: 0;
}
.about__right-1 img {
  width: 200px;
}
@media screen and (min-width: 900px) {
  .about__right-1 {
    top: 140px;
    left: 215px;
  }
  .about__right-1 img {
    width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .about__right-1 {
    top: 153px;
    left: 186px;
  }
}

.about__right-2 {
  position: absolute;
  display: none;
}
@media screen and (min-width: 900px) {
  .about__right-2 {
    display: block;
    bottom: 340px;
    left: 60px;
  }
  .about__right-2 img {
    width: 874px;
  }
}
@media screen and (min-width: 1200px) {
  .about__right-2 {
    bottom: 256px;
    left: 74.08px;
  }
}

.about__right-goods {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 600px) {
  .about__right-goods {
    left: 45px;
    bottom: -60px;
  }
}
@media screen and (min-width: 900px) {
  .about__right-goods {
    left: -18px;
    bottom: -20px;
  }
}
@media screen and (min-width: 1200px) {
  .about__right-goods {
    left: 0;
    bottom: 0;
  }
}

.right-goods {
  position: relative;
  width: 169px;
  height: 107px;
}
@media screen and (min-width: 600px) {
  .right-goods {
    width: 250px;
    height: 150px;
  }
}
@media screen and (min-width: 900px) {
  .right-goods {
    width: 308px;
    height: 370px;
  }
}
@media screen and (min-width: 1200px) {
  .right-goods {
    height: 306.678px;
  }
}

.about__goods-1 {
  position: absolute;
  top: 0;
  right: 0;
}
.about__goods-1 img {
  width: 48px;
}
@media screen and (min-width: 600px) {
  .about__goods-1 img {
    width: 80px;
  }
}
@media screen and (min-width: 900px) {
  .about__goods-1 {
    top: -22px;
    right: 33px;
  }
  .about__goods-1 img {
    width: 101px;
  }
}
@media screen and (min-width: 1200px) {
  .about__goods-1 {
    top: 0;
    right: 76px;
  }
}

.about__goods-2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.about__goods-2 img {
  width: 133px;
}
@media screen and (min-width: 600px) {
  .about__goods-2 img {
    width: 200px;
  }
}
@media screen and (min-width: 900px) {
  .about__goods-2 img {
    width: 308px;
  }
}

.about__left-3 {
  position: absolute;
  bottom: 64px;
  left: 0;
  z-index: -1;
}
.about__left-3 img {
  width: 137px;
}
@media screen and (min-width: 600px) {
  .about__left-3 img {
    width: 200px;
  }
}
@media screen and (min-width: 900px) {
  .about__left-3 {
    left: -127px;
    bottom: 170px;
  }
  .about__left-3 img {
    width: 430px;
  }
}
@media screen and (min-width: 1200px) {
  .about__left-3 {
    left: -105px;
    bottom: 145px;
  }
}

.about__wrap {
  width: 100%;
  padding: 40px 12px;
  border-radius: 24px;
  background: #fff;
  z-index: 3;
  position: relative;
}
@media screen and (min-width: 900px) {
  .about__wrap {
    border-radius: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .about__wrap {
    padding: 40px 114px;
  }
}
.about__wrap::after {
  content: "";
  position: absolute;
  background: url(../img/about_arrow.png) no-repeat center center/contain;
  width: 100px;
  height: 36px;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .about__wrap::after {
    width: 140px;
    height: 50px;
  }
}

.about__headding {
  position: relative;
}
@media screen and (min-width: 900px) {
  .about__headding {
    margin-top: -1px;
  }
}

.about__headding-images {
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 335px;
  padding-left: 10px;
}
@media screen and (min-width: 900px) {
  .about__headding-images {
    top: 0;
    width: 678.696px;
    padding: 0;
  }
}

.headding-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.headding-images__1 {
  margin-top: 1px;
  padding-left: 23px;
}
.headding-images__1 img {
  width: 88px;
}
@media screen and (min-width: 900px) {
  .headding-images__1 {
    padding-left: 0;
    margin-top: 0;
  }
  .headding-images__1 img {
    width: 147px;
  }
}

.headding-images__2 {
  padding-right: 40px;
}
.headding-images__2 img {
  width: 88px;
}
@media screen and (min-width: 375px) {
  .headding-images__2 {
    padding-right: 20px;
  }
}
@media screen and (min-width: 900px) {
  .headding-images__2 {
    padding-right: 0;
    padding-top: 7px;
  }
  .headding-images__2 img {
    width: 147px;
  }
}

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

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

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

.about__text {
  margin-top: 18px;
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .about__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .about__text {
    margin-top: 28px;
    font-size: 16px;
  }
}
.about__text a {
  text-underline-offset: 2px;
  text-decoration: underline;
}
.about__text a:hover {
  color: #67b0c7;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.about__text span {
  font-weight: 700;
}

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

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

.about__bottom {
  height: 177px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .about__bottom {
    height: 258px;
  }
}

.about__onomichi {
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 4;
  width: 100%;
  text-align: center;
}
.about__onomichi img {
  width: 100%;
  max-width: 357px;
}
@media screen and (min-width: 600px) {
  .about__onomichi img {
    max-width: 363px;
  }
}
@media screen and (min-width: 900px) {
  .about__onomichi img {
    max-width: 770px;
  }
}
@media screen and (min-width: 1200px) {
  .about__onomichi {
    bottom: -5px;
  }
  .about__onomichi img {
    max-width: 891px;
  }
}

.about__swiper {
  z-index: 5;
}

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

.about__swiper-slide {
  width: 100px;
}
@media screen and (min-width: 900px) {
  .about__swiper-slide {
    width: 200px;
  }
}

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

.how-to-enter__inner {
  max-width: 375px;
  padding-bottom: 16px;
}
@media screen and (min-width: 600px) {
  .how-to-enter__inner {
    max-width: 500px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-enter__inner {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__inner {
    max-width: 1440px;
  }
}

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

.how-to-enter__images {
  position: absolute;
  top: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 40px);
  width: 375px;
}
@media screen and (min-width: 600px) {
  .how-to-enter__images {
    width: 500px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-enter__images {
    width: 1200px;
    height: 860px;
    top: -20px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__images {
    width: 1440px;
    height: 840px;
  }
}

.how-to-enter-image {
  position: relative;
}

.how-to-enter__img-1 {
  position: absolute;
}
.how-to-enter__img-1 img {
  width: 149px;
}
@media screen and (min-width: 600px) {
  .how-to-enter__img-1 img {
    width: 180px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-enter__img-1 {
    top: 20px;
    left: 40px;
  }
  .how-to-enter__img-1 img {
    width: 380px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__img-1 {
    top: 19px;
    left: 0px;
  }
  .how-to-enter__img-1 img {
    width: 460px;
  }
}

.how-to-enter__right {
  position: absolute;
  top: 0;
  right: -50px;
  z-index: 10;
}
@media screen and (min-width: 375px) {
  .how-to-enter__right {
    right: -31px;
  }
}
@media screen and (min-width: 600px) {
  .how-to-enter__right {
    right: 30px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-enter__right {
    right: 37px;
    top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__right {
    top: 53px;
    right: 69px;
  }
}

.how-to-enter__right-wrap {
  position: relative;
  width: 160px;
  height: 85px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__right-wrap {
    width: 364px;
    height: 191px;
  }
}

.how-to-enter__cat-1 {
  position: absolute;
}
.how-to-enter__cat-1 img {
  width: 105px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__cat-1 img {
    width: 238px;
  }
}

.how-to-enter__cat-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.how-to-enter__cat-2 img {
  z-index: 5;
  width: 94px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__cat-2 img {
    width: 214px;
  }
}

.how-to-enter__pawpad {
  position: absolute;
  top: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 40px);
  z-index: -1;
  width: 100%;
  max-width: 375px;
}
@media screen and (min-width: 600px) {
  .how-to-enter__pawpad {
    max-width: 500px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-enter__pawpad {
    max-width: 1200px;
    height: 860px;
    top: -20px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__pawpad {
    max-width: 1440px;
    height: 840px;
  }
}

.how-to-enter__pawpad-image {
  position: relative;
  z-index: 4;
}

.how-to-enter__pawpad-1 {
  position: absolute;
  top: 105px;
  right: 0px;
}
.how-to-enter__pawpad-1 img {
  z-index: 2;
  width: 55px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__pawpad-1 {
    right: -20px;
    top: 225px;
  }
  .how-to-enter__pawpad-1 img {
    width: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__pawpad-1 {
    top: 227px;
    right: 20px;
  }
  .how-to-enter__pawpad-1 img {
    width: 100px;
  }
}

.how-to-enter__pawpad-2 {
  position: absolute;
  top: 550px;
  left: 0px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.how-to-enter__pawpad-2 img {
  width: 55px;
}
@media screen and (min-width: 600px) {
  .how-to-enter__pawpad-2 {
    top: 550px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-enter__pawpad-2 {
    top: 640px;
    left: -20px;
    height: 152px;
  }
  .how-to-enter__pawpad-2 img {
    width: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__pawpad-2 {
    top: 725px;
    left: 20px;
  }
  .how-to-enter__pawpad-2 img {
    width: 100px;
  }
}

.how-to-enter__pawpad-3 {
  position: absolute;
  top: 880px;
  right: 0px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.how-to-enter__pawpad-3 img {
  width: 55px;
}
@media screen and (min-width: 600px) {
  .how-to-enter__pawpad-3 {
    top: 950px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-enter__pawpad-3 {
    display: none;
  }
}

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

.how-to-enter__cards {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
}
@media screen and (min-width: 600px) {
  .how-to-enter__cards {
    width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 900px) {
  .how-to-enter__cards {
    margin-top: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 7px;
    width: 100%;
    max-width: 900px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__cards {
    margin-top: 40px;
    max-width: 1024px;
    gap: 34px;
  }
}

.how-to-enter__card {
  text-align: center;
  padding-bottom: 15.5px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .how-to-enter__card {
    padding-bottom: 0;
    max-width: 294px;
  }
  .how-to-enter__card:nth-child(2) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__card {
    max-width: 320px;
  }
  .how-to-enter__card:nth-child(2) {
    margin-top: 69px;
  }
}

.how-to-enter__card-image img {
  width: 196px;
  height: 210px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__card-image img {
    width: 87.5%;
    height: auto;
  }
}

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

.how-to-enter__title {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .how-to-enter__title {
    font-size: 20px;
  }
}

.how-to-enter__text {
  text-align: center;
  font-size: 12px;
}
.how-to-enter__text a {
  text-underline-offset: 2px;
  text-decoration: underline;
}
.how-to-enter__text a:hover {
  color: #67b0c7;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.how-to-enter__text span {
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .how-to-enter__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__text {
    font-size: 16px;
  }
}

.how-to-enter__follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: #fff;
  height: 38px;
  border: 1px solid transparent;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.how-to-enter__follow:hover {
  border-color: #9ed0e0;
}

.how-to-enter__instagram img {
  display: block;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__instagram img {
    width: 24px;
    height: 24px;
  }
}

.how-to-enter__instagram-text {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .how-to-enter__instagram-text {
    font-size: 16px;
  }
}

.how-to-enter__wave {
  margin-top: 15px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.how-to-enter__wave img {
  width: 7px;
  height: 34px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__wave {
    margin-top: 0;
    right: 0%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .how-to-enter__wave img {
    width: 70px;
    height: 16px;
  }
  .how-to-enter__wave-1 {
    top: 150px;
    right: -118px;
  }
  .how-to-enter__wave-2 {
    top: 100px;
    right: -115px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__wave img {
    width: 113px;
    height: 24px;
  }
  .how-to-enter__wave-1 {
    top: 202px;
    right: -140px;
  }
  .how-to-enter__wave-2 {
    top: 133px;
    right: -160px;
  }
}

.how-to-enter__button {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 900px) {
  .how-to-enter__button {
    margin-top: 47px;
  }
}

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

.prizes__inner {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media screen and (min-width: 900px) {
  .prizes__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.prizes__wrap {
  background: #fff;
  padding: 60px 20px 34px;
  border-radius: 24px;
  margin-top: 81px;
}
.prizes__wrap::before {
  content: "";
  position: absolute;
  background: url(../img/prizes_halfcircle-sp.png) no-repeat center center/contain;
  top: -127px;
  left: calc(50% + 5px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 242px;
  height: 173px;
}
@media screen and (min-width: 900px) {
  .prizes__wrap {
    margin-top: 140px;
    padding: 60px 30px 30px;
    position: relative;
  }
  .prizes__wrap::before {
    position: absolute;
    background: url(../img/prizes_halfcircle-pc.png) no-repeat center center/contain;
    top: -150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 385px;
    height: 155px;
    z-index: -1;
  }
}
@media screen and (min-width: 1200px) {
  .prizes__wrap {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding: 66px 56px 55px;
  }
}

.prizes__headding {
  position: absolute;
  top: -62px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0;
}
@media screen and (min-width: 900px) {
  .prizes__headding {
    width: 840px;
    margin-left: auto;
    margin-right: auto;
    top: -120px;
  }
}

.prizes__headding-image-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-left: 5px;
}
.prizes__headding-image-bg img {
  width: 238px;
  height: 83px;
}
@media screen and (min-width: 900px) {
  .prizes__headding-image-bg {
    margin-left: 10px;
    width: 100%;
  }
  .prizes__headding-image-bg img {
    width: 378px;
    height: 150px;
  }
}

.prizes__headding-image {
  display: none;
}
@media screen and (min-width: 900px) {
  .prizes__headding-image {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 840px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
  }
}
@media screen and (min-width: 1200px) {
  .prizes__headding-image {
    margin-top: 0;
    width: 1024px;
  }
}

.headding-image__triangle-left img {
  width: 225px;
}
@media screen and (min-width: 1200px) {
  .headding-image__triangle-left img {
    width: 315px;
  }
}

.headding-image__triangle-right img {
  width: 225px;
}
@media screen and (min-width: 1200px) {
  .headding-image__triangle-right img {
    width: 315px;
  }
}

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

.prizes__cards {
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media screen and (min-width: 900px) {
  .prizes__cards {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes__cards {
    margin-top: 30px;
    gap: 31px 36px;
  }
}

.prizes__card {
  overflow: hidden;
}

.prizes-card {
  width: calc(50% - 7.5px);
}
@media screen and (min-width: 900px) {
  .prizes-card {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (min-width: 1200px) {
  .prizes-card {
    width: calc(33.3333333333% - 24px);
  }
}
@media screen and (min-width: 900px) {
  .prizes-card:nth-child(1), .prizes-card:nth-child(2) {
    width: calc(50% - 7.5px);
  }
}
@media screen and (min-width: 1200px) {
  .prizes-card:nth-child(1), .prizes-card:nth-child(2) {
    width: calc(50% - 18px);
  }
}
@media screen and (min-width: 900px) {
  .prizes-card:nth-child(1) .prizes-card__head-image img, .prizes-card:nth-child(2) .prizes-card__head-image img {
    width: 80px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes-card:nth-child(1) .prizes-card__head-image img, .prizes-card:nth-child(2) .prizes-card__head-image img {
    width: 97px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card:nth-child(1) .prizes-card__head-title, .prizes-card:nth-child(2) .prizes-card__head-title {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes-card:nth-child(1) .prizes-card__head-title, .prizes-card:nth-child(2) .prizes-card__head-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card:nth-child(1) .prizes-card__head-number, .prizes-card:nth-child(2) .prizes-card__head-number {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes-card:nth-child(1) .prizes-card__head-number, .prizes-card:nth-child(2) .prizes-card__head-number {
    margin-top: 2px;
    font-size: 48px;
  }
}
.prizes-card:nth-child(1) .prizes-card__image, .prizes-card:nth-child(2) .prizes-card__image {
  max-height: 340px;
}
.prizes-card:nth-child(1) .prizes-card__image img, .prizes-card:nth-child(2) .prizes-card__image img {
  height: 100%;
}
@media screen and (min-width: 600px) {
  .prizes-card:nth-child(1) .prizes-card__body, .prizes-card:nth-child(2) .prizes-card__body {
    height: 70px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card:nth-child(1) .prizes-card__body, .prizes-card:nth-child(2) .prizes-card__body {
    height: 120px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card:nth-child(1) .zoom-image, .prizes-card:nth-child(2) .zoom-image {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes-card:nth-child(1) .zoom-image, .prizes-card:nth-child(2) .zoom-image {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card:nth-child(1) .zoom-image__traiangle svg, .prizes-card:nth-child(2) .zoom-image__traiangle svg {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes-card:nth-child(1) .zoom-image__traiangle svg, .prizes-card:nth-child(2) .zoom-image__traiangle svg {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card:nth-child(1) .zoom-image__icon, .prizes-card:nth-child(2) .zoom-image__icon {
    bottom: 10px;
    right: 8px;
  }
  .prizes-card:nth-child(1) .zoom-image__icon svg, .prizes-card:nth-child(2) .zoom-image__icon svg {
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes-card:nth-child(1) .zoom-image__icon, .prizes-card:nth-child(2) .zoom-image__icon {
    bottom: 14px;
    right: 8.5px;
  }
  .prizes-card:nth-child(1) .zoom-image__icon svg, .prizes-card:nth-child(2) .zoom-image__icon svg {
    width: 32px;
    height: 32px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card:nth-child(1) .prizes-card__text, .prizes-card:nth-child(2) .prizes-card__text {
    font-size: 20px;
  }
}

.prizes-card__head {
  position: relative;
  z-index: 5;
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .prizes-card__head {
    margin-top: 50px;
  }
}

.prizes-card__head-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 0;
}
.prizes-card__head-image img {
  width: 47px;
}
@media screen and (min-width: 900px) {
  .prizes-card__head-image img {
    width: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes-card__head-image img {
    width: 78px;
  }
}

.prizes-card__head-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.prizes-card__head-title {
  color: #fff;
  font-size: 7px;
  font-weight: 700;
  text-align: center;
  height: 13px;
}
@media screen and (min-width: 900px) {
  .prizes-card__head-title {
    font-size: 9px;
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .prizes-card__head-title {
    font-size: 12.8px;
  }
}

.prizes-card__head-number {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 900px) {
  .prizes-card__head-number {
    font-size: 26px;
    margin-top: 2px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes-card__head-number {
    font-size: 38.4px;
  }
}

.prizes-card__wrap {
  width: 100%;
  position: relative;
}

.prizes-card__wrap-button {
  overflow: hidden;
  width: 100%;
}
.prizes-card__wrap-button:hover {
  border-color: #9ed0e0;
  border-radius: 16px;
}
@media screen and (min-width: 900px) {
  .prizes-card__wrap-button:hover {
    border: 4px solid #9ed0e0;
  }
}
.prizes-card__wrap-button:hover .prizes-card__image {
  overflow: hidden;
}
.prizes-card__wrap-button:hover .prizes-card__image img {
  width: 100%;
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.prizes-card__wrap-button:hover + .prizes-card__zoom-image .zoom-image .zoom-image__triangle-color {
  fill: #9ed0e0;
}

.prizes-card__image {
  width: 100%;
}
.prizes-card__image img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media screen and (min-width: 900px) {
  .prizes-card__image {
    max-height: 280px;
  }
  .prizes-card__image img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
}

.prizes-card__body {
  background: #f5f5f5;
  width: 100%;
  height: 56px;
  position: relative;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  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;
}
@media screen and (min-width: 600px) {
  .prizes-card__body {
    height: 70px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card__body {
    height: 80px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}

.prizes-card__text {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  color: #4a3636;
}
@media screen and (min-width: 600px) {
  .prizes-card__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-card__text {
    font-size: 16px;
  }
}

.prizes-card__zoom-image {
  position: absolute;
  bottom: 0;
  right: 0;
}
.prizes-card__zoom-image .prizes-card__wrap:hover .prizes-card__zoom-image svg {
  bottom: -2px;
  right: -2px;
}
@media screen and (min-width: 900px) {
  .prizes-card__zoom-image .prizes-card__wrap:hover .prizes-card__zoom-image svg {
    bottom: -4px;
    right: -4px;
  }
}

.zoom-image {
  position: relative;
  width: 36px;
  height: 36px;
}
@media screen and (min-width: 900px) {
  .zoom-image {
    width: 100px;
    height: 100px;
  }
}

.zoom-image__traiangle {
  position: absolute;
  bottom: 0;
  right: 0;
}
.zoom-image__traiangle svg {
  display: block;
  z-index: 5;
  vertical-align: bottom;
  width: 36px;
  height: 36px;
  border-bottom-right-radius: 8px;
}
@media screen and (min-width: 900px) {
  .zoom-image__traiangle svg {
    width: 45px;
    height: 45px;
    border-bottom-right-radius: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .zoom-image__traiangle svg {
    width: 64px;
    height: 64px;
  }
}

.zoom-image__icon {
  position: absolute;
  bottom: 6.12px;
  right: 5.22px;
}
.zoom-image__icon svg {
  display: block;
  z-index: 15;
  vertical-align: bottom;
  width: 11.52px;
  height: 11.52px;
}
@media screen and (min-width: 900px) {
  .zoom-image__icon {
    bottom: 5px;
    right: 5.5px;
  }
  .zoom-image__icon svg {
    width: 14px;
    height: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .zoom-image__icon {
    bottom: 8.96px;
    right: 8px;
  }
  .zoom-image__icon svg {
    width: 20.48px;
    height: 20.48px;
  }
}

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

.prizes-modal {
  padding: 0;
  border: none;
  border-radius: 24px;
}
.prizes-modal::-ms-backdrop {
  opacity: 0.5;
  background: #000;
}
.prizes-modal::backdrop {
  opacity: 0.5;
  background: #000;
}

.prizes-modal__card {
  width: 336px;
  height: 480px;
}
@media screen and (min-width: 900px) {
  .prizes-modal__card {
    width: 480px;
    height: 650px;
  }
}

.prizes-modal__image {
  height: 210px;
}
.prizes-modal__image img {
  height: 100%;
  border-radius: 24px 24px 0 0;
}
@media screen and (min-width: 900px) {
  .prizes-modal__image {
    height: 300px;
  }
}

.prizes-modal__body {
  padding: 20px 15px 0;
  background: #fff;
  border-radius: 0 0 24px 24px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .prizes-modal__body {
    padding: 32px 20px 0;
  }
}

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

.prizes-modal__text {
  margin-top: 12px;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .prizes-modal__text {
    font-size: 16px;
  }
}

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

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

.bg-picture__image {
  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;
}
.bg-picture__image img {
  min-width: 580px;
  min-height: 260px;
}
@media screen and (min-width: 900px) {
  .bg-picture__image img {
    min-height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}

.spot {
  background: #67b0c7;
  padding-bottom: 29px;
}
@media screen and (min-width: 900px) {
  .spot {
    padding-bottom: 3px;
  }
}

.spot__inner {
  padding: 0;
  position: relative;
}

.spot__wave-top-image {
  position: relative;
  display: block;
  width: calc(100% + 8px);
}
@media screen and (min-width: 900px) {
  .spot__wave-top-image {
    width: 100%;
  }
}
.spot__wave-top-image::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: -4px;
  background: url(../img/img-top_sp.png) repeat top left/contain;
  width: 100%;
  min-width: 375px;
  height: 46px;
}
@media screen and (min-width: 900px) {
  .spot__wave-top-image::before {
    left: 0;
    background: url(../img/img-top_pc.png) repeat top left/contain;
    height: 120px;
  }
}

.spot__wrap {
  position: relative;
}
@media screen and (min-width: 900px) {
  .spot__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 27px;
    padding-left: calc(50% - 518px);
  }
}

.spot__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width: 900px) {
  .spot__head {
    padding-left: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media screen and (min-width: 1200px) {
  .spot__head {
    padding: 0;
    gap: 7px;
  }
}

.spot__head-image {
  width: 28px;
}
@media screen and (min-width: 900px) {
  .spot__head-image {
    width: 56px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

.spot__head-text {
  color: #fff;
  font-family: "Kiwi Maru", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .spot__head-text {
    font-size: 40px;
  }
}

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

.spot__swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spot__swiper-slide {
  height: auto;
}
@media screen and (min-width: 900px) {
  .spot__swiper-slide {
    width: 2826px;
    height: 542px;
  }
}

.slide-card {
  height: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 12px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 28px;
}
@media screen and (min-width: 900px) {
  .slide-card {
    border-radius: 24px;
    padding-bottom: 30px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.slide-card__body {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .slide-card__body {
    border-radius: 0 0 24px 24px;
  }
}

.slide-card__image {
  overflow: hidden;
  margin-left: -23px;
  width: calc(100% + 46px);
}
.slide-card__image img {
  border-radius: 12px 12px 0 0;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .slide-card__image {
    margin-left: -32px;
    width: calc(100% + 64px);
    height: 240px;
    border-radius: 24px 24px 0 0;
  }
}

.slide-card__title {
  padding-top: 15px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .slide-card__title {
    padding-top: 24px;
    font-size: 20px;
  }
}

.slide-card__text {
  margin-top: 17px;
  font-size: 12px;
  text-align: left;
  margin-left: 2px;
}
@media screen and (min-width: 900px) {
  .slide-card__text {
    font-size: 16px;
    margin-top: 25px;
  }
}

.spot__swiper-button-icon {
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .spot__swiper-button-icon {
    width: 725px;
  }
}
@media screen and (min-width: 1200px) {
  .spot__swiper-button-icon {
    bottom: 33px;
    width: 941px;
  }
}

.spot__swiper-button-prev,
.spot__swiper-button-next {
  width: 80px;
  height: 80px;
}
.spot__swiper-button-prev::after,
.spot__swiper-button-next::after {
  display: none;
}

@media screen and (min-width: 900px) {
  .spot__swiper-button-prev {
    background: url(../img/spot_component-prev.png) no-repeat center center/contain;
  }
}

@media screen and (min-width: 900px) {
  .spot__swiper-button-next {
    margin-right: -23px;
    background: url(../img/spot_component-next.png) no-repeat center center/contain;
  }
}

.spot__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .spot__bottom {
    margin-left: auto;
    margin-right: auto;
    margin-top: 64px;
    -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;
    width: 1024px;
  }
}

.spot__button {
  margin-top: 23px;
}
@media screen and (min-width: 900px) {
  .spot__button {
    margin-top: 25px;
    margin-left: 10px;
  }
}

.spot__pawpad {
  display: none;
}
@media screen and (min-width: 900px) {
  .spot__pawpad {
    display: block;
    position: absolute;
    bottom: 0;
  }
  .spot__pawpad img {
    width: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .spot__pawpad {
    left: -207px;
  }
  .spot__pawpad img {
    width: 100px;
  }
}

.spot__image img {
  width: 255px;
}
@media screen and (min-width: 900px) {
  .spot__image img {
    width: 360px;
  }
}
@media screen and (min-width: 1200px) {
  .spot__image img {
    width: 495px;
  }
}

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

.spot__wave-bottom {
  position: relative;
  display: block;
  width: calc(100% + 8px);
}
@media screen and (min-width: 1200px) {
  .spot__wave-bottom {
    width: 100%;
  }
}
.spot__wave-bottom::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 0px;
  background: url(../img/img-bottom_sp.png) repeat top left/contain;
  width: 100%;
  min-width: 375px;
  height: 46px;
}
@media screen and (min-width: 900px) {
  .spot__wave-bottom::before {
    top: 0;
    left: 0;
    background: url(../img/img-bottom_pc.png) repeat top left/contain;
    height: 120px;
  }
}

.qa {
  margin-top: 44px;
}
@media screen and (min-width: 1200px) {
  .qa {
    margin-top: 115px;
  }
}

.qa__boxes {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10.5px;
}
@media screen and (min-width: 900px) {
  .qa__boxes {
    margin-top: 39px;
  }
}
@media screen and (min-width: 1200px) {
  .qa__boxes {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    gap: 24px;
  }
}

.qa__box {
  border-radius: 12px;
  border: 2px solid #4a3636;
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .qa__box {
    border-radius: 16px;
  }
}
.qa__box.is-open .qa__head-image::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.qa__box-button {
  display: block;
  width: 100%;
}

.qa__box-head {
  padding: 10px 14px 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .qa__box-head {
    gap: 15px;
    padding: 22px 22px 18px;
  }
}

.qa__head-q {
  color: #9ed0e0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .qa__head-q {
    width: 29px;
    height: 35px;
    font-size: 32px;
  }
}

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

.qa__head-image {
  position: relative;
  background: #9ed0e0;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .qa__head-image {
    width: 48px;
    height: 48px;
  }
}
.qa__head-image::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 10px;
  height: 2px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 900px) {
  .qa__head-image::before {
    width: 18.667px;
    height: 2.667px;
  }
}
.qa__head-image::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 10px;
  height: 2px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (min-width: 900px) {
  .qa__head-image::after {
    width: 18.667px;
    height: 2.667px;
  }
}

.qa__body {
  display: none;
  padding: 16px 19px 13px 14px;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: justify;
  border-radius: 0 0 12px 12px;
  color: #4a3636;
}
@media screen and (min-width: 900px) {
  .qa__body {
    padding: 27px 28px 22px 22px;
    border-radius: 0 0 16px 16px;
    gap: 16px;
  }
}

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

.qa__body-text {
  font-size: 14px;
}
.qa__body-text span {
  text-decoration: underline;
}
@media screen and (min-width: 900px) {
  .qa__body-text {
    font-size: 16px;
  }
}

.entry__wrap {
  width: 100%;
  border: 7.5px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 33px;
}
@media screen and (min-width: 600px) {
  .entry__wrap {
    padding-bottom: 9px;
  }
}
@media screen and (min-width: 900px) {
  .entry__wrap {
    width: 840px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 21px;
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .entry__wrap {
    width: 1024px;
    padding-bottom: 30px;
  }
}

.entery__headding {
  padding-top: 14px;
}
@media screen and (min-width: 900px) {
  .entery__headding {
    padding-top: 32px;
  }
}

.entry__contents {
  margin-top: 24px;
  padding: 0 16px 16px;
}
@media screen and (min-width: 900px) {
  .entry__contents {
    padding: 0 48px;
    margin-top: 42px;
  }
}

.entry__box {
  padding-bottom: 15px;
  border-top: 1px solid #cccccc;
}
.entry__box:first-child {
  border: none;
}
@media screen and (min-width: 900px) {
  .entry__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 11px;
    padding-left: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .entry__box {
    padding-bottom: 12.5px;
  }
}

.entry__box + .entry__box {
  padding-top: 11.5px;
}

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

.entry__text {
  margin-top: 8px;
  font-size: 12px;
}
.entry__text a {
  text-underline-offset: 2px;
  text-decoration: underline;
}
.entry__text a:hover {
  color: #67b0c7;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media screen and (min-width: 600px) {
  .entry__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .entry__text {
    margin-top: 0;
    font-size: 16px;
  }
}

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

.entry__list {
  font-size: 12px;
  list-style-type: disc;
  margin-left: 19px;
}
.entry__list a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.entry__list a:hover {
  color: #67b0c7;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media screen and (min-width: 600px) {
  .entry__list {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .entry__list {
    font-size: 16px;
    margin-left: 25px;
  }
}

.entry__list + .entry__list {
  margin-top: -1px;
}
@media screen and (min-width: 900px) {
  .entry__list + .entry__list {
    margin-top: 1px;
  }
}

.entry__bg-image {
  background-size: contain;
}
.contact {
  background: #fff;
  padding-bottom: 47px;
}
@media screen and (min-width: 1200px) {
  .contact {
    padding-bottom: 110px;
    padding-top: 114px;
  }
}

.contact__headding {
  padding-top: 7px;
}

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

.contact__wrap {
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .contact__wrap {
    margin-top: 40px;
    width: 848px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
}
@media screen and (min-width: 900px) {
  .form-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;
}

.form-field__title {
  font-size: 14px;
  font-weight: 700;
}
.form-field__title.is-error {
  color: #ce2073;
}
@media screen and (min-width: 900px) {
  .form-field__title {
    font-size: 16px;
  }
}

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

.contact__field-item [type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .contact__field-item {
    width: 628px;
  }
  .contact__field-item input,
  .contact__field-item select,
  .contact__field-item textarea {
    width: 100%;
  }
}

.form-field__text,
.form-field__email,
.form-field__radios,
.form-field__select {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .form-field__text,
  .form-field__email,
  .form-field__radios,
  .form-field__select {
    height: 56px;
  }
}
.form-field__text:focus,
.form-field__email:focus,
.form-field__radios:focus,
.form-field__select:focus {
  background-color: #e9f6f8;
  outline-color: #9ed0e0;
}
.form-field__text.is-error,
.form-field__email.is-error,
.form-field__radios.is-error,
.form-field__select.is-error {
  background-color: #fff0f7;
  outline-color: #ce2073;
  border-color: #ce2073;
}

.form-field__text,
.form-field__email,
.form-field__textarea {
  border-radius: 8px;
  background: #f5f5f5;
  padding: 16px;
  font-size: 14px;
  border: 1px solid #f5f5f5;
}
.form-field__text::-webkit-input-placeholder, .form-field__email::-webkit-input-placeholder, .form-field__textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.form-field__text::-moz-placeholder, .form-field__email::-moz-placeholder, .form-field__textarea::-moz-placeholder {
  color: #cccccc;
}
.form-field__text:-ms-input-placeholder, .form-field__email:-ms-input-placeholder, .form-field__textarea:-ms-input-placeholder {
  color: #cccccc;
}
.form-field__text::-ms-input-placeholder, .form-field__email::-ms-input-placeholder, .form-field__textarea::-ms-input-placeholder {
  color: #cccccc;
}
.form-field__text::placeholder,
.form-field__email::placeholder,
.form-field__textarea::placeholder {
  color: #cccccc;
}
@media screen and (min-width: 900px) {
  .form-field__text::-webkit-input-placeholder, .form-field__email::-webkit-input-placeholder, .form-field__textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-field__text::-moz-placeholder, .form-field__email::-moz-placeholder, .form-field__textarea::-moz-placeholder {
    font-size: 16px;
  }
  .form-field__text:-ms-input-placeholder, .form-field__email:-ms-input-placeholder, .form-field__textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-field__text::-ms-input-placeholder, .form-field__email::-ms-input-placeholder, .form-field__textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-field__text::placeholder,
  .form-field__email::placeholder,
  .form-field__textarea::placeholder {
    font-size: 16px;
  }
}

.form-field__select {
  padding: 16px;
  font-size: 14px;
  border-radius: 8px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/contact_arrow.png), linear-gradient(to left, #9ed0e0 52px, #f5f5f5 52px);
  background-repeat: no-repeat, no-repeat;
  background-position: center right 18.65px, center center;
  background-size: 14.9px 8.78px, cover;
}
.form-field__select.is-error {
  background-image: url(../img/contact_arrow.png), linear-gradient(to left, #ce2073 52px, #fff0f7 52px);
}
@media screen and (min-width: 900px) {
  .form-field__select {
    font-size: 16px;
  }
}

.form-field__radio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -2px;
}
@media screen and (min-width: 900px) {
  .form-field__radio-item {
    margin-top: 0;
    height: 56px;
  }
}

.form-radio__text {
  position: relative;
  font-size: 14px;
  padding-left: 32px;
}
@media screen and (min-width: 900px) {
  .form-radio__text {
    font-size: 16px;
    padding-left: 33px;
  }
}
.form-radio__text::before, .form-radio__text::after {
  position: absolute;
  content: "";
}
.form-radio__text::before {
  background: #f5f5f5;
  width: 23px;
  height: 23px;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 1px solid #f5f5f5;
}
.form-radio__text::after {
  background: #f5f5f5;
  width: 12px;
  height: 12px;
  left: 6px;
  top: 6px;
  border-radius: 50%;
}

.form-radio__input:checked + .form-radio__text {
  font-weight: 700;
}
.form-radio__input:checked + .form-radio__text::after {
  background: #9ed0e0;
}

@media screen and (min-width: 1200px) {
  .form-radio__input:hover + .form-radio__text::before {
    border: 1px solid #9ed0e0;
  }
}

.form-field__textarea {
  width: 100%;
  height: 160px;
  border: 1px solid #f5f5f5;
}
.form-field__textarea:focus {
  background-color: #e9f6f8;
  outline-color: #9ed0e0;
}
.form-field__textarea.is-error {
  background-color: #fff0f7;
  border-color: #ce2073;
}
.form-field__textarea.is-error:focus {
  outline-color: #ce2073;
}

@media screen and (min-width: 900px) {
  .contact-textarea {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

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

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

.contact__privacy-text {
  padding-left: 36px;
  position: relative;
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .contact__privacy-text {
    font-size: 16px;
  }
}
.contact__privacy-text a {
  text-underline-offset: 2px;
  text-decoration: underline;
}
.contact__privacy-text a:hover {
  color: #67b0c7;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.contact__privacy-text::before, .contact__privacy-text::after {
  position: absolute;
  content: "";
}
.contact__privacy-text::before {
  background: #f5f5f5;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  top: 0;
  left: 0;
  outline-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}
.contact__privacy-text::after {
  background: url(../img/contact_checked.png) no-repeat center center/contain;
  width: 14px;
  height: 9px;
  top: 8px;
  left: 5px;
  opacity: 0;
}

.form-checkbox__input:checked + .contact__privacy-text::after {
  opacity: 1;
}

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

.contact__button {
  margin-top: 25px;
  text-align: center;
  padding: 4px 38px 6px;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 900px) {
  .contact__button {
    margin-top: 40px;
  }
}

.contact-button {
  width: 240px;
  height: 40px;
}

.footer {
  margin-top: 4px;
}
@media screen and (min-width: 900px) {
  .footer {
    position: relative;
    margin-top: 0;
  }
}

.footer__pawpad {
  display: none;
}
@media screen and (min-width: 900px) {
  .footer__pawpad {
    display: block;
    position: absolute;
    top: 80px;
    right: 0px;
    width: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__pawpad {
    left: calc(50% + 576px);
    width: 100px;
  }
}

.footer__title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .footer__title {
    font-size: 24px;
    margin-top: -1px;
  }
}

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

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

.footer__information {
  margin-top: 48px;
  position: relative;
  border-radius: 16px;
  background: #fff;
}
@media screen and (min-width: 900px) {
  .footer__information {
    margin-top: 120px;
    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;
    margin-left: auto;
    margin-right: auto;
    max-height: 400px;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .footer__information {
    width: 1024px;
  }
}
.footer__information::before {
  position: absolute;
  z-index: -1;
  content: "";
  background: url(../img/about_onomichi-sp.png) no-repeat center center/contain;
  width: 100%;
  max-width: 327px;
  height: 40px;
  top: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .footer__information::before {
    width: 755px;
    max-width: 755px;
    height: 90px;
    top: -85px;
  }
}

.footer__map {
  position: relative;
  width: 100%;
  height: 0;
  min-height: 271px;
  padding-top: 75%;
}
.footer__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px 16px 0 0;
}
@media screen and (min-width: 900px) {
  .footer__map {
    width: 50%;
  }
  .footer__map iframe {
    max-height: 400px;
    border-radius: 0 16px 16px 0;
  }
}

.footer__body {
  width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 8px;
  padding: 15px 15px 25px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 375px) {
  .footer__body {
    padding: 18px 24px 30px;
  }
}
@media screen and (min-width: 900px) {
  .footer__body {
    max-width: 50%;
    padding: 103px 10px;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer__body-title {
  text-align: center;
  width: 100%;
}
.footer__body-title img {
  max-width: 153px;
}
@media screen and (min-width: 375px) {
  .footer__body-title img {
    width: 153px;
    height: 20px;
  }
}
@media screen and (min-width: 900px) {
  .footer__body-title {
    text-align: left;
  }
  .footer__body-title img {
    max-width: 183px;
    width: 183px;
    height: 24px;
  }
}

.footer__table {
  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;
  margin-top: 20px;
}
@media screen and (min-width: 375px) {
  .footer__table {
    margin-top: 30px;
  }
}
@media screen and (min-width: 900px) {
  .footer__table {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 12px;
    margin-top: 24px;
  }
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__td-1 {
  padding-left: 17px;
  font-weight: 700;
  position: relative;
  font-size: 10px;
  width: 81px;
  max-width: 100%;
}
@media screen and (min-width: 375px) {
  .footer__td-1 {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) {
  .footer__td-1 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__td-1 {
    font-size: 16px;
    width: 120px;
  }
}
.footer__td-1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #9ed0e0;
  border-radius: 50%;
}

.footer__td-2 {
  font-size: 10px;
  max-width: 268.61px;
}
@media screen and (min-width: 375px) {
  .footer__td-2 {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) {
  .footer__td-2 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__td-2 {
    font-size: 16px;
    width: 269px;
  }
}

.footer__bottom {
  margin-top: 69px;
  background: #67b0c7;
  padding-bottom: 26px;
  text-align: center;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .footer__bottom {
    margin-top: 240px;
    width: 100%;
    padding-bottom: 32px;
  }
}
.footer__bottom::before {
  content: "";
  position: absolute;
  background: url(../img/img-top_sp.png) repeat top left/contain;
  width: 100%;
  min-width: calc(100% + 8px);
  height: 45.714px;
  left: -3px;
  bottom: 100%;
}
@media screen and (min-width: 900px) {
  .footer__bottom::before {
    height: 120.7px;
    left: -7px;
    background: url(../img/img-top_pc.png) repeat top left/contain;
  }
}

.footer__copylight {
  padding-top: 4px;
  display: block;
  font-size: 10px;
  color: #fff;
  line-height: 1;
  height: 16px;
}
@media screen and (min-width: 900px) {
  .footer__copylight {
    font-size: 14px;
    height: 22px;
  }
}

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

.page-top {
  bottom: 111px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.page-top img {
  width: 75px;
}
@media screen and (min-width: 900px) {
  .page-top {
    display: block;
    position: fixed;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    right: 40px;
    bottom: 10%;
    z-index: 999;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-top img {
    width: 80px;
  }
}
@media screen and (min-width: 900px) and (min-width: 1200px) {
  .page-top {
    width: 100px;
  }
}
@media screen and (min-width: 900px) {
  .page-top.is-show {
    opacity: 1;
  }
}