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

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.l-wrap {
  display: flex;
}
@media screen and (max-width: 959px) {
  .l-wrap {
    display: block;
  }
}

.l-kv {
  min-height: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 44.3%;
  flex-shrink: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .l-kv {
    width: 100%;
    position: relative;
    height: auto;
  }
}
@media screen and (min-width: 960px) {
  .l-kv::before {
    content: "";
    background: url(../img/kv.jpg) no-repeat center center;
    background-size: cover;
    filter: blur(6px);
    position: absolute;
    transform: scale(1.05);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .l-kv::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.l-kv__item {
  position: relative;
  width: 100%;
  z-index: 1;
}
.l-kv__item img {
  transform: scale(1.1);
}
.is-load .l-kv__item img {
  transform: scale(1);
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1);
}

.l-main {
  position: relative;
  flex-grow: 1;
  word-break: break-all;
}
.l-main__inner {
  margin: 0 auto;
  width: 73%;
  max-width: 900px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .l-main__inner {
    min-width: 450px;
  }
}
@media screen and (max-width: 959px) {
  .l-main__inner {
    width: 87%;
  }
}
.l-main__head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.l-main__head img {
  width: 100%;
}
.l-main__foot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.l-main__foot img {
  width: 100%;
}

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

.l-footer {
  position: relative;
  margin-top: 49px;
  padding-top: 52px;
  padding-bottom: 74px;
}
@media screen and (max-width: 959px) {
  .l-footer {
    padding-top: 41px;
    padding-bottom: 72px;
    margin-top: 41px;
  }
}
.l-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 33%;
  height: 2px;
  background: url(../img/line.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .l-footer::before {
    width: 40%;
  }
}
.l-footer__inner {
  margin-top: 28px;
}
@media screen and (max-width: 959px) {
  .l-footer__inner {
    margin-top: 48px;
  }
}
.l-footer__bnr {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .l-footer__bnr {
    margin-bottom: 52px;
  }
}
.l-footer__bnr-item {
  width: 28.5%;
  max-width: 160px;
}
@media screen and (max-width: 959px) {
  .l-footer__bnr-item {
    width: 160px;
  }
}
.l-footer__bnr-item a {
  display: block;
}
@media (hover: hover) {
  .l-footer__bnr-item a:hover img {
    transform: scale(0.97);
  }
}
.l-footer__bnr-item img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-footer__share {
  display: flex;
  justify-content: center;
}
.l-footer__share-item {
  width: 18px;
}
@media screen and (max-width: 959px) {
  .l-footer__share-item {
    width: 21px;
  }
}
.l-footer__share-item + .l-footer__share-item {
  margin-left: 18px;
}
@media screen and (max-width: 959px) {
  .l-footer__share-item + .l-footer__share-item {
    margin-left: 21px;
  }
}
.l-footer__share-item a {
  display: block;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .l-footer__share-item a:hover {
    opacity: 0.7;
  }
}
.l-footer__link {
  display: flex;
  justify-content: center;
  margin-top: 11px;
}
@media screen and (max-width: 959px) {
  .l-footer__link {
    margin-top: 23px;
  }
}
.l-footer__link-item {
  position: relative;
  letter-spacing: 1px;
}
.l-footer__link-item + .l-footer__link-item {
  padding-left: 13px;
  margin-left: 12px;
}
@media screen and (max-width: 959px) {
  .l-footer__link-item + .l-footer__link-item {
    padding-left: 10px;
    margin-left: 11px;
  }
}
.l-footer__link-item + .l-footer__link-item::before {
  content: "";
  width: 1px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.l-footer__link-item a {
  text-decoration: none;
  color: #fff;
  font-size: 11px;
  transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .l-footer__link-item a {
    font-size: 10px;
  }
}
@media (hover: hover) {
  .l-footer__link-item a:hover {
    color: #729aff;
  }
}
.l-footer__jump {
  margin: 0 auto;
  margin-top: 25px;
  width: 160px;
}
@media screen and (max-width: 959px) {
  .l-footer__jump {
    margin-top: 30px;
  }
}
.l-footer__jump a {
  display: block;
}
@media (hover: hover) {
  .l-footer__jump a:hover img {
    transform: scale(0.97);
  }
}
.l-footer__jump img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-footer__note {
  text-align: center;
  font-size: 9px;
  line-height: 1.5;
  margin-top: 23px;
}
@media screen and (max-width: 959px) {
  .l-footer__note {
    margin-top: 27px;
  }
}
.l-footer__copy {
  text-align: center;
  font-size: 9px;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .l-footer__copy {
    margin-top: 12px;
  }
}

.l-load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  background-color: #000;
  z-index: 1;
}
.is-load .l-load {
  pointer-events: none;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.76, 0, 0.24, 1);
}
.l-load__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.is-load .l-load__content {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-load .loader {
  width: 48px;
  height: 48px;
  border: 2px solid #729aff;
  border-bottom-color: #ed5500;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 0.8s linear infinite;
}
@media screen and (max-width: 959px) {
  .l-load .loader {
    border-width: 1px;
    width: 35px;
    height: 35px;
  }
}

body {
  background-color: #000;
  color: #fff;
  font-family: "Zen Old Mincho", YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
}
body .m-modal .m-modal__bg {
  background: rgba(0, 0, 0, 0.9);
}
body .m-modal .m-modal__close {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #000;
  color: #fff;
  padding: 24px 10px 21px;
  font-size: 14px;
  margin: 0 auto;
  width: 300px;
  margin-top: 36px;
  cursor: pointer;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  body .m-modal .m-modal__close:hover {
    transform: scale(0.97);
  }
}
@media screen and (max-width: 959px) {
  body .m-modal .m-modal__close {
    padding: 16px 10px 17px;
    font-size: 13px;
    width: 270px;
  }
}
body .m-modal .m-modal__content {
  max-width: 1000px;
}
@media screen and (max-width: 959px) {
  body .m-modal .m-modal__content {
    width: 86%;
  }
}
body .m-modal .m-modal__bg {
  position: fixed !important;
}

.is-modal-overflow-prep .m-modal .m-modal__content {
  margin: 0 auto;
}

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

@media screen and (min-width: 960px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}