@charset "UTF-8";
/* ---------------------------------------------
  bosco-wedding
  --------------------------------------------- */
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.45;
  color: #333;
  font-weight: 400;
  letter-spacing: 0;
  font-feature-settings: initial;
}
body.no_scroll {
  overflow: hidden;
  position: relative;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Noto Sans JP", sans-serif;
}

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

.pc-layer{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  
}
.pc-layer .en{
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
}

.link-btn .link-list a{
  color: #598070;
  letter-spacing: 0.12em;
}


.btn-squ a{
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.12em;
}

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

.en {
  font-family: "Manrope", sans-serif;
}

.u-tb {
  display: none;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 992px) {
  .u-tb {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
  a {
    font-size: 0.875rem;
  }
  p {
    font-size: 0.875rem;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
.page-header {
  height: 800px;
}

.l-wrapper {
  overflow: hidden;
}

/* ---------------------------------------------
  header
  --------------------------------------------- */
#sp-content {
  top: 0;
  border-radius: 0;
}

#header {
  display: none;
}

.l-header {
  width: 100%;
  margin: 0 auto;
  transition: 0.3s ease all;
  position: fixed;
  top: 0;
  right: 10.5%;
  z-index: 999;
  max-width: 48rem;
}
@media (max-width: 1400px) and (max-width: 1024px) and (max-width: 840px) and (max-width: 767px) {
  .l-header {
    right: 0;
    margin: 0 auto;
  }
}
.l-header__inner {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transition: 0.5s;
  height: 100%;
  padding: 1.4rem;
  gap: 14px;
}
.l-header__logo {
  position: relative;
  width: 134px;
  z-index: 9999;
}
.l-header__logo a {
  display: inline-block;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
.l-header__tel {
  margin-left: auto;
}
.l-header__container {
  z-index: 9999;
  width: 74%;
  max-width: 266px;
  height: 100%;
  background-color: #9D887D;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  right: 10.5%;
  padding: 50px 20px;
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__container {
    display: block;
    right: 0;
    -ms-transform: translateX(100%);
        transform: translateX(100%);
    transition: 0.5s ease;
  }
}
@media screen and (max-width: 767px) {
  .l-header__container.is-active {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
}
.l-header__container__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 60px;
  position: relative;
}
.l-header__nav {
  width: 100%;
  padding: 0 5px;
}
.l-header__list {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 2.375rem;
  position: relative;
  z-index: 9;
  height: 100%;
  padding: 1.75rem 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  height: auto;
  padding: 0;
  gap: 36px;
}
.l-header__list li {
  position: relative;
  width: 100%;
}
.l-header__list li > a {
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.l-header__list li > a:hover {
  color: #EEE4D4;
}
.l-header__list li .en {
  font-family: "Manrope", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}
.l-header__list li .ja {
  font-size: 1.2rem;
  font-weight: 400;
}
.l-header__contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  gap: 10px;
  margin-left: 0.75rem;
  width: 100%;
  margin-top: 60px;
  padding-top: 32px;
}

.c-hamburger {
  display: inline-block;
  transition: all 0.2s;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  z-index: 9999;
  display: block;
  position: relative;
  margin-right: 2px;
}
.c-hamburger span {
  display: inline-block;
  transition: all 0.2s;
  box-sizing: border-box;
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #9D887D;
  left: 2.5px;
}
.c-hamburger span:nth-of-type(1) {
  top: 6px;
}
.c-hamburger span:nth-of-type(2) {
  top: 13px;
}
.c-hamburger span:nth-of-type(3) {
  top: 20px;
}
.c-hamburger.is-active span {
  background-color: #fff;
}
.c-hamburger.is-active span:nth-of-type(1) {
  -ms-transform: translateY(7px) rotate(-45deg);
      transform: translateY(7px) 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(-7px) rotate(45deg);
      transform: translateY(-7px) rotate(45deg);
}

.l-fixed {
  position: fixed;
  bottom: 10%;
  right: 0;
  right: 10.5%;
  z-index: 99999;
  max-width: 48rem;
}
@media (max-width: 1400px) and (max-width: 1024px) and (max-width: 840px) and (max-width: 767px) {
  .l-fixed {
    right: 0;
    margin: 0 auto;
  }
}
.l-fixed a {
  width: 194px;
  border: 1px solid #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1px;
  line-height: 1.1;
  color: #fff;
  background-color: #333333;
  padding: 12px 10px;
}
.l-fixed a .en {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.02em;
}
.l-fixed a .ja {
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.05em;
}

/* -----------------------------------
  animation
  -----------------------------------*/
.js-mv-text {
  -ms-transform: translateY(15px);
      transform: translateY(15px);
  opacity: 0;
  transition: 0.8s ease;
}
.js-mv-text.is-active {
  -ms-transform: translateY(0);
      transform: translateY(0);
  opacity: 1;
}

.js-fadein {
  -ms-transform: translateY(15px);
      transform: translateY(15px);
  opacity: 0;
  transition: 0.8s ease;
}
.js-fadein.is-active {
  -ms-transform: translateY(0);
      transform: translateY(0);
  opacity: 1;
}

.js-clipLeft {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease;
}
.js-clipLeft.is-active {
  clip-path: inset(0);
}

.js-clipright {
  clip-path: inset(0 0 0 100%);
  transition: clip-path 1s ease;
}
.js-clipright.is-active {
  clip-path: inset(0);
}

.js-clipup {
  clip-path: inset(100% 0 0 0);
  transition: clip-path 1s ease;
}
.js-clipup.is-active {
  clip-path: inset(0);
}

.fadeUp {
  overflow: hidden;
}
.fadeUp img {
  display: inline-block;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  transition: 0.8s cubic-bezier(0.01, 0.68, 0.38, 0.99);
}
.fadeUp.is-active img {
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.scalein {
  -ms-transform: scale(0);
      transform: scale(0);
  transition: 0.6s cubic-bezier(0.01, 0.68, 0.38, 0.99);
}
.scalein.is-active {
  -ms-transform: scale(1);
      transform: scale(1);
}

.anim-kaku {
  animation: kaku 1.6s steps(2) infinite;
}

@keyframes kaku {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(8deg);
  }
}
.anim-round {
  animation: round 20s linear infinite;
}

@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ---------------------------------------------
  top-loading
  --------------------------------------------- */
.l-loading {
  z-index: 99999;
  display: block;
  width: 100%;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #9D887D;
}
.l-loading__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 392px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-loading__logo {
    width: 236px;
  }
}
.l-loading__logo__mark {
  width: 92px;
  opacity: 0;
  transition: 0.5s ease;
}
@media screen and (max-width: 767px) {
  .l-loading__logo__mark {
    width: 52px;
  }
}
.l-loading__logo__text {
  font-family: "Manrope", sans-serif;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #fff;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .l-loading__logo__text {
    font-size: 22px;
  }
}
.l-loading__logo__text span {
  display: inline-block;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .l-loading__logo__text span img {
    -ms-transform: scale(0.8);
        transform: scale(0.8);
  }
}
.l-loading.is-active .l-loading__logo__mark {
  opacity: 1;
}
.l-loading.is-active .l-loading__logo__text {
  opacity: 1;
}
.l-loading.is-active .l-loading__logo__text span {
  animation: TextfadeIn 0.8s both;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(1) {
  animation-delay: 0.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(2) {
  animation-delay: 0.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(3) {
  animation-delay: 0.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(4) {
  animation-delay: 0.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(5) {
  animation-delay: 0.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(6) {
  animation-delay: 0.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(7) {
  animation-delay: 0.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(8) {
  animation-delay: 0.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(9) {
  animation-delay: 0.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(10) {
  animation-delay: 1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(11) {
  animation-delay: 1.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(12) {
  animation-delay: 1.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(13) {
  animation-delay: 1.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(14) {
  animation-delay: 1.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(15) {
  animation-delay: 1.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(16) {
  animation-delay: 1.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(17) {
  animation-delay: 1.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(18) {
  animation-delay: 1.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(19) {
  animation-delay: 1.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(20) {
  animation-delay: 2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(21) {
  animation-delay: 2.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(22) {
  animation-delay: 2.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(23) {
  animation-delay: 2.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(24) {
  animation-delay: 2.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(25) {
  animation-delay: 2.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(26) {
  animation-delay: 2.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(27) {
  animation-delay: 2.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(28) {
  animation-delay: 2.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(29) {
  animation-delay: 2.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(30) {
  animation-delay: 3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(31) {
  animation-delay: 3.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(32) {
  animation-delay: 3.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(33) {
  animation-delay: 3.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(34) {
  animation-delay: 3.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(35) {
  animation-delay: 3.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(36) {
  animation-delay: 3.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(37) {
  animation-delay: 3.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(38) {
  animation-delay: 3.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(39) {
  animation-delay: 3.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(40) {
  animation-delay: 4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(41) {
  animation-delay: 4.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(42) {
  animation-delay: 4.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(43) {
  animation-delay: 4.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(44) {
  animation-delay: 4.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(45) {
  animation-delay: 4.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(46) {
  animation-delay: 4.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(47) {
  animation-delay: 4.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(48) {
  animation-delay: 4.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(49) {
  animation-delay: 4.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(50) {
  animation-delay: 5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(51) {
  animation-delay: 5.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(52) {
  animation-delay: 5.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(53) {
  animation-delay: 5.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(54) {
  animation-delay: 5.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(55) {
  animation-delay: 5.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(56) {
  animation-delay: 5.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(57) {
  animation-delay: 5.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(58) {
  animation-delay: 5.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(59) {
  animation-delay: 5.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(60) {
  animation-delay: 6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(61) {
  animation-delay: 6.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(62) {
  animation-delay: 6.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(63) {
  animation-delay: 6.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(64) {
  animation-delay: 6.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(65) {
  animation-delay: 6.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(66) {
  animation-delay: 6.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(67) {
  animation-delay: 6.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(68) {
  animation-delay: 6.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(69) {
  animation-delay: 6.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(70) {
  animation-delay: 7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(71) {
  animation-delay: 7.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(72) {
  animation-delay: 7.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(73) {
  animation-delay: 7.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(74) {
  animation-delay: 7.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(75) {
  animation-delay: 7.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(76) {
  animation-delay: 7.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(77) {
  animation-delay: 7.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(78) {
  animation-delay: 7.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(79) {
  animation-delay: 7.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(80) {
  animation-delay: 8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(81) {
  animation-delay: 8.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(82) {
  animation-delay: 8.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(83) {
  animation-delay: 8.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(84) {
  animation-delay: 8.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(85) {
  animation-delay: 8.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(86) {
  animation-delay: 8.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(87) {
  animation-delay: 8.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(88) {
  animation-delay: 8.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(89) {
  animation-delay: 8.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(90) {
  animation-delay: 9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(91) {
  animation-delay: 9.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(92) {
  animation-delay: 9.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(93) {
  animation-delay: 9.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(94) {
  animation-delay: 9.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(95) {
  animation-delay: 9.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(96) {
  animation-delay: 9.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(97) {
  animation-delay: 9.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(98) {
  animation-delay: 9.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(99) {
  animation-delay: 9.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(100) {
  animation-delay: 10s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(101) {
  animation-delay: 10.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(102) {
  animation-delay: 10.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(103) {
  animation-delay: 10.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(104) {
  animation-delay: 10.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(105) {
  animation-delay: 10.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(106) {
  animation-delay: 10.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(107) {
  animation-delay: 10.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(108) {
  animation-delay: 10.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(109) {
  animation-delay: 10.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(110) {
  animation-delay: 11s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(111) {
  animation-delay: 11.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(112) {
  animation-delay: 11.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(113) {
  animation-delay: 11.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(114) {
  animation-delay: 11.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(115) {
  animation-delay: 11.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(116) {
  animation-delay: 11.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(117) {
  animation-delay: 11.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(118) {
  animation-delay: 11.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(119) {
  animation-delay: 11.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(120) {
  animation-delay: 12s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(121) {
  animation-delay: 12.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(122) {
  animation-delay: 12.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(123) {
  animation-delay: 12.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(124) {
  animation-delay: 12.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(125) {
  animation-delay: 12.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(126) {
  animation-delay: 12.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(127) {
  animation-delay: 12.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(128) {
  animation-delay: 12.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(129) {
  animation-delay: 12.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(130) {
  animation-delay: 13s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(131) {
  animation-delay: 13.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(132) {
  animation-delay: 13.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(133) {
  animation-delay: 13.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(134) {
  animation-delay: 13.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(135) {
  animation-delay: 13.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(136) {
  animation-delay: 13.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(137) {
  animation-delay: 13.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(138) {
  animation-delay: 13.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(139) {
  animation-delay: 13.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(140) {
  animation-delay: 14s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(141) {
  animation-delay: 14.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(142) {
  animation-delay: 14.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(143) {
  animation-delay: 14.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(144) {
  animation-delay: 14.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(145) {
  animation-delay: 14.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(146) {
  animation-delay: 14.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(147) {
  animation-delay: 14.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(148) {
  animation-delay: 14.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(149) {
  animation-delay: 14.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(150) {
  animation-delay: 15s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(151) {
  animation-delay: 15.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(152) {
  animation-delay: 15.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(153) {
  animation-delay: 15.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(154) {
  animation-delay: 15.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(155) {
  animation-delay: 15.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(156) {
  animation-delay: 15.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(157) {
  animation-delay: 15.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(158) {
  animation-delay: 15.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(159) {
  animation-delay: 15.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(160) {
  animation-delay: 16s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(161) {
  animation-delay: 16.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(162) {
  animation-delay: 16.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(163) {
  animation-delay: 16.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(164) {
  animation-delay: 16.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(165) {
  animation-delay: 16.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(166) {
  animation-delay: 16.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(167) {
  animation-delay: 16.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(168) {
  animation-delay: 16.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(169) {
  animation-delay: 16.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(170) {
  animation-delay: 17s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(171) {
  animation-delay: 17.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(172) {
  animation-delay: 17.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(173) {
  animation-delay: 17.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(174) {
  animation-delay: 17.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(175) {
  animation-delay: 17.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(176) {
  animation-delay: 17.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(177) {
  animation-delay: 17.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(178) {
  animation-delay: 17.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(179) {
  animation-delay: 17.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(180) {
  animation-delay: 18s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(181) {
  animation-delay: 18.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(182) {
  animation-delay: 18.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(183) {
  animation-delay: 18.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(184) {
  animation-delay: 18.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(185) {
  animation-delay: 18.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(186) {
  animation-delay: 18.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(187) {
  animation-delay: 18.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(188) {
  animation-delay: 18.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(189) {
  animation-delay: 18.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(190) {
  animation-delay: 19s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(191) {
  animation-delay: 19.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(192) {
  animation-delay: 19.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(193) {
  animation-delay: 19.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(194) {
  animation-delay: 19.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(195) {
  animation-delay: 19.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(196) {
  animation-delay: 19.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(197) {
  animation-delay: 19.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(198) {
  animation-delay: 19.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(199) {
  animation-delay: 19.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(200) {
  animation-delay: 20s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(201) {
  animation-delay: 20.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(202) {
  animation-delay: 20.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(203) {
  animation-delay: 20.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(204) {
  animation-delay: 20.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(205) {
  animation-delay: 20.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(206) {
  animation-delay: 20.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(207) {
  animation-delay: 20.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(208) {
  animation-delay: 20.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(209) {
  animation-delay: 20.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(210) {
  animation-delay: 21s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(211) {
  animation-delay: 21.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(212) {
  animation-delay: 21.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(213) {
  animation-delay: 21.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(214) {
  animation-delay: 21.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(215) {
  animation-delay: 21.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(216) {
  animation-delay: 21.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(217) {
  animation-delay: 21.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(218) {
  animation-delay: 21.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(219) {
  animation-delay: 21.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(220) {
  animation-delay: 22s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(221) {
  animation-delay: 22.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(222) {
  animation-delay: 22.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(223) {
  animation-delay: 22.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(224) {
  animation-delay: 22.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(225) {
  animation-delay: 22.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(226) {
  animation-delay: 22.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(227) {
  animation-delay: 22.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(228) {
  animation-delay: 22.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(229) {
  animation-delay: 22.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(230) {
  animation-delay: 23s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(231) {
  animation-delay: 23.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(232) {
  animation-delay: 23.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(233) {
  animation-delay: 23.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(234) {
  animation-delay: 23.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(235) {
  animation-delay: 23.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(236) {
  animation-delay: 23.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(237) {
  animation-delay: 23.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(238) {
  animation-delay: 23.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(239) {
  animation-delay: 23.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(240) {
  animation-delay: 24s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(241) {
  animation-delay: 24.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(242) {
  animation-delay: 24.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(243) {
  animation-delay: 24.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(244) {
  animation-delay: 24.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(245) {
  animation-delay: 24.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(246) {
  animation-delay: 24.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(247) {
  animation-delay: 24.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(248) {
  animation-delay: 24.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(249) {
  animation-delay: 24.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(250) {
  animation-delay: 25s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(251) {
  animation-delay: 25.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(252) {
  animation-delay: 25.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(253) {
  animation-delay: 25.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(254) {
  animation-delay: 25.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(255) {
  animation-delay: 25.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(256) {
  animation-delay: 25.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(257) {
  animation-delay: 25.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(258) {
  animation-delay: 25.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(259) {
  animation-delay: 25.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(260) {
  animation-delay: 26s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(261) {
  animation-delay: 26.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(262) {
  animation-delay: 26.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(263) {
  animation-delay: 26.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(264) {
  animation-delay: 26.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(265) {
  animation-delay: 26.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(266) {
  animation-delay: 26.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(267) {
  animation-delay: 26.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(268) {
  animation-delay: 26.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(269) {
  animation-delay: 26.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(270) {
  animation-delay: 27s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(271) {
  animation-delay: 27.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(272) {
  animation-delay: 27.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(273) {
  animation-delay: 27.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(274) {
  animation-delay: 27.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(275) {
  animation-delay: 27.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(276) {
  animation-delay: 27.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(277) {
  animation-delay: 27.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(278) {
  animation-delay: 27.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(279) {
  animation-delay: 27.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(280) {
  animation-delay: 28s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(281) {
  animation-delay: 28.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(282) {
  animation-delay: 28.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(283) {
  animation-delay: 28.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(284) {
  animation-delay: 28.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(285) {
  animation-delay: 28.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(286) {
  animation-delay: 28.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(287) {
  animation-delay: 28.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(288) {
  animation-delay: 28.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(289) {
  animation-delay: 28.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(290) {
  animation-delay: 29s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(291) {
  animation-delay: 29.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(292) {
  animation-delay: 29.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(293) {
  animation-delay: 29.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(294) {
  animation-delay: 29.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(295) {
  animation-delay: 29.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(296) {
  animation-delay: 29.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(297) {
  animation-delay: 29.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(298) {
  animation-delay: 29.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(299) {
  animation-delay: 29.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(300) {
  animation-delay: 30s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(301) {
  animation-delay: 30.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(302) {
  animation-delay: 30.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(303) {
  animation-delay: 30.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(304) {
  animation-delay: 30.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(305) {
  animation-delay: 30.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(306) {
  animation-delay: 30.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(307) {
  animation-delay: 30.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(308) {
  animation-delay: 30.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(309) {
  animation-delay: 30.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(310) {
  animation-delay: 31s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(311) {
  animation-delay: 31.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(312) {
  animation-delay: 31.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(313) {
  animation-delay: 31.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(314) {
  animation-delay: 31.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(315) {
  animation-delay: 31.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(316) {
  animation-delay: 31.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(317) {
  animation-delay: 31.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(318) {
  animation-delay: 31.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(319) {
  animation-delay: 31.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(320) {
  animation-delay: 32s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(321) {
  animation-delay: 32.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(322) {
  animation-delay: 32.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(323) {
  animation-delay: 32.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(324) {
  animation-delay: 32.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(325) {
  animation-delay: 32.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(326) {
  animation-delay: 32.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(327) {
  animation-delay: 32.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(328) {
  animation-delay: 32.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(329) {
  animation-delay: 32.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(330) {
  animation-delay: 33s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(331) {
  animation-delay: 33.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(332) {
  animation-delay: 33.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(333) {
  animation-delay: 33.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(334) {
  animation-delay: 33.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(335) {
  animation-delay: 33.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(336) {
  animation-delay: 33.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(337) {
  animation-delay: 33.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(338) {
  animation-delay: 33.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(339) {
  animation-delay: 33.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(340) {
  animation-delay: 34s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(341) {
  animation-delay: 34.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(342) {
  animation-delay: 34.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(343) {
  animation-delay: 34.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(344) {
  animation-delay: 34.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(345) {
  animation-delay: 34.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(346) {
  animation-delay: 34.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(347) {
  animation-delay: 34.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(348) {
  animation-delay: 34.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(349) {
  animation-delay: 34.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(350) {
  animation-delay: 35s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(351) {
  animation-delay: 35.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(352) {
  animation-delay: 35.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(353) {
  animation-delay: 35.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(354) {
  animation-delay: 35.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(355) {
  animation-delay: 35.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(356) {
  animation-delay: 35.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(357) {
  animation-delay: 35.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(358) {
  animation-delay: 35.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(359) {
  animation-delay: 35.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(360) {
  animation-delay: 36s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(361) {
  animation-delay: 36.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(362) {
  animation-delay: 36.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(363) {
  animation-delay: 36.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(364) {
  animation-delay: 36.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(365) {
  animation-delay: 36.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(366) {
  animation-delay: 36.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(367) {
  animation-delay: 36.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(368) {
  animation-delay: 36.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(369) {
  animation-delay: 36.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(370) {
  animation-delay: 37s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(371) {
  animation-delay: 37.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(372) {
  animation-delay: 37.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(373) {
  animation-delay: 37.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(374) {
  animation-delay: 37.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(375) {
  animation-delay: 37.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(376) {
  animation-delay: 37.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(377) {
  animation-delay: 37.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(378) {
  animation-delay: 37.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(379) {
  animation-delay: 37.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(380) {
  animation-delay: 38s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(381) {
  animation-delay: 38.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(382) {
  animation-delay: 38.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(383) {
  animation-delay: 38.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(384) {
  animation-delay: 38.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(385) {
  animation-delay: 38.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(386) {
  animation-delay: 38.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(387) {
  animation-delay: 38.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(388) {
  animation-delay: 38.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(389) {
  animation-delay: 38.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(390) {
  animation-delay: 39s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(391) {
  animation-delay: 39.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(392) {
  animation-delay: 39.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(393) {
  animation-delay: 39.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(394) {
  animation-delay: 39.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(395) {
  animation-delay: 39.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(396) {
  animation-delay: 39.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(397) {
  animation-delay: 39.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(398) {
  animation-delay: 39.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(399) {
  animation-delay: 39.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(400) {
  animation-delay: 40s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(401) {
  animation-delay: 40.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(402) {
  animation-delay: 40.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(403) {
  animation-delay: 40.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(404) {
  animation-delay: 40.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(405) {
  animation-delay: 40.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(406) {
  animation-delay: 40.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(407) {
  animation-delay: 40.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(408) {
  animation-delay: 40.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(409) {
  animation-delay: 40.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(410) {
  animation-delay: 41s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(411) {
  animation-delay: 41.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(412) {
  animation-delay: 41.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(413) {
  animation-delay: 41.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(414) {
  animation-delay: 41.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(415) {
  animation-delay: 41.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(416) {
  animation-delay: 41.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(417) {
  animation-delay: 41.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(418) {
  animation-delay: 41.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(419) {
  animation-delay: 41.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(420) {
  animation-delay: 42s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(421) {
  animation-delay: 42.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(422) {
  animation-delay: 42.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(423) {
  animation-delay: 42.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(424) {
  animation-delay: 42.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(425) {
  animation-delay: 42.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(426) {
  animation-delay: 42.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(427) {
  animation-delay: 42.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(428) {
  animation-delay: 42.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(429) {
  animation-delay: 42.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(430) {
  animation-delay: 43s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(431) {
  animation-delay: 43.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(432) {
  animation-delay: 43.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(433) {
  animation-delay: 43.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(434) {
  animation-delay: 43.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(435) {
  animation-delay: 43.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(436) {
  animation-delay: 43.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(437) {
  animation-delay: 43.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(438) {
  animation-delay: 43.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(439) {
  animation-delay: 43.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(440) {
  animation-delay: 44s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(441) {
  animation-delay: 44.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(442) {
  animation-delay: 44.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(443) {
  animation-delay: 44.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(444) {
  animation-delay: 44.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(445) {
  animation-delay: 44.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(446) {
  animation-delay: 44.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(447) {
  animation-delay: 44.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(448) {
  animation-delay: 44.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(449) {
  animation-delay: 44.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(450) {
  animation-delay: 45s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(451) {
  animation-delay: 45.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(452) {
  animation-delay: 45.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(453) {
  animation-delay: 45.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(454) {
  animation-delay: 45.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(455) {
  animation-delay: 45.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(456) {
  animation-delay: 45.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(457) {
  animation-delay: 45.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(458) {
  animation-delay: 45.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(459) {
  animation-delay: 45.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(460) {
  animation-delay: 46s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(461) {
  animation-delay: 46.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(462) {
  animation-delay: 46.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(463) {
  animation-delay: 46.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(464) {
  animation-delay: 46.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(465) {
  animation-delay: 46.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(466) {
  animation-delay: 46.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(467) {
  animation-delay: 46.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(468) {
  animation-delay: 46.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(469) {
  animation-delay: 46.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(470) {
  animation-delay: 47s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(471) {
  animation-delay: 47.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(472) {
  animation-delay: 47.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(473) {
  animation-delay: 47.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(474) {
  animation-delay: 47.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(475) {
  animation-delay: 47.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(476) {
  animation-delay: 47.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(477) {
  animation-delay: 47.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(478) {
  animation-delay: 47.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(479) {
  animation-delay: 47.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(480) {
  animation-delay: 48s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(481) {
  animation-delay: 48.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(482) {
  animation-delay: 48.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(483) {
  animation-delay: 48.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(484) {
  animation-delay: 48.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(485) {
  animation-delay: 48.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(486) {
  animation-delay: 48.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(487) {
  animation-delay: 48.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(488) {
  animation-delay: 48.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(489) {
  animation-delay: 48.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(490) {
  animation-delay: 49s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(491) {
  animation-delay: 49.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(492) {
  animation-delay: 49.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(493) {
  animation-delay: 49.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(494) {
  animation-delay: 49.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(495) {
  animation-delay: 49.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(496) {
  animation-delay: 49.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(497) {
  animation-delay: 49.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(498) {
  animation-delay: 49.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(499) {
  animation-delay: 49.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(500) {
  animation-delay: 50s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(501) {
  animation-delay: 50.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(502) {
  animation-delay: 50.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(503) {
  animation-delay: 50.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(504) {
  animation-delay: 50.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(505) {
  animation-delay: 50.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(506) {
  animation-delay: 50.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(507) {
  animation-delay: 50.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(508) {
  animation-delay: 50.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(509) {
  animation-delay: 50.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(510) {
  animation-delay: 51s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(511) {
  animation-delay: 51.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(512) {
  animation-delay: 51.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(513) {
  animation-delay: 51.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(514) {
  animation-delay: 51.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(515) {
  animation-delay: 51.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(516) {
  animation-delay: 51.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(517) {
  animation-delay: 51.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(518) {
  animation-delay: 51.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(519) {
  animation-delay: 51.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(520) {
  animation-delay: 52s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(521) {
  animation-delay: 52.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(522) {
  animation-delay: 52.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(523) {
  animation-delay: 52.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(524) {
  animation-delay: 52.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(525) {
  animation-delay: 52.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(526) {
  animation-delay: 52.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(527) {
  animation-delay: 52.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(528) {
  animation-delay: 52.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(529) {
  animation-delay: 52.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(530) {
  animation-delay: 53s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(531) {
  animation-delay: 53.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(532) {
  animation-delay: 53.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(533) {
  animation-delay: 53.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(534) {
  animation-delay: 53.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(535) {
  animation-delay: 53.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(536) {
  animation-delay: 53.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(537) {
  animation-delay: 53.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(538) {
  animation-delay: 53.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(539) {
  animation-delay: 53.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(540) {
  animation-delay: 54s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(541) {
  animation-delay: 54.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(542) {
  animation-delay: 54.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(543) {
  animation-delay: 54.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(544) {
  animation-delay: 54.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(545) {
  animation-delay: 54.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(546) {
  animation-delay: 54.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(547) {
  animation-delay: 54.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(548) {
  animation-delay: 54.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(549) {
  animation-delay: 54.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(550) {
  animation-delay: 55s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(551) {
  animation-delay: 55.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(552) {
  animation-delay: 55.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(553) {
  animation-delay: 55.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(554) {
  animation-delay: 55.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(555) {
  animation-delay: 55.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(556) {
  animation-delay: 55.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(557) {
  animation-delay: 55.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(558) {
  animation-delay: 55.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(559) {
  animation-delay: 55.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(560) {
  animation-delay: 56s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(561) {
  animation-delay: 56.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(562) {
  animation-delay: 56.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(563) {
  animation-delay: 56.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(564) {
  animation-delay: 56.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(565) {
  animation-delay: 56.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(566) {
  animation-delay: 56.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(567) {
  animation-delay: 56.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(568) {
  animation-delay: 56.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(569) {
  animation-delay: 56.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(570) {
  animation-delay: 57s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(571) {
  animation-delay: 57.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(572) {
  animation-delay: 57.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(573) {
  animation-delay: 57.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(574) {
  animation-delay: 57.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(575) {
  animation-delay: 57.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(576) {
  animation-delay: 57.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(577) {
  animation-delay: 57.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(578) {
  animation-delay: 57.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(579) {
  animation-delay: 57.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(580) {
  animation-delay: 58s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(581) {
  animation-delay: 58.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(582) {
  animation-delay: 58.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(583) {
  animation-delay: 58.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(584) {
  animation-delay: 58.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(585) {
  animation-delay: 58.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(586) {
  animation-delay: 58.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(587) {
  animation-delay: 58.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(588) {
  animation-delay: 58.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(589) {
  animation-delay: 58.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(590) {
  animation-delay: 59s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(591) {
  animation-delay: 59.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(592) {
  animation-delay: 59.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(593) {
  animation-delay: 59.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(594) {
  animation-delay: 59.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(595) {
  animation-delay: 59.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(596) {
  animation-delay: 59.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(597) {
  animation-delay: 59.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(598) {
  animation-delay: 59.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(599) {
  animation-delay: 59.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(600) {
  animation-delay: 60s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(601) {
  animation-delay: 60.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(602) {
  animation-delay: 60.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(603) {
  animation-delay: 60.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(604) {
  animation-delay: 60.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(605) {
  animation-delay: 60.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(606) {
  animation-delay: 60.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(607) {
  animation-delay: 60.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(608) {
  animation-delay: 60.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(609) {
  animation-delay: 60.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(610) {
  animation-delay: 61s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(611) {
  animation-delay: 61.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(612) {
  animation-delay: 61.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(613) {
  animation-delay: 61.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(614) {
  animation-delay: 61.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(615) {
  animation-delay: 61.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(616) {
  animation-delay: 61.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(617) {
  animation-delay: 61.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(618) {
  animation-delay: 61.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(619) {
  animation-delay: 61.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(620) {
  animation-delay: 62s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(621) {
  animation-delay: 62.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(622) {
  animation-delay: 62.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(623) {
  animation-delay: 62.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(624) {
  animation-delay: 62.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(625) {
  animation-delay: 62.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(626) {
  animation-delay: 62.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(627) {
  animation-delay: 62.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(628) {
  animation-delay: 62.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(629) {
  animation-delay: 62.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(630) {
  animation-delay: 63s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(631) {
  animation-delay: 63.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(632) {
  animation-delay: 63.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(633) {
  animation-delay: 63.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(634) {
  animation-delay: 63.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(635) {
  animation-delay: 63.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(636) {
  animation-delay: 63.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(637) {
  animation-delay: 63.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(638) {
  animation-delay: 63.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(639) {
  animation-delay: 63.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(640) {
  animation-delay: 64s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(641) {
  animation-delay: 64.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(642) {
  animation-delay: 64.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(643) {
  animation-delay: 64.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(644) {
  animation-delay: 64.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(645) {
  animation-delay: 64.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(646) {
  animation-delay: 64.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(647) {
  animation-delay: 64.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(648) {
  animation-delay: 64.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(649) {
  animation-delay: 64.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(650) {
  animation-delay: 65s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(651) {
  animation-delay: 65.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(652) {
  animation-delay: 65.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(653) {
  animation-delay: 65.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(654) {
  animation-delay: 65.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(655) {
  animation-delay: 65.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(656) {
  animation-delay: 65.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(657) {
  animation-delay: 65.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(658) {
  animation-delay: 65.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(659) {
  animation-delay: 65.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(660) {
  animation-delay: 66s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(661) {
  animation-delay: 66.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(662) {
  animation-delay: 66.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(663) {
  animation-delay: 66.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(664) {
  animation-delay: 66.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(665) {
  animation-delay: 66.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(666) {
  animation-delay: 66.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(667) {
  animation-delay: 66.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(668) {
  animation-delay: 66.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(669) {
  animation-delay: 66.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(670) {
  animation-delay: 67s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(671) {
  animation-delay: 67.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(672) {
  animation-delay: 67.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(673) {
  animation-delay: 67.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(674) {
  animation-delay: 67.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(675) {
  animation-delay: 67.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(676) {
  animation-delay: 67.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(677) {
  animation-delay: 67.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(678) {
  animation-delay: 67.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(679) {
  animation-delay: 67.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(680) {
  animation-delay: 68s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(681) {
  animation-delay: 68.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(682) {
  animation-delay: 68.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(683) {
  animation-delay: 68.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(684) {
  animation-delay: 68.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(685) {
  animation-delay: 68.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(686) {
  animation-delay: 68.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(687) {
  animation-delay: 68.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(688) {
  animation-delay: 68.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(689) {
  animation-delay: 68.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(690) {
  animation-delay: 69s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(691) {
  animation-delay: 69.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(692) {
  animation-delay: 69.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(693) {
  animation-delay: 69.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(694) {
  animation-delay: 69.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(695) {
  animation-delay: 69.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(696) {
  animation-delay: 69.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(697) {
  animation-delay: 69.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(698) {
  animation-delay: 69.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(699) {
  animation-delay: 69.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(700) {
  animation-delay: 70s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(701) {
  animation-delay: 70.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(702) {
  animation-delay: 70.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(703) {
  animation-delay: 70.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(704) {
  animation-delay: 70.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(705) {
  animation-delay: 70.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(706) {
  animation-delay: 70.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(707) {
  animation-delay: 70.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(708) {
  animation-delay: 70.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(709) {
  animation-delay: 70.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(710) {
  animation-delay: 71s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(711) {
  animation-delay: 71.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(712) {
  animation-delay: 71.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(713) {
  animation-delay: 71.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(714) {
  animation-delay: 71.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(715) {
  animation-delay: 71.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(716) {
  animation-delay: 71.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(717) {
  animation-delay: 71.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(718) {
  animation-delay: 71.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(719) {
  animation-delay: 71.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(720) {
  animation-delay: 72s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(721) {
  animation-delay: 72.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(722) {
  animation-delay: 72.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(723) {
  animation-delay: 72.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(724) {
  animation-delay: 72.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(725) {
  animation-delay: 72.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(726) {
  animation-delay: 72.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(727) {
  animation-delay: 72.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(728) {
  animation-delay: 72.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(729) {
  animation-delay: 72.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(730) {
  animation-delay: 73s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(731) {
  animation-delay: 73.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(732) {
  animation-delay: 73.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(733) {
  animation-delay: 73.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(734) {
  animation-delay: 73.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(735) {
  animation-delay: 73.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(736) {
  animation-delay: 73.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(737) {
  animation-delay: 73.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(738) {
  animation-delay: 73.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(739) {
  animation-delay: 73.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(740) {
  animation-delay: 74s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(741) {
  animation-delay: 74.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(742) {
  animation-delay: 74.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(743) {
  animation-delay: 74.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(744) {
  animation-delay: 74.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(745) {
  animation-delay: 74.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(746) {
  animation-delay: 74.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(747) {
  animation-delay: 74.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(748) {
  animation-delay: 74.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(749) {
  animation-delay: 74.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(750) {
  animation-delay: 75s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(751) {
  animation-delay: 75.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(752) {
  animation-delay: 75.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(753) {
  animation-delay: 75.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(754) {
  animation-delay: 75.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(755) {
  animation-delay: 75.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(756) {
  animation-delay: 75.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(757) {
  animation-delay: 75.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(758) {
  animation-delay: 75.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(759) {
  animation-delay: 75.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(760) {
  animation-delay: 76s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(761) {
  animation-delay: 76.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(762) {
  animation-delay: 76.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(763) {
  animation-delay: 76.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(764) {
  animation-delay: 76.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(765) {
  animation-delay: 76.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(766) {
  animation-delay: 76.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(767) {
  animation-delay: 76.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(768) {
  animation-delay: 76.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(769) {
  animation-delay: 76.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(770) {
  animation-delay: 77s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(771) {
  animation-delay: 77.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(772) {
  animation-delay: 77.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(773) {
  animation-delay: 77.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(774) {
  animation-delay: 77.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(775) {
  animation-delay: 77.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(776) {
  animation-delay: 77.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(777) {
  animation-delay: 77.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(778) {
  animation-delay: 77.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(779) {
  animation-delay: 77.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(780) {
  animation-delay: 78s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(781) {
  animation-delay: 78.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(782) {
  animation-delay: 78.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(783) {
  animation-delay: 78.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(784) {
  animation-delay: 78.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(785) {
  animation-delay: 78.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(786) {
  animation-delay: 78.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(787) {
  animation-delay: 78.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(788) {
  animation-delay: 78.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(789) {
  animation-delay: 78.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(790) {
  animation-delay: 79s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(791) {
  animation-delay: 79.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(792) {
  animation-delay: 79.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(793) {
  animation-delay: 79.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(794) {
  animation-delay: 79.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(795) {
  animation-delay: 79.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(796) {
  animation-delay: 79.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(797) {
  animation-delay: 79.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(798) {
  animation-delay: 79.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(799) {
  animation-delay: 79.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(800) {
  animation-delay: 80s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(801) {
  animation-delay: 80.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(802) {
  animation-delay: 80.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(803) {
  animation-delay: 80.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(804) {
  animation-delay: 80.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(805) {
  animation-delay: 80.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(806) {
  animation-delay: 80.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(807) {
  animation-delay: 80.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(808) {
  animation-delay: 80.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(809) {
  animation-delay: 80.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(810) {
  animation-delay: 81s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(811) {
  animation-delay: 81.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(812) {
  animation-delay: 81.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(813) {
  animation-delay: 81.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(814) {
  animation-delay: 81.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(815) {
  animation-delay: 81.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(816) {
  animation-delay: 81.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(817) {
  animation-delay: 81.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(818) {
  animation-delay: 81.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(819) {
  animation-delay: 81.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(820) {
  animation-delay: 82s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(821) {
  animation-delay: 82.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(822) {
  animation-delay: 82.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(823) {
  animation-delay: 82.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(824) {
  animation-delay: 82.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(825) {
  animation-delay: 82.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(826) {
  animation-delay: 82.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(827) {
  animation-delay: 82.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(828) {
  animation-delay: 82.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(829) {
  animation-delay: 82.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(830) {
  animation-delay: 83s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(831) {
  animation-delay: 83.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(832) {
  animation-delay: 83.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(833) {
  animation-delay: 83.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(834) {
  animation-delay: 83.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(835) {
  animation-delay: 83.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(836) {
  animation-delay: 83.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(837) {
  animation-delay: 83.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(838) {
  animation-delay: 83.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(839) {
  animation-delay: 83.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(840) {
  animation-delay: 84s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(841) {
  animation-delay: 84.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(842) {
  animation-delay: 84.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(843) {
  animation-delay: 84.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(844) {
  animation-delay: 84.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(845) {
  animation-delay: 84.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(846) {
  animation-delay: 84.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(847) {
  animation-delay: 84.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(848) {
  animation-delay: 84.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(849) {
  animation-delay: 84.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(850) {
  animation-delay: 85s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(851) {
  animation-delay: 85.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(852) {
  animation-delay: 85.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(853) {
  animation-delay: 85.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(854) {
  animation-delay: 85.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(855) {
  animation-delay: 85.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(856) {
  animation-delay: 85.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(857) {
  animation-delay: 85.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(858) {
  animation-delay: 85.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(859) {
  animation-delay: 85.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(860) {
  animation-delay: 86s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(861) {
  animation-delay: 86.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(862) {
  animation-delay: 86.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(863) {
  animation-delay: 86.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(864) {
  animation-delay: 86.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(865) {
  animation-delay: 86.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(866) {
  animation-delay: 86.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(867) {
  animation-delay: 86.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(868) {
  animation-delay: 86.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(869) {
  animation-delay: 86.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(870) {
  animation-delay: 87s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(871) {
  animation-delay: 87.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(872) {
  animation-delay: 87.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(873) {
  animation-delay: 87.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(874) {
  animation-delay: 87.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(875) {
  animation-delay: 87.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(876) {
  animation-delay: 87.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(877) {
  animation-delay: 87.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(878) {
  animation-delay: 87.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(879) {
  animation-delay: 87.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(880) {
  animation-delay: 88s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(881) {
  animation-delay: 88.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(882) {
  animation-delay: 88.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(883) {
  animation-delay: 88.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(884) {
  animation-delay: 88.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(885) {
  animation-delay: 88.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(886) {
  animation-delay: 88.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(887) {
  animation-delay: 88.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(888) {
  animation-delay: 88.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(889) {
  animation-delay: 88.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(890) {
  animation-delay: 89s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(891) {
  animation-delay: 89.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(892) {
  animation-delay: 89.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(893) {
  animation-delay: 89.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(894) {
  animation-delay: 89.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(895) {
  animation-delay: 89.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(896) {
  animation-delay: 89.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(897) {
  animation-delay: 89.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(898) {
  animation-delay: 89.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(899) {
  animation-delay: 89.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(900) {
  animation-delay: 90s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(901) {
  animation-delay: 90.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(902) {
  animation-delay: 90.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(903) {
  animation-delay: 90.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(904) {
  animation-delay: 90.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(905) {
  animation-delay: 90.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(906) {
  animation-delay: 90.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(907) {
  animation-delay: 90.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(908) {
  animation-delay: 90.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(909) {
  animation-delay: 90.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(910) {
  animation-delay: 91s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(911) {
  animation-delay: 91.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(912) {
  animation-delay: 91.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(913) {
  animation-delay: 91.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(914) {
  animation-delay: 91.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(915) {
  animation-delay: 91.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(916) {
  animation-delay: 91.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(917) {
  animation-delay: 91.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(918) {
  animation-delay: 91.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(919) {
  animation-delay: 91.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(920) {
  animation-delay: 92s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(921) {
  animation-delay: 92.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(922) {
  animation-delay: 92.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(923) {
  animation-delay: 92.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(924) {
  animation-delay: 92.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(925) {
  animation-delay: 92.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(926) {
  animation-delay: 92.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(927) {
  animation-delay: 92.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(928) {
  animation-delay: 92.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(929) {
  animation-delay: 92.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(930) {
  animation-delay: 93s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(931) {
  animation-delay: 93.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(932) {
  animation-delay: 93.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(933) {
  animation-delay: 93.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(934) {
  animation-delay: 93.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(935) {
  animation-delay: 93.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(936) {
  animation-delay: 93.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(937) {
  animation-delay: 93.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(938) {
  animation-delay: 93.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(939) {
  animation-delay: 93.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(940) {
  animation-delay: 94s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(941) {
  animation-delay: 94.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(942) {
  animation-delay: 94.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(943) {
  animation-delay: 94.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(944) {
  animation-delay: 94.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(945) {
  animation-delay: 94.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(946) {
  animation-delay: 94.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(947) {
  animation-delay: 94.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(948) {
  animation-delay: 94.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(949) {
  animation-delay: 94.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(950) {
  animation-delay: 95s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(951) {
  animation-delay: 95.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(952) {
  animation-delay: 95.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(953) {
  animation-delay: 95.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(954) {
  animation-delay: 95.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(955) {
  animation-delay: 95.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(956) {
  animation-delay: 95.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(957) {
  animation-delay: 95.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(958) {
  animation-delay: 95.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(959) {
  animation-delay: 95.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(960) {
  animation-delay: 96s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(961) {
  animation-delay: 96.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(962) {
  animation-delay: 96.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(963) {
  animation-delay: 96.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(964) {
  animation-delay: 96.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(965) {
  animation-delay: 96.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(966) {
  animation-delay: 96.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(967) {
  animation-delay: 96.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(968) {
  animation-delay: 96.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(969) {
  animation-delay: 96.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(970) {
  animation-delay: 97s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(971) {
  animation-delay: 97.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(972) {
  animation-delay: 97.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(973) {
  animation-delay: 97.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(974) {
  animation-delay: 97.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(975) {
  animation-delay: 97.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(976) {
  animation-delay: 97.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(977) {
  animation-delay: 97.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(978) {
  animation-delay: 97.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(979) {
  animation-delay: 97.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(980) {
  animation-delay: 98s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(981) {
  animation-delay: 98.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(982) {
  animation-delay: 98.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(983) {
  animation-delay: 98.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(984) {
  animation-delay: 98.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(985) {
  animation-delay: 98.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(986) {
  animation-delay: 98.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(987) {
  animation-delay: 98.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(988) {
  animation-delay: 98.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(989) {
  animation-delay: 98.9s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(990) {
  animation-delay: 99s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(991) {
  animation-delay: 99.1s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(992) {
  animation-delay: 99.2s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(993) {
  animation-delay: 99.3s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(994) {
  animation-delay: 99.4s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(995) {
  animation-delay: 99.5s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(996) {
  animation-delay: 99.6s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(997) {
  animation-delay: 99.7s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(998) {
  animation-delay: 99.8s;
}
.l-loading.is-active .l-loading__logo__text span:nth-child(999) {
  animation-delay: 99.9s;
}

@keyframes TextfadeIn {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes loadingfade {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ---------------------------------------------
  mv
  --------------------------------------------- */
.p-mv {
  background-color: #9D887D;
  position: relative;
}
.p-mv__text {
  padding: 12px;
}
.p-mv__text p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-mv__text p.en {
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin-top: 2px;
}
.p-mv__scroll {
  position: absolute;
  top: 41%;
  right: 1.6%;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
}
.p-mv__scroll a {
  display: inline-block;
  font-family: "Playfair Display", serif;
  color: #9D887D;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.c-ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
}
.c-ttl .en {
  font-family: "Manrope", sans-serif;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1;
}
.c-ttl .ja {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

/* ---------------------------------------------
  concept
  --------------------------------------------- */
.p-concept {
  background-color: #9D887D;
}
.p-concept__ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: right;
  color: #fff;
  padding: 0 12px;
  line-height: 1.18;
  margin-bottom: 16px;
}
.p-concept__ttl .sub {
  font-size: 1.1rem;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}
.p-concept__ttl .en {
  font-size: 3.1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
}
.p-concept__item {
  position: absolute;
}
.p-concept__item.item01 {
  width: 136px;
  top: 6%;
  left: 4.8%;
  -ms-transform: rotate(-12deg);
      transform: rotate(-12deg);
  transition: transform 0.8s ease;
  -ms-transform: translate(-100%, 20px) rotate(-30deg);
      transform: translate(-100%, 20px) rotate(-30deg);
  opacity: 0;
}
.p-concept__item.item01.is-active {
  opacity: 1;
  -ms-transform: rotate(-12deg);
      transform: rotate(-12deg);
}
.p-concept__item.item02 {
  width: 136px;
  top: 42%;
  left: 27%;
  -ms-transform: rotate(9deg);
      transform: rotate(9deg);
  transition: transform 0.8s ease;
  -ms-transform: translate(-100%, 20px) rotate(-30deg);
      transform: translate(-100%, 20px) rotate(-30deg);
  opacity: 0;
  transition-delay: 0.1s;
}
.p-concept__item.item02.is-active {
  opacity: 1;
  -ms-transform: rotate(9deg);
      transform: rotate(9deg);
}
.p-concept__item.item03 {
  top: 78%;
  right: -4%;
  width: 90px;
}
.p-concept__item.item03 img {
  display: block;
  -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
}
.p-concept__block {
  position: relative;
}
.p-concept__block.block01 {
  padding-top: 60px;
}
.p-concept__block.block02 {
  margin-top: 28px;
}
.p-concept__block.block02 .photo_list {
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 0 22px 0 28px;
}
.p-concept__block.block02 .p-concept__img {
  position: relative;
}
.p-concept__block.block02 .p-concept__deco {
  position: absolute;
  width: 100px;
  top: 50%;
  right: -6%;
}
.p-concept__text {
  padding: 30px 18px 20px;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-concept__text {
    padding-bottom: 15px;
  }
}
.p-concept__text .block_img {
  position: absolute;
  width: 142px;
  width: 36.5%;
  top: -8%;
  left: 2.5%;
}
@media screen and (max-width: 767px) {
  .p-concept__text .block_img {
    top: -4%;
  }
}
.p-concept__text .block_img video {
  width: 100%;
}
.p-concept__text .ttl {
  font-family: "Playfair Display", serif;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  letter-spacing: 0.06em;
  margin-left: auto;
  margin-bottom: 12px;
  font-size: 1.1rem;
}
.p-concept__text .wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 24px 0 auto;
}
.p-concept__text .desc {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 6px;
}
.p-concept__text .en {
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

/* ---------------------------------------------
  point
  --------------------------------------------- */
.p-point {
  background-color: #EEE4D4;
}
.p-point__block {
  padding: 74px 20px 90px;
  position: relative;
}
.p-point__text .c-ttl {
  margin-bottom: 26px;
}
.p-point__text .c-ttl .ja {
  font-family: "Noto Sans", sans-serif;
}
.p-point__list {
  display: grid;
  gap: 32px;
}
.p-point__list .num {
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
  color: #9D887D;
  line-height: 1.6;
}
.p-point__list .ttl {
  font-size: 1.5rem;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
}
.p-point__list .desc {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p-point__img {
  position: absolute;
  width: 128px;
}
.p-point__img.item01 {
  top: -10%;
  right: 2.5%;
  transition: transform 0.8s ease, opacity 0.1s;
  -ms-transform: translate(100%, 0) rotate(30deg);
      transform: translate(100%, 0) rotate(30deg);
  opacity: 0;
}
.p-point__img.item01.is-active {
  opacity: 1;
  -ms-transform: rotate(-13deg);
      transform: rotate(-13deg);
}
.p-point__img.item02 {
  top: 24%;
  right: -2.5%;
  -ms-transform: rotate(13deg);
      transform: rotate(13deg);
  transition: transform 0.8s ease, opacity 0.1s;
  -ms-transform: translate(100%, 0) rotate(-30deg);
      transform: translate(100%, 0) rotate(-30deg);
  opacity: 0;
}
.p-point__img.item02.is-active {
  opacity: 1;
  -ms-transform: rotate(13deg);
      transform: rotate(13deg);
}
.p-point__img.item03 {
  top: 61%;
  right: -1.5%;
  -ms-transform: rotate(-13deg);
      transform: rotate(-13deg);
  transition: transform 0.8s ease, opacity 0.1s;
  -ms-transform: translate(100%, 0) rotate(30deg);
      transform: translate(100%, 0) rotate(30deg);
  opacity: 0;
}
.p-point__img.item03.is-active {
  opacity: 1;
  -ms-transform: rotate(-13deg);
      transform: rotate(-13deg);
}
.p-point__contents {
  padding-bottom: 10px;
}
.p-point__contents__img {
  position: relative;
}
.p-point__contents__img .deco_item {
  width: 80px;
  position: absolute;
  top: 88%;
  right: 0;
}
.p-point__contents__img .photo-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
}
.p-point__contents__img .photo-list .text {
  color: #9D887D;
  padding-left: 12px;
  font-family: "Manrope", sans-serif;
  padding-bottom: 20px;
}
.p-point__contents__img .photo-list .text .ttl {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: 0.04em;
}
.p-point__contents__img .photo-list .text .desc {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.04em;
}
.p-point__contents__img .photo-list .item:nth-child(2) {
  transition-delay: 0.2s;
}
.p-point__contents__img .deco .item01 {
  position: absolute;
  top: 20%;
  left: 26.4%;
  -ms-transform: rotate(-12deg);
      transform: rotate(-12deg);
  width: 118px;
  transition: transform 1.2s ease, opacity 0.1s;
  -ms-transform: translate(-200%, 20px) rotate(-50deg);
      transform: translate(-200%, 20px) rotate(-50deg);
  opacity: 0;
  transition-delay: 0.5s;
}
.p-point__contents__img .deco .item01.is-active {
  opacity: 1;
  -ms-transform: rotate(-12deg);
      transform: rotate(-12deg);
}
.p-point__contents__img .deco .item02 {
  position: absolute;
  top: -16%;
  left: -4%;
  width: 90px;
}
.p-point__contents__img .deco .item02 img {
  display: block;
  -ms-transform: rotate(22deg);
      transform: rotate(22deg);
}
.p-point__contents__text {
  margin: 80px 0 58px;
  text-align: center;
}
.p-point__contents__text p {
  font-size: 1.2rem;
}
.p-point__contents__text .en {
  margin-bottom: 24px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
.p-point__contents__text p:not(.en) {
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.p-point__contents__text p:not(.en):not(:last-of-type) {
  margin-bottom: 20px;
}

/* ---------------------------------------------
  location
  --------------------------------------------- */
.p-location {
  background-color: #9D887D;
}
.p-location .c-ttl .ja {
  letter-spacing: 0;
}
.p-location__img video {
  width: 100%;
}
.p-location__deco {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 8px;
  position: relative;
  margin-top: -12px;
}
.p-location__deco .item {
  width: 130px;
}
.p-location__deco .item01 {
  -ms-transform: rotate(-10deg);
      transform: rotate(-10deg);
  transition: transform 0.8s ease, opacity 0.1s;
  -ms-transform: translate(-100%, 20px) rotate(-30deg);
      transform: translate(-100%, 20px) rotate(-30deg);
  opacity: 0;
}
.p-location__deco .item01.is-active {
  opacity: 1;
  -ms-transform: rotate(-10deg);
      transform: rotate(-10deg);
}
.p-location__deco .item02 {
  -ms-transform: rotate(8deg);
      transform: rotate(8deg);
  margin-top: 45px;
  -ms-transform: rotate(-10deg);
      transform: rotate(-10deg);
  transition: transform 0.8s ease, opacity 0.1s;
  -ms-transform: translate(100%, 20px) rotate(30deg);
      transform: translate(100%, 20px) rotate(30deg);
  opacity: 0;
  transition-delay: 0.2s;
}
.p-location__deco .item02.is-active {
  opacity: 1;
  -ms-transform: rotate(8deg);
      transform: rotate(8deg);
}
.p-location__text {
  position: relative;
  padding: 20px 20px;
  margin-bottom: 40px;
  color: #fff;
}
.p-location__text .c-side {
  font-family: "Playfair Display", serif;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  letter-spacing: 0.06em;
  margin-left: auto;
  margin-bottom: 10px;
  position: absolute;
  right: 14px;
  top: -11%;
  color: #fff;
  font-size: 1.1rem;
}
.p-location__text .c-ttl {
  margin-bottom: 32px;
}
.p-location__text .desc {
  max-width: 328px;
  line-height: 1.58;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
}
.p-location__contents {
  background-color: #EEE4D4;
  position: relative;
  padding: 60px 30px 46px;
}
.p-location__contents .wrap {
  max-width: 360px;
  margin: 0 auto;
}
.p-location__contents .text01,
.p-location__contents .text02 {
  font-family: "Manrope", sans-serif;
  color: #3B3C3B;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.p-location__contents .text01 {
  margin-bottom: 94px;
  position: relative;
  z-index: 1;
}
.p-location__contents .text02 {
  text-align: right;
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .p-location__contents .text02 {
    margin-bottom: 35px;
  }
}
.p-location__contents .text03 {
  font-family: "Manrope", sans-serif;
  color: #9D887D;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  line-height: 1.33;
  max-width: 246px;
}
.p-location__contents .img01 {
  position: absolute;
  width: 160px;
  width: 41%;
  top: 156px;
  left: 15%;
}
.p-location__contents .img01 video {
  width: 100%;
}
.p-location__contents .img02 {
  position: absolute;
  width: 97px;
  top: 78px;
  right: 34px;
}

/* ---------------------------------------------
  about
  --------------------------------------------- */
.p-about {
  background-color: #9D887D;
  position: relative;
  padding: 32px 0 50px;
}
.p-about .c-side {
  font-family: "Playfair Display", serif;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
  color: #fff;
  margin-right: auto;
  margin-left: 16px;
  font-size: 1.1rem;
}
.p-about .c-ttl {
  color: #fff;
  -ms-flex-align: end;
      align-items: flex-end;
  text-align: right;
  gap: 4px;
  padding: 0 26px;
  margin-bottom: 32px;
}
.p-about .c-ttl .en {
  letter-spacing: 0.02em;
}
.p-about .c-ttl .ja {
  letter-spacing: 0;
}
.p-about__list .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.p-about__list .slick-slide {
  margin: 0 12px;
  height: auto !important;
}
.p-about__list .slick-dots {
  position: static;
  margin-top: 20px;
}
.p-about__list .slick-dots li {
  margin: 0;
}
.p-about__list .slick-dots li button:before {
  color: #fff;
}
.p-about__list .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
}
.p-about__card {
  background-color: #fff;
  padding: 20px 0 40px;
  height: 100%;
}
.p-about__card__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  padding-right: 8px;
}
.p-about__card__side {
  font-family: "Playfair Display", serif;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  -ms-transform: scale(-1, -1);
      transform: scale(-1, -1);
  letter-spacing: 0.06em;
  font-weight: 500;
  font-size: 1.167rem;
  margin-top: 78px;
}
.p-about__card__text {
  margin-top: 20px;
  padding: 0 10px 0 16px;
}
.p-about__card__en {
  font-family: "Manrope", sans-serif;
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.p-about__card__ttl {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.p-about__card__desc {
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.p-about__lead {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

/* ---------------------------------------------
  fair
  --------------------------------------------- */
.p-fair {
  background-color: #EEE4D4;
  padding: 80px 20px 0;
}
.p-fair__list {
  margin-top: 20px;
}
.p-fair__list__item {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  border-bottom: 1px solid rgba(157, 136, 125, 0.5);
  padding-bottom: 30px;
}
.p-fair__list__item:not(:last-child) {
  margin-bottom: 30px;
}
.p-fair__list__img {
  width: 120px;
}
.p-fair__list__text {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.p-fair__list__text .ttl {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.p-fair__list__text .desc {
  color: #9D887D;
  padding: 10px 8px;
  background-color: rgba(246, 244, 243, 0.87);
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  margin-top: auto;
}

/* ---------------------------------------------
  contact
  --------------------------------------------- */
/* --------- form 引用 -------- */
form dl {
  margin-bottom: 3rem;
}

form dl:last-of-type {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

form dl dt,
form dl dd {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}

form dl dt {
  font-weight: unset;
  position: relative;
  margin-bottom: 1.4rem;
  font-weight: 500;
}

form dl dt.hissu:after {
  content: "必須";
  font-size: 1.1rem;
  position: absolute;
  top: 0;
  right: 0;
  background: #9D887D;
  color: #fff;
  padding: 2px 8px;
  letter-spacing: 0.1em;
}

form dl .form-content {
  margin-bottom: 1.5rem;
}

form dl dd input,
form dl dd textarea,
form dl dd select {
  width: 100%;
  border: none;
  padding: 14px 8px;
  background-color: #fff;
}

form dl dd input::-moz-placeholder, form dl dd textarea::-moz-placeholder, form dl dd select::-moz-placeholder {
  color: #ccc;
}

form dl dd input:-ms-input-placeholder, form dl dd textarea:-ms-input-placeholder, form dl dd select:-ms-input-placeholder {
  color: #ccc;
}

form dl dd input::placeholder,
form dl dd textarea::placeholder,
form dl dd select::placeholder {
  color: #ccc;
}

form dl dd input[type=checkbox],
form dl dd textarea[type=checkbox],
form dl dd select[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0rem;
  position: relative;
}

form dl dd input[type=checkbox]:checked:after,
form dl dd textarea[type=checkbox]:checked:after,
form dl dd select[type=checkbox]:checked:after {
  content: "";
  border: none;
  border-right: 2px solid #598070;
  border-bottom: 2px solid #598070;
  height: 10px;
  left: 5px;
  opacity: 1;
  top: 0px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  width: 5px;
  position: absolute;
}

form dl dd.radio-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 2rem;
}

form dl dd.radio-flex label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
}

form dl dd.radio-flex span.horizontal-item + .horizontal-item {
  margin: 0;
}

form dl p {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

form .contact-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

form .contact-btn input {
  width: 10rem;
  height: 3rem;
  font-size: 1.2rem;
  color: #fff;
  background: #9D887D;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}

.mw_wp_form_complete p {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

section.fair-reserve {
  margin-bottom: 16rem;
}

form dl dd.radio-flex .error {
  display: block;
  width: 100%;
}

/* ---------------------------------------------
  about
  --------------------------------------------- */
.p-contact {
  background-color: #EEE4D4;
  position: relative;
  padding: 94px 26px 100px 20px;
}
.p-contact .c-ttl {
  gap: 10px;
}
.p-contact .c-ttl .ja {
  letter-spacing: 0.05em;
}
.p-contact__block {
  margin-top: 40px;
}

/* ---------------------------------------------
  footer
  --------------------------------------------- */
.l-footer {
  background-color: #9D887D;
  padding: 74px 20px;
}
.l-footer__logo {
  margin-bottom: 20px;
}
.l-footer__text {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.l-footer__text address, .l-footer__text p {
  font-size: 1.2rem;
  line-height: 1.666;
  letter-spacing: 0.05em;
}
.l-footer__text address a, .l-footer__text p a {
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 1.2rem;
  color: #fff;
}
.l-footer__ig {
  display: block;
  width: 20px;
  margin-top: 40px;
  margin-left: auto;
}
.l-footer .copyright {
  font-family: "Manrope", sans-serif;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}

/* ---------------------------------------------
  thanks
  --------------------------------------------- */
.p-thanks {
  background-color: #EEE4D4;
  padding: 16rem 0 13rem;
}
.p-thanks__ttl {
  padding: 0 3rem;
  font-size: 3.3rem;
  font-family: "Manrope", sans-serif;
  margin-bottom: 36px;
}
.p-thanks__text {
  padding: 0 3rem;
}
.p-thanks__text p {
  font-size: 1.2rem;
  line-height: 1.9;
}
.p-thanks__text p:not(:last-of-type) {
  margin-bottom: 25px;
}
.p-thanks__text .color {
  color: #9D887D;
}