@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-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  position: relative;
  margin: 0 auto 0;
  padding: 0 0 0;
  overflow: hidden;
  font-family: zen-old-mincho, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    margin: 0 auto 0;
    padding: 0 0 0;
  }
}
.l-wrapper::before, .l-wrapper::after {
  content: "";
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .l-wrapper::before, .l-wrapper::after {
    width: auto;
    height: auto;
  }
}
.l-wrapper::before {
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-wrapper::before {
    left: 0;
  }
}
.l-wrapper::after {
  right: 0;
}
@media screen and (max-width: 767px) {
  .l-wrapper::after {
    right: 0;
  }
}

.l-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
}

.l-deco-butturfly {
  position: absolute;
  transition: margin-top 1s cubic-bezier(0.25, 1, 0.5, 1) 0s, margin-bottom 1s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
.l-deco-butturfly.l-deco-butturfly--01 {
  width: 26%;
  left: 0.1%;
  top: -12%;
}
@media screen and (max-width: 767px) {
  .l-deco-butturfly.l-deco-butturfly--01 {
    width: 50%;
    left: -9%;
    top: -6%;
  }
}
.l-deco-butturfly.l-deco-butturfly--02 {
  width: 19%;
  right: 1%;
  bottom: -30%;
}
@media screen and (max-width: 767px) {
  .l-deco-butturfly.l-deco-butturfly--02 {
    width: 34%;
    right: -4.5%;
    bottom: -13%;
  }
}

.l-deco-orb {
  position: absolute;
  transition: margin-top 1s cubic-bezier(0.25, 1, 0.5, 1) 0s, margin-bottom 1s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
.l-deco-orb.l-deco-orb--01 {
  width: 12%;
  right: 2.5%;
  top: -13.2%;
}
@media screen and (max-width: 767px) {
  .l-deco-orb.l-deco-orb--01 {
    width: 22%;
    right: -1.1%;
    top: -7.2%;
  }
}
.l-deco-orb.l-deco-orb--02 {
  width: 16.5%;
  left: -1.65%;
  top: -9.8%;
}
@media screen and (max-width: 767px) {
  .l-deco-orb.l-deco-orb--02 {
    width: 30.5%;
    left: -10%;
    top: -13.5%;
  }
}

.l-outer {
  position: relative;
}

.l-section {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.l-section__inner {
  padding: 100px 0 100px;
}
@media screen and (max-width: 767px) {
  .l-section__inner {
    padding: 100px 0 100px;
  }
}
.l-section__contents {
  width: 90%;
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
  padding: 0 0;
}
@media screen and (max-width: 767px) {
  .l-section__contents {
    width: 89.6%;
  }
}
.l-section__head {
  opacity: 0;
  transform: translate(0, 6px);
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
[data-scroll-sa].is-active .l-section__head {
  opacity: 1;
  transform: translate(0, 0);
}
.is-load-skip .l-section__head {
  opacity: 1;
  transform: translate(0, 0);
}
.l-section__body {
  opacity: 0;
  transform: translate(0, 6px);
  transition: opacity 0.4s 0.2s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
[data-scroll-sa].is-active .l-section__body {
  opacity: 1;
  transform: translate(0, 0);
}
.is-load-skip .l-section__body {
  opacity: 1;
  transform: translate(0, 0);
}
.l-section__title {
  text-align: center;
}
.l-section__title-txt {
  font-family: swear-display, zen-old-mincho, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 100px;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .l-section__title-txt {
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.l-section__lead {
  margin: 0 auto 0;
  text-align: center;
}
.l-section__lead-txt {
  position: relative;
}
.l-section__lead-txt.--txt--size-b {
  font-family: YakuHanJP, zen-old-mincho, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 1.85;
  letter-spacing: 0.045em;
}
@media screen and (max-width: 767px) {
  .l-section__lead-txt.--txt--size-b {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}
.--txt--size-s + .l-section__lead-txt.--txt--size-b {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .--txt--size-s + .l-section__lead-txt.--txt--size-b {
    margin-top: 17px;
  }
}
.l-section__lead-txt.--txt--size-b span {
  font-size: 18px;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .l-section__lead-txt.--txt--size-b span {
    font-size: 12px;
  }
}
.l-section__lead-txt.--txt--size-s {
  font-size: 18px;
  line-height: 2.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .l-section__lead-txt.--txt--size-s {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0em;
  }
}
.--txt--size-b + .l-section__lead-txt.--txt--size-s {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .--txt--size-b + .l-section__lead-txt.--txt--size-s {
    margin-top: 0;
  }
}
.l-section__lead-txt.--txt--size-s + .l-section__lead-txt.--txt--size-s {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-section__lead-txt.--txt--size-s + .l-section__lead-txt.--txt--size-s {
    margin-top: 15px;
  }
}
.l-section__lead-txt.--txt--size-s span {
  vertical-align: baseline;
}

.l-footer {
  width: 100%;
  position: relative;
  margin: auto auto 0;
  background-color: transparent;
  font-family: swear-display, zen-old-mincho, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer {
    color: #fff;
  }
}
.l-footer__inner {
  position: relative;
  padding: 0 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    background-color: #000;
  }
}
.l-footer__bg {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.l-footer__bg img {
  width: 100%;
  margin: 0 auto;
}
.l-footer__contents {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__contents {
    position: relative;
    padding: 60px 0 58px;
  }
}
.l-footer__logo {
  width: 28.5%;
  position: absolute;
  right: 2.8vw;
  top: 2.8vw;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 68%;
    position: relative;
    right: auto;
    top: auto;
    margin: 0 auto;
  }
}
.l-footer__logo-link {
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (min-width: 768px) {
  .l-footer__logo-link:hover {
    transform: scale(1.03);
  }
}
.l-footer__share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  left: 2.8vw;
  top: 2.5vw;
}
@media screen and (max-width: 767px) {
  .l-footer__share {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    left: auto;
    top: auto;
    margin: 50px auto 0;
    color: #fff;
  }
}
.l-footer__share-cap {
  margin-right: 25px;
  font-family: swear-display, zen-old-mincho, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  color: #000;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .l-footer__share-cap {
    margin-right: 28px;
    font-size: 14px;
    color: #fff;
  }
}
.l-footer__share-list {
  display: flex;
}
.l-footer__share-list-item {
  margin-right: 25px;
}
.l-footer__share-list-item:nth-last-of-type(1) {
  margin-right: 0;
}
.l-footer__share-link {
  display: block;
  width: 34px;
  background-color: #000;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (min-width: 768px) {
  .l-footer__share-link:hover {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__share-link {
    width: 25px;
    background-color: #fff;
    color: #fff;
  }
}
.l-footer__share-list-item:nth-of-type(1) .l-footer__share-link {
  -webkit-mask: url(../img/sns_x_b.png) center center no-repeat;
  mask: url(../img/sns_x_b.png) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.l-footer__share-list-item:nth-of-type(2) .l-footer__share-link {
  -webkit-mask: url(../img/sns_fb_b.png) center center no-repeat;
  mask: url(../img/sns_fb_b.png) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.l-footer__share-list-item:nth-of-type(3) .l-footer__share-link {
  -webkit-mask: url(../img/sns_line_b.png) center center no-repeat;
  mask: url(../img/sns_line_b.png) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.l-footer__share-img {
  opacity: 0;
}
.l-footer__txtLink {
  position: absolute;
  left: 2.8vw;
  bottom: 2.6vw;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-footer__txtLink {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    left: auto;
    bottom: auto;
    margin: 24px auto 0;
    text-align: center;
  }
}
.l-footer__txtLink-list-item {
  display: inline-block;
  padding-right: 30px;
}
.l-footer__txtLink-list-item:nth-of-type(2n) {
  padding-right: 0;
}
.l-footer__txtLink-list-item:nth-of-type(n + 3) {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .l-footer__txtLink-list-item:nth-of-type(n + 3) {
    margin-top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__txtLink-list-item {
    padding-right: 23px;
  }
}
.l-footer__txtLink-link {
  display: block;
  font-family: swear-display, zen-old-mincho, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.08em;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (min-width: 768px) {
  .l-footer__txtLink-link:hover {
    transform: scale(1.03);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__txtLink-link {
    font-size: 14px;
    color: #fff;
  }
}
.l-footer__txtLink-txt {
  position: relative;
}
.l-footer__copy {
  position: absolute;
  right: 2.3vw;
  bottom: 2.7vw;
  text-align: right;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.5;
  letter-spacing: 0.055em;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 46px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0em;
  }
}
.l-footer__copy-txt + .l-footer__copy-txt {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .l-footer__copy-txt + .l-footer__copy-txt {
    margin-top: 16px;
  }
}

.l-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.is-menu-open .l-menu {
  opacity: 1;
  pointer-events: all;
}
.l-menu__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
}
.l-menu__grad {
  width: 46.4%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.l-menu__grad::before, .l-menu__grad::after {
  content: "";
  display: block;
  width: 60vw;
  height: 60vw;
  position: absolute;
}
.l-menu__grad::before {
  left: 0;
  bottom: 0;
  background: url(../img/bg_menu_grd.png) center center no-repeat;
  background-size: contain;
  transform: translate(-90%, 90%);
  animation: menu_bg_roop_before 40s 0s linear infinite forwards;
}
@keyframes menu_bg_roop_before {
  0% {
    left: 0;
    bottom: 0;
    transform: translate(-70%, 70%);
  }
  100% {
    left: 100%;
    bottom: 100%;
    transform: translate(70%, -70%);
  }
}
.l-menu__grad::after {
  left: 0;
  top: 0;
  background: url(../img/bg_menu_grd.png) center center no-repeat;
  background-size: contain;
  transform: translate(-90%, 90%);
  animation: menu_bg_roop_after 40s 20s linear infinite forwards;
}
@keyframes menu_bg_roop_after {
  0% {
    left: 0;
    top: 0;
    transform: translate(-70%, -70%);
  }
  100% {
    left: 100%;
    top: 100%;
    transform: translate(70%, 70%);
  }
}
.l-menu__chara {
  width: 53.6%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-menu__chara {
    width: 100%;
    height: 38.4vh;
    top: auto;
    bottom: 0;
  }
}
.l-menu__chara-pict {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/img_menu_pc.jpg) center center no-repeat;
  background-size: cover;
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 1s 0s cubic-bezier(0, 0.55, 0.45, 1), transform 4s cubic-bezier(0, 0.55, 0.45, 1);
}
@media screen and (max-width: 767px) {
  .l-menu__chara-pict {
    background: url(../img/img_menu_sp.jpg) center top no-repeat;
    background-size: cover;
  }
}
.is-menu-open .l-menu__chara-pict {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 960px) {
  .l-menu__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-menu__inner {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}
@media screen and (max-width: 960px) {
  .l-menu__contents {
    width: 56%;
    overflow-y: auto;
  }
}
.l-menu__logo {
  width: 19.8vw;
  max-width: 420px;
  min-width: 220px;
  margin-bottom: 1vw;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l-menu__logo {
    display: none;
    transition: opacity 0.4s 0s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s 0s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .--top .l-menu__logo {
    opacity: 1;
    pointer-events: all;
  }
  [data-scroll-nav-pos="0"] .--top .l-menu__logo {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 960px) {
  .l-menu__logo {
    max-width: none;
    min-width: none;
    width: 220px;
    margin: 0 auto;
    transform: translate(0, 8px);
    transition: opacity 0.4s 0.2s cubic-bezier(0.25, 1, 0.5, 1), transform 0.4s 0.2s cubic-bezier(0.25, 1, 0.5, 1);
    display: block !important;
    pointer-events: all;
  }
  .is-menu-open .l-menu__logo {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.l-menu__logo img {
  width: 100%;
  margin: 0 auto;
}
.l-menu__box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: clamp(10px, 7.1vw, 100px);
}
@media screen and (max-width: 767px) {
  .l-menu__box {
    padding-left: 16vw;
    padding-top: 13.5vh;
    align-items: start;
  }
}
@media screen and (min-width: 768px) {
  .l-menu__list {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l-menu__list {
    text-align: left;
  }
}
.l-menu__item {
  opacity: 0;
  transform: translate(0, 8px);
  transition: opacity 0.4s 0.25s cubic-bezier(0.25, 1, 0.5, 1), transform 0.4s 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-menu-open .l-menu__item {
  opacity: 1;
  transform: translate(0, 0);
}
.l-menu__item:nth-of-type(1) {
  transition-delay: calc(0.25s + 0.1s * 1);
}
.l-menu__item:nth-of-type(2) {
  transition-delay: calc(0.25s + 0.1s * 2);
}
.l-menu__item:nth-of-type(3) {
  transition-delay: calc(0.25s + 0.1s * 3);
}
.l-menu__item:nth-of-type(4) {
  transition-delay: calc(0.25s + 0.1s * 4);
}
.l-menu__item:nth-of-type(5) {
  transition-delay: calc(0.25s + 0.1s * 5);
}
.l-menu__item:nth-of-type(6) {
  transition-delay: calc(0.25s + 0.1s * 6);
}
.l-menu__item:nth-of-type(7) {
  transition-delay: calc(0.25s + 0.1s * 7);
}
.l-menu__item:nth-of-type(8) {
  transition-delay: calc(0.25s + 0.1s * 8);
}
.l-menu__item:nth-of-type(9) {
  transition-delay: calc(0.25s + 0.1s * 9);
}
.l-menu__item:nth-of-type(10) {
  transition-delay: calc(0.25s + 0.1s * 10);
}
.l-menu__item:nth-of-type(11) {
  transition-delay: calc(0.25s + 0.1s * 11);
}
.l-menu__item:nth-of-type(12) {
  transition-delay: calc(0.25s + 0.1s * 12);
}
.l-menu__item:nth-of-type(13) {
  transition-delay: calc(0.25s + 0.1s * 13);
}
.l-menu__item:nth-of-type(14) {
  transition-delay: calc(0.25s + 0.1s * 14);
}
.l-menu__item:nth-of-type(15) {
  transition-delay: calc(0.25s + 0.1s * 15);
}
.l-menu__item:nth-of-type(16) {
  transition-delay: calc(0.25s + 0.1s * 16);
}
.l-menu__item:nth-of-type(17) {
  transition-delay: calc(0.25s + 0.1s * 17);
}
.l-menu__item:nth-of-type(18) {
  transition-delay: calc(0.25s + 0.1s * 18);
}
.l-menu__item:nth-of-type(19) {
  transition-delay: calc(0.25s + 0.1s * 19);
}
.l-menu__item:nth-of-type(20) {
  transition-delay: calc(0.25s + 0.1s * 20);
}
@media screen and (min-width: 768px) {
  .l-menu__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 960px) {
  .l-menu__item {
    width: auto;
  }
}
.l-menu__item:nth-of-type(n + 2) {
  margin-top: clamp(10px, 2.4vw, 34px);
}
@media screen and (max-width: 767px) {
  .l-menu__item:nth-of-type(n + 2) {
    margin-top: 3.2vh;
  }
}
.l-menu__link {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-menu__link {
    pointer-events: all;
  }
  .l-menu__link:hover::before {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
.l-menu__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -0.4em;
  background-color: #fff;
  pointer-events: none;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: clip-path 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: clip-path 0.2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-clip-path 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.l-menu__link-in {
  position: relative;
  font-family: swear-display, zen-old-mincho, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  font-size: clamp(10px, 1.8vw, 26px);
  color: #fff;
  transform-origin: left bottom;
  transition: background-color 0.2s cubic-bezier(0.16, 1, 0.3, 1), color 0.2s cubic-bezier(0.16, 1, 0.3, 1), transform 0.1s 0.1s cubic-bezier(0, 0.55, 0.45, 1);
}
@media screen and (max-width: 960px) {
  .l-menu__link-in {
    font-size: 22px;
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .l-menu__link-in {
    font-size: 16px;
    background-color: transparent;
  }
}
.l-menu__link:hover .l-menu__link-in {
  transition: background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1), color 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.l-menu__txt {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.01em;
  word-break: inherit;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-menu__txt {
    letter-spacing: 0.165em;
  }
}
.l-menu__deco {
  width: 18.7%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-114%, 4.5%);
}
@media screen and (max-width: 767px) {
  .l-menu__deco {
    width: 35%;
    left: auto;
    right: 0;
    bottom: 50%;
    transform: translate(0%, 45.5%);
  }
}
.l-menu_banner {
  width: 98%;
  margin: 51px auto 0;
  opacity: 0;
  transform: translate(0, 8px);
  transition: opacity 0.4s 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.4s 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-menu-open .l-menu_banner {
  opacity: 1;
  transform: translate(0, 0);
}

.l-hamburger {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 0;
  top: 0;
  border: none;
  background-color: #000;
  transition: background-color 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-hamburger:hover {
    background-color: #fff;
  }
  .l-hamburger:hover .l-hamburger__bar {
    background-color: #000;
  }
}
@media screen and (max-width: 767px) {
  .l-hamburger {
    width: 50px;
    height: 50px;
  }
}
.l-hamburger__bar {
  width: 50%;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transition: background-color 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.l-hamburger .-bar1 {
  transform: translate(-50%, -4px);
}
.is-menu-open .l-hamburger .-bar1 {
  transform: translate(-50%, 0px) rotate(35deg);
}
.l-hamburger .-bar2 {
  transform: translate(-50%, 4px);
}
.is-menu-open .l-hamburger .-bar2 {
  transform: translate(-50%, 0px) rotate(-35deg);
}

.l-share-x-btn {
  width: 11.5vw;
  position: fixed;
  right: 8.4vw;
  top: 2.1vw;
}
@media screen and (max-width: 767px) {
  .l-share-x-btn {
    width: 33vw;
    left: 5.5vw;
    top: 5.5vw;
    bottom: auto;
    transform: translate(0%, 0%);
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  [data-scroll-sa-pos="2"] .l-share-x-btn {
    opacity: 1;
  }
}
.l-share-x-btn__link {
  display: block;
  background-color: #000;
  -webkit-mask: url(../img/btn_x_b.png) center center no-repeat;
  mask: url(../img/btn_x_b.png) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (min-width: 768px) {
  .l-share-x-btn__link:hover {
    transform: scale(1.06);
  }
}
.is-menu-open .l-share-x-btn__link {
  background-color: #fff;
}
.l-share-x-btn__img {
  opacity: 0;
}

.m-modal__bg {
  opacity: 0.95 !important;
  background: rgba(0, 0, 0, 0.7) !important;
}
.m-modal__content {
  width: 65% !important;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .m-modal__content {
    width: 89.5% !important;
  }
}
.m-modal__close-btn {
  position: fixed !important;
  top: 14px !important;
  right: 14px !important;
  width: 42px !important;
  height: 42px !important;
}
@media screen and (max-width: 767px) {
  .m-modal__close-btn {
    width: 32px !important;
    height: 32px !important;
    top: 7px !important;
    right: 7px !important;
  }
}
.m-modal__close-btn:hover::before {
  transform: rotate(-55deg) !important;
}
.m-modal__close-btn:hover::after {
  transform: rotate(55deg) !important;
}
.m-modal__close-btn::before, .m-modal__close-btn::after {
  width: 2px !important;
  height: 42px !important;
  background-color: #fff !important;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .m-modal__close-btn::before, .m-modal__close-btn::after {
    width: 2px !important;
    height: 32px !important;
  }
}

.p-movieModal__logo {
  width: 52.3%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-movieModal__logo {
    width: 83.43%;
  }
}
.p-movieModal__lead {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 15px auto 38px;
  font-family: "bryant-web", sans-serif;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .p-movieModal__lead {
    margin: 7px auto 28px;
    font-size: 16px;
  }
}
.p-movieModal__lead-txt.--size-s {
  font-size: 22px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .p-movieModal__lead-txt.--size-s {
    font-size: 12px;
    letter-spacing: -0.03em;
  }
}
.p-movieModal__lead-txt.--size-b {
  margin-left: 0.6em;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .p-movieModal__lead-txt.--size-b {
    margin-left: 0.55em;
    letter-spacing: -0.03em;
  }
}
.p-movieModal__movie .video-js {
  height: auto;
}
.p-movieModal__movie .video-js .vjs-big-play-button {
  margin-left: -65px;
  margin-top: -65px;
  width: 130px;
  height: 130px;
  background: url(../img/play_icon.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-movieModal__movie .video-js .vjs-big-play-button {
    margin-left: -33px;
    margin-top: -33px;
    width: 66px;
    height: 66px;
  }
}
.p-movieModal__movie .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  display: none !important;
}

.c-more__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #000;
  padding: 13px 0 15px;
  font-family: swear-display, zen-old-mincho, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.6s cubic-bezier(0.16, 1, 0.3, 1), color 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (min-width: 768px) {
  .c-more__link:hover {
    background-color: #000;
    color: #fff;
  }
  .c-more__link:hover .c-more__icon {
    background-color: #fff;
    transform: translate(50%, 0%);
  }
  .--back .c-more__link:hover .c-more__icon {
    background-color: #fff;
    transform: translate(-50%, 0%);
  }
}
@media screen and (max-width: 767px) {
  .c-more__link {
    padding: 14px 0 15px;
    font-size: 14px;
  }
}
.c-more__txt {
  position: relative;
}
.c-more__icon {
  width: 13.5%;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #000;
  transition: background-color 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 767px) {
  .c-more__icon {
    width: 8.5%;
  }
}
.--back .c-more__icon {
  right: auto;
  left: 0;
}

.c-table {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 21px 0 23px;
}
@media screen and (max-width: 767px) {
  .c-table {
    display: block;
    padding: 26px 0 27px;
  }
}
.c-table:nth-last-of-type(1) {
  border-bottom: none;
}
.c-table__first {
  width: 158px;
}
@media screen and (max-width: 767px) {
  .c-table__first {
    width: 100%;
  }
}
.c-table__last {
  width: calc(100% - 158px);
}
@media screen and (max-width: 767px) {
  .c-table__last {
    width: 100%;
    margin: 1px auto 0;
  }
}
.c-table__cap {
  font-size: 0;
}
.c-table__cap-txt {
  font-size: 21px;
  font-weight: 500;
  color: #f5c761;
  letter-spacing: 0.02em;
  line-height: 2;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .c-table__cap-txt {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
}
.c-table__attention-txt.--size-b {
  font-size: 22px;
  letter-spacing: 0.052em;
  line-height: 2.05;
}
@media screen and (max-width: 767px) {
  .c-table__attention-txt.--size-b {
    font-size: 15px;
    letter-spacing: 0.035em;
    line-height: 2.05;
  }
}
.c-table__attention-txt.--size-b span {
  font-size: 17px;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .c-table__attention-txt.--size-b span {
    font-size: 12px;
  }
}
.c-table__attention-txt.--size-m {
  font-size: 20px;
  letter-spacing: 0.052em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .c-table__attention-txt.--size-m {
    margin-top: 8px;
    font-size: 13px;
    letter-spacing: 0.15em;
    line-height: 1.45;
  }
}
.c-table__attention-txt.--size-m span {
  font-size: 17px;
  vertical-align: baseline;
}
.c-table__attention-txt.--size-s {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-table__attention-txt.--size-s {
    font-size: 11px;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
}
.c-table__step {
  display: flex;
  flex-wrap: wrap;
}
.c-table__step + .c-table__step {
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .c-table__step + .c-table__step {
    margin-top: 13px;
  }
}
.c-table__step-num {
  font-family: YakuHanJP, swear-display, zen-old-mincho, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 91px;
  font-size: 11px;
  letter-spacing: 0.1em;
  vertical-align: baseline;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .c-table__step-num {
    width: 64px;
    font-size: 9px;
    letter-spacing: 0em;
    line-height: 2;
  }
}
.c-table__step-num span {
  margin-left: 0.1em;
  font-size: 16px;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .c-table__step-num span {
    margin-left: 0.1em;
    font-size: 12px;
  }
}
.c-table__step-txt {
  width: calc(100% - 91px);
  font-family: YakuHanJP, zen-old-mincho, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .c-table__step-txt {
    text-align: left;
    width: calc(100% - 64px);
    font-size: 13px;
    letter-spacing: -0.01em;
    line-height: 1.75;
  }
}

.c-note__cap {
  margin-bottom: 22px;
  font-size: 20px;
  color: #821818;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-note__cap {
    margin-bottom: 14px;
    font-size: 14px;
    letter-spacing: 0.02em;
  }
}
.c-note__list-item.--txt-size-b {
  padding-left: 1em;
  text-indent: -1em;
  font-family: YakuHanJP, zen-old-mincho, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .c-note__list-item.--txt-size-b {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
}
.c-note__list-item.--txt-size-b + .c-note__list-item.--txt-size-b {
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .c-note__list-item.--txt-size-b + .c-note__list-item.--txt-size-b {
    margin-top: 6px;
  }
}
.c-note__list-item.--txt-size-s {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .c-note__list-item.--txt-size-s {
    font-size: 11px;
    letter-spacing: 0em;
    line-height: 1.8;
  }
}
.c-note__list-item.--txt-size-s + .c-note__list-item.--txt-size-s {
  margin-top: 5px;
}

.c-video__link {
  display: block;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-video__link:hover .c-video__pict {
    transform: scale(1.1);
  }
  .c-video__link:hover .c-video__frame {
    background-color: rgba(0, 0, 0, 0);
  }
  .c-video__link:hover .c-video__icon {
    transform: translate(-50%, -50%) scale(0.9);
  }
}
.c-video__pict {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: center center no-repeat;
  background-size: contain;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-video__frame {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-video__frame::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/movie_frame.png) center center no-repeat;
  background-size: contain;
}
.c-video__icon {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: url(../img/btn_play.png) center center no-repeat;
  background-size: contain;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-bg .fall_item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.l-bg .fall_item span {
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(90, 28, 11, 0.8);
}
.l-bg .fall_item span:nth-child(1) {
  opacity: 0.7391;
  transform: translate(90vw, -10px) scale(0.8104);
  animation: fall-1 30s -13s linear infinite;
}
.l-bg .fall_item span:nth-child(2) {
  opacity: 0.7685;
  transform: translate(51.5vw, -10px) scale(0.5977);
  animation: fall-2 17s -25s linear infinite;
}
.l-bg .fall_item span:nth-child(3) {
  opacity: 0.8762;
  transform: translate(91.8vw, -10px) scale(0.8748);
  animation: fall-3 12s -8s linear infinite;
}
.l-bg .fall_item span:nth-child(4) {
  opacity: 0.1883;
  transform: translate(73.3vw, -10px) scale(0.8762);
  animation: fall-4 18s -3s linear infinite;
}
.l-bg .fall_item span:nth-child(5) {
  opacity: 0.385;
  transform: translate(64.8vw, -10px) scale(0.8195);
  animation: fall-5 24s -22s linear infinite;
}
.l-bg .fall_item span:nth-child(6) {
  opacity: 0.368;
  transform: translate(70.6vw, -10px) scale(0.9001);
  animation: fall-6 20s -22s linear infinite;
}
.l-bg .fall_item span:nth-child(7) {
  opacity: 0.5194;
  transform: translate(70vw, -10px) scale(0.6301);
  animation: fall-7 13s -23s linear infinite;
}
.l-bg .fall_item span:nth-child(8) {
  opacity: 0.972;
  transform: translate(93.3vw, -10px) scale(0.5587);
  animation: fall-8 13s -2s linear infinite;
}
.l-bg .fall_item span:nth-child(9) {
  opacity: 0.8725;
  transform: translate(67.1vw, -10px) scale(0.7364);
  animation: fall-9 22s -28s linear infinite;
}
.l-bg .fall_item span:nth-child(10) {
  opacity: 0.4363;
  transform: translate(92vw, -10px) scale(0.8676);
  animation: fall-10 18s -26s linear infinite;
}
.l-bg .fall_item span:nth-child(11) {
  opacity: 0.2389;
  transform: translate(65.2vw, -10px) scale(0.9852);
  animation: fall-11 28s -17s linear infinite;
}
.l-bg .fall_item span:nth-child(12) {
  opacity: 0.3651;
  transform: translate(84.7vw, -10px) scale(0.8249);
  animation: fall-12 20s -16s linear infinite;
}
.l-bg .fall_item span:nth-child(13) {
  opacity: 0.5659;
  transform: translate(51.8vw, -10px) scale(0.8744);
  animation: fall-13 11s -24s linear infinite;
}
.l-bg .fall_item span:nth-child(14) {
  opacity: 0.0933;
  transform: translate(94vw, -10px) scale(0.7054);
  animation: fall-14 30s -23s linear infinite;
}
.l-bg .fall_item span:nth-child(15) {
  opacity: 0.4015;
  transform: translate(99.1vw, -10px) scale(0.5211);
  animation: fall-15 21s -20s linear infinite;
}
.l-bg .fall_item span:nth-child(16) {
  opacity: 0.301;
  transform: translate(64.5vw, -10px) scale(0.7368);
  animation: fall-16 27s -2s linear infinite;
}
.l-bg .fall_item span:nth-child(17) {
  opacity: 0.6568;
  transform: translate(51.5vw, -10px) scale(0.8646);
  animation: fall-17 19s -13s linear infinite;
}
.l-bg .fall_item span:nth-child(18) {
  opacity: 0.938;
  transform: translate(55.9vw, -10px) scale(0.6179);
  animation: fall-18 20s -9s linear infinite;
}
.l-bg .fall_item span:nth-child(19) {
  opacity: 0.5488;
  transform: translate(56.7vw, -10px) scale(0.9766);
  animation: fall-19 22s -18s linear infinite;
}
.l-bg .fall_item span:nth-child(20) {
  opacity: 0.9584;
  transform: translate(81.6vw, -10px) scale(0.5755);
  animation: fall-20 13s -7s linear infinite;
}
.l-bg .fall_item span:nth-child(21) {
  opacity: 0.2627;
  transform: translate(66.3vw, -10px) scale(0.46);
  animation: fall-21 24s -20s linear infinite;
}
.l-bg .fall_item span:nth-child(22) {
  opacity: 0.9121;
  transform: translate(52.8vw, -10px) scale(0.8327);
  animation: fall-22 29s -24s linear infinite;
}
.l-bg .fall_item span:nth-child(23) {
  opacity: 0.2711;
  transform: translate(88vw, -10px) scale(0.613);
  animation: fall-23 13s -19s linear infinite;
}
.l-bg .fall_item span:nth-child(24) {
  opacity: 0.2816;
  transform: translate(50.6vw, -10px) scale(0.9486);
  animation: fall-24 21s -27s linear infinite;
}
.l-bg .fall_item span:nth-child(25) {
  opacity: 0.0559;
  transform: translate(74.3vw, -10px) scale(0.9462);
  animation: fall-25 15s -10s linear infinite;
}
.l-bg .fall_item span:nth-child(26) {
  opacity: 0.8077;
  transform: translate(92.1vw, -10px) scale(0.4216);
  animation: fall-26 12s -13s linear infinite;
}
.l-bg .fall_item span:nth-child(27) {
  opacity: 0.3238;
  transform: translate(81.6vw, -10px) scale(0.9726);
  animation: fall-27 23s -30s linear infinite;
}
.l-bg .fall_item span:nth-child(28) {
  opacity: 0.0464;
  transform: translate(58vw, -10px) scale(0.617);
  animation: fall-28 15s -6s linear infinite;
}
.l-bg .fall_item span:nth-child(29) {
  opacity: 0.806;
  transform: translate(96.6vw, -10px) scale(0.7374);
  animation: fall-29 20s -3s linear infinite;
}
.l-bg .fall_item span:nth-child(30) {
  opacity: 0.3089;
  transform: translate(83.9vw, -10px) scale(0.9448);
  animation: fall-30 18s -17s linear infinite;
}
.l-bg .butterfly_item div {
  width: 400px;
  height: 200px;
  position: fixed;
  z-index: 20;
}
.l-bg .butterfly_item div p {
  width: 100%;
  height: 100%;
  background: url("/assets/img/common/butterfly01.png");
  transform: scale(0.75);
}
.l-bg .butterfly_item div.is_open p {
  opacity: 0.25;
  animation: butterfly 1.8s steps(14);
}
.l-bg .butterfly_item .butterfly1 p {
  background: url("/assets/img/common/butterfly01.png");
}
.l-bg .butterfly_item .butterfly2 p {
  background: url("/assets/img/common/butterfly02.png");
}
.l-bg .butterfly_item .butterfly3 p {
  background: url("/assets/img/common/butterfly03.png");
}

@keyframes fall-1 {
  100% {
    transform: translate(2.4vw, 100vh) scale(0.8104);
  }
}
@keyframes fall-2 {
  100% {
    transform: translate(-2vw, 100vh) scale(0.5977);
  }
}
@keyframes fall-3 {
  100% {
    transform: translate(26.8vw, 100vh) scale(0.8748);
  }
}
@keyframes fall-4 {
  100% {
    transform: translate(-19.4vw, 100vh) scale(0.8762);
  }
}
@keyframes fall-5 {
  100% {
    transform: translate(6.6vw, 100vh) scale(0.8195);
  }
}
@keyframes fall-6 {
  100% {
    transform: translate(2.7vw, 100vh) scale(0.9001);
  }
}
@keyframes fall-7 {
  100% {
    transform: translate(-18.7vw, 100vh) scale(0.6301);
  }
}
@keyframes fall-8 {
  100% {
    transform: translate(23.1vw, 100vh) scale(0.5587);
  }
}
@keyframes fall-9 {
  100% {
    transform: translate(-4.7vw, 100vh) scale(0.7364);
  }
}
@keyframes fall-10 {
  100% {
    transform: translate(12.7vw, 100vh) scale(0.8676);
  }
}
@keyframes fall-11 {
  100% {
    transform: translate(13.6vw, 100vh) scale(0.9852);
  }
}
@keyframes fall-12 {
  100% {
    transform: translate(3.1vw, 100vh) scale(0.8249);
  }
}
@keyframes fall-13 {
  100% {
    transform: translate(-10.6vw, 100vh) scale(0.8744);
  }
}
@keyframes fall-14 {
  100% {
    transform: translate(36.2vw, 100vh) scale(0.7054);
  }
}
@keyframes fall-15 {
  100% {
    transform: translate(-8.9vw, 100vh) scale(0.5211);
  }
}
@keyframes fall-16 {
  100% {
    transform: translate(13.8vw, 100vh) scale(0.7368);
  }
}
@keyframes fall-17 {
  100% {
    transform: translate(44.1vw, 100vh) scale(0.8646);
  }
}
@keyframes fall-18 {
  100% {
    transform: translate(35.3vw, 100vh) scale(0.6179);
  }
}
@keyframes fall-19 {
  100% {
    transform: translate(39.3vw, 100vh) scale(0.9766);
  }
}
@keyframes fall-20 {
  100% {
    transform: translate(16.9vw, 100vh) scale(0.5755);
  }
}
@keyframes fall-21 {
  100% {
    transform: translate(47vw, 100vh) scale(0.46);
  }
}
@keyframes fall-22 {
  100% {
    transform: translate(24.5vw, 100vh) scale(0.8327);
  }
}
@keyframes fall-23 {
  100% {
    transform: translate(21.2vw, 100vh) scale(0.613);
  }
}
@keyframes fall-24 {
  100% {
    transform: translate(-3.6vw, 100vh) scale(0.9486);
  }
}
@keyframes fall-25 {
  100% {
    transform: translate(29.3vw, 100vh) scale(0.9462);
  }
}
@keyframes fall-26 {
  100% {
    transform: translate(49.8vw, 100vh) scale(0.4216);
  }
}
@keyframes fall-27 {
  100% {
    transform: translate(-9.2vw, 100vh) scale(0.9726);
  }
}
@keyframes fall-28 {
  100% {
    transform: translate(37.5vw, 100vh) scale(0.617);
  }
}
@keyframes fall-29 {
  100% {
    transform: translate(36.2vw, 100vh) scale(0.7374);
  }
}
@keyframes fall-30 {
  100% {
    transform: translate(19.9vw, 100vh) scale(0.9448);
  }
}
@media only screen and (max-width: 960px) {
  #bg .cont_bg #container {
    width: 400vw;
  }
  #bg .cont_bg .fall_item {
    width: 6px;
    height: 6px;
  }
}
.u-bp__spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-bp__pcOnly {
    display: none;
  }
  .u-bp__spOnly {
    display: block;
  }
}
.u-nm__harf__txt {
  vertical-align: baseline;
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.u-nm__r-03__txt {
  vertical-align: baseline;
  margin-right: -0.3em;
}

.u-nm__r-05__txt {
  vertical-align: baseline;
  margin-right: -0.5em;
}

.u-nm__r-06__txt {
  vertical-align: baseline;
  margin-right: -0.6em;
}

.u-nm__r-07__txt {
  vertical-align: baseline;
  margin-right: -0.7em;
}

.u-nm__r-08__txt {
  vertical-align: baseline;
  margin-right: -0.8em;
}

.u-nm__r-09__txt {
  vertical-align: baseline;
  margin-right: -0.9em;
}

.u-nm__l-05__txt {
  vertical-align: baseline;
  margin-left: -0.5em;
}

.u-ls__d-001 {
  letter-spacing: -0.01em;
}

.u-ls__d-008 {
  letter-spacing: -0.08em;
}

.u-ls__d-05 {
  letter-spacing: -0.5em;
}

.u-ls__u-001 {
  letter-spacing: 0.01em;
}

.u-ls__u-008 {
  letter-spacing: 0.08em;
}

.u-ls__u-05 {
  letter-spacing: 0.5em;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
[data-op-left] {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 0.7s cubic-bezier(0.65, 0, 0.35, 1);
}
[data-scroll].is-active [data-op-left] {
  opacity: 1;
  transform: translateX(0);
}

[data-op-right] {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 0.7s cubic-bezier(0.65, 0, 0.35, 1);
}
[data-scroll].is-active [data-op-right] {
  opacity: 1;
  transform: translateX(0);
}

[data-scroll-txt] {
  transition: background-position 1.2s cubic-bezier(0.25, 0.96, 0.46, 0.98);
}
[data-scroll].is-active [data-scroll-txt] {
  background-position: 0 center;
}

[data-scroll-fade-up] {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
[data-scroll].is-active [data-scroll-fade-up] {
  opacity: 1;
  transform: translateY(0);
}

[data-scroll-fade-left] {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1), transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}
[data-scroll].is-active [data-scroll-fade-left] {
  opacity: 1;
  transform: translateX(0);
}

[data-scroll-fade-right] {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1), transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}
[data-scroll].is-active [data-scroll-fade-right] {
  opacity: 1;
  transform: translateX(0);
}

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

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