@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-black);
  --color-black: #414141;
  --color-white: #fff;
  --color-disable: #bab9b9;
  --color-gray-base: #f0f0f0;
  --color-gray-dark: #414141;
  --color-line-dark: rgba(255, 255, 255, 0.2);
  --color-line-light: rgba(65, 65, 65, 0.2);
  --color-copy: rgba(255, 255, 255, 0.7);
  --color-pink: #f7455d;
  --color-violet: #6f58cd;
  --shadow-slide: 0 1.5rem 1.5rem 0 rgba(0, 0, 0, 0.15);
  --shadow-btn: 0 .5rem 1rem 0 rgba(0, 0, 0, 0.3);
  --shadow-content: 0 0 9rem 0 rgba(0, 0, 0, 0.15);
  --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: min(2.6666666667vw, 100%);
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  color: var(--color-text);
  background: var(--color-bg);
  overflow: hidden;
  font-family: "IBM Plex Sans JP", -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: "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05rem;
  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;
}
.l-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/bg_pc.jpg") repeat 0 0/400px auto;
}
.l-wrap__loader {
  height: 3rem;
  width: 3rem;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 20;
}
.is-load .l-wrap__loader {
  opacity: 0;
  transition: opacity 0.5s var(--ease_out) 1s;
}
.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-white);
  animation: rotate 0.7s linear infinite;
  z-index: 20;
  pointer-events: none;
}
.l-wrap__container {
  width: 100%;
  max-width: 600px;
  display: block;
  position: relative;
  margin: 0 auto;
  background: var(--color-pink);
  box-shadow: var(--shadow-content);
}
.l-wrap__container::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_hdr.jpg") no-repeat center top/100% auto;
}
.l-wrap__container::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-pink);
  pointer-events: none;
  z-index: 10;
  opacity: 1;
}
.is-load .l-wrap__container::after {
  opacity: 0;
  transition: opacity 0.8s var(--ease_inout);
}

.l-main {
  width: 100%;
  min-height: var(--svh);
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}

.l-header {
  display: block;
  position: relative;
}
.l-header__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 3rem 0;
}
.l-header__content {
  display: block;
  position: relative;
}
.l-header__title {
  width: 90%;
  max-width: 19.4rem;
  display: block;
  position: relative;
  margin: 0 auto;
}

.l-footer {
  display: block;
  position: relative;
  color: var(--color-white);
  background-color: var(--color-pink);
  z-index: 0;
}
.l-footer__container {
  display: block;
  position: relative;
  padding: 6.9rem 0 0;
}
.l-footer__content {
  width: calc(100% - 3rem);
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-footer__sns {
  display: block;
  position: relative;
}
.l-footer__support {
  display: block;
  position: relative;
  margin-top: 5rem;
}
.l-footer__help {
  display: block;
  position: relative;
  margin-top: 5rem;
}
.l-footer__legal {
  display: block;
  position: relative;
  margin-top: 2.2rem;
  font-size: 0.8rem;
  line-height: 2;
  text-align: center;
}
.l-footer__copy {
  display: block;
  position: relative;
  margin-top: 0.8rem;
  font-size: 0.8rem;
  line-height: 2;
  text-align: center;
}
.l-footer__pagetop {
  width: 15rem;
  display: block;
  position: relative;
  margin: 5.4rem auto 0;
  overflow: hidden;
}
.l-footer__pagetop::before {
  content: "";
  width: 100%;
  height: 200%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid var(--color-white);
  border-radius: 50%;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__pagetop::before {
    transition: opacity 0.5s var(--ease_out);
  }
  .l-footer__pagetop:hover::before {
    opacity: 1;
  }
}
.l-footer__pagetop::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/btn_pagetop_arrow.png") no-repeat center/contain;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__pagetop::after {
    transition: transform 0.5s var(--ease_out);
  }
  .l-footer__pagetop:hover::after {
    transform: translateY(-0.5rem);
  }
}

.l-footer_sns {
  display: block;
  position: relative;
}
.l-footer_sns__cap {
  display: block;
  position: relative;
  margin-bottom: 1.4rem;
  font-size: 1.5rem;
  font-family: "Jost", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  text-align: center;
}
.l-footer_sns__list {
  display: block;
  position: relative;
}
.l-footer_sns__list-item {
  display: block;
  position: relative;
}
.l-footer_sns__list-item + .l-footer_sns__list-item {
  margin-top: 1rem;
}
.l-footer_sns__link {
  width: 28.4rem;
  min-height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  color: var(--color-white);
  background-color: var(--color-gray-dark);
  border-radius: 20rem;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_sns__link {
    transition: color 0.3s var(--ease_out), background-color 0.3s var(--ease_out), box-shadow 0.3s var(--ease_out);
  }
  .l-footer_sns__link:hover {
    color: var(--color-gray-dark);
    background-color: var(--color-white);
    box-shadow: var(--shadow-btn);
  }
}
.l-footer_sns__link-icon {
  width: 1.2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 2.3rem;
  transform: translate(0, -50%);
  fill: currentColor;
}
.l-footer_sns__link-text {
  display: block;
  position: relative;
  top: 0.15em;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}

