html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  color: #4a3636;
  line-height: 1.6;
  font-family: "Noto Sans JP", "Kiwi Maru";
  font-weight: 400;
  background: #e9f6f8;
  overflow-x: hidden;
}

img {
  height: auto;
}

br {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

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

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

.inner {
  margin-inline: 20px;
}

.button {
  color: #4a3636;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  padding: 3px 22px 8px;
  -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;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  font-size: 16px;
  font-weight: 700;
}
.button:hover {
  background: #ffee56;
}
@media screen and (max-width: 380px) {
  .button {
    font-size: 13px;
    padding: 7px 22px 8px;
  }
}
@media screen and (min-width: 900px) {
  .button {
    font-size: 20px;
  }
}

.is-fixed {
  width: 100%;
  height: 100vh;
  overflow-y: hidden;
  position: fixed;
}

.title {
  text-align: center;
}

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

.main__title {
  font-family: Courgette;
  line-height: 1.25;
  margin-top: 6px;
}
@media screen and (min-width: 900px) {
  .main__title {
    font-size: 20px;
    margin-top: 8px;
  }
}

.sub__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Kiwi Maru";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 6px;
  margin-inline: auto;
  padding-bottom: 5px;
  border-bottom: 6px solid #ffee56;
}
@media screen and (min-width: 900px) {
  .sub__title {
    font-size: 32px;
    margin-top: 8px;
    border-bottom: 8px solid #ffee56;
    padding-bottom: 10px;
  }
}

.is-error {
  border: 1px solid #ce2073;
  background: #fff0f7;
}

.header__inner {
  height: 65px;
  padding: 17px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .header__inner {
    padding-inline: 24px;
    padding-block: 15px;
  }
}

.header__logo img {
  width: 210px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .header__logo img {
    width: 183px;
  }
}

