@charset "UTF-8";
:root {
  --svh: 100vh;
  --sideW: 260px;
  --color-text: var(--color-black);
  --color-bg: var(--color-white);
  --font-jp: "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --font-cap: "Dela Gothic One", var(--font-jp);
  --font-en: "Outfit", var(--font-jp);
  --color-black: #000;
  --color-white: #fff;
  --color-orange: #f59d13;
  --color-orange-dark: #e44e19;
  --color-baige: #d9cfbd;
  --color-bg-access: #f7f4ee;
  --color-line-footer: #d87607;
  --color-shadow: rgba(64, 61, 57, 0.2);
  --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) and (max-width: 1200px) {
  html {
    font-size: max(0.8333333333vw, 8px);
  }
}
@media screen and (min-width: 961px) and (min-width: 1800px) {
  html {
    font-size: 97.5%;
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.6666666667vw, 15px);
  }
}

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: var(--font-jp);
  -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: -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;

	user-drag: none;
	touch-callout:none;
	user-select:none;

}

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__container {
  display: block;
  position: relative;
}

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

@media screen and (min-width: 961px) {
  .l-header {
    width: 240px;
    height: calc(var(--svh) - 60px);
    display: block;
    position: fixed;
    bottom: 45px;
    left: 20px;
    z-index: 10;
  }
  .is-nav-bind .l-header {
    position: absolute;
  }
}
@media screen and (max-width: 960px) {
  .l-header {
    width: 100%;
    height: 4.5rem;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: var(--color-white);
    border-radius: 0 0 1rem 1rem;
    box-shadow: 0 0 1rem 0 var(--color-shadow);
  }
}
@media screen and (min-width: 961px) {
  .l-header__container {
    max-height: 100%;
    display: block;
    position: relative;
    padding: 3rem 0;
    background: var(--color-white);
    box-shadow: 0.2rem 0.2rem 1rem 0 var(--color-shadow);
    border-radius: 2rem;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    overscroll-behavior-y: none;
  }
}
@media screen and (min-width: 961px) {
  .l-header__brand {
    width: 180px;
    display: block;
    position: relative;
    left: 8px;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 960px) {
  .l-header__brand {
    width: 9rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header__brand {
    transition: opacity 0.6s var(--ease_out);
  }
  .l-header__brand:hover {
    opacity: 0.7;
  }
}
.l-nav {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
    overflow-y: auto;
    overscroll-behavior: none;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.8s var(--ease_out);
  }
  .is-menu-show .l-nav {
    display: block;
  }
  .is-menu-open .l-nav {
    pointer-events: auto;
    opacity: 1;
  }
}
.l-nav__container {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__container {
    width: 100%;
    min-height: var(--svh);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    margin: 0 auto;
    padding: 1.5rem 0;
  }
}
.l-nav__content {
  width: 90%;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-nav__content {
    max-width: 170px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .l-nav__content {
    width: calc(100% - 2.5rem);
    min-height: calc(var(--svh) - 3rem);
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-white);
    padding: 4rem 0;
    border-radius: 1rem;
  }
}
.l-nav__list {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__list {
    width: 90%;
    max-width: 25rem;
    margin: 0 auto;
  }
}
.l-nav__list-item {
  display: block;
  position: relative;
}
.l-nav__list-item + .l-nav__list-item {
  margin-top: 43px;
}
@media screen and (max-width: 960px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-top: 3.9rem;
  }
}
.l-nav__link {
  display: block;
  position: relative;
  padding-left: 45px;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .l-nav__link {
    padding-left: 4rem;
  }
}
.l-nav__link::before {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  background: var(--color-orange);
  border-radius: 10px;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link::before {
    transition: opacity 0.2s var(--ease_out);
  }
  .l-nav__link:hover::before {
    opacity: 0.5;
  }
}
.l-nav__link::after {
  content: "";
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: url("../img/icon_menu-ball.png") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .l-nav__link::after {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (min-width: 961px) {
  .l-nav__link::after {
    transition: transform 0.3s var(--ease_out);
  }
  .l-nav__link:hover::after {
    transform: translate(0, -50%) scale(1.15);
  }
}
.l-nav__link-main {
  display: block;
  position: relative;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 900;
  font-family: var(--font-en);
}
@media screen and (max-width: 960px) {
  .l-nav__link-main {
    font-size: 2rem;
  }
}
.l-nav__link-sub {
  display: block;
  position: relative;
  margin-top: 2px;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0;
  font-family: var(--font-cap);
  font-weight: 400;
  color: var(--color-orange-dark);
  white-space:nowrap;
}
@media screen and (max-width: 960px) {
  .l-nav__link-sub {
    margin-top: 0;
    font-size: 1.3rem;
    margin-top: 0.2rem;
  }
}
.l-nav__close {
  content: "";
  width: 4.5rem;
  height: 4.5rem;
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--color-orange-dark);
  border-radius: 50%;
}
@media screen and (min-width: 961px) {
  .l-nav__close {
    display: none;
  }
}
.l-nav__close-deco {
  width: 40%;
  height: 40%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-nav__close-deco::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: var(--color-white);
  border-radius: 20rem;
}
.l-nav__close-deco::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--color-white);
  border-radius: 20rem;
}

