@charset "UTF-8";
/* modern-css-reset + 祥子用 tweaks */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
figure,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

/* 古いブラウザの互換対策 */
header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

em,
strong {
  font-style: normal;
  font-weight: normal;
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

*:focus {
  outline: 3px solid #9ed0e0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #4a3636;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  background: #e9f6f8;
}
@media screen and (min-width: 600px) {
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  body {
    font-size: 16px;
  }
}
body.is-drawer-open {
  overflow: hidden;
}
body.is-modal-open {
  overflow: hidden;
}

@media screen and (min-width: 900px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

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

.l-header__inner {
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 20px;
}
@media screen and (min-width: 900px) {
  .l-header__inner {
    padding-inline: 24px;
  }
}

.l-header__logo img {
  width: 210px;
}
@media screen and (min-width: 900px) {
  .l-header__logo img {
    width: 183px;
  }
}

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

.l-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 12px;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__link:hover {
    color: #67b0c7;
    text-decoration-line: underline;
    text-underline-offset: 2px;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }
}

.l-header__button {
  margin-left: 4px;
}

.l-header__open {
  margin-left: auto;
  line-height: 0;
}
@media screen and (min-width: 1200px) {
  .l-header__open {
    display: none;
  }
}

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

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

@media screen and (min-width: 900px) {
  .l-footer__decoration-pawpads {
    position: absolute;
    content: "";
    width: 80px;
    top: 80px;
    left: calc(50% + 450px);
  }
}
@media screen and (min-width: 1200px) {
  .l-footer__decoration-pawpads {
    width: 100px;
    left: calc(50% + 575px);
  }
}

.l-footer__decoration-engrish-wrap {
  margin-top: 15px;
}
@media screen and (min-width: 900px) {
  .l-footer__decoration-engrish-wrap {
    margin-top: 41px;
  }
}

.l-footer__decoration-engrish {
  width: 328px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 374px) {
  .l-footer__decoration-engrish {
    width: 270px;
  }
}
@media screen and (min-width: 900px) {
  .l-footer__decoration-engrish {
    width: 650px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer__decoration-engrish {
    width: 755px;
  }
}

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

.l-footer__pagetop-button {
  width: 75px;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .l-footer__pagetop-button {
    position: fixed;
    width: 90px;
    right: 40px;
    bottom: 40px;
    z-index: 1000;
    left: auto;
    -webkit-transform: none;
            transform: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .l-footer__pagetop-button.is-show {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer__pagetop-button {
    width: 100px;
  }
}

.l-footer__bottom {
  position: relative;
  margin-top: 24px;
  padding-top: 45.7px;
  text-align: center;
}
.l-footer__bottom::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 45.7px;
  background: url(../../img/common/deco_wave_sp.svg) repeat-x left center;
  background-size: contain;
  top: 0;
  left: 0;
}
@media screen and (min-width: 900px) {
  .l-footer__bottom::before {
    height: 120px;
    background: url(../../img/common/deco_wave_pc.svg);
  }
}
@media screen and (min-width: 900px) {
  .l-footer__bottom {
    margin-top: 120px;
    padding-top: 120px;
  }
}

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

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

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

.sns__button {
  position: relative;
  width: 32px;
  height: 32px;
  display: block;
}
@media screen and (min-width: 900px) {
  .sns__button {
    width: 40px;
    height: 40px;
  }
}
.sns__button::before {
  position: absolute;
  content: "";
  width: 44px;
  height: 44px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer-info {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  margin-top: -4px;
}
@media screen and (min-width: 900px) {
  .footer-info {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
    margin-top: -5px;
  }
}

.footer-info__map-wrap {
  aspect-ratio: 335/271;
}
@media screen and (min-width: 900px) {
  .footer-info__map-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    aspect-ratio: 512/400;
  }
}

.footer-info__map {
  width: 100%;
  height: 100%;
  display: block;
}

.footer-info__content {
  padding-top: 23px;
  padding-bottom: 30px;
  padding-left: 24px;
  padding-right: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 374px) {
  .footer-info__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 900px) {
  .footer-info__content {
    padding-block: 48px;
    padding-inline: 24px;
    margin-top: -6.8px;
  }
}

.footer-info__logo {
  width: 153px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .footer-info__logo {
    margin: 0;
    width: 183px;
  }
}

.footer-info__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 900px) {
  .footer-info__list {
    margin-top: 27px;
    gap: 12px;
  }
}

.footer-info__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  padding-left: 16px;
}
.footer-info__item::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9ed0e0;
  top: 0.5em;
  left: 0;
}
@media screen and (max-width: 374px) {
  .footer-info__item {
    gap: 10px;
  }
}

