@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
}

@media (max-width: 900px) and (min-width: 401px) {
  html {
    font-size: 16px;
    font-size: 3.3333333333vw;
  }
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  overflow-x: hidden;
  line-height: 1.5;
  font-size: 1rem;
  color: #000;
}
body.no_scroll {
  overflow: hidden;
  position: relative;
}
body.is-hidden {
  overflow: hidden;
}
body.no-scroll {
  overflow: hidden !important;
  height: 100% !important;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
/* —————————————————
  ヘッダー header
  —————————————————*/
.l-header {
  display: none;
}

@media screen and (max-width: 900px) {
  .l-header {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    transition: 0.3s ease all;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    padding: 16px 0;
    padding: 0;
    height: 84px;
    background: none;
    display: block;
  }
  .l-header__container {
    z-index: 99999;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    padding-right: 0;
    padding: 5.625rem 50px 40px;
    background-color: #fff;
  }
  .l-header__nav {
    position: relative;
    padding-bottom: 52vw;
  }
  .l-header__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    z-index: 9;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 20px;
  }
  .l-header__list li {
    width: auto;
    text-align: left;
  }
  .l-header__list li a {
    position: relative;
    display: block;
    text-decoration: none;
    height: 100%;
    transition: 0.3s ease;
    font-weight: 600;
    padding: 4px 0;
    width: 100%;
    font-size: 1.1875rem;
    letter-spacing: 0.1em;
    padding: 0;
  }
  .l-header__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 20px;
  }
  .l-header__item .c-btn {
    min-width: initial;
    font-size: 0.8125rem;
    padding: 8px 40px;
    margin-right: 0;
  }
  .l-header__links {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-top: 24px;
  }
  .l-header__links a {
    font-size: 0.75rem;
    letter-spacing: 0.06em;
  }
  .l-header__bg {
    position: absolute;
    bottom: -28%;
    right: 24%;
    width: 190%;
    max-width: 800px;
    pointer-events: none;
  }
}
@media screen and (max-width: 900px) and (max-width: 767px) {
  .l-header__bg {
    max-width: 760px;
    right: 5%;
  }
}
@media screen and (max-width: 900px) and (max-width: 767px) and (max-width: 540px) {
  .l-header__bg {
    max-width: 550px;
  }
}
@media screen and (max-width: 900px) {
  .c-hamburger {
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    position: absolute;
    top: 6px;
    right: 28px;
    width: 40px;
    height: 40px;
    z-index: 99999999;
    display: block;
  }
  .c-hamburger span {
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    position: absolute;
    height: 7px;
    background-color: #fff;
    width: 40px;
    left: 4px;
  }
  .c-hamburger span:nth-of-type(1) {
    top: 12px;
  }
  .c-hamburger span:nth-of-type(2) {
    top: 28px;
  }
  .c-hamburger.is-active span {
    background-color: #BC7848;
  }
  .c-hamburger.is-active span:nth-of-type(1) {
    -ms-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
  }
  .c-hamburger.is-active span:nth-of-type(2) {
    -ms-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
  }
  .c-hamburger.is-bg span {
    background-color: #BC7848;
  }
  .c-hamburger.is-bg.is-active span {
    background-color: #fff;
  }
}
/* —————————————————
  footer
  —————————————————*/
.l-footer {
  padding: 3.75rem 0 5rem;
  background-color: #BC7848;
  position: relative;
}
.l-footer__inner {
  padding: 0 20px;
}
.l-footer__logo {
  width: 100%;
  max-width: 11.875rem;
  margin: 3.125rem auto 0;
}
.l-footer__sns {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.25rem auto 0;
}
.l-footer__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px;
  margin-top: 2.25rem;
}
.l-footer__links a {
  font-size: 0.8125rem;
}
.l-footer__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 8px;
  margin-top: 1.5rem;
  padding-left: 10px;
}
.l-footer__bottom .policy {
  font-size: 0.75rem;
}

/* -----------------------
 component
 ----------------------- */
.c-ttl {
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.desc {
  text-align: justify;
  font-feature-settings: "palt";
}

.u-bold {
  font-weight: 700;
}

.l-wrap {
  width: calc(100% - 4.25rem);
  max-width: 920px;
  margin: 0 auto;
}

.c-btn {
  font-size: 1rem;
  padding: 12px 20px;
  border: 1px solid #231815;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12.5rem;
  margin: 0 auto;
  border-radius: 60px;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .c-btn:hover {
    background-color: #231815;
    color: #fff;
  }
}

/* -----------------------
 animation
 ----------------------- */
.js-fadeUp {
  -ms-transform: translateY(20px);
      transform: translateY(20px);
  opacity: 0;
  will-change: opacity, transform;
}
.js-fadeUp.is-active {
  animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1.26) forwards;
}

