@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-navy);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --color-navy: #183e6e;
  --color-sky: #c5e7f3;
  --color-cream: #fff9e9;
  --color-brown: #613c29;
  --color-red-dark: #55282d;
  --color-orange: #ff8232;
  --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.15rem;
  color: var(--color-text);
  background: var(--color-bg);
  overflow: hidden;
  font-family: "Kiwi Maru", -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";
  -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-black) !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;
  font-family: "Kiwi Maru", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1rem;
  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);
}

[data-suffix]::after {
  content: attr(data-suffix);
}

.l-wrap {
  display: block;
  position: relative;
  background: url("../img/bg_pc.jpg") repeat-y center top/100% auto;
}
@media screen and (max-width: 960px) {
  .l-wrap {
    background: url("../img/bg_sp.jpg") repeat-y center top/100% auto;
  }
}
.l-wrap__cover {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 1;
}
.is-load .l-wrap__cover {
  opacity: 0;
  transition: opacity 1.2s var(--ease_out);
}
.l-wrap__container {
  width: 100%;
  min-height: var(--svh);
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 1;
  opacity: 0;
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout);
}

.l-header {
  display: block;
  position: relative;
}
.l-header__container {
  width: 90%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 8rem 0 2rem;
}
@media screen and (max-width: 960px) {
  .l-header__container {
    padding: 3.5rem 0 2rem;
  }
}
.l-header__chara {
  width: 45%;
  display: block;
  position: absolute;
  top: 35.6rem;
  left: 11.5%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .l-header__chara {
    width: 23rem;
    top: 15rem;
    left: 14%;
  }
}
.l-header__chara img {
  opacity: 0;
  transform: scale(0.5);
  transform-origin: 70% 40%;
}
.is-load .l-header__chara img {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.8s var(--ease_inout) 0.3s, transform 1s var(--ease_bounce) 0.3s;
}
.l-header__content {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-header__title {
  width: 60rem;
  display: block;
  left: 1rem;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(12rem);
}
@media screen and (max-width: 960px) {
  .l-header__title {
    width: 30rem;
    left: 0.5rem;
  }
}
@media screen and (max-width: 960px) {
  .l-header__title {
    transform: translateY(4rem);
  }
}
.is-load .l-header__title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s var(--ease_inout) 0.1s, transform 1s var(--ease_bounce) 0.1s;
}
.l-header__lead {
  display: block;
  position: relative;
  margin-top: 3.6rem;
  font-size: 2.4rem;
  line-height: 1.9;
  font-weight: 500;
  letter-spacing: -0.2rem;
  text-align: center;
  opacity: 0;
  transform: translateY(12rem);
}
@media screen and (max-width: 960px) {
  .l-header__lead {
    margin-top: 3rem;
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 960px) {
  .l-header__lead {
    transform: translateY(4rem);
  }
}
.is-load .l-header__lead {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s var(--ease_inout) 0.2s, transform 1s var(--ease_bounce) 0.2s;
}

.l-main {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(12rem);
}
@media screen and (max-width: 960px) {
  .l-main {
    transform: translateY(4rem);
  }
}
.is-load .l-main {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s var(--ease_inout) 0.3s, transform 1s var(--ease_bounce) 0.3s;
}

.l-footer {
  display: block;
  position: relative;
  background: var(--color-navy);
  padding: 5rem 0;
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 4rem 0;
  }
}
.l-footer__container {
  width: 100%;
  max-width: 118rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-footer__inner {
  width: 100%;
  display: block;
  position: static;
  margin: 0 auto;
}
.l-footer__brand {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__brand {
    width: 30rem;
    position: absolute;
    top: 60%;
    left: 0;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 960px) {
  .l-footer__brand {
    width: 16.5rem;
    margin: 0 auto 2.5rem;
  }
}
.l-footer__brand-link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__brand-link {
    transition: opacity 0.3s var(--ease_out);
  }
  .l-footer__brand-link:hover {
    opacity: 0.5;
  }
}
.l-footer__share {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__share {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
.l-footer__help {
  display: block;
  position: relative;
  margin-top: 1.8rem;
}
@media screen and (min-width: 961px) {
  .l-footer__help {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__help {
    margin-top: 2.3rem;
  }
}
.l-footer__legal {
  display: block;
  position: relative;
  margin-top: 0.6rem;
}
@media screen and (min-width: 961px) {
  .l-footer__legal {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__legal {
    margin-top: 0.2rem;
  }
}
.l-footer__legal-text {
  display: block;
  position: relative;
  font-size: 1rem;
  color: var(--color-white);
  letter-spacing: 0;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .l-footer__legal-text {
    font-size: 1rem;
    line-height: 1.7;
    text-align: center;
  }
}
.l-footer__legal-text + .l-footer__legal-text {
  margin-top: 0.6rem;
}

.l-footer_share {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_share {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.l-footer_share__list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.l-footer_share__list-item {
  display: block;
  position: relative;
}
.l-footer_share__list-item + .l-footer_share__list-item {
  margin-left: 2.5rem;
}
@media screen and (max-width: 960px) {
  .l-footer_share__list-item + .l-footer_share__list-item {
    margin-left: 1.5rem;
  }
}
.l-footer_share__link {
  width: 3rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_share__link {
    width: 2.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link {
    transition: opacity 0.3s var(--ease_out);
  }
  .l-footer_share__link:hover {
    opacity: 0.5;
  }
}

.l-footer_help {
  display: block;
  position: relative;
}
.l-footer_help__list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.l-footer_help__list-item {
  display: block;
  position: relative;
}
.l-footer_help__list-item + .l-footer_help__list-item {
  margin-left: 1.5rem;
}
@media screen and (max-width: 960px) {
  .l-footer_help__list-item + .l-footer_help__list-item {
    margin-left: 1.2rem;
  }
}
.l-footer_help__link {
  display: block;
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .l-footer_help__link {
    font-size: 1.1rem;
    letter-spacing: 0.02rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer_help__link {
      text-decoration: 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-op {
  width: 24rem;
  max-width: 70vh;
  height: 24rem;
  max-height: 70vh;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-op {
    width: 14rem;
    height: 14rem;
  }
}
@media screen and (orientation: portrait) {
  .p-op {
    max-width: 70vw;
    max-height: 70vw;
  }
}
.p-op::before {
  content: "";
  width: 150%;
  height: 150%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-white);
  border-radius: 50%;
  box-shadow: 0 0.2rem 1rem 0.3rem rgba(0, 0, 0, 0.1);
}
.p-op__container {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  border-radius: 50%;
  z-index: 0;
  animation: op 0.3s var(--ease_inout) forwards;
}
@keyframes op {
  0% {
    opacity: 0;
    transform: scale(1.6) rotate(10deg);
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(10deg);
  }
}
.p-op__container::after {
  content: "";
  width: 130%;
  height: 130%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: url("../img/stamp_frame.png") no-repeat center/contain;
  z-index: -1;
}
.p-op__content {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--color-brown);
}
.p-op__content::before {
  content: "";
  width: 100%;
  height: 20%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--color-white);
}
.p-op__bg {
  width: auto;
  height: 80%;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  padding-left: 100%;
  animation: loader_bg 3s linear infinite;
}
.p-op__bg img {
  width: auto;
  max-width: none;
  max-height: none;
  height: 100% !important;
}
@keyframes loader_bg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.p-op__chara {
  width: 50%;
  display: block;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  transform-origin: right bottom;
}
.p-op__chara img {
  animation: yure 0.3s linear infinite;
}
@keyframes yure {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1.5px);
  }
  100% {
    transform: translateY(0);
  }
}
.p-op__text {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 5%;
  left: 0;
  font-size: 2.5rem;
  font-family: "Luckiest Guy", "Kiwi Maru", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-brown);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-op__text {
    font-size: 1.3rem;
  }
}

.p-top {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 2.8rem 0;
}
@media screen and (max-width: 960px) {
  .p-top {
    padding: 1.5rem 0;
  }
}

.p-entry {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 7.5rem;
}
@media screen and (max-width: 960px) {
  .p-entry {
    margin-bottom: 3.6rem;
  }
}
.p-entry__content {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-entry__btn {
  width: 51.5rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-entry__btn {
    width: 26rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-entry__btn:hover {
    animation: lock 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@keyframes lock {
  10% {
    transform: rotate(1.2deg);
  }
  20% {
    transform: rotate(-2.5deg);
  }
  30% {
    transform: rotate(4deg);
  }
  40% {
    transform: rotate(-1.5deg);
  }
  50% {
    transform: rotate(3deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0);
  }
}
.p-entry__btn + .p-entry__btn {
  margin-top: 1rem;
}

.p-howto {
  display: block;
  position: relative;
  padding: 6.5rem 0 7rem;
  color: var(--color-white);
  background: var(--color-navy);
}
@media screen and (max-width: 960px) {
  .p-howto {
    padding: 3.2rem 0 3rem;
  }
}
.p-howto__container {
  width: 90%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-howto__header {
  display: block;
  position: relative;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 960px) {
  .p-howto__header {
    margin-bottom: 2.2rem;
  }
}
.p-howto__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0 5rem;
  font-size: 3rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-howto__title {
    padding: 0 3.8rem;
    font-size: 1.8rem;
  }
}
.p-howto__title::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/icon_stamp.png") no-repeat left center/2.5rem auto, url("../img/icon_stamp.png") no-repeat right center/2.5rem auto;
}
@media screen and (max-width: 960px) {
  .p-howto__title::before {
    background-size: 1.6rem auto;
  }
}
.p-howto__inner {
  display: block;
  position: relative;
}
.p-howto__step {
  width: 100%;
  max-width: 56.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin: 0 auto;
}
.p-howto__step + .p-howto__step {
  margin-top: 3rem;
}
@media screen and (max-width: 960px) {
  .p-howto__step + .p-howto__step {
    margin-top: 1rem;
  }
}
.p-howto__step-no {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 0.5rem;
  margin-right: 1rem;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 0;
  color: var(--color-navy);
  background: var(--color-white);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .p-howto__step-no {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.2rem;
    padding-bottom: 0.1em;
  }
}
.p-howto__step-text {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  top: -0.3em;
  font-size: 1.8rem;
  letter-spacing: -0.02rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-howto__step-text {
    font-size: 1.2rem;
    letter-spacing: -0.1rem;
    line-height: 1.7;
  }
}
.p-howto__step-text small {
  font-size: 0.75em;
  line-height: 1.7;
  letter-spacing: -0.02rem;
}

.p-note {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 7.5rem 0 12rem;
}
@media screen and (max-width: 960px) {
  .p-note {
    padding: 4.6rem 0 8rem;
  }
}
.p-note__container {
  width: 90%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-note__header {
  display: block;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .p-note__header {
    margin-bottom: 0.3rem;
  }
}
.p-note__title {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-note__title {
    font-size: 1.2rem;
  }
}
.p-note__inner {
  display: block;
  position: relative;
}
.p-note__text {
  display: block;
  position: relative;
  font-size: 1.3rem;
  letter-spacing: -0.05rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-note__text {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.p-dialog {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  pointer-events: none;
}
.p-dialog.is-dialog-show {
  opacity: 1;
  pointer-events: auto;
}
.p-dialog__container {
  width: 100%;
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
.p-dialog__content {
  width: 90%;
  max-width: 88rem;
  display: block;
  position: relative;
  background-color: var(--color-cream);
  border-radius: 2rem;
}
@media screen and (max-width: 960px) {
  .p-dialog__content {
    width: 90%;
  }
}
.p-dialog__content::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid var(--color-red-dark);
  border-radius: 2rem;
}
.p-dialog__close {
  width: 8rem;
  height: 8rem;
  display: block;
  position: fixed;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  z-index: 1;
  font-size: 0;
}
@media screen and (max-width: 960px) {
  .p-dialog__close {
    width: 5rem;
    height: 5rem;
    top: 1.5rem;
    right: 1.5rem;
  }
}
.p-dialog__close::before {
  content: "";
  width: 60%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: var(--color-red-dark);
  z-index: 1;
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-dialog__close::before {
    height: 0.2rem;
  }
}
.p-dialog__close::after {
  content: "";
  width: 60%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: var(--color-red-dark);
  z-index: 1;
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-dialog__close::after {
    height: 0.2rem;
  }
}

.p-dialog_content {
  display: block;
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-dialog_content {
    padding: 4rem 0;
  }
}
.p-dialog_content__container {
  display: block;
  position: relative;
}
.p-dialog_content__header {
  display: block;
  position: relative;
  padding-bottom: 4.6rem;
}
@media screen and (max-width: 960px) {
  .p-dialog_content__header {
    padding-bottom: 3rem;
  }
}
.p-dialog_content__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 3rem;
  padding: 0 4.5rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-dialog_content__title {
    display: block;
    position: relative;
    padding: 0 3rem;
    font-size: 2rem;
    margin: 0 auto;
  }
}
.p-dialog_content__title::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-navy);
  -webkit-mask: url("../img/icon_stamp.png") no-repeat left center/2.5rem auto, url("../img/icon_stamp.png") no-repeat right center/2.5rem auto;
  mask: url("../img/icon_stamp.png") no-repeat left center/2.5rem auto, url("../img/icon_stamp.png") no-repeat right center/2.5rem auto;
}
@media screen and (max-width: 960px) {
  .p-dialog_content__title::before {
    -webkit-mask-size: 1.8rem auto, 1.8rem auto;
    mask-size: 1.8rem auto, 1.8rem auto;
  }
}
.p-dialog_content__inner {
  width: 90%;
  max-width: 76rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding-top: 0;
}
.p-dialog_content__text {
  display: block;
  position: relative;
  margin-bottom: 2.2rem;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-dialog_content__text {
    margin-top: 1.6rem;
    font-size: 1.3rem;
  }
}
.p-dialog_content__note {
  width: 100%;
  display: block;
  position: relative;
  margin: 3rem auto 0;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-dialog_content__note {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}

.p-dialog_form {
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-dialog_form__field {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-dialog_form__field {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p-dialog_form__field-cap {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 961px) {
  .p-dialog_form__field-cap {
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-dialog_form__field-cap {
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
  }
}
.p-dialog_form__field-input {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-dialog_form__field-input {
    flex: 1 1 0;
    min-width: 0;
  }
}
@media screen and (max-width: 960px) {
  .--code .p-dialog_form__field-input {
    width: 100%;
    margin: 0 auto;
  }
}
.p-dialog_form__field-input input {
  width: 100%;
  display: block;
  position: relative;
  padding: 1.7rem 2rem 1.4rem;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: var(--color-navy);
  background-color: var(--color-white);
  border: 2px solid var(--color-navy);
  border-radius: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .p-dialog_form__field-input input {
    padding: 1rem 2rem;
  }
}
.p-dialog_form__error {
  display: block;
  position: relative;
  margin-top: 1.6rem;
  font-size: 1.25rem;
  color: var(--color-red);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-dialog_form__error {
    margin-top: 0.8rem;
    font-size: 1rem;
  }
}
.p-dialog_form__link {
  width: 40rem;
  display: block;
  position: relative;
  margin: 3rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-dialog_form__link {
    width: 28rem;
    margin-top: 2rem;
  }
}
.p-dialog_form__btn {
  width: 100%;
  min-height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  color: var(--color-white);
  background-color: var(--color-navy);
  border-radius: 1rem;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-dialog_form__btn {
    min-height: 6.5rem;
  }
}
.p-dialog_form__btn + .p-dialog_form__btn {
  margin-top: 2rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-dialog_form__btn:hover {
    animation: lock 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.p-dialog_form__btn::before {
  content: "";
  width: calc(100% - 1.2rem);
  height: calc(100% - 1.2rem);
  display: block;
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  border: 2px solid var(--color-white);
  border-radius: 0.8rem;
}
@media screen and (max-width: 960px) {
  .p-dialog_form__btn::before {
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    top: 0.5rem;
    left: 0.5rem;
  }
}
.p-dialog_form__btn-text {
  width: 100%;
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-dialog_form__btn-text {
    font-size: 1.8rem;
  }
}

.p-in {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 4.8rem 0 2.8rem;
}
@media screen and (max-width: 960px) {
  .p-in {
    padding: 1.5rem 0 1.8rem;
  }
}

.p-logout {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 7.5rem;
}
@media screen and (max-width: 960px) {
  .p-logout {
    margin-bottom: 3.5rem;
  }
}
.p-logout__content {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-logout__btn {
  width: 51.5rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-logout__btn {
    width: 26rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-logout__btn:hover {
    animation: lock 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.p-logout__btn + .p-logout__btn {
  margin-top: 1rem;
}

.p-collection {
  width: 90%;
  max-width: 100rem;
  display: block;
  position: relative;
  padding: 3rem;
  margin: 0 auto;
  background-color: var(--color-white);
  border-radius: 6rem;
}
@media screen and (max-width: 960px) {
  .p-collection {
    padding: 1rem;
    border-radius: 3rem;
  }
}
.p-collection::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 5px solid var(--color-navy);
  border-radius: 6rem;
}
@media screen and (max-width: 960px) {
  .p-collection::before {
    border-radius: 3rem;
    border-width: 3px;
  }
}
.p-collection__container {
  display: block;
  position: relative;
  z-index: 0;
}
.p-collection__container::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px dashed var(--color-navy);
  border-radius: 4rem;
}
@media screen and (max-width: 960px) {
  .p-collection__container::after {
    border-width: 1.5px;
    border-radius: 2rem;
  }
}
.p-collection__inner {
  display: block;
  position: relative;
  padding: 4rem 0 5rem;
  background-color: var(--color-sky);
  border-radius: 4rem;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-collection__inner {
    padding: 2.5rem 0 2.6rem;
    border-radius: 2rem;
  }
}
.p-collection__inner::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../img/card_bg_02.png") no-repeat left -14% top 10%/26% auto, url("../img/card_bg_03.png") no-repeat right 3% top 5%/22% auto;
}
@media screen and (max-width: 960px) {
  .p-collection__inner::after {
    background: url("../img/card_bg_02.png") no-repeat left -10% top 8%/26% auto, url("../img/card_bg_03.png") no-repeat right -3% top 4%/22% auto;
  }
}
.p-collection__inner::before {
  content: "";
  width: 100%;
  height: 30%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/card_bg_01.png") no-repeat center top/100% auto;
  border-radius: 4rem;
}
@media screen and (max-width: 960px) {
  .p-collection__inner::before {
    height: 40%;
    border-radius: 2rem;
  }
}
.p-collection__cap {
  width: 34rem;
  display: block;
  position: relative;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 960px) {
  .p-collection__cap {
    width: 17rem;
    margin-bottom: 1.5rem;
  }
}
.p-collection__list {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  gap: 4rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-collection__list {
    width: 87%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
.p-collection__list-item {
  width: 100%;
  display: block;
  position: relative;
  background-color: var(--color-white);
  border-radius: 50%;
  transform: rotate(-15deg);
}
.p-collection__list-item::before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
}
.p-collection__stamp {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem;
}
.is-show .p-collection__stamp {
  display: block;
}
.p-collection__stamp-img {
  display: block;
  position: relative;
}

.p-clear {
  width: 90%;
  display: block;
  position: relative;
  margin: 5.5rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-clear {
    margin-top: 3rem;
  }
}
.p-clear__btn {
  width: 51.5rem;
  display: block;
  position: relative;
  margin: 0 auto;
  pointer-events: none;
}
.p-clear__btn.is-clear {
  pointer-events: auto;
}
@media (hover: hover) and (pointer: fine) {
  .p-clear__btn:hover {
    animation: lock 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media screen and (max-width: 960px) {
  .p-clear__btn {
    width: 26rem;
  }
}
.p-clear__btn-text {
  display: none;
  position: relative;
}
.p-clear__btn-text.--off {
  display: block;
}
.p-clear__btn.is-clear .p-clear__btn-text.--off {
  display: none;
}
.p-clear__btn-text.--on {
  display: none;
}
.p-clear__btn.is-clear .p-clear__btn-text.--on {
  display: block;
}
.p-clear__btn + .p-clear__btn {
  margin-top: 1rem;
}

.p-result {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding-top: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-result {
    padding-top: 0.2rem;
  }
}
.p-result__content {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-result__stamp {
  display: block;
  position: relative;
}
.p-result__stamp {
  display: block;
  position: relative;
}
.p-result__stamp-img {
  display: block;
  position: relative;
}
.p-result__footer {
  display: block;
  position: relative;
  margin-top: 5.5rem;
}
@media screen and (max-width: 960px) {
  .p-result__footer {
    margin-top: 3rem;
  }
}
.p-result__btn {
  width: 51.5rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-result__btn {
    width: 26rem;
  }
}
.p-result__btn[disabled] {
  opacity: 0.2;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .p-result__btn:hover {
    animation: lock 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.p-result__btn + .p-result__btn {
  margin-top: 1rem;
}
.p-result__error {
  display: block;
  position: relative;
  margin: 1rem auto 4rem;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

.p-result_stamp {
  width: 90%;
  max-width: 60rem;
  display: block;
  position: relative;
  margin: 0 auto;
  border-radius: 2rem;
  background: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-result_stamp {
    max-width: 30rem;
    border-radius: 1rem;
  }
}
.p-result_stamp::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid var(--color-navy);
  border-radius: 2rem;
}
@media screen and (max-width: 960px) {
  .p-result_stamp::before {
    border-radius: 1rem;
  }
}
.p-result_stamp__inner {
  width: 100%;
  height: 60rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-result_stamp__inner {
    height: 30rem;
  }
}
.p-result_stamp__img {
  width: 70%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-result_stamp__footer {
  display: block;
  position: relative;
  padding: 3.5rem 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-result_stamp__footer {
    padding: 2.1rem 1.2rem;
  }
}
.p-result_stamp__footer::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 2px solid var(--color-navy);
}
.p-result_stamp__title {
  display: block;
  position: relative;
  font-size: 4rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-result_stamp__title {
    font-size: 2.4rem;
  }
}

.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 {
  min-height: 10rem;
  opacity: 0;
}
.u-lazy.is-lazy-loaded {
  opacity: 1;
  min-height: auto;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy__loader {
  height: 4rem;
  width: 4rem;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 25;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader {
  display: block;
}
.u-lazy__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 2px solid var(--color-black);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader::before {
  content: "";
  animation: rotate 0.6s linear infinite;
}

@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;
  }
}