@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --color-blue: #070a7d;
  --color-chara1: #4ac1f0;
  --color-chara2: #8fc31f;
  --color-chara3: #dd4f4e;
  --gradient-bg-1: linear-gradient(180deg, #a78965 0%, #756943 50%, #b9b3a3 100%);
  --gradient-bg-2: linear-gradient(180deg, #a78965 0%, #756943 50%, #b9b3a3 100%);
  --gradient-bg-3: linear-gradient(180deg, #a78965 0%, #756943 50%, #b9b3a3 100%);
  --gradient-bg-4: linear-gradient(180deg, #a78965 0%, #756943 50%, #b9b3a3 100%);
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 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;
}
@media screen and (min-width: 961px) {
  html {
    font-size: min(0.7142857143vw, 12px);
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  html {
    font-size: max(0.8333333333vw, 8.5px);
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.6666666667vw, 18px);
  }
}

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 Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  overflow: hidden;
  -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;
}

pre {
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
}

button {
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", 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 {
  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;
}
.l-wrap__loader {
  height: 3rem;
  width: 3rem;
  display: block;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  pointer-events: none;
  z-index: 20;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader {
    height: 2rem;
    width: 2rem;
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
.is-load .l-wrap__loader {
  opacity: 0;
  transition: opacity 0.5s var(--ease_out);
}
.is-generate-loading .l-wrap__loader {
  opacity: 1;
}
.l-wrap__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 0.2rem solid transparent;
  border-top: 0.2rem solid var(--color-blue);
  animation: rotate 0.7s linear infinite;
  z-index: 20;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader::before {
    border-width: 0.15rem;
  }
}
.l-wrap__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
}
.is-load .l-wrap__bg {
  opacity: 1;
  transition: opacity 1.5s var(--ease_out);
}
.l-wrap__container {
  display: block;
  position: relative;
  opacity: 0;
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 2s var(--ease_inout) 0.4s;
}

.l-main {
  display: block;
  position: relative;
}

.l-footer {
  min-height: 33rem;
  display: block;
  position: relative;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-blue);
  background: var(--color-white);
  padding: 7rem 0;
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 5.2rem 0;
  }
}
.l-footer__container {
  width: 90%;
  max-width: 130rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-footer__brand {
  width: 29.6rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__brand {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__brand {
    width: 19.5rem;
    margin: 0 auto 5.5rem;
    left: 1rem;
  }
}
.l-footer__brand-link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__brand-link {
    transition: opacity 0.4s var(--ease_out);
  }
  .l-footer__brand-link:hover {
    opacity: 0.6;
  }
}
.l-footer__content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__content {
    max-width: 50%;
    margin-left: auto;
  }
}
.l-footer__share {
  display: block;
  position: relative;
}
.l-footer__help {
  display: block;
  position: relative;
  margin-top: 2.8rem;
}
@media screen and (max-width: 960px) {
  .l-footer__help {
    margin-top: 4.2rem;
  }
}
.l-footer__legal {
  display: block;
  position: relative;
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .l-footer__legal {
    margin-top: 2.4rem;
  }
}
.l-footer__legal-text {
  display: block;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .l-footer__legal-text {
    font-size: 1.1rem;
    line-height: 1.7;
    text-align: center;
  }
}
.l-footer__legal-text + .l-footer__legal-text {
  margin-top: 2rem;
}