@keyframes fadeUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  50% {
    transform: translateY(-4px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.js-fade {
  opacity: 0;
  will-change: opacity;
}
.js-fade.is-active {
  animation: fade 0.4s linear forwards;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-ttl {
  overflow-y: hidden;
  display: block;
}
.js-ttl span {
  opacity: 0;
  -ms-transform: translateY(50%);
      transform: translateY(50%);
  display: inline-block;
  transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.js-ttl.is-active span {
  opacity: 1.2;
  -ms-transform: translateY(0);
      transform: translateY(0);
}
.js-ttl.is-active span:nth-child(2) {
  transition-delay: 0.08s;
}
.js-ttl.is-active span:nth-child(3) {
  transition-delay: 0.12s;
}
.js-ttl.is-active span:nth-child(4) {
  transition-delay: 0.16s;
}
.js-ttl.is-active span:nth-child(5) {
  transition-delay: 0.2s;
}
.js-ttl.is-active span:nth-child(6) {
  transition-delay: 0.24s;
}
.js-ttl.is-active span:nth-child(7) {
  transition-delay: 0.28s;
}
.js-ttl.is-active span:nth-child(8) {
  transition-delay: 0.32s;
}
.js-ttl.is-active span:nth-child(9) {
  transition-delay: 0.36s;
}
.js-ttl.is-active span:nth-child(10) {
  transition-delay: 0.4s;
}
.js-ttl.is-active span:nth-child(11) {
  transition-delay: 0.44s;
}
.js-ttl.is-active span:nth-child(12) {
  transition-delay: 0.48s;
}
.js-ttl.is-active span:nth-child(13) {
  transition-delay: 0.52s;
}
.js-ttl.is-active span:nth-child(14) {
  transition-delay: 0.56s;
}
.js-ttl.is-active span:nth-child(15) {
  transition-delay: 0.6s;
}
.js-ttl.is-active span:nth-child(16) {
  transition-delay: 0.64s;
}
.js-ttl.is-active span:nth-child(17) {
  transition-delay: 0.68s;
}
.js-ttl.is-active span:nth-child(18) {
  transition-delay: 0.72s;
}
.js-ttl.is-active span:nth-child(19) {
  transition-delay: 0.76s;
}
.js-ttl.is-active span:nth-child(20) {
  transition-delay: 0.8s;
}
.js-ttl.is-active span:nth-child(21) {
  transition-delay: 0.84s;
}
.js-ttl.is-active span:nth-child(22) {
  transition-delay: 0.88s;
}
.js-ttl.is-active span:nth-child(23) {
  transition-delay: 0.92s;
}
.js-ttl.is-active span:nth-child(24) {
  transition-delay: 0.96s;
}
.js-ttl.is-active span:nth-child(25) {
  transition-delay: 1s;
}
.js-ttl.is-active span:nth-child(26) {
  transition-delay: 1.04s;
}
.js-ttl.is-active span:nth-child(27) {
  transition-delay: 1.08s;
}
.js-ttl.is-active span:nth-child(28) {
  transition-delay: 1.12s;
}
.js-ttl.is-active span:nth-child(29) {
  transition-delay: 1.16s;
}
.js-ttl.is-active span:nth-child(30) {
  transition-delay: 1.2s;
}
.js-ttl.is-active span:nth-child(31) {
  transition-delay: 1.24s;
}
.js-ttl.is-active span:nth-child(32) {
  transition-delay: 1.28s;
}
.js-ttl.is-active span:nth-child(33) {
  transition-delay: 1.32s;
}
.js-ttl.is-active span:nth-child(34) {
  transition-delay: 1.36s;
}
.js-ttl.is-active span:nth-child(35) {
  transition-delay: 1.4s;
}
.js-ttl.is-active span:nth-child(36) {
  transition-delay: 1.44s;
}
.js-ttl.is-active span:nth-child(37) {
  transition-delay: 1.48s;
}
.js-ttl.is-active span:nth-child(38) {
  transition-delay: 1.52s;
}
.js-ttl.is-active span:nth-child(39) {
  transition-delay: 1.56s;
}
.js-ttl.is-active span:nth-child(40) {
  transition-delay: 1.6s;
}
.js-ttl.is-active span:nth-child(41) {
  transition-delay: 1.64s;
}
.js-ttl.is-active span:nth-child(42) {
  transition-delay: 1.68s;
}
.js-ttl.is-active span:nth-child(43) {
  transition-delay: 1.72s;
}
.js-ttl.is-active span:nth-child(44) {
  transition-delay: 1.76s;
}
.js-ttl.is-active span:nth-child(45) {
  transition-delay: 1.8s;
}
.js-ttl.is-active span:nth-child(46) {
  transition-delay: 1.84s;
}
.js-ttl.is-active span:nth-child(47) {
  transition-delay: 1.88s;
}
.js-ttl.is-active span:nth-child(48) {
  transition-delay: 1.92s;
}
.js-ttl.is-active span:nth-child(49) {
  transition-delay: 1.96s;
}
.js-ttl.is-active span:nth-child(50) {
  transition-delay: 2s;
}
.js-ttl.is-active span:nth-child(51) {
  transition-delay: 2.04s;
}
.js-ttl.is-active span:nth-child(52) {
  transition-delay: 2.08s;
}
.js-ttl.is-active span:nth-child(53) {
  transition-delay: 2.12s;
}
.js-ttl.is-active span:nth-child(54) {
  transition-delay: 2.16s;
}
.js-ttl.is-active span:nth-child(55) {
  transition-delay: 2.2s;
}
.js-ttl.is-active span:nth-child(56) {
  transition-delay: 2.24s;
}
.js-ttl.is-active span:nth-child(57) {
  transition-delay: 2.28s;
}
.js-ttl.is-active span:nth-child(58) {
  transition-delay: 2.32s;
}
.js-ttl.is-active span:nth-child(59) {
  transition-delay: 2.36s;
}
.js-ttl.is-active span:nth-child(60) {
  transition-delay: 2.4s;
}
.js-ttl.is-active span:nth-child(61) {
  transition-delay: 2.44s;
}
.js-ttl.is-active span:nth-child(62) {
  transition-delay: 2.48s;
}
.js-ttl.is-active span:nth-child(63) {
  transition-delay: 2.52s;
}
.js-ttl.is-active span:nth-child(64) {
  transition-delay: 2.56s;
}
.js-ttl.is-active span:nth-child(65) {
  transition-delay: 2.6s;
}
.js-ttl.is-active span:nth-child(66) {
  transition-delay: 2.64s;
}
.js-ttl.is-active span:nth-child(67) {
  transition-delay: 2.68s;
}
.js-ttl.is-active span:nth-child(68) {
  transition-delay: 2.72s;
}
.js-ttl.is-active span:nth-child(69) {
  transition-delay: 2.76s;
}
.js-ttl.is-active span:nth-child(70) {
  transition-delay: 2.8s;
}
.js-ttl.is-active span:nth-child(71) {
  transition-delay: 2.84s;
}
.js-ttl.is-active span:nth-child(72) {
  transition-delay: 2.88s;
}
.js-ttl.is-active span:nth-child(73) {
  transition-delay: 2.92s;
}
.js-ttl.is-active span:nth-child(74) {
  transition-delay: 2.96s;
}
.js-ttl.is-active span:nth-child(75) {
  transition-delay: 3s;
}
.js-ttl.is-active span:nth-child(76) {
  transition-delay: 3.04s;
}
.js-ttl.is-active span:nth-child(77) {
  transition-delay: 3.08s;
}
.js-ttl.is-active span:nth-child(78) {
  transition-delay: 3.12s;
}
.js-ttl.is-active span:nth-child(79) {
  transition-delay: 3.16s;
}
.js-ttl.is-active span:nth-child(80) {
  transition-delay: 3.2s;
}
.js-ttl.is-active span:nth-child(81) {
  transition-delay: 3.24s;
}
.js-ttl.is-active span:nth-child(82) {
  transition-delay: 3.28s;
}
.js-ttl.is-active span:nth-child(83) {
  transition-delay: 3.32s;
}
.js-ttl.is-active span:nth-child(84) {
  transition-delay: 3.36s;
}
.js-ttl.is-active span:nth-child(85) {
  transition-delay: 3.4s;
}
.js-ttl.is-active span:nth-child(86) {
  transition-delay: 3.44s;
}
.js-ttl.is-active span:nth-child(87) {
  transition-delay: 3.48s;
}
.js-ttl.is-active span:nth-child(88) {
  transition-delay: 3.52s;
}
.js-ttl.is-active span:nth-child(89) {
  transition-delay: 3.56s;
}
.js-ttl.is-active span:nth-child(90) {
  transition-delay: 3.6s;
}
.js-ttl.is-active span:nth-child(91) {
  transition-delay: 3.64s;
}
.js-ttl.is-active span:nth-child(92) {
  transition-delay: 3.68s;
}
.js-ttl.is-active span:nth-child(93) {
  transition-delay: 3.72s;
}
.js-ttl.is-active span:nth-child(94) {
  transition-delay: 3.76s;
}
.js-ttl.is-active span:nth-child(95) {
  transition-delay: 3.8s;
}
.js-ttl.is-active span:nth-child(96) {
  transition-delay: 3.84s;
}
.js-ttl.is-active span:nth-child(97) {
  transition-delay: 3.88s;
}
.js-ttl.is-active span:nth-child(98) {
  transition-delay: 3.92s;
}
.js-ttl.is-active span:nth-child(99) {
  transition-delay: 3.96s;
}
.js-ttl.is-active span:nth-child(100) {
  transition-delay: 4s;
}
.js-ttl.is-active span:nth-child(101) {
  transition-delay: 4.04s;
}
.js-ttl.is-active span:nth-child(102) {
  transition-delay: 4.08s;
}
.js-ttl.is-active span:nth-child(103) {
  transition-delay: 4.12s;
}
.js-ttl.is-active span:nth-child(104) {
  transition-delay: 4.16s;
}
.js-ttl.is-active span:nth-child(105) {
  transition-delay: 4.2s;
}
.js-ttl.is-active span:nth-child(106) {
  transition-delay: 4.24s;
}
.js-ttl.is-active span:nth-child(107) {
  transition-delay: 4.28s;
}
.js-ttl.is-active span:nth-child(108) {
  transition-delay: 4.32s;
}
.js-ttl.is-active span:nth-child(109) {
  transition-delay: 4.36s;
}
.js-ttl.is-active span:nth-child(110) {
  transition-delay: 4.4s;
}
.js-ttl.is-active span:nth-child(111) {
  transition-delay: 4.44s;
}
.js-ttl.is-active span:nth-child(112) {
  transition-delay: 4.48s;
}
.js-ttl.is-active span:nth-child(113) {
  transition-delay: 4.52s;
}
.js-ttl.is-active span:nth-child(114) {
  transition-delay: 4.56s;
}
.js-ttl.is-active span:nth-child(115) {
  transition-delay: 4.6s;
}
.js-ttl.is-active span:nth-child(116) {
  transition-delay: 4.64s;
}
.js-ttl.is-active span:nth-child(117) {
  transition-delay: 4.68s;
}
.js-ttl.is-active span:nth-child(118) {
  transition-delay: 4.72s;
}
.js-ttl.is-active span:nth-child(119) {
  transition-delay: 4.76s;
}
.js-ttl.is-active span:nth-child(120) {
  transition-delay: 4.8s;
}
.js-ttl.is-active span:nth-child(121) {
  transition-delay: 4.84s;
}
.js-ttl.is-active span:nth-child(122) {
  transition-delay: 4.88s;
}
.js-ttl.is-active span:nth-child(123) {
  transition-delay: 4.92s;
}
.js-ttl.is-active span:nth-child(124) {
  transition-delay: 4.96s;
}
.js-ttl.is-active span:nth-child(125) {
  transition-delay: 5s;
}
.js-ttl.is-active span:nth-child(126) {
  transition-delay: 5.04s;
}
.js-ttl.is-active span:nth-child(127) {
  transition-delay: 5.08s;
}
.js-ttl.is-active span:nth-child(128) {
  transition-delay: 5.12s;
}
.js-ttl.is-active span:nth-child(129) {
  transition-delay: 5.16s;
}
.js-ttl.is-active span:nth-child(130) {
  transition-delay: 5.2s;
}
.js-ttl.is-active span:nth-child(131) {
  transition-delay: 5.24s;
}
.js-ttl.is-active span:nth-child(132) {
  transition-delay: 5.28s;
}
.js-ttl.is-active span:nth-child(133) {
  transition-delay: 5.32s;
}
.js-ttl.is-active span:nth-child(134) {
  transition-delay: 5.36s;
}
.js-ttl.is-active span:nth-child(135) {
  transition-delay: 5.4s;
}
.js-ttl.is-active span:nth-child(136) {
  transition-delay: 5.44s;
}
.js-ttl.is-active span:nth-child(137) {
  transition-delay: 5.48s;
}
.js-ttl.is-active span:nth-child(138) {
  transition-delay: 5.52s;
}
.js-ttl.is-active span:nth-child(139) {
  transition-delay: 5.56s;
}
.js-ttl.is-active span:nth-child(140) {
  transition-delay: 5.6s;
}
.js-ttl.is-active span:nth-child(141) {
  transition-delay: 5.64s;
}
.js-ttl.is-active span:nth-child(142) {
  transition-delay: 5.68s;
}
.js-ttl.is-active span:nth-child(143) {
  transition-delay: 5.72s;
}
.js-ttl.is-active span:nth-child(144) {
  transition-delay: 5.76s;
}
.js-ttl.is-active span:nth-child(145) {
  transition-delay: 5.8s;
}
.js-ttl.is-active span:nth-child(146) {
  transition-delay: 5.84s;
}
.js-ttl.is-active span:nth-child(147) {
  transition-delay: 5.88s;
}
.js-ttl.is-active span:nth-child(148) {
  transition-delay: 5.92s;
}
.js-ttl.is-active span:nth-child(149) {
  transition-delay: 5.96s;
}
.js-ttl.is-active span:nth-child(150) {
  transition-delay: 6s;
}
.js-ttl.is-active span:nth-child(151) {
  transition-delay: 6.04s;
}
.js-ttl.is-active span:nth-child(152) {
  transition-delay: 6.08s;
}
.js-ttl.is-active span:nth-child(153) {
  transition-delay: 6.12s;
}
.js-ttl.is-active span:nth-child(154) {
  transition-delay: 6.16s;
}
.js-ttl.is-active span:nth-child(155) {
  transition-delay: 6.2s;
}
.js-ttl.is-active span:nth-child(156) {
  transition-delay: 6.24s;
}
.js-ttl.is-active span:nth-child(157) {
  transition-delay: 6.28s;
}
.js-ttl.is-active span:nth-child(158) {
  transition-delay: 6.32s;
}
.js-ttl.is-active span:nth-child(159) {
  transition-delay: 6.36s;
}
.js-ttl.is-active span:nth-child(160) {
  transition-delay: 6.4s;
}
.js-ttl.is-active span:nth-child(161) {
  transition-delay: 6.44s;
}
.js-ttl.is-active span:nth-child(162) {
  transition-delay: 6.48s;
}
.js-ttl.is-active span:nth-child(163) {
  transition-delay: 6.52s;
}
.js-ttl.is-active span:nth-child(164) {
  transition-delay: 6.56s;
}
.js-ttl.is-active span:nth-child(165) {
  transition-delay: 6.6s;
}
.js-ttl.is-active span:nth-child(166) {
  transition-delay: 6.64s;
}
.js-ttl.is-active span:nth-child(167) {
  transition-delay: 6.68s;
}
.js-ttl.is-active span:nth-child(168) {
  transition-delay: 6.72s;
}
.js-ttl.is-active span:nth-child(169) {
  transition-delay: 6.76s;
}
.js-ttl.is-active span:nth-child(170) {
  transition-delay: 6.8s;
}
.js-ttl.is-active span:nth-child(171) {
  transition-delay: 6.84s;
}
.js-ttl.is-active span:nth-child(172) {
  transition-delay: 6.88s;
}
.js-ttl.is-active span:nth-child(173) {
  transition-delay: 6.92s;
}
.js-ttl.is-active span:nth-child(174) {
  transition-delay: 6.96s;
}
.js-ttl.is-active span:nth-child(175) {
  transition-delay: 7s;
}
.js-ttl.is-active span:nth-child(176) {
  transition-delay: 7.04s;
}
.js-ttl.is-active span:nth-child(177) {
  transition-delay: 7.08s;
}
.js-ttl.is-active span:nth-child(178) {
  transition-delay: 7.12s;
}
.js-ttl.is-active span:nth-child(179) {
  transition-delay: 7.16s;
}
.js-ttl.is-active span:nth-child(180) {
  transition-delay: 7.2s;
}
.js-ttl.is-active span:nth-child(181) {
  transition-delay: 7.24s;
}
.js-ttl.is-active span:nth-child(182) {
  transition-delay: 7.28s;
}
.js-ttl.is-active span:nth-child(183) {
  transition-delay: 7.32s;
}
.js-ttl.is-active span:nth-child(184) {
  transition-delay: 7.36s;
}
.js-ttl.is-active span:nth-child(185) {
  transition-delay: 7.4s;
}
.js-ttl.is-active span:nth-child(186) {
  transition-delay: 7.44s;
}
.js-ttl.is-active span:nth-child(187) {
  transition-delay: 7.48s;
}
.js-ttl.is-active span:nth-child(188) {
  transition-delay: 7.52s;
}
.js-ttl.is-active span:nth-child(189) {
  transition-delay: 7.56s;
}
.js-ttl.is-active span:nth-child(190) {
  transition-delay: 7.6s;
}
.js-ttl.is-active span:nth-child(191) {
  transition-delay: 7.64s;
}
.js-ttl.is-active span:nth-child(192) {
  transition-delay: 7.68s;
}
.js-ttl.is-active span:nth-child(193) {
  transition-delay: 7.72s;
}
.js-ttl.is-active span:nth-child(194) {
  transition-delay: 7.76s;
}
.js-ttl.is-active span:nth-child(195) {
  transition-delay: 7.8s;
}
.js-ttl.is-active span:nth-child(196) {
  transition-delay: 7.84s;
}
.js-ttl.is-active span:nth-child(197) {
  transition-delay: 7.88s;
}
.js-ttl.is-active span:nth-child(198) {
  transition-delay: 7.92s;
}
.js-ttl.is-active span:nth-child(199) {
  transition-delay: 7.96s;
}
.js-ttl.is-active span:nth-child(200) {
  transition-delay: 8s;
}
.js-ttl.is-active span:nth-child(201) {
  transition-delay: 8.04s;
}
.js-ttl.is-active span:nth-child(202) {
  transition-delay: 8.08s;
}
.js-ttl.is-active span:nth-child(203) {
  transition-delay: 8.12s;
}
.js-ttl.is-active span:nth-child(204) {
  transition-delay: 8.16s;
}
.js-ttl.is-active span:nth-child(205) {
  transition-delay: 8.2s;
}
.js-ttl.is-active span:nth-child(206) {
  transition-delay: 8.24s;
}
.js-ttl.is-active span:nth-child(207) {
  transition-delay: 8.28s;
}
.js-ttl.is-active span:nth-child(208) {
  transition-delay: 8.32s;
}
.js-ttl.is-active span:nth-child(209) {
  transition-delay: 8.36s;
}
.js-ttl.is-active span:nth-child(210) {
  transition-delay: 8.4s;
}
.js-ttl.is-active span:nth-child(211) {
  transition-delay: 8.44s;
}
.js-ttl.is-active span:nth-child(212) {
  transition-delay: 8.48s;
}
.js-ttl.is-active span:nth-child(213) {
  transition-delay: 8.52s;
}
.js-ttl.is-active span:nth-child(214) {
  transition-delay: 8.56s;
}
.js-ttl.is-active span:nth-child(215) {
  transition-delay: 8.6s;
}
.js-ttl.is-active span:nth-child(216) {
  transition-delay: 8.64s;
}
.js-ttl.is-active span:nth-child(217) {
  transition-delay: 8.68s;
}
.js-ttl.is-active span:nth-child(218) {
  transition-delay: 8.72s;
}
.js-ttl.is-active span:nth-child(219) {
  transition-delay: 8.76s;
}
.js-ttl.is-active span:nth-child(220) {
  transition-delay: 8.8s;
}
.js-ttl.is-active span:nth-child(221) {
  transition-delay: 8.84s;
}
.js-ttl.is-active span:nth-child(222) {
  transition-delay: 8.88s;
}
.js-ttl.is-active span:nth-child(223) {
  transition-delay: 8.92s;
}
.js-ttl.is-active span:nth-child(224) {
  transition-delay: 8.96s;
}
.js-ttl.is-active span:nth-child(225) {
  transition-delay: 9s;
}
.js-ttl.is-active span:nth-child(226) {
  transition-delay: 9.04s;
}
.js-ttl.is-active span:nth-child(227) {
  transition-delay: 9.08s;
}
.js-ttl.is-active span:nth-child(228) {
  transition-delay: 9.12s;
}
.js-ttl.is-active span:nth-child(229) {
  transition-delay: 9.16s;
}
.js-ttl.is-active span:nth-child(230) {
  transition-delay: 9.2s;
}
.js-ttl.is-active span:nth-child(231) {
  transition-delay: 9.24s;
}
.js-ttl.is-active span:nth-child(232) {
  transition-delay: 9.28s;
}
.js-ttl.is-active span:nth-child(233) {
  transition-delay: 9.32s;
}
.js-ttl.is-active span:nth-child(234) {
  transition-delay: 9.36s;
}
.js-ttl.is-active span:nth-child(235) {
  transition-delay: 9.4s;
}
.js-ttl.is-active span:nth-child(236) {
  transition-delay: 9.44s;
}
.js-ttl.is-active span:nth-child(237) {
  transition-delay: 9.48s;
}
.js-ttl.is-active span:nth-child(238) {
  transition-delay: 9.52s;
}
.js-ttl.is-active span:nth-child(239) {
  transition-delay: 9.56s;
}
.js-ttl.is-active span:nth-child(240) {
  transition-delay: 9.6s;
}
.js-ttl.is-active span:nth-child(241) {
  transition-delay: 9.64s;
}
.js-ttl.is-active span:nth-child(242) {
  transition-delay: 9.68s;
}
.js-ttl.is-active span:nth-child(243) {
  transition-delay: 9.72s;
}
.js-ttl.is-active span:nth-child(244) {
  transition-delay: 9.76s;
}
.js-ttl.is-active span:nth-child(245) {
  transition-delay: 9.8s;
}
.js-ttl.is-active span:nth-child(246) {
  transition-delay: 9.84s;
}
.js-ttl.is-active span:nth-child(247) {
  transition-delay: 9.88s;
}
.js-ttl.is-active span:nth-child(248) {
  transition-delay: 9.92s;
}
.js-ttl.is-active span:nth-child(249) {
  transition-delay: 9.96s;
}
.js-ttl.is-active span:nth-child(250) {
  transition-delay: 10s;
}
.js-ttl.is-active span:nth-child(251) {
  transition-delay: 10.04s;
}
.js-ttl.is-active span:nth-child(252) {
  transition-delay: 10.08s;
}
.js-ttl.is-active span:nth-child(253) {
  transition-delay: 10.12s;
}
.js-ttl.is-active span:nth-child(254) {
  transition-delay: 10.16s;
}
.js-ttl.is-active span:nth-child(255) {
  transition-delay: 10.2s;
}
.js-ttl.is-active span:nth-child(256) {
  transition-delay: 10.24s;
}
.js-ttl.is-active span:nth-child(257) {
  transition-delay: 10.28s;
}
.js-ttl.is-active span:nth-child(258) {
  transition-delay: 10.32s;
}
.js-ttl.is-active span:nth-child(259) {
  transition-delay: 10.36s;
}
.js-ttl.is-active span:nth-child(260) {
  transition-delay: 10.4s;
}
.js-ttl.is-active span:nth-child(261) {
  transition-delay: 10.44s;
}
.js-ttl.is-active span:nth-child(262) {
  transition-delay: 10.48s;
}
.js-ttl.is-active span:nth-child(263) {
  transition-delay: 10.52s;
}
.js-ttl.is-active span:nth-child(264) {
  transition-delay: 10.56s;
}
.js-ttl.is-active span:nth-child(265) {
  transition-delay: 10.6s;
}
.js-ttl.is-active span:nth-child(266) {
  transition-delay: 10.64s;
}
.js-ttl.is-active span:nth-child(267) {
  transition-delay: 10.68s;
}
.js-ttl.is-active span:nth-child(268) {
  transition-delay: 10.72s;
}
.js-ttl.is-active span:nth-child(269) {
  transition-delay: 10.76s;
}
.js-ttl.is-active span:nth-child(270) {
  transition-delay: 10.8s;
}
.js-ttl.is-active span:nth-child(271) {
  transition-delay: 10.84s;
}
.js-ttl.is-active span:nth-child(272) {
  transition-delay: 10.88s;
}
.js-ttl.is-active span:nth-child(273) {
  transition-delay: 10.92s;
}
.js-ttl.is-active span:nth-child(274) {
  transition-delay: 10.96s;
}
.js-ttl.is-active span:nth-child(275) {
  transition-delay: 11s;
}
.js-ttl.is-active span:nth-child(276) {
  transition-delay: 11.04s;
}
.js-ttl.is-active span:nth-child(277) {
  transition-delay: 11.08s;
}
.js-ttl.is-active span:nth-child(278) {
  transition-delay: 11.12s;
}
.js-ttl.is-active span:nth-child(279) {
  transition-delay: 11.16s;
}
.js-ttl.is-active span:nth-child(280) {
  transition-delay: 11.2s;
}
.js-ttl.is-active span:nth-child(281) {
  transition-delay: 11.24s;
}
.js-ttl.is-active span:nth-child(282) {
  transition-delay: 11.28s;
}
.js-ttl.is-active span:nth-child(283) {
  transition-delay: 11.32s;
}
.js-ttl.is-active span:nth-child(284) {
  transition-delay: 11.36s;
}
.js-ttl.is-active span:nth-child(285) {
  transition-delay: 11.4s;
}
.js-ttl.is-active span:nth-child(286) {
  transition-delay: 11.44s;
}
.js-ttl.is-active span:nth-child(287) {
  transition-delay: 11.48s;
}
.js-ttl.is-active span:nth-child(288) {
  transition-delay: 11.52s;
}
.js-ttl.is-active span:nth-child(289) {
  transition-delay: 11.56s;
}
.js-ttl.is-active span:nth-child(290) {
  transition-delay: 11.6s;
}
.js-ttl.is-active span:nth-child(291) {
  transition-delay: 11.64s;
}
.js-ttl.is-active span:nth-child(292) {
  transition-delay: 11.68s;
}
.js-ttl.is-active span:nth-child(293) {
  transition-delay: 11.72s;
}
.js-ttl.is-active span:nth-child(294) {
  transition-delay: 11.76s;
}
.js-ttl.is-active span:nth-child(295) {
  transition-delay: 11.8s;
}
.js-ttl.is-active span:nth-child(296) {
  transition-delay: 11.84s;
}
.js-ttl.is-active span:nth-child(297) {
  transition-delay: 11.88s;
}
.js-ttl.is-active span:nth-child(298) {
  transition-delay: 11.92s;
}
.js-ttl.is-active span:nth-child(299) {
  transition-delay: 11.96s;
}
.js-ttl.is-active span:nth-child(300) {
  transition-delay: 12s;
}
.js-ttl.is-active span:nth-child(301) {
  transition-delay: 12.04s;
}
.js-ttl.is-active span:nth-child(302) {
  transition-delay: 12.08s;
}
.js-ttl.is-active span:nth-child(303) {
  transition-delay: 12.12s;
}
.js-ttl.is-active span:nth-child(304) {
  transition-delay: 12.16s;
}
.js-ttl.is-active span:nth-child(305) {
  transition-delay: 12.2s;
}
.js-ttl.is-active span:nth-child(306) {
  transition-delay: 12.24s;
}
.js-ttl.is-active span:nth-child(307) {
  transition-delay: 12.28s;
}
.js-ttl.is-active span:nth-child(308) {
  transition-delay: 12.32s;
}
.js-ttl.is-active span:nth-child(309) {
  transition-delay: 12.36s;
}
.js-ttl.is-active span:nth-child(310) {
  transition-delay: 12.4s;
}
.js-ttl.is-active span:nth-child(311) {
  transition-delay: 12.44s;
}
.js-ttl.is-active span:nth-child(312) {
  transition-delay: 12.48s;
}
.js-ttl.is-active span:nth-child(313) {
  transition-delay: 12.52s;
}
.js-ttl.is-active span:nth-child(314) {
  transition-delay: 12.56s;
}
.js-ttl.is-active span:nth-child(315) {
  transition-delay: 12.6s;
}
.js-ttl.is-active span:nth-child(316) {
  transition-delay: 12.64s;
}
.js-ttl.is-active span:nth-child(317) {
  transition-delay: 12.68s;
}
.js-ttl.is-active span:nth-child(318) {
  transition-delay: 12.72s;
}
.js-ttl.is-active span:nth-child(319) {
  transition-delay: 12.76s;
}
.js-ttl.is-active span:nth-child(320) {
  transition-delay: 12.8s;
}
.js-ttl.is-active span:nth-child(321) {
  transition-delay: 12.84s;
}
.js-ttl.is-active span:nth-child(322) {
  transition-delay: 12.88s;
}
.js-ttl.is-active span:nth-child(323) {
  transition-delay: 12.92s;
}
.js-ttl.is-active span:nth-child(324) {
  transition-delay: 12.96s;
}
.js-ttl.is-active span:nth-child(325) {
  transition-delay: 13s;
}
.js-ttl.is-active span:nth-child(326) {
  transition-delay: 13.04s;
}
.js-ttl.is-active span:nth-child(327) {
  transition-delay: 13.08s;
}
.js-ttl.is-active span:nth-child(328) {
  transition-delay: 13.12s;
}
.js-ttl.is-active span:nth-child(329) {
  transition-delay: 13.16s;
}
.js-ttl.is-active span:nth-child(330) {
  transition-delay: 13.2s;
}
.js-ttl.is-active span:nth-child(331) {
  transition-delay: 13.24s;
}
.js-ttl.is-active span:nth-child(332) {
  transition-delay: 13.28s;
}
.js-ttl.is-active span:nth-child(333) {
  transition-delay: 13.32s;
}
.js-ttl.is-active span:nth-child(334) {
  transition-delay: 13.36s;
}
.js-ttl.is-active span:nth-child(335) {
  transition-delay: 13.4s;
}
.js-ttl.is-active span:nth-child(336) {
  transition-delay: 13.44s;
}
.js-ttl.is-active span:nth-child(337) {
  transition-delay: 13.48s;
}
.js-ttl.is-active span:nth-child(338) {
  transition-delay: 13.52s;
}
.js-ttl.is-active span:nth-child(339) {
  transition-delay: 13.56s;
}
.js-ttl.is-active span:nth-child(340) {
  transition-delay: 13.6s;
}
.js-ttl.is-active span:nth-child(341) {
  transition-delay: 13.64s;
}
.js-ttl.is-active span:nth-child(342) {
  transition-delay: 13.68s;
}
.js-ttl.is-active span:nth-child(343) {
  transition-delay: 13.72s;
}
.js-ttl.is-active span:nth-child(344) {
  transition-delay: 13.76s;
}
.js-ttl.is-active span:nth-child(345) {
  transition-delay: 13.8s;
}
.js-ttl.is-active span:nth-child(346) {
  transition-delay: 13.84s;
}
.js-ttl.is-active span:nth-child(347) {
  transition-delay: 13.88s;
}
.js-ttl.is-active span:nth-child(348) {
  transition-delay: 13.92s;
}
.js-ttl.is-active span:nth-child(349) {
  transition-delay: 13.96s;
}
.js-ttl.is-active span:nth-child(350) {
  transition-delay: 14s;
}
.js-ttl.is-active span:nth-child(351) {
  transition-delay: 14.04s;
}
.js-ttl.is-active span:nth-child(352) {
  transition-delay: 14.08s;
}
.js-ttl.is-active span:nth-child(353) {
  transition-delay: 14.12s;
}
.js-ttl.is-active span:nth-child(354) {
  transition-delay: 14.16s;
}
.js-ttl.is-active span:nth-child(355) {
  transition-delay: 14.2s;
}
.js-ttl.is-active span:nth-child(356) {
  transition-delay: 14.24s;
}
.js-ttl.is-active span:nth-child(357) {
  transition-delay: 14.28s;
}
.js-ttl.is-active span:nth-child(358) {
  transition-delay: 14.32s;
}
.js-ttl.is-active span:nth-child(359) {
  transition-delay: 14.36s;
}
.js-ttl.is-active span:nth-child(360) {
  transition-delay: 14.4s;
}
.js-ttl.is-active span:nth-child(361) {
  transition-delay: 14.44s;
}
.js-ttl.is-active span:nth-child(362) {
  transition-delay: 14.48s;
}
.js-ttl.is-active span:nth-child(363) {
  transition-delay: 14.52s;
}
.js-ttl.is-active span:nth-child(364) {
  transition-delay: 14.56s;
}
.js-ttl.is-active span:nth-child(365) {
  transition-delay: 14.6s;
}
.js-ttl.is-active span:nth-child(366) {
  transition-delay: 14.64s;
}
.js-ttl.is-active span:nth-child(367) {
  transition-delay: 14.68s;
}
.js-ttl.is-active span:nth-child(368) {
  transition-delay: 14.72s;
}
.js-ttl.is-active span:nth-child(369) {
  transition-delay: 14.76s;
}
.js-ttl.is-active span:nth-child(370) {
  transition-delay: 14.8s;
}
.js-ttl.is-active span:nth-child(371) {
  transition-delay: 14.84s;
}
.js-ttl.is-active span:nth-child(372) {
  transition-delay: 14.88s;
}
.js-ttl.is-active span:nth-child(373) {
  transition-delay: 14.92s;
}
.js-ttl.is-active span:nth-child(374) {
  transition-delay: 14.96s;
}
.js-ttl.is-active span:nth-child(375) {
  transition-delay: 15s;
}
.js-ttl.is-active span:nth-child(376) {
  transition-delay: 15.04s;
}
.js-ttl.is-active span:nth-child(377) {
  transition-delay: 15.08s;
}
.js-ttl.is-active span:nth-child(378) {
  transition-delay: 15.12s;
}
.js-ttl.is-active span:nth-child(379) {
  transition-delay: 15.16s;
}
.js-ttl.is-active span:nth-child(380) {
  transition-delay: 15.2s;
}
.js-ttl.is-active span:nth-child(381) {
  transition-delay: 15.24s;
}
.js-ttl.is-active span:nth-child(382) {
  transition-delay: 15.28s;
}
.js-ttl.is-active span:nth-child(383) {
  transition-delay: 15.32s;
}
.js-ttl.is-active span:nth-child(384) {
  transition-delay: 15.36s;
}
.js-ttl.is-active span:nth-child(385) {
  transition-delay: 15.4s;
}
.js-ttl.is-active span:nth-child(386) {
  transition-delay: 15.44s;
}
.js-ttl.is-active span:nth-child(387) {
  transition-delay: 15.48s;
}
.js-ttl.is-active span:nth-child(388) {
  transition-delay: 15.52s;
}
.js-ttl.is-active span:nth-child(389) {
  transition-delay: 15.56s;
}
.js-ttl.is-active span:nth-child(390) {
  transition-delay: 15.6s;
}
.js-ttl.is-active span:nth-child(391) {
  transition-delay: 15.64s;
}
.js-ttl.is-active span:nth-child(392) {
  transition-delay: 15.68s;
}
.js-ttl.is-active span:nth-child(393) {
  transition-delay: 15.72s;
}
.js-ttl.is-active span:nth-child(394) {
  transition-delay: 15.76s;
}
.js-ttl.is-active span:nth-child(395) {
  transition-delay: 15.8s;
}
.js-ttl.is-active span:nth-child(396) {
  transition-delay: 15.84s;
}
.js-ttl.is-active span:nth-child(397) {
  transition-delay: 15.88s;
}
.js-ttl.is-active span:nth-child(398) {
  transition-delay: 15.92s;
}
.js-ttl.is-active span:nth-child(399) {
  transition-delay: 15.96s;
}
.js-ttl.is-active span:nth-child(400) {
  transition-delay: 16s;
}
.js-ttl.is-active span:nth-child(401) {
  transition-delay: 16.04s;
}
.js-ttl.is-active span:nth-child(402) {
  transition-delay: 16.08s;
}
.js-ttl.is-active span:nth-child(403) {
  transition-delay: 16.12s;
}
.js-ttl.is-active span:nth-child(404) {
  transition-delay: 16.16s;
}
.js-ttl.is-active span:nth-child(405) {
  transition-delay: 16.2s;
}
.js-ttl.is-active span:nth-child(406) {
  transition-delay: 16.24s;
}
.js-ttl.is-active span:nth-child(407) {
  transition-delay: 16.28s;
}
.js-ttl.is-active span:nth-child(408) {
  transition-delay: 16.32s;
}
.js-ttl.is-active span:nth-child(409) {
  transition-delay: 16.36s;
}
.js-ttl.is-active span:nth-child(410) {
  transition-delay: 16.4s;
}
.js-ttl.is-active span:nth-child(411) {
  transition-delay: 16.44s;
}
.js-ttl.is-active span:nth-child(412) {
  transition-delay: 16.48s;
}
.js-ttl.is-active span:nth-child(413) {
  transition-delay: 16.52s;
}
.js-ttl.is-active span:nth-child(414) {
  transition-delay: 16.56s;
}
.js-ttl.is-active span:nth-child(415) {
  transition-delay: 16.6s;
}
.js-ttl.is-active span:nth-child(416) {
  transition-delay: 16.64s;
}
.js-ttl.is-active span:nth-child(417) {
  transition-delay: 16.68s;
}
.js-ttl.is-active span:nth-child(418) {
  transition-delay: 16.72s;
}
.js-ttl.is-active span:nth-child(419) {
  transition-delay: 16.76s;
}
.js-ttl.is-active span:nth-child(420) {
  transition-delay: 16.8s;
}
.js-ttl.is-active span:nth-child(421) {
  transition-delay: 16.84s;
}
.js-ttl.is-active span:nth-child(422) {
  transition-delay: 16.88s;
}
.js-ttl.is-active span:nth-child(423) {
  transition-delay: 16.92s;
}
.js-ttl.is-active span:nth-child(424) {
  transition-delay: 16.96s;
}
.js-ttl.is-active span:nth-child(425) {
  transition-delay: 17s;
}
.js-ttl.is-active span:nth-child(426) {
  transition-delay: 17.04s;
}
.js-ttl.is-active span:nth-child(427) {
  transition-delay: 17.08s;
}
.js-ttl.is-active span:nth-child(428) {
  transition-delay: 17.12s;
}
.js-ttl.is-active span:nth-child(429) {
  transition-delay: 17.16s;
}
.js-ttl.is-active span:nth-child(430) {
  transition-delay: 17.2s;
}
.js-ttl.is-active span:nth-child(431) {
  transition-delay: 17.24s;
}
.js-ttl.is-active span:nth-child(432) {
  transition-delay: 17.28s;
}
.js-ttl.is-active span:nth-child(433) {
  transition-delay: 17.32s;
}
.js-ttl.is-active span:nth-child(434) {
  transition-delay: 17.36s;
}
.js-ttl.is-active span:nth-child(435) {
  transition-delay: 17.4s;
}
.js-ttl.is-active span:nth-child(436) {
  transition-delay: 17.44s;
}
.js-ttl.is-active span:nth-child(437) {
  transition-delay: 17.48s;
}
.js-ttl.is-active span:nth-child(438) {
  transition-delay: 17.52s;
}
.js-ttl.is-active span:nth-child(439) {
  transition-delay: 17.56s;
}
.js-ttl.is-active span:nth-child(440) {
  transition-delay: 17.6s;
}
.js-ttl.is-active span:nth-child(441) {
  transition-delay: 17.64s;
}
.js-ttl.is-active span:nth-child(442) {
  transition-delay: 17.68s;
}
.js-ttl.is-active span:nth-child(443) {
  transition-delay: 17.72s;
}
.js-ttl.is-active span:nth-child(444) {
  transition-delay: 17.76s;
}
.js-ttl.is-active span:nth-child(445) {
  transition-delay: 17.8s;
}
.js-ttl.is-active span:nth-child(446) {
  transition-delay: 17.84s;
}
.js-ttl.is-active span:nth-child(447) {
  transition-delay: 17.88s;
}
.js-ttl.is-active span:nth-child(448) {
  transition-delay: 17.92s;
}
.js-ttl.is-active span:nth-child(449) {
  transition-delay: 17.96s;
}
.js-ttl.is-active span:nth-child(450) {
  transition-delay: 18s;
}
.js-ttl.is-active span:nth-child(451) {
  transition-delay: 18.04s;
}
.js-ttl.is-active span:nth-child(452) {
  transition-delay: 18.08s;
}
.js-ttl.is-active span:nth-child(453) {
  transition-delay: 18.12s;
}
.js-ttl.is-active span:nth-child(454) {
  transition-delay: 18.16s;
}
.js-ttl.is-active span:nth-child(455) {
  transition-delay: 18.2s;
}
.js-ttl.is-active span:nth-child(456) {
  transition-delay: 18.24s;
}
.js-ttl.is-active span:nth-child(457) {
  transition-delay: 18.28s;
}
.js-ttl.is-active span:nth-child(458) {
  transition-delay: 18.32s;
}
.js-ttl.is-active span:nth-child(459) {
  transition-delay: 18.36s;
}
.js-ttl.is-active span:nth-child(460) {
  transition-delay: 18.4s;
}
.js-ttl.is-active span:nth-child(461) {
  transition-delay: 18.44s;
}
.js-ttl.is-active span:nth-child(462) {
  transition-delay: 18.48s;
}
.js-ttl.is-active span:nth-child(463) {
  transition-delay: 18.52s;
}
.js-ttl.is-active span:nth-child(464) {
  transition-delay: 18.56s;
}
.js-ttl.is-active span:nth-child(465) {
  transition-delay: 18.6s;
}
.js-ttl.is-active span:nth-child(466) {
  transition-delay: 18.64s;
}
.js-ttl.is-active span:nth-child(467) {
  transition-delay: 18.68s;
}
.js-ttl.is-active span:nth-child(468) {
  transition-delay: 18.72s;
}
.js-ttl.is-active span:nth-child(469) {
  transition-delay: 18.76s;
}
.js-ttl.is-active span:nth-child(470) {
  transition-delay: 18.8s;
}
.js-ttl.is-active span:nth-child(471) {
  transition-delay: 18.84s;
}
.js-ttl.is-active span:nth-child(472) {
  transition-delay: 18.88s;
}
.js-ttl.is-active span:nth-child(473) {
  transition-delay: 18.92s;
}
.js-ttl.is-active span:nth-child(474) {
  transition-delay: 18.96s;
}
.js-ttl.is-active span:nth-child(475) {
  transition-delay: 19s;
}
.js-ttl.is-active span:nth-child(476) {
  transition-delay: 19.04s;
}
.js-ttl.is-active span:nth-child(477) {
  transition-delay: 19.08s;
}
.js-ttl.is-active span:nth-child(478) {
  transition-delay: 19.12s;
}
.js-ttl.is-active span:nth-child(479) {
  transition-delay: 19.16s;
}
.js-ttl.is-active span:nth-child(480) {
  transition-delay: 19.2s;
}
.js-ttl.is-active span:nth-child(481) {
  transition-delay: 19.24s;
}
.js-ttl.is-active span:nth-child(482) {
  transition-delay: 19.28s;
}
.js-ttl.is-active span:nth-child(483) {
  transition-delay: 19.32s;
}
.js-ttl.is-active span:nth-child(484) {
  transition-delay: 19.36s;
}
.js-ttl.is-active span:nth-child(485) {
  transition-delay: 19.4s;
}
.js-ttl.is-active span:nth-child(486) {
  transition-delay: 19.44s;
}
.js-ttl.is-active span:nth-child(487) {
  transition-delay: 19.48s;
}
.js-ttl.is-active span:nth-child(488) {
  transition-delay: 19.52s;
}
.js-ttl.is-active span:nth-child(489) {
  transition-delay: 19.56s;
}
.js-ttl.is-active span:nth-child(490) {
  transition-delay: 19.6s;
}
.js-ttl.is-active span:nth-child(491) {
  transition-delay: 19.64s;
}
.js-ttl.is-active span:nth-child(492) {
  transition-delay: 19.68s;
}
.js-ttl.is-active span:nth-child(493) {
  transition-delay: 19.72s;
}
.js-ttl.is-active span:nth-child(494) {
  transition-delay: 19.76s;
}
.js-ttl.is-active span:nth-child(495) {
  transition-delay: 19.8s;
}
.js-ttl.is-active span:nth-child(496) {
  transition-delay: 19.84s;
}
.js-ttl.is-active span:nth-child(497) {
  transition-delay: 19.88s;
}
.js-ttl.is-active span:nth-child(498) {
  transition-delay: 19.92s;
}
.js-ttl.is-active span:nth-child(499) {
  transition-delay: 19.96s;
}
.js-ttl.is-active span:nth-child(500) {
  transition-delay: 20s;
}
.js-ttl.is-active span:nth-child(501) {
  transition-delay: 20.04s;
}
.js-ttl.is-active span:nth-child(502) {
  transition-delay: 20.08s;
}
.js-ttl.is-active span:nth-child(503) {
  transition-delay: 20.12s;
}
.js-ttl.is-active span:nth-child(504) {
  transition-delay: 20.16s;
}
.js-ttl.is-active span:nth-child(505) {
  transition-delay: 20.2s;
}
.js-ttl.is-active span:nth-child(506) {
  transition-delay: 20.24s;
}
.js-ttl.is-active span:nth-child(507) {
  transition-delay: 20.28s;
}
.js-ttl.is-active span:nth-child(508) {
  transition-delay: 20.32s;
}
.js-ttl.is-active span:nth-child(509) {
  transition-delay: 20.36s;
}
.js-ttl.is-active span:nth-child(510) {
  transition-delay: 20.4s;
}
.js-ttl.is-active span:nth-child(511) {
  transition-delay: 20.44s;
}
.js-ttl.is-active span:nth-child(512) {
  transition-delay: 20.48s;
}
.js-ttl.is-active span:nth-child(513) {
  transition-delay: 20.52s;
}
.js-ttl.is-active span:nth-child(514) {
  transition-delay: 20.56s;
}
.js-ttl.is-active span:nth-child(515) {
  transition-delay: 20.6s;
}
.js-ttl.is-active span:nth-child(516) {
  transition-delay: 20.64s;
}
.js-ttl.is-active span:nth-child(517) {
  transition-delay: 20.68s;
}
.js-ttl.is-active span:nth-child(518) {
  transition-delay: 20.72s;
}
.js-ttl.is-active span:nth-child(519) {
  transition-delay: 20.76s;
}
.js-ttl.is-active span:nth-child(520) {
  transition-delay: 20.8s;
}
.js-ttl.is-active span:nth-child(521) {
  transition-delay: 20.84s;
}
.js-ttl.is-active span:nth-child(522) {
  transition-delay: 20.88s;
}
.js-ttl.is-active span:nth-child(523) {
  transition-delay: 20.92s;
}
.js-ttl.is-active span:nth-child(524) {
  transition-delay: 20.96s;
}
.js-ttl.is-active span:nth-child(525) {
  transition-delay: 21s;
}
.js-ttl.is-active span:nth-child(526) {
  transition-delay: 21.04s;
}
.js-ttl.is-active span:nth-child(527) {
  transition-delay: 21.08s;
}
.js-ttl.is-active span:nth-child(528) {
  transition-delay: 21.12s;
}
.js-ttl.is-active span:nth-child(529) {
  transition-delay: 21.16s;
}
.js-ttl.is-active span:nth-child(530) {
  transition-delay: 21.2s;
}
.js-ttl.is-active span:nth-child(531) {
  transition-delay: 21.24s;
}
.js-ttl.is-active span:nth-child(532) {
  transition-delay: 21.28s;
}
.js-ttl.is-active span:nth-child(533) {
  transition-delay: 21.32s;
}
.js-ttl.is-active span:nth-child(534) {
  transition-delay: 21.36s;
}
.js-ttl.is-active span:nth-child(535) {
  transition-delay: 21.4s;
}
.js-ttl.is-active span:nth-child(536) {
  transition-delay: 21.44s;
}
.js-ttl.is-active span:nth-child(537) {
  transition-delay: 21.48s;
}
.js-ttl.is-active span:nth-child(538) {
  transition-delay: 21.52s;
}
.js-ttl.is-active span:nth-child(539) {
  transition-delay: 21.56s;
}
.js-ttl.is-active span:nth-child(540) {
  transition-delay: 21.6s;
}
.js-ttl.is-active span:nth-child(541) {
  transition-delay: 21.64s;
}
.js-ttl.is-active span:nth-child(542) {
  transition-delay: 21.68s;
}
.js-ttl.is-active span:nth-child(543) {
  transition-delay: 21.72s;
}
.js-ttl.is-active span:nth-child(544) {
  transition-delay: 21.76s;
}
.js-ttl.is-active span:nth-child(545) {
  transition-delay: 21.8s;
}
.js-ttl.is-active span:nth-child(546) {
  transition-delay: 21.84s;
}
.js-ttl.is-active span:nth-child(547) {
  transition-delay: 21.88s;
}
.js-ttl.is-active span:nth-child(548) {
  transition-delay: 21.92s;
}
.js-ttl.is-active span:nth-child(549) {
  transition-delay: 21.96s;
}
.js-ttl.is-active span:nth-child(550) {
  transition-delay: 22s;
}
.js-ttl.is-active span:nth-child(551) {
  transition-delay: 22.04s;
}
.js-ttl.is-active span:nth-child(552) {
  transition-delay: 22.08s;
}
.js-ttl.is-active span:nth-child(553) {
  transition-delay: 22.12s;
}
.js-ttl.is-active span:nth-child(554) {
  transition-delay: 22.16s;
}
.js-ttl.is-active span:nth-child(555) {
  transition-delay: 22.2s;
}
.js-ttl.is-active span:nth-child(556) {
  transition-delay: 22.24s;
}
.js-ttl.is-active span:nth-child(557) {
  transition-delay: 22.28s;
}
.js-ttl.is-active span:nth-child(558) {
  transition-delay: 22.32s;
}
.js-ttl.is-active span:nth-child(559) {
  transition-delay: 22.36s;
}
.js-ttl.is-active span:nth-child(560) {
  transition-delay: 22.4s;
}
.js-ttl.is-active span:nth-child(561) {
  transition-delay: 22.44s;
}
.js-ttl.is-active span:nth-child(562) {
  transition-delay: 22.48s;
}
.js-ttl.is-active span:nth-child(563) {
  transition-delay: 22.52s;
}
.js-ttl.is-active span:nth-child(564) {
  transition-delay: 22.56s;
}
.js-ttl.is-active span:nth-child(565) {
  transition-delay: 22.6s;
}
.js-ttl.is-active span:nth-child(566) {
  transition-delay: 22.64s;
}
.js-ttl.is-active span:nth-child(567) {
  transition-delay: 22.68s;
}
.js-ttl.is-active span:nth-child(568) {
  transition-delay: 22.72s;
}
.js-ttl.is-active span:nth-child(569) {
  transition-delay: 22.76s;
}
.js-ttl.is-active span:nth-child(570) {
  transition-delay: 22.8s;
}
.js-ttl.is-active span:nth-child(571) {
  transition-delay: 22.84s;
}
.js-ttl.is-active span:nth-child(572) {
  transition-delay: 22.88s;
}
.js-ttl.is-active span:nth-child(573) {
  transition-delay: 22.92s;
}
.js-ttl.is-active span:nth-child(574) {
  transition-delay: 22.96s;
}
.js-ttl.is-active span:nth-child(575) {
  transition-delay: 23s;
}
.js-ttl.is-active span:nth-child(576) {
  transition-delay: 23.04s;
}
.js-ttl.is-active span:nth-child(577) {
  transition-delay: 23.08s;
}
.js-ttl.is-active span:nth-child(578) {
  transition-delay: 23.12s;
}
.js-ttl.is-active span:nth-child(579) {
  transition-delay: 23.16s;
}
.js-ttl.is-active span:nth-child(580) {
  transition-delay: 23.2s;
}
.js-ttl.is-active span:nth-child(581) {
  transition-delay: 23.24s;
}
.js-ttl.is-active span:nth-child(582) {
  transition-delay: 23.28s;
}
.js-ttl.is-active span:nth-child(583) {
  transition-delay: 23.32s;
}
.js-ttl.is-active span:nth-child(584) {
  transition-delay: 23.36s;
}
.js-ttl.is-active span:nth-child(585) {
  transition-delay: 23.4s;
}
.js-ttl.is-active span:nth-child(586) {
  transition-delay: 23.44s;
}
.js-ttl.is-active span:nth-child(587) {
  transition-delay: 23.48s;
}
.js-ttl.is-active span:nth-child(588) {
  transition-delay: 23.52s;
}
.js-ttl.is-active span:nth-child(589) {
  transition-delay: 23.56s;
}
.js-ttl.is-active span:nth-child(590) {
  transition-delay: 23.6s;
}
.js-ttl.is-active span:nth-child(591) {
  transition-delay: 23.64s;
}
.js-ttl.is-active span:nth-child(592) {
  transition-delay: 23.68s;
}
.js-ttl.is-active span:nth-child(593) {
  transition-delay: 23.72s;
}
.js-ttl.is-active span:nth-child(594) {
  transition-delay: 23.76s;
}
.js-ttl.is-active span:nth-child(595) {
  transition-delay: 23.8s;
}
.js-ttl.is-active span:nth-child(596) {
  transition-delay: 23.84s;
}
.js-ttl.is-active span:nth-child(597) {
  transition-delay: 23.88s;
}
.js-ttl.is-active span:nth-child(598) {
  transition-delay: 23.92s;
}
.js-ttl.is-active span:nth-child(599) {
  transition-delay: 23.96s;
}
.js-ttl.is-active span:nth-child(600) {
  transition-delay: 24s;
}
.js-ttl.is-active span:nth-child(601) {
  transition-delay: 24.04s;
}
.js-ttl.is-active span:nth-child(602) {
  transition-delay: 24.08s;
}
.js-ttl.is-active span:nth-child(603) {
  transition-delay: 24.12s;
}
.js-ttl.is-active span:nth-child(604) {
  transition-delay: 24.16s;
}
.js-ttl.is-active span:nth-child(605) {
  transition-delay: 24.2s;
}
.js-ttl.is-active span:nth-child(606) {
  transition-delay: 24.24s;
}
.js-ttl.is-active span:nth-child(607) {
  transition-delay: 24.28s;
}
.js-ttl.is-active span:nth-child(608) {
  transition-delay: 24.32s;
}
.js-ttl.is-active span:nth-child(609) {
  transition-delay: 24.36s;
}
.js-ttl.is-active span:nth-child(610) {
  transition-delay: 24.4s;
}
.js-ttl.is-active span:nth-child(611) {
  transition-delay: 24.44s;
}
.js-ttl.is-active span:nth-child(612) {
  transition-delay: 24.48s;
}
.js-ttl.is-active span:nth-child(613) {
  transition-delay: 24.52s;
}
.js-ttl.is-active span:nth-child(614) {
  transition-delay: 24.56s;
}
.js-ttl.is-active span:nth-child(615) {
  transition-delay: 24.6s;
}
.js-ttl.is-active span:nth-child(616) {
  transition-delay: 24.64s;
}
.js-ttl.is-active span:nth-child(617) {
  transition-delay: 24.68s;
}
.js-ttl.is-active span:nth-child(618) {
  transition-delay: 24.72s;
}
.js-ttl.is-active span:nth-child(619) {
  transition-delay: 24.76s;
}
.js-ttl.is-active span:nth-child(620) {
  transition-delay: 24.8s;
}
.js-ttl.is-active span:nth-child(621) {
  transition-delay: 24.84s;
}
.js-ttl.is-active span:nth-child(622) {
  transition-delay: 24.88s;
}
.js-ttl.is-active span:nth-child(623) {
  transition-delay: 24.92s;
}
.js-ttl.is-active span:nth-child(624) {
  transition-delay: 24.96s;
}
.js-ttl.is-active span:nth-child(625) {
  transition-delay: 25s;
}
.js-ttl.is-active span:nth-child(626) {
  transition-delay: 25.04s;
}
.js-ttl.is-active span:nth-child(627) {
  transition-delay: 25.08s;
}
.js-ttl.is-active span:nth-child(628) {
  transition-delay: 25.12s;
}
.js-ttl.is-active span:nth-child(629) {
  transition-delay: 25.16s;
}
.js-ttl.is-active span:nth-child(630) {
  transition-delay: 25.2s;
}
.js-ttl.is-active span:nth-child(631) {
  transition-delay: 25.24s;
}
.js-ttl.is-active span:nth-child(632) {
  transition-delay: 25.28s;
}
.js-ttl.is-active span:nth-child(633) {
  transition-delay: 25.32s;
}
.js-ttl.is-active span:nth-child(634) {
  transition-delay: 25.36s;
}
.js-ttl.is-active span:nth-child(635) {
  transition-delay: 25.4s;
}
.js-ttl.is-active span:nth-child(636) {
  transition-delay: 25.44s;
}
.js-ttl.is-active span:nth-child(637) {
  transition-delay: 25.48s;
}
.js-ttl.is-active span:nth-child(638) {
  transition-delay: 25.52s;
}
.js-ttl.is-active span:nth-child(639) {
  transition-delay: 25.56s;
}
.js-ttl.is-active span:nth-child(640) {
  transition-delay: 25.6s;
}
.js-ttl.is-active span:nth-child(641) {
  transition-delay: 25.64s;
}
.js-ttl.is-active span:nth-child(642) {
  transition-delay: 25.68s;
}
.js-ttl.is-active span:nth-child(643) {
  transition-delay: 25.72s;
}
.js-ttl.is-active span:nth-child(644) {
  transition-delay: 25.76s;
}
.js-ttl.is-active span:nth-child(645) {
  transition-delay: 25.8s;
}
.js-ttl.is-active span:nth-child(646) {
  transition-delay: 25.84s;
}
.js-ttl.is-active span:nth-child(647) {
  transition-delay: 25.88s;
}
.js-ttl.is-active span:nth-child(648) {
  transition-delay: 25.92s;
}
.js-ttl.is-active span:nth-child(649) {
  transition-delay: 25.96s;
}
.js-ttl.is-active span:nth-child(650) {
  transition-delay: 26s;
}
.js-ttl.is-active span:nth-child(651) {
  transition-delay: 26.04s;
}
.js-ttl.is-active span:nth-child(652) {
  transition-delay: 26.08s;
}
.js-ttl.is-active span:nth-child(653) {
  transition-delay: 26.12s;
}
.js-ttl.is-active span:nth-child(654) {
  transition-delay: 26.16s;
}
.js-ttl.is-active span:nth-child(655) {
  transition-delay: 26.2s;
}
.js-ttl.is-active span:nth-child(656) {
  transition-delay: 26.24s;
}
.js-ttl.is-active span:nth-child(657) {
  transition-delay: 26.28s;
}
.js-ttl.is-active span:nth-child(658) {
  transition-delay: 26.32s;
}
.js-ttl.is-active span:nth-child(659) {
  transition-delay: 26.36s;
}
.js-ttl.is-active span:nth-child(660) {
  transition-delay: 26.4s;
}
.js-ttl.is-active span:nth-child(661) {
  transition-delay: 26.44s;
}
.js-ttl.is-active span:nth-child(662) {
  transition-delay: 26.48s;
}
.js-ttl.is-active span:nth-child(663) {
  transition-delay: 26.52s;
}
.js-ttl.is-active span:nth-child(664) {
  transition-delay: 26.56s;
}
.js-ttl.is-active span:nth-child(665) {
  transition-delay: 26.6s;
}
.js-ttl.is-active span:nth-child(666) {
  transition-delay: 26.64s;
}
.js-ttl.is-active span:nth-child(667) {
  transition-delay: 26.68s;
}
.js-ttl.is-active span:nth-child(668) {
  transition-delay: 26.72s;
}
.js-ttl.is-active span:nth-child(669) {
  transition-delay: 26.76s;
}
.js-ttl.is-active span:nth-child(670) {
  transition-delay: 26.8s;
}
.js-ttl.is-active span:nth-child(671) {
  transition-delay: 26.84s;
}
.js-ttl.is-active span:nth-child(672) {
  transition-delay: 26.88s;
}
.js-ttl.is-active span:nth-child(673) {
  transition-delay: 26.92s;
}
.js-ttl.is-active span:nth-child(674) {
  transition-delay: 26.96s;
}
.js-ttl.is-active span:nth-child(675) {
  transition-delay: 27s;
}
.js-ttl.is-active span:nth-child(676) {
  transition-delay: 27.04s;
}
.js-ttl.is-active span:nth-child(677) {
  transition-delay: 27.08s;
}
.js-ttl.is-active span:nth-child(678) {
  transition-delay: 27.12s;
}
.js-ttl.is-active span:nth-child(679) {
  transition-delay: 27.16s;
}
.js-ttl.is-active span:nth-child(680) {
  transition-delay: 27.2s;
}
.js-ttl.is-active span:nth-child(681) {
  transition-delay: 27.24s;
}
.js-ttl.is-active span:nth-child(682) {
  transition-delay: 27.28s;
}
.js-ttl.is-active span:nth-child(683) {
  transition-delay: 27.32s;
}
.js-ttl.is-active span:nth-child(684) {
  transition-delay: 27.36s;
}
.js-ttl.is-active span:nth-child(685) {
  transition-delay: 27.4s;
}
.js-ttl.is-active span:nth-child(686) {
  transition-delay: 27.44s;
}
.js-ttl.is-active span:nth-child(687) {
  transition-delay: 27.48s;
}
.js-ttl.is-active span:nth-child(688) {
  transition-delay: 27.52s;
}
.js-ttl.is-active span:nth-child(689) {
  transition-delay: 27.56s;
}
.js-ttl.is-active span:nth-child(690) {
  transition-delay: 27.6s;
}
.js-ttl.is-active span:nth-child(691) {
  transition-delay: 27.64s;
}
.js-ttl.is-active span:nth-child(692) {
  transition-delay: 27.68s;
}
.js-ttl.is-active span:nth-child(693) {
  transition-delay: 27.72s;
}
.js-ttl.is-active span:nth-child(694) {
  transition-delay: 27.76s;
}
.js-ttl.is-active span:nth-child(695) {
  transition-delay: 27.8s;
}
.js-ttl.is-active span:nth-child(696) {
  transition-delay: 27.84s;
}
.js-ttl.is-active span:nth-child(697) {
  transition-delay: 27.88s;
}
.js-ttl.is-active span:nth-child(698) {
  transition-delay: 27.92s;
}
.js-ttl.is-active span:nth-child(699) {
  transition-delay: 27.96s;
}
.js-ttl.is-active span:nth-child(700) {
  transition-delay: 28s;
}
.js-ttl.is-active span:nth-child(701) {
  transition-delay: 28.04s;
}
.js-ttl.is-active span:nth-child(702) {
  transition-delay: 28.08s;
}
.js-ttl.is-active span:nth-child(703) {
  transition-delay: 28.12s;
}
.js-ttl.is-active span:nth-child(704) {
  transition-delay: 28.16s;
}
.js-ttl.is-active span:nth-child(705) {
  transition-delay: 28.2s;
}
.js-ttl.is-active span:nth-child(706) {
  transition-delay: 28.24s;
}
.js-ttl.is-active span:nth-child(707) {
  transition-delay: 28.28s;
}
.js-ttl.is-active span:nth-child(708) {
  transition-delay: 28.32s;
}
.js-ttl.is-active span:nth-child(709) {
  transition-delay: 28.36s;
}
.js-ttl.is-active span:nth-child(710) {
  transition-delay: 28.4s;
}
.js-ttl.is-active span:nth-child(711) {
  transition-delay: 28.44s;
}
.js-ttl.is-active span:nth-child(712) {
  transition-delay: 28.48s;
}
.js-ttl.is-active span:nth-child(713) {
  transition-delay: 28.52s;
}
.js-ttl.is-active span:nth-child(714) {
  transition-delay: 28.56s;
}
.js-ttl.is-active span:nth-child(715) {
  transition-delay: 28.6s;
}
.js-ttl.is-active span:nth-child(716) {
  transition-delay: 28.64s;
}
.js-ttl.is-active span:nth-child(717) {
  transition-delay: 28.68s;
}
.js-ttl.is-active span:nth-child(718) {
  transition-delay: 28.72s;
}
.js-ttl.is-active span:nth-child(719) {
  transition-delay: 28.76s;
}
.js-ttl.is-active span:nth-child(720) {
  transition-delay: 28.8s;
}
.js-ttl.is-active span:nth-child(721) {
  transition-delay: 28.84s;
}
.js-ttl.is-active span:nth-child(722) {
  transition-delay: 28.88s;
}
.js-ttl.is-active span:nth-child(723) {
  transition-delay: 28.92s;
}
.js-ttl.is-active span:nth-child(724) {
  transition-delay: 28.96s;
}
.js-ttl.is-active span:nth-child(725) {
  transition-delay: 29s;
}
.js-ttl.is-active span:nth-child(726) {
  transition-delay: 29.04s;
}
.js-ttl.is-active span:nth-child(727) {
  transition-delay: 29.08s;
}
.js-ttl.is-active span:nth-child(728) {
  transition-delay: 29.12s;
}
.js-ttl.is-active span:nth-child(729) {
  transition-delay: 29.16s;
}
.js-ttl.is-active span:nth-child(730) {
  transition-delay: 29.2s;
}
.js-ttl.is-active span:nth-child(731) {
  transition-delay: 29.24s;
}
.js-ttl.is-active span:nth-child(732) {
  transition-delay: 29.28s;
}
.js-ttl.is-active span:nth-child(733) {
  transition-delay: 29.32s;
}
.js-ttl.is-active span:nth-child(734) {
  transition-delay: 29.36s;
}
.js-ttl.is-active span:nth-child(735) {
  transition-delay: 29.4s;
}
.js-ttl.is-active span:nth-child(736) {
  transition-delay: 29.44s;
}
.js-ttl.is-active span:nth-child(737) {
  transition-delay: 29.48s;
}
.js-ttl.is-active span:nth-child(738) {
  transition-delay: 29.52s;
}
.js-ttl.is-active span:nth-child(739) {
  transition-delay: 29.56s;
}
.js-ttl.is-active span:nth-child(740) {
  transition-delay: 29.6s;
}
.js-ttl.is-active span:nth-child(741) {
  transition-delay: 29.64s;
}
.js-ttl.is-active span:nth-child(742) {
  transition-delay: 29.68s;
}
.js-ttl.is-active span:nth-child(743) {
  transition-delay: 29.72s;
}
.js-ttl.is-active span:nth-child(744) {
  transition-delay: 29.76s;
}
.js-ttl.is-active span:nth-child(745) {
  transition-delay: 29.8s;
}
.js-ttl.is-active span:nth-child(746) {
  transition-delay: 29.84s;
}
.js-ttl.is-active span:nth-child(747) {
  transition-delay: 29.88s;
}
.js-ttl.is-active span:nth-child(748) {
  transition-delay: 29.92s;
}
.js-ttl.is-active span:nth-child(749) {
  transition-delay: 29.96s;
}
.js-ttl.is-active span:nth-child(750) {
  transition-delay: 30s;
}
.js-ttl.is-active span:nth-child(751) {
  transition-delay: 30.04s;
}
.js-ttl.is-active span:nth-child(752) {
  transition-delay: 30.08s;
}
.js-ttl.is-active span:nth-child(753) {
  transition-delay: 30.12s;
}
.js-ttl.is-active span:nth-child(754) {
  transition-delay: 30.16s;
}
.js-ttl.is-active span:nth-child(755) {
  transition-delay: 30.2s;
}
.js-ttl.is-active span:nth-child(756) {
  transition-delay: 30.24s;
}
.js-ttl.is-active span:nth-child(757) {
  transition-delay: 30.28s;
}
.js-ttl.is-active span:nth-child(758) {
  transition-delay: 30.32s;
}
.js-ttl.is-active span:nth-child(759) {
  transition-delay: 30.36s;
}
.js-ttl.is-active span:nth-child(760) {
  transition-delay: 30.4s;
}
.js-ttl.is-active span:nth-child(761) {
  transition-delay: 30.44s;
}
.js-ttl.is-active span:nth-child(762) {
  transition-delay: 30.48s;
}
.js-ttl.is-active span:nth-child(763) {
  transition-delay: 30.52s;
}
.js-ttl.is-active span:nth-child(764) {
  transition-delay: 30.56s;
}
.js-ttl.is-active span:nth-child(765) {
  transition-delay: 30.6s;
}
.js-ttl.is-active span:nth-child(766) {
  transition-delay: 30.64s;
}
.js-ttl.is-active span:nth-child(767) {
  transition-delay: 30.68s;
}
.js-ttl.is-active span:nth-child(768) {
  transition-delay: 30.72s;
}
.js-ttl.is-active span:nth-child(769) {
  transition-delay: 30.76s;
}
.js-ttl.is-active span:nth-child(770) {
  transition-delay: 30.8s;
}
.js-ttl.is-active span:nth-child(771) {
  transition-delay: 30.84s;
}
.js-ttl.is-active span:nth-child(772) {
  transition-delay: 30.88s;
}
.js-ttl.is-active span:nth-child(773) {
  transition-delay: 30.92s;
}
.js-ttl.is-active span:nth-child(774) {
  transition-delay: 30.96s;
}
.js-ttl.is-active span:nth-child(775) {
  transition-delay: 31s;
}
.js-ttl.is-active span:nth-child(776) {
  transition-delay: 31.04s;
}
.js-ttl.is-active span:nth-child(777) {
  transition-delay: 31.08s;
}
.js-ttl.is-active span:nth-child(778) {
  transition-delay: 31.12s;
}
.js-ttl.is-active span:nth-child(779) {
  transition-delay: 31.16s;
}
.js-ttl.is-active span:nth-child(780) {
  transition-delay: 31.2s;
}
.js-ttl.is-active span:nth-child(781) {
  transition-delay: 31.24s;
}
.js-ttl.is-active span:nth-child(782) {
  transition-delay: 31.28s;
}
.js-ttl.is-active span:nth-child(783) {
  transition-delay: 31.32s;
}
.js-ttl.is-active span:nth-child(784) {
  transition-delay: 31.36s;
}
.js-ttl.is-active span:nth-child(785) {
  transition-delay: 31.4s;
}
.js-ttl.is-active span:nth-child(786) {
  transition-delay: 31.44s;
}
.js-ttl.is-active span:nth-child(787) {
  transition-delay: 31.48s;
}
.js-ttl.is-active span:nth-child(788) {
  transition-delay: 31.52s;
}
.js-ttl.is-active span:nth-child(789) {
  transition-delay: 31.56s;
}
.js-ttl.is-active span:nth-child(790) {
  transition-delay: 31.6s;
}
.js-ttl.is-active span:nth-child(791) {
  transition-delay: 31.64s;
}
.js-ttl.is-active span:nth-child(792) {
  transition-delay: 31.68s;
}
.js-ttl.is-active span:nth-child(793) {
  transition-delay: 31.72s;
}
.js-ttl.is-active span:nth-child(794) {
  transition-delay: 31.76s;
}
.js-ttl.is-active span:nth-child(795) {
  transition-delay: 31.8s;
}
.js-ttl.is-active span:nth-child(796) {
  transition-delay: 31.84s;
}
.js-ttl.is-active span:nth-child(797) {
  transition-delay: 31.88s;
}
.js-ttl.is-active span:nth-child(798) {
  transition-delay: 31.92s;
}
.js-ttl.is-active span:nth-child(799) {
  transition-delay: 31.96s;
}
.js-ttl.is-active span:nth-child(800) {
  transition-delay: 32s;
}
.js-ttl.is-active span:nth-child(801) {
  transition-delay: 32.04s;
}
.js-ttl.is-active span:nth-child(802) {
  transition-delay: 32.08s;
}
.js-ttl.is-active span:nth-child(803) {
  transition-delay: 32.12s;
}
.js-ttl.is-active span:nth-child(804) {
  transition-delay: 32.16s;
}
.js-ttl.is-active span:nth-child(805) {
  transition-delay: 32.2s;
}
.js-ttl.is-active span:nth-child(806) {
  transition-delay: 32.24s;
}
.js-ttl.is-active span:nth-child(807) {
  transition-delay: 32.28s;
}
.js-ttl.is-active span:nth-child(808) {
  transition-delay: 32.32s;
}
.js-ttl.is-active span:nth-child(809) {
  transition-delay: 32.36s;
}
.js-ttl.is-active span:nth-child(810) {
  transition-delay: 32.4s;
}
.js-ttl.is-active span:nth-child(811) {
  transition-delay: 32.44s;
}
.js-ttl.is-active span:nth-child(812) {
  transition-delay: 32.48s;
}
.js-ttl.is-active span:nth-child(813) {
  transition-delay: 32.52s;
}
.js-ttl.is-active span:nth-child(814) {
  transition-delay: 32.56s;
}
.js-ttl.is-active span:nth-child(815) {
  transition-delay: 32.6s;
}
.js-ttl.is-active span:nth-child(816) {
  transition-delay: 32.64s;
}
.js-ttl.is-active span:nth-child(817) {
  transition-delay: 32.68s;
}
.js-ttl.is-active span:nth-child(818) {
  transition-delay: 32.72s;
}
.js-ttl.is-active span:nth-child(819) {
  transition-delay: 32.76s;
}
.js-ttl.is-active span:nth-child(820) {
  transition-delay: 32.8s;
}
.js-ttl.is-active span:nth-child(821) {
  transition-delay: 32.84s;
}
.js-ttl.is-active span:nth-child(822) {
  transition-delay: 32.88s;
}
.js-ttl.is-active span:nth-child(823) {
  transition-delay: 32.92s;
}
.js-ttl.is-active span:nth-child(824) {
  transition-delay: 32.96s;
}
.js-ttl.is-active span:nth-child(825) {
  transition-delay: 33s;
}
.js-ttl.is-active span:nth-child(826) {
  transition-delay: 33.04s;
}
.js-ttl.is-active span:nth-child(827) {
  transition-delay: 33.08s;
}
.js-ttl.is-active span:nth-child(828) {
  transition-delay: 33.12s;
}
.js-ttl.is-active span:nth-child(829) {
  transition-delay: 33.16s;
}
.js-ttl.is-active span:nth-child(830) {
  transition-delay: 33.2s;
}
.js-ttl.is-active span:nth-child(831) {
  transition-delay: 33.24s;
}
.js-ttl.is-active span:nth-child(832) {
  transition-delay: 33.28s;
}
.js-ttl.is-active span:nth-child(833) {
  transition-delay: 33.32s;
}
.js-ttl.is-active span:nth-child(834) {
  transition-delay: 33.36s;
}
.js-ttl.is-active span:nth-child(835) {
  transition-delay: 33.4s;
}
.js-ttl.is-active span:nth-child(836) {
  transition-delay: 33.44s;
}
.js-ttl.is-active span:nth-child(837) {
  transition-delay: 33.48s;
}
.js-ttl.is-active span:nth-child(838) {
  transition-delay: 33.52s;
}
.js-ttl.is-active span:nth-child(839) {
  transition-delay: 33.56s;
}
.js-ttl.is-active span:nth-child(840) {
  transition-delay: 33.6s;
}
.js-ttl.is-active span:nth-child(841) {
  transition-delay: 33.64s;
}
.js-ttl.is-active span:nth-child(842) {
  transition-delay: 33.68s;
}
.js-ttl.is-active span:nth-child(843) {
  transition-delay: 33.72s;
}
.js-ttl.is-active span:nth-child(844) {
  transition-delay: 33.76s;
}
.js-ttl.is-active span:nth-child(845) {
  transition-delay: 33.8s;
}
.js-ttl.is-active span:nth-child(846) {
  transition-delay: 33.84s;
}
.js-ttl.is-active span:nth-child(847) {
  transition-delay: 33.88s;
}
.js-ttl.is-active span:nth-child(848) {
  transition-delay: 33.92s;
}
.js-ttl.is-active span:nth-child(849) {
  transition-delay: 33.96s;
}
.js-ttl.is-active span:nth-child(850) {
  transition-delay: 34s;
}
.js-ttl.is-active span:nth-child(851) {
  transition-delay: 34.04s;
}
.js-ttl.is-active span:nth-child(852) {
  transition-delay: 34.08s;
}
.js-ttl.is-active span:nth-child(853) {
  transition-delay: 34.12s;
}
.js-ttl.is-active span:nth-child(854) {
  transition-delay: 34.16s;
}
.js-ttl.is-active span:nth-child(855) {
  transition-delay: 34.2s;
}
.js-ttl.is-active span:nth-child(856) {
  transition-delay: 34.24s;
}
.js-ttl.is-active span:nth-child(857) {
  transition-delay: 34.28s;
}
.js-ttl.is-active span:nth-child(858) {
  transition-delay: 34.32s;
}
.js-ttl.is-active span:nth-child(859) {
  transition-delay: 34.36s;
}
.js-ttl.is-active span:nth-child(860) {
  transition-delay: 34.4s;
}
.js-ttl.is-active span:nth-child(861) {
  transition-delay: 34.44s;
}
.js-ttl.is-active span:nth-child(862) {
  transition-delay: 34.48s;
}
.js-ttl.is-active span:nth-child(863) {
  transition-delay: 34.52s;
}
.js-ttl.is-active span:nth-child(864) {
  transition-delay: 34.56s;
}
.js-ttl.is-active span:nth-child(865) {
  transition-delay: 34.6s;
}
.js-ttl.is-active span:nth-child(866) {
  transition-delay: 34.64s;
}
.js-ttl.is-active span:nth-child(867) {
  transition-delay: 34.68s;
}
.js-ttl.is-active span:nth-child(868) {
  transition-delay: 34.72s;
}
.js-ttl.is-active span:nth-child(869) {
  transition-delay: 34.76s;
}
.js-ttl.is-active span:nth-child(870) {
  transition-delay: 34.8s;
}
.js-ttl.is-active span:nth-child(871) {
  transition-delay: 34.84s;
}
.js-ttl.is-active span:nth-child(872) {
  transition-delay: 34.88s;
}
.js-ttl.is-active span:nth-child(873) {
  transition-delay: 34.92s;
}
.js-ttl.is-active span:nth-child(874) {
  transition-delay: 34.96s;
}
.js-ttl.is-active span:nth-child(875) {
  transition-delay: 35s;
}
.js-ttl.is-active span:nth-child(876) {
  transition-delay: 35.04s;
}
.js-ttl.is-active span:nth-child(877) {
  transition-delay: 35.08s;
}
.js-ttl.is-active span:nth-child(878) {
  transition-delay: 35.12s;
}
.js-ttl.is-active span:nth-child(879) {
  transition-delay: 35.16s;
}
.js-ttl.is-active span:nth-child(880) {
  transition-delay: 35.2s;
}
.js-ttl.is-active span:nth-child(881) {
  transition-delay: 35.24s;
}
.js-ttl.is-active span:nth-child(882) {
  transition-delay: 35.28s;
}
.js-ttl.is-active span:nth-child(883) {
  transition-delay: 35.32s;
}
.js-ttl.is-active span:nth-child(884) {
  transition-delay: 35.36s;
}
.js-ttl.is-active span:nth-child(885) {
  transition-delay: 35.4s;
}
.js-ttl.is-active span:nth-child(886) {
  transition-delay: 35.44s;
}
.js-ttl.is-active span:nth-child(887) {
  transition-delay: 35.48s;
}
.js-ttl.is-active span:nth-child(888) {
  transition-delay: 35.52s;
}
.js-ttl.is-active span:nth-child(889) {
  transition-delay: 35.56s;
}
.js-ttl.is-active span:nth-child(890) {
  transition-delay: 35.6s;
}
.js-ttl.is-active span:nth-child(891) {
  transition-delay: 35.64s;
}
.js-ttl.is-active span:nth-child(892) {
  transition-delay: 35.68s;
}
.js-ttl.is-active span:nth-child(893) {
  transition-delay: 35.72s;
}
.js-ttl.is-active span:nth-child(894) {
  transition-delay: 35.76s;
}
.js-ttl.is-active span:nth-child(895) {
  transition-delay: 35.8s;
}
.js-ttl.is-active span:nth-child(896) {
  transition-delay: 35.84s;
}
.js-ttl.is-active span:nth-child(897) {
  transition-delay: 35.88s;
}
.js-ttl.is-active span:nth-child(898) {
  transition-delay: 35.92s;
}
.js-ttl.is-active span:nth-child(899) {
  transition-delay: 35.96s;
}
.js-ttl.is-active span:nth-child(900) {
  transition-delay: 36s;
}
.js-ttl.is-active span:nth-child(901) {
  transition-delay: 36.04s;
}
.js-ttl.is-active span:nth-child(902) {
  transition-delay: 36.08s;
}
.js-ttl.is-active span:nth-child(903) {
  transition-delay: 36.12s;
}
.js-ttl.is-active span:nth-child(904) {
  transition-delay: 36.16s;
}
.js-ttl.is-active span:nth-child(905) {
  transition-delay: 36.2s;
}
.js-ttl.is-active span:nth-child(906) {
  transition-delay: 36.24s;
}
.js-ttl.is-active span:nth-child(907) {
  transition-delay: 36.28s;
}
.js-ttl.is-active span:nth-child(908) {
  transition-delay: 36.32s;
}
.js-ttl.is-active span:nth-child(909) {
  transition-delay: 36.36s;
}
.js-ttl.is-active span:nth-child(910) {
  transition-delay: 36.4s;
}
.js-ttl.is-active span:nth-child(911) {
  transition-delay: 36.44s;
}
.js-ttl.is-active span:nth-child(912) {
  transition-delay: 36.48s;
}
.js-ttl.is-active span:nth-child(913) {
  transition-delay: 36.52s;
}
.js-ttl.is-active span:nth-child(914) {
  transition-delay: 36.56s;
}
.js-ttl.is-active span:nth-child(915) {
  transition-delay: 36.6s;
}
.js-ttl.is-active span:nth-child(916) {
  transition-delay: 36.64s;
}
.js-ttl.is-active span:nth-child(917) {
  transition-delay: 36.68s;
}
.js-ttl.is-active span:nth-child(918) {
  transition-delay: 36.72s;
}
.js-ttl.is-active span:nth-child(919) {
  transition-delay: 36.76s;
}
.js-ttl.is-active span:nth-child(920) {
  transition-delay: 36.8s;
}
.js-ttl.is-active span:nth-child(921) {
  transition-delay: 36.84s;
}
.js-ttl.is-active span:nth-child(922) {
  transition-delay: 36.88s;
}
.js-ttl.is-active span:nth-child(923) {
  transition-delay: 36.92s;
}
.js-ttl.is-active span:nth-child(924) {
  transition-delay: 36.96s;
}
.js-ttl.is-active span:nth-child(925) {
  transition-delay: 37s;
}
.js-ttl.is-active span:nth-child(926) {
  transition-delay: 37.04s;
}
.js-ttl.is-active span:nth-child(927) {
  transition-delay: 37.08s;
}
.js-ttl.is-active span:nth-child(928) {
  transition-delay: 37.12s;
}
.js-ttl.is-active span:nth-child(929) {
  transition-delay: 37.16s;
}
.js-ttl.is-active span:nth-child(930) {
  transition-delay: 37.2s;
}
.js-ttl.is-active span:nth-child(931) {
  transition-delay: 37.24s;
}
.js-ttl.is-active span:nth-child(932) {
  transition-delay: 37.28s;
}
.js-ttl.is-active span:nth-child(933) {
  transition-delay: 37.32s;
}
.js-ttl.is-active span:nth-child(934) {
  transition-delay: 37.36s;
}
.js-ttl.is-active span:nth-child(935) {
  transition-delay: 37.4s;
}
.js-ttl.is-active span:nth-child(936) {
  transition-delay: 37.44s;
}
.js-ttl.is-active span:nth-child(937) {
  transition-delay: 37.48s;
}
.js-ttl.is-active span:nth-child(938) {
  transition-delay: 37.52s;
}
.js-ttl.is-active span:nth-child(939) {
  transition-delay: 37.56s;
}
.js-ttl.is-active span:nth-child(940) {
  transition-delay: 37.6s;
}
.js-ttl.is-active span:nth-child(941) {
  transition-delay: 37.64s;
}
.js-ttl.is-active span:nth-child(942) {
  transition-delay: 37.68s;
}
.js-ttl.is-active span:nth-child(943) {
  transition-delay: 37.72s;
}
.js-ttl.is-active span:nth-child(944) {
  transition-delay: 37.76s;
}
.js-ttl.is-active span:nth-child(945) {
  transition-delay: 37.8s;
}
.js-ttl.is-active span:nth-child(946) {
  transition-delay: 37.84s;
}
.js-ttl.is-active span:nth-child(947) {
  transition-delay: 37.88s;
}
.js-ttl.is-active span:nth-child(948) {
  transition-delay: 37.92s;
}
.js-ttl.is-active span:nth-child(949) {
  transition-delay: 37.96s;
}
.js-ttl.is-active span:nth-child(950) {
  transition-delay: 38s;
}
.js-ttl.is-active span:nth-child(951) {
  transition-delay: 38.04s;
}
.js-ttl.is-active span:nth-child(952) {
  transition-delay: 38.08s;
}
.js-ttl.is-active span:nth-child(953) {
  transition-delay: 38.12s;
}
.js-ttl.is-active span:nth-child(954) {
  transition-delay: 38.16s;
}
.js-ttl.is-active span:nth-child(955) {
  transition-delay: 38.2s;
}
.js-ttl.is-active span:nth-child(956) {
  transition-delay: 38.24s;
}
.js-ttl.is-active span:nth-child(957) {
  transition-delay: 38.28s;
}
.js-ttl.is-active span:nth-child(958) {
  transition-delay: 38.32s;
}
.js-ttl.is-active span:nth-child(959) {
  transition-delay: 38.36s;
}
.js-ttl.is-active span:nth-child(960) {
  transition-delay: 38.4s;
}
.js-ttl.is-active span:nth-child(961) {
  transition-delay: 38.44s;
}
.js-ttl.is-active span:nth-child(962) {
  transition-delay: 38.48s;
}
.js-ttl.is-active span:nth-child(963) {
  transition-delay: 38.52s;
}
.js-ttl.is-active span:nth-child(964) {
  transition-delay: 38.56s;
}
.js-ttl.is-active span:nth-child(965) {
  transition-delay: 38.6s;
}
.js-ttl.is-active span:nth-child(966) {
  transition-delay: 38.64s;
}
.js-ttl.is-active span:nth-child(967) {
  transition-delay: 38.68s;
}
.js-ttl.is-active span:nth-child(968) {
  transition-delay: 38.72s;
}
.js-ttl.is-active span:nth-child(969) {
  transition-delay: 38.76s;
}
.js-ttl.is-active span:nth-child(970) {
  transition-delay: 38.8s;
}
.js-ttl.is-active span:nth-child(971) {
  transition-delay: 38.84s;
}
.js-ttl.is-active span:nth-child(972) {
  transition-delay: 38.88s;
}
.js-ttl.is-active span:nth-child(973) {
  transition-delay: 38.92s;
}
.js-ttl.is-active span:nth-child(974) {
  transition-delay: 38.96s;
}
.js-ttl.is-active span:nth-child(975) {
  transition-delay: 39s;
}
.js-ttl.is-active span:nth-child(976) {
  transition-delay: 39.04s;
}
.js-ttl.is-active span:nth-child(977) {
  transition-delay: 39.08s;
}
.js-ttl.is-active span:nth-child(978) {
  transition-delay: 39.12s;
}
.js-ttl.is-active span:nth-child(979) {
  transition-delay: 39.16s;
}
.js-ttl.is-active span:nth-child(980) {
  transition-delay: 39.2s;
}
.js-ttl.is-active span:nth-child(981) {
  transition-delay: 39.24s;
}
.js-ttl.is-active span:nth-child(982) {
  transition-delay: 39.28s;
}
.js-ttl.is-active span:nth-child(983) {
  transition-delay: 39.32s;
}
.js-ttl.is-active span:nth-child(984) {
  transition-delay: 39.36s;
}
.js-ttl.is-active span:nth-child(985) {
  transition-delay: 39.4s;
}
.js-ttl.is-active span:nth-child(986) {
  transition-delay: 39.44s;
}
.js-ttl.is-active span:nth-child(987) {
  transition-delay: 39.48s;
}
.js-ttl.is-active span:nth-child(988) {
  transition-delay: 39.52s;
}
.js-ttl.is-active span:nth-child(989) {
  transition-delay: 39.56s;
}
.js-ttl.is-active span:nth-child(990) {
  transition-delay: 39.6s;
}
.js-ttl.is-active span:nth-child(991) {
  transition-delay: 39.64s;
}
.js-ttl.is-active span:nth-child(992) {
  transition-delay: 39.68s;
}
.js-ttl.is-active span:nth-child(993) {
  transition-delay: 39.72s;
}
.js-ttl.is-active span:nth-child(994) {
  transition-delay: 39.76s;
}
.js-ttl.is-active span:nth-child(995) {
  transition-delay: 39.8s;
}
.js-ttl.is-active span:nth-child(996) {
  transition-delay: 39.84s;
}
.js-ttl.is-active span:nth-child(997) {
  transition-delay: 39.88s;
}
.js-ttl.is-active span:nth-child(998) {
  transition-delay: 39.92s;
}
.js-ttl.is-active span:nth-child(999) {
  transition-delay: 39.96s;
}

.js-bound {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.js-bound.is-active {
  animation: bound 1s cubic-bezier(0.34, 1.56, 0.64, 1.26) forwards;
  opacity: 1;
}

@keyframes bound {
  0% {
    transform: scale(0.9);
  }
  40% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
.l-main {
  position: relative;
  overflow: hidden;
}

/* ---------------------------------------------
  layout
  --------------------------------------------- */
.l-container {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  background-color: #fff;
}
.l-container__bg {
  position: fixed;
  width: 71%;
  max-width: 1128px;
  bottom: 2.8%;
  left: 21.6%;
}

@media screen and (max-width: 900px) {
  .l-container__bg {
    display: none;
  }
}
.l-side__left {
  width: calc((100% - 400px) / 2);
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 20px;
}
.l-side__left__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 100%;
  padding: 70px 0 40px;
}
.l-side__left .main_text {
  max-width: 88px;
  margin-bottom: 60px;
}
.l-side__left__item {
  padding-left: 6vw;
}
.l-side__left__contact {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.8125rem;
  padding: 10px 40px;
  letter-spacing: 0.05em;
  margin-top: 30px;
  border: 1px solid #231815;
  border-radius: 30px;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .l-side__left__contact:hover {
    background-color: #231815;
    color: #fff;
  }
}
.l-side__left__bottom {
  margin-top: auto;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.l-side__left__bottom .text {
  -ms-flex: 1;
      flex: 1;
  font-size: 9px;
  line-height: 1.5;
  color: #1F1715;
}

.l-side__menu {
  margin-bottom: 30px;
}
.l-side__menu li:not(:last-child) {
  margin-bottom: 20px;
}
.l-side__menu a {
  color: #000;
  position: relative;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.07em;
}
.l-side__menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #000;
  -ms-transform: scale(0, 1);
      transform: scale(0, 1);
  -ms-transform-origin: right top;
      transform-origin: right top;
  transition: transform 0.3s;
}
@media (hover: hover) {
  .l-side__menu a:hover::after {
    -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    -ms-transform-origin: left top;
        transform-origin: left top;
  }
}

.l-side__right {
  width: calc((100% - 400px) / 2);
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 3vw 0 0;
}
.l-side__right .text {
  font-size: 0.875rem;
  color: #fff;
}
.l-side__right__wrap {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 60px 0;
}
.l-side__right__links {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.l-side__right__links a {
  color: #000;
  font-size: 0.75rem;
  letter-spacing: 0.07em;
  position: relative;
}
.l-side__right__links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #000;
  -ms-transform: scale(0, 1);
      transform: scale(0, 1);
  -ms-transform-origin: right top;
      transform-origin: right top;
  transition: transform 0.3s;
}
@media (hover: hover) {
  .l-side__right__links a:hover::after {
    -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    -ms-transform-origin: left top;
        transform-origin: left top;
  }
}

.l-main__contents {
  max-width: 390px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.l-main__wrapper {
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .l-side__left__item {
    padding-left: 2vw;
  }
  .l-side__left__bottom {
    margin-top: auto;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 10px;
  }
  .l-side__right {
    padding: 0 16px 0 4.5vw;
  }
  .l-side__menu a {
    font-size: 0.9375rem;
  }
  .l-main__contents::before {
    max-width: 420px;
  }
}
@media screen and (max-width: 900px) {
  .l-side__left {
    display: none;
  }
  .l-side__right {
    display: none;
  }
  .l-main__contents {
    max-width: 100%;
  }
  .l-main__contents::before {
    display: none;
  }
}
/* ---------------------------------------------
  top-loading
  --------------------------------------------- */
.l-loading {
  z-index: 9999;
  display: block;
  width: 100%;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
}
.l-loading .l-loading__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  opacity: 0;
  width: 42%;
  max-width: 280px;
}
.l-loading .l-loading__logo img {
  width: 100%;
}
.l-loading.is-active .l-loading__logo {
  animation: loadingfade 2s ease forwards;
}

@keyframes loadingfade {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ---------------------------------
 mv
 --------------------------------- */
.p-mv {
  position: relative;
  z-index: 2;
  background-color: #B17749;
}
.p-mv__logo {
  position: absolute;
  top: 58%;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  z-index: 1;
  width: 64%;
}
.p-mv img {
  width: 100%;
}

.js-mv {
  -ms-transform: translateY(50px) translateX(-50%);
      transform: translateY(50px) translateX(-50%);
  opacity: 0;
  will-change: opacity, transform;
}
.js-mv.is-active {
  animation: mvText 1s cubic-bezier(0.34, 1.56, 0.64, 1.26) forwards;
}

@keyframes mvText {
  0% {
    transform: translateY(50px) translateX(-50%);
    opacity: 0;
  }
  50% {
    transform: translateY(-4px) translateX(-50%);
    opacity: 1;
  }
  100% {
    transform: translateY(0) translateX(-50%);
    opacity: 1;
  }
}
/* ---------------------------------
 concept
--------------------------------- */
.p-concept {
  padding-top: 34px;
}
.p-concept .c-ttl {
  margin-bottom: 64px;
}
.p-concept__wrap {
  padding: 0 24px 0 40px;
}
.p-concept__img {
  width: 45%;
  margin: 0 auto 60px;
  position: relative;
  left: -2%;
}
.p-concept__text {
  margin-bottom: 60px;
}
.p-concept__text p {
  font-size: 1rem;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  line-height: 1.95;
  font-weight: 400;
}
.p-concept__text .ttl {
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.p-concept__text .ttl:not(:first-of-type) {
  margin-top: 60px;
}
.p-concept .img_block img {
  width: 100%;
}

/* ---------------------------------
 product
--------------------------------- */
.p-product {
  padding-top: 34px;
}
.p-product .c-ttl {
  padding: 0 40px;
  margin-bottom: 30px;
}
.p-product__container {
  background-color: #BC7848;
  padding: 100px 0;
  overflow: hidden;
}
.p-product__block {
  position: relative;
}
.p-product__block .part {
  position: absolute;
}
.p-product__img {
  width: 79.4%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.p-product__img img {
  width: 100%;
}
.p-product__text {
  padding: 0 3rem 0 2.875rem;
  margin-top: 1.25rem;
  position: relative;
  z-index: 5;
}
.p-product__text .ttl {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 8px;
  -webkit-font-smoothing: antialiased;
}
.p-product__text p {
  font-size: 1rem;
  line-height: 1.7;
  font-feature-settings: "palt";
  text-align: justify;
}
.p-product__item:nth-child(1) {
  margin-bottom: 5rem;
}
.p-product__item:nth-child(1) .part01 {
  top: -24%;
  right: 3%;
  width: 50%;
}
.p-product__item:nth-child(1) .part02 {
  top: 25%;
  left: -19%;
  width: 45%;
}
.p-product__item:nth-child(1) .part03 {
  top: 66%;
  left: -4%;
  width: 28%;
  z-index: 4;
}
.p-product__item:nth-child(2) {
  margin-bottom: 3.125rem;
}
.p-product__item:nth-child(2) .part01 {
  top: -18%;
  left: -6%;
  width: 60%;
  z-index: 4;
}
.p-product__item:nth-child(2) .part02 {
  top: 80%;
  right: 5%;
  width: 40%;
  z-index: 4;
}
.p-product__item:nth-child(3) {
  margin-bottom: 5rem;
}
.p-product__item:nth-child(3) .part01 {
  top: -10%;
  right: -12.8%;
  width: 46%;
}
.p-product__item:nth-child(3) .part02 {
  top: 40%;
  left: -16%;
  width: 41%;
  z-index: 4;
}
.p-product__item:nth-child(4) {
  margin-bottom: 4.75rem;
}
.p-product__item:nth-child(4) .part01 {
  top: -14%;
  right: 6%;
  width: 20%;
  z-index: 4;
}
.p-product__item:nth-child(4) .part02 {
  top: 48%;
  left: 1.6%;
  width: 38%;
  z-index: 4;
}
.p-product__item:nth-child(5) {
  margin-bottom: 6.25rem;
}
.p-product__item:nth-child(5) .part01 {
  top: -14%;
  left: 0%;
  width: 38%;
}
.p-product__item:nth-child(5) .part02 {
  top: 58%;
  left: -8%;
  width: 34%;
  z-index: 4;
}
.p-product__item:nth-child(5) .part03 {
  top: 24%;
  right: -24%;
  width: 61%;
}
.p-product__item:nth-child(6) {
  margin-bottom: 6.75rem;
}
.p-product__item:nth-child(6) .part01 {
  top: -7%;
  left: -5%;
  width: 38%;
  z-index: 4;
}
.p-product__item:nth-child(6) .part02 {
  top: -21%;
  right: -6%;
  width: 36%;
}
.p-product__item:nth-child(6) .part03 {
  top: 72%;
  left: 8%;
  width: 24%;
  z-index: 4;
}
.p-product__item:nth-child(7) .part01 {
  top: -24%;
  right: 2%;
  width: 46%;
}
.p-product__item:nth-child(7) .part02 {
  top: -20%;
  left: -12%;
  width: 40%;
}
.p-product__item:nth-child(7) .part03 {
  top: 43%;
  left: -14%;
  width: 40%;
  z-index: 4;
}
.p-product__item:nth-child(7) .part04 {
  top: 72%;
  right: -4%;
  width: 38%;
}

/* ---------------------------------
 menu
--------------------------------- */
.p-menu {
  padding-top: 44px;
}
.p-menu .c-ttl {
  padding: 0 40px;
  margin-bottom: 20px;
}
.p-menu__block {
  position: relative;
}
.p-menu__block:not(:last-of-type) {
  margin-bottom: 2px;
}
.p-menu__block .ttl {
  position: absolute;
  bottom: 20px;
  right: 16px;
  font-size: 0.75rem;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
.p-menu__block:last-of-type .ttl {
  bottom: 16px;
}
.p-menu__block img {
  width: 100%;
}

/* ---------------------------------
 roots
--------------------------------- */
.p-roots {
  padding-top: 2.75rem;
}
.p-roots .c-ttl {
  padding: 0 40px;
  margin-bottom: 20px;
}
.p-roots__block {
  background-color: #F5DFE0;
}
.p-roots__block img {
  width: 100%;
}
.p-roots__text {
  padding: 28px 44px 60px;
}
.p-roots__text p {
  font-size: 1rem;
  line-height: 1.7;
  text-align: justify;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
.p-roots__text .c-btn {
  margin-top: 2.25rem;
  font-size: 1.375rem;
  font-weight: 300;
  letter-spacing: -0.04em;
  padding: 8px 28px;
}

/* ---------------------------------
 online
--------------------------------- */
.p-online {
  padding: 3.75rem 40px;
}
.p-online .c-ttl {
  margin-bottom: 1.25rem;
}
.p-online__img {
  width: 80%;
  margin: 0 auto;
}
.p-online__img img {
  width: 100%;
}
.p-online .c-btn {
  margin-top: 1.875rem;
}