@charset "UTF-8";
:root {
  --svh: 100vh;
  --maxW: 1080px;
  --color-text: var(--color-navy);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --color-gray: #eaedf1;
  --color-orange: #eb6100;
  --color-orange-light: #fca700;
  --color-navy: #09111a;
  --gradient-orange: linear-gradient(to right, #fca700 0%, #eb6100 100%);
}
@media screen and (max-width: 960px) {
  :root {
    --maxW: 750px;
  }
}

/*
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 (max-width: 960px) and (min-width: 560px) {
  html {
    font-size: 78.125%;
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.15rem;
  font-weight: 500;
  color: var(--color-text);
  background: var(--color-bg);
  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-navy) !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);
}

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

.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-orange);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader::before {
  content: "";
  animation: rotate 0.6s linear infinite;
}

[data-modal] {
  cursor: pointer;
}

template {
  display: none;
}

.m-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100vw;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.is-modal-show .m-modal {
  opacity: 1;
}
.m-modal.is-open {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.m-modal.is-load-start {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.m-modal.is-close {
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
}
.m-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: -1;
}
.m-modal__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-orange);
  opacity: 0.95;
}
.m-modal__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/assets/img/common/modal/bg_deco-rt.png") no-repeat right top/50% auto, url("/assets/img/common/modal/bg_deco-lb.png") no-repeat left bottom/50% auto;
}
@media screen and (max-width: 960px) {
  .m-modal__bg::after {
    background-size: 70% auto;
  }
}
.m-modal__content {
  width: 90%;
  max-width: var(--maxW);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  font-size: 0;
  text-align: center;
  padding: 8% 0;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .m-modal__content {
    width: 90%;
  }
}
[data-modal-type=youtube] .m-modal__content {
  width: 90%;
  max-width: min(153vh, 1200px);
}
@media screen and (max-width: 960px) {
  [data-modal-type=youtube] .m-modal__content {
    width: 100%;
    max-width: min(153vh, 750px);
  }
}
.is-modal-show .m-modal__content {
  opacity: 1;
}
.is-modal-overflow-prep .m-modal__content {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  margin: 6rem auto;
}
@media screen and (max-width: 960px) {
  .is-modal-overflow-prep .m-modal__content {
    margin-top: 8rem;
  }
}
.m-modal__content > * {
  width: 100%;
  height: auto;
}
.m-modal__content > * img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 auto;
}
.m-modal__content-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .m-modal__content-btn {
    position: relative;
    top: auto;
    right: auto;
    width: 84%;
    height: auto;
    margin: 2rem auto 0;
  }
}
.m-modal__close {
  width: 8.6rem;
  height: 8.6rem;
  display: block;
  position: fixed;
  top: 3.5rem;
  right: 4.5rem;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .m-modal__close {
    width: 5.5rem;
    height: 5.5rem;
    top: 1rem;
    right: 0.5rem;
  }
}
.m-modal__close::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/assets/img/common/bg_deco-hexagon.svg") no-repeat center/contain;
}
.m-modal__close-in {
  width: 30%;
  height: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.m-modal__close-bar {
  content: "";
  width: 133%;
  height: 0.2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.m-modal__close-bar.-bar1 {
  transform: translate(-50%, -50%) rotate(45deg);
}
.m-modal__close-bar.-bar2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.m-modal__close-bar::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  transition: width 0.5s cubic-bezier(0.65, 0, 0.35, 1), background-color 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-modal-open .m-modal__close-bar::before {
  width: 100%;
  left: auto;
  right: 0;
}
.is-modal-open .m-modal__close-bar.-bar1::before {
  transition-delay: 0.3s;
}

.m-modal__close-bar.-bar2::before {
  transition-delay: 0.1s;
}
.is-modal-open .m-modal__close-bar.-bar2::before {
  transition-delay: 0.2s;
}

@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);
    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_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;
  }
}
.l-wrap {
  display: block;
  position: relative;
}
.l-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background: url("/assets/img/common/bg_main.jpg") repeat-y center top/100% auto;
  opacity: 0;
}
.is-load .l-wrap::before {
  opacity: 1;
  transition: opacity 1.8s cubic-bezier(0.76, 0, 0.24, 1) 0.4s;
}
.l-wrap__loader {
  height: 6rem;
  width: 6rem;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 15;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader {
    height: 3rem;
    width: 3rem;
  }
}
.is-load .l-wrap__loader {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.is-load-active .l-wrap__loader {
  display: none;
}
.l-wrap__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 0.3rem solid var(--color-white);
  border-top: 0.3rem solid var(--color-orange);
  animation: rotate 0.6s linear infinite;
  z-index: 20;
  pointer-events: none;
}
.l-wrap__bg-canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
}
.is-canvas-load .l-wrap__bg-canvas {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.76, 0, 0.24, 1);
}
.l-wrap__bg-canvas canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-wrap__container {
  display: block;
  position: relative;
  opacity: 0;
}
@media screen and (min-width: 961px) {
  .l-wrap__container {
    padding-right: 7rem;
  }
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.76, 0, 0.24, 1);
}

.l-main {
  min-height: calc(var(--svh) - var(--footerH));
  display: block;
  position: relative;
}
.l-header {
  --headerW: 7rem;
}
.l-header__brand {
  width: 27.8rem;
  display: block;
  position: absolute;
  left: 3rem;
  top: 3.2rem;
  z-index: 5;
}
@media screen and (max-width: 960px) {
  .l-header__brand {
    width: 37%;
    max-width: 160px;
    position: absolute;
    top: 1.6rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.l-header__brand-link {
  display: block;
  position: relative;
}
.l-header__nav-bg {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.is-menu-open .l-header__nav-bg {
  display: block;
}
@media screen and (min-width: 961px) {
  .l-header__menu {
    width: var(--headerW);
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 15;
  }
}

@media screen and (min-width: 961px) {
  .l-header_menu {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    color: var(--color-white);
    cursor: pointer;
    background-color: var(--color-orange);
  }
  .l-header_menu::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/assets/img/common/bg_menu.jpg") repeat-x center top/4.8rem auto;
    transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
}
@media screen and (min-width: 961px) and (hover: hover) {
  .l-header_menu:hover::before {
    opacity: 0;
  }
}
@media screen and (max-width: 960px) {
  .l-header_menu {
    width: 5.2rem;
    height: 5.2rem;
    display: block;
    position: fixed;
    top: 0.8rem;
    right: 0.7rem;
    z-index: 15;
  }
  .l-header_menu::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/assets/img/common/bg_deco-hexagon_orange.svg") no-repeat center/contain;
    z-index: 0;
  }
}
@media screen and (min-width: 961px) {
  .l-header_menu__container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 960px) {
  .l-header_menu__container {
    width: 2rem;
    height: 1.2rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.l-header_menu__inner {
  width: 2.2rem;
  height: 1.2rem;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-header_menu__inner {
    width: 2rem;
    height: 1.2rem;
  }
}
.l-header_menu__line {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-header_menu__line-item {
  width: 100%;
  height: 0.2rem;
  display: block;
  position: absolute;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 960px) {
  .l-header_menu__line-item {
    height: 0.15rem;
  }
}
.l-header_menu__line.-open .l-header_menu__line-item {
  transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-header_menu__line.-open .l-header_menu__line-item.-item1 {
  top: 0;
}
@media (hover: hover) {
  .l-header_menu:hover .l-header_menu__line.-open .l-header_menu__line-item.-item1 {
    transform: translate(0, -0.2rem);
  }
}
.l-header_menu__line.-open .l-header_menu__line-item.-item2 {
  top: 50%;
  transform: translate(0, -50%);
}
.l-header_menu__line.-open .l-header_menu__line-item.-item3 {
  bottom: 0;
}
@media (hover: hover) {
  .l-header_menu:hover .l-header_menu__line.-open .l-header_menu__line-item.-item3 {
    transform: translate(0, 0.2rem);
  }
}
.l-header_menu__line.-close .l-header_menu__line-item {
  left: 50%;
  top: 50%;
}
.l-header_menu__line.-close .l-header_menu__line-item.-item1 {
  transform: translate(-50%, -50%) rotate(35deg);
}
.l-header_menu__line.-close .l-header_menu__line-item.-item2 {
  transform: translate(-50%, -50%) rotate(-35deg);
}
.l-header_menu__line-bar {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}
.is-menu-open .l-header_menu__line.-open .l-header_menu__line-bar {
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1) 0s;
}
.l-header_menu__line.-close .l-header_menu__line-bar {
  transform: translateX(-100%);
}
.is-menu-open .l-header_menu__line.-close .l-header_menu__line-bar {
  transform: translateX(0);
  transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-header_menu__line.-open .-item1 .l-header_menu__line-bar {
  transition-delay: 0.1s;
}
.is-menu-open .l-header_menu__line.-open .-item1 .l-header_menu__line-bar {
  transition-delay: 0s;
}
.l-header_menu__line.-close .-item1 .l-header_menu__line-bar {
  transition-delay: 0s;
}
.is-menu-open .l-header_menu__line.-close .-item1 .l-header_menu__line-bar {
  transition-delay: 0.1s;
}
.l-header_menu__line.-open .-item2 .l-header_menu__line-bar {
  transition-delay: 0.15s;
}
.is-menu-open .l-header_menu__line.-open .-item2 .l-header_menu__line-bar {
  transition-delay: 0.05s;
}
.l-header_menu__line.-close .-item2 .l-header_menu__line-bar {
  transition-delay: 0s;
}
.is-menu-open .l-header_menu__line.-close .-item2 .l-header_menu__line-bar {
  transition-delay: 0.1s;
}
.l-header_menu__line.-open .-item3 .l-header_menu__line-bar {
  transition-delay: 0.2s;
}
.is-menu-open .l-header_menu__line.-open .-item3 .l-header_menu__line-bar {
  transition-delay: 0.1s;
}
.l-header_menu__line-bar::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transition: width 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  background: var(--color-gray-light);
}
.is-menu-open .l-header_menu__line.-open .l-header_menu__line-bar::before {
  width: 0;
}
.l-header_menu__line.-close .l-header_menu__line-bar::before {
  width: 0;
  left: 0;
}
.is-menu-open .l-header_menu__line.-close .l-header_menu__line-bar::before {
  width: 100%;
  transition: width 0.8s cubic-bezier(0.87, 0, 0.13, 1);
}
.l-header_menu__line.-open .-item1 .l-header_menu__line-bar::before {
  transition-delay: 0s;
}
.is-menu-open .l-header_menu__line.-open .-item1 .l-header_menu__line-bar::before {
  transition-delay: 0.1s;
}
.l-header_menu__line.-close .-item1 .l-header_menu__line-bar::before {
  transition-delay: 0s;
}
.is-menu-open .l-header_menu__line.-close .-item1 .l-header_menu__line-bar::before {
  transition-delay: 0s;
}
.l-header_menu__line.-open .-item2 .l-header_menu__line-bar::before {
  transition-delay: 0.05s;
}
.is-menu-open .l-header_menu__line.-open .-item2 .l-header_menu__line-bar::before {
  transition-delay: 0.05s;
}
.l-header_menu__line.-close .-item2 .l-header_menu__line-bar::before {
  transition-delay: 0.05s;
}
.is-menu-open .l-header_menu__line.-close .-item2 .l-header_menu__line-bar::before {
  transition-delay: 0.1s;
}
.l-header_menu__line.-open .-item3 .l-header_menu__line-bar::before {
  transition-delay: 0.1s;
}
.is-menu-open .l-header_menu__line.-open .-item3 .l-header_menu__line-bar::before {
  transition-delay: 0s;
}
.l-header_menu__line-bar::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-white);
  transition: width 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.1s, background-color 0.25s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-menu-open .l-header_menu__line.-open .l-header_menu__line-bar::after {
  width: 0;
  transition: width 0.4s cubic-bezier(0.87, 0, 0.13, 1);
}
.l-header_menu__line.-close .l-header_menu__line-bar::after {
  width: 0;
  left: 0;
}
.is-menu-open .l-header_menu__line.-close .l-header_menu__line-bar::after {
  width: 100%;
  transition: width 0.4s cubic-bezier(0.87, 0, 0.13, 1);
}
.l-header_menu__line.-open .-item1 .l-header_menu__line-bar::after {
  transition-delay: 0.3s, 0s;
}
.is-menu-open .l-header_menu__line.-open .-item1 .l-header_menu__line-bar::after {
  transition-delay: 0.1s;
}
.l-header_menu__line.-close .-item1 .l-header_menu__line-bar::after {
  transition-delay: 0.1s;
}
.is-menu-open .l-header_menu__line.-close .-item1 .l-header_menu__line-bar::after {
  transition-delay: 0.3s, 0s;
}
.l-header_menu__line.-open .-item2 .l-header_menu__line-bar::after {
  transition-delay: 0.35s, 0s;
}
.is-menu-open .l-header_menu__line.-open .-item2 .l-header_menu__line-bar::after {
  transition-delay: 0.05s;
}
.l-header_menu__line.-close .-item2 .l-header_menu__line-bar::after {
  transition-delay: 0.05s;
}
.is-menu-open .l-header_menu__line.-close .-item2 .l-header_menu__line-bar::after {
  transition-delay: 0.35s, 0s;
}
.l-header_menu__line.-open .-item3 .l-header_menu__line-bar::after {
  transition-delay: 0.4s, 0s;
}
.is-menu-open .l-header_menu__line.-open .-item3 .l-header_menu__line-bar::after {
  transition-delay: 0s;
}
.l-header_menu__footer {
  display: block;
  position: relative;
  margin-top: 2.2rem;
}
@media screen and (max-width: 960px) {
  .l-header_menu__footer {
    display: none;
  }
}
.l-header_menu__text {
  display: block;
  position: relative;
  font-size: 2rem;
  font-family: "Poppins", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  writing-mode: vertical-rl;
  letter-spacing: 0.25rem;
  font-weight: 700;
}
.l-header_menu__sns {
  width: 4rem;
  display: block;
}
@media screen and (min-width: 961px) {
  .l-header_menu__sns {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 960px) {
  .l-header_menu__sns {
    width: 4.4rem;
    position: fixed;
    bottom: 0.8rem;
    right: 1rem;
    z-index: 15;
    opacity: 0;
    display: none;
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .is-menu-show .l-header_menu__sns {
    display: block;
  }
  .is-menu-open .l-header_menu__sns {
    pointer-events: auto;
    opacity: 1;
  }
}
.l-header_menu__twitter {
  width: 4rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-header_menu__twitter {
    width: 4.4rem;
  }
}
.l-header_menu__twitter-base {
  display: block;
  position: relative;
}
.l-header_menu__twitter-base_svg {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  fill: var(--color-white);
}
@media (hover: hover) {
  .l-header_menu__twitter-base_svg {
    transition: fill 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .l-header_menu__twitter:hover .l-header_menu__twitter-base_svg {
    fill: var(--color-navy);
  }
}
.l-header_menu__twitter-icon {
  width: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header_menu__twitter-svg {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  fill: var(--color-orange);
}

.l-nav {
  width: calc(32.5rem - var(--headerW));
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  right: var(--headerW);
  background: var(--color-orange);
  z-index: 10;
  overscroll-behavior-y: none;
  overflow-y: auto;
}
.is-menu-show .l-nav {
  display: block;
}
@media screen and (min-width: 961px) {
  .l-nav {
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .is-menu-open .l-nav {
    transform: translateX(0);
  }
  .l-nav::after {
    content: "";
    width: 0.1rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-right: 0.1rem solid var(--color-white);
    pointer-events: none;
  }
}
@media screen and (max-width: 960px) {
  .l-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .is-menu-open .l-nav {
    pointer-events: auto;
    opacity: 1;
  }
}
.l-nav::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/assets/img/common/bg_menu.jpg") repeat-x center top/4.8rem auto;
}
@media screen and (max-width: 960px) {
  .l-nav::before {
    background-size: 3.6rem auto;
  }
}
.l-nav__container {
  width: 100%;
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.l-nav__inner {
  width: 100%;
  display: block;
  position: relative;
}
.l-nav__link {
  display: block;
  position: relative;
}
.l-nav__link::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: var(--color-white);
  transition: width 0.3s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-current .l-nav__link::before {
  opacity: 1;
  width: 100%;
  background: var(--color-navy) !important;
}
@media (hover: hover) {
  .l-nav__link:hover::before {
    width: 100%;
    left: 0;
    opacity: 1;
  }
}
.l-nav__link-text {
  display: block;
  position: relative;
  padding: 0.7rem 3.2rem;
  font-size: 3rem;
  font-family: "Poppins", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05rem;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .l-nav__link-text {
    padding: 0.4rem 2.6rem 0.3rem;
    font-size: 2.8rem;
  }
}
@media (hover: hover) {
  .l-nav__link-text {
    transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .l-nav__link:hover .l-nav__link-text {
    color: var(--color-orange);
    transition-delay: 0.1s;
  }
}

.l-footer {
  display: block;
  position: relative;
  container-type: inline-size;
}
.l-footer__container {
  display: block;
  position: relative;
  padding: 3.7rem;
  color: var(--color-white);
  background: var(--color-navy);
}
@media screen and (min-width: 961px) {
  @container (max-width: 960px) {
    .l-footer__container {
      padding: 1rem;
    }
  }
}
@media screen and (max-width: 960px) {
  .l-footer__container {
    padding: 3rem 2rem 4rem;
  }
}
.l-footer__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.l-footer__bnr {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  @container (min-width: 961px) {
    .l-footer__bnr {
      flex: 1 1 0;
      min-width: 0;
    }
  }
  @container (max-width: 960px) {
    .l-footer__bnr {
      width: 100%;
      margin: 0 auto;
    }
  }
}
@media screen and (max-width: 960px) {
  .l-footer__bnr {
    width: 100%;
    margin: 0 auto;
  }
}
.l-footer__share {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  @container (max-width: 960px) {
    .l-footer__share {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 4rem auto 0;
    }
  }
}
@media screen and (max-width: 960px) {
  .l-footer__share {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 3rem auto 0;
  }
}
.l-footer__notify {
  width: 100%;
  position: relative;
  margin: 3.5rem auto 0;
}
@media screen and (max-width: 960px) {
  .l-footer__notify {
    margin-top: 3.5rem;
  }
}
.l-footer__notify-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 1.1rem;
  text-align: center;
  color: var(--color-orange);
}
@media screen and (max-width: 960px) {
  .l-footer__notify-text {
    font-size: 1.2rem;
  }
}
.l-footer__notify-text::before {
  content: "";
  width: 100%;
  height: 0.2rem;
  display: block;
  position: absolute;
  bottom: -0.6rem;
  left: 0;
  border-bottom: 0.2rem solid var(--color-orange);
  transition: width 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .l-footer__notify-text::before {
    border-bottom-width: 0.2rem;
  }
}
@media (hover: hover) {
  .l-footer__notify:hover .l-footer__notify-text::before {
    width: 0;
    right: 0;
    left: auto;
    opacity: 1;
  }
}
.l-footer__copy {
  width: 100%;
  position: relative;
  margin: 3.5rem auto 0;
  font-size: 1.1rem;
  text-align: center;
  color: var(--color-orange);
}
@media screen and (max-width: 960px) {
  .l-footer__copy {
    margin-top: 4.5rem;
    font-size: 1rem;
  }
}
.l-footer__cap {
  width: 60%;
  max-width: 215px;
  position: relative;
  margin: 2.9rem auto 3rem;
}
@media screen and (max-width: 960px) {
  .l-footer__cap {
    width: 50%;
  }
}

.l-footer_chara {
  display: block;
  position: relative;
  overflow: hidden;
}
.l-footer_chara::before {
  content: "";
  width: 100%;
  height: 40%;
  display: block;
  position: absolute;
  top: 66%;
  left: 0;
  transform: translate(0, -50%);
  background: url("/assets/img/common/footer/bg_footer.jpg") no-repeat center/cover;
  -webkit-mask: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33%, black 66%, black 100%) no-repeat 100% 0/300% 100%;
  mask: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33%, black 66%, black 100%) no-repeat 100% 0/300% 100%;
}
.is-load .l-footer_chara::before {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 1.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: mask-position 1.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: mask-position 1.8s cubic-bezier(0.65, 0, 0.35, 1), -webkit-mask-position 1.8s cubic-bezier(0.65, 0, 0.35, 1);
}
.l-footer_chara__cap {
  width: 26.8613138686%;
  max-width: 368px;
  display: block;
  position: absolute;
  left: 9%;
  bottom: 5.5%;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .l-footer_chara__cap {
    width: 52%;
    left: 50%;
    bottom: 5.8%;
    transform: translate(-50%, 0);
  }
}
.l-footer_chara__cap img {
  width: 100%;
}
.l-footer_chara__visual {
  width: 48.9051094891%;
  max-width: 670px;
  position: relative;
  margin-left: auto;
  opacity: 0;
  transform: translate(-9rem, 0);
}
@media screen and (min-width: 961px) {
  .l-footer_chara__visual {
    margin-right: 4.8%;
  }
}
@media screen and (max-width: 960px) {
  .l-footer_chara__visual {
    width: 92%;
    max-width: 470px;
  }
}
.is-load .l-footer_chara__visual {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.25s cubic-bezier(0.5, 1, 0.89, 1) 0.8s, transform 1.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.l-footer_chara__visual-deco {
  width: 80%;
  position: absolute;
  top: 67%;
  left: 55%;
  transform: translate(-50%, -50%);
}
.l-footer_chara__visual-deco img {
  display: block;
  position: relative;
  transform: translate(-1rem, 0);
}
.is-load .l-footer_chara__visual-deco img {
  transform: translate(0, 0);
  transition: transform 5s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
}
.l-footer_chara__visual-img {
  display: block;
  position: relative;
  transform: translate(-2rem, 0);
}
@media screen and (max-width: 960px) {
  .l-footer_chara__visual-img {
    left: 15%;
  }
}
.is-load .l-footer_chara__visual-img {
  transform: translate(0, 0);
  transition: transform 5s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
}
.l-footer_chara__visual-img img {
  display: block;
  position: relative;
}
.l-footer_chara__visual-img img.-chara5 {
  left: 25%;
}
@media screen and (max-width: 960px) {
  .l-footer_chara__visual-img img.-chara5 {
    left: 15%;
  }
}

.l-footer_bnr {
  display: block;
  position: relative;
}
.l-footer_bnr__list {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
@media screen and (min-width: 961px) {
  @container (max-width: 960px) {
    .l-footer_bnr__list {
      justify-content: center;
    }
  }
}
@media screen and (max-width: 960px) {
  .l-footer_bnr__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.l-footer_bnr__list-item {
  width: 19.4rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  @container (max-width: 960px) {
    .l-footer_bnr__list-item {
      width: 33%;
    }
  }
  .l-footer_bnr__list-item + .l-footer_bnr__list-item {
    margin-left: 0.6rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer_bnr__list-item {
    width: calc(50% - 1rem);
    margin: 0 1rem 1rem 0;
  }
  .l-footer_bnr__list-item:nth-child(2n), .l-footer_bnr__list-item:last-child {
    margin-right: 0;
  }
}
.l-footer_bnr__link {
  display: block;
  position: relative;
}
.l-footer_bnr__link-img {
  display: block;
  position: relative;
}
.l-footer_bnr__link-img::after {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  background: var(--gradient-orange) no-repeat center/auto 100%;
  transition: width 0.4s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (hover: hover) {
  .l-footer_bnr__link:hover .l-footer_bnr__link-img::after {
    width: 100%;
    left: 0;
    opacity: 0.5;
  }
}

.l-footer_share {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer_share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.l-footer_share__cap {
  display: block;
  position: relative;
  font-size: 1.2rem;
  font-family: "Poppins", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-orange);
}
@media screen and (min-width: 961px) {
  .l-footer_share__cap {
    margin-right: 3.4rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer_share__cap {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    text-align: center;
  }
}
.l-footer_share__list {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.l-footer_share__list-item {
  display: block;
  position: relative;
}
.l-footer_share__list-item + .l-footer_share__list-item {
  margin-left: 2.5rem;
}
@media screen and (max-width: 960px) {
  .l-footer_share__list-item + .l-footer_share__list-item {
    margin-left: 4.5rem;
  }
}
.l-footer_share__link {
  width: 3rem;
  display: block;
  position: relative;
}
.l-footer_share__link-svg {
  display: block;
  position: relative;
}
.l-footer_share__link-path {
  display: block;
  position: relative;
  fill: var(--color-orange);
}
@media (hover: hover) {
  .l-footer_share__link-path {
    transition: fill 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .l-footer_share__link:hover .l-footer_share__link-path {
    fill: var(--color-orange-light);
  }
}

.l-in {
  display: block;
  position: relative;
  overflow: hidden;
}
.l-in__container {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 17rem 0 8rem;
}
@media screen and (max-width: 960px) {
  .l-in__container {
    padding: 10.4rem 0 6.2rem;
  }
}
.l-in__header {
  display: block;
  position: relative;
  margin-bottom: 5.8rem;
  opacity: 0;
  transform: translateX(-3rem);
}
@media screen and (max-width: 960px) {
  .l-in__header {
    margin-bottom: 2.8rem;
  }
}
.is-load .l-in__header {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-in__title {
  width: 90%;
  max-width: 640px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-in__title {
    width: 100%;
    max-width: 750px;
  }
}
.l-in__inner {
  width: 90%;
  max-width: var(--maxW);
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateX(-4rem);
}
.is-load .l-in__inner {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
}

.c-pagination {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .c-pagination {
    padding-bottom: 4.6rem;
  }
}
.c-pagination__nav {
  position: absolute;
}
@media screen and (min-width: 961px) {
  .c-pagination__nav {
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 960px) {
  .c-pagination__nav {
    bottom: 0;
  }
}
@media screen and (min-width: 961px) {
  .c-pagination__nav.-prev {
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .c-pagination__nav.-prev {
    right: calc(50% + 1rem);
  }
}
@media screen and (min-width: 961px) {
  .c-pagination__nav.-next {
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  .c-pagination__nav.-next {
    left: calc(50% + 1rem);
  }
}
.c-pagination__nav-text {
  display: block;
  position: relative;
  padding: 0.4rem 0;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .c-pagination__nav-text {
    padding: 0.3rem 0;
    font-size: 1.3rem;
  }
}
@media (hover: hover) {
  .c-pagination__nav-text {
    transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-pagination__nav:hover .c-pagination__nav-text {
    color: var(--color-orange);
  }
}
.c-pagination__nav-text::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.3rem solid var(--color-navy);
}
@media screen and (max-width: 960px) {
  .c-pagination__nav-text::before {
    border-bottom-width: 0.2rem;
  }
}
@media (hover: hover) {
  .c-pagination__nav-text::before {
    transition: border-bottom-color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-pagination__nav:hover .c-pagination__nav-text::before {
    border-bottom-color: var(--color-orange);
  }
}
.c-pagination__list {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
}
.c-pagination__list-item {
  display: block;
  position: relative;
}
.c-pagination__list-item + .c-pagination__list-item {
  margin-left: 1.5rem;
}
@media screen and (max-width: 960px) {
  .c-pagination__list-item + .c-pagination__list-item {
    margin-left: 1rem;
  }
}
.c-pagination__link {
  width: 5.8rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .c-pagination__link {
    width: 3.4rem;
  }
}
.is-current .c-pagination__link {
  pointer-events: none;
}
.c-pagination__link-base {
  display: block;
  position: relative;
}
.c-pagination__link-svg {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  fill: var(--color-gray);
}
.is-current .c-pagination__link-svg {
  fill: var(--color-orange) !important;
}
@media (hover: hover) {
  .c-pagination__link-svg {
    transition: fill 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-pagination__link:hover .c-pagination__link-svg {
    fill: var(--color-navy);
  }
}
.c-pagination__link-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  font-family: "Poppins", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .c-pagination__link-text {
    font-size: 1.2rem;
  }
}
.is-current .c-pagination__link-text {
  color: var(--color-white) !important;
}
@media (hover: hover) {
  .c-pagination__link-text {
    transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-pagination__link:hover .c-pagination__link-text {
    color: var(--color-white);
  }
}

.c-btn_back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
}
.c-btn_back__text {
  display: block;
  position: relative;
  padding: 0.4rem 0 1rem;
  font-size: 1.8rem;
  color: var(--color-orange);
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .c-btn_back__text {
    font-size: 1.2rem;
  }
}
.c-btn_back__text::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 0.4rem solid var(--color-orange);
  transition: width 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .c-btn_back__text::before {
    border-bottom-width: 0.2rem;
  }
}
@media (hover: hover) {
  .c-btn_back:hover .c-btn_back__text::before {
    width: 0;
    left: 0;
    opacity: 1;
  }
}

.c-none {
  width: 100%;
  display: block;
  position: relative;
  font-size: 4.2rem;
  font-weight: 700;
  text-align: center;
  font-family: "Poppins", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-orange);
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .c-none {
    font-size: 2.2rem;
  }
}

.p-bg_tile {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, 100px);
  position: fixed;
  top: 0;
  left: 0;
  transform: rotate(25deg) scale(1.5);
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .p-bg_tile {
    transform: rotate(25deg) scale(1.4);
    grid-template-columns: repeat(auto-fill, 50px);
  }
}
.is-load .p-bg_tile {
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.76, 0, 0.24, 1);
}
.p-bg_tile__list {
  display: block;
  position: relative;
  opacity: 0;
}
.is-ready .p-bg_tile__list {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.76, 0, 0.24, 1);
}
.p-bg_tile__list-item {
  width: 100px;
  height: 100px;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-bg_tile__list-item {
    width: 50px;
    height: 50px;
  }
}
.p-bg_tile__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border: 0.05rem solid var(--color-white);
  box-shadow: 0 0 1rem 0.2rem #c2e7f9;
  transition: opacity 0.12s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-bg_tile__list-item[data-opacity="1"]::before {
  opacity: 0.1;
}

.p-bg_tile__list-item[data-opacity="2"]::before {
  opacity: 0.2;
}

.p-bg_tile__list-item[data-opacity="3"]::before {
  opacity: 0.3;
}

.p-bg_tile__list-item[data-opacity="4"]::before {
  opacity: 0.4;
}

.p-bg_tile__list-item[data-opacity="5"]::before {
  opacity: 0.5;
}

.p-bg_tile__list-item[data-opacity="6"]::before {
  opacity: 0.6;
}

.p-bg_tile__list-item[data-opacity="7"]::before {
  opacity: 0.7;
}

.p-bg_tile__list-item[data-opacity="8"]::before {
  opacity: 0.8;
}

.p-bg_tile__list-item[data-opacity="9"]::before {
  opacity: 0.9;
}

.p-bg_tile__list-item[data-opacity="10"]::before {
  opacity: 1;
}

.p-bg_tile__list-item::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-white);
}