@charset "UTF-8";
:root {
  --color-black: #000;
  --color-gray: #303030;
  --color-white: #fff;
  --bk-color-01: #222222;
}

.l-container {
  margin-inline: auto;
  width: 100%;
  /* min-width: 1140px; */
  overflow: clip;
}
.megamenu,
.l-footer,
.feature-snslist,
.header-fix-buttons,
.sp-header-main.show,
.pc-header-main.is-fixed {
  z-index: 800;
}

.l-footer {
  overflow: hidden;
  padding-top: initial;
}

.pc-footer {
  overflow: hidden;
  margin-top: initial;
}

html {
  scroll-behavior: smooth;
}

.l-container,
#feature {
  scroll-behavior: smooth;
}
.l-container *,
#feature * {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  line-height: initial;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-optical-sizing: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.l-container *:focus,
#feature *:focus {
  outline: none;
}
.l-container li,
#feature li {
  list-style: none;
}
.l-container img,
#feature img {
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.l-container a,
#feature a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.l-container a:hover,
#feature a:hover {
  opacity: 0.7;
  cursor: pointer;
}
.l-container p,
#feature p {
  margin: initial;
}
.l-container h1,
.l-container h2,
.l-container h3,
.l-container h4,
.l-container h4,
#feature h1,
#feature h2,
#feature h3,
#feature h4,
#feature h4 {
  margin: initial;
  padding: initial;
}
.l-container video,
#feature video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}
.l-container [class^=img_],
#feature [class^=img_] {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.l-container [class^=img_] a,
#feature [class^=img_] a {
  position: relative;
  cursor: pointer;
  pointer-events: painted;
  display: block;
  text-decoration: none;
  opacity: initial;
}
.l-container [class^=img_] a:hover,
#feature [class^=img_] a:hover {
  opacity: initial;
}
.l-container [class^=img_] a::before,
#feature [class^=img_] a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-container [class^=img_] a:hover::before,
#feature [class^=img_] a:hover::before {
  background-color: hsla(0, 0%, 100%, 0.2);
}
.l-container .top-content,
#feature .top-content {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  width: 100%;
  height: 100vh;
  background-color: var(--bk-color-01);
  overflow: hidden;
}
.l-container .main-content,
#feature .main-content {
  margin-top: -100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
}
.l-container .main-content .center-content,
#feature .main-content .center-content {
  position: relative;
  z-index: 20;
  width: min(560.0000025px, calc(560.0000025 *  100vw / 1400));
  overflow: hidden;
  background-color: var(--color-white);
}

/*=====================================
  component_common
=====================================*/
.l-container,
#feature {
  max-width: initial;
}
.l-container .parent_credit,
#feature .parent_credit {
  position: relative;
  display: inherit;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -webkit-flex-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  gap: inherit;
}
.l-container .wrap_credit,
#feature .wrap_credit {
  bottom: 0;
  width: min(433.0666686px, calc(433.0666686 *  100vw / 1400));
  padding-top: min(52.2666669px, calc(52.2666669 *  100vw / 1400));
  padding-bottom: min(47.78666688px, calc(47.78666688 *  100vw / 1400));
}
.l-container .wrap_credit.--t-column-center, .l-container .wrap_credit.--b-column-center,
#feature .wrap_credit.--t-column-center,
#feature .wrap_credit.--b-column-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: initial;
  padding-inline: initial;
}
.l-container .wrap_credit.--t-column-center .credit, .l-container .wrap_credit.--b-column-center .credit,
#feature .wrap_credit.--t-column-center .credit,
#feature .wrap_credit.--b-column-center .credit {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-container .wrap_credit.--t-column-center .credit_toggle, .l-container .wrap_credit.--b-column-center .credit_toggle,
#feature .wrap_credit.--t-column-center .credit_toggle,
#feature .wrap_credit.--b-column-center .credit_toggle {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.l-container .wrap_credit.--t-column-left, .l-container .wrap_credit.--t-column-right,
#feature .wrap_credit.--t-column-left,
#feature .wrap_credit.--t-column-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: initial;
  padding-inline: initial;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.l-container .wrap_credit.--b-column-left, .l-container .wrap_credit.--b-column-right,
#feature .wrap_credit.--b-column-left,
#feature .wrap_credit.--b-column-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: initial;
  padding-inline: initial;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.l-container .wrap_credit.--t-column-left, .l-container .wrap_credit.--b-column-left,
#feature .wrap_credit.--t-column-left,
#feature .wrap_credit.--b-column-left {
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.l-container .wrap_credit.--t-column-left .credit, .l-container .wrap_credit.--b-column-left .credit,
#feature .wrap_credit.--t-column-left .credit,
#feature .wrap_credit.--b-column-left .credit {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-container .wrap_credit.--t-column-left .credit_toggle, .l-container .wrap_credit.--b-column-left .credit_toggle,
#feature .wrap_credit.--t-column-left .credit_toggle,
#feature .wrap_credit.--b-column-left .credit_toggle {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.l-container .wrap_credit.--t-column-right, .l-container .wrap_credit.--b-column-right,
#feature .wrap_credit.--t-column-right,
#feature .wrap_credit.--b-column-right {
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.l-container .wrap_credit.--t-column-right .credit, .l-container .wrap_credit.--b-column-right .credit,
#feature .wrap_credit.--t-column-right .credit,
#feature .wrap_credit.--b-column-right .credit {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-container .wrap_credit.--t-column-right .credit .credit_item *, .l-container .wrap_credit.--b-column-right .credit .credit_item *,
#feature .wrap_credit.--t-column-right .credit .credit_item *,
#feature .wrap_credit.--b-column-right .credit .credit_item * {
  text-align: end;
}
.l-container .wrap_credit.--t-column-right .credit_toggle, .l-container .wrap_credit.--b-column-right .credit_toggle,
#feature .wrap_credit.--t-column-right .credit_toggle,
#feature .wrap_credit.--b-column-right .credit_toggle {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.l-container .wrap_credit.--b-left, .l-container .wrap_credit.--b-right, .l-container .wrap_credit.--b-center,
#feature .wrap_credit.--b-left,
#feature .wrap_credit.--b-right,
#feature .wrap_credit.--b-center {
  padding-inline: initial;
}
.l-container .wrap_credit.--b-left,
#feature .wrap_credit.--b-left {
  left: 0;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.l-container .wrap_credit.--b-left .credit,
