*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

input,
button,
select,
textarea {
  font: inherit;
  border-radius: 0;
  outline: none;
  background: transparent;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button {
  border: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

html {
  font-size: 16px;
}

body {
  line-height: 1.7;
  background-color: #e9f6f8;
  z-index: 0;
}

main {
  overflow: auto;
}

a:focus {
  outline: 2px solid #9ED0E0;
}

span {
  display: block;
}

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

.section__title-box {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .section__title-box {
    gap: 8px;
  }
}

.title__text-en {
  color: #4A3636;
  font-family: "Courgette", sans-serif;
  font-size: 16px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .title__text-en {
    font-size: 20px;
  }
}

.title__text-ja {
  color: #4A3636;
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .title__text-ja {
    line-height: 1.6;
    font-size: 32px;
  }
}
.title__text-ja::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 6px;
  background-color: #FFEE56;
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.button {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding-top: 6px;
  padding-bottom: 7px;
  border-radius: 40px;
  border: 2px solid currentColor;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px currentColor;
          box-shadow: 0px 4px 0px 0px currentColor;
  display: inline-block;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.button:hover {
  background: #FFEE56;
}
.button:focus {
  outline: 2px solid #9ED0E0;
}

.apply__button {
  padding-left: 20px;
  padding-right: 24px;
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 160%;
}

.text {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.hidden__sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .hidden__sp {
    display: inline-block;
  }
}

.hidden__pc {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .hidden__pc {
    display: none;
  }
}

.instagram {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.3;
  border-bottom: 1px solid currentColor;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.instagram:hover {
  color: #9ED0E0;
}
@media screen and (min-width: 768px) {
  .instagram {
    font-size: 16px;
  }
}

.privacy-policy__link {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.3;
  border-bottom: 1px solid currentColor;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.privacy-policy__link:hover {
  color: #9ED0E0;
}
@media screen and (min-width: 768px) {
  .privacy-policy__link {
    font-size: 16px;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDelay {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInDelay {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@-webkit-keyframes scrollup {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
  80% {
    -webkit-transform: rotate(0deg) translate(0, -20px);
            transform: rotate(0deg) translate(0, -20px);
  }
}
@keyframes scrollup {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
  80% {
    -webkit-transform: rotate(0deg) translate(0, -20px);
            transform: rotate(0deg) translate(0, -20px);
  }
}
@-webkit-keyframes scrollprev {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
  80% {
    -webkit-transform: rotate(0deg) translate(-20px, 0);
            transform: rotate(0deg) translate(-20px, 0);
  }
  0%, 90%, 100% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
}
@keyframes scrollprev {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
  80% {
    -webkit-transform: rotate(0deg) translate(-20px, 0);
            transform: rotate(0deg) translate(-20px, 0);
  }
  0%, 90%, 100% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
}
@-webkit-keyframes scrollnext {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
  80% {
    -webkit-transform: rotate(0deg) translate(20px, 0);
            transform: rotate(0deg) translate(20px, 0);
  }
  0%, 90%, 100% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
}
@keyframes scrollnext {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
  80% {
    -webkit-transform: rotate(0deg) translate(20px, 0);
            transform: rotate(0deg) translate(20px, 0);
  }
  0%, 90%, 100% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
@-webkit-keyframes wave {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
@keyframes wave {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes puyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
            transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
            transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
            transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes puyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
            transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
            transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
            transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-in-up.js-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

.header__inner {
  height: inherit;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1472px;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-left: 23px;
    padding-right: 23px;
    max-width: 100%;
  }
}

.header__content {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo__img {
  width: 210px;
  height: 27px;
}
@media screen and (min-width: 768px) {
  .logo__img {
    width: 183px;
    height: 24px;
  }
}

.header__nav-box {
  height: inherit;
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__nav-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__nav {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .header__nav {
    gap: 17px;
  }
}

.nav__list {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.nav__item {
  height: inherit;
}

.nav__link {
  height: inherit;
  display: block;
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.nav__link:hover {
  color: #9ED0E0;
}
.nav__link:hover::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #9ED0E0;
  position: absolute;
  bottom: 20px;
  left: 0;
}

.button-box {
  margin-top: 0;
}

.header__apply__button {
  width: 132px;
  height: 36px;
}

.header__open {
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .header__open {
    display: none;
  }
}

.drawer-icon {
  width: 32px;
  aspect-ratio: 32/28;
  position: relative;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1), .drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(4) {
  top: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 6px;
  background: #4A3636;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.drawer-icon__bar:nth-of-type(1) {
  width: 25.6px;
}
.drawer-icon__bar:nth-of-type(2) {
  width: 4.8px;
  margin-left: 27.2px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 13px;
}
.drawer-icon__bar:nth-of-type(4) {
  top: 25px;
}

.header__drawer {
  background-color: #fff;
  padding-top: 83px;
  padding-bottom: 83px;
  width: 100%;
  height: 100vh;
  position: fixed;
  -webkit-transform: translateY(-106%);
          transform: translateY(-106%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 900;
}
.header__drawer.is-checked {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
@media screen and (max-width: 375px) {
  .header__drawer {
    height: 100%;
  }
}

.drawer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.drawer__list .nav__link {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .button-box {
    margin-top: 0;
  }
}

.fv {
  position: relative;
  min-height: 535px;
  margin-top: 64px;
}

.fv-bg {
  aspect-ratio: 375/554;
  -webkit-animation: fadeIn 1.5s linear forwards;
          animation: fadeIn 1.5s linear forwards;
}
@media screen and (min-width: 768px) {
  .fv-bg {
    aspect-ratio: 1512/740;
  }
}

.fv-bg-img {
  border-radius: 0 0 25px 25px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  height: 554px;
}
@media screen and (min-width: 768px) {
  .fv-bg-img {
    height: 740px;
  }
}

.fv__wrapper {
  position: absolute;
  top: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv__wrapper {
    top: 34px;
  }
}

@media screen and (min-width: 768px) {
  .fv__inner {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 908px;
  }
}

.fv__lead__text {
  color: #4A3636;
  text-align: center;
  text-shadow: 0px 0px 30px #fff;
  font-family: "Kiwi Maru", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  -webkit-animation: fadeInDelay 2s linear forwards;
          animation: fadeInDelay 2s linear forwards;
}
@media screen and (min-width: 768px) {
  .fv__lead__text {
    font-size: 24px;
    font-weight: 500;
  }
}

.fv__title {
  margin-top: 22px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-animation: fadeInDelay 3.5s linear forwards;
          animation: fadeInDelay 3.5s linear forwards;
}
@media screen and (min-width: 768px) {
  .fv__title {
    gap: 16px;
    margin-top: 25px;
  }
}

.fv__title__img1 {
  width: 100%;
  max-width: 335px;
}
@media screen and (min-width: 768px) {
  .fv__title__img1 {
    max-width: 520px;
  }
}

.fv__title__img2 {
  width: 71.6417910448%;
  max-width: 240px;
}
@media screen and (min-width: 768px) {
  .fv__title__img2 {
    max-width: 356px;
  }
}

.fv__img-boxes {
  margin-top: 112px;
  width: 100%;
  max-width: 335px;
  height: 419px;
  margin-inline: auto;
  position: relative;
  z-index: 0;
  -webkit-animation: fadeInDelay 3.5s linear forwards;
          animation: fadeInDelay 3.5s linear forwards;
}
@media screen and (min-width: 768px) {
  .fv__img-boxes {
    margin-top: 33px;
    max-width: 848px;
    height: 510px;
  }
}

.img-box-h-left {
  position: absolute;
  top: -96px;
  left: -1px;
}
@media screen and (min-width: 768px) {
  .img-box-h-left {
    top: -34px;
    left: 37px;
  }
}

.speech-bubble {
  width: 142px;
  aspect-ratio: 142/80;
}
@media screen and (min-width: 768px) {
  .speech-bubble {
    width: 240px;
    aspect-ratio: 240/125.969;
  }
}

.img-box-h-right {
  position: absolute;
  right: 25px;
  top: -103px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .img-box-h-right {
    top: -16px;
    right: calc(50% - 297px);
  }
}

.present {
  width: 110px;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .present {
    width: 180px;
    aspect-ratio: 1/1;
  }
}

.img-box-phon {
  text-align: center;
}

.phon {
  width: 199px;
  aspect-ratio: 200/410;
  border-radius: 32px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .phon {
    width: 250px;
    aspect-ratio: 250/510;
  }
}

.phone-card {
  width: 160px;
  height: 154px;
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .phone-card {
    width: 200px;
    height: 194px;
    top: 49%;
  }
}

.phone-card__head {
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  padding-top: 6.4px;
  padding-bottom: 6.4px;
  border-radius: 15px 15px 0 0;
}
@media screen and (min-width: 768px) {
  .phone-card__head {
    padding-top: 10.4px;
    padding-bottom: 10.4px;
  }
}

.phone-card__head__text {
  color: #FFFFFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12.8px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .phone-card__head__text {
    font-size: 16px;
  }
}

.phone-card__body {
  background-color: #fff;
  padding-top: 14.8px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 18.2px;
  text-align: center;
  border-radius: 0 0 15px 15px;
}
@media screen and (min-width: 768px) {
  .phone-card__body {
    padding-top: 16px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 22px;
  }
}

.apply {
  color: var(--LP-Blown, #4a3636);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
  position: relative;
}
.apply::after {
  content: "";
  display: inline-block;
  width: 56px;
  height: 3px;
  background: #CE2073;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .apply {
    font-size: 14px;
  }
}

.period {
  margin-top: 6.4px;
  color: var(--LP-Blown, #4a3636);
  text-align: center;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .period {
    margin-top: 8px;
    font-size: 16px;
  }
}

.fv__button-box {
  margin-top: 12.8px;
  -webkit-animation: poyopoyo 2s ease-out infinite;
          animation: poyopoyo 2s ease-out infinite;
}
@media screen and (min-width: 768px) {
  .fv__button-box {
    margin-top: 16px;
  }
}

.fv__apply__button {
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 1.72;
}
@media screen and (min-width: 768px) {
  .fv__apply__button {
    padding-top: 4px;
    padding-bottom: 7px;
    width: 144px;
    font-size: 16px;
    height: 40px;
  }
}

.img-box-l-left {
  position: absolute;
  left: 2px;
  bottom: -1px;
}
@media screen and (min-width: 768px) {
  .img-box-l-left {
    bottom: -17px;
  }
}

.foods {
  width: 86px;
  aspect-ratio: 86/141;
}
@media screen and (min-width: 768px) {
  .foods {
    width: 210px;
    aspect-ratio: 210/330;
  }
}

.img-box-l-black-cat {
  position: absolute;
  right: 0;
  bottom: 58px;
}
@media screen and (min-width: 768px) {
  .img-box-l-black-cat {
    bottom: 44px;
    margin-right: 63px;
  }
}

.cat-black {
  width: 62px;
  aspect-ratio: 62/69;
}
@media screen and (min-width: 768px) {
  .cat-black {
    width: 170px;
    aspect-ratio: 170/190;
  }
}

.img-box-l-white-cat {
  position: absolute;
  right: 8px;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .img-box-l-white-cat {
    right: 0;
    bottom: -60px;
  }
}

.cat-white {
  width: 98px;
  aspect-ratio: 98/72;
}
@media screen and (min-width: 768px) {
  .cat-white {
    width: 233px;
    aspect-ratio: 233/174;
  }
}

.about {
  padding-top: 188px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 177px;
  }
}

.about__contents {
  background-color: #fff;
  border-radius: 24px;
  padding: 40px 15px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about__contents {
    max-width: 848px;
    padding: 40px 114px;
    margin-inline: auto;
  }
}

.about_bg-diagonal {
  display: none;
}
@media screen and (min-width: 1512px) {
  .about_bg-diagonal {
    display: inline-block;
    position: absolute;
    top: -20px;
    left: -353px;
    z-index: -1;
  }
}

.diagonal {
  width: 250px;
  aspect-ratio: 1/1;
}

.about_bg-photo-l {
  position: absolute;
  top: 395px;
  left: -160px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .about_bg-photo-l {
    top: -49px;
    left: -429px;
  }
}
@media screen and (min-width: 1512px) {
  .about_bg-photo-l {
    top: 74px;
    left: -670px;
    z-index: 0;
  }
}

.photo {
  width: 200px;
  aspect-ratio: 1/1;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .photo {
    width: 480px;
    border-radius: 42px;
  }
}

.about_bg-stairs-sp {
  position: absolute;
  bottom: -217px;
  left: -20px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .about_bg-stairs-sp {
    display: none;
  }
}

.stairs-sp {
  width: 138px;
  aspect-ratio: 138/215;
}

.about_bg-stairs-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .about_bg-stairs-pc {
    display: inline-block;
    position: absolute;
    left: -330px;
    top: 321px;
    z-index: -1;
  }
}
@media screen and (min-width: 1512px) {
  .about_bg-stairs-pc {
    display: inline-block;
    position: absolute;
    left: -435px;
    top: 321px;
    z-index: -1;
  }
}
@media screen and (min-width: 1716px) {
  .about_bg-stairs-pc {
    left: -556px;
  }
}

.stairs-pc {
  width: 427px;
  aspect-ratio: 427/817;
}

.about_bg-paw {
  position: absolute;
  top: -10px;
  right: -20px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .about_bg-paw {
    top: -72px;
    right: -100px;
  }
}
@media screen and (min-width: 1512px) {
  .about_bg-paw {
    right: -166.12px;
    top: -80px;
  }
}

.paw {
  width: 54px;
  aspect-ratio: 54/120;
}
@media screen and (min-width: 768px) {
  .paw {
    width: 100px;
    aspect-ratio: 100/220;
  }
}

.about_bg-photo-r {
  position: absolute;
  top: 272px;
  right: -160px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .about_bg-photo-r {
    top: 239px;
    right: -421px;
  }
}
@media screen and (min-width: 1512px) {
  .about_bg-photo-r {
    top: 73.07px;
    right: -616.2px;
  }
}

.photo-r {
  width: 200px;
  aspect-ratio: 1/1;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .photo-r {
    width: 480px;
    border-radius: 42px;
  }
}

.about_bg-goods-button {
  position: absolute;
  bottom: -60.67px;
  right: 1px;
}
@media screen and (min-width: 768px) {
  .about_bg-goods-button {
    bottom: -116.67px;
    right: -166px;
  }
}
@media screen and (min-width: 1512px) {
  .about_bg-goods-button {
    bottom: 125.63px;
    right: -182px;
  }
}

.goods-button {
  width: 48px;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .goods-button {
    width: 101px;
  }
}

.about_bg-wav-lines {
  display: none;
}
@media screen and (min-width: 768px) {
  .about_bg-wav-lines {
    display: block;
  }
}

.wav-line-h {
  width: 806.851px;
  aspect-ratio: 806.851/12.006;
  position: absolute;
  bottom: 209.67px;
  right: -898.001px;
  z-index: -1;
}

.wav-line-l {
  width: 806.851px;
  aspect-ratio: 806.851/12.006;
  position: absolute;
  bottom: 176.65px;
  right: -830.931px;
  z-index: -1;
}

.about_bg-goods-wallet {
  position: absolute;
  bottom: -119.67px;
  right: 37px;
}
@media screen and (min-width: 768px) {
  .about_bg-goods-wallet {
    bottom: -167.67px;
    right: -41px;
  }
}
@media screen and (min-width: 1512px) {
  .about_bg-goods-wallet {
    bottom: -78px;
    right: -256px;
    z-index: -1;
  }
}

.goods-wallet {
  width: 133px;
  aspect-ratio: 133/65.003;
}
@media screen and (min-width: 768px) {
  .goods-wallet {
    width: 308px;
    aspect-ratio: 308/150.604;
  }
}

.about__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27px;
}
@media screen and (min-width: 768px) {
  .about__boxes {
    gap: 41px;
  }
}

.about__section__title-box {
  position: relative;
  max-width: 230px;
}
@media screen and (min-width: 768px) {
  .about__section__title-box {
    max-width: 320px;
  }
}

.about__title__img-l {
  position: absolute;
  left: -34.5px;
  top: -8.13px;
}
@media screen and (min-width: 768px) {
  .about__title__img-l {
    left: -180.39px;
    top: 0;
  }
}

.about__title__img-r {
  position: absolute;
  right: -48.72px;
  top: -10px;
}
@media screen and (min-width: 768px) {
  .about__title__img-r {
    right: -181.08px;
    top: 7px;
  }
}

.about__title__img {
  width: 89px;
  aspect-ratio: 89/69;
}
@media screen and (min-width: 768px) {
  .about__title__img {
    width: 149px;
    aspect-ratio: 149/113;
  }
}

.title-icon {
  text-align: center;
  -webkit-animation: fuwafuwa 3s ease-in-out infinite alternate;
          animation: fuwafuwa 3s ease-in-out infinite alternate;
}

.icon__img {
  display: inline-block;
  width: 37.333px;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .icon__img {
    width: 48px;
  }
}

.about__title__text-en {
  color: #4A3636;
  font-family: "Courgette", sans-serif;
  font-size: 16px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .about__title__text-en {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .about__title__text-ja {
    line-height: 1.8;
  }
}

.about__lead__text {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .about__lead__text {
    font-size: 16px;
  }
}

.about__text-box {
  margin-top: -6px;
}

.about__text {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .about__text {
    font-size: 16px;
  }
}

.about__text-bold {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.6;
  font-weight: bold;
  display: inline;
}
@media screen and (min-width: 768px) {
  .about__text-bold {
    font-size: 16px;
  }
}

.about__present__text {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}
.about__present__text::after {
  content: "";
  display: inline-block;
  width: 100%;
  border-bottom: 2px dashed #9ED0E0;
  position: absolute;
  bottom: -9px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .about__present__text {
    font-size: 20px;
  }
}

.about__button-box {
  margin-top: 9px;
}

.about__button {
  font-size: 16px;
  padding-top: 7px;
  padding-bottom: 13px;
  padding-left: 22px;
  padding-right: 22px;
}
@media screen and (min-width: 768px) {
  .about__button {
    font-size: 20px;
    padding-top: 13px;
    padding-bottom: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.about__arrow-box {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__arrow-box {
    max-width: 848px;
    margin-inline: auto;
  }
}

.about__arrow {
  display: inline-block;
  width: 100px;
  aspect-ratio: 100/36;
}
@media screen and (min-width: 768px) {
  .about__arrow {
    width: 140px;
    aspect-ratio: 140/50;
  }
}

.about__swiper {
  margin-top: 133px;
}
@media screen and (min-width: 768px) {
  .about__swiper {
    margin-top: 201px;
    position: relative;
  }
}

.line-out {
  padding: 0 10px;
  position: absolute;
  top: -91px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.line-out__img {
  height: 37.5px;
}
@media screen and (min-width: 768px) {
  .line-out__img {
    height: 97px;
  }
}

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

.about__swiper__img {
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .about__swiper__img {
    border-radius: 24px;
  }
}

.how-to {
  padding-top: 64px;
  padding-bottom: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .how-to {
    padding-top: 124px;
  }
}

@media screen and (min-width: 1024px) {
  .hou-to__inner {
    padding-left: 36px;
    padding-right: 36px;
    max-width: 1512px;
  }
}

.how-to__contents {
  width: 100%;
  position: relative;
  max-width: 470px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .how-to__contents {
    max-width: 100%;
  }
}

.how-to__bg-map {
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .how-to__bg-map {
    top: -65px;
    left: 0;
  }
}

.map__img {
  width: 149px;
  aspect-ratio: 149/223;
}
@media screen and (min-width: 1024px) {
  .map__img {
    width: 460px;
    aspect-ratio: 460/689;
  }
}

.how-to__bg-black-cat {
  position: absolute;
  top: 5px;
  right: -51px;
}
@media screen and (min-width: 1024px) {
  .how-to__bg-black-cat {
    top: -20.3px;
    right: 69px;
  }
}

.black-cat__img {
  width: 94px;
  aspect-ratio: 94/80;
}
@media screen and (min-width: 1024px) {
  .black-cat__img {
    width: 214px;
    aspect-ratio: 214/181;
  }
}

.how-to__bg-white-cat {
  position: absolute;
  top: 0;
  right: 4px;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .how-to__bg-white-cat {
    top: -29px;
    right: 195px;
  }
}

.white-cat__img {
  width: 105px;
  aspect-ratio: 105/63;
}
@media screen and (min-width: 1024px) {
  .white-cat__img {
    width: 238px;
    aspect-ratio: 238/141;
  }
}

.how-to__bg-paw-h {
  position: absolute;
  top: 74px;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .how-to__bg-paw-h {
    top: 145px;
  }
}

.step__paw__img {
  width: 55px;
  aspect-ratio: 55/120;
}
@media screen and (min-width: 1024px) {
  .step__paw__img {
    width: 100px;
    aspect-ratio: 100/220;
  }
}

.h-paw__img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.how-to__bg-paw-m {
  position: absolute;
  top: 549.55px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .how-to__bg-paw-m {
    top: 576px;
  }
}

.m-paw__img {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.how-to__bg-paw-l {
  position: absolute;
  top: 879.88px;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .how-to__bg-paw-l {
    display: none;
  }
}

.l-paw__img {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.how-to__steps {
  margin-top: 32px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .how-to__steps {
    margin-top: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    max-width: 1024px;
    margin-inline: auto;
    position: relative;
  }
}

.how-to__step {
  padding-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .how-to__step {
    padding-bottom: 0;
    width: 100%;
  }
}

.step__head {
  position: relative;
}

.step-bg {
  display: grid;
  place-items: center;
}

.step-bg-img {
  width: 196px;
  aspect-ratio: 196/210.5186;
}
@media screen and (min-width: 1024px) {
  .step-bg-img {
    width: 280px;
    aspect-ratio: 280/300;
  }
}

.step-icon {
  position: absolute;
  top: 31.06px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .step-icon {
    top: 44.37px;
  }
}

.step-icon-img {
  width: 40px;
  aspect-ratio: 40/47;
}
@media screen and (min-width: 1024px) {
  .step-icon-img {
    width: 57px;
    aspect-ratio: 57/65;
  }
}

.step-illust {
  position: absolute;
  bottom: 10.46px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .step-illust {
    bottom: 17.37px;
  }
}

.step-illust-img {
  width: 112px;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1024px) {
  .step-illust-img {
    width: 160px;
  }
}

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

.step__title__text {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .step__title__text {
    font-size: 20px;
  }
}

.step__explain__text {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .step__explain__text {
    font-size: 16px;
  }
}

.instagram-follow {
  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;
  gap: 8px;
  padding-top: 10px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #fff;
}
.instagram-follow-icon__img {
  width: 20px;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1024px) {
  .instagram-follow-icon__img {
    width: 24px;
  }
}

.instagram-follow__text {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .instagram-follow__text {
    font-size: 16px;
  }
}

.step__explain__text-bold {
  display: inline;
  font-weight: 700;
}

.wave-dash {
  text-align: center;
}

.wave-dash__img-sp {
  display: inline-block;
  width: 7px;
  aspect-ratio: 7/34;
}
@media screen and (min-width: 1024px) {
  .wave-dash__img-sp {
    display: none;
  }
}

.wave-dash__img-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .wave-dash__img-pc {
    display: inline-block;
    width: 113px;
    aspect-ratio: 113/24;
    position: absolute;
  }
}

@media screen and (min-width: 1024px) {
  .wave-dash__img-l {
    position: absolute;
    top: 205px;
    left: 254px;
  }
}

@media screen and (min-width: 1024px) {
  .wave-dash__img-r {
    position: absolute;
    top: 205px;
    left: 616px;
  }
}

@media screen and (min-width: 1024px) {
  .step2 {
    padding-top: 69px;
  }
}

.how-to__button-box {
  text-align: center;
  margin-top: 4px;
}
@media screen and (min-width: 1024px) {
  .how-to__button-box {
    margin-top: 50px;
  }
}

.how-to__button {
  padding-top: 11px;
  padding-bottom: 10px;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 16px;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .how-to__button {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 16px;
    padding-bottom: 17px;
    font-size: 20px;
  }
}

.prizes {
  background-color: #fff;
  margin-top: 101.67px;
  border-radius: 24px;
  position: relative;
  padding-top: 60px;
  padding-bottom: 34.67px;
  text-align: center;
  position: relative;
  max-width: 470px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .prizes {
    margin-top: 254px;
    max-width: 1024px;
    margin-inline: auto;
    padding-top: 65.33px;
    padding-bottom: 56.67px;
  }
}

@media screen and (min-width: 768px) {
  .prizes__inner {
    padding-left: 56px;
    padding-right: 56px;
  }
}

@media screen and (min-width: 768px) {
  .prizes__contents::before {
    content: "";
    display: inline-block;
    width: 20.8333vw;
    max-width: 350px;
    min-width: 250px;
    height: 86px;
    background-image: url(../img/prizes-bg-triangle.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: -120px;
    left: 0px;
  }
  .prizes__contents::after {
    content: "";
    display: inline-block;
    width: 20.8333vw;
    max-width: 350px;
    min-width: 250px;
    height: 86px;
    background-image: url(../img/prizes-bg-triangle.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    position: absolute;
    top: -120px;
    right: 0px;
  }
}

.prizes__section__title-box {
  position: absolute;
  top: -62px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .prizes__section__title-box {
    top: -117px;
  }
}

.prizes__title-decoration {
  position: absolute;
  top: -83px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .prizes__title-decoration {
    top: -150px;
  }
}

.prizes__title-decoration__img {
  width: 237.6px;
  aspect-ratio: 237.6/83;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .prizes__title-decoration__img {
    width: 404.624px;
    aspect-ratio: 365.624/148.967;
  }
}

.prizes__lead__text {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .prizes__lead__text {
    font-size: 16px;
  }
}

.prizes__list {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 4vw;
     -moz-column-gap: 4vw;
          column-gap: 4vw;
  row-gap: 39px;
  margin-inline: auto;
  max-width: 335px;
}
@media screen and (min-width: 768px) {
  .prizes__list {
    grid-template-columns: repeat(6, 1fr);
    margin-top: 82px;
    -webkit-column-gap: 2.1vw;
       -moz-column-gap: 2.1vw;
            column-gap: 2.1vw;
    row-gap: 80px;
    max-width: 912px;
  }
}

.prizes__item {
  position: relative;
  display: grid;
  max-width: 160px;
}

@media screen and (min-width: 768px) {
  .prizes__item-1 {
    grid-row: 1;
    grid-column: 1/4;
  }
}

@media screen and (min-width: 768px) {
  .prizes__item-2 {
    grid-row: 1;
    grid-column: 4/7;
  }
}

.prizes__item-1,
.prizes__item-2 {
  max-width: 440px;
}

@media screen and (min-width: 768px) {
  .prizes__item-3 {
    grid-row: 2;
    grid-column: 1/3;
  }
}

@media screen and (min-width: 768px) {
  .prizes__item-4 {
    grid-row: 2;
    grid-column: 3/5;
  }
}

.prizes__item-5 {
  grid-row: 3;
  grid-column: 1/3;
  width: 47.67%;
  justify-self: center;
}
@media screen and (min-width: 768px) {
  .prizes__item-5 {
    grid-row: 2;
    grid-column: 5/7;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .prizes__item-3,
  .prizes__item-4,
  .prizes__item-5 {
    max-width: 280px;
  }
}

.prizes__card {
  background: #f5f5f5;
  overflow: hidden;
  border-radius: 8px;
  display: grid;
  grid-row: span 2;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .prizes__card {
    border-radius: 24px;
  }
}
.prizes__card:hover {
  cursor: pointer;
  margin-bottom: -4px;
  border: 4px solid #9ED0E0;
}
.prizes__card:hover .prizes__card-triangle {
  background-color: #9ED0E0;
}
.prizes__card:hover .prizes__card-head img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

.card__number-icon {
  width: 30%;
  max-width: 80px;
  aspect-ratio: 1/1;
  position: absolute;
  top: -13%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 899;
}
.card__number-icon img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .card__number-icon {
    max-width: 100px;
    top: -11%;
  }
}

@media screen and (min-width: 768px) {
  .card__number-icon-pc {
    max-width: 80px;
  }
}

.prizes__card-head {
  width: 100%;
  aspect-ratio: 160/140;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .prizes__card-head {
    aspect-ratio: 440/340;
  }
}
.prizes__card-head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.prizes__card-head-pc {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .prizes__card-head-pc {
    aspect-ratio: 280/240;
  }
}

.prizes__card-body {
  text-align: center;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 1rem;
  padding-left: 1rem;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .prizes__card-body {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

@media screen and (min-width: 768px) {
  .prizes__card-body-pc {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.prizes__card-title {
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .prizes__card-title {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .prizes__card-title-pc {
    font-size: 16px;
    line-height: 1.5;
  }
}

.prizes__card-triangle {
  background-color: #67B0C7;
  width: 22.5%;
  max-width: 45px;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(100% 2%, 0% 100%, 100% 100%);
          clip-path: polygon(100% 2%, 0% 100%, 100% 100%);
  border-radius: 0 0 8px 0;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .prizes__card-triangle {
    max-width: 100px;
    border-radius: 0 0 24px 0;
  }
}

.prizes__zoom-icon {
  padding-top: 49%;
  padding-left: 53%;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .prizes__zoom-icon {
    padding-top: 54%;
    padding-left: 54%;
  }
}
.prizes__zoom-icon img {
  width: 68%;
  aspect-ratio: 1/1;
}

.prizes__button-box {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .prizes__button-box {
    margin-top: 40px;
  }
}

.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  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;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.modal-bg.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.modal__card {
  width: 89.6%;
  max-width: 336px;
  background-color: #fff;
  border-radius: 24px;
  border: 2px solid #9ED0E0;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal__card__img {
  width: 480px;
  aspect-ratio: 480/310;
  border-radius: 24px 24px 0 0;
}

.modal__card__body {
  padding-top: 39px;
  padding-bottom: 56px;
  padding-left: 8px;
  padding-right: 8px;
}

.modal__card__title__text {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.modal__card__text {
  margin-top: 12px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}

.modal__close-button-box {
  margin-top: 13px;
}

.close-button {
  font-size: 16px;
  padding-left: 24px;
  padding-right: 24px;
}

.prizes__bottom-imgs {
  margin-top: -44px;
}
@media screen and (min-width: 768px) {
  .prizes__bottom-imgs {
    margin-top: -5px;
  }
}

.prizes__bottom-img {
  position: relative;
  z-index: -1;
}
.prizes__bottom-img img {
  width: 100%;
  aspect-ratio: 580/260;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) {
  .prizes__bottom-img img {
    aspect-ratio: 1512/640;
  }
}
.prizes__bottom-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 46px;
  background-image: url(../img/prizes-bg-wave.png);
  background-size: 96px;
  background-repeat: repeat no-repeat;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-animation: wave 1.5s linear 0s infinite;
          animation: wave 1.5s linear 0s infinite;
}
@media screen and (min-width: 768px) {
  .prizes__bottom-img::after {
    height: 120px;
    background-size: 252px;
  }
}

.spot {
  padding-bottom: 20px;
  background-color: #67B0C7;
  overflow: hidden;
}

.spot__inner {
  position: relative;
}
@media screen and (min-width: 1440px) {
  .spot__inner::before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 220px;
    background-image: url(../img/about-bg-R-paw.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -178px;
    bottom: 6px;
  }
}

.spot__title {
  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;
  gap: 8px;
}
@media screen and (min-width: 1084px) {
  .spot__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 10%;
    max-width: 75px;
    padding-top: 8px;
  }
}

.spot__title-icon {
  width: 28px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .spot__title-icon {
    width: 42px;
  }
}

.spot__title-icon-star {
  display: inline-block;
  width: 20px;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .spot__title-icon-star {
    width: 42px;
  }
}

.spot__title__text {
  color: #FFFFFF;
  font-family: "Kiwi Maru", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .spot__title__text {
    font-size: 40px;
    padding-top: 5px;
  }
}

@media screen and (min-width: 1084px) {
  .spot__slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 5vw;
    position: relative;
  }
}
@media screen and (min-width: 1440px) {
  .spot__slides {
    padding-left: 16.1vw;
  }
}

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

.swiper-slide {
  height: auto;
}

.spot__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.spot__card__img {
  width: 100%;
  border-radius: 12px 12px 0 0;
  aspect-ratio: 240/180;
}
@media screen and (min-width: 768px) {
  .spot__card__img {
    aspect-ratio: 344/240;
    border-radius: 24px 24px 0 0;
  }
}

.spot__card__body {
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 31.16px;
  padding-right: 23px;
  padding-left: 24px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 1084px) {
  .spot__card__body {
    padding-top: 24px;
    padding-bottom: 40px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 0 0 24px 24px;
  }
}

.card__title {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 1084px) {
  .card__title {
    font-size: 20px;
  }
}

.spot__card__text {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 16px;
  text-align: left;
}
@media screen and (min-width: 1084px) {
  .spot__card__text {
    font-size: 16px;
    margin-top: 24px;
    text-align: left;
  }
}

.navigation-buttons {
  display: none;
}
@media screen and (min-width: 1084px) {
  .navigation-buttons {
    display: block;
    position: absolute;
    width: 64%;
    left: 18vw;
    bottom: 30px;
  }
}

@media screen and (min-width: 1084px) {
  .swiper-button-prev {
    width: 80px;
    height: 80px;
  }
  .swiper-button-prev::after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url(../img/spot-swiper-prev.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation: scrollprev 1.8s infinite;
            animation: scrollprev 1.8s infinite;
  }
}

@media screen and (min-width: 1084px) {
  .swiper-button-next {
    width: 80px;
    height: 80px;
  }
  .swiper-button-next::after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url(../img/spot-swiper-next.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation: scrollnext 1.8s infinite;
            animation: scrollnext 1.8s infinite;
  }
}

@media screen and (min-width: 1084px) {
  .spot-bottom-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 81px;
    margin-top: 68px;
  }
}

.spot__lin-out {
  text-align: center;
}

.spot__lin-out__img {
  width: 76%;
  aspect-ratio: 255/55;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .spot__lin-out__img {
    width: 495px;
    aspect-ratio: 495/107;
  }
}

.spot-bottom__items {
  text-align: center;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .spot-bottom__items {
    margin-top: 0;
  }
}

.spot-bottom__text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11.444px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .spot-bottom__text {
    font-size: 16px;
  }
}

.spot__button-box {
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .spot__button-box {
    margin-left: 7px;
  }
}

.qa {
  padding-top: 85px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .qa {
    padding-top: 218px;
  }
}
.qa::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 46px;
  background-image: url(../img/spot-bottom-wave.png);
  background-size: 96px;
  background-repeat: repeat no-repeat;
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .qa::before {
    height: 120px;
    background-size: 252px 100px;
    top: -6px;
  }
}

.qa__contents {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .qa__contents {
    margin-top: 52px;
  }
}

.qa__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
}
@media screen and (min-width: 768px) {
  .qa__list {
    gap: 24px;
  }
}

.qa__item {
  border-radius: 12px;
  border: 2px solid #4a3636;
  overflow: hidden;
}

.qa__head {
  background-color: #fff;
  border-bottom: 1px solid #9ED0E0;
  padding-top: 10px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.qa__head:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .qa__head {
    gap: 16px;
    padding-top: 21px;
    padding-bottom: 22px;
    padding-left: 21px;
    padding-right: 24px;
  }
}

.qa__icon {
  color: #9ED0E0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .qa__icon {
    font-size: 32px;
  }
}

.qa__head-text {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  width: 90.058594%;
}
@media screen and (min-width: 768px) {
  .qa__head-text {
    font-size: 20px;
  }
}

.qa__button {
  width: 26px;
  aspect-ratio: 1/1;
  background-color: #9ED0E0;
  border-radius: 50%;
  display: grid;
  position: relative;
}
@media screen and (min-width: 768px) {
  .qa__button {
    width: 44px;
  }
}
.qa__button.is-active .qa__button-bar:nth-of-type(2) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.qa__button-bar {
  width: 10.182px;
  height: 1.455px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.qa__button-bar:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 28%;
  -webkit-transition: left 0.3s, -webkit-transform 0.3s;
  transition: left 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, left 0.3s;
  transition: transform 0.3s, left 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 768px) {
  .qa__button-bar {
    width: 18.667px;
    height: 2.667px;
  }
}

.qa__body {
  background-color: #f5f5f5;
  padding: 0 14px;
  max-height: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
@media screen and (min-width: 768px) {
  .qa__body {
    padding: 0px 24px 0px 23px;
  }
}
.qa__body.is-active {
  max-height: 100vh;
  padding-top: 18px;
  padding-bottom: 14px;
  padding-right: 14px;
  padding-left: 14px;
}
@media screen and (min-width: 768px) {
  .qa__body.is-active {
    padding: 26px 24px 23px 23px;
  }
}

.qa__body-text {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .qa__body-text {
    font-size: 16px;
  }
}

.qa__under-bar {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  border-bottom: 1px solid currentColor;
  display: inline;
}

.requirements {
  margin-top: 31px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .requirements {
    margin-top: 123px;
  }
}

.requirements__box {
  border: 8px solid #fff;
  padding: 15px 15.5px;
}
@media screen and (min-width: 768px) {
  .requirements__box {
    padding: 35px 48px;
  }
}

.requirements__contents {
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .requirements__contents {
    margin-top: 51px;
  }
}

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

.requirements__item {
  padding-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .requirements__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 16px;
    padding-bottom: 12px;
  }
}

.requirements__item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  .requirements__title {
    width: 25%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.requirements__title-text {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .requirements__title-text {
    font-size: 16px;
  }
}
.requirements__title-text::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9ED0E0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

@media screen and (min-width: 768px) {
  .requirements__text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.requirements__explanation-text {
  margin-top: 8px;
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.59;
}
@media screen and (min-width: 768px) {
  .requirements__explanation-text {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.6;
  }
}

.requirements__explanation-dot {
  padding-left: 18px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .requirements__explanation-dot {
    padding-left: 24px;
  }
}
.requirements__explanation-dot .requirements__explanation-text {
  margin-top: 0;
  line-height: 1.59;
}
@media screen and (min-width: 768px) {
  .requirements__explanation-dot .requirements__explanation-text {
    line-height: 1.62;
  }
}
.requirements__explanation-dot::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #4A3636;
  border-radius: 50%;
  position: absolute;
  top: 9.6px;
  left: 8.6px;
}
@media screen and (min-width: 768px) {
  .requirements__explanation-dot::before {
    top: 14px;
  }
}

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

.requirements__bottom-bg {
  margin-top: 33px;
}
@media screen and (min-width: 768px) {
  .requirements__bottom-bg {
    margin-top: 120px;
  }
}
.requirements__bottom-bg img {
  aspect-ratio: 375/99;
}
@media screen and (min-width: 768px) {
  .requirements__bottom-bg img {
    aspect-ratio: 1512/400;
  }
}

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

.contact__contents {
  margin-top: 26px;
}
@media screen and (min-width: 910px) {
  .contact__contents {
    margin-top: 46px;
  }
}

.head__text {
  color: #4A3636;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 910px) {
  .head__text {
    font-size: 16px;
  }
}

.contact__form {
  margin-top: 21px;
}
@media screen and (min-width: 910px) {
  .contact__form {
    margin-top: 43px;
    max-width: 848px;
    margin-inline: auto;
  }
}

.form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
@media screen and (min-width: 910px) {
  .form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.7134%;
  }
}

@media screen and (min-width: 910px) {
  .contact__label {
    width: 21.23%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.form__item:has(input:user-invalid) .contact__label--text,
.form__item:has(select:user-invalid) .contact__label--text,
.form__item:has(textarea:user-invalid) .contact__label--text {
  color: #CE2073;
}

.contact__label--text {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 910px) {
  .contact__label--text {
    font-size: 16px;
  }
}

.contact__required {
  display: inline-block;
  padding: 4px 8px;
  background-color: #CE2073;
  border-radius: 4px;
  margin-left: 9px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 910px) {
  .contact__required {
    margin-left: 8px;
  }
}

.contact__textarea {
  height: 160px;
  resize: none;
}

.contact__input,
.contact__textarea {
  width: 100%;
  border: none;
  background-color: #f5f5f5;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 8px;
  margin-top: 8px;
  line-height: 1.375;
}
.contact__input:hover, .contact__input:focus,
.contact__textarea:hover,
.contact__textarea:focus {
  border-radius: 8px;
  outline: 1px solid #9ED0E0;
  background: #e9f6f8;
}
.contact__input:user-invalid,
.contact__textarea:user-invalid {
  border-radius: 8px;
  outline: 1px solid #CE2073;
  background: #fff0f7;
}
@media screen and (min-width: 910px) {
  .contact__input,
  .contact__textarea {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 0;
  }
}

.contact__input::-webkit-input-placeholder, .contact__textarea::-webkit-input-placeholder {
  color: #ccc;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.contact__input::-moz-placeholder, .contact__textarea::-moz-placeholder {
  color: #ccc;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.contact__input:-ms-input-placeholder, .contact__textarea:-ms-input-placeholder {
  color: #ccc;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.contact__input::-ms-input-placeholder, .contact__textarea::-ms-input-placeholder {
  color: #ccc;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.contact__input::placeholder,
.contact__textarea::placeholder {
  color: #ccc;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 910px) {
  .contact__input::-webkit-input-placeholder, .contact__textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .contact__input::-moz-placeholder, .contact__textarea::-moz-placeholder {
    font-size: 16px;
  }
  .contact__input:-ms-input-placeholder, .contact__textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .contact__input::-ms-input-placeholder, .contact__textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .contact__input::placeholder,
  .contact__textarea::placeholder {
    font-size: 16px;
  }
}

.contact__select-box {
  position: relative;
}
.contact__select-box::after {
  content: "";
  display: inline-block;
  width: 52px;
  height: 56px;
  background-color: #9ED0E0;
  border-radius: 0 8px 8px 0;
  background-image: url(../img/arrow-Icon.png);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 8px;
  right: 0;
  pointer-events: none;
}
@media screen and (min-width: 910px) {
  .contact__select-box::after {
    top: 0;
  }
}
.contact__select-box:has(select:user-invalid)::after {
  background-color: #CE2073;
}
@media screen and (min-width: 910px) {
  .contact__select-box {
    width: 74.0566%;
  }
}
.contact__select-box.is-checked::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.contact__select {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1;
  padding-top: 21px;
  padding-bottom: 21px;
}
@media screen and (min-width: 910px) {
  .contact__select {
    width: 100%;
    font-size: 16px;
  }
}

@media screen and (min-width: 910px) {
  .form__item-radio {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

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

.radio__label {
  display: inline;
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  padding-left: 32px;
  position: relative;
}
@media screen and (min-width: 910px) {
  .radio__label {
    font-size: 16px;
  }
}
.radio__label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #f5f5f5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.radio__label::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #9ED0E0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 6px;
  opacity: 0;
}

.radio__contents {
  margin-top: 8px;
}

.contact__radio:hover .radio__label::before, .contact__radio:focus .radio__label::before {
  outline: 1px solid #9ED0E0;
}

.contact__radio-button:checked + .radio__label {
  font-weight: 700;
}
.contact__radio-button:checked + .radio__label::after {
  opacity: 1;
}

.contact__radio-button:focus + .radio__label::before {
  outline: 1px solid #9ED0E0;
}

.contact__radio:not(:first-child) {
  margin-left: 21px;
}

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

.form__item-privacy-policy {
  text-align: center;
  margin-top: -9px;
}
@media screen and (min-width: 910px) {
  .form__item-privacy-policy {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}

.privacy-policy {
  padding-left: 36px;
  position: relative;
}
.privacy-policy::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #f5f5f5;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.privacy-policy::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 9px;
  background-image: url(../img/privacy-check.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
  opacity: 0;
}
.privacy-policy:hover::before {
  border: 1px solid #9ED0E0;
}
.privacy-policy:has(input:checked)::after {
  opacity: 1;
}

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

.privacy-policy:has(.privacy-checkbox:focus)::before {
  border: 1px solid #9ED0E0;
}

.privacy-policy-text {
  display: inline;
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 910px) {
  .privacy-policy-text {
    font-size: 16px;
  }
}

.contact__privacy-policy {
  font-size: 14px;
}
@media screen and (min-width: 910px) {
  .contact__privacy-policy {
    font-size: 16px;
  }
}

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

.contact__button {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 1.375rem;
  padding-left: 1.375rem;
  font-size: 16px;
}
@media screen and (min-width: 910px) {
  .contact__button {
    width: 240px;
  }
}

.footer {
  padding-top: 43px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .footer__inner {
    position: relative;
  }
  .footer__inner::before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 150px;
    background-image: url(../img/about-bg-R-paw.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -30px;
    right: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1271px) {
  .footer__inner::before {
    top: -40px;
    right: -135px;
    height: 220px;
  }
}

.footer__speech-bubble {
  color: #4A3636;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__speech-bubble {
    font-size: 24px;
  }
}

.footer__sns-icons {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19.94029%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 200px;
  margin-inline: auto;
}

.footer__sns-icon {
  width: 16%;
  aspect-ratio: 1/1;
  max-width: 40px;
  -webkit-animation: puyon 1.5s linear infinite;
          animation: puyon 1.5s linear infinite;
}
@media screen and (min-width: 768px) {
  .footer__sns-icon {
    width: 20%;
  }
}
.footer__sns-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.footer__access {
  margin-top: 13px;
  max-width: 460px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer__access {
    margin-top: 41px;
    margin-bottom: 240px;
    max-width: 100%;
  }
}

.footer__lin-out {
  width: 97.9104%;
  margin-inline: auto;
  max-width: 755px;
  position: relative;
  z-index: -1;
}

.footer__card {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .footer__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: -5px;
  }
}

.footer__card--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  aspect-ratio: 335/271;
}
@media screen and (min-width: 768px) {
  .footer__card--head {
    width: 50%;
    aspect-ratio: 512/400;
  }
}
.footer__card--head iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: inline-block;
}

.footer__card--body {
  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;
  padding-top: 22px;
  padding-right: 24px;
  padding-left: 24px;
  padding-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .footer__card--body {
    width: 50%;
    padding-right: 22px;
    padding-left: 22px;
  }
}
@media screen and (min-width: 910px) {
  .footer__card--body {
    padding-top: 24px;
  }
}

.footer__card--body--contents {
  width: 100%;
  max-width: 280px;
}
@media screen and (min-width: 768px) {
  .footer__card--body--contents {
    max-width: 390px;
  }
}

.footer__card__logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__card__logo {
    text-align: left;
  }
}
.footer__card__logo img {
  display: inline-block;
  width: 153px;
  aspect-ratio: 153/20;
}
@media screen and (min-width: 768px) {
  .footer__card__logo img {
    width: 184px;
    aspect-ratio: 184/24;
    vertical-align: middle;
  }
}

.footer__card__text {
  margin-top: 24px;
}

.footer__card__text__item {
  margin-top: 8px;
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.7142%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer__card__text__item {
    margin-top: 12px;
    gap: 9%;
  }
}
.footer__card__text__item dt,
.footer__card__text__item dd {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .footer__card__text__item dt,
  .footer__card__text__item dd {
    font-size: 13px;
  }
}
@media screen and (min-width: 910px) {
  .footer__card__text__item dt,
  .footer__card__text__item dd {
    font-size: 16px;
  }
}
.footer__card__text__item dt {
  font-weight: 700;
  width: 18.7%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer__card__text__item dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 72.1428%;
}
.footer__card__text__item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #9ED0E0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.page-top__button-box {
  text-align: center;
  margin-top: 24px;
  padding-bottom: 62px;
  -webkit-animation: scrollup 3s infinite;
          animation: scrollup 3s infinite;
}
@media screen and (min-width: 768px) {
  .page-top__button-box {
    position: fixed;
    right: 2.6455vw;
    bottom: 30px;
    width: 100px;
    aspect-ratio: 100/104;
    margin-top: 0;
    padding-bottom: 0;
    z-index: 903;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-top__button-box.is-active {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .page-top__button {
    width: 100px;
    aspect-ratio: 100/104;
    padding: 0;
  }
}
.page-top__button img {
  width: 75px;
  aspect-ratio: 75/78;
}
@media screen and (min-width: 768px) {
  .page-top__button img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.footer__copywrapper {
  padding-bottom: 24px;
  background-color: #67B0C7;
  width: 100%;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0.9px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer__copywrapper {
    font-size: 14px;
    padding-bottom: 32px;
    letter-spacing: 1.3px;
  }
}
.footer__copywrapper::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 46px;
  background-image: url(../img/prizes-bg-wave.png);
  background-size: 94px 46px;
  background-repeat: repeat no-repeat;
  position: absolute;
  top: -45px;
  left: 0;
  -webkit-animation: wave 3s linear 0s infinite;
          animation: wave 3s linear 0s infinite;
}
@media screen and (min-width: 768px) {
  .footer__copywrapper::before {
    height: 120px;
    background-size: 252px 120px;
    top: -119px;
  }
}