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

@media (max-width: 1080px) {
  html {
    font-size: 16px;
    font-size: 1.4814814815vw;
  }
}
@media (max-width: 767px) and (min-width: 541px) {
  html {
    font-size: 16px;
    font-size: 3.2vw;
  }
}
@media (max-width: 540px) {
  html {
    font-size: 3.8095238095vw;
  }
}
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;
  font-size: max(1rem, 14px);
  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 {
  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;
}

.l-header__inner {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  transition: 0.5s;
  width: calc(100% - 2.5rem);
  max-width: 1240px;
  margin: 0 auto;
  height: 100%;
  padding-left: 6.25rem;
}

.l-header__logo {
  position: relative;
  z-index: 9;
  width: 30%;
  max-width: 12.5rem;
  line-height: 1;
}

.l-header__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex: 1;
      flex: 1;
  gap: 2.125rem;
}

.l-header__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  gap: 2.125rem;
  z-index: 9;
}
.l-header__list li a {
  font-size: 0.9375rem;
  position: relative;
  display: block;
  text-decoration: none;
  height: 100%;
  transition: 0.3s ease;
  font-weight: 600;
  padding: 4px 0;
  color: #b0dcd5;
}
.l-header__list li a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #b0dcd5;
  bottom: 0;
  -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-header__list li a:hover::after {
    -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    -ms-transform-origin: left top;
        transform-origin: left top;
  }
}

.l-header__sns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.5rem;
}
.l-header__sns .item .icon {
  display: block;
}
.l-header__sns .item .icon::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #b0dcd5;
}
.l-header__sns .item.ig .icon::before {
  -webkit-mask-image: url("../img/icon_ig.svg");
          mask-image: url("../img/icon_ig.svg");
}
.l-header__sns .item.x .icon::before {
  -webkit-mask-image: url("../img/icon_x.svg");
          mask-image: url("../img/icon_x.svg");
}
.l-header__sns .item.youtube .icon::before {
  width: 20px;
  height: 15px;
  -webkit-mask-image: url("../img/icon_youtube.svg");
          mask-image: url("../img/icon_youtube.svg");
}

.c-hamburger {
  display: none;
}

@media screen and (max-width: 1280px) {
  .l-header__inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 1160px) {
  .l-header__list {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 992px) {
  .l-header {
    padding: 0;
    height: 84px;
    background: none;
  }
  .l-header__inner {
    padding-left: 0;
  }
  .l-header__logo {
    width: 100%;
    max-width: 272px;
    margin-top: 3.75rem;
  }
  .l-header__logo.u-pc {
    display: none;
  }
  .l-header__logo.u-sp {
    display: block;
  }
  .l-header__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    height: 100%;
  }
  .l-header__nav {
    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: 7.5rem 40px 40px;
    background-color: #b0dcd5;
  }
  .l-header__nav .l-header__list {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 20px;
  }
  .l-header__nav .l-header__list li {
    width: auto;
    text-align: left;
  }
  .l-header__nav .l-header__list li a {
    width: 100%;
    font-size: 1rem;
    line-height: 1.6;
    padding: 0;
    color: #fff;
  }
  .l-header__sns {
    width: 100%;
    max-width: 120px;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .l-header__sns .item .icon::before {
    background-color: #fff;
  }
  .c-hamburger {
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 99999999;
    display: block;
  }
  .c-hamburger span {
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    position: absolute;
    height: 4px;
    background-color: #fff;
    width: 40px;
    left: 4px;
  }
  .c-hamburger span:nth-of-type(1) {
    top: 16px;
  }
  .c-hamburger span:nth-of-type(2) {
    top: 28px;
  }
  .c-hamburger span:nth-of-type(3) {
    top: 40px;
  }
  .c-hamburger.is-active span {
    width: 48px;
    background-color: #fff;
  }
  .c-hamburger.is-active span:nth-of-type(1) {
    -ms-transform: translateY(12px) rotate(-45deg);
        transform: translateY(12px) rotate(-45deg);
  }
  .c-hamburger.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .c-hamburger.is-active span:nth-of-type(3) {
    -ms-transform: translateY(-12px) rotate(45deg);
        transform: translateY(-12px) rotate(45deg);
  }
  .c-hamburger.is-bg span {
    background-color: #b0dcd5;
  }
  .c-hamburger.is-bg.is-active span {
    background-color: #fff;
  }
}
/* —————————————————
  フッター footer
  —————————————————*/
.l-footer {
  padding: 60px 0;
  background-color: #b0dcd5;
}

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

.l-footer__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 20px;
}

.l-footer__logo {
  width: 64%;
  -ms-transform: translateX(-8%);
      transform: translateX(-8%);
}
.l-footer__logo img {
  width: 100%;
}

.l-footer__info {
  width: 36%;
  color: #fff;
  max-width: 320px;
  padding-top: 3.5rem;
}
.l-footer__info .info {
  line-height: 2;
  font-size: 0.875rem;
}

.l-footer__sns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 2.25rem;
  margin-bottom: 16px;
}

.l-footer__links {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #fff;
  line-height: 1.8;
}
.l-footer__links a {
  font-weight: 700;
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 60px 0;
  }
  .l-footer__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer__logo {
    width: 60%;
    -ms-transform: translateX(0);
        transform: translateX(0);
    margin: 0 auto;
  }
  .l-footer__info {
    width: 100%;
    color: #fff;
    max-width: 100%;
    padding-top: 0;
  }
  .l-footer__info .info {
    line-height: 2;
    font-size: 0.875rem;
  }
  .l-footer__sns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 2.25rem;
    margin-bottom: 16px;
  }
  .l-footer__links li:not(:last-child) {
    margin-bottom: 8px;
  }
}
/* -----------------------
 component
 ----------------------- */
