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

.inner {
  max-width: 640px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .inner {
    max-width: 1084px;
    padding-inline: 30px;
  }
  .inner.inner--narrow {
    max-width: 908px;
  }
}

.wrapper {
  overflow: hidden;
}

.heading {
  position: relative;
  padding-top: 43.33px;
  text-align: center;
}
.heading::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 37.33px;
  height: 37.33px;
  content: "";
  background-color: transparent;
  background: no-repeat center center/contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .heading {
    padding-top: 56px;
  }
}

.heading-campaign::before {
  background-image: url(../images/icon-icon-campaign.png);
}

.heading-how-to-entry::before {
  background-image: url(../images/icon-how-to-enter.png);
}

.heading-prizes::before {
  background-image: url(../images/icon-prizes.png);
}

.heading-campaign::before {
  background-image: url(../images/icon-icon-campaign.png);
}

.heading-qa::before {
  background-image: url(../images/icon-icon-qa.png);
}

.heading-e-r::before {
  background-image: url(../images/icon-e-r.png);
}

.heading-contact::before {
  background-image: url(../images/icon-contact.png);
}

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

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

.button {
  display: inline-block;
  color: var(--LP-Blown, #4a3636);
  border-radius: 40px;
  border: 2px solid var(--LP-Blown, #4a3636);
  background: var(--LP-White, #fff);
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  font-weight: 700;
  font-size: 16px;
  padding-top: 4px;
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 6px;
  text-align: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 900px) {
  .button {
    padding-top: 8px;
    padding-right: 37px;
    padding-bottom: 10px;
    padding-left: 37px;
    font-size: 20px;
    border-width: 3px;
  }
}
.button:hover {
  background-color: #ffee56;
}

@media screen and (min-width: 900px) {
  .button-md {
    padding-top: 8px;
    padding-right: 37px;
    padding-bottom: 10px;
    padding-left: 37px;
    font-size: 20px;
    border-width: 3px;
  }
}

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

.button--small {
  padding-top: 2px;
  padding-right: 22px;
  padding-bottom: 4px;
  padding-left: 22px;
  font-size: 14px;
}

@media screen and (min-width: 900px) {
  .button--big {
    font-size: 20px;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 12px;
  }
}

@media screen and (min-width: 900px) {
  .button--submit {
    width: 240px;
    padding-top: 4px;
    padding-bottom: 6px;
    font-size: 16px;
    border-width: 2px;
  }
}

.follow-button {
  position: relative;
  display: inline-block;
  padding-top: 10px;
  padding-right: 11px;
  padding-bottom: 7px;
  padding-left: 39px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background: #fff;
  border: solid 1px transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.follow-button:hover {
  border-color: #9ed0e0;
}
@media screen and (min-width: 900px) {
  .follow-button {
    padding-bottom: 7px;
  }
}
@media screen and (min-width: 1200px) {
  .follow-button {
    padding-left: 44px;
    font-size: 16px;
  }
}
.follow-button::before {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(../images/icon-follow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 900px) {
  .follow-button::before {
    width: 24px;
    height: 24px;
  }
}

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

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

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

.header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 24px;
}

.header__logo {
  width: 210px;
}
@media screen and (min-width: 900px) {
  .header__logo {
    width: 183px;
  }
}
.header__logo img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

.header__link {
  font-size: 12px;
}
@media (hover: hover) {
  .header__link {
    text-decoration-line: underline;
    text-decoration-color: transparent;
    text-underline-offset: 4px;
    -webkit-transition: color 0.3s, text-decoration-color 0.2s;
    transition: color 0.3s, text-decoration-color 0.2s;
  }
}
.header__link:hover {
  color: #67b0c7;
  text-decoration-color: #67b0c7;
}

.header__button {
  margin-left: 4px;
}

.header__open {
  margin-top: 8px;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .header__open {
    display: none;
  }
}

.drawer__icon {
  position: relative;
  width: 32px;
  height: 27px;
}
.drawer__icon::after {
  content: "";
  width: calc(100% + 30px);
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.drawer__icon.is-checked .drawer__icon-bar .drawer__icon-bar-s {
  display: none;
}
.drawer__icon.is-checked .drawer__icon-bar:nth-child(1) {
  top: 10px;
  width: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer__icon.is-checked .drawer__icon-bar:nth-child(2) {
  display: none;
}
.drawer__icon.is-checked .drawer__icon-bar:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.drawer__icon-bar {
  position: absolute;
  width: 32px;
  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-bar .drawer__icon-bar-s {
  position: absolute;
  top: 0;
  right: 0;
  left: 28px;
  width: 4px;
  height: 3px;
  background: #4a3636;
  border-radius: 6px;
}
.drawer__icon-bar:nth-child(1) {
  top: 0;
  left: 0;
  width: 25.6px;
}
.drawer__icon-bar:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.drawer__icon-bar:nth-child(3) {
  bottom: 0;
  left: 0;
}

.dc {
  position: fixed;
  top: 64px;
  left: 0;
  z-index: 20;
  display: none;
  width: 100%;
  height: calc(100dvh - 64px);
  padding-top: 59px;
  padding-bottom: 60px;
  overflow-y: auto;
  background: #fff;
}

.dc__nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.dc__link {
  display: block;
  padding-block: 20px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
@media (hover: hover) {
  .dc__link {
    text-decoration-line: underline;
    text-decoration-color: transparent;
    text-underline-offset: 4px;
    -webkit-transition: color 0.3s, text-decoration-color 0.2s;
    transition: color 0.3s, text-decoration-color 0.2s;
  }
}
.dc__link:hover {
  color: #67b0c7;
  text-decoration-color: #67b0c7;
}

.dc__button {
  padding-top: 16px;
}

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

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

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

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

.fv__lead {
  margin-top: 20px;
}
@media screen and (min-width: 900px) {
  .fv__lead {
    width: 520px;
    max-width: 100%;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
  }
}
.fv__lead img {
  width: 100%;
}

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

.fv__deco-sp {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .fv__deco-sp {
    bottom: 15px;
  }
}

.deco-sp {
  width: 200px;
  max-width: 100%;
}
.deco-sp img {
  position: relative;
}
@media screen and (min-width: 900px) {
  .deco-sp {
    width: 250px;
  }
}

.deco-sp__wrap {
  position: absolute;
  top: calc(50% - 3px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  overflow: hidden;
  text-align: center;
  background: #fff;
  border-radius: 12.8px;
}
@media screen and (min-width: 900px) {
  .deco-sp__wrap {
    top: calc(50% - 6px);
    width: calc(100% - 50px);
    border-radius: 16px;
  }
}

.deco-sp__heading {
  padding: 6px 9.6px;
  font-size: 12.8px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
}
@media screen and (min-width: 900px) {
  .deco-sp__heading {
    padding: 8px 12px;
    font-size: 16px;
  }
}

.deco-sp__body {
  padding-top: 6px;
  padding-bottom: 15.2px;
}
@media screen and (min-width: 900px) {
  .deco-sp__body {
    padding-top: 14px;
    padding-bottom: 20px;
  }
}

.deco-sp__sub-heading span {
  display: inline-block;
  padding-bottom: 1px;
  font-size: 12px;
  border-bottom: 2.4px solid #ce2073;
}
@media screen and (min-width: 900px) {
  .deco-sp__sub-heading span {
    font-size: 14px;
    border-bottom-width: 3px;
  }
}

.deco-sp__text {
  margin-top: 3.2px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Noto Sans JP";
}
@media screen and (min-width: 900px) {
  .deco-sp__text {
    margin-top: 4px;
    font-size: 16px;
  }
}

.deco-sp__button {
  padding-bottom: 4px;
  margin-top: 12.8px;
}
@media screen and (min-width: 900px) {
  .deco-sp__button {
    margin-top: 16px;
  }
}

.fv__deco-en-message {
  position: absolute;
  top: 7px;
  left: 0;
  width: 142px;
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .fv__deco-en-message {
    top: 0;
    right: calc(50% + 143px);
    left: auto;
    width: 244px;
  }
}

.fv__deco-red-circle {
  position: absolute;
  top: 0;
  right: 25px;
  width: 110px;
}
@media screen and (min-width: 900px) {
  .fv__deco-red-circle {
    top: 17px;
    right: auto;
    left: calc(50% + 117px);
    width: 180px;
  }
}

.fv__deco-coffee-and-sweets {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 3;
  width: 90px;
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .fv__deco-coffee-and-sweets {
    bottom: -3px;
    width: 212px;
  }
}

.fv__deco-cats {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
@media screen and (min-width: 900px) {
  .fv__deco-cats {
    bottom: -44px;
  }
}

.deco-cats1 {
  position: relative;
  width: 107px;
  height: 127px;
}
@media screen and (min-width: 900px) {
  .deco-cats1 {
    width: 233px;
    height: 294px;
  }
}
.deco-cats1__1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
}
@media screen and (min-width: 900px) {
  .deco-cats1__1 {
    left: 0;
    width: 170px;
  }
}
.deco-cats1__2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 98px;
}
@media screen and (min-width: 900px) {
  .deco-cats1__2 {
    right: 0;
    bottom: 0;
    width: 100%;
  }
}

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

.about-deco {
  position: absolute;
  overflow: hidden;
}

.about-deco__1 {
  top: -20px;
  right: calc(50% + 280px);
  width: 250px;
  overflow: hidden;
  border-radius: 24px;
}
@media screen and (min-width: 1200px) {
  .about-deco__1 {
    right: calc(50% + 527px);
  }
}

.about-deco__2 {
  top: 395px;
  right: calc(50% + 128px);
  width: 200px;
  overflow: hidden;
  border-radius: 24px;
}
@media screen and (min-width: 600px) {
  .about-deco__2 {
    right: calc(50% + 180px);
  }
}
@media screen and (min-width: 900px) {
  .about-deco__2 {
    top: 74px;
    right: calc(50% + 360px);
    z-index: 2;
    width: 480px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .about-deco__2 {
    right: calc(50% + 614px);
  }
}

.about-deco__3 {
  bottom: 61px;
  left: 0;
  width: 138px;
}
@media screen and (min-width: 600px) {
  .about-deco__3 {
    width: 200px;
  }
}
@media screen and (min-width: 900px) {
  .about-deco__3 {
    right: calc(50% + 150px);
    bottom: 149px;
    left: auto;
    width: 427px;
  }
}
@media screen and (min-width: 1200px) {
  .about-deco__3 {
    right: calc(50% + 432px);
  }
}

.about-deco__4 {
  top: -9px;
  left: calc(50% + 133px);
  width: 54px;
}
@media screen and (min-width: 600px) {
  .about-deco__4 {
    top: -20px;
    left: calc(50% + 205px);
  }
}
@media screen and (min-width: 900px) {
  .about-deco__4 {
    top: -60px;
    left: calc(50% + 300px);
    width: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .about-deco__4 {
    top: -80px;
    left: calc(50% + 490px);
    width: 100px;
  }
}

.about-deco__5 {
  top: 274px;
  left: calc(50% + 127px);
  width: 200px;
  overflow: hidden;
  border-radius: 24px;
}
@media screen and (min-width: 600px) {
  .about-deco__5 {
    left: calc(50% + 180px);
  }
}
@media screen and (min-width: 900px) {
  .about-deco__5 {
    top: 73px;
    left: calc(50% + 360px);
    width: 480px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .about-deco__5 {
    left: calc(50% + 560px);
  }
}

.about-deco__6 {
  bottom: 632px;
  left: calc(50% + 200px);
  width: 874px;
}
@media screen and (min-width: 1200px) {
  .about-deco__6 {
    left: calc(50% + 448px);
  }
}

.about-deco__7 {
  bottom: 217px;
  left: calc(50% + 118px);
  width: 48px;
}
@media screen and (min-width: 600px) {
  .about-deco__7 {
    left: calc(50% + 280px);
    width: 80px;
  }
}
@media screen and (min-width: 900px) {
  .about-deco__7 {
    top: 601px;
    left: calc(50% + 300px);
    width: 101px;
    height: 101px;
  }
}
@media screen and (min-width: 1200px) {
  .about-deco__7 {
    left: calc(50% + 505px);
  }
}

.about-deco__8 {
  bottom: 157px;
  left: calc(50% - 3px);
  width: 133px;
}
@media screen and (min-width: 600px) {
  .about-deco__8 {
    left: calc(50% + 97px);
    width: 200px;
  }
}
@media screen and (min-width: 900px) {
  .about-deco__8 {
    bottom: 290px;
    left: calc(50% + 120px);
    width: 308px;
  }
}
@media screen and (min-width: 1200px) {
  .about-deco__8 {
    bottom: 377px;
    left: calc(50% + 374px);
  }
}

.about__inner {
  max-width: 375px;
  padding-right: 20px;
  padding-left: 20px;
  margin-inline: auto;
  padding-bottom: 136px;
}
@media screen and (min-width: 600px) {
  .about__inner {
    max-width: 500px;
  }
}
@media screen and (min-width: 900px) {
  .about__inner {
    max-width: 640px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 157px;
  }
}
@media screen and (min-width: 1200px) {
  .about__inner {
    max-width: 908px;
  }
}

.about-top {
  position: relative;
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 36px;
  padding-left: 20px;
  background-color: #fff;
  border-radius: 24px;
}
@media screen and (min-width: 900px) {
  .about-top {
    border-radius: 40px;
  }
}
.about-top::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100px;
  height: 36px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #cce1e4;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .about-top::after {
    width: 140px;
    height: 50px;
  }
}

.about-top__image-left {
  position: absolute;
  top: 31.87px;
  right: calc(50% + 46.5px);
  width: 80px;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media screen and (min-width: 900px) {
  .about-top__image-left {
    top: 41px;
    right: calc(50% + 192px);
    width: 134px;
  }
}

.about-top__image-right {
  position: absolute;
  top: 30px;
  left: calc(50% + 60.15px);
  width: 80px;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
@media screen and (min-width: 900px) {
  .about-top__image-right {
    top: 46px;
    left: calc(50% + 192px);
    width: 134px;
  }
}

.heading-top__sub-title {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .heading-top__sub-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  .heading-top__sub-title {
    margin-top: 34px;
  }
}

.about-top__text-wrap {
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .about-top__text-wrap {
    margin-top: 32px;
  }
}

.about-top__text {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .about-top__text {
    font-size: 16px;
  }
}
.about-top__text:not(:first-child) {
  margin-top: 1.5em;
}
@media screen and (min-width: 900px) {
  .about-top__text:not(:first-child) {
    margin-top: 1.7em;
  }
}

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

.font-weight-bold {
  font-weight: 700;
  font-style: normal;
}

.about-top__emphasis-text {
  display: inline-block;
  padding-bottom: 6px;
  margin-top: 32px;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 2px dashed #9ed0e0;
}
@media screen and (min-width: 900px) {
  .about-top__emphasis-text {
    padding-bottom: 10px;
    margin-top: 44px;
    font-size: 20px;
  }
}

.about-top__button {
  padding-bottom: 4px;
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .about-top__button {
    margin-top: 32px;
  }
}

.about-deco-en {
  position: relative;
  z-index: 2;
  display: block;
  width: 363px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .about-deco-en {
    width: 770px;
  }
}
@media screen and (min-width: 1200px) {
  .about-deco-en {
    width: 906px;
  }
}
.about-deco-en img {
  width: 100%;
}

.about__slider {
  position: relative;
  z-index: 2;
}
.about-swiper__slide {
  overflow: hidden;
  border-radius: 12px;
}
@media screen and (min-width: 900px) {
  .about-swiper__slide {
    border-radius: 24px;
  }
}

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

.how-to-entry__inner {
  position: relative;
  max-width: 375px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .how-to-entry__inner {
    max-width: 500px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-entry__inner {
    max-width: 1512px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__inner {
    padding-inline: 30px;
  }
}

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

.how-to-deco1 {
  top: 0;
  right: calc(50% + 39px);
  width: 149px;
}
@media screen and (min-width: 600px) {
  .how-to-deco1 {
    right: calc(50% + 80px);
    width: 180px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-deco1 {
    top: -60px;
    right: calc(50% + 180px);
    left: auto;
    width: 380px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-deco1 {
    right: calc(50% + 260px);
    width: 460px;
  }
}

.how-to-deco2 {
  top: 0;
  left: calc(50% + 58px);
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .how-to-deco2 {
    top: -26px;
    left: calc(50% + 200px);
  }
}
@media screen and (min-width: 1200px) {
  .how-to-deco2 {
    left: calc(50% + 287px);
  }
}

.how-to-deco__cats2 {
  position: relative;
  width: 160px;
  height: 85px;
}
@media screen and (min-width: 900px) {
  .how-to-deco__cats2 {
    width: 364px;
    height: 191.08px;
  }
}
.how-to-deco__cats2__1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 105px;
}
@media screen and (min-width: 900px) {
  .how-to-deco__cats2__1 {
    width: 238px;
  }
}
.how-to-deco__cats2__2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 94px;
}
@media screen and (min-width: 900px) {
  .how-to-deco__cats2__2 {
    width: 214px;
  }
}

.how-to-deco3 {
  top: 74px;
  right: 20px;
  width: 55px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 900px) {
  .how-to-deco3 {
    top: 148px;
    right: 0px;
    width: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-deco3 {
    right: 36px;
    width: 100px;
  }
}

.how-to-deco4 {
  top: 516px;
  left: 20px;
  width: 55px;
}
@media screen and (min-width: 900px) {
  .how-to-deco4 {
    top: 582px;
    left: 0;
    width: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-deco4 {
    left: 36px;
    width: 100px;
  }
}

.how-to-deco5 {
  right: 20px;
  bottom: 367px;
  width: 55px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.how-to-entry__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  margin-top: 32px;
}
@media screen and (min-width: 900px) {
  .how-to-entry__steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 7px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__steps {
    gap: 32px;
    margin-top: 40px;
  }
}

@media screen and (min-width: 900px) {
  .how-to-entry__step {
    max-width: 294px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__step {
    max-width: 320px;
  }
}
.how-to-entry__step:first-of-type, .how-to-entry__step:nth-of-type(2) {
  position: relative;
}
.how-to-entry__step:first-of-type::after, .how-to-entry__step:nth-of-type(2)::after {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  z-index: 3;
  width: 7px;
  height: 34px;
  content: "";
  background-color: transparent;
  background-image: url(../images/device-sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .how-to-entry__step:first-of-type::after, .how-to-entry__step:nth-of-type(2)::after {
    left: auto;
    width: 70px;
    height: 16px;
    background-image: url(../images/device-pc.png);
    -webkit-transform: initial;
            transform: initial;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__step:first-of-type::after, .how-to-entry__step:nth-of-type(2)::after {
    width: 114px;
    height: 24px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-entry__step:first-of-type:first-of-type::after, .how-to-entry__step:nth-of-type(2):first-of-type::after {
    top: 150px;
    right: -25px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__step:first-of-type:first-of-type::after, .how-to-entry__step:nth-of-type(2):first-of-type::after {
    top: 204px;
    right: -50px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-entry__step:first-of-type:nth-of-type(2), .how-to-entry__step:nth-of-type(2):nth-of-type(2) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__step:first-of-type:nth-of-type(2), .how-to-entry__step:nth-of-type(2):nth-of-type(2) {
    margin-top: 68px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-entry__step:first-of-type:nth-of-type(2)::after, .how-to-entry__step:nth-of-type(2):nth-of-type(2)::after {
    top: 100px;
    right: -25px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-entry__step:first-of-type:nth-of-type(2)::after, .how-to-entry__step:nth-of-type(2):nth-of-type(2)::after {
    top: 136px;
    right: -57px;
  }
}

.step-box {
  text-align: center;
}

.step-box__image {
  width: 196px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .step-box__image {
    width: 87.5%;
  }
}

.step-box__title {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .step-box__title {
    margin-top: 24px;
    font-size: 20px;
  }
}

@media screen and (min-width: 900px) {
  .step-box__heading--large {
    font-size: 24px;
    font-weight: 700;
  }
}

.step-box__text {
  margin-top: 16px;
  line-height: 1.59;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .step-box__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .step-box__text {
    margin-top: 17px;
    font-size: 16px;
  }
}

.step-box__follow-button {
  margin-top: 14px;
}

.how-to-entry__button {
  padding-bottom: 4px;
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .how-to-entry__button {
    margin-top: 48px;
  }
}

@media screen and (min-width: 900px) {
  .how-to-button {
    padding-top: 8px;
    padding-right: 37px;
    padding-bottom: 10px;
    padding-left: 37px;
    font-size: 20px;
    border-width: 3px;
  }
}

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

.prizes__inner {
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .prizes__inner {
    max-width: 1084px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.prizes__contents {
  position: relative;
  z-index: 2;
  padding-top: 20.3px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
}
@media screen and (min-width: 900px) {
  .prizes__contents {
    max-width: 100%;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 49px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes__contents {
    padding-right: 56px;
    padding-left: 56px;
  }
}
.prizes__contents::before, .prizes__contents::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #fff;
}
.prizes__contents::before {
  height: 83px;
  width: 237.6px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/deco-prizes-1-sp.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}
@media screen and (min-width: 900px) {
  .prizes__contents::before {
    width: 372px;
    height: 148px;
    background-image: url(../images/PC/deco-prizes-1-pc.png);
  }
}
.prizes__contents::after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 83px);
  border-radius: 24px;
}
@media screen and (min-width: 900px) {
  .prizes__contents::after {
    height: calc(100% - 148px);
  }
}

.deco__triangle-left,
.deco__triangle-right {
  position: absolute;
  top: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 390px) / 2);
  min-height: 148px;
}
@media screen and (min-width: 900px) {
  .deco__triangle-left,
  .deco__triangle-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.deco__triangle-left {
  left: 0;
}

.deco__triangle-right {
  right: 0;
}

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

.prizes__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: 48px;
}
@media screen and (min-width: 900px) {
  .prizes__cards {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(6, 1fr);
    grid-row-gap: 60px;
    grid-column-gap: 15px;
    margin-top: 82px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes__cards {
    grid-row-gap: 80px;
    grid-column-gap: 32px;
  }
}

.prizes__card {
  width: calc(50% - 7.5px);
}
@media screen and (min-width: 900px) {
  .prizes__card {
    width: 100%;
  }
  .prizes__card:nth-of-type(1) {
    grid-area: 1/1/2/4;
  }
  .prizes__card:nth-of-type(2) {
    grid-area: 1/4/2/7;
  }
  .prizes__card:nth-of-type(3) {
    grid-area: 2/1/3/3;
    width: calc(100% - 2.6666666667px);
  }
  .prizes__card:nth-of-type(4) {
    grid-area: 2/3/3/5;
    width: calc(100% - 2.6666666667px);
    margin-left: 1px;
  }
  .prizes__card:nth-of-type(5) {
    grid-area: 2/5/3/7;
    width: calc(100% - 2.6666666667px);
    margin-left: 3px;
  }
}

.p-c {
  position: relative;
  border-radius: 8px;
}
@media (hover: hover) {
  .p-c:hover .p-c__image img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .p-c:hover .p-c__icon svg .background {
    fill: #9ed0e0;
  }
}

.p-c__number {
  position: absolute;
  top: -24px;
  left: 50%;
  z-index: 2;
  width: 48px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .p-c__number {
    top: -30px;
    width: 60px;
  }
  .p-c--large .p-c__number {
    top: -40px;
    width: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .p-c__number {
    top: -40px;
    width: 80px;
  }
  .p-c--large .p-c__number {
    top: -50px;
    width: 100px;
  }
}

.p-c__inner {
  position: relative;
  background-color: #f5f5f5;
  border-radius: 8px;
}
@media screen and (min-width: 900px) {
  .p-c__inner {
    border-radius: 16px;
  }
  .p-c--large .p-c__inner {
    border-radius: 24px;
  }
}

figure {
  margin: 0;
  display: block; /* この部分は保持する場合も */
  unicode-bidi: initial; /* 必要な場合に変更 */
}

.p-c__image {
  display: block;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media screen and (min-width: 900px) {
  .p-c__image {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .p-c--large .p-c__image {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}
.p-c__image > img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-c__heading {
  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;
  min-height: 56px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-c__heading {
    min-height: 70px;
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .p-c__heading {
    min-height: 80px;
    padding-top: 7px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 16px;
  }
  .p-c--large .p-c__heading {
    min-height: 120px;
    font-size: 20px;
  }
}

.p-c__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 8px;
  outline: none;
}
@media screen and (min-width: 900px) {
  .p-c__button {
    border-width: 4px;
    border-radius: 16px;
  }
  .p-c--large .p-c__button {
    border-radius: 24px;
  }
}
@media (hover: hover) {
  .p-c__button:hover {
    border-color: #9ed0e0;
  }
}
.p-c__button:focus {
  border-color: #9ed0e0;
}

.p-c__icon svg {
  position: absolute;
  right: -2px;
  bottom: -2px;
  display: block;
  width: 36px;
  height: 36px;
  border-bottom-right-radius: 8px;
}
@media screen and (min-width: 900px) {
  .p-c__icon svg {
    right: -4px;
    bottom: -4px;
    width: 45px;
    height: 45px;
    border-bottom-right-radius: 16px;
  }
  .p-c--large .p-c__icon svg {
    width: 80px;
    height: 80px;
    border-bottom-right-radius: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .p-c__icon svg {
    width: 64px;
    height: 64px;
  }
  .p-c--large .p-c__icon svg {
    width: 100px;
    height: 100px;
  }
}

.prizes-modal {
  width: 336px;
  max-width: calc(100% - 20px);
  height: 480px;
  max-height: calc(100% - 20px);
  padding: 0;
  padding-right: 20px;
  padding-bottom: 19px;
  padding-left: 20px;
  text-align: center;
  background: #fff;
  border: none;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .prizes-modal {
    width: 400px;
    height: 540px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-modal {
    width: 480px;
    height: 650px;
    padding-right: 40px;
    padding-bottom: 23px;
    padding-left: 40px;
  }
}
.prizes-modal::-ms-backdrop {
  background: #000;
  opacity: 0.7;
}
.prizes-modal::backdrop {
  background: #000;
  opacity: 0.7;
}

.prizes-modal__image {
  width: calc(100% + 40px);
  margin-left: -20px;
}
@media screen and (min-width: 900px) {
  .prizes-modal__image {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
}

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

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

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

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

.prizes__bg {
  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: -43px;
}
@media screen and (min-width: 900px) {
  .prizes__bg {
    display: block;
    margin-top: 0;
  }
}
.prizes__bg img {
  display: block;
  width: 100%;
  min-width: 580px;
}
@media screen and (min-width: 1200px) {
  .prizes__bg img {
    min-height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}

.spots {
  position: relative;
  padding-top: 45.7px;
  padding-bottom: 45.7px;
  margin-top: -45.7px;
}
@media screen and (min-width: 900px) {
  .spots {
    padding-top: 86px;
    padding-bottom: 120px;
    margin-top: -120px;
  }
}
.spots::before, .spots::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 45.7px;
  content: "";
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: left -3px center;
  background-size: contain;
}
@media screen and (min-width: 900px) {
  .spots::before, .spots::after {
    height: 120px;
    background-position: left center;
  }
}
.spots::before {
  top: 1px;
  background-image: url(../images/wave-top.png);
}
.spots::after {
  bottom: 1px;
  background-image: url(../images/wave-bottom.png);
  background-position: left -6px center;
}

.spots__deco-pawpads {
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 80px;
}
@media screen and (min-width: 900px) {
  .spots__deco-pawpads {
    bottom: 135px;
    left: calc(50% - 720px);
    width: 100px;
  }
}

.spots__outer {
  padding-bottom: 14.86px;
  background-color: #67b0c7;
}
@media screen and (min-width: 900px) {
  .spots__outer {
    padding-bottom: -1px;
  }
}

@media screen and (min-width: 900px) {
  .spots__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    padding-left: max(30px, 50% - 512px);
  }
}

.spots__heading-wrap {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .spots__heading-wrap {
    width: 56px;
  }
}

.spots__heading {
  position: relative;
  display: inline-block;
  padding-left: 36px;
  font-family: "Kiwi Maru", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
}
@media screen and (min-width: 900px) {
  .spots__heading {
    padding-top: 72px;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 40px;
    letter-spacing: 0.25em;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
}
.spots__heading::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  content: "";
  background-color: transparent;
  background-image: url(../images/spots-star-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 900px) {
  .spots__heading::before {
    top: 0;
    left: 50%;
    width: 56px;
    height: 56px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.spots__slider {
  margin-top: 25px;
}
@media screen and (min-width: 900px) {
  .spots__slider {
    width: calc(100% - 56px - 32px);
    margin-top: 0;
  }
}

.spots-swiper__slide {
  height: auto;
}

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

.spots-card__image {
  display: block;
  width: calc(100% + 48px);
  margin-left: -24px;
}
@media screen and (min-width: 900px) {
  .spots-card__image {
    width: calc(100% + 64px);
    margin-left: -32px;
  }
}

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

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

@media screen and (min-width: 900px) {
  .spots__inner {
    max-width: 1084px;
    padding-right: 30px;
    padding-left: 30px;
    margin-inline: auto;
  }
}

.spots__arrows {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin-top: -10px;
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .spots__arrows {
    max-width: 944px;
    margin-top: -32px;
  }
}

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

.spots-swiper-arrows__prev,
.spots-swiper-arrows__next {
  position: static;
  width: 80px;
  height: 80px;
  background-color: #ffee56;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 27px;
  border-radius: 50%;
  -webkit-transition: background-position 0.3s;
  transition: background-position 0.3s;
}
.spots-swiper-arrows__prev::after,
.spots-swiper-arrows__next::after {
  content: "";
}

.spots-swiper-arrows__prev {
  background-image: url(../images/prev.png);
}
@media (hover: hover) {
  .spots-swiper-arrows__prev:hover {
    background-position: center left 40%;
  }
}

.spots-swiper-arrows__next {
  background-image: url(../images/next.png);
}
@media (hover: hover) {
  .spots-swiper-arrows__next:hover {
    background-position: center right 40%;
  }
}

.spots__bottom {
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .spots__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
}

.spots-deco__en {
  display: block;
  width: 254px;
  margin-inline: auto;
  line-height: 1;
}
@media screen and (min-width: 900px) {
  .spots-deco__en {
    width: 360px;
    margin-top: -45px;
  }
}
@media screen and (min-width: 1200px) {
  .spots-deco__en {
    width: 494px;
    margin: 0;
  }
}
.spots__text-wrap {
  margin-top: 15px;
}
@media screen and (min-width: 900px) {
  .spots__text-wrap {
    margin-top: 0;
  }
}

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

.spots__button {
  padding-bottom: 4px;
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .spots__button {
    text-align: right;
  }
}

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

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

.qa-box {
  overflow: hidden;
  background: #fff;
  border: 2px solid #4a3636;
  border-radius: 12px;
}
@media screen and (min-width: 900px) {
  .qa-box {
    border-radius: 16px;
  }
}

.qa-box_q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 14px;
}
.qa-box_q.is-open .qa-box__q-toggle::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 900px) {
  .qa-box_q {
    gap: 16px;
    padding-top: 20.5px;
    padding-right: 22px;
    padding-bottom: 19.5px;
    padding-left: 22px;
  }
  .qa-box_q.is-open {
    padding-bottom: 21.5px;
  }
}

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

.qa-box__q-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.59;
  color: #4a3636;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .qa-box__q-text {
    font-size: 20px;
  }
}

.qa-box__q-toggle {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  background-color: #9ed0e0;
  border-radius: 50%;
}
@media screen and (min-width: 900px) {
  .qa-box__q-toggle {
    width: 48px;
    height: 48px;
  }
}
.qa-box__q-toggle::before, .qa-box__q-toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  content: "";
  background: #fff;
  border-radius: 50px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 900px) {
  .qa-box__q-toggle::before, .qa-box__q-toggle::after {
    width: 19px;
    height: 3px;
  }
}
.qa-box__q-toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.qa-box__body {
  display: none;
  padding-top: 16px;
  padding-right: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  background: #f5f5f5;
}
@media screen and (min-width: 900px) {
  .qa-box__body {
    padding-top: 24px;
    padding-right: 22px;
    padding-bottom: 22px;
    padding-left: 22px;
  }
}

.qa-box__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.e-r {
  margin-top: 30px;
}
@media screen and (min-width: 900px) {
  .e-r {
    margin-top: 120px;
  }
}

.e-r__content {
  padding-top: 15.5px;
  padding-right: 15.5px;
  padding-bottom: 32px;
  padding-left: 16px;
  background: rgba(255, 255, 255, 0.5);
  border: 8px solid #fff;
}
@media screen and (min-width: 900px) {
  .e-r__content {
    padding-top: 32px;
    padding-right: 48px;
    padding-bottom: 44px;
    padding-left: 48px;
  }
}

.e-r__table {
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .e-r__table {
    margin-top: 40px;
  }
}

.e-r-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.e-r-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-top: 12px;
  padding-bottom: 14px;
  text-align: left;
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 900px) {
  .e-r-table__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
  }
}
.e-r-table__row:first-child {
  padding-top: 0;
}
.e-r-table__row:last-child {
  padding-bottom: 0;
  border: none;
}

.e-r-table__header,
.e-r-table__data {
  text-align: left;
  vertical-align: middle;
}

.e-r-table__header {
  position: relative;
  height: 100%;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .e-r-table__header {
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  .e-r-table__header {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 188px;
  }
}
.e-r-table__header::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%);
}

.e-r-table__data {
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .e-r-table__data {
    width: calc(100% - 224px);
    font-size: 16px;
  }
}
.e-r-table__data ul li {
  position: relative;
  padding-left: 1.5em;
  line-height: 19px;
}
@media screen and (min-width: 600px) {
  .e-r-table__data ul li {
    line-height: 22px;
  }
}
@media screen and (min-width: 900px) {
  .e-r-table__data ul li {
    line-height: 26px;
  }
}
.e-r-table__data ul li::before {
  position: absolute;
  top: 0.1em;
  left: 0.2em;
  content: "・";
}

.e-r__cover-bg {
  display: block;
  margin-top: 32px;
}
@media screen and (min-width: 900px) {
  .e-r__cover-bg {
    margin-top: 120px;
  }
}
.e-r__cover-bg img {
  width: 100%;
}

.contact {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}
@media screen and (min-width: 900px) {
  .contact {
    padding-top: 120px;
    padding-bottom: 116px;
  }
}

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

.inline-block {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
}

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

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

@media screen and (min-width: 900px) {
  .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

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

.form-field__tag {
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #ce2073;
  border-radius: 4px;
}
@media screen and (min-width: 900px) {
  .form-field__tag {
    margin-bottom: 1px;
  }
}

.form-field__item {
  margin-top: 8px;
}
@media screen and (min-width: 900px) {
  .form-field__item {
    width: calc(100% - 180px - 40px);
    margin-top: 0;
  }
}

.form-field__text,
.form-field__textarea {
  width: 100%;
  height: 56px;
  padding: 14.5px 15px;
  font-size: 14px;
  background: #f5f5f5;
  border: none;
  border: 1px solid transparent;
  border-radius: 8px;
}
@media screen and (min-width: 900px) {
  .form-field__text,
  .form-field__textarea {
    font-size: 16px;
  }
}
.form-field__text::-webkit-input-placeholder, .form-field__textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.form-field__text::-moz-placeholder, .form-field__textarea::-moz-placeholder {
  color: #cccccc;
}
.form-field__text:-ms-input-placeholder, .form-field__textarea:-ms-input-placeholder {
  color: #cccccc;
}
.form-field__text::-ms-input-placeholder, .form-field__textarea::-ms-input-placeholder {
  color: #cccccc;
}
.form-field__text::placeholder,
.form-field__textarea::placeholder {
  color: #cccccc;
}
.form-field__text:hover, .form-field__text:focus,
.form-field__textarea:hover,
.form-field__textarea:focus {
  outline: none;
}
.form-field__text:focus,
.form-field__textarea:focus {
  background-color: #e9f6f8;
  border-color: #9ed0e0;
}
.form-field__text.is-error,
.form-field__textarea.is-error {
  background-color: #fff0f7;
  border-color: #ce2073;
}

.form-select {
  position: relative;
  width: 100%;
  height: 56px;
  padding: 14.5px 15px;
  font-size: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-image: url(../images/select-arrow.png), linear-gradient(to left, #9ed0e0 52px, #f5f5f5 52px);
  background-repeat: no-repeat, no-repeat;
  background-position: center right 18.65px, center center;
  background-size: 14.9px 8.78px, cover;
  border: 1px solid transparent;
  border-radius: 8px;
}
@media screen and (min-width: 900px) {
  .form-select {
    font-size: 16px;
  }
}
.form-select:hover, .form-select:focus {
  outline: none;
}
.form-select:focus {
  border-color: #9ed0e0;
}
.form-select.is-error {
  background-image: url(../images/select-arrow.png), linear-gradient(to left, #ce2073 52px, #fff0f7 52px);
  border-color: #ce2073;
}

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

@media (hover: hover) {
  .form-radio:hover .form-radio__text::before {
    border-color: #9ed0e0;
  }
}

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

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

.form-field__textarea {
  height: 160px;
}

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

.form-checkbox {
  cursor: pointer;
}

.form-checkbox__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.form-checkbox__input:checked + .form-checkbox__text::before {
  border-color: #9ed0e0;
}
.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}
.form-checkbox__input.is-error + .form-checkbox__text::before {
  background-color: #fff0f7;
  border-color: #ce2073;
}

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

.contact__button {
  padding-bottom: 4px;
  margin-top: 27px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .contact__button {
    margin-top: 40px;
  }
}

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

@media screen and (min-width: 900px) {
  .footer__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__deco-pawpads {
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .footer__deco-pawpads {
    top: -40px;
    right: 0;
    width: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__deco-pawpads {
    right: auto;
    left: calc(50% + 576px);
    width: 100px;
  }
}

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

.sns-links__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}

.sns-button {
  position: relative;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media screen and (min-width: 900px) {
  .sns-button {
    width: 40px;
    height: 40px;
  }
}
@media (hover: hover) {
  .sns-button:hover {
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
  }
}
.sns-button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sns-button img {
  width: 100%;
}

.footer__deco-english {
  max-width: 335px;
  margin-top: 10px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .footer__deco-english {
    max-width: 755px;
    margin-top: 30px;
  }
}

.address-wrap {
  overflow: hidden;
  background-color: #fff;
  border-radius: 16px;
}
@media screen and (min-width: 900px) {
  .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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 900px) {
  .address-wrap__map {
    width: 50%;
  }
}
.address-wrap__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 335/271;
  vertical-align: top;
}
@media screen and (min-width: 900px) {
  .address-wrap__map iframe {
    aspect-ratio: 512/400;
  }
}

.address-wrap__body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 22px;
  padding-right: 26px;
  padding-bottom: 30px;
  padding-left: 27px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .address-wrap__body {
    padding: 10px;
    margin-top: 0;
  }
}

.address-wrap__logo {
  width: 153px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .address-wrap__logo {
    display: inline-block;
    width: 183px;
    margin: 0;
  }
}

.address-wrap__info {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
}
@media screen and (min-width: 900px) {
  .address-wrap__info {
    gap: 12px;
    margin-top: 26px;
  }
}

.address-wrap__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .address-wrap__info-row {
    gap: 40px;
  }
}

.address-wrap__info-term {
  position: relative;
  min-width: 64px;
  padding-left: 16px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .address-wrap__info-term {
    width: 80px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .address-wrap__info-term {
    font-size: 16px;
  }
}
.address-wrap__info-term::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%);
}

.address-wrap__info-description {
  font-style: normal;
}
@media screen and (min-width: 600px) {
  .address-wrap__info-description {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .address-wrap__info-description {
    font-size: 16px;
  }
}

.footer__page-top {
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .footer__page-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 10;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer__page-top {
    right: 40px;
    bottom: 40px;
  }
}

.page-top {
  width: 75px;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media (hover: hover) {
  .page-top:hover {
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
  }
}
@media screen and (min-width: 900px) {
  .page-top {
    display: none;
    width: 80px;
    height: 83.2px;
  }
}
@media screen and (min-width: 1200px) {
  .page-top {
    width: 100px;
    height: 104px;
  }
}

.footer__bottom {
  position: relative;
  padding-top: 45.7px;
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .footer__bottom {
    padding-top: 120px;
    margin-top: 120px;
  }
}
.footer__bottom::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 45.7px;
  content: "";
  background-image: url(../images/bg-wavearea.svg), linear-gradient(to bottom, transparent 13px, #67b0c7 13px);
  background-repeat: repeat-x;
  background-position: left -6px center;
  background-size: contain;
}
@media screen and (min-width: 900px) {
  .footer__bottom::before {
    height: 120px;
    background-image: url(../images/PC/img-bg-wave.svg), linear-gradient(to bottom, transparent 33px, #67b0c7 33px);
    background-position: left center;
  }
}

.footer__copyright {
  display: block;
  padding-bottom: 25px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  background-color: #67b0c7;
}
@media screen and (min-width: 900px) {
  .footer__copyright {
    padding-bottom: 32px;
    font-size: 14px;
  }
}