#feature .wrap_credit.--b-left .credit {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.l-container .wrap_credit.--b-left .credit_toggle,
#feature .wrap_credit.--b-left .credit_toggle {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.l-container .wrap_credit.--b-right,
#feature .wrap_credit.--b-right {
  right: 0;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
.l-container .wrap_credit.--b-right .credit,
#feature .wrap_credit.--b-right .credit {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.l-container .wrap_credit.--b-right .credit_toggle,
#feature .wrap_credit.--b-right .credit_toggle {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.l-container .wrap_credit.--b-center,
#feature .wrap_credit.--b-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-container .wrap_credit.--b-center .credit,
#feature .wrap_credit.--b-center .credit {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-container .wrap_credit.--b-center .credit_toggle,
#feature .wrap_credit.--b-center .credit_toggle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-container .wrap_credit.--left, .l-container .wrap_credit.--right,
#feature .wrap_credit.--left,
#feature .wrap_credit.--right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: max(-2.98666668px, calc(-2.98666668 *  100vw / 1400));
}
.l-container .wrap_credit.--left,
#feature .wrap_credit.--left {
  padding-bottom: initial;
  padding-left: initial;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
.l-container .wrap_credit.--left .credit,
#feature .wrap_credit.--left .credit {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.l-container .wrap_credit.--left .credit .credit_item,
#feature .wrap_credit.--left .credit .credit_item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.l-container .wrap_credit.--left .credit .credit_item *,
#feature .wrap_credit.--left .credit .credit_item * {
  text-align: end;
}
.l-container .wrap_credit.--left .credit_toggle,
#feature .wrap_credit.--left .credit_toggle {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.l-container .wrap_credit.--right,
#feature .wrap_credit.--right {
  padding-bottom: initial;
  padding-right: initial;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
.l-container .wrap_credit.--right .credit,
#feature .wrap_credit.--right .credit {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.l-container .wrap_credit.--right .credit .credit_item,
#feature .wrap_credit.--right .credit .credit_item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}
.l-container .wrap_credit.--right .credit .credit_item *,
#feature .wrap_credit.--right .credit .credit_item * {
  text-align: start;
}
.l-container .wrap_credit.--right .credit_toggle,
#feature .wrap_credit.--right .credit_toggle {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.l-container .wrap_credit.sp-none,
#feature .wrap_credit.sp-none {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-container .wrap_credit.pc-none,
#feature .wrap_credit.pc-none {
  display: none;
}
.l-container .wrap_credit .credit,
#feature .wrap_credit .credit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: min(16.42666674px, calc(16.42666674 *  100vw / 1400)) min(17.92000008px, calc(17.92000008 *  100vw / 1400));
}
.l-container .wrap_credit .credit .credit_item,
#feature .wrap_credit .credit .credit_item {
  border-bottom: min(2.98666668px, calc(2.98666668 *  100vw / 1400)) solid;
}
.l-container .wrap_credit .credit .credit_item .credit_link,
#feature .wrap_credit .credit .credit_item .credit_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(7.4666667px, calc(7.4666667 *  100vw / 1400));
}
.l-container .wrap_credit .credit .credit_item *,
#feature .wrap_credit .credit .credit_item * {
  font-family: "arimo", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: min(16.42666674px, calc(16.42666674 *  100vw / 1400));
  font-stretch: normal;
  line-height: 1;
  letter-spacing: min(0.4330666686px, calc(0.4330666686 *  100vw / 1400));
  color: #000;
}
.l-container .wrap_credit .credit .credit_item * .credit_txt,
#feature .wrap_credit .credit .credit_item * .credit_txt {
  text-transform: capitalize;
}
.l-container .wrap_credit .credit .credit_item * .credit_decoration:empty,
#feature .wrap_credit .credit .credit_item * .credit_decoration:empty {
  display: none;
}
.l-container .wrap_credit .credit .credit_item * .credit_detail:empty,
#feature .wrap_credit .credit .credit_item * .credit_detail:empty {
  display: none;
}
.l-container .swiper.swiper_01 .swiper-wrapper,
#feature .swiper.swiper_01 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.l-container .pc-none,
#feature .pc-none {
  display: none;
}
.l-container .sp-none,
#feature .sp-none {
  display: block;
}