.c-ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  color: #ff4647;
  margin-bottom: 30px;
}
.c-ttl .en {
  font-size: 1.6875rem;
  font-weight: 700;
}
.c-ttl .ja {
  font-size: 1rem;
}

.c-ttl-circle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  font-size: 1.1875rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}
.c-ttl-circle span {
  display: inline-block;
  position: relative;
}
.c-ttl-circle::before {
  content: "";
  display: block;
  width: 54px;
  aspect-ratio: 1/1;
  background-color: #a275d7;
  opacity: 0.2;
  border-radius: 50%;
  position: absolute;
  top: -14px;
  left: -28px;
}
.c-ttl-circle::after {
  content: "";
  display: block;
  -ms-flex: 1;
      flex: 1;
  height: 1px;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .c-ttl .en {
    font-size: 1.625rem;
  }
  .c-ttl-circle {
    font-size: 0.875rem;
  }
  .c-ttl-circle::before {
    width: 38px;
    top: -10px;
    left: -18px;
  }
}
.desc {
  text-align: justify;
  font-feature-settings: "palt";
}

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

.u-center {
  text-align: center;
}

.c-img-list {
  display: -ms-flexbox;
  display: flex;
}

.u-center {
  text-align: center;
}

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

@media screen and (max-width: 767px) {
  .l-wrap {
    width: calc(100% - 5rem);
  }
}
section {
  position: relative;
}

.c-btn {
  font-size: 1.4375rem;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  text-align: center;
  gap: 2rem;
  width: 100%;
  max-width: 340px;
  color: #fff;
  background-color: #ff4647;
  border: 2px solid #ff4647;
  border-radius: 50px;
  margin: 30px auto 0;
  padding: 24px;
  transition: 0.3s ease;
}
.c-btn::after {
  content: "";
  display: block;
  width: 42px;
  height: 15px;
  -webkit-mask-image: url("../img/icon_arrow.svg");
          mask-image: url("../img/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .c-btn:hover {
    color: #ff4647;
    background-color: #fff;
  }
  .c-btn:hover::after {
    background-color: #ff4647;
  }
}

@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1.125rem;
    gap: 2rem;
    max-width: 250px;
    margin: 30px auto 0;
    padding: 20px;
  }
  .c-btn::after {
    width: 33px;
    height: 12px;
  }
}
/* -----------------------
 animation
 ----------------------- */
