@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --color-sky: #b3e1f3;
  --color-blue: #002ce5;
  --color-pink: #ff88f1;
  --color-yellow: #f7ff00;
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
  --ease_bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  color: var(--color-text);
  background: var(--color-bg);
  font-family: "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

a {
  color: var(--color-text);
  position: relative;
  text-decoration: none;
}

.clearfix:after {
  content: " . ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
*::before, *::after {
  box-sizing: border-box;
}
*:focus-visible {
  outline: 1px solid var(--color-text) !important;
}

input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=" tel "] {
  display: inline-block;
  color: inherit;
}

button {
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  color: var(--color-text);
  font-family: "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ol, ul {
  list-style: none;
}

@media screen and (min-width: 961px) {
  .is-sp {
    display: none !important;
  }
  .is-sp-inline {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .sp-inline {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none !important;
  }
  .is-pc-inline {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .is-port {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}
img[height] {
  height: auto !important;
}

[data-prefix]::before {
  content: attr(data-prefix);
  font-feature-settings: normal;
}

[data-suffix]::after {
  content: attr(data-suffix);
  font-feature-settings: normal;
}

.l-wrap {
  display: block;
  position: relative;
  background: url("../img/bg_ptn_glid.png") repeat 16px 0/32px auto;
}
@media screen and (max-width: 960px) {
  .l-wrap {
    background: url("../img/bg_ptn_glid.png") repeat 8px 0/16px auto;
  }
}
.l-wrap__container {
  width: 100%;
  min-height: var(--svh);
  display: block;
  position: relative;
  margin: 0 auto;
}

.l-footer {
  display: block;
  position: relative;
  padding: 9rem 0;
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 4.5rem 0;
  }
}
.l-footer__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-footer__content {
  display: block;
  position: relative;
}
.l-footer__share {
  display: block;
  position: relative;
}
.l-footer__help {
  display: block;
  position: relative;
  margin-top: 4.4rem;
}
@media screen and (max-width: 960px) {
  .l-footer__help {
    margin-top: 3.6rem;
  }
}
.l-footer__legal {
  display: block;
  position: relative;
  margin-top: 4.2rem;
}
@media screen and (max-width: 960px) {
  .l-footer__legal {
    margin-top: 3.2rem;
  }
}
.l-footer__legal-text {
  display: block;
  position: relative;
  font-size: 1.3rem;
  text-align: center;
  font-weight: 600;
  color: var(--color-blue);
}
@media screen and (max-width: 960px) {
  .l-footer__legal-text {
    font-size: 1rem;
  }
}
.l-footer__legal-text + .l-footer__legal-text {
  margin-top: 1.6rem;
}

.l-footer_share {
  display: block;
  position: relative;
}
.l-footer_share__cap {
  display: block;
  position: relative;
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  font-family: "Fredoka", "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-align: center;
  color: var(--color-blue);
}
@media screen and (max-width: 960px) {
  .l-footer_share__cap {
    margin-bottom: 0.8rem;
  }
}
.l-footer_share__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1.6rem;
  position: relative;
}
.l-footer_share__list-item {
  display: block;
  position: relative;
}
.l-footer_share__link {
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-white);
  background: var(--color-blue);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .l-footer_share__link {
    width: 4rem;
    height: 4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link:hover {
    animation: pyoko 0.3s linear 2;
  }
}
.l-footer_share__link-icon {
  width: 2rem;
  height: 2rem;
  display: block;
  position: relative;
}
.l-footer_share__link-icon img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.l-footer_help {
  display: block;
  position: relative;
}
.l-footer_help__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3.8rem;
  position: relative;
}
.l-footer_help__list-item {
  display: block;
  position: relative;
}
.l-footer_help__list-item + .l-footer_help__list-item::before {
  content: "";
  width: 100%;
  height: 60%;
  display: block;
  position: absolute;
  top: 25%;
  left: -1.9rem;
  border-left: 2px solid var(--color-blue);
}
.l-footer_help__link {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-family: "Fredoka", "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-blue);
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .l-footer_help__link {
    font-size: 1.3rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer_help__link {
      -webkit-text-decoration: 2px underline;
      text-decoration: 2px underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .l-footer_help__link:hover {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer_help__link:hover {
      text-decoration: underline;
    }
  }
}

.p-hero {
  display: block;
  position: relative;
  padding: 4.6rem 0;
}
@media screen and (max-width: 960px) {
  .p-hero {
    z-index: 0;
    padding: 2.6rem 0 2.5rem;
  }
}
.p-hero__cover {
  width: 280rem;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  opacity: 0;
  transform: translate(-50%, 8rem);
}
@media screen and (max-width: 960px) {
  .p-hero__cover {
    width: 100%;
    z-index: 0;
  }
}
.is-load .p-hero__cover {
  opacity: 1;
  transform: translate(-50%, 0);
  transition: opacity 0.4s var(--ease_out) 0.3s, transform 0.8s var(--ease_bounce) 0.3s;
}
.p-hero__container {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-hero__container {
    z-index: 1;
  }
}
.p-hero__title {
  width: 90%;
  max-width: 57rem;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(8rem);
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    width: 74%;
  }
}
.is-load .p-hero__title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out) 0.2s, transform 0.8s var(--ease_bounce) 0.2s;
}
.p-hero__deco {
  width: 13.5rem;
  display: block;
  position: absolute;
  top: calc(100% - 3rem);
  left: 84.5%;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 10rem));
}
@media screen and (max-width: 960px) {
  .p-hero__deco {
    width: 18%;
    top: 65%;
    left: 83.6%;
    z-index: 0;
  }
}
.is-load .p-hero__deco {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s var(--ease_out) 0.4s, transform 0.8s var(--ease_bounce) 0.4s;
}