.l-container .js_anime .is_delay-250ms,
#feature .js_anime .is_delay-250ms {
  -webkit-transition-delay: 250ms !important;
          transition-delay: 250ms !important;
  -webkit-animation-delay: 250ms !important;
          animation-delay: 250ms !important;
}
.l-container .js_anime .is_delay-500ms,
#feature .js_anime .is_delay-500ms {
  -webkit-transition-delay: 500ms !important;
          transition-delay: 500ms !important;
  -webkit-animation-delay: 500ms !important;
          animation-delay: 500ms !important;
}
.l-container .js_anime .is_delay-750ms,
#feature .js_anime .is_delay-750ms {
  -webkit-transition-delay: 750ms !important;
          transition-delay: 750ms !important;
  -webkit-animation-delay: 750ms !important;
          animation-delay: 750ms !important;
}
.l-container .js_anime .is_delay-1000ms,
#feature .js_anime .is_delay-1000ms {
  -webkit-transition-delay: 1000ms !important;
          transition-delay: 1000ms !important;
  -webkit-animation-delay: 1000ms !important;
          animation-delay: 1000ms !important;
}
.l-container .js_anime .is_delay-1250ms,
#feature .js_anime .is_delay-1250ms {
  -webkit-transition-delay: 1250ms !important;
          transition-delay: 1250ms !important;
  -webkit-animation-delay: 1250ms !important;
          animation-delay: 1250ms !important;
}
.l-container .js_anime .is_delay-1500ms,
#feature .js_anime .is_delay-1500ms {
  -webkit-transition-delay: 1500ms !important;
          transition-delay: 1500ms !important;
  -webkit-animation-delay: 1500ms !important;
          animation-delay: 1500ms !important;
}
.l-container .js_anime .is_delay-2000ms,
#feature .js_anime .is_delay-2000ms {
  -webkit-transition-delay: 2000ms !important;
          transition-delay: 2000ms !important;
  -webkit-animation-delay: 2000ms !important;
          animation-delay: 2000ms !important;
}
.l-container .js_anime.is_fade .animearea,
#feature .js_anime.is_fade .animearea {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.l-container .js_anime.is_fade-up .animearea,
#feature .js_anime.is_fade-up .animearea {
  opacity: 0;
  -webkit-transform: translateY(min(59.7333336px, calc(59.7333336 *  100vw / 1400)));
          transform: translateY(min(59.7333336px, calc(59.7333336 *  100vw / 1400)));
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.l-container .js_anime.is_fade-down .animearea,
#feature .js_anime.is_fade-down .animearea {
  opacity: 0;
  -webkit-transform: translateY(min(-59.7333336px, calc(-59.7333336 *  100vw / 1400)));
          transform: translateY(min(-59.7333336px, calc(-59.7333336 *  100vw / 1400)));
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.l-container .js_anime.is_fade-left .animearea,
#feature .js_anime.is_fade-left .animearea {
  opacity: 0;
  -webkit-transform: translateX(min(-59.7333336px, calc(-59.7333336 *  100vw / 1400)));
          transform: translateX(min(-59.7333336px, calc(-59.7333336 *  100vw / 1400)));
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.l-container .js_anime.is_fade-right .animearea,
#feature .js_anime.is_fade-right .animearea {
  opacity: 0;
  -webkit-transform: translateX(min(59.7333336px, calc(59.7333336 *  100vw / 1400)));
          transform: translateX(min(59.7333336px, calc(59.7333336 *  100vw / 1400)));
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.l-container .js_anime.is_fade-up-chain .animearea ul li,
#feature .js_anime.is_fade-up-chain .animearea ul li {
  opacity: 0;
  -webkit-transform: translateY(min(59.7333336px, calc(59.7333336 *  100vw / 1400)));
          transform: translateY(min(59.7333336px, calc(59.7333336 *  100vw / 1400)));
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.l-container .js_anime.is_fade-up-chain .animearea ul li:nth-child(1),
#feature .js_anime.is_fade-up-chain .animearea ul li:nth-child(1) {
  -webkit-transition-delay: 320ms;
          transition-delay: 320ms;
}
.l-container .js_anime.is_fade-up-chain .animearea ul li:nth-child(2),
#feature .js_anime.is_fade-up-chain .animearea ul li:nth-child(2) {
  -webkit-transition-delay: 640ms;
          transition-delay: 640ms;
}
.l-container .js_anime.is_fade-up-chain .animearea ul li:nth-child(3),
#feature .js_anime.is_fade-up-chain .animearea ul li:nth-child(3) {
  -webkit-transition-delay: 960ms;
          transition-delay: 960ms;
}
.l-container .js_anime.is_fade-up-chain .animearea ul li:nth-child(4),
#feature .js_anime.is_fade-up-chain .animearea ul li:nth-child(4) {
  -webkit-transition-delay: 1280ms;
          transition-delay: 1280ms;
}
.l-container .js_anime.is_fade-up-chain .animearea ul li:nth-child(5),
#feature .js_anime.is_fade-up-chain .animearea ul li:nth-child(5) {
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}
.l-container .js_anime.is_fade-up-chain .animearea ul li:nth-child(6),
#feature .js_anime.is_fade-up-chain .animearea ul li:nth-child(6) {
  -webkit-transition-delay: 1920ms;
          transition-delay: 1920ms;
}
.l-container .js_anime.is_fade-up-chain .animearea ul li:nth-child(7),
#feature .js_anime.is_fade-up-chain .animearea ul li:nth-child(7) {
  -webkit-transition-delay: 2240ms;
          transition-delay: 2240ms;
}
.l-container .js_anime.is_fade-up-chain .animearea ul li:nth-child(8),
#feature .js_anime.is_fade-up-chain .animearea ul li:nth-child(8) {
  -webkit-transition-delay: 2560ms;
          transition-delay: 2560ms;
}
.l-container .js_anime.is_fade-up-chain .animearea ul li:nth-child(9),
#feature .js_anime.is_fade-up-chain .animearea ul li:nth-child(9) {
  -webkit-transition-delay: 2880ms;
          transition-delay: 2880ms;
}
.l-container .js_anime.is_fade-up-chain .animearea ul li:nth-child(10),
#feature .js_anime.is_fade-up-chain .animearea ul li:nth-child(10) {
  -webkit-transition-delay: 3200ms;
          transition-delay: 3200ms;
}
.l-container .js_anime.is_fade-up-chain .animearea ul li:nth-child(11),
#feature .js_anime.is_fade-up-chain .animearea ul li:nth-child(11) {
  -webkit-transition-delay: 3520ms;
          transition-delay: 3520ms;
}
.l-container .js_anime.is_fade-up-chain .animearea ul li:nth-child(12),
#feature .js_anime.is_fade-up-chain .animearea ul li:nth-child(12) {
  -webkit-transition-delay: 3840ms;
          transition-delay: 3840ms;
}
.l-container .js_anime.is_fade-up-chain .animearea ul li:nth-child(13),
#feature .js_anime.is_fade-up-chain .animearea ul li:nth-child(13) {
  -webkit-transition-delay: 4160ms;
          transition-delay: 4160ms;
}
.l-container .js_anime.is_fade-up-chain .animearea ul li:nth-child(14),
#feature .js_anime.is_fade-up-chain .animearea ul li:nth-child(14) {
  -webkit-transition-delay: 4480ms;
          transition-delay: 4480ms;
}
.l-container .js_anime.is_fade-up-chain .animearea ul li:nth-child(15),
#feature .js_anime.is_fade-up-chain .animearea ul li:nth-child(15) {
  -webkit-transition-delay: 4800ms;
          transition-delay: 4800ms;
}
.l-container .js_anime.is_fade-up-chain .animearea ul li:nth-child(16),
#feature .js_anime.is_fade-up-chain .animearea ul li:nth-child(16) {
  -webkit-transition-delay: 5120ms;
          transition-delay: 5120ms;
}
.l-container .js_anime.is_fade-up-chain .animearea ul li:nth-child(17),
#feature .js_anime.is_fade-up-chain .animearea ul li:nth-child(17) {
  -webkit-transition-delay: 5440ms;
          transition-delay: 5440ms;
}
.l-container .js_anime.is_fade-up-chain .animearea ul li:nth-child(18),
#feature .js_anime.is_fade-up-chain .animearea ul li:nth-child(18) {
  -webkit-transition-delay: 5760ms;
          transition-delay: 5760ms;
}
.l-container .js_anime.is_fade-up-chain .animearea ul li:nth-child(19),
#feature .js_anime.is_fade-up-chain .animearea ul li:nth-child(19) {
  -webkit-transition-delay: 6080ms;
          transition-delay: 6080ms;
}
.l-container .js_anime.is_fade-up-chain .animearea ul li:nth-child(20),
#feature .js_anime.is_fade-up-chain .animearea ul li:nth-child(20) {
  -webkit-transition-delay: 6400ms;
          transition-delay: 6400ms;
}
.l-container .js_anime.is_typing .animearea path,
#feature .js_anime.is_typing .animearea path {
  opacity: 0;
  -webkit-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
}
.l-container .js_anime.is_typing .animearea path:nth-child(1),
#feature .js_anime.is_typing .animearea path:nth-child(1) {
  -webkit-transition-delay: 80ms;
          transition-delay: 80ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(2),
