@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --svh: 100vh;
  --color-text: var(--color-navy);
  --color-bg: var(--color-sky);
  --color-sky: #00a0df;
  --color-blue: #005cb9;
  --color-navy: #002e6d;
  --color-yellow: #ffcd00;
  --color-black: #000;
  --color-white: #fff;
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
  --ease_bound: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease_back: cubic-bezier(0.36, 0, 0.66, -0.56);
}

/*
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) and (max-width: 1200px) {
  html {
    font-size: min(0.8333333333vw, 8px);
  }
}
@media screen and (min-width: 961px) and (min-width: 1400px) {
  html {
    font-size: min(0.7142857143vw, 12px);
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.6666666667vw, 13px);
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.15rem;
  color: var(--color-text);
  background: var(--color-bg);
  font-weight: 500;
  overflow: hidden;
  font-family: "Noto 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: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ol, ul {
  list-style: none;
}

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

[data-prefix]::before {
  content: attr(data-prefix);
}

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

.l-wrap {
  display: block;
  position: relative;
}
.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;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader {
    height: 2rem;
    width: 2rem;
  }
}
.is-load .l-wrap__loader {
  opacity: 0;
  transition: opacity 0.5s var(--ease_out);
}
.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;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader::before {
    border-width: 0.15rem;
  }
}
.l-wrap__container {
  display: block;
  position: relative;
  opacity: 0;
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 0.8s var(--ease_out);
}

.l-header {
  display: block;
  position: absolute;
  top: 2.2rem;
  right: 3rem;
  z-index: 5;
}
@media screen and (min-width: 961px) {
  .l-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .l-header {
    top: 1.5rem;
    right: 1.5rem;
  }
}
.l-header__brand {
  width: 9.4rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-header__brand {
    width: 7rem;
  }
}
.l-header__brand-link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__brand-link {
    transition: transform 0.3s var(--ease_out);
  }
  .l-header__brand-link:hover {
    transform: scale(1.05);
  }
}
.l-header__80th {
  width: 7rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-header__80th {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .l-header__80th {
    width: 5rem;
    margin: 1rem auto 0;
  }
}
.l-header__80th-link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__80th-link {
    transition: transform 0.3s var(--ease_out);
  }
  .l-header__80th-link:hover {
    transform: scale(1.05);
  }
}

.l-main {
  min-height: var(--svh);
  display: block;
  position: relative;
}

.l-footer {
  display: block;
  position: relative;
  padding: 8rem 0 9.6rem;
  background: var(--color-white);
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 5rem 0 7.5rem;
  }
}
.l-footer__container {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-footer__content {
  display: block;
  position: relative;
}
.l-footer__pagetop {
  width: 12.5rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop {
    width: 10.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__pagetop {
    transition: transform 0.3s var(--ease_out);
  }
  .l-footer__pagetop:hover {
    transform: scale(1.05);
  }
}
.l-footer__bnr {
  width: 100%;
  max-width: 78rem;
  display: block;
  position: relative;
  margin: 6rem auto 0;
}
@media screen and (max-width: 960px) {
  .l-footer__bnr {
    margin-top: 4rem;
  }
}
.l-footer__legal {
  display: block;
  position: relative;
  margin-top: 5.5rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-footer__legal {
    margin-top: 3.5rem;
    text-align: left;
  }
}
.l-footer__copy {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .l-footer__copy {
    margin-top: 1.5rem;
    justify-content: flex-start;
  }
}
.l-footer__copy-img {
  width: 3.5rem;
  display: block;
  position: relative;
  margin-right: 1rem;
}
@media screen and (max-width: 960px) {
  .l-footer__copy-img {
    width: 3rem;
  }
}
.l-footer__copy-text {
  display: block;
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 960px) {
  .l-footer__copy-text {
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: -0.05rem;
  }
}
.l-footer__deco {
  width: calc(100% + 16rem);
  height: 1.2rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: -8rem;
  background: url("../img/footer_rail.png") repeat-x 0 0/auto 0.6rem;
}
@media screen and (max-width: 960px) {
  .l-footer__deco {
    height: 0.8rem;
    background-size: auto 0.4rem;
  }
}
.l-footer__deco-img {
  width: 8rem;
  display: block;
  position: absolute;
  bottom: 1rem;
  left: 0;
  animation: footer_anim 20s linear infinite;
}
@media screen and (max-width: 960px) {
  .l-footer__deco-img {
    width: 6rem;
    bottom: 0.8rem;
  }
}
@keyframes footer_anim {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.l-footer__deco-img img {
  display: block;
  position: relative;
  animation: footer_img 0.2s linear infinite;
}
@keyframes footer_img {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.1rem);
  }
  100% {
    transform: translateY(0);
  }
}

.l-footer_bnr {
  display: block;
  position: relative;
}
.l-footer_bnr__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer_bnr__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.l-footer_bnr__list-item {
  width: calc(50% - 1rem);
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_bnr__list-item {
    width: 27.5rem;
    margin: 0 auto;
  }
  .l-footer_bnr__list-item + .l-footer_bnr__list-item {
    margin-top: 1rem;
  }
}
.l-footer_bnr__link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_bnr__link {
    transition: transform 0.3s var(--ease_out);
  }
  .l-footer_bnr__link:hover {
    transform: scale(1.05);
  }
}

.p-hero {
  display: block;
  position: relative;
}
.p-hero__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-hero__content {
  width: 100%;
  max-width: 110rem;
  min-height: 52rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-hero__content {
    max-width: 45rem;
    min-height: 37.7rem;
  }
}
.p-hero__title {
  width: 34.5rem;
  display: block;
  position: absolute;
  top: 49.5%;
  left: 9rem;
}
@media screen and (min-width: 961px) {
  .p-hero__title {
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    width: 19.5rem;
    top: 1.5rem;
    left: 1.5rem;
  }
}
.p-hero__title img {
  opacity: 0;
  transform: translateY(2rem);
}
.is-load .p-hero__title img {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out), transform 0.5s var(--ease_out);
}
.p-hero__chara {
  width: 71.5rem;
  display: block;
  position: absolute;
  bottom: -1.5rem;
  right: 0;
  opacity: 0;
  transform: scale(0.8);
  transform-origin: 70% 100%;
}
@media screen and (max-width: 960px) {
  .p-hero__chara {
    width: 34rem;
    bottom: 0;
    right: -5.8rem;
  }
}
.is-load .p-hero__chara {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s var(--ease_out) 0.2s, transform 0.8s var(--ease_bound) 0.2s;
}

.p-intro {
  display: block;
  position: relative;
  background-color: var(--color-white);
  padding: 10rem 0 14rem;
}
@media screen and (max-width: 960px) {
  .p-intro {
    padding: 5rem 0 7.9rem;
  }
}
.p-intro::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_ptn.jpg") repeat 0 0/926px auto;
}
@media screen and (max-width: 960px) {
  .p-intro::before {
    background-size: 463px auto;
  }
}
.p-intro__container {
  width: 90%;
  max-width: 120rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-intro__container {
    width: 95%;
  }
}
.p-intro__header {
  display: block;
  position: relative;
  margin-bottom: 4.6rem;
  opacity: 0;
  transform: translateY(6rem);
}
@media screen and (max-width: 960px) {
  .p-intro__header {
    margin-bottom: 3.2rem;
  }
}
.is-scroll-active .p-intro__header {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out), transform 0.8s var(--ease_bound);
}
.p-intro__title {
  width: 67.5rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-intro__title {
    width: 31rem;
  }
}
.p-intro__inner {
  display: block;
  position: relative;
}
.p-intro__inner > * {
  opacity: 0;
  transform: translateY(6rem);
}
.is-scroll-active .p-intro__inner > * {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out), transform 0.8s var(--ease_bound);
}
.is-scroll-active .p-intro__inner > *:nth-child(1) {
  transition-delay: 0.1s;
}
.is-scroll-active .p-intro__inner > *:nth-child(2) {
  transition-delay: 0.2s;
}
.is-scroll-active .p-intro__inner > *:nth-child(3) {
  transition-delay: 0.3s;
}
.is-scroll-active .p-intro__inner > *:nth-child(4) {
  transition-delay: 0.4s;
}
.is-scroll-active .p-intro__inner > *:nth-child(5) {
  transition-delay: 0.5s;
}
.is-scroll-active .p-intro__inner > *:nth-child(6) {
  transition-delay: 0.6s;
}
.is-scroll-active .p-intro__inner > *:nth-child(7) {
  transition-delay: 0.7s;
}
.is-scroll-active .p-intro__inner > *:nth-child(8) {
  transition-delay: 0.8s;
}
.is-scroll-active .p-intro__inner > *:nth-child(9) {
  transition-delay: 0.9s;
}
.is-scroll-active .p-intro__inner > *:nth-child(10) {
  transition-delay: 1s;
}
.p-intro__text {
  display: block;
  position: relative;
}
.p-intro__text-par {
  display: block;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.02rem;
  line-height: 2.5;
  font-weight: 700;
  color: var(--color-blue);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-intro__text-par {
    font-size: 1.3rem;
    letter-spacing: 0.015rem;
  }
}
.p-intro__text-par + .p-intro__text-par {
  margin-top: 1.36em;
}
.p-intro__supporter {
  display: block;
  position: relative;
  margin-top: 10.5rem;
}
@media screen and (max-width: 960px) {
  .p-intro__supporter {
    max-width: 34.5rem;
    margin: 6rem auto 0;
  }
}

.p-intro_supporter {
  display: block;
  position: relative;
  padding: 9.5rem 0 11.5rem;
  background: var(--color-yellow);
  border-radius: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-intro_supporter {
    border-radius: 2rem;
    padding: 4.5rem 0 6rem;
  }
}
.p-intro_supporter::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/ic_screw_2.png") no-repeat 2rem 2rem/1.5rem auto, url("../img/ic_screw_1.png") no-repeat 2rem calc(100% - 2rem)/1.5rem auto, url("../img/ic_screw_1.png") no-repeat calc(100% - 2rem) 2rem/1.5rem auto, url("../img/ic_screw_2.png") no-repeat calc(100% - 2rem) calc(100% - 2rem)/1.5rem auto;
}
@media screen and (max-width: 960px) {
  .p-intro_supporter::before {
    background: url("../img/ic_screw_2.png") no-repeat 1.5rem 1.5rem/1.2rem auto, url("../img/ic_screw_1.png") no-repeat 1.5rem calc(100% - 1.5rem)/1.2rem auto, url("../img/ic_screw_1.png") no-repeat calc(100% - 1.5rem) 1.5rem/1.2rem auto, url("../img/ic_screw_2.png") no-repeat calc(100% - 1.5rem) calc(100% - 1.5rem)/1.2rem auto;
  }
}
.p-intro_supporter__header {
  width: 90%;
  max-width: 92rem;
  display: block;
  position: relative;
  margin: 0 auto 3.2rem;
}
@media screen and (max-width: 960px) {
  .p-intro_supporter__header {
    margin-bottom: 1.6rem;
  }
}
.p-intro_supporter__title {
  display: block;
  position: relative;
  font-size: 4rem;
  text-align: center;
  letter-spacing: -0.3rem;
  font-family: "kurobara-gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-sky);
}
@media screen and (max-width: 960px) {
  .p-intro_supporter__title {
    font-size: 2.6rem;
    line-height: 1.4;
    letter-spacing: -0.45rem;
  }
}
.p-intro_supporter__inner {
  width: 90%;
  max-width: 92rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-intro_supporter__inner {
    max-width: 29.5rem;
  }
}
.p-intro_supporter__text {
  display: block;
  position: relative;
  font-size: 1.7rem;
  line-height: 2.1;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-intro_supporter__text {
    font-size: 1.25rem;
    letter-spacing: 0.1rem;
  }
}
.p-intro_supporter__comment {
  display: block;
  position: relative;
  margin-top: 6.5rem;
}
@media screen and (max-width: 960px) {
  .p-intro_supporter__comment {
    margin-top: 3.2rem;
  }
}

.p-intro_supporter_comment {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-intro_supporter_comment {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.p-intro_supporter_comment__header {
  width: 21rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-intro_supporter_comment__header {
    margin-right: 6rem;
  }
}
@media screen and (max-width: 960px) {
  .p-intro_supporter_comment__header {
    width: 19rem;
    margin: 0 auto 2.4rem;
  }
}
.p-intro_supporter_comment__thumb {
  display: block;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-intro_supporter_comment__thumb {
    border-radius: 1.5rem;
  }
}
.p-intro_supporter_comment__thumb-img {
  display: block;
  position: relative;
}
.p-intro_supporter_comment__inner {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0 0 2rem;
}
@media screen and (min-width: 961px) {
  .p-intro_supporter_comment__inner {
    flex: 1 1 0;
    min-width: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-intro_supporter_comment__inner {
    padding-bottom: 2rem;
  }
}
.p-intro_supporter_comment__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/dashed_line_white.png") repeat-x 0 97.5%/4.5rem auto;
}
@media screen and (max-width: 960px) {
  .p-intro_supporter_comment__inner::before {
    background-position: 0 100%;
    background-size: 3rem auto;
  }
}
.p-intro_supporter_comment__cap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  letter-spacing: -0.05rem;
  color: var(--color-sky);
  font-family: "kurobara-gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  .p-intro_supporter_comment__cap {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    letter-spacing: -0.08rem;
  }
}
.p-intro_supporter_comment__cap::before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  right: -1rem;
  background: url("../img/dashed_line_white.png") repeat-x 0 50%/4.5rem auto;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 960px) {
  .p-intro_supporter_comment__cap::before {
    right: -0.4rem;
    background-size: 3rem auto;
  }
}
.p-intro_supporter_comment__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-intro_supporter_comment__text {
    font-size: 1.3rem;
    letter-spacing: 0.07rem;
  }
}

.p-about {
  display: block;
  position: relative;
  padding: 12rem 0 14rem;
}
@media screen and (max-width: 960px) {
  .p-about {
    padding: 6rem 0 7.9rem;
  }
}
.p-about__bg {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/frame_cornerL_top.png") no-repeat 2.2rem 2.2rem/4rem auto, url("../img/frame_cornerR_top.png") no-repeat calc(100% - 2.2rem) 2.2rem/4rem auto, url("../img/frame_cornerL_btm.png") no-repeat 2.2rem calc(100% - 2.2rem)/4rem auto, url("../img/frame_cornerR_btm.png") no-repeat calc(100% - 2.2rem) calc(100% - 2.2rem)/4rem auto;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-about__bg {
    background: url("../img/frame_cornerL_top.png") no-repeat 0.7rem 0.7rem/2.6rem auto, url("../img/frame_cornerR_top.png") no-repeat calc(100% - 0.7rem) 0.7rem/2.6rem auto, url("../img/frame_cornerL_btm.png") no-repeat 0.7rem calc(100% - 0.7rem)/2.6rem auto, url("../img/frame_cornerR_btm.png") no-repeat calc(100% - 0.7rem) calc(100% - 0.7rem)/2.6rem auto;
  }
}
.p-about__bg::before {
  content: "";
  width: calc(100% - 12.4rem);
  height: calc(100% - 4.4rem);
  display: block;
  position: absolute;
  top: 2.2rem;
  left: 6.2rem;
  background: url("../img/frame_line_top.png") repeat-x 0 0/3.2rem auto, url("../img/frame_line_btm.png") repeat-x 0 100%/3.2rem auto;
}
@media screen and (max-width: 960px) {
  .p-about__bg::before {
    width: calc(100% - 6.6rem);
    height: calc(100% - 1.4rem);
    top: 0.7rem;
    left: 3.3rem;
    background-size: 2.2rem auto;
  }
}
.p-about__bg::after {
  content: "";
  width: calc(100% - 4.4rem);
  height: calc(100% - 11.8rem);
  display: block;
  position: absolute;
  top: 5.9rem;
  left: 2.2rem;
  background: url("../img/frame_line_left.png") repeat-y 0 0/auto 3.2rem, url("../img/frame_line_right.png") repeat-y 100% 0/auto 3.2rem;
}
@media screen and (max-width: 960px) {
  .p-about__bg::after {
    width: calc(100% - 1.2rem);
    height: calc(100% - 6.2rem);
    top: 3.1rem;
    left: 0.6rem;
    background-size: auto 2.2rem;
  }
}
.p-about__container {
  width: 90%;
  max-width: 120rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-about__header {
  display: block;
  position: relative;
  margin: 0 auto 5.2rem;
}
@media screen and (max-width: 960px) {
  .p-about__header {
    margin-bottom: 3.3rem;
  }
}
.p-about__title {
  display: block;
  position: relative;
}
.p-about__title > * {
  opacity: 0;
  transform: translateY(6rem);
}
.is-scroll-active .p-about__title > * {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out), transform 0.8s var(--ease_bound);
}
.is-scroll-active .p-about__title > *:nth-child(1) {
  transition-delay: 0s;
}
.is-scroll-active .p-about__title > *:nth-child(2) {
  transition-delay: 0.1s;
}
.is-scroll-active .p-about__title > *:nth-child(3) {
  transition-delay: 0.2s;
}
.is-scroll-active .p-about__title > *:nth-child(4) {
  transition-delay: 0.3s;
}
.is-scroll-active .p-about__title > *:nth-child(5) {
  transition-delay: 0.4s;
}
.is-scroll-active .p-about__title > *:nth-child(6) {
  transition-delay: 0.5s;
}
.is-scroll-active .p-about__title > *:nth-child(7) {
  transition-delay: 0.6s;
}
.is-scroll-active .p-about__title > *:nth-child(8) {
  transition-delay: 0.7s;
}
.is-scroll-active .p-about__title > *:nth-child(9) {
  transition-delay: 0.8s;
}
.is-scroll-active .p-about__title > *:nth-child(10) {
  transition-delay: 0.9s;
}
.p-about__title-cap {
  width: 15rem;
  display: block;
  position: relative;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 960px) {
  .p-about__title-cap {
    width: 12rem;
    margin-bottom: 1.4rem;
  }
}
.p-about__title-main {
  display: block;
  position: relative;
  font-size: 5.2rem;
  text-align: center;
  letter-spacing: -0.3rem;
  font-family: "kurobara-gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-about__title-main {
    font-size: 4rem;
  }
}
.p-about__inner {
  display: block;
  position: relative;
}
.p-about__area {
  width: 100%;
  max-width: 92rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-about__area {
    max-width: 31.5rem;
  }
}
.p-about__area > * {
  opacity: 0;
  transform: translateY(6rem);
}
.is-scroll-active .p-about__area > * {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out), transform 0.8s var(--ease_bound);
}
.is-scroll-active .p-about__area > *:nth-child(1) {
  transition-delay: 0.2s;
}
.is-scroll-active .p-about__area > *:nth-child(2) {
  transition-delay: 0.3s;
}
.is-scroll-active .p-about__area > *:nth-child(3) {
  transition-delay: 0.4s;
}
.is-scroll-active .p-about__area > *:nth-child(4) {
  transition-delay: 0.5s;
}
.is-scroll-active .p-about__area > *:nth-child(5) {
  transition-delay: 0.6s;
}
.is-scroll-active .p-about__area > *:nth-child(6) {
  transition-delay: 0.7s;
}
.is-scroll-active .p-about__area > *:nth-child(7) {
  transition-delay: 0.8s;
}
.is-scroll-active .p-about__area > *:nth-child(8) {
  transition-delay: 0.9s;
}
.is-scroll-active .p-about__area > *:nth-child(9) {
  transition-delay: 1s;
}
.is-scroll-active .p-about__area > *:nth-child(10) {
  transition-delay: 1.1s;
}

.p-about_area {
  display: block;
  position: relative;
  padding: 5.4rem 0 6rem;
  background: var(--color-white);
  border-radius: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-about_area {
    padding: 2.6rem 0 4rem;
    border-radius: 1.5rem;
  }
}
.p-about_area + .p-about_area {
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .p-about_area + .p-about_area {
    margin-top: 1.4rem;
  }
}
.p-about_area__header {
  width: 90%;
  max-width: 80rem;
  display: block;
  position: relative;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 960px) {
  .p-about_area__header {
    margin-bottom: 2.6rem;
  }
}
.p-about_area__title {
  display: block;
  position: relative;
  font-size: 3.2rem;
  color: var(--color-sky);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-about_area__title {
    font-size: 2.4rem;
    letter-spacing: 0.1rem;
  }
}
.p-about_area__place {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 3rem auto 0;
  padding-left: 2.8rem;
  font-size: 2rem;
  letter-spacing: 0.15rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-about_area__place {
    margin-top: 1rem;
    padding: 2.6rem 0 0;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
}
.p-about_area__place::before {
  content: "";
  width: 1.8rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/icon_pin.png") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-about_area__place::before {
    width: 100%;
    height: 1.8rem;
  }
}
.p-about_area__inner {
  width: 90%;
  max-width: 80rem;
  display: block;
  position: relative;
  margin: 0 auto 0;
}
.p-about_area__data {
  display: block;
  position: relative;
  padding: 2.5rem 2rem;
}
@media screen and (min-width: 961px) {
  .p-about_area__data {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .p-about_area__data {
    padding: 2rem 0.5rem;
  }
}
.p-about_area__data::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px dotted var(--color-sky);
  border-bottom: 3px dotted var(--color-sky);
}
@media screen and (max-width: 960px) {
  .p-about_area__data::before {
    border-width: 2px;
  }
}
.p-about_area__data + .p-about_area__data::before {
  border-top: none;
}
.p-about_area__data-cap {
  min-width: 10rem;
  display: block;
  position: relative;
  margin-right: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-about_area__data-cap {
    width: 100%;
    margin: 0 auto 0.6rem;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.1rem;
  }
}
.p-about_area__data-text {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-about_area__data-text {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.p-about_area__data-text small {
  display: block;
  position: relative;
  font-size: 0.8em;
  line-height: 1.6;
}
.p-about_area__btn {
  width: 32rem;
  display: block;
  position: relative;
  margin: 3.8rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-about_area__btn {
    width: 25.5rem;
    margin-top: 2.8rem;
  }
}

.p-info {
  display: block;
  position: relative;
  padding: 9.5rem 0 12rem;
  background: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-info {
    padding: 5.8rem 0 8.2rem;
  }
}
.p-info__inner {
  width: 90%;
  max-width: 92rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-info__inner {
    width: 95%;
    max-width: 34.5rem;
  }
}
.p-info__content {
  display: block;
  position: relative;
}
.p-info__content > * {
  opacity: 0;
  transform: translateY(6rem);
}
.is-scroll-active .p-info__content > * {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out), transform 0.8s var(--ease_bound);
}
.is-scroll-active .p-info__content > *:nth-child(1) {
  transition-delay: 0s;
}
.is-scroll-active .p-info__content > *:nth-child(2) {
  transition-delay: 0.1s;
}
.is-scroll-active .p-info__content > *:nth-child(3) {
  transition-delay: 0.2s;
}
.is-scroll-active .p-info__content > *:nth-child(4) {
  transition-delay: 0.3s;
}
.is-scroll-active .p-info__content > *:nth-child(5) {
  transition-delay: 0.4s;
}
.is-scroll-active .p-info__content > *:nth-child(6) {
  transition-delay: 0.5s;
}
.is-scroll-active .p-info__content > *:nth-child(7) {
  transition-delay: 0.6s;
}
.is-scroll-active .p-info__content > *:nth-child(8) {
  transition-delay: 0.7s;
}
.is-scroll-active .p-info__content > *:nth-child(9) {
  transition-delay: 0.8s;
}
.is-scroll-active .p-info__content > *:nth-child(10) {
  transition-delay: 0.9s;
}

.p-info_content {
  display: block;
  position: relative;
}
.p-info_content + .p-info_content {
  margin-top: 9.2rem;
}
@media screen and (max-width: 960px) {
  .p-info_content + .p-info_content {
    margin-top: 6rem;
  }
}
.p-info_content__header {
  display: block;
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .p-info_content__header {
    margin-bottom: 2.7rem;
  }
}
.p-info_content__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-info_content__title {
    font-size: 2.4rem;
    letter-spacing: 0.12rem;
    padding: 0 0.6rem 1.8rem;
  }
  .p-info_content__title::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/dashed_line_navy.png") repeat-x 0 100%/4.5rem auto;
  }
}
@media screen and (max-width: 960px) {
  .p-info_content__title-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    position: relative;
    margin: 0 auto;
    font-size: 1.85rem;
    line-height: 1;
    padding: 0 0.5rem 1.6rem;
    letter-spacing: 0.05rem;
  }
  .p-info_content__title-text::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/dashed_line_navy.png") repeat-x 0 100%/3.5rem auto;
  }
  .p-info_content__title-text + .p-info_content__title-text {
    margin-top: 1.2rem;
  }
}
.p-info_content__inner {
  display: block;
  position: relative;
}
.p-info_content__bnr {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-info_content__bnr {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.p-info_content__bnr-item {
  width: calc(50% - 1rem);
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-info_content__bnr-item {
    width: 100%;
    margin: 0 auto;
  }
  .p-info_content__bnr-item + .p-info_content__bnr-item {
    margin-top: 2rem;
  }
}
.p-info_content__link {
  display: block;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-info_content__link {
    border-radius: 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-info_content__link {
    transition: transform 0.3s var(--ease_out);
  }
  .p-info_content__link:hover {
    transform: scale(1.05);
  }
}
.p-info_content__link-img {
  display: block;
  position: relative;
}
.p-info_content__sns {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-info_content__sns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-info_content__sns {
    margin-top: 3rem;
  }
}
.p-info_content__sns-item {
  width: calc(33.3333333333% - 1.3333333333rem);
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-info_content__sns-item {
    width: 27.5rem;
    margin: 0 auto;
  }
  .p-info_content__sns-item + .p-info_content__sns-item {
    margin-top: 2rem;
  }
}
.p-info_content__btn {
  display: block;
  position: relative;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .p-info_content__btn {
    transition: transform 0.3s var(--ease_out);
  }
  .p-info_content__btn:hover {
    transform: scale(1.05);
  }
}
.p-info_content__btn-img {
  display: block;
  position: relative;
}

.p-archive {
  display: block;
  position: relative;
  padding: 9rem 0 13rem;
}
@media screen and (max-width: 960px) {
  .p-archive {
    padding: 6rem 0 6.1rem;
  }
}
.p-archive__container {
  width: 90%;
  max-width: 120rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-archive__container {
    max-width: 45rem;
  }
}
.p-archive__header {
  display: block;
  position: relative;
  margin: 0 auto 5.2rem;
}
@media screen and (max-width: 960px) {
  .p-archive__header {
    width: 95%;
    margin-bottom: 3.6rem;
  }
}
.p-archive__title {
  display: block;
  position: relative;
}
.p-archive__title > * {
  opacity: 0;
  transform: translateY(6rem);
}
.is-scroll-active .p-archive__title > * {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out), transform 0.8s var(--ease_bound);
}
.is-scroll-active .p-archive__title > *:nth-child(1) {
  transition-delay: 0s;
}
.is-scroll-active .p-archive__title > *:nth-child(2) {
  transition-delay: 0.1s;
}
.is-scroll-active .p-archive__title > *:nth-child(3) {
  transition-delay: 0.2s;
}
.is-scroll-active .p-archive__title > *:nth-child(4) {
  transition-delay: 0.3s;
}
.is-scroll-active .p-archive__title > *:nth-child(5) {
  transition-delay: 0.4s;
}
.is-scroll-active .p-archive__title > *:nth-child(6) {
  transition-delay: 0.5s;
}
.is-scroll-active .p-archive__title > *:nth-child(7) {
  transition-delay: 0.6s;
}
.is-scroll-active .p-archive__title > *:nth-child(8) {
  transition-delay: 0.7s;
}
.is-scroll-active .p-archive__title > *:nth-child(9) {
  transition-delay: 0.8s;
}
.is-scroll-active .p-archive__title > *:nth-child(10) {
  transition-delay: 0.9s;
}
.p-archive__title-cap {
  width: 15rem;
  display: block;
  position: relative;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 960px) {
  .p-archive__title-cap {
    width: 12rem;
    margin-bottom: 1.4rem;
  }
}
.p-archive__title-main {
  display: block;
  position: relative;
  font-size: 5.2rem;
  text-align: center;
  letter-spacing: -0.3rem;
  font-family: "kurobara-gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-archive__title-main {
    font-size: 3.7rem;
    letter-spacing: -0.15rem;
  }
}
.p-archive__inner {
  display: block;
  position: relative;
}
.p-archive__inner > * {
  opacity: 0;
  transform: translateY(6rem);
}
.is-scroll-active .p-archive__inner > * {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out), transform 0.8s var(--ease_bound);
}
.is-scroll-active .p-archive__inner > *:nth-child(1) {
  transition-delay: 0s;
}
.is-scroll-active .p-archive__inner > *:nth-child(2) {
  transition-delay: 0.1s;
}
.is-scroll-active .p-archive__inner > *:nth-child(3) {
  transition-delay: 0.2s;
}
.is-scroll-active .p-archive__inner > *:nth-child(4) {
  transition-delay: 0.3s;
}
.is-scroll-active .p-archive__inner > *:nth-child(5) {
  transition-delay: 0.4s;
}
.is-scroll-active .p-archive__inner > *:nth-child(6) {
  transition-delay: 0.5s;
}
.is-scroll-active .p-archive__inner > *:nth-child(7) {
  transition-delay: 0.6s;
}
.is-scroll-active .p-archive__inner > *:nth-child(8) {
  transition-delay: 0.7s;
}
.is-scroll-active .p-archive__inner > *:nth-child(9) {
  transition-delay: 0.8s;
}
.is-scroll-active .p-archive__inner > *:nth-child(10) {
  transition-delay: 0.9s;
}
.p-archive__list {
  width: 100%;
  max-width: 80rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-archive__list-item {
  display: block;
  position: relative;
}
.p-archive__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px dotted var(--color-white);
  border-bottom: 3px dotted var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-archive__list-item::before {
    border-width: 2px;
  }
}
.p-archive__list-item + .p-archive__list-item::before {
  border-top: none;
}
.p-archive__data {
  display: block;
  position: relative;
  padding: 2.7rem 3.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-archive__data {
    padding: 1.4rem 2.4rem;
    font-size: 1.3rem;
    letter-spacing: 0.05rem;
    line-height: 1.8;
  }
}
.p-archive__data::before {
  content: "";
  width: 1.2rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 1rem;
  background: url("../img/ic_screw_1.png") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-archive__data::before {
    width: 1rem;
    height: 1rem;
    top: 2rem;
    left: 0.55rem;
  }
}

.p-btn {
  width: 100%;
  min-height: 6.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1rem 4rem;
  color: var(--color-white);
  background: var(--color-navy);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-btn {
    min-height: 5.1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-btn {
    transition: transform 0.4s var(--ease_out);
  }
  .p-btn:hover {
    transform: scale(1.05);
    transition: transform 0.6s var(--ease_bound);
  }
}
.p-btn::after {
  content: "";
  width: 0.8rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 2.8rem;
  background: url("../img/arrow.svg") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-btn::after {
    width: 0.6rem;
    right: 2.2rem;
  }
}
.p-btn__text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-btn__text {
    font-size: 1.3rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, 0);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes arrow_prev {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
}
@keyframes arrow_centerY {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes arrow_centerY_prev {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}