.l-footer_share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_share {
    justify-content: center;
  }
}
.l-footer_share__cap {
  display: block;
  position: relative;
  margin-right: 4rem;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Outfit", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-blue);
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .l-footer_share__cap {
    margin-right: 4rem;
    font-size: 1.4rem;
    text-align: center;
  }
}
.l-footer_share__list {
  display: flex;
  justify-content: center;
  position: relative;
}
.l-footer_share__list-item {
  display: block;
  position: relative;
}
.l-footer_share__list-item + .l-footer_share__list-item {
  margin-left: 3rem;
}
@media screen and (max-width: 960px) {
  .l-footer_share__list-item + .l-footer_share__list-item {
    margin-left: 3rem;
  }
}
.l-footer_share__link {
  display: block;
  position: relative;
  background: var(--color-white);
  border-radius: 50%;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link {
    transition: opacity 0.4s var(--ease_out);
  }
  .l-footer_share__link:hover {
    opacity: 0.6;
  }
}
.l-footer_share__link-img {
  width: 3.2rem;
  height: 3rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_share__link-img {
    width: 3.4rem;
    height: 3.2rem;
  }
}
.l-footer_share__link-img 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: flex-end;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_help__list {
    justify-content: center;
  }
}
.l-footer_help__list-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer_help__list-item + .l-footer_help__list-item {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer_help__list-item + .l-footer_help__list-item {
    margin-left: 3rem;
  }
}
.l-footer_help__link {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-family: "Outfit", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-blue);
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .l-footer_help__link {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_help__link:hover {
    -webkit-text-decoration: 0.2rem underline;
    text-decoration: 0.2rem underline;
  }
}

.p-bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
[data-date="1"] .p-bg {
  background: var(--gradient-bg-1);
}
[data-date="2"] .p-bg {
  background: var(--gradient-bg-2);
}
[data-date="3"] .p-bg {
  background: var(--gradient-bg-3);
}
[data-date="4"] .p-bg {
  background: var(--gradient-bg-4);
}
[data-date="4"] .p-bg::before {
  content: "";
  width: 100%;
  height: 200%;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  background: url("../img/bg_repeat_star.png") repeat 0 0/140rem auto;
}
.is-load [data-date="4"] .p-bg::before {
  animation: bg_star 1000s linear infinite;
}
@keyframes bg_star {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.p-bg__cover {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/cloud_1.png") repeat-x 0 0/160.2rem auto;
}
.is-load .p-bg__cover {
  animation: bg_cloud_1 300s linear infinite;
}
@keyframes bg_cloud_1 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -160.2rem;
  }
}
[data-date="2"] .p-bg__cover::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/cloud_2.png") repeat-x 0 90%/96.5rem auto;
}
.is-load [data-date="2"] .p-bg__cover::before {
  animation: bg_cloud_2 240s linear infinite;
}
@keyframes bg_cloud_2 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -96.5rem;
  }
}
.p-bg__cover::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/cloud_3.png") repeat-x 0 60%/168.8rem auto;
}
.is-load .p-bg__cover::after {
  animation: bg_cloud_3 200s linear infinite;
}
@keyframes bg_cloud_3 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -168.8rem;
  }
}

.p-top {
  min-height: calc(var(--svh) - 33rem);
  display: block;
  position: relative;
}
.p-top__container {
  display: block;
  position: relative;
  padding: 13rem 0 7.4rem;
}
@media screen and (max-width: 960px) {
  .p-top__container {
    padding: 3.7rem 0 9.2rem;
  }
}
.p-top__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top__header {
    width: 67.5rem;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .p-top__header {
    width: 65rem;
  }
}
@media screen and (max-width: 960px) {
  .p-top__header {
    width: 100%;
    max-width: 45rem;
    display: block;
    position: relative;
    margin: 0 auto 5rem;
  }
}
.p-top__inner {
  display: block;
  position: relative;
}

