@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
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, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  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;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: YakuHanJP, -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%;
  word-wrap: break-word;
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg/bg_grunge.jpg) no-repeat center top;
  background-size: cover;
}

.l-wrap {
  position: relative;
  overflow: hidden;
}
.l-wrap.-in {
  padding-top: 100px;
}
@media screen and (max-width: 899px) {
  .l-wrap.-in {
    padding-top: 60px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 2;
}
.l-header__inner {
  position: relative;
  background: url(../img/bg/bg_ptn_black.jpg) repeat 0 0;
  background-size: 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 34px;
  height: 100px;
  pointer-events: all;
}
@media screen and (max-width: 899px) {
  .l-header__inner {
    padding: 10px 10px;
    height: 62px;
    background-size: 65px;
  }
}
.l-header__inner::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  background: #A3BAC4;
  background: linear-gradient(90deg, rgb(163, 186, 196) 0%, rgb(255, 255, 255) 50%, rgb(163, 186, 196) 100%);
}
.l-header__logo {
  width: 57px;
  flex-shrink: 0;
}
@media screen and (max-width: 899px) {
  .l-header__logo {
    width: 4rem;
  }
}
.l-header__official {
  width: 52px;
  flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  .l-header__official {
    display: none;
  }
}
.l-header__official a {
  display: block;
}
@media (hover: hover) {
  .l-header__official a:hover img {
    transform: scale(0.98);
    opacity: 0.7;
  }
}
.l-header__official a img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 1100px) {
  .l-header__menu {
    display: none;
  }
}
.l-header__menu .c-menu {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}
.l-header__menu .c-menu__item {
  position: relative;
  padding: 0 1.8rem;
  padding-bottom: 50px;
  margin-bottom: 10px;
  cursor: pointer;
}
.l-header__menu .c-menu__item::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  left: 48%;
  transform: translateX(-50%);
  -webkit-mask: url(../img/slash.svg) no-repeat center center;
  mask: url(../img/slash.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #b0babd;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .l-header__menu .c-menu__item:hover::before {
    opacity: 1;
  }
  .l-header__menu .c-menu__item:hover .c-menu__text {
    color: #0082cd;
  }
  .l-header__menu .c-menu__item:hover .c-menu__text a {
    color: #0082cd;
  }
}
.l-header__menu .c-menu__item.is-current::before {
  opacity: 1;
}
.l-header__menu .c-menu__item.is-current .c-menu__text {
  color: #0082cd;
}
@media screen and (max-width: 1100px) {
  .l-header__menu .c-menu__item {
    padding: 0;
  }
}
.l-header__menu .c-menu__item a {
  text-decoration: none;
}
.l-header__menu .c-menu__text {
  position: relative;
  color: #ffffff;
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-header__menu .c-menu__text a {
  text-decoration: none;
  color: #ffffff;
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-header__hbg {
  position: relative;
  display: none;
  width: 60px;
}
@media screen and (max-width: 1100px) {
  .l-header__hbg {
    display: block;
    transform: translateX(23%);
  }
}
@media screen and (max-width: 899px) {
  .l-header__hbg {
    transform: translateX(16%);
  }
}
.l-header__hbg-btn-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header__hbg-btn-line {
  margin: 0 auto;
  width: 90%;
  height: 10px;
  position: relative;
  margin-bottom: 5px;
}
.l-header__hbg-btn-line .p-in_line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #000;
}
.l-header__hbg-btn-line .p-in_line:nth-child(1) {
  top: 20%;
}
.is-menu-open .l-header__hbg-btn-line .p-in_line:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(20deg);
}
.l-header__hbg-btn-line .p-in_line:nth-child(2) {
  top: 70%;
}
.is-menu-open .l-header__hbg-btn-line .p-in_line:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-20deg);
}
.l-header__hbg-btn-text {
  position: relative;
  font-family: "chapman-extended", sans-serif;
  font-weight: 900;
  font-size: 10px;
  width: 100%;
  text-align: center;
}
.l-header__hbg-btn-text .p-in_close {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.l-header__pullmenu {
  position: relative;
  background: url(../img/bg/bg_ptn_blue.jpg) repeat 0 0;
  background-size: 130px;
  padding: 38px 30px 14px;
  opacity: 0;
}
.l-header__pullmenu.is-pc {
  position: fixed;
  top: 99px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  visibility: hidden;
  transition: all 0.3s ease-out 0.2s;
}
@media screen and (max-width: 1100px) {
  .l-header__pullmenu.is-pc {
    display: none;
  }
}
.l-header__pullmenu.is-show {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1100px) {
  .l-header__pullmenu.is-sp {
    padding: 0;
    display: block;
    height: calc(100vh - 100px);
    overflow: hidden;
    background: url(../img/bg/bg_ptn_darkgray.jpg) repeat 0 0;
    background-size: 130px;
  }
}
@media screen and (max-width: 899px) {
  .l-header__pullmenu.is-sp {
    background: url(../img/bg/bg_grunge.jpg) no-repeat center top;
    background-size: cover;
    height: calc(100vh - 62px);
  }
}
.is-menu-open .l-header__pullmenu.is-sp {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 1100px) {
  .l-header__pullmenu-outer {
    overflow: auto;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__pullmenu-inner {
    min-height: 100%;
    margin: 0 auto;
    width: 90%;
    max-width: 800px;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 899px) {
  .l-header__pullmenu-inner {
    width: 91%;
    padding: 28px 0;
    display: block;
  }
}
.l-header__pullmenu-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 67rem;
}
.l-header__pullmenu-list-item {
  margin: 0 1.5rem 2.5rem;
  font-size: 1.4rem;
}
.l-header__pullmenu-list-item a {
  display: inline-block;
  vertical-align: baseline;
  padding: 2px;
  color: #ffffff;
  text-decoration: none;
  transition: background 0.5s cubic-bezier(0.25, 1, 0.5, 1), color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .l-header__pullmenu-list-item a:hover {
    background-color: #b0babd;
    color: #000;
  }
}
.l-header__pullmenu-main {
  width: 73%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 899px) {
  .l-header__pullmenu-main {
    width: 100%;
    display: block;
  }
}
.l-header__pullmenu-box {
  width: 46%;
}
@media screen and (max-width: 899px) {
  .l-header__pullmenu-box {
    width: 100%;
  }
}
.l-header__pullmenu-box-item + .l-header__pullmenu-box-item {
  margin-top: 18px;
}
.l-header__pullmenu-cap {
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .l-header__pullmenu-cap {
    border-bottom: 1px solid #434343;
  }
}
@media screen and (max-width: 899px) {
  .l-header__pullmenu-cap {
    margin-bottom: 25px;
  }
}
.l-header__pullmenu-cap a {
  font-weight: 700;
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 17px 0;
  padding-right: 20px;
  line-height: 1.3;
  position: relative;
}
@media screen and (max-width: 899px) {
  .l-header__pullmenu-cap a {
    background-color: #2c2d31;
    padding: 11px 15px;
    font-size: 1.7rem;
  }
}
.l-header__pullmenu-cap a::before {
  content: "";
  width: 10px;
  right: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-mask: url(../img/arrow.svg) no-repeat center center;
  mask: url(../img/arrow.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #ffffff;
}
@media screen and (max-width: 899px) {
  .l-header__pullmenu-sub {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 899px) {
  .l-header__pullmenu-sub-item {
    width: 49%;
    border-bottom: 1px solid #b0babd;
    margin-right: 2%;
    margin-bottom: 13px;
  }
  .l-header__pullmenu-sub-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 900px) {
  .l-header__pullmenu-sub-item + .l-header__pullmenu-sub-item {
    margin-top: 14px;
  }
}
.l-header__pullmenu-sub-item a {
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  padding-left: 22px;
  font-size: 13px;
  line-height: 1.3;
  display: inline-block;
  vertical-align: baseline;
}
@media screen and (max-width: 899px) {
  .l-header__pullmenu-sub-item a {
    padding-left: 26px;
    padding-bottom: 14px;
    color: #000;
    display: block;
    font-size: 1.4rem;
  }
}
.l-header__pullmenu-sub-item a::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  left: 0;
  background: url(../img/points.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .l-header__pullmenu-sub-item a::before {
    left: 4px;
  }
}
.l-header__pullmenu-official {
  margin-top: 20px;
  width: 163px;
  flex-shrink: 0;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 899px) {
  .l-header__pullmenu-official {
    background-color: #2c2d31;
    margin: 0 auto;
    margin-top: 35px;
    width: 180px;
  }
}
.l-header__pullmenu-official::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px;
  background: #A3BAC4;
  background: linear-gradient(90deg, rgb(163, 186, 196) 0%, rgb(255, 255, 255) 50%, rgb(163, 186, 196) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  box-sizing: border-box;
}
.l-header__pullmenu-official a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
}
@media screen and (max-width: 899px) {
  .l-header__pullmenu-official a {
    padding: 15px 20px;
  }
}
.l-header__pullmenu-official-text {
  font-family: "chapman-extended", sans-serif;
  font-weight: 900;
  color: #ffffff;
  font-size: 1.2rem;
}
@media screen and (max-width: 899px) {
  .l-header__pullmenu-official-text {
    font-size: 1.3rem;
  }
}
.l-header__pullmenu-official-icon {
  width: 20px;
  flex-shrink: 0;
  margin-left: 15px;
}
.l-header__pullmenu-official-icon svg {
  fill: #ffffff;
}

.l-section__ttl {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 899px) {
  .l-section__ttl {
    margin-bottom: 40px;
  }
}
.l-section__ttl::before {
  content: "";
  position: absolute;
  top: 64%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.15);
  opacity: 0;
  width: 42rem;
  padding-top: 42rem;
  background: url(../img/title_bg_silver.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
}
.l-section.is-active .l-section__ttl::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .l-section__ttl::before {
    width: 28rem;
    padding-top: 28rem;
  }
}
.l-section__ttl-content {
  position: relative;
}
.l-section__ttl-cap {
  font-family: "chapman-extended", sans-serif;
  font-weight: 900;
  color: #0082cd;
  font-size: 1.5rem;
  margin-bottom: 12px;
  position: relative;
  transform: translateY(25px);
  opacity: 0;
}
.l-section.is-active .l-section__ttl-cap {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .l-section__ttl-cap {
    margin-bottom: 7px;
    font-size: 1rem;
  }
}
.l-section__ttl-cap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  -webkit-mask: url(../img/slash.svg) no-repeat center center;
  mask: url(../img/slash.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #b0babd;
}
.l-section__ttl-cap-text {
  position: relative;
}
.l-section__ttl h2 {
  font-size: 5rem;
  letter-spacing: 0.1rem;
  background: #0082CD;
  background: linear-gradient(180deg, rgb(0, 130, 205) 0%, rgb(0, 0, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translateY(25px);
  opacity: 0;
}
.l-section.is-active .l-section__ttl h2 {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.1s;
}
@media screen and (max-width: 899px) {
  .l-section__ttl h2 {
    font-size: 3.5rem;
  }
}
.l-section__inner {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}

.l-footer {
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 899px) {
  .l-footer {
    padding-top: 0;
  }
}
.l-footer__bottom {
  text-align: center;
  background: url(../img/bg/bg_ptn_darkgray.jpg) repeat 0 0;
  background-size: 130px;
  color: #ffffff;
  padding: 10px 10px;
}
@media screen and (max-width: 899px) {
  .l-footer__bottom {
    background-size: 65px;
    padding: 7px 10px;
  }
}
.l-footer__copy {
  font-size: 9px;
  line-height: 1.6;
}
.l-footer__pagetop {
  position: absolute;
  bottom: 34px;
  right: 30px;
  width: 8rem;
}
@media screen and (max-width: 899px) {
  .l-footer__pagetop {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0 auto 29px;
    width: 6rem;
  }
}
.l-footer__pagetop a {
  display: block;
}
@media (hover: hover) {
  .l-footer__pagetop a:hover img {
    transform: scale(0.98);
    opacity: 0.8;
  }
}
.l-footer__pagetop a img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-footer__content {
  position: relative;
  padding: 0 126px 50px;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .l-footer__content {
    padding: 0 5% 40px;
  }
}
.l-footer__text {
  font-size: 1.1rem;
  margin-bottom: 19px;
  line-height: 1.4;
}
@media screen and (max-width: 899px) {
  .l-footer__text {
    margin-bottom: 18px;
  }
}
.l-footer__anilink-list {
  display: flex;
  text-align: left;
  justify-content: center;
}
.l-footer__anilink-list-item {
  font-size: 12px;
  position: relative;
  padding: 0 7px;
}
@media screen and (max-width: 899px) {
  .l-footer__anilink-list-item {
    padding: 0 4px;
    font-size: 11px;
  }
}
.l-footer__anilink-list-item + .l-footer__anilink-list-item {
  margin-left: 5px;
}
.l-footer__anilink-list-item::before {
  content: "";
  width: 1px;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #000;
}
.l-footer__anilink-list-item:last-of-type::after {
  content: "";
  width: 1px;
  height: 90%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #000;
}
.l-footer__anilink-list-item a {
  color: #000;
  text-decoration: none;
}

.l-content {
  position: relative;
  padding-top: 59px;
  padding-bottom: 60px;
}
@media screen and (max-width: 899px) {
  .l-content {
    padding-top: 30px;
  }
  .-in .l-content {
    padding-top: 50px;
  }
}
.l-content__deco {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  mix-blend-mode: difference;
  pointer-events: none;
}
.l-content__deco-item {
  position: absolute;
  width: 73%;
}
@media screen and (max-width: 899px) {
  .l-content__deco-item {
    width: 150%;
  }
}
.l-content__deco-item.-left {
  top: -8%;
  left: -22%;
}
@media screen and (max-width: 899px) {
  .l-content__deco-item.-left {
    top: -42vw;
    left: -49%;
  }
}
@media screen and (min-width: 900px) {
  .-in .l-content__deco-item.-left {
    top: -31vw;
  }
}
.l-content__deco-item.-right {
  top: -8%;
  right: -22%;
}
@media screen and (max-width: 899px) {
  .l-content__deco-item.-right {
    top: -27vw;
    right: -49%;
  }
}
@media screen and (min-width: 900px) {
  .-in .l-content__deco-item.-right {
    top: -32vw;
  }
}
.l-content__deco-item img {
  width: 100%;
}
.l-content__deco-item img {
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}

.l-in {
  display: flex;
  margin: 0 auto;
  width: 90%;
  max-width: 1120px;
}
@media screen and (max-width: 899px) {
  .l-in {
    display: block;
  }
}
.l-in__head {
  position: relative;
  width: 16rem;
  flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .l-in__head.-list {
    margin-top: 44px;
  }
}
@media screen and (max-width: 899px) {
  .l-in__head {
    width: 100%;
    text-align: center;
  }
}
.l-in__head-content {
  position: relative;
  width: 8.8rem;
}
@media screen and (max-width: 899px) {
  .l-in__head-content {
    width: 100%;
  }
}
.l-in__head-content::before {
  content: "";
  position: absolute;
  top: 47%;
  left: 40%;
  transform: translate(-50%, -50%) scale(1.15);
  opacity: 0;
  width: 42rem;
  padding-top: 42rem;
  background: url(../img/title_bg_silver.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
}
.is-load .l-in__head-content::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}
@media screen and (max-width: 899px) {
  .l-in__head-content::before {
    width: 28rem;
    padding-top: 28rem;
    top: 60%;
    left: 50%;
  }
}
.l-in__head-cap {
  font-family: "chapman-extended", sans-serif;
  font-weight: 900;
  color: #0082cd;
  transform: translateY(25px);
  opacity: 0;
}
.is-load .l-in__head-cap {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}
@media screen and (min-width: 900px) {
  .l-in__head-cap {
    writing-mode: vertical-lr;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 899px) {
  .l-in__head-cap {
    font-size: 1rem;
    position: relative;
    margin-bottom: 7px;
  }
}
.l-in__head-ttl {
  position: relative;
  font-weight: 700;
  font-size: 5rem;
  background: #0082CD;
  background: linear-gradient(180deg, rgb(0, 130, 205) 0%, rgb(0, 0, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translateY(25px);
  opacity: 0;
}
.is-load .l-in__head-ttl {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.6s;
}
@media screen and (min-width: 900px) {
  .l-in__head-ttl {
    writing-mode: vertical-lr;
    letter-spacing: 4px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 899px) {
  .l-in__head-ttl {
    font-size: 3.4rem;
    letter-spacing: 2px;
  }
}
.l-in__content {
  position: relative;
  flex-grow: 1;
  word-break: break-all;
  padding-top: 4px;
}
@media screen and (max-width: 899px) {
  .l-in__content {
    padding-top: 59px;
  }
}

@media screen and (max-width: 899px) {
  body .m-modal .m-modal__content {
    width: 100%;
  }
}

.m-modal__close {
  position: fixed;
  top: 20px;
  right: 30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) {
  .m-modal__close:hover {
    transform: rotate(180deg);
  }
  .m-modal__close:hover::before, .m-modal__close:hover::after {
    transform: translate(-50%, -50%) rotate(0);
  }
}
@media screen and (max-width: 899px) {
  .m-modal__close {
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
  }
}
.m-modal__close::before, .m-modal__close::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.m-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.m-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  background-color: #000;
  z-index: 10;
}
.is-load .l-loading {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.2s;
}

@media screen and (max-width: 899px) {
  .c-more {
    position: relative;
    background: url(../img/btn_bg_black.jpg) repeat center center;
    background-size: 54px;
    text-align: center;
    width: 18.3rem;
    margin: 0 auto;
  }
  .c-more::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 2px;
    background: #A3BAC4;
    background: linear-gradient(90deg, rgb(163, 186, 196) 0%, rgb(255, 255, 255) 50%, rgb(163, 186, 196) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    box-sizing: border-box;
    pointer-events: none;
  }
}
.c-more__inner {
  text-decoration: none;
  font-family: "chapman-extended", sans-serif;
  font-weight: 900;
  color: #000;
  position: relative;
  display: inline-block;
  padding-right: 2rem;
  font-size: 1.5rem;
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .c-more__inner {
    padding: 1.6rem 2rem;
    color: #ffffff;
    display: block;
    font-size: 1.3rem;
  }
}
@media (hover: hover) {
  .c-more__inner:hover {
    color: #0082cd;
  }
}
.c-more__inner::before {
  content: "";
  width: 1.1rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-mask: url(../img/arrow.svg) no-repeat center center;
  mask: url(../img/arrow.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #0082cd;
}
@media screen and (max-width: 899px) {
  .c-more__inner::before {
    width: 1rem;
    right: 1.1rem;
    background-color: #ffffff;
  }
}

.c-pager {
  position: relative;
  margin-top: 28px;
}
.c-pager__btn {
  position: absolute;
  top: 0;
}
.c-pager__btn.-prev {
  left: 0;
}
.c-pager__btn.-next {
  right: 0;
}
.c-pager__btn a {
  display: flex;
  text-decoration: none;
}
.c-pager__btn-text {
  font-family: "chapman-extended", sans-serif;
  font-weight: 900;
  color: #000;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
.-prev .c-pager__btn-text {
  padding-left: 10px;
}
.-next .c-pager__btn-text {
  padding-right: 10px;
}
.c-pager__btn-icon {
  width: 1.2rem;
  flex-shrink: 0;
}
.c-pager__btn-icon svg {
  fill: #0082cd;
}
.-prev .c-pager__btn-icon {
  transform: scaleX(-1);
}

.c-menuin {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 899px) {
  .c-menuin {
    justify-content: flex-start;
  }
}
.c-menuin__item {
  border-radius: 100px;
  overflow: hidden;
  margin: 0 15px 21px;
  transition: background 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .c-menuin__item {
    margin: 0 3px 9px;
    background: url(../img/bg/bg_ptn_darkgray.jpg) repeat 0 0;
    background-size: 65px;
  }
}
@media (hover: hover) {
  .c-menuin__item:hover {
    background-color: #0082cd;
  }
  .c-menuin__item:hover .c-menuin__text {
    color: #ffffff;
  }
}
.c-menuin__item a {
  display: block;
  text-decoration: none;
  padding: 3px 15px;
}
@media screen and (max-width: 899px) {
  .c-menuin__item a {
    padding: 9px 10px;
  }
}
.c-menuin__text {
  position: relative;
  color: #000;
  font-weight: 700;
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .c-menuin__text {
    color: #ffffff;
    font-size: 1.3rem;
  }
}

.c-back a {
  text-decoration: none;
  font-family: "chapman-extended", sans-serif;
  font-weight: 900;
  color: #000;
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  padding-left: 2.5rem;
  font-size: 1.5rem;
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .c-back a:hover {
    color: #0082cd;
  }
}
@media screen and (max-width: 899px) {
  .c-back a {
    font-size: 1.4rem;
  }
}
.c-back a::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask: url(../img/arrow.svg) no-repeat center center;
  mask: url(../img/arrow.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #0082cd;
  transform: scaleX(-1);
}
@media screen and (max-width: 899px) {
  .c-back a::before {
    top: 1px;
    width: 13px;
    height: 13px;
  }
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
html {
  width: 100%;
  font-size: 62.5%;
}
@media screen and (min-width: 900px) {
  html {
    font-size: min(get_vw(10, 1400), 10px);
  }
}
@media screen and (max-width: 370px) {
  html {
    font-size: 54%;
  }
}

body {
  font-size: 1.6rem;
  font-family: YakuHanMP, "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
}