.l-footer_support {
  display: block;
  position: relative;
}
.l-footer_support__cap {
  display: block;
  position: relative;
  margin-bottom: 1.4rem;
  font-size: 1.4rem;
  text-align: center;
}
.l-footer_support__list {
  display: block;
  position: relative;
}
.l-footer_support__list-item {
  display: block;
  position: relative;
}
.l-footer_support__list-item + .l-footer_support__list-item {
  margin-top: 1rem;
}
.l-footer_support__link {
  width: 25rem;
  min-height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  color: var(--color-white);
  background-color: transparent;
  border-radius: 20rem;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_support__link {
    transition: color 0.3s var(--ease_out), background-color 0.3s var(--ease_out), box-shadow 0.3s var(--ease_out);
  }
  .l-footer_support__link:hover {
    color: var(--color-gray-dark);
    background-color: var(--color-white);
    box-shadow: var(--shadow-btn);
  }
}
.l-footer_support__link::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-white);
  border-radius: 20rem;
  pointer-events: none;
}
.l-footer_support__link-icon {
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translate(0, -50%);
  fill: currentColor;
}
.l-footer_support__link-text {
  display: block;
  position: relative;
  top: 0.15em;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}

.l-footer_help {
  display: block;
  position: relative;
}
.l-footer_help__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  gap: 1.2rem;
}
.l-footer_help__list-item {
  display: block;
  position: relative;
}
.l-footer_help__list-item + .l-footer_help__list-item::before {
  content: "";
  width: 1px;
  height: 80%;
  display: block;
  position: absolute;
  top: 10%;
  left: -0.6rem;
  border-left: 1px solid var(--color-white);
}
.l-footer_help__link {
  display: block;
  position: relative;
  font-size: 1.1rem;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  color: var(--color-white);
}
@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;
    }
  }
}

.l-side_sns {
  display: block;
  position: fixed;
  top: 28px;
  left: 28px;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .l-side_sns {
    display: none;
  }
}
.l-side_sns__cap {
  display: block;
  position: relative;
  margin-bottom: 10px;
  font-size: 15px;
  font-family: "Jost", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-white);
}
.l-side_sns__list {
  display: block;
  position: relative;
}
.l-side_sns__list-item {
  display: block;
  position: relative;
}
.l-side_sns__list-item + .l-side_sns__list-item {
  margin-top: 12px;
}
.l-side_sns__link {
  display: block;
  position: relative;
  padding-left: 24px;
  color: var(--color-white);
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-side_sns__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-side_sns__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-side_sns__link:hover {
      text-decoration: underline;
    }
  }
}
.l-side_sns__link-icon {
  width: 12px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  fill: currentColor;
}
.l-side_sns__link-text {
  display: block;
  position: relative;
  top: 0.15em;
  font-size: 15px;
  font-weight: 500;
}

.l-side_official {
  display: block;
  position: fixed;
  top: 28px;
  right: 28px;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .l-side_official {
    display: none;
  }
}
.l-side_official__list {
  display: block;
  position: relative;
}
.l-side_official__list-item {
  display: block;
  position: relative;
}
.l-side_official__list-item + .l-side_official__list-item {
  margin-top: 12px;
}
.l-side_official__link {
  display: block;
  position: relative;
  padding-right: 24px;
  text-align: right;
  font-family: "Jost", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-white);
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-side_official__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-side_official__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-side_official__link:hover {
      text-decoration: underline;
    }
  }
}
.l-side_official__link-icon {
  width: 12px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(-45deg);
  fill: currentColor;
}
.l-side_official__link-text {
  display: block;
  position: relative;
  top: 0.15em;
  font-size: 15px;
  font-weight: 500;
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-side_official__link-text {
      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-side_official__link-text: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-side_official__link-text:hover {
      text-decoration: underline;
    }
  }
}

.c-pagination {
  display: block;
  position: relative;
  padding: 0 4rem;
  margin: 0 auto;
}
.c-pagination__nav {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0.25rem 0.05rem;
  border-radius: 20rem;
  overflow: hidden;
  color: var(--color-disable);
}
.c-pagination__nav[href] {
  color: var(--color-black);
}
.c-pagination__nav.--prev {
  left: 0;
  transform: translate(0, -50%) scale(-1, 1);
}
.c-pagination__nav.--next {
  right: 0;
}
.c-pagination__nav-text {
  display: none;
}
.c-pagination__nav-icon {
  width: 1.2rem;
  display: block;
  position: relative;
  fill: currentColor;
}
.c-pagination__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 0.95rem;
  align-items: center;
  position: relative;
}
.c-pagination__list-item {
  display: block;
  position: relative;
}
.c-pagination__list-item:nth-child(n+6) {
  display: none;
}
.c-pagination__link {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-black);
}
.is-current .c-pagination__link {
  color: var(--color-white);
  pointer-events: none;
}
.c-pagination__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-pink);
  border-radius: 50%;
  opacity: 0;
}
.is-current .c-pagination__link::before {
  opacity: 1;
}
.c-pagination__link-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-family: "Jost", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.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%) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, -50%) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, -50%) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, -50%) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%) scale(-1, 1);
  }
}
@keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}