.footer-info__label {
  font-weight: 700;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}
@media screen and (min-width: 600px) {
  .footer-info__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
}
@media screen and (min-width: 900px) {
  .footer-info__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-info__label {
    font-size: 16px;
  }
}

.footer-info__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 900px) {
  .footer-info__description {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-info__description {
    font-size: 16px;
  }
}

.l-wrapper {
  overflow: hidden;
}

.l-main {
  padding-top: 64px;
}

.c-button {
  display: inline-block;
  padding-top: 4px;
  padding-right: 22px;
  padding-bottom: 6px;
  padding-left: 22px;
  font-size: 16px;
  font-weight: 700;
  color: #4a3636;
  cursor: pointer;
  background: #fff;
  border: 2px solid #4a3636;
  border-radius: 40px;
  -webkit-box-shadow: 0 4px 0 0 #4a3636;
          box-shadow: 0 4px 0 0 #4a3636;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 374px) {
  .c-button {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .c-button {
    padding-top: 8px;
    padding-right: 37px;
    padding-bottom: 10px;
    padding-left: 37px;
    font-size: 20px;
    border-width: 3px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-button:hover {
    background-color: #ffee56;
  }
}

/* modifier */
@media screen and (min-width: 900px) {
  .c-button--header {
    padding-top: 4px;
    padding-right: 22px;
    padding-bottom: 6px;
    padding-left: 22px;
    font-size: 14px;
    border-width: 2px;
  }
}

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

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

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

.c-heading {
  position: relative;
  padding-top: 43.33px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .c-heading {
    padding-top: 56px;
  }
}
.c-heading::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 37.33px;
  height: 37.33px;
  content: "";
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .c-heading::before {
    width: 48px;
    height: 48px;
  }
}
.c-heading .c-heading__english {
  font-family: "Courgette", cursive;
  font-size: 16px;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .c-heading .c-heading__english {
    font-size: 20px;
  }
}
.c-heading .c-heading__japanese {
  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) {
  .c-heading .c-heading__japanese {
    padding-bottom: 8px;
    margin-top: 8px;
    font-size: 32px;
    border-width: 8px;
  }
}

.c-heading--campaign::before {
  background-image: url(../../img/about/icon_about.svg);
}

.c-heading--camera::before {
  background-image: url(../../img/how-to-entry/icon_campaign.svg);
}

.c-heading--prizes::before {
  background-image: url(../../img/prizes/icon_prizes.svg);
}

.c-heading--bubble::before {
  background-image: url(../../img/faq/icon_bubble.svg);
}

.c-heading--entry-requirements::before {
  background-image: url(../../img/entry-requirements/icon_entry-requirements.svg);
}

.c-heading--contact::before {
  background-image: url(../../img/contact/icon_contact.svg);
}

.c-drawer-icon {
  width: 32px;
  height: 27px;
  position: relative;
}
.c-drawer-icon::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 20px);
  height: 64px;
}
@media screen and (min-width: 1200px) {
  .c-drawer-icon {
    display: none;
  }
}
.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-child(1) {
  top: 10px;
  width: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-child(2) {
  display: none;
}
.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-drawer-icon.is-checked .c-drawer-icon__bar .c-drawer-icon__dot {
  display: none;
}

.c-drawer-icon__bar {
  position: absolute;
  width: 32px;
  height: 3px;
  background: #4a3636;
  border-radius: 3px;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.c-drawer-icon__bar:nth-child(1) {
  top: 0;
  left: 0;
  width: 25.6px;
}
.c-drawer-icon__bar:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.c-drawer-icon__bar:nth-child(3) {
  bottom: 0;
  left: 0;
}

.c-drawer-icon__dot {
  position: absolute;
  top: 0;
  right: 0;
  left: 28px;
  width: 4px;
  height: 3px;
  background: #4a3636;
  border-radius: 6px;
}

.c-drawer-content {
  position: fixed;
  width: 100%;
  height: calc(100dvh - 64px);
  top: 64px;
  left: 0;
  padding-top: 59px;
  padding-bottom: 60px;
  overflow-y: auto;
  background: #fff;
  z-index: 9999;
  /* 非表示状態 */
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease, visibility 0s linear 0.5s, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0s linear 0.5s, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0s linear 0.5s;
  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0s linear 0.5s, -webkit-transform 0.5s ease;
}
.c-drawer-content.is-open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.5s ease, visibility 0s, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0s, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0s;
  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0s, -webkit-transform 0.5s ease;
}
@media screen and (min-width: 1200px) {
  .c-drawer-content {
    display: none !important;
  }
}

.c-drawer-content__menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.c-drawer-content__link {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
@media (hover: hover) and (pointer: fine) {
  .c-drawer-content__link:hover {
    color: #67b0c7;
    text-decoration-line: underline;
    text-underline-offset: 2px;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }
}

.c-drawer-content__button {
  margin-top: 20px;
}

.p-first-view {
  position: relative;
  padding-top: 17px;
}
@media screen and (min-width: 900px) {
  .p-first-view {
    padding-top: 34px;
  }
}

.p-first-view__background-image {
  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) {
  .p-first-view__background-image {
    height: calc(100% - 96px);
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}
.p-first-view__background-image 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) {
  .p-first-view__background-image img {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}

.p-first-view__inner {
  position: relative;
  width: 100%;
  max-width: 375px;
  padding-inline: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .p-first-view__inner {
    max-width: 848px;
    padding-inline: 0;
  }
}

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

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

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

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

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

.p-decoration-smart-phone__image {
  position: relative;
}

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

.p-decoration-smart-phone__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) {
  .p-decoration-smart-phone__heading {
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 700;
  }
}

.p-decoration-smart-phone__body {
  padding-top: 12.8px;
  padding-bottom: 15.2px;
}
@media screen and (min-width: 900px) {
  .p-decoration-smart-phone__body {
    padding-top: 14px;
    padding-bottom: 20px;
  }
}

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

.p-decoration-smart-phone__text {
  margin-top: 3.2px;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .p-decoration-smart-phone__text {
    margin-top: 4px;
    font-size: 16px;
  }
}

.p-decoration-smart-phone__button {
  padding-bottom: 4px;
  margin-top: 12.8px;
}
@media screen and (min-width: 900px) {
  .p-decoration-smart-phone__button {
    margin-top: 16px;
  }
}

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

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

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

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

.p-decoration-cats1 {
  position: relative;
  width: 107px;
  height: 127px;
}
@media screen and (min-width: 900px) {
  .p-decoration-cats1 {
    width: 233px;
    height: 294px;
  }
}

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

.p-decoration-cats1__2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 98px;
}
@media screen and (min-width: 900px) {
  .p-decoration-cats1__2 {
    right: 0;
    bottom: 0;
    width: 100%;
  }
}

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

.p-about__decoration {
  position: absolute;
}

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

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

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

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

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

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

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

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

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

.p-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 (max-width: 374px) {
  .p-about-top {
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media screen and (min-width: 900px) {
  .p-about-top {
    border-radius: 40px;
  }
}
.p-about-top::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100px;
  height: 36px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #cce1e4;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .p-about-top::before {
    width: 140px;
    height: 50px;
  }
}

.p-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) {
  .p-about-top__image-left {
    top: 41px;
    right: calc(50% + 192px);
    width: 134px;
  }
}

