@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 box_x_loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loading {
  to {
    transform: rotate(1turn);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-menu__list-item a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 18px;
  position: relative;
}
.c-menu__list-item a::before {
  content: "";
  width: 6px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%) scaleX(0);
  background-color: #ffffff;
  transform-origin: left;
  pointer-events: none;
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) {
  .c-menu__list-item a:hover::before {
    transform: translateY(-50%) scaleX(1);
    transform-origin: right;
  }
}
.c-menu__list-item + .c-menu__list-item {
  margin-top: 16px;
}

.c-more__inner {
  text-decoration: none;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media (hover: hover) {
  .c-more__inner:hover .c-more__text {
    transform: translateX(5px);
  }
  .c-more__inner:hover .c-more__arrow {
    transform: translateX(-5px);
  }
}
.c-more__text {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 0.8px;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .c-more__text {
    font-size: 14px;
  }
}
.c-more__arrow {
  width: 20px;
  margin-left: 12px;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .c-more__arrow {
    width: 17px;
    margin-left: 4px;
  }
}

.c-btn {
  background-color: #ffffff;
  text-align: center;
  transition: background 0.55s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) {
  .c-btn:hover {
    background-color: #000;
  }
  .c-btn:hover .c-btn__text {
    color: #ffffff;
  }
}
.c-btn__inner {
  padding: 17px 30px;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-btn__inner {
    padding: 11px 26px;
  }
}
.c-btn__text {
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #000;
  transition: color 0.55s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 767px) {
  .c-btn__text {
    font-size: 13px;
  }
}

.l-logo {
  position: fixed;
  top: 60px;
  right: 40px;
  width: 130px;
  transform: translate(15px, 15px);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.-in .l-logo {
  opacity: 1;
  pointer-events: auto;
}
.is-content-in .l-logo {
  opacity: 1;
  transform: translate(0, 0);
  pointer-events: auto;
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .l-logo {
    display: none;
  }
}
.l-logo a {
  display: block;
}
@media (hover: hover) {
  .l-logo a:hover img {
    transform: scale(0.97);
    opacity: 0.6;
  }
}
.l-logo a img {
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}

.l-header {
  position: fixed;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-header {
    top: 140px;
    right: 2.8%;
    text-align: right;
    transform: translate(15px, 15px);
    opacity: 0;
    pointer-events: none;
    transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .-in .l-header {
    opacity: 1;
    pointer-events: auto;
  }
  .is-content-in .l-header {
    opacity: 1;
    transform: translate(0, 0);
    pointer-events: auto;
    transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition-delay: 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .is-menu-open .l-header {
    pointer-events: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-header .c-menu__list-item {
    transform: translateX(-25px);
    opacity: 0;
  }
  .is-menu-open .l-header .c-menu__list-item {
    transform: translateX(0);
    opacity: 1;
    transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .is-menu-open .l-header .c-menu__list-item:nth-child(1) {
    transition-delay: 0.2s;
  }
  .is-menu-open .l-header .c-menu__list-item:nth-child(2) {
    transition-delay: 0.32s;
  }
  .is-menu-open .l-header .c-menu__list-item:nth-child(3) {
    transition-delay: 0.44s;
  }
  .is-menu-open .l-header .c-menu__list-item:nth-child(4) {
    transition-delay: 0.56s;
  }
  .is-menu-open .l-header .c-menu__list-item:nth-child(5) {
    transition-delay: 0.68s;
  }
  .is-menu-open .l-header .c-menu__list-item:nth-child(6) {
    transition-delay: 0.8s;
  }
  .is-menu-open .l-header .c-menu__list-item:nth-child(7) {
    transition-delay: 0.92s;
  }
  .is-menu-open .l-header .c-menu__list-item:nth-child(8) {
    transition-delay: 1.04s;
  }
  .is-menu-open .l-header .c-menu__list-item:nth-child(9) {
    transition-delay: 1.16s;
  }
  .is-menu-open .l-header .c-menu__list-item:nth-child(10) {
    transition-delay: 1.28s;
  }
}
.l-header .c-menu__list-item + .c-menu__list-item {
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .l-header .c-menu__list-item + .c-menu__list-item {
    margin-top: 17px;
  }
}
.l-header .c-menu__list-item a {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .l-header .c-menu__list-item a {
    font-size: 30px;
  }
}
.l-header__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.is-menu-open .l-header__bg {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .l-header__content {
    position: relative;
    height: 100vh;
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header__content-inner {
    position: relative;
    overflow: auto;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-header__main {
    padding: 0 8%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.l-header__deco {
  position: absolute;
  bottom: -25px;
  left: 0;
  opacity: 0;
}
.is-menu-open .l-header__deco {
  opacity: 1;
}
.l-header__deco-list {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.l-header__deco-list-item {
  width: 470px;
  flex-shrink: 0;
  padding-right: 30px;
  animation: box_x_loop 20s linear infinite forwards;
}
.l-header__btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  z-index: 1;
  pointer-events: all;
}
.l-header__btn-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-header__btn-line:nth-child(1) {
  top: 22%;
}
.is-menu-open .l-header__btn-line:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(30deg);
}
.is-menu-open .l-header__btn-line:nth-child(2) {
  transform: translate(-50%, -50%) scaleX(0);
}
.l-header__btn-line:nth-child(3) {
  top: 75%;
}
.is-menu-open .l-header__btn-line:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
}
.l-header__logo {
  width: 96px;
  position: absolute;
  top: 15px;
  left: 10px;
  opacity: 0;
  transform: translateX(-25px);
}
.is-menu-open .l-header__logo {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
.-in .l-header__logo {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.l-wrap {
  overflow: hidden;
}

.l-content {
  position: relative;
  padding-bottom: 172px;
}
@media screen and (max-width: 767px) {
  .l-content {
    padding-bottom: 137px;
  }
}
.-in .l-content {
  padding-top: 59px;
  padding-bottom: 215px;
}
@media screen and (max-width: 767px) {
  .-in .l-content {
    padding-top: 118px;
    padding-bottom: 138px;
  }
}
.l-content__deco {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  transform: translateY(27%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-content__deco {
    transform: translateY(42%);
  }
}
.l-content__deco-list {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.l-content__deco-list-item {
  width: 1580px;
  flex-shrink: 0;
  padding-right: 60px;
  animation: box_x_loop 30s linear infinite forwards reverse;
}
@media screen and (max-width: 767px) {
  .l-content__deco-list-item {
    width: 460px;
    padding-right: 30px;
  }
}

.l-footer {
  position: relative;
  background-color: #ffffff;
  padding: 61px 41px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 69px 20px 62px;
  }
}
.l-footer__logo {
  width: 190px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin: 0 auto;
    width: 71%;
  }
}
.l-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column-reverse;
  }
}
.l-footer__box.-left {
  width: 340px;
}
.l-footer__box.-right {
  padding-top: 20px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .l-footer__box.-right {
    padding-top: 29px;
  }
}
.l-footer__btns {
  display: flex;
  margin-top: 29px;
}
@media screen and (max-width: 767px) {
  .l-footer__btns {
    display: block;
  }
}
.l-footer__btns-item {
  border: 1px solid #000;
  width: 200px;
  text-align: center;
  transition: background 0.55s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) {
  .l-footer__btns-item:hover {
    background-color: #000;
  }
  .l-footer__btns-item:hover .l-footer__btns-text {
    color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__btns-item {
    width: 255px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__btns-item + .l-footer__btns-item {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__btns-item + .l-footer__btns-item {
    margin-top: 10px;
  }
}
.l-footer__btns-item a {
  display: block;
  text-decoration: none;
  padding: 10px 10px 9px;
}
@media screen and (max-width: 767px) {
  .l-footer__btns-item a {
    padding: 13px 10px 11px;
  }
}
.l-footer__btns-text {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  transition: color 0.55s cubic-bezier(0.65, 0, 0.35, 1);
}
.l-footer__sns-list {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .l-footer__sns-list {
    justify-content: center;
  }
}
.l-footer__sns-list-item {
  width: 30px;
}
.l-footer__sns-list-item a {
  display: block;
}
@media (hover: hover) {
  .l-footer__sns-list-item a:hover img {
    opacity: 0.6;
  }
}
.l-footer__sns-list-item + .l-footer__sns-list-item {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .l-footer__sns-list-item + .l-footer__sns-list-item {
    margin-left: 18px;
  }
}
.l-footer__sns-list-item img {
  transition: opacity 0.55s cubic-bezier(0.65, 0, 0.35, 1);
}
.l-footer__copy {
  font-size: 10px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 38px;
    text-align: center;
  }
}
.l-footer__links {
  display: flex;
  justify-content: flex-end;
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .l-footer__links {
    margin-top: 25px;
    justify-content: center;
  }
}
.l-footer__links-item + .l-footer__links-item {
  margin-left: 17px;
}
.l-footer__links-item a {
  text-decoration: none;
  color: #000;
  font-size: 13px;
  position: relative;
  padding-left: 11px;
  transition: opacity 0.55s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 767px) {
  .l-footer__links-item a {
    padding-left: 17px;
    font-size: 12px;
  }
}
@media (hover: hover) {
  .l-footer__links-item a:hover {
    opacity: 0.6;
  }
}
.l-footer__links-item a::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .l-footer__links-item a::before {
    width: 6px;
    height: 6px;
  }
}
.l-footer__text {
  margin-top: 25px;
  text-align: right;
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-footer__text {
    margin-top: 30px;
    font-size: 11px;
    line-height: 1.7;
    text-align: center;
  }
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 2;
}
.is-load .l-loading {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}
.l-loading__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.l-loading .loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 5px solid #ffffff;
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
@media screen and (max-width: 767px) {
  .l-loading .loader {
    width: 35px;
    border: 3px solid #ffffff;
  }
}
@keyframes l20-1 {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    -webkit-clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    -webkit-clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}

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

@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: 400;
  background-color: #000;
}