#feature .js_anime.is_typing .animearea path:nth-child(2) {
  -webkit-transition-delay: 160ms;
          transition-delay: 160ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(3),
#feature .js_anime.is_typing .animearea path:nth-child(3) {
  -webkit-transition-delay: 240ms;
          transition-delay: 240ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(4),
#feature .js_anime.is_typing .animearea path:nth-child(4) {
  -webkit-transition-delay: 320ms;
          transition-delay: 320ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(5),
#feature .js_anime.is_typing .animearea path:nth-child(5) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(6),
#feature .js_anime.is_typing .animearea path:nth-child(6) {
  -webkit-transition-delay: 480ms;
          transition-delay: 480ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(7),
#feature .js_anime.is_typing .animearea path:nth-child(7) {
  -webkit-transition-delay: 560ms;
          transition-delay: 560ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(8),
#feature .js_anime.is_typing .animearea path:nth-child(8) {
  -webkit-transition-delay: 640ms;
          transition-delay: 640ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(9),
#feature .js_anime.is_typing .animearea path:nth-child(9) {
  -webkit-transition-delay: 720ms;
          transition-delay: 720ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(10),
#feature .js_anime.is_typing .animearea path:nth-child(10) {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(11),
#feature .js_anime.is_typing .animearea path:nth-child(11) {
  -webkit-transition-delay: 880ms;
          transition-delay: 880ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(12),
#feature .js_anime.is_typing .animearea path:nth-child(12) {
  -webkit-transition-delay: 960ms;
          transition-delay: 960ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(13),
#feature .js_anime.is_typing .animearea path:nth-child(13) {
  -webkit-transition-delay: 1040ms;
          transition-delay: 1040ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(14),
#feature .js_anime.is_typing .animearea path:nth-child(14) {
  -webkit-transition-delay: 1120ms;
          transition-delay: 1120ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(15),
#feature .js_anime.is_typing .animearea path:nth-child(15) {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(16),
#feature .js_anime.is_typing .animearea path:nth-child(16) {
  -webkit-transition-delay: 1280ms;
          transition-delay: 1280ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(17),
#feature .js_anime.is_typing .animearea path:nth-child(17) {
  -webkit-transition-delay: 1360ms;
          transition-delay: 1360ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(18),
#feature .js_anime.is_typing .animearea path:nth-child(18) {
  -webkit-transition-delay: 1440ms;
          transition-delay: 1440ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(19),
#feature .js_anime.is_typing .animearea path:nth-child(19) {
  -webkit-transition-delay: 1520ms;
          transition-delay: 1520ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(20),
#feature .js_anime.is_typing .animearea path:nth-child(20) {
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(21),
#feature .js_anime.is_typing .animearea path:nth-child(21) {
  -webkit-transition-delay: 1680ms;
          transition-delay: 1680ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(22),
#feature .js_anime.is_typing .animearea path:nth-child(22) {
  -webkit-transition-delay: 1760ms;
          transition-delay: 1760ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(23),
#feature .js_anime.is_typing .animearea path:nth-child(23) {
  -webkit-transition-delay: 1840ms;
          transition-delay: 1840ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(24),
#feature .js_anime.is_typing .animearea path:nth-child(24) {
  -webkit-transition-delay: 1920ms;
          transition-delay: 1920ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(25),
#feature .js_anime.is_typing .animearea path:nth-child(25) {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(26),
#feature .js_anime.is_typing .animearea path:nth-child(26) {
  -webkit-transition-delay: 2080ms;
          transition-delay: 2080ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(27),
#feature .js_anime.is_typing .animearea path:nth-child(27) {
  -webkit-transition-delay: 2160ms;
          transition-delay: 2160ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(28),
#feature .js_anime.is_typing .animearea path:nth-child(28) {
  -webkit-transition-delay: 2240ms;
          transition-delay: 2240ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(29),
#feature .js_anime.is_typing .animearea path:nth-child(29) {
  -webkit-transition-delay: 2320ms;
          transition-delay: 2320ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(30),
#feature .js_anime.is_typing .animearea path:nth-child(30) {
  -webkit-transition-delay: 2400ms;
          transition-delay: 2400ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(31),
#feature .js_anime.is_typing .animearea path:nth-child(31) {
  -webkit-transition-delay: 2480ms;
          transition-delay: 2480ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(32),
