@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
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, u, 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, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  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;
}

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

body .m-modal .m-modal__content {
  width: 89.5%;
  max-width: 560px;
  margin: 0 auto;
}
body .m-modal .m-modal__bg {
  background: #fff;
}
body .m-modal .m-modal__close-btn {
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  background: #F9F9F9;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 74, 160, 0.2);
}
@media not all and (max-width: 900px) {
  body .m-modal .m-modal__close-btn {
    width: 75px;
    height: 75px;
  }
}
@media (hover: hover) {
  body .m-modal .m-modal__close-btn {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  body .m-modal .m-modal__close-btn:hover {
    transform: scale(0.9);
  }
}
body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #555;
  width: 1px;
  height: 20px;
}
@media not all and (max-width: 900px) {
  body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
    height: 30px;
  }
}
body .m-modal .m-modal__close-btn::before {
  transform: translate(-50%, -50%) rotate(60deg);
}
body .m-modal .m-modal__close-btn::after {
  transform: translate(-50%, -50%) rotate(-60deg);
}

.template_code {
  display: none;
}

.template_status {
  display: none;
}

.m-modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  background: #F9F9F9;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 74, 160, 0.2);
  cursor: pointer;
}
@media not all and (max-width: 900px) {
  .m-modal__close {
    width: 75px;
    height: 75px;
  }
}
@media (hover: hover) {
  .m-modal__close {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .m-modal__close:hover {
    transform: scale(0.9);
  }
}
.m-modal__close::before, .m-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #555;
  width: 1px;
  height: 20px;
}
@media not all and (max-width: 900px) {
  .m-modal__close::before, .m-modal__close::after {
    height: 30px;
  }
}
.m-modal__close::before {
  transform: translate(-50%, -50%) rotate(60deg);
}
.m-modal__close::after {
  transform: translate(-50%, -50%) rotate(-60deg);
}

