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

.wrapper {
  overflow: hidden;
}

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

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

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

.inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1200px) {
  .inner {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1104px;
    margin-left: auto;
    margin-right: auto;
  }
}

.button {
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
  border: 2px solid #4a3636;
  -webkit-box-shadow: 0px 4px 0px 0px;
          box-shadow: 0px 4px 0px 0px;
  padding: 4px 22px 9px 22px;
  line-height: 1.6;
  background: #fff;
  white-space: nowrap;
}
.button:hover {
  background: #ffee56;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  .button {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .button {
    font-size: 20px;
    padding: 10px 37px 12px 37px;
  }
}

.header {
  z-index: 50;
  position: fixed;
  width: 100%;
  height: 64px;
  padding: 13px 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header {
    padding-inline: 24px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header__nav {
    font-size: 10px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav {
    font-size: 12px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__link:hover {
  color: #67b0c7;
  border-bottom: 1px solid #67b0c7;
}

.link__onomichi {
  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;
}
.link__onomichi:hover {
  color: #67b0c7;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header__button {
    margin-left: 0;
    padding: 2px 7px 2px 7px;
    font-size: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .header__button {
    font-size: 14px;
    margin-left: 4px;
    padding: 4px 22px 6px 22px;
  }
}

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

.drawer-icon {
  position: relative;
  width: 32px;
  height: 24px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  width: 32px;
  top: 10px;
  -webkit-transform: rotate(44.89deg);
          transform: rotate(44.89deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: rotate(-44.904deg);
          transform: rotate(-44.904deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(4) {
  display: none;
}
.drawer-icon .drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 25.6px;
  height: 3px;
  background: #4a3636;
  border-radius: 6px;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon .drawer-icon__bar:nth-of-type(2) {
  left: 27.2px;
  width: 4.8px;
}
.drawer-icon .drawer-icon__bar:nth-of-type(3) {
  width: 32px;
  top: 12px;
}
.drawer-icon .drawer-icon__bar:nth-of-type(4) {
  top: 24px;
  width: 32px;
}

.drawer-content {
  width: 100%;
  position: fixed;
  padding-top: 142px;
  z-index: 5;
  top: -100%;
  background: #fff;
  padding-block: 82px;
  -webkit-transition: top 0.3s linear;
  transition: top 0.3s linear;
  overflow: hidden;
}
.drawer-content.is-checked {
  top: 0;
}

.drawer-content__menu {
  font-weight: 400;
  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: 40px;
  padding-top: 61px;
}

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

.fv {
  padding-top: 64px;
  border-radius: 0px 0px 24px 24px;
  background: url(../img/fv-background.png) lightgray 50%/cover no-repeat;
  height: 618px;
}
@media screen and (min-width: 1200px) {
  .fv {
    height: 804px;
    border-radius: 0px 0px 40px 40px;
  }
}

.fv__inner {
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  .fv__inner {
    max-width: 928px;
  }
}

.fv__text {
  padding-top: 17px;
  text-align: center;
  text-shadow: 0px 0px 30px #fff;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 1200px) {
  .fv__text {
    padding-top: 35px;
    font-size: 24px;
    font-weight: 500;
  }
}

.fv__lead {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 335px;
  height: 105px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  .fv__lead {
    margin-top: 24px;
    max-width: 520px;
  }
}
@media screen and (min-width: 1200px) {
  .fv__lead img {
    height: 158px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.fv__decorations-wrap {
  position: relative;
  height: 522px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  .fv__decorations-wrap {
    margin-top: 0;
    max-width: 848px;
  }
}

.fv__decoration-smartphone {
  position: absolute;
  top: 103px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  height: 408px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1200px) {
  .fv__decoration-smartphone {
    top: 83px;
    width: 250px;
    height: 510px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.fv__decoration-smartphone__wrap {
  position: absolute;
  top: 122.6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
  text-align: center;
  border-radius: 12.8px;
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .fv__decoration-smartphone__wrap {
    top: 155.5px;
    width: 200px;
    gap: 16px;
    padding-bottom: 32px;
  }
}

.decoration-smartphone__heading {
  border-top-left-radius: 12.8px;
  border-top-right-radius: 12.8px;
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  font-size: 12.8px;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6.4px 9.6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .decoration-smartphone__heading {
    font-size: 16px;
    padding: 8px 12px;
  }
}

.decoration-smartphone__sub-heading {
  display: inline-block;
  padding-bottom: 1.2px;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 2.4px solid #ce2073;
}
@media screen and (min-width: 1200px) {
  .decoration-smartphone__sub-heading {
    font-size: 14px;
    border-bottom: 3px solid #ce2073;
  }
}

.decoration-smartphone__text {
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-size: 12px;
  font-weight: 700;
  line-height: 22.2px;
}
@media screen and (min-width: 1200px) {
  .decoration-smartphone__text {
    font-size: 16px;
    line-height: 1.8;
  }
}

.decoration-smartphone__button {
  margin-top: 15.8px;
}
@media screen and (min-width: 1200px) {
  .decoration-smartphone__button {
    margin-top: 22px;
  }
}

.button-small {
  padding: 2px 22px 4px 22px;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .button-small {
    padding: 4px 22px 6px 22px;
    font-size: 16px;
  }
}

.fv__decoration-english-message {
  position: absolute;
  top: 9px;
  left: 1;
}
@media screen and (min-width: 1200px) {
  .fv__decoration-english-message {
    top: 53px;
    left: 37px;
  }
}
.fv__decoration-english-message img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fv__decoration-circle-text {
  position: absolute;
  top: 0px;
  right: 25px;
}
@media screen and (min-width: 1200px) {
  .fv__decoration-circle-text {
    top: 70px;
    right: 127px;
  }
}
.fv__decoration-circle-text img {
  width: 110px;
  height: 110px;
}
@media screen and (min-width: 1200px) {
  .fv__decoration-circle-text img {
    width: 180px;
    height: 180px;
  }
}

.fv__decoration-cat1 {
  position: absolute;
  top: 395px;
  right: 0px;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .fv__decoration-cat1 {
    top: 360px;
    right: 62px;
  }
}
.fv__decoration-cat1 img {
  width: 62px;
  height: 69px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1200px) {
  .fv__decoration-cat1 img {
    width: 170px;
    height: 190px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.fv__decoration-cat2 {
  position: absolute;
  top: 450px;
  right: 9px;
  z-index: 3;
}
@media screen and (min-width: 1200px) {
  .fv__decoration-cat2 {
    top: 482px;
    right: 0px;
  }
}
.fv__decoration-cat2 img {
  width: 98px;
  height: 72px;
}
@media screen and (min-width: 1200px) {
  .fv__decoration-cat2 img {
    width: 233px;
    height: 174px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.fv__decoration-food {
  position: absolute;
  top: 383px;
  left: 0px;
  z-index: 3;
}
@media screen and (min-width: 1200px) {
  .fv__decoration-food {
    top: 278px;
    left: 1px;
  }
}
.fv__decoration-food img {
  width: 91px;
  height: 141px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1200px) {
  .fv__decoration-food img {
    width: 212px;
    height: 332px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.about {
  padding-top: 188px;
  padding-bottom: 32.8px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .about {
    padding-top: 177px;
  }
}

.about-decoration {
  position: absolute;
}

.about-img-stripe {
  z-index: -2;
  top: 157px;
  right: calc(50% + 528px);
  width: 250px;
  height: 250px;
}
.about-img-stripe img {
  width: 250px;
  height: 250px;
}

.about-img-wave {
  width: 873.922px;
  height: 45.021px;
  left: calc(50% + 448px);
  bottom: 669px;
}
.about-img-wave img {
  width: 873.922px;
  height: 45.021px;
}

.about-decoration__pawpads {
  top: 177px;
  left: calc(50% + 134px);
  z-index: -1;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  .about-decoration__pawpads {
    left: calc(50% + 111px);
  }
}
@media screen and (min-width: 1200px) {
  .about-decoration__pawpads {
    top: 94px;
    left: calc(50% + 490px);
  }
}
.about-decoration__pawpads img {
  width: 54px;
  height: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1200px) {
  .about-decoration__pawpads img {
    width: 100px;
    height: 220px;
  }
}

.about-top-left {
  position: absolute;
  top: 27px;
  left: 33px;
}
@media screen and (min-width: 1200px) {
  .about-top-left {
    top: 38px;
    left: 85px;
  }
}
.about-top-left img {
  width: 88px;
  height: 75px;
}
@media screen and (min-width: 1200px) {
  .about-top-left img {
    width: 148px;
    height: 120px;
  }
}

.about-top-right {
  position: absolute;
  top: 30px;
  right: 21px;
}
@media screen and (min-width: 1200px) {
  .about-top-right {
    top: 48px;
    right: 84px;
  }
}
.about-top-right img {
  width: 88px;
  height: 72px;
}
@media screen and (min-width: 1200px) {
  .about-top-right img {
    width: 148px;
    height: 116px;
  }
}

.about-img-right {
  width: 200px;
  height: 200px;
  top: 461px;
  z-index: -1;
  left: calc(50% + 127px);
  overflow: hidden;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  .about-img-right {
    left: calc(50% + 115px);
  }
}
@media screen and (min-width: 1200px) {
  .about-img-right {
    width: 480px;
    height: 480px;
    top: 249px;
    left: calc(50% + 560px);
  }
}
.about-img-right img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about-img-left {
  width: 200px;
  height: 200px;
  top: 583px;
  z-index: -1;
  right: calc(50% + 127px);
  overflow: hidden;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  .about-img-left {
    right: calc(50% + 115px);
  }
}
@media screen and (min-width: 1200px) {
  .about-img-left {
    width: 480px;
    height: 480px;
    top: 249px;
    right: calc(50% + 613px);
  }
}
.about-img-left img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about-img-goods1 {
  left: calc(50% + 118px);
  bottom: 251px;
}
@media screen and (min-width: 1200px) {
  .about-img-goods1 {
    left: calc(50% + 505px);
    bottom: 618px;
  }
}
.about-img-goods1 img {
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1200px) {
  .about-img-goods1 img {
    width: 101px;
    height: 100.047px;
  }
}

.about-img-goods2 {
  bottom: 191px;
  left: calc(50% - 3px);
}
@media screen and (min-width: 1200px) {
  .about-img-goods2 {
    bottom: 413px;
    left: calc(50% + 375px);
  }
}
.about-img-goods2 img {
  width: 133px;
  height: 65.003px;
}
@media screen and (min-width: 1200px) {
  .about-img-goods2 img {
    width: 308px;
    height: 150.604px;
  }
}

.about-img-staircase {
  bottom: 95px;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .about-img-staircase {
    bottom: 182px;
    left: -102px;
  }
}
.about-img-staircase img {
  width: 138px;
  height: 215px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .about-img-staircase img {
    width: 250px;
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .about-img-staircase img {
    width: 427px;
    height: 817px;
  }
}

.about__inner {
  padding-inline: 20px;
}

.about__content {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 48px;
  padding-inline: 12px;
  max-width: 335px;
  background: #fff;
  border-radius: 24px;
}
.about__content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0 0%, 100% 0%, 50% 100%);
  background-color: #cce1e4;
  width: 100px;
  height: 36px;
}
@media screen and (min-width: 1200px) {
  .about__content::after {
    width: 140px;
    height: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .about__content {
    padding-inline: 114px;
    max-width: 848px;
    padding-bottom: 52px;
  }
}

.heading {
  position: relative;
  padding-top: 43.3px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1200px) {
  .heading {
    margin-bottom: 32px;
  }
}
.heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 37.333px;
  height: 37.333px;
  background: url(../img/about-top-icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 1200px) {
  .heading::before {
    width: 48px;
    height: 48px;
  }
}

.heading-en {
  font-size: 16px;
  font-family: "courgette", sans-serif;
  font-weight: 400;
  line-height: 125%; /* 20px */
}
@media screen and (min-width: 1200px) {
  .heading-en {
    font-size: 20px;
    margin-top: 11px;
    margin-bottom: 3px;
  }
}

.heading-ja {
  display: inline-block;
  margin-top: 6px;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 125%; /* 25px */
  border-bottom: 6px solid #ffee56;
  padding-bottom: 6px;
}
@media screen and (min-width: 1200px) {
  .heading-ja {
    font-size: 32px;
    padding-bottom: 8px;
    padding-bottom: 8px;
  }
}

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

.about__title1 {
  font-weight: 700;
  margin-bottom: 24px;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .about__title1 {
    display: none;
  }
}

.about__title2 {
  font-weight: 700;
  margin-bottom: 35px;
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .about__title2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .about__title2 {
    display: none;
  }
}

.about__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17.9px;
}
@media screen and (min-width: 1200px) {
  .about__text-box {
    gap: 27.5px;
  }
}

.about__text {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .about__text {
    font-size: 16px;
  }
}

.about__text-last {
  margin-top: -0.1em;
  letter-spacing: -0.2px;
}

.about__text-bold {
  font-weight: 700;
}

.about__emphasize {
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 25px;
  border-bottom: 2px dashed #9ed0e0;
  padding-top: 8px;
  padding-bottom: 6px;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .about__emphasize {
    font-size: 20px;
    padding-top: 12px;
    padding-bottom: 10px;
    margin-top: 32px;
    margin-bottom: 42px;
  }
}

.about__button {
  font-size: 20px;
}
.about__bottom {
  margin-top: 137.67px;
}
@media screen and (min-width: 1200px) {
  .about__bottom {
    margin-top: 167.67px;
  }
}

.about__swiper {
  margin-top: -1px;
}
@media screen and (min-width: 1200px) {
  .about__swiper {
    margin-top: -5px;
  }
}

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

.swiper-slide {
  width: 100px;
  height: 100px;
  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;
}
.swiper-slide img {
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 1200px) {
  .swiper-slide img {
    width: 200px;
    height: 200px;
  }
}

.how-to-entry {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 17.67px;
}
@media screen and (min-width: 1200px) {
  .how-to-entry {
    padding-top: 89px;
  }
}

.how-to-entry__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 1200px) {
  .how-to-entry__inner {
    padding-inline: 36px;
  }
}

.how-to-entry__content {
  position: relative;
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  .how-to-entry__content {
    max-width: 1024px;
  }
}

.heading-how-to-entry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 37.333px;
  height: 37.333px;
  background: url(../img/how-to-entry.top-icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 1200px) {
  .heading-how-to-entry::before {
    width: 48px;
    height: 48px;
  }
}

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

.decoration-cat1 {
  width: 105px;
  z-index: -2;
  top: 0;
  right: 4px;
}
@media screen and (min-width: 1200px) {
  .decoration-cat1 {
    width: 238px;
    top: -28px;
    right: -14px;
  }
}
.decoration-cat1 img {
  width: 100%;
}

.decoration-cat2 {
  width: 94px;
  z-index: -1;
  top: 5px;
  right: -51px;
}
@media screen and (min-width: 1200px) {
  .decoration-cat2 {
    width: 214px;
    top: -18px;
    right: -139px;
  }
}
.decoration-cat2 img {
  width: 100%;
}

.decoration-map {
  width: 149px;
  z-index: -1;
  top: 0;
  left: -20px;
}
@media screen and (min-width: 1200px) {
  .decoration-map {
    width: 460px;
    top: -60px;
    left: -207px;
  }
}
.decoration-map img {
  width: 100%;
}

.decoration-pawpads1 {
  width: 55px;
  top: 74px;
  right: 0;
}
@media screen and (min-width: 1200px) {
  .decoration-pawpads1 {
    width: 100px;
    top: 148px;
    right: -208px;
  }
}
.decoration-pawpads1 img {
  max-width: 100%;
}

.decoration-pawpads2 {
  width: 55px;
  top: 549.55px;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .decoration-pawpads2 {
    width: 100px;
    top: 577.55px;
    left: -207px;
  }
}
.decoration-pawpads2 img {
  max-width: 100%;
}

.decoration-pawpads3 {
  width: 55px;
  top: 879.88px;
  right: 0;
}
@media screen and (min-width: 1200px) {
  .decoration-pawpads3 {
    display: none;
  }
}
.decoration-pawpads3 img {
  max-width: 100%;
}

.how-to-entry__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  margin-top: 32px;
}
@media screen and (min-width: 1200px) {
  .how-to-entry__boxes {
    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: 40px;
    gap: 32px;
  }
}

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

.how-to-entry__box:nth-of-type(1)::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: calc(100% + 16px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 7px;
  height: 35px;
  background: url(../img/img_step_line.png) no-repeat center center/contain;
}
@media screen and (min-width: 1200px) {
  .how-to-entry__box:nth-of-type(1)::after {
    width: 113px;
    height: 24px;
    background: url(../img/how-to-entry_line2.png) no-repeat center center/contain;
    top: 207px;
    left: 311px;
  }
}

.how-to-entry__box:nth-of-type(2)::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: calc(100% + 16px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 7px;
  height: 35px;
  background: url(../img/img_step_line.png) no-repeat center center/contain;
}
@media screen and (min-width: 1200px) {
  .how-to-entry__box:nth-of-type(2)::after {
    width: 113px;
    height: 24px;
    background: url(../img/how-to-entry_line2.png) no-repeat center center/contain;
    top: 138px;
    left: 321px;
  }
}

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

.how-to-entry__box-text {
  margin-top: 16px;
}
@media screen and (min-width: 1200px) {
  .how-to-entry__box-text {
    margin-top: 24px;
  }
}

.how-to-entry__box-heading {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .how-to-entry__box-heading {
    font-size: 20px;
  }
}

.how-to-entry__box-description {
  font-size: 12px;
  font-weight: 400;
  margin-top: 16px;
}

.how-to-entry__link {
  padding-block: 8px;
  padding-right: 12px;
  padding-left: 37px;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 14px;
}
@media screen and (min-width: 1200px) {
  .how-to-entry__link {
    margin-top: 16px;
    margin-bottom: 18px;
  }
}
.how-to-entry__link a {
  position: relative;
  font-weight: 700;
}
.how-to-entry__link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/icon-instagram.png) no-repeat center center/contain;
}
.how-to-entry__link:hover {
  border: 1px solid #67b0c7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.how-to-entry__box-image {
  width: 196px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .how-to-entry__box-image {
    width: 320px;
  }
}
.how-to-entry__box-image img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .how-to-entry__box-image img {
    width: 280px;
  }
}

.how-to-entry__box-text {
  margin-top: 16px;
}
@media screen and (min-width: 1200px) {
  .how-to-entry__box-text {
    margin-top: 25px;
  }
}

.how-to-entry__box-heading {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .how-to-entry__box-heading {
    font-size: 20px;
  }
}

.how-to-entry__box-description {
  font-size: 12px;
  font-weight: 400;
  margin-top: 16px;
}
@media screen and (min-width: 1200px) {
  .how-to-entry__box-description {
    font-size: 16px;
  }
}

.how-to-entry__link {
  padding-block: 8px;
  padding-right: 12px;
  padding-left: 37px;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  .how-to-entry__link {
    font-size: 16px;
    padding-left: 43px;
    padding-block: 10px;
  }
}
.how-to-entry__link a {
  position: relative;
  font-weight: 700;
}
.how-to-entry__link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/icon-instagram.png) no-repeat center center/contain;
}
@media screen and (min-width: 1200px) {
  .how-to-entry__link a::before {
    width: 24px;
    height: 24px;
    left: -31px;
  }
}
.how-to-entry__link a::after {
  display: none;
}

@media screen and (min-width: 1200px) {
  .box-description3 {
    margin-bottom: 70px;
  }
}

.how-to-entry__button {
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .how-to-entry__button {
    margin-top: 53px;
  }
}
.how-to-entry__button a {
  white-space: nowrap;
}

@media screen and (min-width: 1200px) {
  .button-hte {
    padding: 10px 37px 10px 37px;
  }
}

.prize {
  text-align: center;
  padding-top: 50px;
}
@media screen and (min-width: 1200px) {
  .prize {
    padding-top: 168px;
  }
}

.prize__inner {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .prize__inner {
    margin-bottom: 43px;
  }
}
.prize__inner::before {
  content: "";
  position: absolute;
  top: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 237.6px;
  height: 83px;
  background: url(../img/prize-decoration-top.png) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .prize__inner::before {
    width: 365.624px;
    height: 178.967px;
    top: -63px;
    background: url(../img/prize-decoration-top-pc.png) no-repeat center center/contain;
  }
}

.prize__heading {
  padding-top: 43.3px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .prize__heading {
    padding-top: 25.3px;
  }
}
.prize__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 37.333px;
  height: 37.333px;
  background: url(../img/prize-top-icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 1200px) {
  .prize__heading::before {
    width: 48px;
    height: 48px;
    top: -20px;
  }
}

.prize__text {
  font-size: 12px;
  font-weight: 400;
  margin-top: 60px;
}
@media screen and (min-width: 1200px) {
  .prize__text {
    font-size: 16px;
    margin-top: 65px;
  }
}

.prize__content {
  background: #fff;
  border-radius: 8px;
  padding-bottom: 43px;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: -44px;
}
@media screen and (min-width: 1200px) {
  .prize__content {
    border-radius: 24px;
    max-width: 1024px;
    margin-top: -25px;
    padding-bottom: 67px;
  }
}

.prize-decoration__triangle-left {
  position: absolute;
  left: 0;
}
.prize-decoration__triangle-left img {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .prize-decoration__triangle-left {
    width: 220px;
    top: -80px;
  }
}
@media screen and (min-width: 1200px) {
  .prize-decoration__triangle-left {
    width: 315px;
    top: -120px;
  }
}

.prize-decoration__triangle-right {
  position: absolute;
  right: 0;
}
.prize-decoration__triangle-right img {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .prize-decoration__triangle-right {
    width: 220px;
    top: -80px;
  }
}
@media screen and (min-width: 1200px) {
  .prize-decoration__triangle-right {
    width: 315px;
    top: -120px;
  }
}

.prize-heading-ja {
  display: inline-block;
  margin-top: 6px;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 125%; /* 25px */
  border-bottom: 6px solid #ffee56;
  padding-bottom: 6px;
}
@media screen and (min-width: 1200px) {
  .prize-heading-ja {
    font-size: 32px;
    padding-bottom: 8px;
    padding-bottom: 8px;
  }
}

.prize__content__inner {
  padding-inline: 20px;
}

.prize__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 39px;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 47px;
  margin-bottom: 23px;
}
@media screen and (min-width: 1200px) {
  .prize__cards {
    margin-top: 80px;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
    row-gap: 83px;
    margin-bottom: 50px;
  }
}

.prize-card {
  position: relative;
  width: 160px;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  .prize-card {
    width: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .prize-card {
    width: 280px;
  }
}

@media screen and (min-width: 1200px) {
  .prize-card:nth-of-type(1),
  .prize-card:nth-of-type(2) {
    width: 440px;
  }
}

.prize-card__number {
  position: absolute;
  z-index: 1;
  width: 48px;
  height: 48px;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1200px) {
  .prize-card__number {
    width: 100px;
    height: 100px;
    top: -47px;
  }
}
@media screen and (min-width: 1200px) {
  .number-small {
    width: 80px;
    height: 80px;
    top: -40px;
  }
}

.figure-small {
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .figure-small {
    border-radius: 16px !important; /* 角丸を指定 */
  }
  .figure-small:hover {
    -webkit-box-shadow: 0 0 0 4px #9ed0e0;
            box-shadow: 0 0 0 4px #9ed0e0; /* 4pxの枠を表示 */
  }
  .figure-small:hover .prize-card__heading::after {
    background: url(../img/prize-triangle-hover.png) no-repeat center center/contain;
    border-bottom-right-radius: 16px !important;
  }
  .figure-small:hover .prize-card__image img {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
}

.prize-card__figure {
  margin: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .prize-card__figure {
    border-radius: 24px; /* 角丸を指定 */
  }
  .prize-card__figure:hover {
    -webkit-box-shadow: 0 0 0 4px #9ed0e0;
            box-shadow: 0 0 0 4px #9ed0e0; /* 4pxの枠を表示 */
  }
  .prize-card__figure:hover .prize-card__heading::after {
    background: url(../img/prize-triangle-hover.png) no-repeat center center/contain;
    border-bottom-right-radius: 24px;
  }
  .prize-card__figure:hover .prize-card__image img {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
}

@media screen and (min-width: 1200px) {
  .heading-small::after {
    content: "";
    position: absolute;
    background: url(../img/prize-triangle-decoration.png) no-repeat center center/contain;
    width: 64px;
    height: 64px;
    top: 16px;
    border-bottom-right-radius: 16px !important;
  }
}

@media screen and (min-width: 1200px) {
  .card-small img {
    border-top-right-radius: 16px !important;
    border-top-left-radius: 16px !important;
  }
}

.prize-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media screen and (min-width: 1200px) {
  .prize-card__image img {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    height: 240px;
  }
}

@media screen and (min-width: 1200px) {
  .card__img-large img {
    height: 340px;
  }
}

.prize-card__figcaption {
  position: relative;
}
.prize-card__figcaption::after {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 6.12px;
  right: 5.12px;
  width: 11.52px;
  height: 11.52px;
  background: url(../img/prizes_zoom_icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 1200px) {
  .prize-card__figcaption::after {
    width: 20.48px;
    height: 20.48px;
    bottom: 8px;
    right: 7px;
  }
}

.prize-card__figcaption-large::after {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 6.12px;
  right: 5.12px;
  width: 11.52px;
  height: 11.52px;
  background: url(../img/prizes_zoom_icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 1200px) {
  .prize-card__figcaption-large::after {
    width: 32px;
    height: 32px;
    bottom: 10px;
    right: 13px;
  }
}

@media screen and (min-width: 1200px) {
  .heading-small {
    border-bottom-left-radius: 16px !important;
  }
}

.prize-card__heading {
  font-size: 12px;
  font-weight: 700;
  background: #f5f5f5;
  padding: 9px;
  height: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .prize-card__heading {
    font-size: 16px;
    padding: 40px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
}
.prize-card__heading::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 36px;
  height: 36px;
  background: url(../img/prize-triangle-decoration.png) no-repeat center center/contain;
  border-bottom-right-radius: 8px;
}
@media screen and (min-width: 1200px) {
  .prize-card__heading::after {
    width: 64px;
    height: 64px;
    top: 16px;
    border-bottom-right-radius: 24px;
  }
}

.prize-card__heading-large::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 36px;
  height: 36px;
  background: url(../img/prize-triangle-decoration.png) no-repeat center center/contain;
  border-bottom-right-radius: 8px;
}
@media screen and (min-width: 1200px) {
  .prize-card__heading-large::after {
    width: 100px;
    height: 100px;
    top: 23px;
    border-bottom-right-radius: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .prize-card__heading-large {
    font-size: 20px;
    padding: 60px;
  }
}

.prize__cover-background {
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -44px;
  position: relative;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .prize__cover-background {
    height: 640px;
  }
}
.prize__cover-background::before {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 46.7px;
  background: url(../img/spots-wave-top.png) repeat-x center center/contain;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  .prize__cover-background::before {
    bottom: -5px;
  }
}
@media screen and (min-width: 1200px) {
  .prize__cover-background::before {
    background: url(../img/spots-wave-top-pc.png) repeat-x center center/cover;
    width: 100%;
    height: 120px;
  }
}
@media screen and (min-width: 1520px) {
  .prize__cover-background::before {
    height: 160px;
  }
}
.prize__cover-background img {
  display: block;
  width: 100%;
  min-width: 580px;
}

.prize__modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 水平方向の中央揃え */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直方向の中央揃え */
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 背景を暗くする */
  z-index: 1000; /* 他の要素より前面に表示 */
  /* 初期状態で非表示 */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.prize__modal.--active {
  opacity: 1;
  visibility: visible;
}

.prize-modal__figure {
  width: 336px;
}
@media screen and (min-width: 1200px) {
  .prize-modal__figure {
    width: 480px;
  }
}

.prize-modal__image {
  -o-object-fit: cover;
     object-fit: cover;
}
.prize-modal__image img {
  width: 100%;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.prize-modal__figcaption {
  background-color: #fff;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  height: 270px;
}
@media screen and (min-width: 1200px) {
  .prize-modal__figcaption {
    height: 350px;
  }
}

.prize-modal__heading {
  font-size: 16px;
  font-weight: 700;
  padding-top: 39px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1200px) {
  .prize-modal__heading {
    padding-top: 32px;
    font-size: 20px;
  }
}

.prize-modal__description {
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 16px;
}
@media screen and (min-width: 1200px) {
  .prize-modal__description {
    font-size: 16px;
    padding-bottom: 24px;
  }
}

.spots {
  background-color: #67b0c7;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .spots {
    padding-left: 244px;
    padding-bottom: 14px;
  }
}

.spots__decoration-pawpads {
  position: absolute;
  left: 36px;
  bottom: 0px;
  z-index: 1;
  width: 100px;
  height: 220px;
}
@media screen and (min-width: 1200px) {
  .spots__decoration-pawpads {
    bottom: 10px;
  }
}
.spots__decoration-pawpads img {
  width: 100%;
  height: auto;
}

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

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

.spots__heading {
  text-align: center;
  font-family: "Kiwi Maru", sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 125%; /* 35px */
  position: relative;
  padding-left: 36px;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .spots__heading {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 40px;
    font-weight: 500;
    line-height: 132%;
    padding-top: 71px;
    padding-left: 0;
    letter-spacing: 10.5px;
    margin-right: 20px;
  }
}
.spots__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url(../img/spots-star-icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 1200px) {
  .spots__heading::before {
    width: 56px;
    height: 56px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0px;
  }
}

.spots__swiper {
  overflow: visible;
}

.swiper {
  overflow: visible;
}

.swiper__wrapper {
  overflow: visible;
}

.spots-slide__figure {
  width: 240px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 0;
  margin-inline: 0;
  margin-top: 24px;
}
@media screen and (min-width: 1200px) {
  .spots-slide__figure {
    border-radius: 24px;
    width: 344px;
    margin-inline: 16px;
    height: 542px;
    margin-top: 0;
  }
}

.spots-slide__image img {
  width: 240px;
  height: 180px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
@media screen and (min-width: 1200px) {
  .spots-slide__image img {
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    width: 344px;
    height: 240px;
  }
}

.spots-slide__figcaption {
  padding-top: 16px;
  padding-inline: 24px;
  height: 222px;
}
@media screen and (min-width: 1200px) {
  .spots-slide__figcaption {
    padding-top: 24px;
    padding-inline: 32px;
  }
}

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

.spots-slide__description {
  font-size: 12px;
  font-weight: 400;
  margin-top: 16px;
}
@media screen and (min-width: 1200px) {
  .spots-slide__description {
    margin-top: 24px;
    font-size: 16px;
  }
}

.custom-navigation {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 944px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 486px;
  left: 283px;
}

.custom-prev,
.custom-next {
  pointer-events: auto; /* ボタン自体はクリック可能にする */
  cursor: pointer;
  width: 80px; /* ボタンの幅 */
  height: 80px; /* ボタンの高さ */
}
@media screen and (min-width: 1200px) {
  .custom-prev,
  .custom-next {
    display: block;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none; /* デフォルトのボタンを非表示 */
}

@media screen and (min-width: 1200px) {
  .spots__bottom {
    margin-top: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.spots__logo {
  width: 255px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  .spots__logo {
    width: 495px;
    margin-left: 0;
    margin-right: 81px;
  }
}
.spots__logo img {
  width: 100%;
}

.spots__text {
  color: #fff;
  font-size: 11.444px;
  font-weight: 400;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 29px;
}
@media screen and (min-width: 1200px) {
  .spots__text {
    font-size: 16px;
    margin-top: 0;
  }
}

.spots__button {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .spots__button {
    margin-top: 32px;
  }
}

@media screen and (min-width: 1200px) {
  .button-spots {
    margin-left: 8px;
    border-width: 3px;
    padding: 8px 38px 13px 38p;
  }
}

.qa {
  padding-top: 85.7px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .qa {
    padding-top: 111px;
  }
}
.qa::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: -0.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 45.7px;
  background: url(../img/spots-wave-bottom.png) repeat-x center center/contain;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  .qa::before {
    top: -4px;
  }
}
@media screen and (min-width: 1200px) {
  .qa::before {
    background: url(../img/spots-wave-bottom-pc.png) repeat-x center center/cover;
    width: 100%;
    height: 120px;
    top: -11px;
  }
}
@media screen and (min-width: 1520px) {
  .qa::before {
    height: 160px;
  }
}

.qa__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 1200px) {
  .qa__inner {
    margin-top: 120px;
  }
}

.qa__heading {
  text-align: center;
}
.qa__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 37.333px;
  height: 37.333px;
  background: url(../img/qa__top-icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 1200px) {
  .qa__heading::before {
    width: 48px;
    height: 48px;
  }
}

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

.qa__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 335px;
  -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;
  border-radius: 12px;
  border: 2px solid var(--LP-Blown, #4a3636);
  width: 100%;
}
.qa__box.is-open .qa__box-heading__toggle {
  background: url(../img/qa-toggle-icon1.svg) no-repeat center center/contain;
}
.qa__box.is-open .qa__box-heading {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.qa__box-heading {
  background: #fff;
  width: 100%;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 10px;
  padding-left: 16px;
  padding-right: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .qa__box-heading {
    padding: 20px 20px 20px 24px;
  }
}

.qa__box-heading__icon {
  font-family: "Josefin Sans";
  font-size: 24px;
  color: #9ed0e0;
  font-weight: 400;
  line-height: 125%; /* 30px */
  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: 1200px) {
  .qa__box-heading__icon {
    font-size: 32px;
  }
}

.qa__box-heading__text {
  font-size: 14px;
  font-weight: 700;
  margin-left: 12px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 1200px) {
  .qa__box-heading__text {
    font-size: 20px;
    width: 871px;
    margin-left: 16px;
  }
}

.qa__box-heading__toggle {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url(../img/qa-toggle-icon2.svg) no-repeat center center/contain;
}
.qa__box-heading__toggle img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .qa__box-heading__toggle {
    width: 48px;
    height: 48px;
  }
}

.qa__box-body {
  background: #f5f5f5;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 15px 16px;
  display: none;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .qa__box-body {
    padding: 24px 24px 22px 24px;
  }
}

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

.qa__box-answer__icon {
  font-family: "Josefin Sans";
  font-size: 24px;
  color: #9ed0e0;
  font-weight: 400;
  line-height: 125%; /* 30px */
  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: 1200px) {
  .qa__box-answer__icon {
    font-size: 32px;
  }
}

.qa__box-answer__text {
  font-size: 14px;
  font-weight: 400;
  margin-left: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .qa__box-answer__text {
    font-size: 16px;
  }
}

.entry-requirements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-inline: 20px;
  padding-bottom: 31px;
}
@media screen and (min-width: 1200px) {
  .entry-requirements {
    padding-bottom: 119px;
    padding-top: 120px;
  }
}

.entry-requirements__inner {
  border: 8px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  min-width: 335px;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 16px;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  .entry-requirements__inner {
    min-width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .entry-requirements__inner {
    max-width: 1024px;
    padding: 35px 48px 12px 48px;
  }
}

.entry-requirements__heading {
  text-align: center;
  margin-top: 15px;
}
.entry-requirements__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 37.333px;
  height: 37.333px;
  background: url(../img/entry-requirements-icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 1200px) {
  .entry-requirements__heading::before {
    width: 48px;
    height: 48px;
    left: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .entry-requirements__heading {
    margin-bottom: 29px;
    margin-top: 0;
  }
}

.entry-requirements__content {
  margin-top: 24px;
}

@media screen and (min-width: 1200px) {
  .entry-requirements__text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #cccccc;
    padding-top: 12px;
    padding-inline: 0;
  }
}

.entry-requirements__box-heading {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  padding-left: 16px;
}
@media screen and (min-width: 1200px) {
  .entry-requirements__box-heading {
    font-size: 16px;
    width: 246px;
    padding-left: 31px;
  }
}
.entry-requirements__box-heading::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #9ed0e0;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1200px) {
  .entry-requirements__box-heading::before {
    top: 12px;
    left: 16px;
  }
}

.entry-requirements__text {
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #cccccc;
  padding-top: 8px;
  padding-bottom: 14px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1200px) {
  .entry-requirements__text {
    font-size: 16px;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
    width: calc(100% - 224px);
  }
}

.entry-requirements__data {
  font-size: 12px;
  font-weight: 400;
  padding-top: 8px;
  padding-bottom: 32px;
}
@media screen and (min-width: 1200px) {
  .entry-requirements__data {
    font-size: 16px;
    width: 688px;
    padding-top: 0;
  }
}
.entry-requirements__data li {
  position: relative;
  padding-left: 18px;
  line-height: 19px;
}
@media screen and (min-width: 1200px) {
  .entry-requirements__data li {
    padding-left: 24px;
    line-height: 26px;
  }
}
.entry-requirements__data li::before {
  position: absolute;
  top: 0.1em;
  left: 0.2em;
  content: "・";
}

.text-box-large {
  border-bottom: none;
}

.entry-requirements__cover-background img {
  width: 100%;
  height: auto;
}

.contact {
  padding-top: 40px;
  background-color: #fff;
  padding-bottom: 41px;
}
@media screen and (min-width: 1200px) {
  .contact {
    padding-top: 139px;
    padding-bottom: 122px;
  }
}

.contact__heading {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .contact__heading {
    padding-top: 23.9px;
    margin-bottom: 33px;
  }
}
.contact__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 37.333px;
  height: 37.333px;
  background: url(../img/contact-top-icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 1200px) {
  .contact__heading::before {
    width: 48px;
    height: 48px;
    top: -20px;
  }
}

.contact__text {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .contact__text {
    font-size: 16px;
    font-weight: 400;
  }
}

.contact__form {
  margin-top: 25px;
  padding-inline: 20px;
}
@media screen and (min-width: 1200px) {
  .contact__form {
    margin-top: 40px;
  }
}

.contact__form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  .contact__form-fields {
    max-width: 848px;
  }
}

.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;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .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-fields__heading {
  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: 1200px) {
  .form-fields__heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.form-field__heading-last {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.form-field__tag {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  background-color: #ce2073;
  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;
}

.form-field__item {
  max-width: 600px;
}
@media screen and (min-width: 1200px) {
  .form-field__item {
    width: 628px;
    max-width: 628px;
  }
}
.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;
}
@media screen and (min-width: 1200px) {
  .form-field__item input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-field__item input::-moz-placeholder {
    font-size: 16px;
  }
  .form-field__item input:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-field__item input::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-field__item input::placeholder {
    font-size: 16px;
  }
}
.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: 1200px) {
  .form-field__item textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-field__item textarea::-moz-placeholder {
    font-size: 16px;
  }
  .form-field__item textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-field__item textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-field__item textarea::placeholder {
    font-size: 16px;
  }
}

.form-field__input {
  width: 100%;
  border-radius: 8px;
  background-color: #f5f5f5;
  height: 55px;
  padding: 16px;
  border: none;
  color: #cccccc;
}
.form-field__input:focus {
  border: 1px solid #9ed0e0;
  background: #e9f6f8;
  outline: none;
}
.form-field__input.-invalid {
  border: 1px solid #ce2073 !important;
  background: #fff0f7 !important;
}

.form-field__select {
  width: 100%;
  height: 54px;
  padding: 16px;
  border-radius: 8px;
  background-color: #f5f5f5;
  border: none;
  cursor: pointer;
  background-image: url(../img/select-arrow.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center right, center center;
  background-size: 52px, 55px, cover;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
@media screen and (min-width: 1200px) {
  .form-field__select {
    font-size: 16px;
  }
}
.form-field__select.-invalid {
  border: 1px solid #ce2073 !important;
  background-color: #fff0f7 !important;
  background-image: url(../img/select-arrow-red.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center right, center center;
  background-size: 52px, 55px, cover;
}

.form-field__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
}
@media screen and (min-width: 1200px) {
  .form-field__radios {
    height: 56px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 23px;
  }
}

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

.form-field__text {
  cursor: pointer;
  position: relative;
  padding-left: 32px;
}
@media screen and (min-width: 1200px) {
  .form-field__text {
    font-size: 16px;
    padding-left: 34px;
  }
}
.form-field__text::before {
  position: absolute;
  top: 50%;
  content: "";
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  background: #f5f5f5;
  border: 1px solid transparent;
}
.form-field__text::after {
  position: absolute;
  top: 50%;
  content: "";
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 6px;
  width: 12px;
  height: 12px;
  background: #9ed0e0;
  opacity: 0;
}
@media screen and (min-width: 1200px) {
  .form-field__text::after {
    left: 6.2px;
  }
}

.form-field__radio:checked + .form-field__text::after {
  opacity: 1; /* 表示 */
}

.form-field__textarea {
  width: 100%;
  height: 160px;
  padding: 16px;
  border-radius: 8px;
  background-color: #f5f5f5;
  outline: none;
  border: none;
}
.form-field__textarea:focus {
  border: 1px solid #9ed0e0;
  background: #e9f6f8;
  outline: none;
}
.form-field__textarea.-invalid {
  border: 1px solid #ce2073 !important;
  background: #fff0f7 !important;
}

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

.form-checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.form-checkbox.-invalid + .form-checkbox__text::before {
  background-color: #fff0f7 !important;
  border: 1px solid #ce2073 !important;
}

.form-checkbox__text {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-left: 36px;
}
@media screen and (min-width: 1200px) {
  .form-checkbox__text {
    font-size: 16px;
  }
}
.form-checkbox__text::before {
  content: "";
  width: 24px;
  height: 24px;
  background: #f5f5f5;
  border-radius: 4px;
  position: absolute;
  left: 0;
}
.form-checkbox__text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 24px;
  height: 24px;
  background-image: url(../img/check-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.form-checkbox:checked + .form-checkbox__text::after {
  opacity: 1; /* 表示 */
}

.link-text {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.link-text:hover {
  color: #67b0c7;
}

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

@media screen and (min-width: 1200px) {
  .button__contact {
    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;
    margin-top: 40px;
    font-size: 16px;
  }
}

.footer {
  padding-top: 40px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .footer {
    padding-top: 120px;
  }
}

.footer__inner {
  padding-inline: 20px;
}

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

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer__contents {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__contents {
    padding-bottom: 120px;
  }
}

.footer__links {
  text-align: center;
}

.footer__links-logo {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 25px */
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (min-width: 1200px) {
  .footer__links-logo {
    font-size: 24px;
  }
}

.footer__sns-links {
  margin-top: 24px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.footer__english-logo {
  text-align: center;
  margin-top: 15px;
}
.footer__english-logo img {
  width: 328px;
  height: 34.405px;
}
@media screen and (min-width: 1200px) {
  .footer__english-logo img {
    width: 755px;
    height: 82.2px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__english-logo {
    margin-top: 41px;
  }
}

.footer__address-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.address-wrap {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .address-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: -4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1200px) {
  .address-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: -4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.address-wrap-map iframe {
  width: 100%;
  height: 271px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  vertical-align: bottom;
}
@media screen and (min-width: 1200px) {
  .address-wrap-map iframe {
    border-top-left-radius: 0px;
    border-bottom-right-radius: 16px;
    width: 512px;
    height: 400px;
  }
}

.address-wrap__body {
  background: #fff;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 24px 24px 21px 24px;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  .address-wrap__body {
    padding: 24px 24px 21px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .address-wrap__body {
    border-bottom-right-radius: 0px;
    border-top-left-radius: 16px;
    width: 512px;
    padding: 106px 61.5px 100px 61.5px;
  }
}

.address-wrap__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.address-wrap__logo img {
  width: 153px;
  height: 20px;
}
@media screen and (min-width: 1200px) {
  .address-wrap__logo img {
    width: 183px;
    height: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .address-wrap__logo {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.address-wrap__info {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 6px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1200px) {
  .address-wrap__info {
    margin-left: 0;
    margin-right: 0;
    gap: 12px;
    margin-top: 0;
  }
}

.address-wrap__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-style: normal;
}

.address-wrap__head {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding-left: 16px;
  position: relative;
  width: 80px;
}
.address-wrap__head::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #9ed0e0;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  .address-wrap__head {
    font-size: 11px;
    width: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .address-wrap__head {
    font-size: 16px;
    width: 120px;
  }
}

.address-wrap__text {
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  .address-wrap__text {
    font-size: 11px;
  }
}
@media screen and (min-width: 1200px) {
  .address-wrap__text {
    font-size: 16px;
  }
}

.footer-pagetop {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-bottom: 24px;
  z-index: 10;
  opacity: 0;
}
@media screen and (min-width: 1200px) {
  .footer-pagetop {
    position: fixed;
    right: 40px;
    bottom: 40px;
  }
}
.footer-pagetop img {
  width: 75px;
  height: 78px;
}
@media screen and (min-width: 1200px) {
  .footer-pagetop img {
    width: 100px;
    height: 104px;
  }
}
.footer-pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

.footer__bottom {
  position: relative;
  padding-top: 45.7px;
}
@media screen and (min-width: 1200px) {
  .footer__bottom {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1520px) {
  .footer__bottom {
    padding-top: 159px;
  }
}
.footer__bottom::before {
  position: absolute;
  content: "";
  background: url(../img/spots-wave-top.png) repeat-x center center/contain;
  top: 0;
  left: 0;
  width: 100%;
  height: 45.7px;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  .footer__bottom::before {
    height: 54px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__bottom::before {
    background: url(../img/spots-wave-top-pc.png) repeat-x center center/cover;
    width: 100%;
    height: 120px;
    left: -4px;
    top: 0px;
  }
}
@media screen and (min-width: 1520px) {
  .footer__bottom::before {
    height: 160px;
  }
}

.footer__copyright {
  background-color: #67b0c7;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  .footer__copyright {
    font-size: 14px;
    padding-bottom: 32px;
  }
}