.drawer-icon {
  width: 30px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-checked .drawer-icon__bar {
  margin: 0;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.drawer-icon__bar {
  width: 32px;
  height: 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #4a3636;
  position: absolute;
  top: 0;
  right: 0;
}
.drawer-icon__bar:nth-child(1) {
  top: 0;
}
.drawer-icon__bar:nth-child(2) {
  top: 12px;
}
.drawer-icon__bar:nth-child(3) {
  top: 24px;
}

.header__menu {
  width: 100%;
  height: calc(100% - 65px);
  padding-top: 76px;
  position: fixed;
  left: 0;
  top: 65px;
  text-align: center;
  -webkit-transform: translateY(calc(-100% - 65px));
          transform: translateY(calc(-100% - 65px));
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  background-color: #fff;
  z-index: 100;
}
.header__menu.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 1200px) {
  .header__menu {
    width: auto;
    height: auto;
    padding: 0;
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: #fff;
  }
}

.header__menu-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 900px) {
  .header__menu-lists {
    gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .header__menu-lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__menu-list {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .header__menu-list {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .header__menu-list {
    font-size: 12px;
  }
}

.header__button {
  color: #4a3636;
  width: 144px;
  margin-inline: auto;
  margin-top: 39px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .header__button {
    width: 180px;
    padding-inline: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .header__button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 132px;
    height: 36px;
    margin: 0;
    font-size: 14px;
    margin-left: 16px;
    padding: 3px 20px;
  }
}

.mv {
  background: url(../img/mv-background.png) no-repeat center center/cover;
}
@media screen and (min-width: 900px) {
  .mv {
    background: url(../img/mv-background-pc.png) no-repeat center center/cover;
  }
}

.mv__inner {
  max-width: 460px;
  margin-inline: auto;
  padding-top: 17px;
  height: 553px;
  border-radius: 0px 0px 24px 24px;
}
@media screen and (min-width: 900px) {
  .mv__inner {
    max-width: 848px;
    height: 740px;
    margin-inline: auto;
    padding-top: 33px;
    padding-inline: 0;
    border-radius: 0px 0px 40px 40px;
  }
}

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

.mv__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) {
  .mv__title {
    margin-top: 24px;
    gap: 16px;
  }
}

.mv__title-1 img {
  width: 335px;
}
@media screen and (min-width: 900px) {
  .mv__title-1 img {
    width: 520px;
  }
}

.mv__title-2 img {
  width: 240px;
}
@media screen and (min-width: 900px) {
  .mv__title-2 img {
    width: 356px;
  }
}

.mv__img {
  margin-inline: auto;
}
.mv__smartphone-img {
  margin-top: 113px;
  margin-inline: auto;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .mv__smartphone-img {
    margin-top: 33px;
  }
}
.mv__smartphone-img img {
  width: 200px;
  height: 408px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .mv__smartphone-img img {
    width: 250px;
    height: 510px;
  }
}

.mv__sub-text-left {
  width: 142px;
  height: 80px;
  position: absolute;
  top: -94px;
  left: 20px;
}
.mv__sub-text-left img {
  width: 139.672px;
  height: 77.519px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .mv__sub-text-left {
    width: 244px;
    height: 130px;
    top: -30px;
    left: 37px;
  }
  .mv__sub-text-left img {
    width: 240px;
    height: 125.969px;
  }
}

.mv__sub-text-left-text {
  color: #ce2073;
  text-align: right;
  text-shadow: 0px 0px 2.295px #fff;
  font-size: 18.361px;
  font-family: "Josefin Sans";
  line-height: 1;
  position: absolute;
  top: 4px;
  left: 22px;
}
@media screen and (min-width: 900px) {
  .mv__sub-text-left-text {
    text-shadow: 0px 0px 4px #fff;
    font-size: 32px;
    top: 7px;
    left: 35px;
  }
}

.mv__sub-text-right {
  position: absolute;
  top: -103px;
  right: 44px;
  z-index: -1;
}
.mv__sub-text-right img {
  width: 110px;
  height: 110px;
}
@media screen and (min-width: 900px) {
  .mv__sub-text-right {
    top: -15px;
    right: 127px;
  }
  .mv__sub-text-right img {
    width: 180px;
    height: 180px;
  }
}

.mv__sub-text-right-text {
  text-align: center;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mv__sub-text-right-text a:nth-of-type(1) {
  color: #ffee56;
  font-size: 30.458px;
  font-weight: 700;
  line-height: 0.9;
}
.mv__sub-text-right-text a:nth-of-type(2) {
  color: #ffee56;
  font-size: 9.778px;
  font-weight: 700;
}
.mv__sub-text-right-text a:nth-of-type(3) {
  font-size: 14.667px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .mv__sub-text-right-text {
    font-size: 16px;
    line-height: 1.2;
    right: 22px;
    top: 89px;
  }
  .mv__sub-text-right-text a:nth-of-type(1) {
    font-size: 49.84px;
    line-height: 1.25;
  }
  .mv__sub-text-right-text a:nth-of-type(2) {
    font-size: 16px;
  }
  .mv__sub-text-right-text a:nth-of-type(3) {
    font-size: 24px;
  }
}

.mv__food-img-1 {
  position: absolute;
  bottom: 6px;
  left: 63px;
}
.mv__food-img-1 img {
  width: 47.257px;
  height: 124.012px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .mv__food-img-1 {
    bottom: 24px;
    left: 101px;
  }
  .mv__food-img-1 img {
    width: 111px;
    height: 292px;
  }
}

.mv__food-img-2 {
  position: absolute;
  bottom: -11px;
  left: 20px;
}
.mv__food-img-2 img {
  width: 54.069px;
  height: 52.238px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .mv__food-img-2 {
    bottom: -15px;
    left: 0;
  }
  .mv__food-img-2 img {
    width: 127px;
    height: 123px;
  }
}

.mv__cat-img-1 {
  position: absolute;
  top: 293px;
  right: 20px;
}
.mv__cat-img-1 img {
  width: 62px;
  height: 69px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .mv__cat-img-1 {
    top: 276px;
    right: 63px;
  }
  .mv__cat-img-1 img {
    width: 170px;
    height: 190px;
  }
}

.mv__cat-img-2 {
  position: absolute;
  top: 348px;
  right: 29px;
}
.mv__cat-img-2 img {
  width: 98px;
  height: 72px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .mv__cat-img-2 {
    top: 396px;
    right: 0px;
  }
  .mv__cat-img-2 img {
    width: 233px;
    height: 174px;
  }
}

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

.about__inner {
  margin-top: 32px;
  margin-bottom: 175px;
  border-radius: 24px;
  background: #ffffff;
  margin-inline: 20px;
  padding: 40px 12px;
}
@media screen and (min-width: 768px) {
  .about__inner {
    margin-bottom: 280px;
  }
}
@media screen and (min-width: 900px) {
  .about__inner {
    margin-top: 36px;
    margin-bottom: 260px;
    padding: 38px 114px;
    max-width: 848px;
    margin-inline: auto;
  }
}

.about__title {
  position: relative;
}

.about__title-left-img {
  position: absolute;
  top: -8px;
  left: 20px;
}
@media screen and (min-width: 900px) {
  .about__title-left-img {
    top: 0;
    left: -31px;
  }
}
.about__title-left-img img {
  width: 90px;
  height: 70px;
}
@media screen and (min-width: 900px) {
  .about__title-left-img img {
    width: 150px;
    height: 116px;
  }
}

.about__title-right-img {
  position: absolute;
  top: -8px;
  right: 8px;
}
@media screen and (min-width: 900px) {
  .about__title-right-img {
    top: 6px;
    right: -30px;
  }
}
.about__title-right-img img {
  width: 89px;
  height: 68px;
}
@media screen and (min-width: 900px) {
  .about__title-right-img img {
    width: 147px;
    height: 118px;
  }
}

.about__left-img {
  position: absolute;
  top: 395px;
  left: -140px;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .about__left-img {
    top: 73px;
    left: -338px;
  }
}
.about__left-img img {
  width: 200px;
  height: 200px;
}
@media screen and (min-width: 900px) {
  .about__left-img img {
    width: 480px;
    height: 480px;
  }
}

.about__right-img {
  position: absolute;
  top: 273px;
  right: -140px;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .about__right-img {
    top: 71px;
    right: -284px;
  }
}
.about__right-img img {
  width: 200px;
  height: 200px;
}
@media screen and (min-width: 900px) {
  .about__right-img img {
    width: 480px;
    height: 480px;
  }
}

.naname__img {
  display: none;
  position: absolute;
  top: -22px;
  left: -21px;
  z-index: -2;
}
@media screen and (min-width: 900px) {
  .naname__img {
    display: inline-block;
  }
}
.naname__img img {
  width: 250px;
  height: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sakamichi__img {
  position: absolute;
  top: 552px;
  left: -55px;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .sakamichi__img {
    top: 320px;
    left: -103px;
  }
}
.sakamichi__img img {
  width: 216px;
  height: 433px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .sakamichi__img img {
    width: 427px;
    height: 817px;
    top: 319px;
    left: -104px;
  }
}

.pawpads__img {
  position: absolute;
  top: -76px;
  right: -31px;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .pawpads__img {
    position: absolute;
    top: -82px;
    right: 167px;
  }
}
.pawpads__img img {
  width: 54px;
  height: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .pawpads__img img {
    width: 100px;
    height: 220px;
  }
}

.good__img-1 {
  position: absolute;
  top: 762px;
  right: 57px;
}
@media screen and (min-width: 900px) {
  .good__img-1 {
    top: 755px;
    right: 74px;
    z-index: -1;
  }
}
.good__img-1 img {
  width: 133px;
  height: 65.003px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .good__img-1 img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 308px;
    height: 150.604px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.good__img-2 {
  position: absolute;
  top: 720px;
  right: 21px;
}
@media screen and (min-width: 900px) {
  .good__img-2 {
    top: 600px;
    right: 150px;
  }
}
.good__img-2 img {
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .good__img-2 img {
    width: 101px;
    height: 100.047px;
  }
}

.path-1 {
  display: none;
}
@media screen and (min-width: 900px) {
  .path-1 {
    display: inline-block;
    position: absolute;
    top: 596px;
    right: -565px;
    z-index: -1;
    opacity: 0.7;
  }
}
.path-1 img {
  width: 806.851px;
  height: 12.006px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.path-2 {
  display: none;
}
@media screen and (min-width: 900px) {
  .path-2 {
    display: inline-block;
    position: absolute;
    top: 630px;
    right: -497px;
    z-index: -1;
    opacity: 0.7;
  }
}
.path-2 img {
  width: 806.851px;
  height: 12.006px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.arrow-img {
  position: absolute;
  top: 668px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) and (max-width: 899px) {
  .arrow-img {
    top: 590px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .arrow-img {
    top: 524px;
  }
}
@media screen and (min-width: 900px) {
  .arrow-img {
    top: 788px;
  }
}
.arrow-img img {
  width: 100px;
  height: 36px;
}
@media screen and (min-width: 900px) {
  .arrow-img img {
    width: 140px;
    height: 50px;
  }
}

.about__onomichi {
  width: 354.642px;
  width: calc(100% - 45px);
  height: auto;
  position: absolute;
  top: 807px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .about__onomichi {
    top: 740px;
  }
}
@media screen and (min-width: 768px) {
  .about__onomichi {
    width: 600px;
    height: auto;
  }
}
@media screen and (min-width: 900px) {
  .about__onomichi {
    width: 890.604px;
    top: 956px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.about__text-box {
  margin-top: 25px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .about__text-box {
    margin-top: 29px;
    gap: 32px;
  }
}

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

.text__box-lists {
  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: 18px;
}
@media screen and (min-width: 900px) {
  .text__box-lists {
    margin-top: 33px;
    gap: 27px;
  }
}

.about__text {
  font-size: 12px;
}
.about__text a:nth-of-type(1) {
  color: #4a3636;
  font-size: 12px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.about__text a:nth-of-type(1):hover {
  color: #67b0c7;
}
@media screen and (min-width: 900px) {
  .about__text a:nth-of-type(1) {
    color: var(--LP-Blown, #4a3636);
    /* JP/Text 16px Regular line */
    font-size: 16px;
  }
}
.about__text a:nth-of-type(2) {
  color: #4a3636;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .about__text a:nth-of-type(2) {
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  .about__text {
    font-size: 16px;
  }
}

.about__present-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  padding-block: 6px;
  margin-top: 25px;
  border-bottom: 2px dashed #9ed0e0;
}
@media screen and (min-width: 900px) {
  .about__present-text {
    font-size: 20px;
    padding-block: 11px;
    margin-top: 34px;
  }
}

.about__button {
  margin-inline: auto;
  margin-top: 25px;
}
@media screen and (max-width: 380px) {
  .about__button {
    padding: 7px 22px 8px;
  }
}
@media screen and (min-width: 900px) {
  .about__button {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    padding: 10px 37px 13px 37px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    font-weight: 700;
  }
}

.campaign__swiper {
  position: relative;
}
.campaign__swiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.35;
  z-index: -1;
}

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

.campaign__swiper-slide img {
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 768px) {
  .campaign__swiper-slide img {
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 900px) {
  .campaign__swiper-slide img {
    width: 200px;
    height: 200px;
  }
}

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

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

.map__img {
  position: absolute;
  top: -1px;
  left: -20px;
  z-index: -1;
}
.map__img img {
  width: 137px;
  height: 206px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .map__img {
    top: 0;
    left: 0;
  }
  .map__img img {
    width: 350px;
    height: 525px;
  }
}
@media screen and (min-width: 1200px) {
  .map__img {
    top: -61px;
    left: 16px;
  }
  .map__img img {
    width: 419px;
    height: 625px;
  }
}

.how-to-enter__cat-img-1__img {
  position: absolute;
  top: 4px;
  right: -51px;
}
.how-to-enter__cat-img-1__img img {
  width: 94px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .how-to-enter__cat-img-1__img {
    top: 4px;
    right: 95px;
  }
  .how-to-enter__cat-img-1__img img {
    width: 143px;
    height: 122.104px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__cat-img-1__img {
    top: -17px;
    right: 84px;
  }
  .how-to-enter__cat-img-1__img img {
    width: 214px;
    height: 181.104px;
  }
}

.how-to-enter__cat-img-2__img {
  position: absolute;
  top: -1px;
  right: 4px;
  z-index: -1;
}
.how-to-enter__cat-img-2__img img {
  width: 105px;
  height: 63px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .how-to-enter__cat-img-2__img {
    top: -26px;
    right: 148px;
  }
  .how-to-enter__cat-img-2__img img {
    width: 177px;
    height: 106px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__cat-img-2__img {
    top: -26px;
    right: 211px;
  }
  .how-to-enter__cat-img-2__img img {
    width: 238px;
    height: 141px;
  }
}

.how-to-enter__pawpads-1__img {
  position: absolute;
  top: 74px;
  right: 0;
  z-index: -1;
}
.how-to-enter__pawpads-1__img img {
  width: 55px;
  height: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .how-to-enter__pawpads-1__img {
    top: 148px;
    right: 15px;
  }
  .how-to-enter__pawpads-1__img img {
    width: 100px;
    height: 220px;
  }
}

.how-to-enter__pawpads-2__img {
  position: absolute;
  top: 549px;
  left: 0;
  z-index: -1;
}
.how-to-enter__pawpads-2__img img {
  width: 55px;
  height: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .how-to-enter__pawpads-2__img {
    top: 579px;
    left: 16px;
  }
  .how-to-enter__pawpads-2__img img {
    width: 100px;
    height: 220px;
  }
}

.how-to-enter__pawpads-3__img {
  position: absolute;
  top: 879px;
  right: 0;
}
.how-to-enter__pawpads-3__img img {
  width: 55px;
  height: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.step__lists {
  margin-top: 32px;
  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: 34px;
}
@media screen and (min-width: 900px) {
  .step__lists {
    min-width: 860px;
    margin-inline: auto;
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.6534391534%;
  }
}
@media screen and (min-width: 1200px) {
  .step__lists {
    width: 70.7671957672%;
    min-width: 1008px;
    margin-inline: auto;
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.6534391534%;
  }
}

.step {
  padding-bottom: 14px;
  width: 335px;
  width: calc(100% - 40px);
  margin-inline: auto;
}
.step:nth-child(2) {
  position: relative;
}
@media screen and (min-width: 900px) {
  .step {
    padding-inline: 5px;
    padding-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .step:nth-child(1) {
    margin-top: -2px;
    margin-bottom: 18px;
  }
  .step:nth-child(2) {
    margin-top: 66px;
    margin-bottom: 8px;
  }
  .step:nth-child(3) {
    margin-top: -2px;
    margin-bottom: 76px;
  }
}

.step-2 {
  position: relative;
}

.step-3 {
  position: relative;
}

.step__img img {
  width: 196px;
  height: 210px;
}
@media screen and (min-width: 900px) {
  .step__img img {
    width: 280px;
    height: 300px;
  }
}

.step__title {
  font-weight: 700;
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .step__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  .step__title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .step__title {
    font-size: 20px;
    margin-top: 25px;
  }
}

.step__text {
  font-size: 12px;
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .step__text {
    font-size: 15px;
  }
}
@media screen and (min-width: 900px) {
  .step__text {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .step__text {
    font-size: 16px;
    margin-top: 15px;
  }
}

.step__text-a1 {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.step__text-a1:hover {
  color: #67b0c7;
}

.step__text-a2 {
  font-weight: 700;
}

.line-img {
  position: absolute;
}
.line-img img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .line-img img {
    width: 113px;
    height: 24px;
  }
}

.line-1 {
  position: absolute;
  top: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .line-1 {
    top: 133px;
    left: -33px;
  }
}

.line-2 {
  position: absolute;
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .line-2 {
    top: 201px;
    left: -25px;
  }
}

.follow__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 14px;
  background: #ffffff;
  padding: 8px 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.follow__link a {
  font-size: 14px;
  font-weight: 700;
}
.follow__link::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/instagram-Icon.png) no-repeat center center/contain;
  margin-right: 8px;
}
@media screen and (min-width: 900px) {
  .follow__link {
    margin-top: 16px;
  }
  .follow__link a {
    font-size: 16px;
  }
  .follow__link::before {
    width: 24px;
    height: 24px;
  }
}

.how-to-enter__button {
  margin-inline: auto;
  padding-top: 5px;
}
@media screen and (max-width: 380px) {
  .how-to-enter__button {
    font-size: 13px;
    padding: 7px 22px 8px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-enter__button {
    height: 56px;
    margin-top: 40px;
    padding: 10px 40px 12px 40px;
  }
}

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

.prizes__inner {
  margin: 0;
}
@media screen and (min-width: 900px) {
  .prizes__inner {
    width: 67.7248677249%;
    margin-inline: auto;
  }
}

.prizes__title {
  width: 237px;
  margin-inline: auto;
  padding-top: 20px;
  position: relative;
}

.prizes__title__box {
  width: 190px;
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .prizes__title__box {
    top: -101px;
    width: 256px;
    margin-top: 7px;
  }
}

.prizes__title__bg {
  background: url(../img/prizes-title_bg=SP.png) no-repeat center center/cover;
  width: 250.6px;
  height: 83px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .prizes__title__bg {
    background: url(../img/prizes-title_bg=PC.png) no-repeat center center/cover;
    width: 365.624px;
    height: 148.967px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.prizes__title-icon img {
  width: 33px;
  height: 33px;
}
@media screen and (min-width: 900px) {
  .prizes__title-icon img {
    width: 42px;
    height: 40px;
  }
}

.prizes__main-title {
  margin-top: 10px;
}
@media screen and (min-width: 900px) {
  .prizes__main-title {
    margin-top: 13px;
  }
}

.prizes__title-right-img {
  position: absolute;
  top: -99px;
  right: -393px;
}
.prizes__title-right-img img {
  width: 315px;
  height: 86px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.prizes__title-left-img {
  position: absolute;
  top: -99px;
  left: -393px;
}
.prizes__title-left-img img {
  width: 315px;
  height: 86px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.prizes__container {
  background: #ffffff;
  padding-top: 57px;
  padding-bottom: 34px;
  padding-inline: 20px;
  text-align: center;
  border-radius: 24px;
}
@media screen and (min-width: 900px) {
  .prizes__container {
    padding-top: 67px;
    padding-bottom: 53px;
    max-width: 1024px;
    margin-inline: auto;
  }
}

.prizes__text {
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .prizes__text {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes__text {
    font-size: 16px;
    padding-top: 2px;
  }
}

.prizes__box {
  margin-top: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media screen and (min-width: 900px) {
  .prizes__box {
    margin-top: 80px;
    gap: 32px;
  }
}

.prizes__box-link {
  display: block;
  width: calc(50% - 8px);
  height: auto;
  margin-bottom: 24px;
  border-radius: 24px;
}
.prizes__box-link:hover {
  border: #9ed0e0 1px solid;
}
.prizes__box-link:hover .prizes__list-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media screen and (min-width: 900px) {
  .prizes__box-link:hover .prizes__list-img img {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}
.prizes__box-link:hover .prizes__list-title::before {
  background: url(../img/serch-bg-hover.png) no-repeat center center/cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .prizes__box-link {
    width: calc(33.3333% - 10px);
    height: 280px;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__box-link {
    width: calc(50% - 30px);
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .prizes__box-link:nth-child(1), .prizes__box-link:nth-child(2) {
    width: calc(50% - 54px);
    height: 461px;
    margin-bottom: 47px;
  }
  .prizes__box-link:nth-child(3), .prizes__box-link:nth-child(4), .prizes__box-link:nth-child(5) {
    width: calc(33.3333% - 44px);
    height: 321px;
  }
  .prizes__box-link:nth-child(3) .prizes__list-head, .prizes__box-link:nth-child(4) .prizes__list-head, .prizes__box-link:nth-child(5) .prizes__list-head {
    width: 80px;
    height: 80px;
  }
  .prizes__box-link:nth-child(3) .prizes__list-text, .prizes__box-link:nth-child(4) .prizes__list-text, .prizes__box-link:nth-child(5) .prizes__list-text {
    font-size: 12.8px;
  }
  .prizes__box-link:nth-child(3) .prizes__list-number, .prizes__box-link:nth-child(4) .prizes__list-number, .prizes__box-link:nth-child(5) .prizes__list-number {
    font-size: 38.4px;
  }
  .prizes__box-link:nth-child(3) .prizes__list-img, .prizes__box-link:nth-child(4) .prizes__list-img, .prizes__box-link:nth-child(5) .prizes__list-img {
    height: calc(100% - 80px);
  }
  .prizes__box-link:nth-child(3) .prizes__list-title, .prizes__box-link:nth-child(4) .prizes__list-title, .prizes__box-link:nth-child(5) .prizes__list-title {
    font-size: 16px;
    height: 80px;
  }
  .prizes__box-link:nth-child(3) .prizes__list-title::before, .prizes__box-link:nth-child(4) .prizes__list-title::before, .prizes__box-link:nth-child(5) .prizes__list-title::before {
    width: 64px;
    height: 64px;
  }
  .prizes__box-link:nth-child(3) .prizes__list-title::after, .prizes__box-link:nth-child(4) .prizes__list-title::after, .prizes__box-link:nth-child(5) .prizes__list-title::after {
    width: 20.48px;
    height: 20.48px;
    bottom: 9.12px;
    right: 11.22px;
  }
}

.prizes__list {
  width: 100%;
  height: 100%;
  position: relative;
}

.prizes__list-head {
  background: url(../img/prizes-Star.png) no-repeat center center/cover;
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .prizes__list-head {
    height: 70px;
    width: 70px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__list-head {
    width: 100px;
    height: 100px;
  }
}

.prizes__list-text {
  font-size: 7.68px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .prizes__list-text {
    font-size: 14.68px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__list-text {
    font-size: 16px;
  }
}

.prizes__list-number {
  font-size: 23.04px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .prizes__list-number {
    font-size: 27.04px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__list-number {
    font-size: 48px;
  }
}

.prizes__list-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  width: 100%;
  height: calc(100% - 56px);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.prizes__list-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (min-width: 900px) {
  .prizes__list-img {
    height: calc(100% - 120px);
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}

.prizes__list-title {
  background-color: #f5f5f5;
  height: 56px;
  font-size: 12px;
  font-weight: 700;
  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;
  position: relative;
  border-bottom-left-radius: 8px;
}
.prizes__list-title::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(../img/serch-bg.png) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 8px;
}
.prizes__list-title::after {
  content: "";
  width: 11.52px;
  height: 11.52px;
  background: url(../img/serch-zoom_icon.png) no-repeat center center/cover;
  position: absolute;
  bottom: 6.12px;
  right: 5.22px;
}
@media screen and (min-width: 900px) {
  .prizes__list-title {
    font-size: 17px;
    height: 80px;
    border-bottom-left-radius: 16px;
  }
  .prizes__list-title::before {
    width: 50px;
    height: 50px;
    border-bottom-right-radius: 16px;
  }
  .prizes__list-title::after {
    width: 16px;
    height: 16px;
    bottom: 8px;
    right: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes__list-title {
    height: 120px;
    font-size: 20px;
  }
  .prizes__list-title::before {
    width: 100px;
    height: 100px;
  }
  .prizes__list-title::after {
    width: 32px;
    height: 32px;
    bottom: 15px;
    right: 13px;
  }
}

.prizes__button {
  margin-top: -5px;
  font-size: 16px;
  margin-inline: auto;
}
@media screen and (max-width: 380px) {
  .prizes__button {
    font-size: 13px;
    padding: 7px 22px 8px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__button {
    margin-top: -4px;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    padding: 10px 40px 12px 40px;
  }
}

.prizes__modal {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.prizes__modal-link {
  background: #ffffff;
  max-width: 400px;
  width: calc(100% - 30px);
  padding-bottom: 56px;
  border-radius: 24px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .prizes__modal-link {
    width: 480px;
  }
}

.prizes__modal-img img {
  width: 100%;
}

.prizes__modal-title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 39px;
}
@media screen and (min-width: 900px) {
  .prizes__modal-title {
    font-size: 20px;
    margin-top: 32px;
  }
}

.prizes__modal-text {
  font-size: 12px;
  font-weight: 400;
  margin-top: 12px;
}
@media screen and (min-width: 900px) {
  .prizes__modal-text {
    font-size: 16px;
  }
}

.prizes__modal-button {
  margin-top: 16px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .prizes__modal-button {
    margin-top: 24px;
  }
}

.bg__section {
  width: 100%;
  height: 260px;
  margin-inline: auto;
  background: url(../img/bg__section-img.png) no-repeat center center/cover;
  position: absolute;
  bottom: -216px;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .bg__section {
    height: 640px;
    bottom: -638px;
  }
}

.spot {
  margin-top: 171px;
}
@media screen and (min-width: 900px) {
  .spot {
    margin-top: 520px;
  }
}

.spot__inner {
  background: #67b0c7;
  height: 634px;
}
@media screen and (min-width: 900px) {
  .spot__inner {
    position: relative;
    height: 716px;
  }
}

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

.spot__header-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.spot__header-img img {
  width: 100%;
  height: 45.714px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .spot__header-img {
    display: block;
  }
}
@media screen and (min-width: 900px) {
  .spot__header-img img {
    height: 120px;
  }
}

@media screen and (min-width: 900px) {
  .spot__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: 250px;
    gap: 26px;
    margin-left: 242px;
  }
}

.spot__contents-title {
  color: #ffffff;
  font-family: "Kiwi Maru";
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.spot__contents-title::before {
  content: "";
  display: block;
  background: url(../img/spot-Icon.png) no-repeat center center/contain;
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 900px) {
  .spot__contents-title {
    font-size: 40px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin-bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    letter-spacing: 10px;
    gap: 15px;
  }
  .spot__contents-title::before {
    width: 56px;
    height: 56px;
  }
}

.spot__swiper-slide {
  background: #ffffff;
  width: 240px;
  height: 402px;
  margin-inline: auto;
  border-radius: 12px;
}
@media screen and (max-width: 380px) {
  .spot__swiper-slide {
    width: 200px;
  }
}
@media screen and (min-width: 900px) {
  .spot__swiper-slide {
    width: 344px;
    height: 540px;
    border-radius: 24px;
  }
}

.spot__swiper-slide-img img {
  width: 100%;
  height: 180px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
@media screen and (min-width: 900px) {
  .spot__swiper-slide-img img {
    height: 240px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}

.spot__swiper-slide-title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .spot__swiper-slide-title {
    font-size: 20px;
    margin-top: 24px;
  }
}

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

.spot__swiper-button-prev,
.spot__swiper-button-next {
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: 507px;
}
.spot__swiper-button-prev::after,
.spot__swiper-button-next::after {
  display: none;
}

@media screen and (max-width: 899px) {
  .spot__swiper-button-prev,
  .spot__swiper-button-next {
    display: none;
  }
}
.spot__swiper-button-prev {
  background: url(../img/spot-pre.png) no-repeat center center/contain;
  left: 284px;
}

.spot__swiper-button-next {
  background: url(../img/spot-next.png) no-repeat center center/contain;
  right: 284px;
}

.spot__footer {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .spot__footer {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .spot__footer {
    width: 67.7248677249%;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 65px;
    gap: 7.9365079365%;
  }
}

.spot__footer-pawpads {
  position: absolute;
  bottom: 0;
  left: 36px;
}
.spot__footer-pawpads img {
  width: 100px;
  height: 220px;
}

.spot__footer-logo img {
  width: 255px;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .spot__footer-logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .spot__footer-logo img {
    width: 100%;
    height: auto;
  }
}

.spot__footer-text {
  color: #ffffff;
  font-size: 11.444px;
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .spot__footer-text {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .spot__footer-text {
    font-size: 16px;
    margin-top: 0;
  }
}

.spot__footer-button {
  margin-top: 24px;
  margin-bottom: -1px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .spot__footer-button {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    padding: 12px 35px 12px 39px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-inline: auto;
  }
}

.spot__footer-img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: -1px;
}

.spot__footer-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.spot__footer-img img {
  width: 100%;
  height: 45.714px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .spot__footer-img {
    display: block;
  }
}
@media screen and (min-width: 900px) {
  .spot__footer-img img {
    height: 120px;
  }
}

.qa__inner {
  margin-block: 40px;
}
@media screen and (min-width: 900px) {
  .qa__inner {
    margin-block: 120px;
    width: 67.7248677249%;
    margin-inline: auto;
  }
}

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

.qa__box {
  border-radius: 12px;
  border: 2px solid #4a3636;
  overflow: hidden;
}
.qa__box.is-open .q__text::after {
  background: url(../img/qa__close-icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 900px) {
  .qa__box {
    border-radius: 16px;
  }
}

.q__box {
  background: #ffffff;
  padding: 11px 13px 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  width: 100%;
  -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: 900px) {
  .q__box {
    padding: 19px 21px 21px 23px;
    gap: 15px;
  }
}

.q__icon {
  color: #9ed0e0;
  font-family: "Josefin Sans";
  font-size: 24px;
  line-height: 1.25;
  padding-top: 2px;
}
@media screen and (min-width: 900px) {
  .q__icon {
    font-size: 32px;
  }
}

.q__text {
  color: #cccccc;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10.91px;
  text-align: left;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.q__text::after {
  content: "";
  display: block;
  width: 26.182px;
  height: 26.182px;
  margin: auto;
  margin-right: 0;
  background: url(../img/qa__open-icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 900px) {
  .q__text {
    font-size: 20px;
  }
  .q__text::after {
    width: 48px;
    height: 48px;
  }
}

.a__box {
  background: #f5f5f5;
  padding: 17px 14px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}
@media screen and (min-width: 900px) {
  .a__box {
    padding: 22px 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.a__icon {
  color: #9ed0e0;
  font-family: "Josefin Sans";
  font-size: 24px;
  line-height: 1.25;
  padding-top: 8px;
}
@media screen and (min-width: 900px) {
  .a__icon {
    font-size: 32px;
  }
}

.a__text {
  font-size: 14px;
}
.a__text a {
  font-style: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (min-width: 900px) {
  .a__text {
    font-size: 16px;
  }
}

.entry__requirements {
  margin-top: -21.33px;
}

.entry__requirements-inner {
  padding: 27px 15px;
  padding-right: 14px;
  border: 8px solid #ffffff;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 900px) {
  .entry__requirements-inner {
    margin: 140px auto;
    padding: 33px 63px 43px;
    max-width: 874px;
  }
}
@media screen and (min-width: 1200px) {
  .entry__requirements-inner {
    max-width: 1024px;
  }
}

.entry__requirements-box {
  margin-top: 25px;
}
.entry__requirements-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
@media screen and (min-width: 900px) {
  .entry__requirements-box {
    margin-top: 38px;
  }
}

.entry__requirements-list:nth-child(1), .entry__requirements-list:nth-child(2), .entry__requirements-list:nth-child(3), .entry__requirements-list:nth-child(4) {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 14px;
}
@media screen and (min-width: 1200px) {
  .entry__requirements-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 175px;
  }
  .entry__requirements-list:nth-child(1), .entry__requirements-list:nth-child(2), .entry__requirements-list:nth-child(3), .entry__requirements-list:nth-child(4) {
    padding-bottom: 10px;
  }
}

.entry__requirements-title {
  font-size: 14px;
  font-weight: 700;
}
.entry__requirements-title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #9ed0e0;
  border-radius: 50%;
  margin-right: 8px;
}
@media screen and (min-width: 1200px) {
  .entry__requirements-title {
    font-size: 16px;
    white-space: nowrap;
    width: 50px;
  }
}

.entry__requirements-text {
  font-size: 12px;
  margin-top: 8px;
}
.entry__requirements-text a {
  font-size: 12px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.entry__requirements-text a:hover {
  color: #67b0c7;
}
@media screen and (min-width: 900px) {
  .entry__requirements-text {
    font-size: 16px;
    margin-top: 0;
  }
  .entry__requirements-text a {
    font-size: 16px;
  }
}

.entry__requirements-text-list {
  margin-left: 19px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
}
.entry__requirements-text-list ul {
  gap: 0;
}
.entry__requirements-text-list a {
  font-size: 12px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.entry__requirements-text-list li:nth-of-type(1) {
  margin-top: 0px;
}
.entry__requirements-text-list li:nth-of-type(2) {
  margin-top: 0px;
}
.entry__requirements-text-list li:nth-of-type(3) {
  margin-top: -1px;
}
.entry__requirements-text-list li:nth-of-type(4) {
  margin-top: -1px;
}
.entry__requirements-text-list li:nth-of-type(5) {
  margin-top: -1px;
}
.entry__requirements-text-list li:nth-of-type(6) {
  margin-top: -1px;
}
.entry__requirements-text-list li:nth-of-type(7) {
  margin-top: 0px;
}
.entry__requirements-text-list li:nth-of-type(8) {
  margin-top: -1px;
}
.entry__requirements-text-list li:nth-of-type(9) {
  margin-top: -1px;
}
@media screen and (min-width: 900px) {
  .entry__requirements-text-list {
    font-size: 16px;
    margin-top: 5px;
    margin-left: 24px;
  }
  .entry__requirements-text-list a {
    font-size: 16px;
  }
  .entry__requirements-text-list li:nth-of-type(1) {
    margin-top: 0px;
  }
  .entry__requirements-text-list li:nth-of-type(2) {
    margin-top: 0px;
  }
  .entry__requirements-text-list li:nth-of-type(3) {
    margin-top: 1px;
  }
  .entry__requirements-text-list li:nth-of-type(4) {
    margin-top: 2px;
  }
  .entry__requirements-text-list li:nth-of-type(5) {
    margin-top: -1px;
  }
  .entry__requirements-text-list li:nth-of-type(6) {
    margin-top: 2px;
  }
  .entry__requirements-text-list li:nth-of-type(7) {
    margin-top: 0px;
  }
  .entry__requirements-text-list li:nth-of-type(8) {
    margin-top: 1px;
  }
  .entry__requirements-text-list li:nth-of-type(9) {
    margin-top: 1px;
  }
}

.bg-2__section {
  width: 100%;
  height: 99px;
  margin-inline: auto;
  background: url(../img/img_bg_entry.png) no-repeat center center/cover;
  margin-top: 32px;
}
@media screen and (min-width: 900px) {
  .bg-2__section {
    height: 200px;
    margin-top: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .bg-2__section {
    height: 398px;
    margin-top: -10px;
  }
}

.contact {
  background: #ffffff;
}

.contact__inner {
  padding-block: 39px;
}
@media screen and (min-width: 900px) {
  .contact__inner {
    padding-block: 121px;
  }
}

.contact__box {
  margin-top: 24px;
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .contact__box {
    margin-top: 30px;
    max-width: 900px;
    margin-inline: auto;
  }
}

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

.contact__fields {
  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: 24px;
}
@media screen and (min-width: 1200px) {
  .contact__fields {
    margin-top: 40px;
    width: 848px;
    margin-inline: auto;
    gap: 26px;
  }
}

.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: 8px;
}
@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;
    max-width: 1024px;
    margin-inline: auto;
  }
}

.email__form .form-text {
  margin-top: -1px;
}

.select__form .form-field__tag {
  margin-top: 1px;
}
@media screen and (min-width: 900px) {
  .select__form {
    margin-top: -3px;
  }
}

.check__form .form-field__label {
  margin-top: -1px;
}
@media screen and (min-width: 900px) {
  .check__form {
    margin-top: 15px;
  }
}

.message__form {
  margin-top: 2px;
}
.message__form .form-field__label {
  margin-top: -1px;
}
.message__form .form-field__tag {
  margin-top: -2px;
}
@media screen and (min-width: 900px) {
  .message__form {
    margin-top: 14px;
  }
  .message__form .form-field__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .message__form .form-field__tag {
    margin-top: 0px;
  }
}

.form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
}
@media screen and (min-width: 900px) {
  .form-field__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

.form-field__tag {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background: #ce2073;
}

.form-field__item {
  width: 100%;
}
.form-field__item input::-webkit-input-placeholder {
  color: #cccccc;
}
.form-field__item input::-moz-placeholder {
  color: #cccccc;
}
.form-field__item input:-ms-input-placeholder {
  color: #cccccc;
}
.form-field__item input::-ms-input-placeholder {
  color: #cccccc;
}
.form-field__item input::placeholder {
  color: #cccccc;
}
.form-field__item textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.form-field__item textarea::-moz-placeholder {
  color: #cccccc;
}
.form-field__item textarea:-ms-input-placeholder {
  color: #cccccc;
}
.form-field__item textarea::-ms-input-placeholder {
  color: #cccccc;
}
.form-field__item textarea::placeholder {
  color: #cccccc;
}
@media screen and (min-width: 900px) {
  .form-field__item {
    width: 628px;
  }
}

.form-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56px;
  padding: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #f5f5f5;
  border-radius: 8px;
  border: none;
  font-size: 14px;
}
.form-text:focus {
  outline: none;
  border: 1px solid #9ed0e0;
  background: #e9f6f8;
}
@media screen and (min-width: 900px) {
  .form-text {
    font-size: 16px;
  }
}

.form-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56px;
  padding: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../img/contact-control.png) no-repeat right center/52px 55px, #f5f5f5;
  font-size: 14px;
}
.form-select:focus {
  outline: none;
  border: 1px solid #9ed0e0;
  background: #e9f6f8;
}
@media screen and (min-width: 900px) {
  .form-select {
    font-size: 16px;
  }
}

.form-field__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: -1px;
  margin-left: -4px;
}
@media screen and (min-width: 900px) {
  .form-field__radios {
    gap: 19px;
  }
}

@media screen and (min-width: 900px) {
  .form-field__radio {
    margin-left: 2px;
  }
}

.form-radio__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-radio__input:focus + .form-radio__text::before {
  border: 1px solid #9ed0e0;
}
.form-radio__input:checked + .form-radio__text::after {
  opacity: 1;
}

.form-radio__text {
  font-size: 14px;
  padding-left: 36px;
  position: relative;
}
.form-radio__text::before, .form-radio__text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.form-radio__text::before {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: #f5f5f5;
  left: 2px;
}
.form-radio__text::before:focus {
  border: 1px solid #9ed0e0;
}
.form-radio__text::after {
  width: 12px;
  height: 12px;
  background: #9ed0e0;
  left: 8px;
  opacity: 0;
}
@media screen and (min-width: 900px) {
  .form-radio__text {
    font-size: 16px;
  }
}

.form-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 160px;
  padding: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  background: #f5f5f5;
  font-size: 14px;
  border: none;
}
.form-textarea:focus {
  outline: none;
  border: 1px solid #9ed0e0;
  background: #e9f6f8;
}
@media screen and (min-width: 900px) {
  .form-textarea {
    font-size: 16px;
  }
}

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

.form-checkbox__input {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #f5f5f5;
  margin-right: 5px;
}

.form-checkbox__text {
  font-size: 14px;
}
.form-checkbox__text a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.form-checkbox__text a:hover {
  color: #67b0c7;
}
@media screen and (min-width: 900px) {
  .form-checkbox__text {
    font-size: 16px;
  }
}

.contact__button {
  margin-top: 21px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .contact__button {
    margin-top: 36px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    height: 40px;
    padding: 6px 24px 8px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sns {
  position: relative;
}

.sns-pawpads__img {
  position: absolute;
  top: -40px;
  right: 80px;
  z-index: -1;
}
.sns-pawpads__img img {
  width: 100px;
  height: 220px;
}

.sns__inner {
  margin-top: 45px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .sns__inner {
    margin-top: 119px;
  }
}

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

.sns__lists {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.sns__logo {
  margin-top: 14px;
  margin-inline: auto;
  width: calc(100% - 45px);
  max-width: 340px;
  height: auto;
}
.sns__logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 900px) {
  .sns__logo {
    margin-top: 40px;
    width: 755px;
    height: 82.231px;
  }
}

.sns__map {
  margin-bottom: 126px;
}
@media screen and (min-width: 900px) {
  .sns__map {
    margin-bottom: 118px;
  }
}

.sns__map-inner {
  margin-inline: auto;
  max-width: 335px;
}
@media screen and (min-width: 768px) {
  .sns__map-inner {
    max-width: 500px;
  }
}
@media screen and (min-width: 900px) {
  .sns__map-inner {
    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;
    max-width: 1024px;
  }
}

.sns__map-img img {
  border-radius: 16px 16px 0 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .sns__map-img {
    width: 50%;
    height: 400px;
  }
  .sns__map-img img {
    border-radius: 0 16px 16px 0;
  }
}

.map__text {
  background: #ffffff;
  padding: 24px;
  padding-top: 19px;
  padding-bottom: 27px;
  border-radius: 0 0 16px 16px;
}
@media screen and (min-width: 900px) {
  .map__text {
    width: 50%;
    padding-block: 100px;
    padding-inline: 61px;
    border-radius: 16px 0 0 16px;
  }
}

.map__text-title {
  width: 153px;
  height: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .map__text-title {
    width: 183px;
    height: 24px;
    margin-inline: 0;
  }
}

.map__text-lists {
  margin-top: 36px;
}
.map__text-lists ul {
  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) {
  .map__text-lists {
    margin-top: 30px;
  }
  .map__text-lists ul {
    gap: 12px;
  }
}

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

.map__text-list-title {
  font-size: 12px;
  font-weight: 700;
  width: 10px;
  white-space: nowrap;
}
.map__text-list-title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #9ed0e0;
  border-radius: 50%;
  margin-right: 8px;
  margin-left: 4px;
  margin-bottom: 2px;
}
@media screen and (min-width: 900px) {
  .map__text-list-title {
    font-size: 16px;
  }
  .map__text-list-title::before {
    margin-left: 1px;
    margin-bottom: 3px;
  }
}

.map__text-list-text {
  font-size: 12px;
  margin-left: 74px;
}
@media screen and (min-width: 900px) {
  .map__text-list-text {
    font-size: 16px;
    margin-left: 111px;
  }
}

.footer__head-sp-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer__head-sp-img img {
  width: 100%;
  height: 45.714px;
  margin-inline: -1px;
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .footer__head-sp-img img {
    display: block;
  }
}

.footer__head-pc-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer__head-pc-img img {
  width: 100%;
  height: 120px;
  margin-inline: -1px;
}

.footer__inner {
  background: #67b0c7;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 24px;
  margin-top: -1px;
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .footer__inner {
    padding-block: 20px;
  }
}
@media screen and (min-width: 900px) {
  .footer__inner {
    padding-bottom: 32px;
  }
}

.copyright {
  color: #ffffff;
  font-size: 10px;
}
@media screen and (min-width: 900px) {
  .copyright {
    font-size: 14px;
  }
}

.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 99;
}
.pagetop img {
  width: 75px;
  height: 78px;
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 900px) {
  .pagetop img {
    width: 100px;
    height: 104px;
  }
}