.p-app {
  display: block;
  position: relative;
  padding: 4.9rem 0;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-app {
    padding: 0 0 1rem;
  }
}
.p-app::before {
  content: "";
  width: 26rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_deco_l_pc.png") no-repeat 0 15%/100% auto;
  pointer-events: none;
  opacity: 0;
  transform: translateY(7rem);
}
@media screen and (max-width: 960px) {
  .p-app::before {
    width: 100%;
    top: 9.8rem;
    background: url("../img/bg_deco_sp.png") no-repeat 0 0/100% auto;
  }
}
.is-load .p-app::before {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out) 0.6s, transform 0.8s var(--ease_bounce) 0.6s;
}
.p-app::after {
  content: "";
  width: 26.5rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/bg_deco_r_pc.png") no-repeat 0 15%/100% auto;
  opacity: 0;
  transform: translateY(7rem);
}
@media screen and (max-width: 960px) {
  .p-app::after {
    content: none;
  }
}
.is-load .p-app::after {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out) 0.6s, transform 0.8s var(--ease_bounce) 0.6s;
}
.p-app__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transform: translateY(4rem);
}
@media screen and (max-width: 960px) {
  .p-app__bg {
    height: calc(100% - 8.5rem);
    top: 8.5rem;
  }
}
.is-load .p-app__bg {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out) 0.6s, transform 0.8s var(--ease_bounce) 0.6s;
}
.p-app__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/line_wave.png") repeat-x 50% 0/12rem auto;
}
@media screen and (max-width: 960px) {
  .p-app__bg::before {
    background-size: 6rem auto;
  }
}
.p-app__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/line_wave.png") repeat-x 50% 0/12rem auto;
  transform: scale(-1, -1);
}
@media screen and (max-width: 960px) {
  .p-app__bg::after {
    background-size: 6rem auto;
  }
}
.p-app__bg-cover {
  width: 100%;
  height: calc(100% - 9.8rem);
  display: block;
  position: absolute;
  top: 4.9rem;
  left: 0;
  background: var(--color-sky);
}
@media screen and (max-width: 960px) {
  .p-app__bg-cover {
    height: calc(100% - 4.9rem);
    top: 2.45rem;
  }
}
.p-app__container {
  width: 100%;
  max-width: 140rem;
  display: block;
  position: relative;
  padding: 2.7rem 0 5rem;
  margin: 0 auto;
  z-index: 1;
  opacity: 0;
  transform: translateY(4rem);
}
@media screen and (max-width: 960px) {
  .p-app__container {
    padding: 0 0 5rem;
  }
}
.is-load .p-app__container {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out) 0.5s, transform 0.8s var(--ease_bounce) 0.5s;
}
.p-app__inner {
  width: 80%;
  max-width: 70rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-app__inner {
    width: 90%;
  }
}
.p-app__dl {
  width: 80%;
  max-width: 40rem;
  display: block;
  position: relative;
  margin: 5.3rem auto 0;
  z-index: 0;
  color: var(--color-blue);
  transition: filter 0.2s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-app__dl {
    width: 90%;
    max-width: 29rem;
    margin-top: 2.6rem;
  }
}
.p-app__dl + .p-app__dl {
  margin-top: 1rem;
}
.p-app__dl:not([href]) {
  pointer-events: none;
  filter: grayscale(1);
  color: #ddd;
}
@media (hover: hover) and (pointer: fine) {
  .p-app__dl:hover {
    animation: pyoko 0.3s linear 2;
  }
}
@keyframes pyoko {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.5rem);
  }
}
.p-app__dl::after {
  content: "";
  width: 1.6rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 3.5rem;
  background: url("../img/icon_dl.svg") no-repeat center/contain;
  opacity: 1;
  transition: opacity 0.2s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-app__dl::after {
    width: 1.2rem;
    right: 2.6rem;
  }
}
.p-app__dl:not([href])::after {
  opacity: 0;
}