.m-login {
  position: relative;
  padding-top: 21%;
  padding-bottom: 21%;
}
.m-login__container {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-loading .m-login__container {
  opacity: 0;
}
.m-login__header {
  position: relative;
  margin-bottom: 8.7%;
}
.m-login__form-field {
  position: relative;
  display: block;
}
.m-login__form-field + .m-login__form-field {
  margin-top: 18px;
}
@media not all and (max-width: 900px) {
  .m-login__form-field + .m-login__form-field {
    margin-top: 27px;
  }
}
.m-login__form-field-cap {
  display: block;
  margin-bottom: 9px;
  color: #004aa0;
  text-align: left;
  font-size: 13px;
}
@media screen and (min-width: 901px) {
  .m-login__form-field-cap {
    font-size: 19.5px;
  }
}
@media not all and (max-width: 900px) {
  .m-login__form-field-cap {
    margin-bottom: 13.5px;
  }
}
.m-login__form-field-input {
  display: block;
  width: 100%;
  padding: 11px;
  border: 1px solid rgba(85, 85, 85, 0.5);
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 16px;
}
@media not all and (max-width: 900px) {
  .m-login__form-field-input {
    padding: 16.5px;
  }
}
.m-login__form-field-error {
  display: block;
  margin-top: 3px;
  font-size: 10px;
  color: #e84383;
  text-align: left;
}
@media not all and (max-width: 900px) {
  .m-login__form-field-error {
    margin-top: 5px;
    font-size: 13px;
  }
}
.m-login__form-btn {
  position: relative;
  width: 82%;
  margin: 0 auto;
  margin-top: 28px;
}
@media not all and (max-width: 900px) {
  .m-login__form-btn {
    margin-top: 42px;
  }
}
.m-login__form-privacy {
  position: relative;
  margin-top: 7%;
  font-size: 12px;
}
@media screen and (min-width: 901px) {
  .m-login__form-privacy {
    font-size: 18px;
  }
}
.m-login__form-privacy a {
  vertical-align: baseline;
  color: #e84383;
  text-decoration: underline;
}
@media (hover: hover) {
  .m-login__form-privacy a:hover {
    text-decoration: none;
  }
}
.m-login__caution {
  position: relative;
  margin-top: 18%;
}
.m-login__caution-list {
  position: relative;
  margin-top: 7.5%;
}
.m-login__caution-list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 11px;
  line-height: 1.65;
  text-align: left;
  font-size: 11px;
}
@media screen and (min-width: 901px) {
  .m-login__caution-list li {
    font-size: 16.5px;
  }
}
.m-login__caution-list li + li {
  margin-top: 1.2%;
}
.m-login__spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  pointer-events: none;
}
.is-loading .m-login__spinner {
  opacity: 1;
  pointer-events: auto;
}
.m-login__spinner-inner {
  width: 50px;
  height: 50px;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, transparent 20px, #004aa0 0px);
  mask-image: radial-gradient(circle at 50% 50%, transparent 20px, #004aa0 0px);
  background-image: conic-gradient(transparent, transparent 135deg, #004aa0);
  border-radius: 50%;
  animation: circle_rotate 1s linear infinite;
}
@media not all and (max-width: 900px) {
  .m-login__spinner-inner {
    width: 60px;
    height: 60px;
    -webkit-mask-image: radial-gradient(circle at 50% 50%, transparent 25px, #004aa0 0px);
    mask-image: radial-gradient(circle at 50% 50%, transparent 25px, #004aa0 0px);
  }
}

@media not all and (max-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
html {
  touch-action: manipulation;
}

body,
button,
input,
select,
textarea,
datalist {
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: normal;
  color: #555;
}
@media not all and (max-width: 900px) {
  body,
  button,
  input,
  select,
  textarea,
  datalist {
    font-size: 16px;
  }
}

body {
  position: relative;
}

h2 {
  font-weight: 400;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

* {
  -webkit-tap-highlight-color: transparent;
}

main {
  display: block;
}

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

svg {
  fill-rule: evenodd;
  width: 100%;
  height: 100%;
}

[data-modal] {
  cursor: pointer;
}

[tabindex] {
  cursor: pointer;
}
[tabindex].focus-visible {
  outline: 1px solid;
}

.js-focus-visible :focus:not(:focus-visible) {
  outline: 0;
}

.visually-hidden {
  font-size: 0;
  opacity: 0;
}

.c-btn {
  position: relative;
}
.c-btn.--disable {
  opacity: 0.4;
  pointer-events: none;
}
.c-btn__inner {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  padding: 17px 0;
  background: linear-gradient(to right, #0096df, #004aa0);
  color: #fff;
  text-align: center;
  border-radius: 99px;
  box-shadow: 0 0 10px rgba(0, 74, 160, 0.5);
  font-size: 13px;
  cursor: pointer;
}
@media screen and (min-width: 901px) {
  .c-btn__inner {
    font-size: 19.5px;
  }
}
@media not all and (max-width: 900px) {
  .c-btn__inner {
    padding: 25.5px 0;
  }
}
.--secondary .c-btn__inner {
  background: #fff;
  color: #555;
  box-shadow: 0 0 10px rgba(0, 74, 160, 0.1);
}
@media (hover: hover) {
  .--secondary .c-btn__inner:hover {
    color: #004aa0;
  }
}
@media (hover: hover) {
  .c-btn__inner {
    transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), color 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-btn__inner:hover {
    opacity: 0.8;
  }
}
.c-btn__txt {
  display: block;
  letter-spacing: 0.04rem;
}

.u-color-blue {
  color: #004aa0;
}

.l-wrapper {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .l-wrapper {
  opacity: 1;
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/bg_ptn_pc.jpg) top left repeat;
  background-size: 30px auto;
}

.l-contents {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
  background: url(../img/bg_repeat.jpg) top center repeat-y;
  background-size: 100% auto;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media not all and (max-width: 900px) {
  .l-contents::before, .l-contents::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    left: -30px;
    width: 30px;
    height: 100%;
    background: url(../img/deco_pc.jpg) top center repeat-y;
    background-size: 100% auto;
  }
  .l-contents::before {
    transform: scale(-1, -1);
  }
  .l-contents::after {
    left: auto;
    right: -30px;
  }
}

.l-main {
  position: relative;
  padding-bottom: 28%;
}

.l-footer {
  position: relative;
  padding-top: 14.4%;
  padding-bottom: 11%;
  border-top: 1px solid rgba(0, 74, 160, 0.2);
}
.l-footer__bnr {
  position: relative;
  width: 45.4%;
  margin: 0 auto 11%;
}
.l-footer__bnr-link {
  display: block;
}
@media (hover: hover) {
  .l-footer__bnr-link {
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__bnr-link:hover {
    opacity: 0.7;
    transform: scale(0.98);
  }
}
.l-footer__links {
  display: flex;
  justify-content: center;
  margin-bottom: 7.2%;
}
.l-footer__links-item {
  position: relative;
}
.l-footer__links-item + .l-footer__links-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 12px;
  background: #555;
  transform: translateY(-45%);
}
@media not all and (max-width: 900px) {
  .l-footer__links-item + .l-footer__links-item::before {
    height: 18px;
  }
}
.l-footer__links-inner {
  display: block;
  padding: 0 10px;
  font-family: "Literata", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 300;
  font-size: 12.5px;
}
@media screen and (min-width: 901px) {
  .l-footer__links-inner {
    font-size: 18.75px;
  }
}
@media not all and (max-width: 900px) {
  .l-footer__links-inner {
    padding: 0 15px;
  }
}
@media (hover: hover) {
  .l-footer__links-inner {
    transition: color 0.7s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__links-inner:hover {
    color: #004aa0;
    opacity: 0.7;
  }
}
.l-footer__note {
  margin-bottom: 2%;
  text-align: center;
  font-size: 10px;
}
@media screen and (min-width: 901px) {
  .l-footer__note {
    font-size: 15px;
  }
}
.l-footer__copy {
  text-align: center;
  font-size: 10px;
}
@media screen and (min-width: 901px) {
  .l-footer__copy {
    font-size: 15px;
  }
}

.l-footer_share {
  position: relative;
  margin-bottom: 7.6%;
  display: flex;
  justify-content: center;
}
.l-footer_share__ttl {
  position: relative;
  margin-right: 12px;
  font-family: "Literata", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (min-width: 901px) {
  .l-footer_share__ttl {
    font-size: 21px;
  }
}
@media not all and (max-width: 900px) {
  .l-footer_share__ttl {
    margin-right: 18px;
  }
}
.l-footer_share__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer_share__list-item + .l-footer_share__list-item {
  margin-left: 13px;
}
@media not all and (max-width: 900px) {
  .l-footer_share__list-item + .l-footer_share__list-item {
    margin-left: 19.5px;
  }
}
.l-footer_share__link {
  display: block;
  width: 20px;
  height: 20px;
}
@media not all and (max-width: 900px) {
  .l-footer_share__link {
    width: 30px;
    height: 30px;
  }
}
@media (hover: hover) {
  .l-footer_share__link {
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer_share__link:hover {
    opacity: 0.7;
    transform: scale(0.98);
  }
}
.l-footer_share__list-item:nth-child(2) .l-footer_share__link {
  width: 21px;
}
@media not all and (max-width: 900px) {
  .l-footer_share__list-item:nth-child(2) .l-footer_share__link {
    width: 31.5px;
  }
}
.l-footer_share__list-item:nth-child(3) .l-footer_share__link {
  width: 23px;
}
@media not all and (max-width: 900px) {
  .l-footer_share__list-item:nth-child(3) .l-footer_share__link {
    width: 34.5px;
  }
}

.p-ttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: linear-gradient(to right, #0096df, #004aa0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  display: flex;
}
.p-ttl__item {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(0, 74, 160, 0.5);
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 901px) {
  .p-ttl__item {
    font-size: 27px;
  }
}
@media not all and (max-width: 900px) {
  .p-ttl__item {
    width: 42px;
    height: 42px;
  }
}
.p-ttl__item + .p-ttl__item {
  border-left: none;
}

.p-hero {
  position: relative;
  margin-bottom: 14.5%;
  padding-top: 16.5%;
}
.p-hero__ttl {
  width: 73.6%;
  margin: 0 auto 9.2%;
  transform: scale(1.2);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .p-hero__ttl {
  transform: scale(1);
  opacity: 1;
}
.p-hero__lead {
  line-height: 1.9;
  text-align: center;
  font-size: 14px;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
@media screen and (min-width: 901px) {
  .p-hero__lead {
    font-size: 21px;
  }
}
.is-load .p-hero__lead {
  transform: translateY(0);
  opacity: 1;
}

.p-about {
  position: relative;
  padding-top: 21.4%;
  padding-bottom: 20%;
}
.p-about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-about__bg-inner {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 50%;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 74, 160, 0.1);
  transform: translateX(-50%);
}
@media not all and (max-width: 900px) {
  .p-about__bg-inner {
    box-shadow: 0 0 15px rgba(0, 74, 160, 0.1);
  }
}
.p-about__container {
  position: relative;
  width: 89%;
  margin: 0 auto;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
.is-load .p-about__container {
  transform: translateY(0);
  opacity: 1;
}
.p-about__block {
  position: relative;
}
.p-about__block + .p-about__block {
  margin-top: 17.3%;
}
.p-about__dl {
  position: relative;
  margin-top: 10%;
  border-top: 1px dashed rgba(85, 85, 85, 0.5);
}
.p-about__dl-item {
  display: flex;
  padding: 4.8% 0 5.1%;
  border-bottom: 1px dashed rgba(85, 85, 85, 0.5);
}
.p-about__dl-ttl {
  position: relative;
  flex-shrink: 0;
  min-width: 100px;
  color: #004aa0;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 901px) {
  .p-about__dl-ttl {
    font-size: 21px;
  }
}
@media not all and (max-width: 900px) {
  .p-about__dl-ttl {
    min-width: 150px;
  }
}
.p-about__dl-txt {
  position: relative;
  flex-grow: 1;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (min-width: 901px) {
  .p-about__dl-txt {
    font-size: 19.5px;
  }
}
.p-about__caution {
  position: relative;
  margin-top: 9.1%;
}
.p-about__caution-item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 11px;
  line-height: 1.62;
}
@media screen and (min-width: 901px) {
  .p-about__caution-item {
    font-size: 16.5px;
  }
}
.p-about__caution-item + .p-about__caution-item {
  margin-top: 1.6%;
}

.p-login {
  position: relative;
  width: 73.5%;
  margin: 0 auto;
  margin-top: 16.2%;
}
.p-login__btn + .p-login__btn {
  margin-top: 12px;
}
@media not all and (max-width: 900px) {
  .p-login__btn + .p-login__btn {
    margin-top: 18px;
  }
}

.p-logo {
  position: relative;
  width: 35.5%;
  margin: 0 auto 17.7%;
}

.p-start {
  position: relative;
  padding-top: 9.4%;
}
.p-start__container {
  width: 89.3333333333%;
  margin: 0 auto;
}
.p-start__logo {
  transform: scale(1.2);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .p-start__logo {
  transform: scale(1);
  opacity: 1;
}
.p-start__status {
  position: relative;
  margin-bottom: 11.1%;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 74, 160, 0.1);
  border-radius: 10px;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
@media not all and (max-width: 900px) {
  .p-start__status {
    border-radius: 15px;
  }
}
.is-load .p-start__status {
  transform: translateY(0);
  opacity: 1;
}
.p-start__status-inner {
  padding: 8% 0;
  color: #004aa0;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 901px) {
  .p-start__status-inner {
    font-size: 24px;
  }
}
.p-start__btn {
  width: 82%;
  margin: 0 auto;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
.is-load .p-start__btn {
  transform: translateY(0);
  opacity: 1;
}
.p-start__btn-item + .p-start__btn-item {
  margin-top: 12px;
}
@media not all and (max-width: 900px) {
  .p-start__btn-item + .p-start__btn-item {
    margin-top: 18px;
  }
}
.p-start__btn-note {
  position: relative;
  margin-top: 2%;
  text-align: center;
  color: #e84383;
  font-size: 10px;
}
@media screen and (min-width: 901px) {
  .p-start__btn-note {
    font-size: 15px;
  }
}

.p-start_caution {
  position: relative;
  margin-bottom: 8.7%;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
.is-load .p-start_caution {
  transform: translateY(0);
  opacity: 1;
}
.p-start_caution__ttl {
  margin-bottom: 6.6%;
}
.p-start_caution__lead {
  position: relative;
  text-align: center;
  line-height: 2;
  font-size: 13px;
}
@media screen and (min-width: 901px) {
  .p-start_caution__lead {
    font-size: 19.5px;
  }
}

.p-timer {
  position: absolute;
  top: 32px;
  right: 19px;
  display: flex;
  align-items: center;
}
@media not all and (max-width: 900px) {
  .p-timer {
    top: 48px;
    right: 28.5px;
  }
}
.p-timer__icon {
  position: relative;
  width: 8.5px;
  margin-right: 8px;
}
@media not all and (max-width: 900px) {
  .p-timer__icon {
    width: 12.75px;
    margin-right: 12px;
  }
}
.p-timer__num {
  display: flex;
  color: #004aa0;
  font-family: "Literata", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 12px;
}
@media screen and (min-width: 901px) {
  .p-timer__num {
    font-size: 18px;
  }
}
.p-timer__num-str {
  min-width: 14px;
}
@media not all and (max-width: 900px) {
  .p-timer__num-str {
    min-width: 21px;
  }
}
.p-quiz {
  position: relative;
  padding-top: 31px;
}
@media not all and (max-width: 900px) {
  .p-quiz {
    padding-top: 46.5px;
  }
}
.p-quiz__container {
  position: relative;
  width: 89.3333333333%;
  margin: 0 auto;
}
.p-quiz__header {
  position: relative;
  margin-bottom: 9%;
}
.p-quiz__prog-cap {
  position: relative;
  margin-bottom: 6.7%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Literata", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  color: #004aa0;
  font-size: 13px;
}
@media screen and (min-width: 901px) {
  .p-quiz__prog-cap {
    font-size: 19.5px;
  }
}
.p-quiz__prog-cap span {
  display: block;
}
.p-quiz__prog-cap .p-in-center {
  padding: 0 2px;
}
@media not all and (max-width: 900px) {
  .p-quiz__prog-cap .p-in-center {
    padding: 0 3px;
  }
}
.p-quiz__prog-bar {
  position: relative;
  width: 100%;
  height: 5px;
  background: rgba(85, 85, 85, 0.1);
  border-radius: 10px;
}
@media not all and (max-width: 900px) {
  .p-quiz__prog-bar {
    height: 7.5px;
    border-radius: 15px;
  }
}
.p-quiz__prog-bar span {
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 100%;
  background: #004aa0;
  transform-origin: left center;
  border-radius: 10px;
  border-radius: 15px;
  transition: width 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-quiz__prev {
  position: absolute;
  top: -6px;
  left: 0;
}
@media not all and (max-width: 900px) {
  .p-quiz__prev {
    top: -9px;
  }
}
.p-quiz__prev-inner {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  padding: 8px 10px 8px 23px;
  background: rgba(0, 74, 160, 0.1);
  color: #004aa0;
  border-radius: 50px;
  font-size: 11px;
  cursor: pointer;
}
@media screen and (min-width: 901px) {
  .p-quiz__prev-inner {
    font-size: 16.5px;
  }
}
@media not all and (max-width: 900px) {
  .p-quiz__prev-inner {
    padding: 12px 15px 12px 34.5px;
  }
}
@media (hover: hover) {
  .p-quiz__prev-inner {
    transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-quiz__prev-inner:hover {
    opacity: 0.7;
  }
}
.p-quiz__prev-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 5px;
  height: 100%;
  background: url(../img/arrow.svg) center center no-repeat;
  background-size: contain;
  transform: scaleX(-1);
}
@media not all and (max-width: 900px) {
  .p-quiz__prev-inner::before {
    left: 15px;
    width: 7.5px;
  }
}
.p-quiz__inner {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-quiz__inner.is-show {
  opacity: 1;
}
.p-quiz__q {
  position: relative;
  padding-top: 6.5%;
  padding-bottom: 6%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 74, 160, 0.1);
}
@media not all and (max-width: 900px) {
  .p-quiz__q {
    border-radius: 15px;
  }
}
.p-quiz__q-container {
  position: relative;
  width: 88%;
  margin: 0 auto;
}
.p-quiz__q-cap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4.7%;
  text-align: center;
  font-family: "Literata", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  background: linear-gradient(to right, #0096df, #004aa0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 23px;
}
@media screen and (min-width: 901px) {
  .p-quiz__q-cap {
    font-size: 34.5px;
  }
}
.p-quiz__q-ttl {
  position: relative;
  text-align: center;
  font-weight: 700;
  color: #004aa0;
  line-height: 1.5;
  font-size: 15px;
}
@media screen and (min-width: 901px) {
  .p-quiz__q-ttl {
    font-size: 22.5px;
  }
}
.p-quiz__q-img {
  position: relative;
  margin-top: 5.6%;
}
.p-quiz__a {
  position: relative;
  margin-top: 5.6%;
}
.p-quiz__a input[type=radio] {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  margin-right: 8px;
  border: 2px solid rgba(85, 85, 85, 0.5);
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  min-height: 0;
  flex-shrink: 0;
  transition: border-color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
@media not all and (max-width: 900px) {
  .p-quiz__a input[type=radio] {
    width: 30px;
    height: 30px;
    margin-right: 12px;
    border-width: 3px;
  }
}
.p-quiz__a input[type=radio]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #0096df;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
@media not all and (max-width: 900px) {
  .p-quiz__a input[type=radio]::after {
    width: 18px;
    height: 18px;
  }
}
.p-quiz__a input[type=radio]:checked {
  border-color: #0096df;
}
.p-quiz__a input[type=radio]:checked::after {
  opacity: 1;
}
.p-quiz__a input[type=text] {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(85, 85, 85, 0.5);
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 901px) {
  .p-quiz__a input[type=text] {
    font-size: 24px;
  }
}
.p-quiz__a-list-item {
  background: #fff;
  border-radius: 10px;
}
@media not all and (max-width: 900px) {
  .p-quiz__a-list-item {
    border-radius: 15px;
  }
}
.p-quiz__a-list-item + .p-quiz__a-list-item {
  margin-top: 10px;
}
@media not all and (max-width: 900px) {
  .p-quiz__a-list-item + .p-quiz__a-list-item {
    margin-top: 15px;
  }
}
.p-quiz__a-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 5.4% 4.4%;
}
.p-quiz__a-list-item .p-in-txt {
  position: relative;
  display: block;
  flex-grow: 1;
  font-size: 13px;
}
@media screen and (min-width: 901px) {
  .p-quiz__a-list-item .p-in-txt {
    font-size: 19.5px;
  }
}
.p-quiz__a-input {
  position: relative;
  padding: 7.4% 6% 9%;
  background: #fff;
  border-radius: 10px;
}
@media not all and (max-width: 900px) {
  .p-quiz__a-input {
    border-radius: 15px;
  }
}
.p-quiz__a-input .p-in-txt {
  position: relative;
  margin-bottom: 4.4%;
  text-align: center;
  font-size: 13px;
}
@media screen and (min-width: 901px) {
  .p-quiz__a-input .p-in-txt {
    font-size: 19.5px;
  }
}
.p-quiz__btn {
  position: relative;
  width: 82%;
  margin: 0 auto;
  margin-top: 11%;
}
.p-quiz__btn-next + .p-quiz__btn-next {
  margin-top: 15px;
}
@media not all and (max-width: 900px) {
  .p-quiz__btn-next + .p-quiz__btn-next {
    margin-top: 22.5px;
  }
}
.p-quiz__btn-confirm {
  position: relative;
  margin-top: 15px;
}
@media not all and (max-width: 900px) {
  .p-quiz__btn-confirm {
    margin-top: 22.5px;
  }
}

.p-confirm {
  position: relative;
  padding-top: 9.4%;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
}
.p-confirm.is-show {
  opacity: 1;
}
.p-confirm__container {
  position: relative;
  width: 89.3333333333%;
  margin: 0 auto;
}
.p-confirm__logo {
  transform: scale(1.2);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, opacity 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
}
.is-show .p-confirm__logo {
  transform: scale(1);
  opacity: 1;
}
.p-confirm__ttl {
  margin-bottom: 8.7%;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.6s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
}
.is-show .p-confirm__ttl {
  transform: translateY(0);
  opacity: 1;
}
.p-confirm__list {
  position: relative;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.7s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.7s;
}
.is-show .p-confirm__list {
  transform: translateY(0);
  opacity: 1;
}
.p-confirm__list-item {
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 74, 160, 0.1);
  border-radius: 10px;
  cursor: pointer;
}
@media not all and (max-width: 900px) {
  .p-confirm__list-item {
    box-shadow: 0 0 15px rgba(0, 74, 160, 0.1);
  }
}
@media (hover: hover) {
  .p-confirm__list-item {
    transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-confirm__list-item:hover {
    opacity: 0.7;
  }
}
.p-confirm__list.is-disable .p-confirm__list-item {
  pointer-events: none;
}
.p-confirm__list-item + .p-confirm__list-item {
  margin-top: 10px;
}
.p-confirm__btn {
  position: relative;
  width: 82%;
  margin: 0 auto;
  margin-top: 11%;
}
.p-confirm__btn-back {
  position: relative;
  margin-top: 15px;
}
@media not all and (max-width: 900px) {
  .p-confirm__btn-back {
    margin-top: 22.5px;
  }
}

.p-confirm_data {
  position: relative;
  width: 88%;
  margin: 0 auto;
  padding: 26px 0;
}
.p-confirm_data__header {
  display: flex;
  font-weight: 700;
}
.p-confirm_data__cap {
  position: relative;
  flex-shrink: 0;
  min-width: 44px;
  line-height: 1.5;
  font-weight: 700;
}
@media not all and (max-width: 900px) {
  .p-confirm_data__cap {
    min-width: 66px;
  }
}
.p-confirm_data__cap span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(to right, #0096df, #004aa0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 15px;
}
@media screen and (min-width: 901px) {
  .p-confirm_data__cap span {
    font-size: 22.5px;
  }
}
.p-confirm_data__txt {
  position: relative;
  flex-grow: 1;
  line-height: 1.8;
  font-size: 13px;
}
@media screen and (min-width: 901px) {
  .p-confirm_data__txt {
    font-size: 19.5px;
  }
}
.p-confirm_data__txt.--blank {
  color: #e84383;
}
.p-confirm_data__inner {
  position: relative;
  display: flex;
  margin-top: 3.5%;
}

.p-result {
  position: relative;
  padding-top: 9.4%;
  opacity: 0;
  transition: opacity 1.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-result.is-show {
  opacity: 1;
}
.p-result__logo {
  width: 32%;
  margin-bottom: 15.7%;
  transform: scale(1.2);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-show .p-result__logo {
  transform: scale(1);
  opacity: 1;
}
.p-result__ttl {
  margin-bottom: 6.6%;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
}
.is-show .p-result__ttl {
  transform: translateY(0);
  opacity: 1;
}
.p-result__lead {
  position: relative;
  margin-bottom: 4%;
  text-align: center;
  line-height: 1.65;
  letter-spacing: 0.05rem;
  font-size: 14px;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
@media screen and (min-width: 901px) {
  .p-result__lead {
    font-size: 21px;
  }
}
.p-result__lead .p-in-result {
  font-size: 21px;
  vertical-align: baseline;
}
@media screen and (min-width: 901px) {
  .p-result__lead .p-in-result {
    font-size: 31.5px;
  }
}
.is-show .p-result__lead {
  transform: translateY(0);
  opacity: 1;
}
.p-result__catch {
  width: 68%;
  margin: 0 auto 9.5%;
  transform: scale(1.2);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
.is-show .p-result__catch {
  transform: scale(1);
  opacity: 1;
}
.p-result__txt {
  position: relative;
  margin-bottom: 9.6%;
  text-align: center;
  line-height: 1.95;
  font-size: 13px;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
@media screen and (min-width: 901px) {
  .p-result__txt {
    font-size: 19.5px;
  }
}
.is-show .p-result__txt {
  transform: translateY(0);
  opacity: 1;
}
.p-result__dl {
  position: relative;
  padding-top: 16%;
  padding-bottom: 20%;
}
.p-result__dl-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-result__dl-bg-inner {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 50%;
  width: 100%;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 74, 160, 0.1);
  transform: translateX(-50%);
}
.p-result__dl-container {
  position: relative;
  width: 89.3333333333%;
  margin: 0 auto;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
}
.is-show .p-result__dl-container {
  transform: translateY(0);
  opacity: 1;
}
.p-result__dl-txt {
  position: relative;
  margin-bottom: 5.5%;
  text-align: center;
  line-height: 1.75;
  font-size: 15px;
}
@media screen and (min-width: 901px) {
  .p-result__dl-txt {
    font-size: 22.5px;
  }
}
.p-result__dl-img {
  position: relative;
  width: 59.5%;
  margin: 0 auto 5.5%;
}
.p-result__dl-btn {
  position: relative;
  width: 57.5%;
  margin: 0 auto;
}
.p-result__btn {
  position: relative;
  width: 73.5%;
  margin: 0 auto;
  margin-top: 15%;
}
.p-result__btn-back {
  position: relative;
  margin-top: 15px;
}
@media not all and (max-width: 900px) {
  .p-result__btn-back {
    margin-top: 22.5px;
  }
}

.m-status {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: var(--win-h);
  background: #fff;
  overflow-y: auto;
}
@media not all and (max-width: 900px) {
  .m-status {
    left: 50%;
    max-width: 560px;
    transform: translateX(-50%);
  }
}
.m-status__container {
  position: relative;
  width: 89.5%;
  margin: 0 auto;
  padding-top: 21%;
  padding-bottom: 21%;
}
.m-status__ttl {
  position: relative;
  margin-bottom: 8.3%;
}
.m-status__guide {
  position: relative;
  margin-bottom: 4.4%;
  display: flex;
  justify-content: flex-end;
}
.m-status__guide-item {
  display: flex;
  align-items: center;
}
.m-status__guide-item + .m-status__guide-item {
  margin-left: 10px;
}
@media not all and (max-width: 900px) {
  .m-status__guide-item + .m-status__guide-item {
    margin-left: 15px;
  }
}
.m-status__guide-item .p-in-icon {
  width: 12px;
  margin-right: 4px;
}
@media not all and (max-width: 900px) {
  .m-status__guide-item .p-in-icon {
    width: 18px;
    margin-right: 6px;
  }
}
.m-status__guide-item .p-in-txt {
  font-size: 11px;
}
@media screen and (min-width: 901px) {
  .m-status__guide-item .p-in-txt {
    font-size: 16.5px;
  }
}
.m-status__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
@media not all and (max-width: 900px) {
  .m-status__list {
    gap: 7.5px;
  }
}
.m-status__list-item {
  border: 1px solid rgba(85, 85, 85, 0.5);
  border-radius: 5px;
}
@media not all and (max-width: 900px) {
  .m-status__list-item {
    border-radius: 7.5px;
  }
}
.m-status__btn {
  position: relative;
  display: block;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  padding: 9px 11px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media not all and (max-width: 900px) {
  .m-status__btn {
    padding: 13.5px 16.5px;
  }
}
@media (hover: hover) {
  .m-status__btn {
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .m-status__btn:hover {
    opacity: 0.7;
  }
}
.m-status__btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 9px;
  width: 5px;
  height: 100%;
  background: url(../img/arrow.svg) center center no-repeat;
  background-size: contain;
}
.m-status__btn-icon {
  display: block;
  width: 16px;
  margin-right: 6px;
}
@media not all and (max-width: 900px) {
  .m-status__btn-icon {
    width: 24px;
    margin-right: 9px;
  }
}
.m-status__btn-txt {
  display: block;
  color: #004aa0;
  font-family: "Literata", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 15px;
}
@media screen and (min-width: 901px) {
  .m-status__btn-txt {
    font-size: 22.5px;
  }
}

.p-timeup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: var(--win-h);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media not all and (max-width: 900px) {
  .p-timeup {
    left: 50%;
    max-width: 560px;
    transform: translateX(-50%);
  }
}
.p-timeup__container {
  position: relative;
  width: 89.5%;
  margin: 0 auto;
}
.p-timeup__ttl {
  position: relative;
  margin-bottom: 6.5%;
}
.p-timeup__lead {
  position: relative;
  margin-bottom: 6.5%;
  text-align: center;
  line-height: 2;
  font-size: 13px;
}
@media screen and (min-width: 901px) {
  .p-timeup__lead {
    font-size: 19.5px;
  }
}
.p-timeup__btn {
  position: relative;
  width: 82%;
  margin: 0 auto;
}

.p-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--win-h);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-spinner.--confirm {
  animation: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
  pointer-events: none;
}
.p-spinner__inner {
  width: 50px;
  height: 50px;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, transparent 20px, #004aa0 0px);
  mask-image: radial-gradient(circle at 50% 50%, transparent 20px, #004aa0 0px);
  background-image: conic-gradient(transparent, transparent 135deg, #004aa0);
  border-radius: 50%;
  animation: circle_rotate 1s linear infinite;
}
@media not all and (max-width: 900px) {
  .p-spinner__inner {
    width: 60px;
    height: 60px;
    -webkit-mask-image: radial-gradient(circle at 50% 50%, transparent 25px, #004aa0 0px);
    mask-image: radial-gradient(circle at 50% 50%, transparent 25px, #004aa0 0px);
  }
}

@keyframes circle_rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes opacity {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
[v-cloak] {
  opacity: 0;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.question-enter-active,
.question-leave-active {
  transition: opacity 0.5s ease;
}

.question-enter-from,
.question-leave-to {
  opacity: 0;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-debug {
  position: fixed;
  top: 0;
  left: 0;
}
.p-debug__btn {
  padding: 5px;
  border: 1px solid #004aa0;
  cursor: pointer;
}