.p-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) {
  .p-about-top__image-right {
    top: 46px;
    left: calc(50% + 192px);
    width: 134px;
  }
}

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

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

.p-about-top__text {
  margin-top: 1.5em;
}
@media screen and (min-width: 900px) {
  .p-about-top__text {
    margin-top: 1.7em;
  }
}

.p-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) {
  .p-about-top__emphasis-text {
    padding-bottom: 10px;
    margin-top: 44px;
    font-size: 20px;
  }
}

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

.p-about__bottom {
  margin-top: 139.67px;
}
@media screen and (min-width: 900px) {
  .p-about__bottom {
    margin-top: 167px;
  }
}

.p-about__decoration-english {
  position: relative;
  z-index: 2;
  display: block;
  width: 354.64px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.p-about__decoration-english img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .p-about__decoration-english {
    width: 770px;
  }
}
@media screen and (min-width: 1200px) {
  .p-about__decoration-english {
    width: 890.6px;
  }
}

.p-about__slider {
  position: relative;
  z-index: 2;
  margin-top: -2px;
}
@media screen and (min-width: 900px) {
  .p-about__slider {
    margin-top: -5px;
  }
}

/* Swiperのslideそのものを固定する */
.p-about-swiper .swiper-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; /* 伸び縮み禁止（重要） */
  width: 100px;
}