.p-app__dl-base {
  width: calc(100% - 0.6rem);
  display: block;
  position: relative;
}
.p-app__dl-base::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0.6rem;
  background: url("../img/btn_base_shadow.png") no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-app__dl-base::before {
    top: 0.3rem;
    left: 0.3rem;
  }
}
.p-app__dl:not([href]) .p-app__dl-base::before {
  content: none;
}
.p-app__dl-base img {
  display: block;
  position: relative;
}
.p-app__dl-text {
  width: calc(100% - 0.6rem);
  display: block;
  position: absolute;
  top: 48%;
  left: 0;
  padding: 0 2rem;
  font-size: 2.2rem;
  letter-spacing: 0;
  font-weight: 900;
  text-align: center;
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .p-app__dl-text {
    font-size: 1.5rem;
  }
}
.p-app__deco {
  width: 13.5rem;
  display: block;
  position: absolute;
  top: calc(100% + 6rem);
  left: 15.2%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-app__deco {
    width: 7rem;
    left: 15.2%;
    top: calc(100% + 0.5rem);
  }
}

.p-app_content {
  width: calc(100% - 1rem);
  display: block;
  position: relative;
  z-index: 0;
}
.p-app_content + .p-app_content {
  margin-top: 5.2rem;
}
@media screen and (max-width: 960px) {
  .p-app_content + .p-app_content {
    margin-top: 3rem;
  }
}
.p-app_content::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid var(--color-blue);
  border-radius: 1.5rem;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-app_content::before {
    border-width: 2px;
    border-radius: 1rem;
  }
}
.p-app_content__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-app_content__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--color-white);
  border: 3px solid var(--color-blue);
  border-radius: 1.5rem;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-app_content__bg::before {
    border-width: 2px;
    border-radius: 1rem;
  }
}
.p-app_content__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background: var(--color-white);
  border: 3px solid var(--color-blue);
  border-radius: 1.5rem;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-app_content__bg::after {
    border-width: 2px;
    border-radius: 1rem;
  }
}
.p-app_content__container {
  display: block;
  position: relative;
  background: var(--color-white);
  border-radius: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-app_content__container {
    border-radius: 1rem;
  }
}
.p-app_content__header {
  display: block;
  position: relative;
  padding: 0.8rem 1.8rem 0.6rem;
  color: var(--color-white);
  background: var(--color-blue);
  border-radius: 1.5rem 1.5rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-app_content__header {
    padding: 0.6rem 1.6rem 0.4rem;
    border-radius: 1rem 1rem 0 0;
  }
}
.p-app_content__header::before {
  content: "";
  width: 7.8rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 2rem;
  background: url("../img/deco_contents_head.png") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-app_content__header::before {
    width: 5.5rem;
    right: 1.4rem;
  }
}
.p-app_content__title {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  font-family: "Fredoka", "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .p-app_content__title {
    font-size: 1.2rem;
  }
}
.p-app_content__inner {
  display: block;
  position: relative;
  background: url("../img/bg_ptn_glid.png") repeat 16px 0/32px auto;
}
@media screen and (max-width: 960px) {
  .p-app_content__inner {
    background: url("../img/bg_ptn_glid.png") repeat 8px 0/16px auto;
  }
}
.p-app_content__deco {
  width: 8.5rem;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.p-app_content__deco.--deco1 {
  top: calc(100% - 0.2rem);
  left: -0.1rem;
}
@media screen and (max-width: 960px) {
  .p-app_content__deco.--deco1 {
    width: 5.5rem;
    top: calc(100% + 0.1rem);
    left: 2rem;
  }
}
.p-app_content__deco.--deco2 {
  width: 14rem;
  top: 5rem;
  left: calc(100% + 0.2rem);
}
@media screen and (max-width: 960px) {
  .p-app_content__deco.--deco2 {
    width: 10rem;
    top: 3rem;
    left: calc(100% - 2.5rem);
  }
}

.p-app_preview {
  width: 100%;
  max-width: 38rem;
  display: block;
  position: relative;
  padding: 8.2rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-app_preview {
    padding: 4.5rem 0;
    max-width: 27rem;
  }
}
.p-app_preview__canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-app_preview__img {
  display: block;
  position: relative;
}
.p-app_preview__img > img,
.p-app_preview__img > canvas {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.p-app_preview__attention {
  display: block;
  position: relative;
  margin-top: 3rem;
  font-size: 1.2rem;
  color: var(--color-blue);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-app_preview__attention {
    font-size: 1rem;
  }
}
.p-app_preview__font-preload {
  position: absolute;
  top: 0;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}
.p-app_preview__font-preload > span {
  display: block;
  font-weight: normal;
  font-size: 12rem;
  line-height: 1;
  white-space: pre;
}
.p-app_preview__font-preload > .--top {
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 800;
}
.p-app_preview__font-preload > .--bottom {
  font-family: "ta-kasanemarugo", sans-serif;
}

.p-app_form {
  width: 90%;
  display: block;
  position: relative;
  padding: 6rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-app_form {
    width: 88%;
    padding: 2.4rem 0;
  }
}
.p-app_form__field {
  width: 100%;
  max-width: 57rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-app_form__field + .p-app_form__field {
  margin-top: 4.1rem;
}
@media screen and (max-width: 960px) {
  .p-app_form__field + .p-app_form__field {
    margin-top: 2.2rem;
  }
}
.p-app_form__field-cap {
  position: relative;
  margin-bottom: 0.8rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .p-app_form__field-cap {
    margin-bottom: 0.5rem;
  }
}
.p-app_form__field-cap img {
  width: 10.2rem;
}
@media screen and (max-width: 960px) {
  .p-app_form__field-cap img {
    width: 7.6rem;
  }
}
.p-app_form__field-cap > span {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0;
  color: var(--color-blue);
  margin-left: 1.2rem;
}
@media screen and (max-width: 960px) {
  .p-app_form__field-cap > span {
    font-size: 1.2rem;
    margin-left: 0.8rem;
  }
}
.p-app_form__field-comment {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 960px) {
  .p-app_form__field-comment {
    margin-bottom: 0.3rem;
  }
}
.p-app_form__field-content {
  display: block;
  position: relative;
}
.p-app_form__field-content.--cap {
  margin-top: 2.2rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5.6rem;
}
@media screen and (max-width: 960px) {
  .p-app_form__field-content.--cap {
    margin-top: 1.7rem;
    gap: 4rem;
  }
}
.p-app_form__field-content.--size {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.3rem;
  margin-top: 1.1rem;
}
@media screen and (max-width: 960px) {
  .p-app_form__field-content.--size {
    gap: 0.6rem;
    margin-top: 0.5rem;
  }
}
.p-app_form__field-content input[type=text] {
  width: 100%;
  min-height: 6.2rem;
  display: block;
  position: relative;
  padding: 1rem 2rem;
  font-size: 18px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background: var(--color-white);
  border: 3px solid var(--color-blue);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-app_form__field-content input[type=text] {
    min-height: 5.1rem;
    border-width: 2px;
    border-radius: 1rem;
  }
}
.p-app_form__field-attention {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 960px) {
  .p-app_form__field-attention {
    margin-top: 0.3rem;
    font-size: 1rem;
  }
}
.p-app_form__cap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  cursor: pointer;
}
.p-app_form__cap input {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-app_form__cap-icon {
  width: 2.8rem;
  height: 2.8rem;
  display: block;
  position: relative;
  background: var(--color-white);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .p-app_form__cap-icon {
    width: 2rem;
    height: 2rem;
  }
}
.p-app_form__cap-icon::before {
  content: "";
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.8rem);
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  border-radius: 50%;
  background: var(--color-blue);
  opacity: 0;
  transition: opacity 0.1s var(--ease_out);
}
input:checked + .p-app_form__cap-icon::before {
  opacity: 1;
}

.p-app_form__cap-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.2rem solid var(--color-blue);
  border-radius: 50%;
}
.p-app_form__cap-text {
  display: block;
  position: relative;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0;
  color: var(--color-blue);
}
@media screen and (max-width: 960px) {
  .p-app_form__cap-text {
    font-size: 1.7rem;
  }
}
.p-app_form__size {
  width: 14.6rem;
  display: block;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-app_form__size {
    width: 9.2rem;
  }
}
.p-app_form__size input {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-app_form__size-in {
  display: block;
  position: relative;
  padding: 1.2rem 0 0.8rem;
  background: var(--color-white);
  border-radius: 1.5rem;
  text-align: center;
  color: var(--color-blue);
  transition: color 0.1s var(--ease_out);
}
input:checked + .p-app_form__size-in {
  color: var(--color-white);
}
.p-app_form__size-in::before {
  content: "";
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.8rem);
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  border-radius: 1.2rem;
  background: var(--color-blue);
  opacity: 0;
  transition: opacity 0.1s var(--ease_out);
}
input:checked + .p-app_form__size-in::before {
  opacity: 1;
}

.p-app_form__size-in::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.2rem solid var(--color-blue);
  border-radius: 1.5rem;
  pointer-events: none;
}
.p-app_form__size-img {
  width: 80%;
  padding-top: 45%;
  display: block;
  position: relative;
  margin: 0 auto 0.6rem;
  background: var(--color-white);
  border-radius: 0.5rem;
}
.p-app_form__size-img img {
  width: 72% !important;
  height: 90% !important;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
}
.p-app_form__size-text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0;
  color: currentColor;
}
@media screen and (max-width: 960px) {
  .p-app_form__size-text {
    font-size: 1.2rem;
  }
}