.l-menu {
  width: 5rem;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 0;
  outline: none !important;
}
@media screen and (min-width: 961px) {
  .l-menu {
    display: none;
  }
}
.l-menu__content {
  width: 1.5rem;
  height: 1.25rem;
  display: block;
  position: relative;
  box-sizing: content-box;
}
@media (hover: hover) and (pointer: fine) {
  .l-menu__content {
    transition: height 0.3s var(--ease_out);
  }
  .l-menu:hover .l-menu__content {
    height: 2.4rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 960px) {
  .l-menu:hover .l-menu__content {
    height: 1.6rem;
  }
}
.l-menu__line {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s var(--ease_out);
}
.l-menu__line.--open {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.l-menu__line-bar {
  width: 100%;
  height: 2.5px;
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.l-menu__line-bar:nth-child(1) {
  --delay1: 0s;
  --delay2: 0.05s;
}
.l-menu__line-bar:nth-child(2) {
  --delay1: 0.05s;
  --delay2: 0.1s;
}
.l-menu__line-bar:nth-child(3) {
  --delay1: 0.1s;
  --delay2: 0.15s;
}
.--close .l-menu__line-bar {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.--close .l-menu__line-bar:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.--close .l-menu__line-bar:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-menu__line-bar::before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-orange-dark);
  transition: width 0.4s var(--ease_inout);
}
.--open .l-menu__line-bar::before {
  width: 100%;
  right: 0;
  left: auto;
  transition: width 0.8s var(--ease_inout) calc(var(--delay1) + 0.2s);
}
.is-menu-open .--open .l-menu__line-bar::before {
  width: 0 !important;
  left: 0 !important;
  transition: width 0.8s var(--ease_inout) var(--delay1);
}
.--close .l-menu__line-bar::before {
  width: 0;
  transition: width 0.7s var(--ease_inout) var(--delay1);
}
.is-menu-open .--close .l-menu__line-bar::before {
  width: 100%;
  left: auto;
  right: 0;
  transition: width 0.7s var(--ease_inout) calc(var(--delay1) + 0.2s);
}
.l-menu__line-bar::after {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-black);
  transition: width 0.4s var(--ease_inout);
}
.--open .l-menu__line-bar::after {
  width: 100%;
  right: 0;
  left: auto;
  transition: width 0.4s var(--ease_inout) calc(var(--delay2) + 0.2s);
}
.is-menu-open .--open .l-menu__line-bar::after {
  width: 0 !important;
  left: 0 !important;
  transition: width 0.4s var(--ease_inout) var(--delay2);
}
.--close .l-menu__line-bar::after {
  width: 0;
  transition: width 0.4s var(--ease_inout) var(--delay2);
}
.is-menu-open .--close .l-menu__line-bar::after {
  width: 100%;
  left: auto;
  right: 0;
  transition: width 0.4s var(--ease_inout) calc(var(--delay2) + 0.2s);
}

.l-footer {
  display: block;
  position: relative;
  color: var(--color-black);
  background: var(--color-orange);
}
.l-footer__nav {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer__nav {
    padding-bottom: 3rem;
  }
}
.l-footer__nav::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-line-footer);
}
.l-footer__share {
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .l-footer__share {
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translate(0%, -50%);
  }
}
@media screen and (max-width: 960px) {
  .l-footer__share {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.l-footer__content {
  display: block;
  position: relative;
  padding: 2.6rem 0 7.2rem;
}
@media screen and (max-width: 960px) {
  .l-footer__content {
    padding: 3.2rem 0 9.2rem;
  }
}
.l-footer__bnr {
  display: block;
  position: relative;
}
.l-footer__copy {
  display: block;
  position: relative;
  margin-top: 3rem;
  font-size: 1.2rem;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-footer__copy {
    font-size: 1rem;
    letter-spacing: -0.05rem;
  }
}
.l-footer__pagetop {
  width: 7.2rem;
  height: 7.2rem;
  display: block;
  position: absolute;
  bottom: 2.8rem;
  right: 2rem;
  color: var(--color-orange-dark);
  background: var(--color-white);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop {
    width: 4.5rem;
    height: 4.5rem;
    bottom: 1.8rem;
    right: 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__pagetop {
    transition: opacity 0.6s var(--ease_out);
  }
  .l-footer__pagetop:hover {
    opacity: 0.7;
  }
}
.l-footer__pagetop-arrow {
  width: 2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  fill: currentColor;
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop-arrow {
    width: 1.3rem;
  }
}

.l-footer_nav {
  width: calc(100% - 10rem);
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1.1rem 0 2rem;
}

/*
ul.l-footer_nav__list li:nth-child(1) {
padding-left: unset;
}
ul.l-footer_nav__list li:nth-child(4) {
padding-left: unset;
}
*/

@media screen and (max-width: 960px) {
  .l-footer_nav {
    width: 90%;
    padding: 1.8rem 0 2rem;
    margin:0 auto;
  }
/*
ul.l-footer_nav__list li:nth-child(1) {
padding-left: 55px;
}
ul.l-footer_nav__list li:nth-child(4) {
padding-left: 55px;
}
*/
  
}
.l-footer_nav__list {
  display: flex;
  justify-content:center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.8rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_nav__list {
    gap: 0 0.5rem;
  justify-content:space-between;
  }
}
.l-footer_nav__list-item {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_nav__list-item {
/*    width: calc(33.3333333333% - 0.3333333333rem); */
width: 49%;
  }
}
.l-footer_nav__link {
  display: block;
  position: relative;
  padding: 1rem 2rem;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .l-footer_nav__link {
    padding: 1rem 0;
  }
}
.l-footer_nav__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-bg-access);
  border-radius: 1rem;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_nav__link::before {
    transition: opacity 0.2s var(--ease_out);
  }
  .l-footer_nav__link:hover::before {
    opacity: 1;
  }
}
.l-footer_nav__link-main {
  display: block;
  position: relative;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  font-weight: 900;
  font-family: var(--font-en);
}
@media screen and (max-width: 960px) {
  .l-footer_nav__link-main {
    font-size: 2.5rem;
  }
}
.l-footer_nav__link-sub {
  display: block;
  position: relative;
  margin-top: 0;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  font-family: var(--font-cap);
  font-weight: 400;
  color: var(--color-orange-dark);
}
@media screen and (max-width: 960px) {
  .l-footer_nav__link-sub {
    font-size: 1rem;
  }
}

.l-footer_share {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer_share {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.l-footer_share__cap {
  display: block;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 900;
  font-family: var(--font-en);
  color: var(--color-orange-dark);
}
@media screen and (min-width: 961px) {
  .l-footer_share__cap {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer_share__cap {
    margin-bottom: 0.4rem;
    font-size: 1.1rem;
    text-align: center;
  }
}
.l-footer_share__link {
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 0;
  color: var(--color-white);
  background: var(--color-orange-dark);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .l-footer_share__link {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link {
    transition: opacity 0.6s var(--ease_out);
  }
  .l-footer_share__link:hover {
    opacity: 0.7;
  }
}
.l-footer_share__link-icon {
  width: 2rem;
  display: block;
  position: relative;
  fill: currentColor;
}
@media screen and (max-width: 960px) {
  .l-footer_share__link-icon {
    width: 1.5rem;
  }
}

.l-footer_bnr {
  display: block;
  position: relative;
}
.l-footer_bnr__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  position: relative;
}
.l-footer_bnr__list-item {
  width: 26.5rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_bnr__list-item {
    width: 16.5rem;
  }
}
.l-footer_bnr__link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_bnr__link {
    transition: opacity 0.6s var(--ease_out);
  }
  .l-footer_bnr__link:hover {
    opacity: 0.7;
  }
}
.l-footer_bnr__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid var(--color-black);
}

.p-page {
  min-height: var(--svh);
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-page {
    padding-left: var(--sideW);
  }
}
@media screen and (max-width: 960px) {
  .p-page {
    padding-top: 4.5rem;
  }
}
.p-page__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-page__deco {
  width: 10.5rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-page__deco {
    width: 5.5rem;
  }
}
.p-page__deco.--deco1 {
  width: 12rem;
  top: 9rem;
  left: 95%;
}
@media screen and (max-width: 960px) {
  .p-page__deco.--deco1 {
    width: 6rem;
    top: 4.5rem;
    left: 100%;
  }
}
.p-page__deco.--deco2 {
  width: 10rem;
  top: 3rem;
  left: 41.5%;
}
@media screen and (max-width: 960px) {
  .p-page__deco.--deco2 {
    width: 6rem;
    top: 1rem;
    left: 23%;
  }
}
.p-page__deco.--deco3 {
  width: 16rem;
  top: calc(100% - 9rem);
  left: 91%;
}
@media screen and (max-width: 960px) {
  .p-page__deco.--deco3 {
    width: 8rem;
    left: 98%;
    top: calc(100% - 7.5rem);
  }
}
.p-page__deco.--deco4 {
  width: 18rem;
  top: calc(100% - 3rem);
  left: 4.5%;
}
@media screen and (max-width: 960px) {
  .p-page__deco.--deco4 {
    width: 8rem;
    top: calc(100% - 5rem);
    left: 4%;
  }
}
.p-page__deco.--deco5 {
  width: 10.5rem;
  top: 20rem;
  left: 26%;
}
@media screen and (max-width: 960px) {
  .p-page__deco.--deco5 {
    width: 6rem;
    top: 13.5rem;
    left: -0.5rem;
  }
}
.p-page__deco.--deco6 {
  width: 12rem;
  top: calc(100% - 13rem);
  left: 50%;
}
@media screen and (max-width: 960px) {
  .p-page__deco.--deco6 {
    width: 7rem;
    top: calc(100% - 9rem);
    left: 57%;
  }
}
.p-page__deco.--deco7 {
  width: 18rem;
  top: 16rem;
  left: 69%;
}
@media screen and (max-width: 960px) {
  .p-page__deco.--deco7 {
    width: 9rem;
    top: 7.5rem;
    left: 64%;
  }
}
.p-page__container {
  width: calc(100% - 12rem);
  display: block;
  position: relative;
  padding: 6rem 0 18.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-page__container {
    width: calc(100% - 4rem);
    padding: 4.2rem 0 10rem;
  }
}
.p-page__header {
  display: block;
  position: relative;
}
.p-page__title {
  display: block;
  position: relative;
}
.p-page__title-main {
  display: block;
  position: relative;
  font-size: 8.8rem;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-weight: 900;
  font-family: var(--font-en);
  color: var(--color-orange-dark);
}
@media screen and (max-width: 960px) {
  .p-page__title-main {
    font-size: 4.3rem;
  }
}
.p-page__title-sub {
  display: block;
  position: relative;
  margin-top: 1rem;
  font-size: 2.3rem;
  font-weight: 400;
  font-family: var(--font-cap);
}
@media screen and (max-width: 960px) {
  .p-page__title-sub {
    margin-top: 0.4rem;
    font-size: 1.1rem;
  }
}
.p-page__inner {
  display: block;
  position: relative;
}
.p-page__footer {
  display: block;
  position: relative;
  margin-top: 3rem;
}
.p-page__back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-left: 3.2rem;
}
.p-page__back::before {
  content: "";
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  display: block;
  position: absolute;
  top: -1rem;
  left: -1rem;
  background: var(--color-orange);
  border-radius: 1rem;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-page__back::before {
    transition: opacity 0.2s var(--ease_out);
  }
  .p-page__back:hover::before {
    opacity: 0.5;
  }
}
.p-page__back-text {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  font-family: var(--font-cap);
  letter-spacing: -0.05rem;
}
.p-page__back-icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%) scale(-1, 1);
  background: var(--color-orange-dark);
  border-radius: 50%;
}
.p-page__back-arrow {
  width: 1rem;
  display: block;
  position: relative;
  fill: var(--color-white);
}