#feature .js_anime.is_typing .animearea path:nth-child(32) {
  -webkit-transition-delay: 2560ms;
          transition-delay: 2560ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(33),
#feature .js_anime.is_typing .animearea path:nth-child(33) {
  -webkit-transition-delay: 2640ms;
          transition-delay: 2640ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(34),
#feature .js_anime.is_typing .animearea path:nth-child(34) {
  -webkit-transition-delay: 2720ms;
          transition-delay: 2720ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(35),
#feature .js_anime.is_typing .animearea path:nth-child(35) {
  -webkit-transition-delay: 2800ms;
          transition-delay: 2800ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(36),
#feature .js_anime.is_typing .animearea path:nth-child(36) {
  -webkit-transition-delay: 2880ms;
          transition-delay: 2880ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(37),
#feature .js_anime.is_typing .animearea path:nth-child(37) {
  -webkit-transition-delay: 2960ms;
          transition-delay: 2960ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(38),
#feature .js_anime.is_typing .animearea path:nth-child(38) {
  -webkit-transition-delay: 3040ms;
          transition-delay: 3040ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(39),
#feature .js_anime.is_typing .animearea path:nth-child(39) {
  -webkit-transition-delay: 3120ms;
          transition-delay: 3120ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(40),
#feature .js_anime.is_typing .animearea path:nth-child(40) {
  -webkit-transition-delay: 3200ms;
          transition-delay: 3200ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(41),
#feature .js_anime.is_typing .animearea path:nth-child(41) {
  -webkit-transition-delay: 3280ms;
          transition-delay: 3280ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(42),
#feature .js_anime.is_typing .animearea path:nth-child(42) {
  -webkit-transition-delay: 3360ms;
          transition-delay: 3360ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(43),
#feature .js_anime.is_typing .animearea path:nth-child(43) {
  -webkit-transition-delay: 3440ms;
          transition-delay: 3440ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(44),
#feature .js_anime.is_typing .animearea path:nth-child(44) {
  -webkit-transition-delay: 3520ms;
          transition-delay: 3520ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(45),
#feature .js_anime.is_typing .animearea path:nth-child(45) {
  -webkit-transition-delay: 3600ms;
          transition-delay: 3600ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(46),
#feature .js_anime.is_typing .animearea path:nth-child(46) {
  -webkit-transition-delay: 3680ms;
          transition-delay: 3680ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(47),
#feature .js_anime.is_typing .animearea path:nth-child(47) {
  -webkit-transition-delay: 3760ms;
          transition-delay: 3760ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(48),
#feature .js_anime.is_typing .animearea path:nth-child(48) {
  -webkit-transition-delay: 3840ms;
          transition-delay: 3840ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(49),
#feature .js_anime.is_typing .animearea path:nth-child(49) {
  -webkit-transition-delay: 3920ms;
          transition-delay: 3920ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(50),
#feature .js_anime.is_typing .animearea path:nth-child(50) {
  -webkit-transition-delay: 4000ms;
          transition-delay: 4000ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(51),
#feature .js_anime.is_typing .animearea path:nth-child(51) {
  -webkit-transition-delay: 4080ms;
          transition-delay: 4080ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(52),
#feature .js_anime.is_typing .animearea path:nth-child(52) {
  -webkit-transition-delay: 4160ms;
          transition-delay: 4160ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(53),
#feature .js_anime.is_typing .animearea path:nth-child(53) {
  -webkit-transition-delay: 4240ms;
          transition-delay: 4240ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(54),
#feature .js_anime.is_typing .animearea path:nth-child(54) {
  -webkit-transition-delay: 4320ms;
          transition-delay: 4320ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(55),
#feature .js_anime.is_typing .animearea path:nth-child(55) {
  -webkit-transition-delay: 4400ms;
          transition-delay: 4400ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(56),
#feature .js_anime.is_typing .animearea path:nth-child(56) {
  -webkit-transition-delay: 4480ms;
          transition-delay: 4480ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(57),
#feature .js_anime.is_typing .animearea path:nth-child(57) {
  -webkit-transition-delay: 4560ms;
          transition-delay: 4560ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(58),
#feature .js_anime.is_typing .animearea path:nth-child(58) {
  -webkit-transition-delay: 4640ms;
          transition-delay: 4640ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(59),
#feature .js_anime.is_typing .animearea path:nth-child(59) {
  -webkit-transition-delay: 4720ms;
          transition-delay: 4720ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(60),
#feature .js_anime.is_typing .animearea path:nth-child(60) {
  -webkit-transition-delay: 4800ms;
          transition-delay: 4800ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(61),
#feature .js_anime.is_typing .animearea path:nth-child(61) {
  -webkit-transition-delay: 4880ms;
          transition-delay: 4880ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(62),
#feature .js_anime.is_typing .animearea path:nth-child(62) {
  -webkit-transition-delay: 4960ms;
          transition-delay: 4960ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(63),
#feature .js_anime.is_typing .animearea path:nth-child(63) {
  -webkit-transition-delay: 5040ms;
          transition-delay: 5040ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(64),
#feature .js_anime.is_typing .animearea path:nth-child(64) {
  -webkit-transition-delay: 5120ms;
          transition-delay: 5120ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(65),
#feature .js_anime.is_typing .animearea path:nth-child(65) {
  -webkit-transition-delay: 5200ms;
          transition-delay: 5200ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(66),
#feature .js_anime.is_typing .animearea path:nth-child(66) {
  -webkit-transition-delay: 5280ms;
          transition-delay: 5280ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(67),
#feature .js_anime.is_typing .animearea path:nth-child(67) {
  -webkit-transition-delay: 5360ms;
          transition-delay: 5360ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(68),
#feature .js_anime.is_typing .animearea path:nth-child(68) {
  -webkit-transition-delay: 5440ms;
          transition-delay: 5440ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(69),
#feature .js_anime.is_typing .animearea path:nth-child(69) {
  -webkit-transition-delay: 5520ms;
          transition-delay: 5520ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(70),
#feature .js_anime.is_typing .animearea path:nth-child(70) {
  -webkit-transition-delay: 5600ms;
          transition-delay: 5600ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(71),