@media screen and (min-width: 900px) {
  .p-about-swiper .swiper-slide {
    width: 200px;
  }
}
.p-about-swiper .swiper-slide img {
  display: block;
  width: 100%;
}

.p-spots {
  position: relative;
  padding-top: 45.71px;
  padding-bottom: 45.71px;
  margin-top: -45.71px;
  scroll-margin-top: 80px;
}
@media screen and (min-width: 900px) {
  .p-spots {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: -120px;
  }
}
.p-spots::before, .p-spots::after {
  background-image: url(../../img/common/deco_wave_sp.svg);
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  content: "";
  width: 100%;
  height: 45.71px;
  left: 0;
}
@media screen and (min-width: 900px) {
  .p-spots::before, .p-spots::after {
    height: 120px;
    background-image: url(../../img/common/deco_wave_pc.svg);
  }
}
.p-spots::before {
  top: 0px;
  background-position: left -3px top;
}
@media screen and (min-width: 900px) {
  .p-spots::before {
    top: 0px;
  }
}
.p-spots::after {
  bottom: 1px;
  background-position: left -6px top;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-spots__outer {
  padding-bottom: 13.84px;
  background: #67b0c7;
}
@media screen and (min-width: 900px) {
  .p-spots__outer {
    padding-bottom: 0px;
  }
}

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

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

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

.p-spots__heading {
  position: relative;
  color: #fff;
  font-family: "Kiwi Maru";
  font-size: 28px;
  font-weight: 500;
  line-height: 125%;
  display: inline-block;
  padding-left: 36px;
}
@media screen and (min-width: 900px) {
  .p-spots__heading {
    font-size: 40px;
    padding-top: 71px;
    padding-left: 4px;
    padding-right: 4px;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr; /* 縦書き指定 */
    letter-spacing: 0.25em;
  }
}
.p-spots__heading::before {
  background-image: url(../../img/spots/deco_icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 900px) {
  .p-spots__heading::before {
    width: 56px;
    height: 56px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

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

.p-spots__inner {
  padding-inline: 20.5px;
}
@media screen and (min-width: 1200px) {
  .p-spots__inner {
    padding-inline: 30px;
    max-width: 1084px;
    margin: 0 auto;
  }
}

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

.p-spots__decoration-english {
  width: 255px;
}
@media screen and (min-width: 900px) {
  .p-spots__decoration-english {
    width: 370px;
  }
}
@media screen and (min-width: 1200px) {
  .p-spots__decoration-english {
    width: 495px;
  }
}

.p-spots__text-wrapper {
  text-align: center;
  margin-top: 16px;
}
@media screen and (min-width: 1200px) {
  .p-spots__text-wrapper {
    margin-top: 0px;
  }
}

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

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

.p-spots-swiper__slide {
  height: auto;
}

@media screen and (min-width: 600px) {
  .p-spots-swiper-arrow {
    overflow: visible;
  }
}
@media screen and (min-width: 900px) {
  .p-spots-swiper-arrow {
    max-width: 740px;
    margin: 0 auto;
    margin-top: -20px;
  }
}
@media screen and (min-width: 1200px) {
  .p-spots-swiper-arrow {
    margin-top: -31px;
    max-width: 944px;
  }
}

@media screen and (min-width: 900px) {
  .p-spots-swiper-arrow__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 900px) {
  .p-spots-swiper-arrow__prev,
  .p-spots-swiper-arrow__next {
    position: static;
    width: 80px;
    height: 80px;
    background-color: #ffee56;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 57px 57px;
    border-radius: 50%;
  }
}

@media screen and (min-width: 900px) {
  .p-spots-swiper-arrow__prev {
    background-image: url(../../img/spots/Icon-arrow_left.svg);
  }
}

@media screen and (min-width: 900px) {
  .p-spots-swiper-arrow__next {
    background-image: url(../../img/spots/Icon_arrow_right.svg);
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}

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

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

.p-spots-card__heading {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 374px) {
  .p-spots-card__heading {
    font-size: 15px;
  }
}
@media screen and (min-width: 900px) {
  .p-spots-card__heading {
    font-size: 20px;
    margin-top: 25px;
  }
}

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

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

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

.p-prizes__contents {
  position: relative;
  padding-block: 20.3px 30px;
  padding-inline: 20px;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .p-prizes__contents {
    padding-block: 30px 49px;
    padding-inline: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-prizes__contents {
    padding-inline: 56px;
  }
}
.p-prizes__contents::before {
  position: absolute;
  content: "";
  width: 238px;
  height: 83px;
  background: url(../../img/prizes/bg_prizes1_sp.svg);
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  left: 50%;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .p-prizes__contents::before {
    width: 366px;
    height: 149px;
    background: url(../../img/prizes/bg_prizes1_pc.svg);
  }
}
.p-prizes__contents::after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 83px);
  border-radius: 24px;
  background-color: #fff;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  left: 50%;
  top: 83px;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .p-prizes__contents::after {
    max-width: 1084px;
    height: calc(100% - 149px);
    top: 149px;
  }
}

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

@media screen and (min-width: 900px) {
  .p-prizes__triangle-left {
    left: 0;
  }
}

@media screen and (min-width: 900px) {
  .p-prizes__triangle-right {
    right: 0;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}

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

.p-prizes__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 39px;
  margin-top: 48px;
}
@media screen and (min-width: 900px) {
  .p-prizes__cards {
    margin-top: 82px;
    gap: 0;
  }
}

.p-prizes__card {
  width: calc(50% - 7.5px);
}
@media screen and (min-width: 900px) {
  .p-prizes__card:nth-of-type(1), .p-prizes__card:nth-of-type(2) {
    width: calc(50% - 16px);
  }
}
@media screen and (min-width: 900px) {
  .p-prizes__card:nth-of-type(2) {
    margin-left: 32px;
  }
}
@media screen and (min-width: 900px) {
  .p-prizes__card:nth-of-type(3), .p-prizes__card:nth-of-type(4), .p-prizes__card:nth-of-type(5) {
    margin-top: 80px;
    width: calc((100% - 72px) / 3);
  }
}
@media screen and (min-width: 900px) {
  .p-prizes__card:nth-of-type(4), .p-prizes__card:nth-of-type(5) {
    margin-left: 36px;
  }
}

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

.p-prizes__image {
  display: block;
  width: 100%;
  margin-top: -43px;
}
@media screen and (min-width: 900px) {
  .p-prizes__image {
    margin-top: 0;
    height: 640px;
    overflow: hidden;
  }
}
.p-prizes__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (min-width: 900px) {
  .p-prizes__image img {
    min-height: 0;
  }
}

.p-prizes-card {
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-prizes-card:hover .p-prizes-card__button {
    border-color: #9ed0e0;
  }
  .p-prizes-card:hover .p-prizes-card__image img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .p-prizes-card:hover .p-prizes-card__icon svg > path {
    fill: #9ed0e0;
  }
}

@media screen and (min-width: 900px) {
  .p-prizes-card--large .p-prizes-card__number {
    width: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .p-prizes-card--large .p-prizes-card__number {
    width: 100px;
  }
}
@media screen and (min-width: 900px) {
  .p-prizes-card--large .p-prizes-card__heading {
    min-height: 120px;
    font-size: 20px;
    padding-block: 5px;
    padding-inline: 5px;
  }
}
@media screen and (min-width: 900px) {
  .p-prizes-card--large .p-prizes-card__icon svg {
    width: 70px;
    height: 70px;
    border-bottom-right-radius: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .p-prizes-card--large .p-prizes-card__icon svg {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 900px) {
  .p-prizes-card--large .p-prizes-card__button {
    border: 4px solid transparent;
    border-radius: 24px;
  }
}

.p-prizes-card__number {
  width: 48px;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .p-prizes-card__number {
    width: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .p-prizes-card__number {
    width: 80px;
  }
}

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

.p-prizes-card__image {
  display: block;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media screen and (min-width: 900px) {
  .p-prizes-card__image {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}
.p-prizes-card__image img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-prizes-card__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
  padding-bottom: 7px;
  padding-inline: 5px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .p-prizes-card__heading {
    min-height: 80px;
    padding-block: 5px;
    padding-inline: 5px;
  }
}

.p-prizes-card__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 8px;
}
@media screen and (min-width: 900px) {
  .p-prizes-card__button {
    border-radius: 16px;
    border: 4px solid transparent;
  }
}

.p-prizes-card__icon svg {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 36px;
  height: 36px;
  border-bottom-right-radius: 8px;
}
@media screen and (min-width: 900px) {
  .p-prizes-card__icon svg {
    right: -4px;
    bottom: -4px;
    height: 50px;
    width: 50px;
    border-bottom-right-radius: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .p-prizes-card__icon svg {
    width: 64px;
    height: 64px;
  }
}

.p-prizes-modal {
  border-radius: 24px;
  background: #fff;
  border: none;
  padding-inline: 20px;
  padding-top: 0;
  color: #4a3636;
  width: 336px;
  height: 480px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-prizes-modal {
    width: 440px;
    height: 596px;
  }
}
@media screen and (min-width: 900px) {
  .p-prizes-modal {
    width: 480px;
    height: 650px;
    padding-inline: 40px;
  }
}

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

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

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

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

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

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

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

.p-how-to-entry__decoration-map {
  width: 149px;
  right: calc(50% + 39px);
}
@media screen and (min-width: 600px) {
  .p-how-to-entry__decoration-map {
    width: 200px;
    right: calc(50% + 75px);
  }
}
@media screen and (min-width: 900px) {
  .p-how-to-entry__decoration-map {
    top: -60px;
    right: calc(50% + 170px);
    width: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .p-how-to-entry__decoration-map {
    right: calc(50% + 260px);
    width: 460px;
  }
}

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

.p-how-to-entry__decoration-pawpad1 {
  width: 55px;
  top: 74px;
  right: 20px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (min-width: 900px) {
  .p-how-to-entry__decoration-pawpad1 {
    width: 70px;
    top: 148px;
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-how-to-entry__decoration-pawpad1 {
    width: 100px;
    right: 36px;
  }
}

.p-how-to-entry__decoration-pawpad2 {
  width: 55px;
  top: 550px;
  left: 20px;
  -webkit-transform: rotate(180deg) scaleX(-1);
          transform: rotate(180deg) scaleX(-1);
}
@media screen and (min-width: 900px) {
  .p-how-to-entry__decoration-pawpad2 {
    width: 70px;
    top: 580px;
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-how-to-entry__decoration-pawpad2 {
    width: 100px;
    left: 36px;
  }
}

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

.p-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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin-top: 32px;
}
@media screen and (min-width: 900px) {
  .p-how-to-entry__steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .p-how-to-entry__steps {
    gap: 32px;
    margin-top: 40px;
  }
}

.p-how-to-entry__step {
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-how-to-entry__step {
    max-width: 290px;
  }
}
@media screen and (min-width: 1200px) {
  .p-how-to-entry__step {
    max-width: 320px;
  }
}
.p-how-to-entry__step:nth-of-type(1)::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 34px;
  top: calc(100% + 16px);
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../../img/how-to-entry/deco_how-to-entry4_sp.webp);
}
@media screen and (min-width: 900px) {
  .p-how-to-entry__step:nth-of-type(1)::after {
    background-image: url(../../img/how-to-entry/deco_how-to-entry4_pc.svg);
    width: 70px;
    height: 15px;
    left: auto;
    -webkit-transform: none;
            transform: none;
    top: 150px;
    right: -30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-how-to-entry__step:nth-of-type(1)::after {
    width: 113px;
    height: 24px;
    top: 205px;
    right: -48px;
  }
}
.p-how-to-entry__step:nth-of-type(2)::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 34px;
  top: calc(100% + 16px);
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../../img/how-to-entry/deco_how-to-entry4_sp.webp);
}
@media screen and (min-width: 900px) {
  .p-how-to-entry__step:nth-of-type(2)::after {
    background-image: url(../../img/how-to-entry/deco_how-to-entry4_pc.svg);
    width: 70px;
    height: 15px;
    left: auto;
    -webkit-transform: none;
            transform: none;
    top: 100px;
    right: -30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-how-to-entry__step:nth-of-type(2)::after {
    width: 113px;
    height: 24px;
    top: 136px;
    right: -57px;
  }
}
@media screen and (min-width: 900px) {
  .p-how-to-entry__step:nth-of-type(2) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .p-how-to-entry__step:nth-of-type(2) {
    margin-top: 69px;
  }
}

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

.p-decoration-cats2 {
  position: relative;
  width: 160px;
  height: 85px;
}
@media screen and (min-width: 900px) {
  .p-decoration-cats2 {
    width: 364px;
    height: 191.08px;
  }
}

.p-decoration-cat1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 105px;
}
@media screen and (min-width: 900px) {
  .p-decoration-cat1 {
    width: 238px;
  }
}

.p-decoration-cat2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 94px;
}
@media screen and (min-width: 900px) {
  .p-decoration-cat2 {
    width: 214px;
  }
}

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

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

.p-step-box__heading {
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-size: 16px;
  font-weight: 700;
  margin-top: 16px;
}
@media screen and (min-width: 1200px) {
  .p-step-box__heading {
    font-size: 20px;
    margin-top: 24px;
  }
}

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

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

.p-entry-requirements {
  margin-top: 30.67px;
  scroll-margin-top: 80px;
}
@media screen and (min-width: 900px) {
  .p-entry-requirements {
    margin-top: 120px;
  }
}

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

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

.p-entry-requirements__item {
  padding-bottom: 16px;
  padding-top: 10px;
  border-bottom: 1px solid #ccc;
  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;
}
.p-entry-requirements__item:first-child {
  padding-top: 0;
}
.p-entry-requirements__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (min-width: 900px) {
  .p-entry-requirements__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    padding-left: 16px;
    padding-top: 12px;
    padding-bottom: 11.5px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

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

@media screen and (min-width: 900px) {
  .p-entry-requirements__description {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
  }
}

.p-entry-requirements__notes li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.585;
}
.p-entry-requirements__notes li::before {
  position: absolute;
  content: "・";
  top: 0.1em;
  left: 0.2em;
}
@media screen and (min-width: 900px) {
  .p-entry-requirements__notes li {
    line-height: 1.63;
  }
}

.p-entry-requirements__image {
  margin-top: 32px;
  width: 100%;
}
.p-entry-requirements__image img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .p-entry-requirements__image {
    margin-top: 120px;
  }
}

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

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

.p-faq-item {
  border-radius: 12px;
  border: 2px solid #4a3636;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .p-faq-item {
    border-radius: 16px;
  }
}

.p-faq-item__question {
  background-color: #fff;
  padding: 10px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
  cursor: pointer;
  list-style: none;
}
.p-faq-item__question::-webkit-details-marker {
  display: none;
}
@media screen and (min-width: 900px) {
  .p-faq-item__question {
    padding: 20.5px 22px 20px 22px;
    gap: 16px;
  }
}
.p-faq-item__question:focus-visible {
  outline: 3px solid #9ed0e0;
}
.p-faq-item__question.focus {
  outline: 3px solid #9ed0e0;
}

.p-faq-item__question-icon {
  color: #9ed0e0;
  font-family: "Josefin Sans";
  font-size: 24px;
  line-height: 125%; /* 30px */
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (min-width: 900px) {
  .p-faq-item__question-icon {
    font-size: 32px;
  }
}

.p-faq-item__question-text {
  font-size: 14px;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  line-height: 1.59;
}
@media screen and (min-width: 900px) {
  .p-faq-item__question-text {
    font-size: 20px;
    font-weight: 700;
  }
}

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

/*  開いたとき（＝マイナスにする） */
details[open] .p-faq-item__toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.p-faq-item__answer-body {
  overflow: hidden;
  background: #f5f5f5;
}

.p-faq-item__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding: 16px 14px 14px 14px;
}
@media screen and (min-width: 900px) {
  .p-faq-item__answer {
    padding: 24px 22px 22px 22px;
  }
}

.p-faq-item__answer-icon {
  color: #9ed0e0;
  font-family: "Josefin Sans";
  font-size: 24px;
  line-height: 125%;
}
@media screen and (min-width: 900px) {
  .p-faq-item__answer-icon {
    font-size: 32px;
  }
}

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

.p-contact {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  scroll-margin-top: 60px;
}
@media screen and (min-width: 900px) {
  .p-contact {
    padding-top: 120px;
    padding-bottom: 119px;
  }
}

@media screen and (min-width: 900px) {
  .p-contact__inner {
    max-width: 908px;
  }
}

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

.p-contact__form {
  margin-top: 23px;
}

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

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

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

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

.contact-control__head {
  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) {
  .contact-control__head {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.contact-control__head--top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.contact-control__input {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (min-width: 900px) {
  .contact-control__input {
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 628px;
            flex: 0 0 628px;
  }
}

.contact-control__input--radio {
  margin-top: 6px;
}
@media screen and (min-width: 900px) {
  .contact-control__input--radio {
    margin-top: 0;
    height: 56px;
  }
}

.form-label {
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .form-label {
    -webkit-font-feature-settings: "pref" on;
            font-feature-settings: "pref" on;
    font-size: 16px;
  }
}

.form-label--text {
  cursor: text;
}

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

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

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

.form-radio__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  outline: none;
}
.form-radio__input:checked + .form-radio__text {
  font-weight: 700;
}
.form-radio__input:checked + .form-radio__text::after {
  opacity: 1;
}
.form-radio__input:focus + .form-radio__text::before {
  border-color: #9ed0e0;
}

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

.form-textarea {
  width: 100%;
  border-radius: 8px;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  padding-block: 16px;
  padding-left: 16px;
  padding-right: 14px;
  font-size: 14px;
  height: 160px;
}
.form-textarea::-webkit-input-placeholder {
  color: #ccc;
}
.form-textarea::-moz-placeholder {
  color: #ccc;
}
.form-textarea:-ms-input-placeholder {
  color: #ccc;
}
.form-textarea::-ms-input-placeholder {
  color: #ccc;
}
.form-textarea::placeholder {
  color: #ccc;
}
.form-textarea:focus {
  border-color: #9ed0e0;
  outline: none;
  background-color: #e9f6f8;
}
@media screen and (min-width: 900px) {
  .form-textarea {
    font-size: 16px;
    padding: 16px;
  }
}
.form-textarea.is-error {
  border-color: #ce2073;
  background-color: #fff0f7;
}

.form-checkbox__input {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  outline: none;
}
.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}
.form-checkbox__input:focus + .form-checkbox__text::before {
  border-color: #9ed0e0;
}

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

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

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

.u-link-text {
  text-decoration-line: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media screen and (min-width: 900px) and (hover: hover) and (pointer: fine) {
  .u-link-text:hover {
    color: #67b0c7;
  }
}

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