@charset "UTF-8";
/*
* top.css
*
*/
/* --------------------------------
  検索仕様上書き
-------------------------------- */
html,
body {
  overflow: visible;
}

.l-btm-nav {
  opacity: 1;
}

/* --------------------------------
  ロードアニメーション
-------------------------------- */
html:not([data-load="loaded"]) .mv-sub > span,
html:not([data-load="loaded"]) .mv-main > span {
  opacity: 0;
}

html:not([data-load="loaded"]) .mv-sub::after,
html:not([data-load="loaded"]) .mv-main::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

html:not([data-load="loaded"]) .mv-img {
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

html:not([data-load="loaded"]) .statement-mv {
  opacity: 0;
  -webkit-transform: translateY(40rem);
          transform: translateY(40rem);
}

html[data-load="loaded"] .mv-sub > span {
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

html[data-load="loaded"] .mv-sub > span:nth-of-type(1) {
  transition-delay: 0.375s;
}

html[data-load="loaded"] .mv-sub > span:nth-of-type(2) {
  transition-delay: 0.4s;
}

html[data-load="loaded"] .mv-sub > span:nth-of-type(3) {
  transition-delay: 0.425s;
}

html[data-load="loaded"] .mv-sub > span:nth-of-type(4) {
  transition-delay: 0.45s;
}

html[data-load="loaded"] .mv-sub > span:nth-of-type(5) {
  transition-delay: 0.475s;
}

html[data-load="loaded"] .mv-sub > span:nth-of-type(6) {
  transition-delay: 0.5s;
}

html[data-load="loaded"] .mv-sub > span:nth-of-type(7) {
  transition-delay: 0.525s;
}

html[data-load="loaded"] .mv-sub > span:nth-of-type(8) {
  transition-delay: 0.55s;
}

html[data-load="loaded"] .mv-sub > span:nth-of-type(9) {
  transition-delay: 0.575s;
}

html[data-load="loaded"] .mv-sub > span:nth-of-type(10) {
  transition-delay: 0.6s;
}

html[data-load="loaded"] .mv-sub > span:nth-of-type(11) {
  transition-delay: 0.625s;
}

html[data-load="loaded"] .mv-sub > span:nth-of-type(12) {
  transition-delay: 0.65s;
}

html[data-load="loaded"] .mv-sub > span:nth-of-type(13) {
  transition-delay: 0.675s;
}

html[data-load="loaded"] .mv-sub::after {
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.3s;
  -webkit-transform-origin: left;
          transform-origin: left;
}

html[data-load="loaded"] .mv-main:nth-of-type(2) > span {
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}

html[data-load="loaded"] .mv-main:nth-of-type(2) > span:nth-of-type(1) {
  transition-delay: 0.7s;
}

html[data-load="loaded"] .mv-main:nth-of-type(2) > span:nth-of-type(2) {
  transition-delay: 0.75s;
}

html[data-load="loaded"] .mv-main:nth-of-type(2) > span:nth-of-type(3) {
  transition-delay: 0.8s;
}

html[data-load="loaded"] .mv-main:nth-of-type(2) > span:nth-of-type(4) {
  transition-delay: 0.85s;
}

html[data-load="loaded"] .mv-main:nth-of-type(2) > span:nth-of-type(5) {
  transition-delay: 0.9s;
}

html[data-load="loaded"] .mv-main:nth-of-type(2) > span:nth-of-type(6) {
  transition-delay: 0.95s;
}

html[data-load="loaded"] .mv-main:nth-of-type(2)::after {
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.6s;
  -webkit-transform-origin: left;
          transform-origin: left;
}

html[data-load="loaded"] .mv-main:nth-of-type(3) > span {
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

html[data-load="loaded"] .mv-main:nth-of-type(3) > span:nth-of-type(1) {
  transition-delay: 0.91s;
}

html[data-load="loaded"] .mv-main:nth-of-type(3) > span:nth-of-type(2) {
  transition-delay: 0.965s;
}

html[data-load="loaded"] .mv-main:nth-of-type(3) > span:nth-of-type(3) {
  transition-delay: 1.02s;
}

html[data-load="loaded"] .mv-main:nth-of-type(3) > span:nth-of-type(4) {
  transition-delay: 1.075s;
}

html[data-load="loaded"] .mv-main:nth-of-type(3)::after {
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.8s;
  -webkit-transform-origin: left;
          transform-origin: left;
}

html[data-load="loaded"] .mv-img {
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html[data-load="loaded"] .statement-mv {
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 1.2s;
}