.p-article {
  display: block;
  position: relative;
}
.p-article__list {
  display: block;
  position: relative;
}
.p-article__list-item {
  display: block;
  position: relative;
}
.p-article__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-baige);
}
.p-article__list-item:last-child::before {
  border-bottom: 1px solid var(--color-baige);
}

.p-article_data {
  width: 100%;
  display: block;
  position: relative;
  padding: 2.5rem 5rem 2.5rem 0.8rem;
}
@media screen and (min-width: 961px) {
  .p-article_data {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .p-article_data {
    padding: 1.5rem 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-article_data {
    transition: padding 0.2s var(--ease_out);
  }
  .p-article_data:hover {
    padding: 2.5rem 3rem 2.5rem 2.8rem;
  }
}
.p-article_data::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  position: absolute;
  top: 3.6rem;
  left: 1rem;
  transform: translate(0, -50%);
  background: var(--color-orange-dark);
  border-radius: 50%;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-article_data::before {
    transition: opacity 0.2s var(--ease_out);
  }
  .p-article_data:hover::before {
    opacity: 1;
  }
}
.p-article_data__date {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 900;
  font-family: var(--font-en);
  color: var(--color-orange-dark);
}
@media screen and (min-width: 961px) {
  .p-article_data__date {
    margin-right: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-article_data__date {
    margin-bottom: 0.6rem;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.p-article_data__title {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-article_data__title {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-article_data__title {
    transition: color 0.4s var(--ease_out);
  }
  .p-article_data:hover .p-article_data__title {
    color: var(--color-orange-dark);
  }
}

.p-single {
  display: block;
  position: relative;
}
.p-single__container {
  display: block;
  position: relative;
}
.p-single__header {
  display: block;
  position: relative;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-single__header {
    padding-bottom: 1.5rem;
  }
}
.p-single__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-baige);
}
.p-single__date {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 900;
  font-family: var(--font-en);
  color: var(--color-orange-dark);
}
@media screen and (min-width: 961px) {
  .p-single__date {
    margin-right: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-single__date {
    margin-bottom: 0.6rem;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.p-single__title {
  display: block;
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-single__title {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.p-single__inner {
  display: block;
  position: relative;
  padding: 4rem 0;
}
@media screen and (max-width: 960px) {
  .p-single__inner {
    padding: 2rem 0;
  }
}
.p-single__content {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-single__content {
    font-size: 1.3rem;
  }
}
.p-single__content a {
  color: var(--color-orange-dark);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-single__content a:hover {
    text-decoration: none;
  }
}
.p-single__content img {
  max-width: 70%;
  height: auto !important;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-single__content img {
    max-width: 100%;
  }
}
.p-single__content iframe {
  max-width: 70%;
}
@supports (aspect-ratio: 16/9) {
  .p-single__content iframe {
    width: 100%;
    display: block;
    height: auto !important;
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 960px) {
  .p-single__content iframe {
    max-width: 100%;
  }
}

.p-lineup {
  display: block;
  position: relative;
}
.p-lineup__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 3rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-lineup__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 2rem;
  }
}
.p-lineup__list-item {
  display: block;
  position: relative;
}

.p-lineup_data {
  display: block;
  position: relative;
}
.p-lineup_data__thumb {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0.2rem 0.2rem 1.5rem 0 var(--color-shadow);
}
@media screen and (max-width: 960px) {
  .p-lineup_data__thumb {
    box-shadow: 0.2rem 0.2rem 1rem 0 var(--color-shadow);
  }
}
.p-lineup_data__thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-orange-dark);
  z-index: 1;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-lineup_data__thumb::before {
    transition: opacity 0.3s var(--ease_out);
  }
  .p-lineup_data:hover .p-lineup_data__thumb::before {
    opacity: 0.3;
  }
}
.p-lineup_data__thumb-img {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-lineup_data__thumb-img {
    transition: transform 0.3s var(--ease_out);
  }
  .p-lineup_data:hover .p-lineup_data__thumb-img {
    transform: scale(1.05);
  }
}
.p-lineup_data__title {
  display: block;
  position: relative;
  margin-top: 2.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .p-lineup_data__title {
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-lineup_data__title {
    transition: color 0.3s var(--ease_out);
  }
  .p-lineup_data:hover .p-lineup_data__title {
    color: var(--color-orange-dark);
  }
}
.p-lineup_data__price {
  display: block;
  position: relative;
  margin-top: 0.4rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-lineup_data__price {
    font-size: 1.1rem;
  }
}

.p-product {
  display: block;
  position: relative;
}
.p-product__container {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-product__container {
    display: grid;
    grid-template-columns: 46rem 1fr;
    gap: 4rem;
  }
}
.p-product__header {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-product__header {
    margin-bottom: 3rem;
  }
}
.p-product__inner {
  display: block;
  position: relative;
}
.p-product__title {
  display: block;
  position: relative;
  margin-top: 3rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .p-product__title {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.p-product__price {
  display: block;
  position: relative;
  margin-top: 0.4rem;
  font-size: 2rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-product__price {
    margin-top: 0.8rem;
    font-size: 1.5rem;
  }
}
.p-product__content {
  display: block;
  position: relative;
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-product__content {
    font-size: 1.3rem;
  }
}
.p-product__content a {
  color: var(--color-orange-dark);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-product__content a:hover {
    text-decoration: none;
  }
}
.p-product__content img {
  max-width: 70%;
  height: auto !important;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-product__content img {
    max-width: 100%;
  }
}
.p-product__content iframe {
  max-width: 70%;
}
@supports (aspect-ratio: 16/9) {
  .p-product__content iframe {
    width: 100%;
    display: block;
    height: auto !important;
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 960px) {
  .p-product__content iframe {
    max-width: 100%;
  }
}

.p-product_thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-product_thumb__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.p-product_thumb__list-item {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-product_thumb__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .p-product_thumb__pagination {
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
.p-product_thumb__pagination-item {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  position: relative;
  background: var(--color-baige);
  border-radius: 50%;
  transition: background-color 0.4s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-product_thumb__pagination-item {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.p-product_thumb__pagination-item.is-slide-current {
  background: var(--color-orange-dark);
}

.p-product_pager {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-product_pager {
    margin-bottom: 4rem;
  }
}
.p-product_pager__nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.p-product_pager__nav.--prev {
  left: 0;
  padding-left: 3.2rem;
}
.p-product_pager__nav.--next {
  right: 0;
  padding-right: 3.2rem;
}
.p-product_pager__nav::before {
  content: "";
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  display: block;
  position: absolute;
  top: -1rem;
  left: -1rem;
  background: var(--color-orange);
  border-radius: 1rem;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-product_pager__nav::before {
    transition: opacity 0.2s var(--ease_out);
  }
  .p-product_pager__nav:hover::before {
    opacity: 0.5;
  }
}
.p-product_pager__nav-text {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  font-family: var(--font-cap);
  letter-spacing: -0.05rem;
}
.p-product_pager__nav-icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  background: var(--color-orange-dark);
  border-radius: 50%;
}
.--prev .p-product_pager__nav-icon {
  left: 0;
  transform: translate(0, -50%) scale(-1, 1);
}
.--next .p-product_pager__nav-icon {
  right: 0;
  transform: translate(0, -50%);
}
.p-product_pager__nav-arrow {
  width: 1rem;
  display: block;
  position: relative;
  fill: var(--color-white);
}
.p-product_pager__back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-left: 3.2rem;
  margin: 0 auto;
}
.p-product_pager__back::before {
  content: "";
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  display: block;
  position: absolute;
  top: -1rem;
  left: -1rem;
  background: var(--color-orange);
  border-radius: 1rem;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-product_pager__back::before {
    transition: opacity 0.2s var(--ease_out);
  }
  .p-product_pager__back:hover::before {
    opacity: 0.5;
  }
}
.p-product_pager__back-text {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  font-family: var(--font-cap);
  letter-spacing: -0.05rem;
}
.p-product_pager__back-icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%) scale(-1, 1);
  background: var(--color-orange-dark);
  border-radius: 50%;
}
.p-product_pager__back-arrow {
  width: 1rem;
  display: block;
  position: relative;
  fill: var(--color-white);
}

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