.p-hero {
  display: block;
  position: relative;
  margin-left: auto;
}
@media screen and (min-width: 961px) {
  .p-hero {
    padding: 6.2rem 0 8rem;
  }
}
.p-hero__title {
  width: 33.8rem;
  display: block;
  position: relative;
  margin: 0 auto 3.2rem;
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    width: 25rem;
    margin-bottom: 9.8rem;
  }
}
.p-hero__main {
  display: block;
  position: relative;
}
.p-hero__kv {
  width: 64rem;
  display: block;
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .p-hero__kv {
    width: 32.5rem;
  }
}
.p-hero__kv-img {
  display: block;
  position: relative;
}
.p-hero__catch {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  position: absolute;
  left: 1.8rem;
  top: -8rem;
  pointer-events: none;
}
@media screen and (min-width: 961px) {
  .p-hero__catch {
    transform: translate(-100%, 0);
  }
}
@media screen and (max-width: 960px) {
  .p-hero__catch {
    left: -5.4rem;
    top: -7.6rem;
  }
}
.p-hero__catch-text {
  width: 11.6rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero__catch-text {
    width: 8.5rem;
  }
}
.p-hero__catch-text + .p-hero__catch-text {
  top: 5rem;
  margin-right: -29%;
}
@media screen and (max-width: 960px) {
  .p-hero__catch-text + .p-hero__catch-text {
    top: 3.5rem;
  }
}
.p-hero__link {
  width: 100%;
  display: block;
  position: relative;
  margin: 6.8rem auto 0;
}
@media screen and (min-width: 961px) {
  .p-hero__link {
    display: flex;
    justify-content: center;
    gap: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__link {
    margin-top: 6.5rem;
    padding-left: 5rem;
  }
}
.p-hero__link-item {
  width: 31rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero__link-item {
    width: 25rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .p-hero__link-item:only-child {
    width: 36rem;
  }
}
.p-hero__btn {
  width: 100%;
  display: block;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 20rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-hero__btn {
    transition: background-color 0.4s var(--ease_out);
  }
  .p-hero__btn:hover {
    background: rgba(7, 10, 125, 0.5);
  }
}
.p-hero__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-white);
  border-radius: 20rem;
}
.p-hero__btn-text {
  width: 100%;
  display: block;
  position: relative;
  padding: 2.4rem 4rem;
  font-size: 1.8rem;
  color: var(--color-white);
  letter-spacing: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-hero__btn-text {
    padding: 1.8rem 3rem;
    letter-spacing: 0.6rem;
    font-size: 1.4rem;
  }
}
.p-hero__btn-text::before {
  content: "";
  width: 1.8rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background: url("../img/arrow.png") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-hero__btn-text::before {
    width: 1.5rem;
  }
}
.--next .p-hero__btn-text::before {
  right: 2rem;
}
@media screen and (max-width: 960px) {
  .--next .p-hero__btn-text::before {
    right: 1.5rem;
  }
}
.--prev .p-hero__btn-text::before {
  left: 2rem;
  transform: scale(-1, 1);
}
@media screen and (max-width: 960px) {
  .--prev .p-hero__btn-text::before {
    left: 1.5rem;
  }
}