.js-fadeUp {
  -ms-transform: translateY(30px);
      transform: translateY(30px);
  opacity: 0;
  will-change: opacity, transform;
}
.js-fadeUp.is-active {
  animation: fadeUp 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes fadeUp {
  0% {
    transform: translateY(80px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.js-fade {
  opacity: 0;
  will-change: opacity;
}
.js-fade.is-active {
  animation: fade 0.5s 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(100%);
      transform: translateY(100%);
  display: inline-block;
  transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s 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;
}

.l-main {
  position: relative;
  overflow: hidden;
}
.l-main::before, .l-main::after {
  content: "";
  width: 13.75rem;
  height: 110%;
  background: url("../img/bg_side.svg") no-repeat top center/cover;
  position: absolute;
  z-index: 1;
}
.l-main::before {
  top: 0;
  left: -115px;
}
.l-main::after {
  top: 0;
  right: -115px;
}

@media screen and (max-width: 1200px) {
  .l-main {
    position: relative;
    overflow: hidden;
  }
  .l-main::before, .l-main::after {
    content: "";
    width: 5.625rem;
  }
  .l-main::before {
    top: 0;
    left: -2.8125rem;
  }
  .l-main::after {
    top: 0;
    right: -2.8125rem;
  }
}
@media screen and (max-width: 992px) {
  .l-main::before, .l-main::after {
    display: none;
  }
}
/* ---------------------------------
 mv
 --------------------------------- */
.p-mv {
  position: relative;
  background-color: #b0dcd5;
  margin-top: 100px;
  padding-top: 2.5rem;
  overflow: hidden;
  z-index: 2;
}
.p-mv .l-wrap {
  max-width: 900px;
}

.p-mv__text {
  max-width: 800px;
  margin: 40px auto 0;
}

.p-mv__info {
  position: relative;
  margin-top: 30px;
  padding: 50px 20px 20px;
}
.p-mv__info::before {
  content: "";
  background-color: #fff;
  display: block;
  width: 87.5rem;
  height: 75rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.p-mv__info .text {
  position: relative;
  max-width: 430px;
  margin: 0 auto;
}

.p-mv__scroll {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: 0;
  right: 3.75rem;
  color: #fff;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-mv__scroll::before {
  content: "";
  width: 2px;
  height: 100px;
  display: block;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.p-mv__scroll::after {
  content: "";
  width: 2px;
  height: 100px;
  display: block;
  background-color: #ff4647;
  animation: scroll 2s infinite;
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 992px) {
  .p-mv {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding-top: 7.5rem;
  }
  .p-mv__text {
    width: 85%;
    margin: 4px auto 0;
  }
  .p-mv__info {
    position: relative;
    margin-top: 3.5rem;
    padding: 30px 3.75rem 0;
  }
  .p-mv__info::before {
    width: 48.75rem;
    height: 48.75rem;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
  .p-mv__info .text {
    position: relative;
    max-width: 430px;
    margin: 0 auto;
  }
  .p-mv__scroll {
    display: none;
  }
}
/* ---------------------------------
 what
--------------------------------- */
.p-what {
  padding: 5rem 0;
}

.p-what-head {
  margin-bottom: 2.25rem;
}

.p-what__en {
  color: #ff4647;
  font-weight: 800;
  font-size: 3.5rem;
  font-family: "Outfit", serif;
  text-align: center;
}

.p-what__ttl {
  color: #ff4647;
  font-weight: 700;
  font-size: 1.375rem;
  text-align: center;
}

.p-what__lead {
  margin-bottom: 6.25rem;
}
.p-what__lead p {
  line-height: 2.2;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.p-what__lead p:not(:last-child) {
  margin-bottom: 2.25rem;
}

.p-what-img__list {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 6.25rem;
  padding: 0 1.875rem;
}

.p-interview__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px 20px;
  padding-left: 1.875rem;
  padding: 0 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-what {
    padding: 2.5rem 0;
  }
  .p-what-head {
    margin-bottom: 30px;
  }
  .p-what__en {
    font-size: 2.25rem;
    margin-bottom: 5px;
  }
  .p-what__ttl {
    font-size: 1rem;
  }
  .p-what__lead {
    margin-bottom: 40px;
  }
  .p-what__lead p {
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 0.025em;
  }
  .p-what__lead p:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .p-what-img__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 80px;
    padding: 0 10px;
  }
  .p-interview__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 16px 0.75rem;
    padding: 0 0.625rem;
  }
  .p-interview__list li {
    min-width: 5.625rem;
    text-align: center;
    min-height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .p-interview__list li:nth-child(9) {
    max-width: 6.875rem;
  }
}
/* ---------------------------------
 ticket
 --------------------------------- */
.p-ticket {
  background-color: #b0dcd5;
  padding: 6.25rem 0 5rem;
  position: relative;
  z-index: 2;
}

.p-ticket__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 2.5rem;
}
.p-ticket__block .item {
  position: relative;
}
.p-ticket__block .item:first-child {
  width: 64%;
}
.p-ticket__block .item:last-child {
  width: 34%;
}
.p-ticket__block .deco {
  position: absolute;
  max-width: 10.625rem;
  top: -5.75rem;
  left: -6.25rem;
}
.p-ticket__block .ticket-ttl {
  position: relative;
}
.p-ticket__block .place {
  font-family: "Outfit", serif;
  color: #fff;
  font-size: 1.875rem;
  padding: 0 10px;
  margin-top: 5px;
}
.p-ticket__block .price {
  font-size: 1.25rem;
  color: #fff;
  padding: 0 10px;
}
.p-ticket__block .ticket-text {
  color: #ff4647;
  font-weight: 700;
  font-size: 1.25rem;
}
.p-ticket__block .ticket-text span {
  font-size: 1.0625rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-ticket {
    padding: 5.625rem 0 3.75rem;
  }
  .p-ticket__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
  .p-ticket__block .item:first-child {
    width: 100%;
  }
  .p-ticket__block .item:last-child {
    width: 100%;
  }
  .p-ticket__block .deco {
    position: absolute;
    max-width: 6.25rem;
    top: -3.75rem;
    left: -1.25rem;
  }
  .p-ticket__block .place {
    font-size: 1rem;
    text-align: center;
    padding: 0;
    margin-top: 16px;
  }
  .p-ticket__block .price {
    font-size: 1rem;
    text-align: center;
    padding: 0;
    margin-top: 6px;
  }
  .p-ticket__block .ticket-text {
    text-align: center;
  }
}
/* ---------------------------------
 note
 --------------------------------- */
.p-note-block {
  background-color: #ff4647;
  padding: 2.5rem 0 1.875rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.p-note-block .ttl {
  color: #fff;
  font-weight: 700;
  font-size: 1.6875rem;
  margin-bottom: 16px;
}

.p-note__btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 16px;
  margin-top: 16px;
}
.p-note__btn .arrow {
  display: block;
  width: 80px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 2px solid #fff;
  transition: 0.3s ease;
}
.p-note__btn .arrow::before {
  content: "";
  display: block;
  width: 42px;
  height: 15px;
  -webkit-mask-image: url("../img/icon_arrow.svg");
          mask-image: url("../img/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #ff4647;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .p-note__btn:hover {
    opacity: 0.8;
  }
  .p-note__btn:hover .arrow {
    background-color: #ff4647;
  }
  .p-note__btn:hover .arrow::before {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .p-note-block {
    padding: 3.125rem 0;
  }
  .p-note-block .ttl {
    font-size: 1.4375rem;
  }
  .p-note__btn {
    margin: 30px auto 0;
  }
  .p-note__btn .text {
    width: 55%;
  }
  .p-note__btn .arrow {
    width: 54px;
  }
  .p-note__btn .arrow::before {
    width: 30px;
    height: 12px;
  }
}
/* ---------------------------------
 access
 --------------------------------- */
.p-access {
  padding: 6.25rem 0;
}
.p-access .c-ttl {
  margin-bottom: 60px;
}

.p-access__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 2.5rem;
}
.p-access__block .map-block {
  width: 52%;
}
.p-access__block .text-block {
  width: 48%;
}
.p-access__block .place {
  color: #b0dcd5;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1;
  margin-bottom: 20px;
}
.p-access__block .place span {
  font-size: 1.25rem;
  font-weight: 400;
}
.p-access__block address {
  line-height: 2;
  margin-bottom: 20px;
}
.p-access__block .way {
  line-height: 2;
}

.p-access__btn {
  background-color: #b0dcd5;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 80%;
  max-width: 270px;
  padding: 16px;
  border-radius: 16px;
  margin-top: 40px;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .p-access__btn:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .c-bg-sp {
    position: relative;
  }
  .c-bg-sp::before, .c-bg-sp::after {
    content: "";
    display: block;
    width: 100%;
    height: 3.75rem;
    background: url("../img/bg_parts.svg") no-repeat center/cover;
  }
  .c-bg-sp::before {
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-bg-sp::after {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .p-access {
    padding: 7.5rem 0;
  }
  .p-access .c-ttl {
    margin-bottom: 40px;
  }
  .p-access__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.5rem;
  }
  .p-access__block .map-block {
    width: 100%;
  }
  .p-access__block .text-block {
    width: 100%;
  }
  .p-access__block .place {
    font-size: 1.75rem;
    margin-bottom: 40px;
    letter-spacing: 0.02em;
  }
  .p-access__block .place span {
    font-size: 1.25rem;
  }
  .p-access__btn {
    font-size: 1.25rem;
    width: 100%;
    max-width: 375px;
    padding: 20px;
  }
}
/* ---------------------------------
 pick up
 --------------------------------- */
.p-pickup {
  padding: 5rem 0 7.5rem;
  background-color: #b0dcd5;
  position: relative;
  z-index: 2;
}

.p-pickup-ttl {
  font-size: 1.375rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 34px;
}
.p-pickup-ttl::before {
  content: "";
  display: block;
  width: 2px;
  height: 150px;
  background-color: #000;
  position: absolute;
  top: calc(100% + 20px);
  left: 5px;
}

.p-pickup-booth .lead {
  padding: 0 2.5rem;
  margin-bottom: 34px;
}

.p-pickup-area__list {
  padding: 0 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2.5rem;
}

.p-pickup-area__block {
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
.p-pickup-area__block .area-head {
  position: relative;
  text-align: center;
  padding: 60px 20px 30px;
  background-color: #fff;
}
.p-pickup-area__block .area-num {
  font-family: "Outfit", serif;
  font-weight: 700;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 30px;
}
.p-pickup-area__block .area-num .text {
  font-size: 1.5rem;
  border-bottom: 1px solid #ff4647;
  padding-bottom: 2px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
}
.p-pickup-area__block .area-num .num {
  font-size: 2.5rem;
  line-height: 1;
}
.p-pickup-area__block .area-num .deco {
  position: absolute;
  top: 50%;
  right: -80px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.p-pickup-area__block .area-ttl {
  font-size: 1.6875rem;
  font-weight: 700;
}
.p-pickup-area__block .area-body {
  padding: 2.5rem;
  color: #fff;
  text-align: left;
  line-height: 1.9;
  position: relative;
}
.p-pickup-area__block .arrow {
  display: block;
  width: 50px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 2px solid #fff;
  transition: 0.3s ease;
}
.p-pickup-area__block .arrow::before {
  content: "";
  display: block;
  width: 30px;
  height: 12px;
  -webkit-mask-image: url("../img/icon_arrow.svg");
          mask-image: url("../img/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #ff4647;
  transition: 0.3s ease;
}
.p-pickup-area__block:first-child {
  background-color: #ff4647;
}
.p-pickup-area__block:first-child .area-num {
  color: #ff4647;
}
.p-pickup-area__block:first-child .area-num .text {
  border-color: #ff4647;
}
.p-pickup-area__block:first-child .area-ttl {
  color: #ff4647;
}
.p-pickup-area__block:first-child .area-body .arrow {
  margin: 0 0 0 auto;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.p-pickup-area__block:nth-child(2) {
  background-color: #a275d7;
}
.p-pickup-area__block:nth-child(2) .area-num {
  color: #a275d7;
}
.p-pickup-area__block:nth-child(2) .area-num .text {
  border-color: #a275d7;
}
.p-pickup-area__block:nth-child(2) .area-num .deco {
  right: -90px;
}
.p-pickup-area__block:nth-child(2) .area-ttl {
  color: #a275d7;
}
.p-pickup-area__block:nth-child(3) {
  background-color: #5fb979;
}
.p-pickup-area__block:nth-child(3) .area-num {
  color: #5fb979;
}
.p-pickup-area__block:nth-child(3) .area-num .text {
  border-color: #5fb979;
}
.p-pickup-area__block:nth-child(3) .area-num .deco {
  right: -100px;
}
.p-pickup-area__block:nth-child(3) .area-ttl {
  color: #5fb979;
}
.p-pickup-area__block:nth-child(4) {
  background-color: #3d85da;
}
.p-pickup-area__block:nth-child(4) .area-num {
  color: #3d85da;
}
.p-pickup-area__block:nth-child(4) .area-num .text {
  border-color: #3d85da;
}
.p-pickup-area__block:nth-child(4) .area-num .deco {
  right: -110px;
}
.p-pickup-area__block:nth-child(4) .area-ttl {
  color: #3d85da;
}

.p-pickup__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 1.25rem;
  margin-top: 4.375rem;
}
.p-pickup__block .text-block {
  width: 58%;
}
.p-pickup__block .img-block {
  width: 36%;
}
.p-pickup__block .c-btn {
  min-height: 100px;
  padding: 16px 24px 16px 0;
  margin-top: 10px;
}
.p-pickup__block .desc {
  padding-left: 1.875rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.p-pickup__block .desc .color {
  color: #ff4647;
  font-weight: 700;
}
.p-pickup__block .desc .sm {
  font-size: 0.75rem;
  line-height: 1.5;
  display: inline-block;
}
.p-pickup__block:nth-of-type(2) .text-block {
  padding-top: 0.625rem;
}
.p-pickup__block:nth-of-type(3) .img-block {
  margin-top: 60px;
}
.p-pickup__block:nth-of-type(3) .c-btn {
  gap: 3.75rem;
}
.p-pickup__block:nth-of-type(4) .text-block {
  position: relative;
  padding-top: 3.75rem;
}
.p-pickup__block:nth-of-type(4) .text-block .bubble {
  position: absolute;
  top: -20px;
  right: 0;
}
.p-pickup__block:nth-of-type(4) .img-block {
  margin-top: 60px;
}
.p-pickup__block:nth-of-type(5) .img-block {
  margin-top: 60px;
}
.p-pickup__block:nth-of-type(5) .c-btn {
  gap: 3.75rem;
}
.p-pickup__block:nth-of-type(6) {
  margin-top: 7.5rem;
}
.p-pickup__block:nth-of-type(6) .desc:not(:last-child) {
  margin-bottom: 20px;
}
.p-pickup__block:nth-of-type(6) .c-btn {
  font-size: 1.25rem;
  padding: 16px 16px 16px 0;
  gap: 12px;
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .p-pickup .c-ttl {
    margin-bottom: 60px;
  }
  .p-pickup-ttl {
    font-size: 1.375rem;
    margin-bottom: 24px;
    padding-left: 0.375rem;
    letter-spacing: -0.01em;
  }
  .p-pickup-ttl::before {
    width: 100%;
    height: 2px;
    top: 50%;
    right: 101%;
    left: initial;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .p-pickup-booth .lead {
    padding: 0;
    margin-bottom: 34px;
  }
  .p-pickup-area__list {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
  .p-pickup-area__block .area-num {
    margin-bottom: 40px;
  }
  .p-pickup-area__block .area-ttl {
    font-size: 1.375rem;
  }
  .p-pickup-area__block .area-body {
    padding: 16px 24px;
    line-height: 1.85;
  }
  .p-pickup-area__block:first-child .area-body .arrow {
    position: static;
  }
  .p-pickup__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    margin-top: 4.375rem;
  }
  .p-pickup__block .text-block {
    width: 100%;
  }
  .p-pickup__block .img-block {
    width: 100%;
  }
  .p-pickup__block .c-btn {
    min-height: 70px;
    padding: 12px 24px;
    margin-top: 40px;
    font-size: 1rem;
  }
  .p-pickup__block .desc {
    padding-left: 0;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  .p-pickup__block:nth-of-type(2) .text-block {
    padding-top: 0;
  }
  .p-pickup__block:nth-of-type(3) .img-block {
    margin-top: 0;
  }
  .p-pickup__block:nth-of-type(3) .c-btn {
    gap: 3.125rem;
    margin-top: 0;
  }
  .p-pickup__block:nth-of-type(4) .text-block {
    padding-top: 2.5rem;
  }
  .p-pickup__block:nth-of-type(4) .text-block .bubble {
    top: -16px;
    right: 0;
    max-width: 180px;
  }
  .p-pickup__block:nth-of-type(4) .img-block {
    margin-top: 20px;
  }
  .p-pickup__block:nth-of-type(5) {
    margin-top: 30px;
  }
  .p-pickup__block:nth-of-type(5) .img-block {
    margin-top: 0;
  }
  .p-pickup__block:nth-of-type(5) .c-btn {
    gap: 3.75rem;
    margin-top: 0;
  }
  .p-pickup__block:nth-of-type(6) {
    margin-top: 5.625rem;
  }
  .p-pickup__block:nth-of-type(6) .c-btn {
    max-width: 280px;
  }
}
/* ---------------------------------
 floor-map
 --------------------------------- */
.p-floor-map {
  padding: 7.5rem 0;
}

.p-floor-map__block .l-wrap {
  max-width: 940px;
}
.p-floor-map__block .c-ttl {
  margin-bottom: 50px;
}

.p-booth__block {
  margin-top: 10rem;
}
.p-booth__block .l-wrap {
  max-width: 950px;
}
.p-booth__block .c-ttl {
  margin-bottom: 60px;
}

.c-acc__ttl {
  display: none;
}

.p-booth__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.p-booth__list li {
  text-align: center;
  padding: 20px 2rem;
  border-bottom: 1px solid #ffc7c7;
  min-height: 31.875rem;
}
.p-booth__list li:not(:nth-child(3n)) {
  border-right: 1px solid #ffc7c7;
}
.p-booth__list li:nth-last-child(-n+1) {
  border-bottom: none;
  min-height: 28.75rem;
}
.p-booth__list li:nth-child(3n-2) {
  padding-left: 10px;
}
.p-booth__list li:nth-child(3n) {
  padding-right: 10p;
}
.p-booth__list li a {
  display: block;
  max-width: 260px;
  margin: 0 auto;
}
.p-booth__list li .booth-logo {
  min-width: 15.625rem;
  min-height: 110px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 10px;
}
.p-booth__list li .booth-logo.text{
  font-size: 1.5rem;
  font-weight: 500;
}
.p-booth__list li .booth-ttl {
  font-weight: 700;
  font-size: 1.375rem;
  color: #ff4647;
  margin-bottom: 8px;
}
.p-booth__list li .booth-ttl.sm {
  font-size: 1.125rem;
}
.p-booth__list li .booth-company {
  font-weight: 400;
  font-size: 1rem;
  color: #ff4647;
  margin-bottom: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
.p-booth__list li .desc {
  text-align: left;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
}
.p-booth__list li .desc.soon {
  font-size: 1rem;
  color: #c9c9c9;
}
.p-booth__list li.mental .booth-ttl {
  color: #a075d5;
}
.p-booth__list li.mental .booth-company {
  color: #a075d5;
}
.p-booth__list li.life .booth-ttl {
  color: #5fb979;
}
.p-booth__list li.life .booth-company {
  color: #5fb979;
}
.p-booth__list li.empowerment .booth-ttl {
  color: #3d85da;
}
.p-booth__list li.empowerment .booth-company {
  color: #3d85da;
}

@media screen and (max-width: 767px) {
  .c-acc__ttl {
    position: relative;
    transition: 0.3s ease all;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 30px;
    cursor: pointer;
    font-weight: 400;
    padding: 16px;
    background-color: #ffdada;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .c-acc__ttl:before, .c-acc__ttl::after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    transition: 0.3s ease;
    position: absolute;
    top: 50%;
    right: 2.5rem;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .c-acc__ttl::after {
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
  }
  .c-acc__ttl.is-open::after {
    -ms-transform: rotate(0);
        transform: rotate(0);
  }
  .c-acc__body {
    display: none;
    margin: 0;
    padding: 0;
    position: relative;
    font-weight: 600;
    z-index: 1;
  }
  .p-booth__block .c-acc__ttl {
    color: #ff4647;
    background-color: #ffdada;
    border-bottom: 1px solid #ff4647;
  }
  .p-booth__block .c-acc__ttl:before, .p-booth__block .c-acc__ttl::after {
    background-color: #ff4647;
  }
  .p-floor-map {
    padding: 5.625rem 0 3.8125rem;
  }
  .p-floor-map__block {
    padding-bottom: 8.75rem;
    position: relative;
  }
  .p-floor-map__block::after {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    background: url("../img/bg_parts.svg") no-repeat center/cover;
  }
  .p-floor-map__block::after {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .p-floor-map__block .l-wrap {
    width: calc(100% - 3.125rem);
  }
  .p-floor-map__block .c-ttl {
    margin-bottom: 80px;
  }
  .p-booth__block {
    margin-top: 0;
    padding-top: 2.5rem;
  }
  .p-booth__block .l-wrap {
    width: calc(100% - 2.5rem);
  }
  .p-booth__block .c-ttl {
    margin-bottom: 2.5rem;
  }
  .p-booth__list {
    display: block;
  }
  .p-booth__list li {
    padding: 2.5rem 0.3125rem;
    min-height: initial;
  }
  .p-booth__list li:not(:nth-child(3n)) {
    border-right: none;
  }
  .p-booth__list li:nth-last-child(-n+1) {
    border-bottom: none;
    min-height: initial;
  }
  .p-booth__list li:nth-child(3n-2) {
    padding-left: 16px;
  }
  .p-booth__list li:nth-child(3n) {
    padding-right: 16px;
  }
  .p-booth__list li a {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  .p-booth__list li .booth-logo {
    min-width: initial;
    margin-bottom: 10px;
  }
  .p-booth__list li .booth-ttl.sm {
    font-size: 1.125rem;
  }
  .p-booth__list li .desc {
    text-align: left;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
/* ---------------------------------
 talk-sessio
 --------------------------------- */
.p-talk-session {
  padding: 7.5rem 0;
  background-color: #eee6f8;
  position: relative;
  z-index: 2;
}
.p-talk-session .l-wrap {
  max-width: 900px;
}
.p-talk-session .lead {
  text-align: center;
  line-height: 2;
}
.p-talk-session .lead.note {
  color: #ff4647;
  font-size: 0.875rem;
  margin-top: 8px;
  font-weight: 500;
}

.p-talk-session__box {
  border: 1px solid #ff4647;
  background-color: #fff;
  padding: 16px;
  margin-top: 24px;
}
.p-talk-session__box .text {
  text-align: center;
  font-weight: 500;
}
.p-talk-session__box .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 1.25rem;
  font-weight: 600;
  margin-top: 10px;
}
.p-talk-session__box .list .femcare {
  color: #ff4647;
}
.p-talk-session__box .list .mental {
  color: #a075d5;
}
.p-talk-session__box .list .life {
  color: #5fb979;
}
.p-talk-session__box .list .empowerment {
  color: #3d85da;
}

.p-talk-session__schedule {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-talk-session {
    padding: 5rem 0 3.75rem;
  }
  .p-talk-session .lead {
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .p-talk-session .lead.note {
    margin-top: 1.875rem;
  }
  .p-talk-session__box {
    border: none;
    padding: 16px;
    margin-top: 16px;
  }
  .p-talk-session__box .text {
    text-align: left;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 2;
  }
  .p-talk-session__box .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    gap: 4px;
    font-weight: 600;
    margin-top: 16px;
    font-size: 0.875rem;
  }
  .p-talk-session__box .list li {
    width: 100%;
  }
  .p-talk-session__schedule {
    margin-top: 40px;
    width: calc(100% + 4.125rem);
    margin-left: -2.125rem;
  }
}
/* ---------------------------------
 introduction
 --------------------------------- */
.p-introduction {
  padding: 7.5rem 0;
}
.p-introduction .l-wrap {
  max-width: 1000px;
}
.p-introduction .c-ttl {
  margin-bottom: 60px;
}

.p-introduction__schedule {
  position: relative;
  background-color: #eee6f8;
  padding: 3.75rem 3.125rem 1.875rem;
}
.p-introduction__schedule::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #ff4647;
  position: absolute;
  top: 0;
  left: 0;
}
.p-introduction__schedule:not(:last-child) {
  margin-bottom: 7.5rem;
}

.p-introduction__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding: 0 1.25rem;
  margin-top: 1.875rem;
}

.p-introduction__block {
  width: calc(50% - 10px);
  background-color: #fff;
  min-height: 33.75rem;
}
.p-introduction__block.long {
  min-height: 40.625rem;
}
.p-introduction__block .intro-head {
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.p-introduction__block .intro-head .num {
  background-color: #000;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  padding: 2px 8px;
}
.p-introduction__block .intro-head .wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1;
      flex: 1;
  padding: 2px 20px 2px 10px;
  color: #fff;
}
.p-introduction__block .intro-head .time {
  font-size: 1.25rem;
  font-weight: 700;
}
.p-introduction__block .intro-head .category {
  font-size: 0.9375rem;
}
.p-introduction__block .intro-body {
  padding: 10px 16px;
}
.p-introduction__block .intro-ttl {
  min-height: 60px;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.p-introduction__block .speaker-list {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.p-introduction__block .speaker-list li {
  max-width: 100px;
}
.p-introduction__block .speaker-list-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 0.875rem;
  min-height: 40px;
  margin-bottom: 20px;
}
.p-introduction__block .speaker-list-text.mb0 {
  margin-bottom: 0;
}
.p-introduction__block .desc {
  font-size: 0.875rem;
  line-height: 1.9;
  font-weight: 500;
}
.p-introduction__block .logo {
  text-align: right;
}
.p-introduction__block .mt-10 {
  margin-top: 10px;
}
.p-introduction__block .soon-text {
  margin-top: 8.75rem;
  font-size: 0.875rem;
}
.p-introduction__block.femcare .wrap {
  background-color: #ff4647;
}
.p-introduction__block.femcare .intro-ttl {
  color: #ff4647;
}
.p-introduction__block.mental .wrap {
  background-color: #a075d5;
}
.p-introduction__block.mental .intro-ttl {
  color: #a075d5;
}
.p-introduction__block.life .wrap {
  background-color: #5fb979;
}
.p-introduction__block.life .intro-ttl {
  color: #5fb979;
}
.p-introduction__block.empowerment .wrap {
  background-color: #3d85da;
}
.p-introduction__block.empowerment .intro-ttl {
  color: #3d85da;
}
.p-introduction__block.soon .wrap {
  background-color: #b0dcd5;
}
.p-introduction__block.soon .intro-ttl {
  color: #b0dcd5;
}
.p-introduction__block.contest-block {
  width: 100%;
}
.p-introduction__block.contest-block .c-fBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 20px;
}
.p-introduction__block.contest-block .intro-ttl {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-introduction__block.contest-block .c-btn {
  max-width: 260px;
  margin-top: 0;
  margin-right: 0;
  font-size: 1.125rem;
  padding: 24px 16px;
}
.p-introduction__block.contest-block figure {
  max-width: 450px;
  margin: 0 auto;
}
.p-introduction__block.contest-block .intro-body {
  padding: 16px;
}
.p-introduction__block.contest-block .speaker-list {
  max-width: 585px;
  margin: 16px auto;
}
.p-introduction__block.contest-block .about-lab {
  margin-top: 20px;
  background-color: rgba(252, 245, 91, 0.17);
  padding: 24px;
  width: calc(100% + 32px);
  margin-left: -16px;
}
.p-introduction__block.contest-block .about-lab .ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  font-weight: 700;
  margin-bottom: 10px;
}
.p-introduction__block.contest-block .about-lab .block-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.875rem;
}
.p-introduction__block.contest-block .about-lab .block-wrap .logo {
  width: 180px;
}
.p-introduction__block.contest-block .about-lab .block-wrap .desc {
  -ms-flex: 1;
      flex: 1;
  letter-spacing: 0.05em;
}
.p-introduction__block.contest-block .logo {
  margin-right: 20px;
}

.p-introduction-list {
  padding-left: 1.875rem;
  margin-bottom: 60px;
}
.p-introduction-list .c-ttl-circle .deco {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.p-introduction-list .c-list-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px 18px;
  padding: 0;
}

.p-introduction-list .c-list-logo li {
  min-width: 3.75rem;
  min-height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-introduction-list .p-supporters__list {
  padding: 0 1.25rem;
}

.p-introduction-list .p-supporters__list li {
  min-width: 5rem;
}
.p-introduction-list .p-supporters__list li.text{
  font-size: 1.25rem;
}

.p-introduction-list .p-media__list {
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .p-introduction {
    padding: 7.5rem 0;
  }
  .p-introduction .l-wrap {
    width: 100%;
  }
  .p-introduction__schedule {
    padding: 3.75rem 1.5rem 0;
  }
  .p-introduction__schedule::before {
    display: none;
  }
  .p-introduction__schedule:not(:last-child) {
    margin-bottom: 0;
  }
  .p-introduction__schedule.schedule-3-9 {
    margin-bottom: 5rem;
  }
  .p-introduction__schedule.schedule-3-9 .c-acc__body {
    padding-bottom: 5.625rem;
  }
  .p-introduction__schedule .c-acc__ttl {
    background-color: #fff;
    border-bottom: 1px solid #a275d7;
    color: #a275d7;
    margin-top: 20px;
  }
  .p-introduction__schedule .c-acc__ttl:before, .p-introduction__schedule .c-acc__ttl::after {
    background-color: #a275d7;
  }
  .p-introduction__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    margin-top: 1.875rem;
  }
  .p-introduction__block {
    width: 100%;
    min-height: initial;
  }
  .p-introduction__block.long {
    min-height: initial;
  }
  .p-introduction__block .intro-head {
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
  }
  .p-introduction__block .intro-head .category {
    font-size: 0.75rem;
  }
  .p-introduction__block .intro-ttl {
    min-height: initial;
    margin-bottom: 1.875rem;
  }
  .p-introduction__block .speaker-list {
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    padding: 0 1.25rem;
    margin-bottom: 20px;
  }
  .p-introduction__block .speaker-list li {
    max-width: 90px;
  }
  .p-introduction__block .speaker-list.sp-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .p-introduction__block .speaker-list.sp-wrap li {
    width: calc(33.3333333333% - 10px);
  }
  .p-introduction__block .speaker-list-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 1rem;
    min-height: 40px;
    margin-bottom: 24px;
  }
  .p-introduction__block .speaker-list-text.mb0 {
    margin-bottom: 0;
  }
  .p-introduction__block .desc {
    font-size: 1rem;
    line-height: 2;
  }
  .p-introduction__block .soon-text {
    margin-top: 0;
    margin-bottom: 3.75rem;
    font-size: 0.875rem;
  }
  .p-introduction__block.contest-block {
    width: 100%;
  }
  .p-introduction__block.contest-block .c-fBox {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 50px;
    gap: 20px;
  }
  .p-introduction__block.contest-block .intro-ttl {
    font-size: 1.5625rem;
  }
  .p-introduction__block.contest-block .c-btn {
    max-width: 240px;
    margin-top: 0;
    margin-right: auto;
    font-size: 1rem;
    padding: 20px 16px;
  }
  .p-introduction__block.contest-block .speaker-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .p-introduction__block.contest-block .speaker-list li {
    width: calc(33.3333333333% - 10px);
  }
  .p-introduction__block.contest-block .about-lab {
    margin-top: 20px;
    background-color: rgba(252, 245, 91, 0.17);
    padding: 24px;
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .p-introduction__block.contest-block .about-lab .ttl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 10px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .p-introduction__block.contest-block .about-lab .block-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.875rem;
  }
  .p-introduction__block.contest-block .about-lab .block-wrap .logo {
    width: 160px;
    margin: 0 0 0 auto;
  }
  .p-introduction__block.contest-block .about-lab .block-wrap .desc {
    -ms-flex: initial;
        flex: initial;
    width: 100%;
  }
  .p-introduction-list {
    padding-left: 0;
    width: calc(100% - 3.75rem);
    margin: 0 auto 60px;
  }
  .p-introduction-list .c-ttl-circle {
    font-size: 1.1875rem;
  }
  .p-introduction-list .c-ttl-circle .deco {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .p-introduction-list .c-list-logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px 10px;
    padding: 0;
  }

  .p-introduction-list .c-list-logo li {
    min-width: 3.75rem;
    width: calc(25% - 0.625rem);
  }

  .p-introduction-list .c-list-logo li.wide {
    width: 55%;
  }

  .p-introduction-list .p-supporters__list li {
    width: 44%;
  }

  .p-introduction-list .p-supporters__list li.wide {
    width: 52%;
  }

  .p-introduction-list .p-media__list li {
    width: calc(50% - 5px);
  }

  .p-introduction-list .p-media__list li:nth-last-child(-n+3) {
    width: 30%;
  }
}
/* ---------------------------------
 information
 --------------------------------- */
.p-information {
  background-color: #b0dcd5;
  padding: 3.75rem 0;
  position: relative;
  z-index: 2;
}
.p-information .lead {
  text-align: center;
  line-height: 2;
}
.p-information .c-btn {
  max-width: 500px;
  height: 130px;
  border-radius: 80px;
  font-size: 1.4375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}
.p-information .c-btn::after {
  width: 56px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-information {
    padding: 5rem 0;
  }
  .p-information .lead {
    text-align: left;
    line-height: 1.9;
  }
  .p-information .c-btn {
    max-width: 250px;
    height: 70px;
    border-radius: 80px;
    font-size: 1rem;
    position: relative;
    margin-top: 40px;
  }
  .p-information .c-btn::after {
    width: 40px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
}
/* ---------------------------------
 message
 --------------------------------- */
.p-message {
  padding: 7.5rem 0;
}
.p-message .c-ttl {
  margin-bottom: 60px;
}

.p-message__block {
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
.p-message__block .prof-block {
  width: 32%;
}
.p-message__block .prof-block .c-fBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 16px;
}
.p-message__block .prof-block .c-fBox .organizer {
  font-size: 0.875rem;
}
.p-message__block .prof-block .c-fBox .name {
  font-weight: 700;
  font-size: 1.0625rem;
}
.p-message__block .prof-block .pos {
  margin-top: 16px;
  font-size: 0.875rem;
}
.p-message__block .prof-block .desc {
  margin-top: 16px;
  font-size: 0.875rem;
}
.p-message__block .prof-block .business-card {
  color: #a275d7;
  font-size: 0.875rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  margin-top: 16px;
  font-weight: 500;
}
.p-message__block .text-block {
  width: 64%;
}
.p-message__block .text-block p {
  line-height: 2;
  text-align: justify;
}
.p-message__block .text-block p:not(:last-child) {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-message {
    padding: 7.5rem 0;
  }
  .p-message .c-ttl {
    margin-bottom: 60px;
  }
  .p-message__block {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    gap: 5rem;
  }
  .p-message__block .prof-block {
    width: 100%;
  }
  .p-message__block .prof-block figure {
    width: 78%;
    margin: 0 auto;
  }
  .p-message__block .prof-block .c-fBox {
    margin-top: 36px;
  }
  .p-message__block .prof-block .c-fBox .name {
    font-size: 1rem;
  }
  .p-message__block .prof-block .desc {
    margin-top: 24px;
  }
  .p-message__block .text-block {
    width: 100%;
  }
  .p-message__block .text-block p {
    line-height: 1.8;
    text-align: justify;
    letter-spacing: 0.02em;
  }
  .p-message__block .text-block p:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}