#feature .js_anime.is_typing .animearea path:nth-child(71) {
  -webkit-transition-delay: 5680ms;
          transition-delay: 5680ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(72),
#feature .js_anime.is_typing .animearea path:nth-child(72) {
  -webkit-transition-delay: 5760ms;
          transition-delay: 5760ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(73),
#feature .js_anime.is_typing .animearea path:nth-child(73) {
  -webkit-transition-delay: 5840ms;
          transition-delay: 5840ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(74),
#feature .js_anime.is_typing .animearea path:nth-child(74) {
  -webkit-transition-delay: 5920ms;
          transition-delay: 5920ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(75),
#feature .js_anime.is_typing .animearea path:nth-child(75) {
  -webkit-transition-delay: 6000ms;
          transition-delay: 6000ms;
}
.l-container .js_anime.is_typing .animearea path:nth-child(76),
#feature .js_anime.is_typing .animearea path:nth-child(76) {
  -webkit-transition-delay: 6080ms;
          transition-delay: 6080ms;
}
.l-container .js_anime.is_blur,
#feature .js_anime.is_blur {
  opacity: 0;
}
.l-container .js_anime.is_blur-fadein,
#feature .js_anime.is_blur-fadein {
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s, -webkit-filter 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
  transition: opacity 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s, -webkit-filter 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
  transition: filter 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s, opacity 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
  transition: filter 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s, opacity 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s, -webkit-filter 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  will-change: filter, opacity;
}
.l-container .js_anime.is_curtain-up .animearea,
#feature .js_anime.is_curtain-up .animearea {
  opacity: 0;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  -webkit-filter: blur(30px) brightness(1.1);
          filter: blur(30px) brightness(1.1);
}
.l-container .js_anime.is_txt-fade-random .animearea,
#feature .js_anime.is_txt-fade-random .animearea {
  opacity: 0;
}
.l-container .js_anime.is_clip-right .animearea,
#feature .js_anime.is_clip-right .animearea {
  -webkit-transition: -webkit-clip-path 0.4s;
  transition: -webkit-clip-path 0.4s;
  transition: clip-path 0.4s;
  transition: clip-path 0.4s, -webkit-clip-path 0.4s;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}
.l-container .js_anime.is_clip-left .animearea,
#feature .js_anime.is_clip-left .animearea {
  -webkit-transition: -webkit-clip-path 0.4s;
  transition: -webkit-clip-path 0.4s;
  transition: clip-path 0.4s;
  transition: clip-path 0.4s, -webkit-clip-path 0.4s;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.l-container .js_anime.is_show.is_fade .animearea,
#feature .js_anime.is_show.is_fade .animearea {
  opacity: 1;
}
.l-container .js_anime.is_show.is_fade-up .animearea,
#feature .js_anime.is_show.is_fade-up .animearea {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-container .js_anime.is_show.is_fade-down .animearea,
#feature .js_anime.is_show.is_fade-down .animearea {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-container .js_anime.is_show.is_fade-left .animearea,
#feature .js_anime.is_show.is_fade-left .animearea {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-container .js_anime.is_show.is_fade-right .animearea,
#feature .js_anime.is_show.is_fade-right .animearea {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-container .js_anime.is_show.is_fade-up-chain .animearea ul li,
#feature .js_anime.is_show.is_fade-up-chain .animearea ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-container .js_anime.is_show.is_typing .animearea path,
#feature .js_anime.is_show.is_typing .animearea path {
  opacity: 1;
}
.l-container .js_anime.is_show.is_blur,
#feature .js_anime.is_show.is_blur {
  opacity: 1;
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes blurAnime {
  from {
    -webkit-filter: blur(2px);
            filter: blur(2px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0.01;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes blurAnime {
  from {
    -webkit-filter: blur(2px);
            filter: blur(2px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0.01;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.l-container .js_anime.is_show.is_blur-fadein,
#feature .js_anime.is_show.is_blur-fadein {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.l-container .js_anime.is_show.is_curtain-up .animearea,
#feature .js_anime.is_show.is_curtain-up .animearea {
  -webkit-animation: fadeInPic 0.95s cubic-bezier(0.16, 0.88, 0.25, 1) forwards;
          animation: fadeInPic 0.95s cubic-bezier(0.16, 0.88, 0.25, 1) forwards;
}
@-webkit-keyframes fadeInPic {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(30px) brightness(1.1);
            filter: blur(30px) brightness(1.1);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0) brightness(1);
            filter: blur(0) brightness(1);
    -webkit-clip-path: inset(0% 0 0 0);
            clip-path: inset(0% 0 0 0);
  }
}
@keyframes fadeInPic {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(30px) brightness(1.1);
            filter: blur(30px) brightness(1.1);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0) brightness(1);
            filter: blur(0) brightness(1);
    -webkit-clip-path: inset(0% 0 0 0);
            clip-path: inset(0% 0 0 0);
  }
}
.l-container .js_anime.is_show.is_txt-fade-random .animearea,
#feature .js_anime.is_show.is_txt-fade-random .animearea {
  opacity: 1;
}
.l-container .js_anime.is_show.is_txt-fade-random .animearea .fade-char,
#feature .js_anime.is_show.is_txt-fade-random .animearea .fade-char {
  opacity: 0;
  display: inline;
  margin: 0;
  padding: 0;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards;
}
@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.l-container .js_anime.is_show.is_clip-right .animearea,
#feature .js_anime.is_show.is_clip-right .animearea {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.l-container .js_anime.is_show.is_clip-left .animearea,
#feature .js_anime.is_show.is_clip-left .animearea {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.l-container .wrap_anime-loop-target,
#feature .wrap_anime-loop-target {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.l-container .wrap_anime-loop-target .anime-loop-target_right_double,
#feature .wrap_anime-loop-target .anime-loop-target_right_double {
  -webkit-animation: loop_animation_right 5s linear infinite;
          animation: loop_animation_right 5s linear infinite;
  white-space: nowrap;
}
@-webkit-keyframes loop_animation_right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loop_animation_right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#feature .wrap_staff .js_anime {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
#feature .wrap_staff .js_anime.is_fade .animearea {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
#feature .wrap_staff .js_anime.is_show.is_fade .animearea {
  opacity: 1;
}