.p-tanabata {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-tanabata {
    min-width: 54.5rem;
    max-width: calc(100% - 85.5rem);
    margin-right: auto;
  }
}
@media screen and (max-width: 960px) {
  .p-tanabata {
    width: 42rem;
    left: -1.2rem;
  }
}
.is-load .p-tanabata {
  transform-origin: left bottom;
}
@keyframes tanabata {
  0% {
    transform: skew(0);
  }
  16% {
    transform: skew(0.5deg);
  }
  32% {
    transform: skew(0);
  }
  50% {
    transform: skew(2deg);
  }
  66% {
    transform: skew(0);
  }
  82% {
    transform: skew(1deg);
  }
  100% {
    transform: skew(0);
  }
}
.p-tanabata__base {
  display: block;
  position: relative;
}
.p-tanabata__content {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 960px) {
  .p-tanabata__content {
    width: 93%;
    height: 93%;
  }
}
.p-tanabata__list {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-tanabata__list-item {
  width: 3.7037037037%;
  height: 1px;
  display: block;
  position: absolute;
  transform: translate(-50%, 0);
}
.p-tanabata__list-item:nth-child(1) {
  top: 37%;
  left: 6.4%;
}
.p-tanabata__list-item:nth-child(2) {
  top: 50.5%;
  left: 20.4%;
}
.p-tanabata__list-item:nth-child(3) {
  top: 87.8%;
  left: 27.8%;
}
.p-tanabata__list-item:nth-child(4) {
  top: 22.6%;
  left: 27%;
}
.p-tanabata__list-item:nth-child(5) {
  top: 47%;
  left: 36.5%;
}
.p-tanabata__list-item:nth-child(6) {
  top: 61.7%;
  left: 45%;
}
.p-tanabata__list-item:nth-child(7) {
  top: 38.3%;
  left: 45.6%;
}
.p-tanabata__list-item:nth-child(8) {
  top: 38.5%;
  left: 61.2%;
}
.p-tanabata__list-item:nth-child(9) {
  top: 17.2%;
  left: 59.3%;
}
.p-tanabata__list-item:nth-child(10) {
  top: 18.2%;
  left: 75.6%;
}
.p-tanabata__list-item:nth-child(11) {
  top: 38.2%;
  left: 16.6%;
}
.p-tanabata__list-item:nth-child(12) {
  top: 50%;
  left: 14%;
}
.p-tanabata__list-item:nth-child(13) {
  top: 83%;
  left: 12.5%;
}
.p-tanabata__list-item:nth-child(14) {
  top: 77%;
  left: 18%;
}
.p-tanabata__list-item:nth-child(15) {
  top: 91%;
  left: 20%;
}
.p-tanabata__list-item:nth-child(16) {
  top: 34%;
  left: 25.6%;
}
.p-tanabata__list-item:nth-child(17) {
  top: 45.6%;
  left: 28.5%;
}
.p-tanabata__list-item:nth-child(18) {
  top: 76.6%;
  left: 25%;
}
.p-tanabata__list-item:nth-child(19) {
  top: 69%;
  left: 32%;
}
.p-tanabata__list-item:nth-child(20) {
  top: 87%;
  left: 34%;
}
.p-tanabata__list-item:nth-child(21) {
  top: 12%;
  left: 39%;
}
.p-tanabata__list-item:nth-child(22) {
  top: 27%;
  left: 39%;
}
.p-tanabata__list-item:nth-child(23) {
  top: 63.5%;
  left: 38%;
}
.p-tanabata__list-item:nth-child(24) {
  top: 89%;
  left: 42%;
}
.p-tanabata__list-item:nth-child(25) {
  top: 22%;
  left: 51%;
}
.p-tanabata__list-item:nth-child(26) {
  top: 39%;
  left: 54.5%;
}
.p-tanabata__list-item:nth-child(27) {
  top: 8%;
  left: 68%;
}
.p-tanabata__list-item:nth-child(28) {
  top: 25%;
  left: 66%;
}
.p-tanabata__list-item:nth-child(29) {
  top: 45%;
  left: 66%;
}
.p-tanabata__list-item:nth-child(30) {
  top: 15%;
  left: 86%;
}
.p-tanabata__list-item:nth-child(31) {
  top: 47%;
  left: 8%;
}
.p-tanabata__list-item:nth-child(32) {
  top: 20%;
  left: 21%;
}
.p-tanabata__list-item:nth-child(33) {
  top: 59%;
  left: 27%;
}
.p-tanabata__list-item:nth-child(34) {
  top: 66%;
  left: 51%;
}
.p-tanabata__list-item:nth-child(35) {
  top: 20%;
  left: 94%;
}
.p-tanabata__list-item:nth-child(36) {
  top: 31%;
  left: 73%;
}
.p-tanabata__list-item:nth-child(37) {
  top: 51%;
  left: 58%;
}
.p-tanabata__list-item:nth-child(38) {
  top: 20%;
  left: 44.5%;
}
.p-tanabata__list-item:nth-child(39) {
  top: 28%;
  left: 33%;
}
.p-tanabata__list-item:nth-child(40) {
  top: 64%;
  left: 18%;
}

.p-tanabata_data {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  .p-tanabata_data {
    width: 2rem;
  }
}
.p-tanabata_data__img {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-tanabata_data__img {
    transform: scale3d(1, 1, 1);
    transition: transform 0.2s var(--ease_out);
  }
  .p-tanabata_data:hover .p-tanabata_data__img {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

.p-in {
  display: block;
  position: relative;
}
.p-in__container {
  width: 88%;
  max-width: 1200rem;
  min-height: var(--svh);
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 6rem 0 10.2rem;
}
@media screen and (max-width: 960px) {
  .p-in__container {
    padding: 4rem 0 8.2rem;
  }
}
.p-in__brand {
  width: 33.5rem;
  display: block;
  position: relative;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 960px) {
  .p-in__brand {
    width: 22rem;
    margin-bottom: 3rem;
  }
}
.p-in__inner {
  display: block;
  position: relative;
}

.p-generator {
  width: 100%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-generator__catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto 5.5rem;
  padding: 1rem 3.8rem 1rem 5rem;
  font-size: 3rem;
  letter-spacing: 0.9rem;
  font-weight: 400;
  color: var(--color-white);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-generator__catch {
    margin-bottom: 3.2rem;
    font-size: 1.5rem;
    padding: 1rem 2.2rem 1rem 3rem;
  }
}
.p-generator__catch::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bullet_L.png") no-repeat left center/3.5rem auto, url("../img/bullet_R.png") no-repeat right center/3.5rem auto;
}
@media screen and (max-width: 960px) {
  .p-generator__catch::before {
    background-size: 2.5rem auto;
  }
}
.p-generator__note {
  width: 100%;
  max-width: 83.5rem;
  display: block;
  position: relative;
  margin: 5rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-generator__note {
    margin-top: 4rem;
  }
}
.p-generator__link {
  width: 100%;
  display: block;
  position: relative;
  margin: 5rem auto 0;
}
@media screen and (min-width: 961px) {
  .p-generator__link {
    display: flex;
    justify-content: center;
    gap: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-generator__link {
    margin-top: 3rem;
  }
}
.p-generator__link-item {
  width: 31rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-generator__link-item {
    width: 25rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .p-generator__link-item:only-child {
    width: 36rem;
  }
}
.p-generator__btn {
  width: 100%;
  display: block;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 20rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-generator__btn {
    transition: background-color 0.4s var(--ease_out);
  }
  .p-generator__btn:hover {
    background: rgba(7, 10, 125, 0.5);
  }
}
.p-generator__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-white);
  border-radius: 20rem;
}
.p-generator__btn-text {
  width: 100%;
  display: block;
  position: relative;
  padding: 2.4rem 4rem;
  font-size: 1.8rem;
  color: var(--color-white);
  letter-spacing: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-generator__btn-text {
    padding: 1.7rem 3rem;
    font-size: 1.3rem;
    letter-spacing: 0.6rem;
  }
}
.p-generator__btn-text::before {
  content: "";
  width: 1.8rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background: url("../img/arrow.png") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-generator__btn-text::before {
    width: 1.2rem;
  }
}
.--next .p-generator__btn-text::before {
  right: 2rem;
}
@media screen and (max-width: 960px) {
  .--next .p-generator__btn-text::before {
    right: 1.5rem;
  }
}
.--prev .p-generator__btn-text::before {
  left: 2rem;
  transform: scale(-1, 1);
}
@media screen and (max-width: 960px) {
  .--prev .p-generator__btn-text::before {
    left: 1.5rem;
  }
}

.p-generator_note {
  width: 100%;
  display: block;
  position: relative;
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  padding: 4rem 4.5rem;
}
@media screen and (max-width: 960px) {
  .p-generator_note {
    padding: 4rem 3rem 2.5rem;
  }
}
.p-generator_note::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-white);
  border-radius: 1rem;
}
.p-generator_note__cap {
  display: block;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  text-align: center;
}
.p-generator_note__cap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-white);
}
.p-generator_note__text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 960px) {
  .p-generator_note__text {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}

.p-form {
  display: block;
  position: relative;
}
.p-form__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-form__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
.p-form__radio {
  display: block;
  position: relative;
  background: var(--color-white);
  overflow: hidden;
  border-radius: 0.7rem;
}
@media screen and (max-width: 960px) {
  .p-form__radio {
    border-radius: 0.4rem;
  }
}
.p-form__radio-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-form__radio-img {
  display: block;
  position: relative;
  cursor: pointer;
}
.p-form__radio-img img {
  transition: opacity 0.4s var(--ease_out);
}
.p-form__radio-content:checked + .p-form__radio-img img {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  .p-form__radio-img:hover img {
    opacity: 0.5;
  }
}
.p-form__radio-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.25rem solid var(--color-blue);
  opacity: 0;
  z-index: 1;
  border-radius: 0.7rem;
  transition: opacity 0.4s var(--ease_out);
}
.p-form__radio-content:checked + .p-form__radio-img::before {
  opacity: 0.8;
}