.u-text-indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.u-ta-center {
  text-align: center !important;
}

.u-display-block {
  display: block !important;
}

.u-display-inline-block {
  display: inline-block !important;
}

.u-ta-left {
  text-align: left !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-fw-lighter {
  font-weight: lighter !important;
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-fs-1 {
  font-size: 0.1em;
}

.u-fs-2 {
  font-size: 0.2em;
}

.u-fs-3 {
  font-size: 0.3em;
}

.u-fs-4 {
  font-size: 0.4em;
}

.u-fs-5 {
  font-size: 0.5em;
}

.u-fs-6 {
  font-size: 0.6em;
}

.u-fs-7 {
  font-size: 0.7em;
}

.u-fs-8 {
  font-size: 0.8em;
}

.u-fs-9 {
  font-size: 0.9em;
}

.u-fs-10 {
  font-size: 1em;
}

.u-fs-11 {
  font-size: 1.1em;
}

.u-fs-12 {
  font-size: 1.2em;
}

.u-fs-13 {
  font-size: 1.3em;
}

.u-fs-14 {
  font-size: 1.4em;
}

.u-fs-15 {
  font-size: 1.5em;
}

.u-fs-16 {
  font-size: 1.6em;
}

.u-fs-17 {
  font-size: 1.7em;
}

.u-fs-18 {
  font-size: 1.8em;
}

.u-fs-19 {
  font-size: 1.9em;
}

.u-fs-20 {
  font-size: 2em;
}

.u-color-white {
  color: var(--color-white);
}

.u-color-black {
  color: var(--color-black);
}

.u-lazy.--thumb {
  width: 100%;
  max-width: none;
  opacity: 0;
}
.u-lazy.--thumb.is-lazy-loaded {
  width: auto;
  max-width: 100%;
  opacity: 1;
}
.u-lazy.--thumb.is-lazy-loaded:not(.is-lazy-end) {
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy.--thumb + .u-lazy__loader {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, #fff 0%, #fff 26%, #efefef 50%, #fff 75%, #fff 100%) repeat-x 100% 0/400% 100%;
  z-index: 1;
  animation: skeleton_screen 1s linear infinite;
}
.u-lazy.--thumb.is-lazy-loading + .u-lazy__loader,
.u-lazy.--thumb.is-lazy-loaded + .u-lazy__loader {
  display: block;
}

.u-lazy.--thumb.is-lazy-loaded + .u-lazy__loader {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, 0);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes arrow_prev {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
}
@keyframes arrow_centerY {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes arrow_centerY_prev {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes clip-out {
  0% {
    -webkit-clip-path: polygon(-8rem 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(-8rem 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, calc(100% + 8rem) 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, calc(100% + 8rem) 100%);
  }
}
@keyframes clip-in {
  0% {
    -webkit-clip-path: polygon(0 0, -8rem 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, -8rem 0, 0 100%, 0% 100%);
  }
  99% {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% + 8rem) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% + 8rem) 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
@keyframes clip-out-top {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, -100% 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, -100% 0, 0 100%, 0% 100%);
  }
}
@keyframes clip-in-top {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 200% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 200% 100%);
  }
  100% {
    -webkit-clip-path: polygon(-100% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(-100% 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes glitch {
  0% {
    clip: rect(200px, 9999px, 63px, 0);
  }
  4% {
    top: -3px;
    clip: rect(7px, 9999px, 6px, 0);
  }
  8% {
    clip: rect(82px, 9999px, 78px, 0);
  }
  12% {
    clip: rect(85px, 9999px, 25px, 0);
  }
  16% {
    clip: rect(93px, 9999px, 38px, 0);
  }
  20% {
    left: 8px;
    clip: rect(70px, 9999px, 96px, 0);
  }
  24% {
    clip: rect(41px, 9999px, 72px, 0);
  }
  28% {
    clip: rect(39px, 9999px, 65px, 0);
  }
  32% {
    clip: rect(36px, 9999px, 34px, 0);
  }
  36% {
    left: -12px;
    clip: rect(84px, 9999px, 96px, 0);
  }
  40% {
    top: -5px;
    clip: rect(99px, 9999px, 45px, 0);
  }
  44% {
    clip: rect(37px, 9999px, 73px, 0);
  }
  48% {
    clip: rect(63px, 9999px, 20px, 0);
  }
  52% {
    clip: rect(5px, 9999px, 44px, 0);
  }
  56% {
    left: 11px;
    clip: rect(65px, 9999px, 270px, 0);
  }
  60% {
    clip: rect(4px, 9999px, 300px, 0);
  }
  64% {
    clip: rect(6px, 9999px, 9px, 0);
  }
  68% {
    top: 1px;
    clip: rect(37px, 9999px, 69px, 0);
  }
  72% {
    clip: rect(32px, 9999px, 64px, 0);
  }
  76% {
    left: -12px;
    clip: rect(0px, 9999px, 96px, 0);
  }
  80% {
    clip: rect(99px, 9999px, 45px, 0);
  }
  84% {
    top: -2px;
    clip: rect(37px, 9999px, 73px, 0);
  }
  88% {
    clip: rect(70px, 9999px, 96px, 0);
  }
  92% {
    clip: rect(41px, 9999px, 72px, 0);
  }
  96% {
    left: 6px;
    clip: rect(39px, 9999px, 65px, 0);
  }
  100% {
    clip: rect(37px, 9999px, 73px, 0);
  }
}
@keyframes glitch_min {
  0% {
    left: -5px;
    clip: rect(10px, 9999px, 63px, 0);
  }
  4% {
    clip: rect(137px, 9999px, 150px, 0);
  }
  8% {
    clip: rect(82px, 9999px, 178px, 0);
  }
  12% {
    left: -2px;
    clip: rect(85px, 9999px, 125px, 0);
  }
  16% {
    clip: rect(223px, 9999px, 258px, 0);
  }
  20% {
    left: 10px;
    clip: rect(100px, 9999px, 146px, 0);
  }
  24% {
    clip: rect(41px, 9999px, 72px, 0);
  }
  28% {
    clip: rect(9px, 9999px, 45px, 0);
  }
  32% {
    clip: rect(136px, 9999px, 164px, 0);
  }
  36% {
    left: -4px;
    clip: rect(84px, 9999px, 116px, 0);
  }
  40% {
    top: 3px;
    clip: rect(229px, 9999px, 315px, 0);
  }
  44% {
    clip: rect(37px, 9999px, 73px, 0);
  }
  48% {
    clip: rect(163px, 9999px, 180px, 0);
  }
  52% {
    clip: rect(205px, 9999px, 244px, 0);
  }
  56% {
    left: 2px;
    clip: rect(135px, 9999px, 170px, 0);
  }
  60% {
    clip: rect(14px, 9999px, 100px, 0);
  }
  64% {
    left: -1px;
    clip: rect(116px, 9999px, 129px, 0);
  }
  68% {
    clip: rect(37px, 9999px, 69px, 0);
  }
  72% {
    top: -4px;
    clip: rect(232px, 9999px, 264px, 0);
  }
  76% {
    left: -4px;
    clip: rect(100px, 9999px, 196px, 0);
  }
  80% {
    clip: rect(199px, 9999px, 245px, 0);
  }
  84% {
    clip: rect(37px, 9999px, 73px, 0);
  }
  88% {
    left: -5px;
    clip: rect(1px, 9999px, 296px, 0);
  }
  92% {
    clip: rect(141px, 9999px, 272px, 0);
  }
  96% {
    clip: rect(33px, 9999px, 65px, 0);
  }
  100% {
    clip: rect(137px, 9999px, 273px, 0);
  }
}