.js-fadeAutoLoop {
  width: inherit;
  height: inherit;
}
.js-fadeAutoLoop .js_anime {
  width: inherit;
  overflow: hidden;
}
.js-fadeAutoLoop .js_anime .animearea {
  width: inherit;
}
.js-fadeAutoLoop * {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.js-fadeAutoLoop .is-fadeAutoLoop_item_01 {
  position: relative;
  content: "";
  width: inherit;
  top: 0;
  opacity: 1;
}
.js-fadeAutoLoop .is-fadeAutoLoop_item_02 {
  position: absolute;
  content: "";
  top: 0;
  width: inherit;
  opacity: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.js-fadeAutoLoop.is-open .is-fadeAutoLoop_item_01 {
  opacity: 0;
}
.js-fadeAutoLoop.is-open .is-fadeAutoLoop_item_02 {
  opacity: 1;
}
@media screen and (max-width: 751px) {
  .sp-footer {
    margin-top: initial;
  }
  .feature-snslist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 15px;
    margin-inline: initial;
    background-color: #fff;
  }
  .l-container a:hover,
  #feature a:hover {
    opacity: initial;
    cursor: pointer;
  }
  .l-container [class^=img_] a:hover::before,
  #feature [class^=img_] a:hover::before {
    pointer-events: initial;
    background-color: transparent;
  }
  .l-container .top-content,
  #feature .top-content {
    display: none;
  }
  .l-container .main-content,
  #feature .main-content {
    margin-top: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100vw;
  }
  .l-container .main-content .center-content,
  #feature .main-content .center-content {
    width: min(750px, calc(750 *  100vw / 750));
  }
  .l-container .wrap_credit,
  #feature .wrap_credit {
    width: min(580px, calc(580 *  100vw / 750));
    padding-top: min(70px, calc(70 *  100vw / 750));
    padding-bottom: min(64px, calc(64 *  100vw / 750));
  }
  .l-container .wrap_credit.--sp-left .credit .credit_item, .l-container .wrap_credit.--sp-right .credit .credit_item,
  #feature .wrap_credit.--sp-left .credit .credit_item,
  #feature .wrap_credit.--sp-right .credit .credit_item {
    margin-inline: initial;
  }
  .l-container .wrap_credit.--sp-left .credit .credit_item *, .l-container .wrap_credit.--sp-right .credit .credit_item *,
  #feature .wrap_credit.--sp-left .credit .credit_item *,
  #feature .wrap_credit.--sp-right .credit .credit_item * {
    text-align: end;
  }
  .l-container .wrap_credit.--sp-left,
  #feature .wrap_credit.--sp-left {
    padding-bottom: initial;
    padding-left: initial;
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
    width: initial;
  }
  .l-container .wrap_credit.--sp-left .credit,
  #feature .wrap_credit.--sp-left .credit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .l-container .wrap_credit.--sp-left .credit .credit_item,
  #feature .wrap_credit.--sp-left .credit .credit_item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .l-container .wrap_credit.--sp-left .credit .credit_item *,
  #feature .wrap_credit.--sp-left .credit .credit_item * {
    text-align: end;
  }
  .l-container .wrap_credit.--sp-left .credit_toggle,
  #feature .wrap_credit.--sp-left .credit_toggle {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .l-container .wrap_credit.--sp-left.--t-left,
  #feature .wrap_credit.--sp-left.--t-left {
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .l-container .wrap_credit.--sp-left.--t-left .credit,
  #feature .wrap_credit.--sp-left.--t-left .credit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .l-container .wrap_credit.--sp-left.--t-left .credit .credit_item,
  #feature .wrap_credit.--sp-left.--t-left .credit .credit_item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: initial;
    margin-right: auto;
  }
  .l-container .wrap_credit.--sp-left.--t-left .credit .credit_item *,
  #feature .wrap_credit.--sp-left.--t-left .credit .credit_item * {
    text-align: start;
  }
  .l-container .wrap_credit.--sp-right,
  #feature .wrap_credit.--sp-right {
    padding-bottom: initial;
    padding-right: initial;
    right: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
    width: initial;
  }
  .l-container .wrap_credit.--sp-right .credit,
  #feature .wrap_credit.--sp-right .credit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .l-container .wrap_credit.--sp-right .credit .credit_item,
  #feature .wrap_credit.--sp-right .credit .credit_item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
  }
  .l-container .wrap_credit.--sp-right .credit .credit_item *,
  #feature .wrap_credit.--sp-right .credit .credit_item * {
    text-align: end;
  }
  .l-container .wrap_credit.--sp-right .credit_toggle,
  #feature .wrap_credit.--sp-right .credit_toggle {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .l-container .wrap_credit.--sp-right.--t-left,
  #feature .wrap_credit.--sp-right.--t-left {
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .l-container .wrap_credit.--sp-right.--t-left .credit,
  #feature .wrap_credit.--sp-right.--t-left .credit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .l-container .wrap_credit.--sp-right.--t-left .credit .credit_item,
  #feature .wrap_credit.--sp-right.--t-left .credit .credit_item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: initial;
    margin-right: auto;
  }
  .l-container .wrap_credit.--sp-right.--t-left .credit .credit_item *,
  #feature .wrap_credit.--sp-right.--t-left .credit .credit_item * {
    text-align: start;
  }
  .l-container .wrap_credit.--sp-b-left,
  #feature .wrap_credit.--sp-b-left {
    padding-inline: initial;
    right: initial;
    left: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .l-container .wrap_credit.--sp-b-left .credit,
  #feature .wrap_credit.--sp-b-left .credit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .l-container .wrap_credit.--sp-b-left .credit .credit_item,
  #feature .wrap_credit.--sp-b-left .credit .credit_item {
    margin-inline: initial;
  }
  .l-container .wrap_credit.--sp-b-left .credit_toggle,
  #feature .wrap_credit.--sp-b-left .credit_toggle {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .l-container .wrap_credit.--sp-b-right,
  #feature .wrap_credit.--sp-b-right {
    padding-inline: initial;
    left: initial;
    right: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .l-container .wrap_credit.--sp-b-right .credit,
  #feature .wrap_credit.--sp-b-right .credit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .l-container .wrap_credit.--sp-b-right .credit .credit_item,
  #feature .wrap_credit.--sp-b-right .credit .credit_item {
    margin-inline: initial;
  }
  .l-container .wrap_credit.--sp-b-right .credit_toggle,
  #feature .wrap_credit.--sp-b-right .credit_toggle {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .l-container .wrap_credit.--sp-b-center,
  #feature .wrap_credit.--sp-b-center {
    padding-inline: initial;
    right: initial;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-container .wrap_credit.--sp-b-center .credit,
  #feature .wrap_credit.--sp-b-center .credit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-container .wrap_credit.--sp-b-center .credit .credit_item,
  #feature .wrap_credit.--sp-b-center .credit .credit_item {
    margin-inline: initial;
  }
  .l-container .wrap_credit.--sp-b-center .credit_toggle,
  #feature .wrap_credit.--sp-b-center .credit_toggle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-container .wrap_credit.--sp-b-column-left, .l-container .wrap_credit.--sp-b-column-right,
  #feature .wrap_credit.--sp-b-column-left,
  #feature .wrap_credit.--sp-b-column-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: initial;
    padding-inline: initial;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    left: initial;
    right: initial;
  }
  .l-container .wrap_credit.--sp-b-column-left .credit .credit_item, .l-container .wrap_credit.--sp-b-column-right .credit .credit_item,
  #feature .wrap_credit.--sp-b-column-left .credit .credit_item,
  #feature .wrap_credit.--sp-b-column-right .credit .credit_item {
    margin-inline: initial;
  }
  .l-container .wrap_credit.--sp-b-column-left,
  #feature .wrap_credit.--sp-b-column-left {
    left: 0;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .l-container .wrap_credit.--sp-b-column-left .credit,
  #feature .wrap_credit.--sp-b-column-left .credit {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-container .wrap_credit.--sp-b-column-left .credit .credit_item,
  #feature .wrap_credit.--sp-b-column-left .credit .credit_item {
    margin-right: auto;
  }
  .l-container .wrap_credit.--sp-b-column-left .credit .credit_item *,
  #feature .wrap_credit.--sp-b-column-left .credit .credit_item * {
    text-align: start;
  }
  .l-container .wrap_credit.--sp-b-column-left .credit_toggle,
  #feature .wrap_credit.--sp-b-column-left .credit_toggle {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .l-container .wrap_credit.--sp-b-column-right,
  #feature .wrap_credit.--sp-b-column-right {
    right: 0;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .l-container .wrap_credit.--sp-b-column-right .credit,
  #feature .wrap_credit.--sp-b-column-right .credit {
    -webkit-box-pack: right;
    -webkit-justify-content: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-container .wrap_credit.--sp-b-column-right .credit .credit_item,
  #feature .wrap_credit.--sp-b-column-right .credit .credit_item {
    margin-left: auto;
  }
  .l-container .wrap_credit.--sp-b-column-right .credit .credit_item *,
  #feature .wrap_credit.--sp-b-column-right .credit .credit_item * {
    text-align: end;
  }
  .l-container .wrap_credit.--sp-b-column-right .credit_toggle,
  #feature .wrap_credit.--sp-b-column-right .credit_toggle {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .l-container .wrap_credit.sp-none,
  #feature .wrap_credit.sp-none {
    display: none;
  }
  .l-container .wrap_credit.pc-none,
  #feature .wrap_credit.pc-none {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .l-container .wrap_credit .credit,
  #feature .wrap_credit .credit {
    gap: min(26px, calc(26 *  100vw / 750)) min(26px, calc(26 *  100vw / 750));
  }
  .l-container .wrap_credit .credit .credit_item .credit_link,
  #feature .wrap_credit .credit .credit_item .credit_link {
    gap: min(10px, calc(10 *  100vw / 750));
  }
  .l-container .wrap_credit .credit .credit_item *,
  #feature .wrap_credit .credit .credit_item * {
    font-size: min(22px, calc(22 *  100vw / 750));
    letter-spacing: min(0.58px, calc(0.58 *  100vw / 750));
  }
  .l-container .pc-none,
  #feature .pc-none {
    display: block;
  }
  .l-container .sp-none,
  #feature .sp-none {
    display: none;
  }
  .l-container .js_anime.is_fade-up .animearea,
  #feature .js_anime.is_fade-up .animearea {
    -webkit-transform: translateY(min(80px, calc(80 *  100vw / 750)));
            transform: translateY(min(80px, calc(80 *  100vw / 750)));
  }
  .l-container .js_anime.is_fade-down .animearea,
  #feature .js_anime.is_fade-down .animearea {
    -webkit-transform: translateY(min(-80px, calc(-80 *  100vw / 750)));
            transform: translateY(min(-80px, calc(-80 *  100vw / 750)));
  }
  .l-container .js_anime.is_fade-left .animearea,
  #feature .js_anime.is_fade-left .animearea {
    -webkit-transform: translateX(min(-80px, calc(-80 *  100vw / 750)));
            transform: translateX(min(-80px, calc(-80 *  100vw / 750)));
  }
  .l-container .js_anime.is_fade-right .animearea,
  #feature .js_anime.is_fade-right .animearea {
    -webkit-transform: translateX(min(80px, calc(80 *  100vw / 750)));
            transform: translateX(min(80px, calc(80 *  100vw / 750)));
  }
  .l-container .js_anime.is_fade-up-chain .animearea ul li,
  #feature .js_anime.is_fade-up-chain .animearea ul li {
    -webkit-transform: translateY(min(80px, calc(80 *  100vw / 750)));
            transform: translateY(min(80px, calc(80 *  100vw / 750)));
  }
}
/*# sourceMappingURL=common.css.map */