.p-form__radio-img::after {
  content: "";
  width: 4rem;
  height: 4rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/check.svg") no-repeat center/2.5rem auto;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.4s var(--ease_out);
  border: 0.25rem solid var(--color-blue);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .p-form__radio-img::after {
    width: 3rem;
    height: 3rem;
    background-size: 2rem auto;
  }
}
.p-form__radio-content:checked + .p-form__radio-img::after {
  opacity: 1;
}

.p-form__field {
  width: 100%;
  max-width: 55rem;
  display: block;
  position: relative;
  margin: 5rem auto 0;
}
@media screen and (min-width: 961px) {
  .p-form__field {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .p-form__field {
    margin-top: 4rem;
  }
}
.p-form__field + .p-form__field {
  margin-top: 2.6rem;
}
.p-form__field-cap {
  display: block;
  position: relative;
  margin-right: 2.5rem;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-form__field-cap {
    margin: 0 auto 0.4rem;
  }
}
.p-form__field-content {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
}
.p-form__field-content input[type=text],
.p-form__field-content textarea {
  width: 100%;
  display: block;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1rem 3rem;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  background: var(--color-white);
  border: none;
  border-radius: 1rem;
}
@media screen and (max-width: 960px) {
  .p-form__field-content input[type=text],
  .p-form__field-content textarea {
    padding: 1rem;
    border-radius: 0.5rem;
  }
}
.p-form__field-content input[type=text]::-moz-placeholder, .p-form__field-content textarea::-moz-placeholder {
  color: #ddd;
}
.p-form__field-content input[type=text]::placeholder,
.p-form__field-content textarea::placeholder {
  color: #ddd;
}
.p-form__field-content textarea {
  padding: 2.6rem 3rem;
}
@media screen and (max-width: 960px) {
  .p-form__field-content textarea {
    padding: 1.6rem 3rem;
  }
}
.p-form__field-limit {
  display: block;
  position: relative;
  margin-top: 0.4rem;
  font-size: 1.2rem;
  color: var(--color-white);
  text-align: right;
  letter-spacing: 0;
}
.p-form__generate {
  width: 100%;
  max-width: 19rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-form__generate {
    width: 15rem;
  }
}
.p-form__generate::before {
  content: "";
  width: 100%;
  padding-top: 289.4736842105%;
  display: block;
  position: relative;
  background: var(--color-white);
  border-radius: 0.7rem;
}
@media screen and (max-width: 960px) {
  .p-form__generate::before {
    border-radius: 0.4rem;
  }
}
.p-form__generate-img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.5s var(--ease_out);
}
.is-img-loading .p-form__generate-img {
  opacity: 0;
}
.p-form__generate-loader {
  height: 3rem;
  width: 3rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-form__generate-loader {
    height: 2rem;
    width: 2rem;
  }
}
.is-img-loading .p-form__generate-loader {
  opacity: 1;
}
.p-form__generate-loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 0.2rem solid transparent;
  border-top: 0.2rem solid var(--color-blue);
  animation: rotate 0.7s linear infinite;
  z-index: 20;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-form__generate-loader::before {
    border-width: 0.15rem;
  }
}
.p-form__note {
  display: block;
  position: relative;
  margin: 4.5rem 0 6.4rem;
  font-size: 1.4rem;
  text-align: center;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-form__note {
    margin: 3.5rem 0 4.7rem;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.p-form__link {
  width: 100%;
  display: block;
  position: relative;
  margin: 5rem auto 0;
}
@media screen and (min-width: 961px) {
  .p-form__link {
    display: flex;
    justify-content: center;
    gap: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-form__link {
    margin-top: 3rem;
  }
}
.p-form__link-item {
  width: 31rem;
  display: block;
  position: relative;
  transition: opacity 0.4s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-form__link-item {
    width: 25rem;
    margin: 0 auto;
  }
  .p-form__link-item + .p-form__link-item {
    margin-top: 2rem;
  }
}
.is-generate-loading .p-form__link-item:nth-child(2) {
  opacity: 0.3;
  pointer-events: none;
}
@media screen and (min-width: 961px) {
  .p-form__link-item:only-child {
    width: 36rem;
  }
}
.p-form__btn {
  width: 100%;
  display: block;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 20rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-form__btn {
    transition: background-color 0.4s var(--ease_out);
  }
  .p-form__btn:hover {
    background: rgba(7, 10, 125, 0.5);
  }
}
.p-form__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-white);
  border-radius: 20rem;
}
.p-form__btn-text {
  width: 100%;
  display: block;
  position: relative;
  padding: 2.4rem 4rem;
  font-size: 1.8rem;
  color: var(--color-white);
  letter-spacing: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-form__btn-text {
    padding: 1.7rem 3rem;
    font-size: 1.3rem;
    letter-spacing: 0.6rem;
  }
}
.p-form__btn-text::before {
  content: "";
  width: 1.8rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background: url("../img/arrow.png") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-form__btn-text::before {
    width: 1.2rem;
  }
}
.--next .p-form__btn-text::before {
  right: 2rem;
}
@media screen and (max-width: 960px) {
  .--next .p-form__btn-text::before {
    right: 1.5rem;
  }
}
.--prev .p-form__btn-text::before {
  left: 2rem;
  transform: scale(-1, 1);
}
@media screen and (max-width: 960px) {
  .--prev .p-form__btn-text::before {
    left: 1.5rem;
  }
}

.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 {
  opacity: 0;
  transform: scale(0.2);
  transform-origin: 50% 20%;
}
.u-lazy.is-lazy-loaded {
  opacity: 1;
  transform: scale(1);
  min-height: auto;
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

[data-modal] {
  cursor: pointer;
}

template {
  display: none;
}

.m-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  width: 100vw;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.is-modal-show .m-modal {
  opacity: 1;
}
.m-modal.is-open {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.m-modal.is-load-start {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.m-modal.is-close {
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
}
.m-modal__container {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 8% 0;
  z-index: 0;
}
.m-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: -1;
}
.m-modal__content {
  width: 100%;
  display: block;
  position: relative;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .m-modal__content {
    width: 90%;
  }
}
[data-modal-type=img] .m-modal__content {
  width: 24rem;
  min-width: 200px;
  max-width: 30vh;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  [data-modal-type=img] .m-modal__content {
    width: 18rem;
    min-width: 120px;
  }
}
.is-modal-show .m-modal__content {
  opacity: 1;
}
.is-modal-overflow-prep .m-modal__content {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  margin: 6rem auto;
}
@media screen and (max-width: 960px) {
  .is-modal-overflow-prep .m-modal__content {
    margin-top: 8rem;
  }
}
.m-modal__content > * {
  width: 100%;
  height: auto;
}
.m-modal__content > * img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 auto;
}
.m-modal__content-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .m-modal__content-btn {
    position: relative;
    top: auto;
    right: auto;
    width: 84%;
    height: auto;
    margin: 2rem auto 0;
  }
}
.m-modal__close {
  width: 5rem;
  height: 5rem;
  display: block;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%, 100%);
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  border: 0.1rem solid var(--color-white);
}
@media screen and (max-width: 960px) {
  .m-modal__close {
    width: 3.2rem;
    height: 3.2rem;
    bottom: -1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .m-modal__close {
    transition: background-color 0.4s var(--ease_out);
  }
  .m-modal__close:hover {
    background: rgba(7, 10, 125, 0.5);
  }
}
.m-modal__close::before {
  content: "";
  width: 50%;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-bottom: 0.1rem solid var(--color-white);
  z-index: 1;
}
.m-modal__close::after {
  content: "";
  width: 50%;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-bottom: 0.1rem solid var(--color-white);
  z-index: 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;
  }
}