@charset "UTF-8";
/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
html {
  overflow: visible;
}

.load-complete .l-page-wrapper,
.load-complete .l-page {
  overflow: visible;
}

.m-pagetop {
  display: none !important;
}

#test-txt {
  position: fixed;
  top: 100px;
  left: 0px;
  background-color: #f00;
  color: #fff;
  font-size: 20px;
  z-index: 999;
}

body.noscroll,
body.is-mv-ended.noscroll {
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
  padding-right: var(--bar);
}
body.noscroll .g-header,
body.is-mv-ended.noscroll .g-header {
  width: calc(100% - var(--bar));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.noscroll .sec-mv__mov,
body.is-mv-ended.noscroll .sec-mv__mov {
  width: calc(100% - var(--bar));
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   #sec-mv
---------------------------------------------------------------------------*/
.sec-mv {
  background-color: #000;
}
.sec-mv__inline {
  position: relative;
  padding-top: calc(100vh - 96px);
}
@media only screen and (max-width: 767px) {
  .sec-mv__inline {
    padding-top: calc(100vh - 64px);
  }
}
.sec-mv__mov-wrap {
  height: calc(100vh - 96px);
}
@media only screen and (max-width: 767px) {
  .sec-mv__mov-wrap {
    height: calc(100vh - 64px);
  }
}
.sec-mv__mov {
  position: fixed;
  top: 96px;
  left: 0;
  width: 100%;
  height: calc(100vh - 96px);
  text-align: center;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-mv__mov {
    top: 64px;
    left: 0;
    height: calc(100vh - 64px);
  }
}
.sec-mv__mov video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.32);
          transform: translate(-50%, -50%) scale(1.32);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
.sec-mv__mov video.is-mv-play {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.sec-mv__catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-filter 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-filter 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, filter 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, filter 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-filter 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media only screen and (max-width: 767px) {
  .sec-mv__catch {
    height: calc(var(--vh) * 100 - 64px);
  }
}
.sec-mv__catch .txt-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
.sec-mv__catch .txt-wrap .hdg {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
  .sec-mv__catch .txt-wrap .hdg {
    font-size: 26px;
    line-height: 1.5;
  }
}
.sec-mv__catch .txt-wrap .txt {
  font-size: 22px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .sec-mv__catch .txt-wrap .txt {
    font-size: 12px;
  }
}
.sec-mv__catch svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 453px;
  height: 250px;
}
@media only screen and (max-width: 767px) {
  .sec-mv__catch svg {
    width: 280px;
    height: 154px;
  }
}
.sec-mv__txt {
  position: relative;
  z-index: 9;
  padding: 250px 0 calc(100vh + 96px);
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-mv__txt {
    padding: 150px 0 calc(var(--vh) * 100 + 64px);
  }
}
.sec-mv__txt .inline {
  display: inline-block;
  padding-bottom: 50px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .sec-mv__txt .inline {
    padding-bottom: 25px;
  }
}
.sec-mv__txt .hdg {
  margin-bottom: 120px;
  font-size: 48px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .sec-mv__txt .hdg {
    margin-bottom: 60px;
    font-size: 30px;
  }
}
.sec-mv__txt .txt {
  margin-bottom: 50px;
  font-size: 21px;
  line-height: 2.8;
}
.sec-mv__txt .txt:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .sec-mv__txt .txt {
    margin-bottom: 25px;
    font-size: 14px;
  }
}
.sec-mv__scroll {
  pointer-events: none;
}
.sec-mv__scroll-inline {
  position: absolute;
  bottom: 10%;
  right: 38px;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .sec-mv__scroll-inline {
    right: 5%;
    bottom: 10%;
  }
}
.sec-mv__scroll .scroll {
  font-family: inherit;
  font-size: 12px;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-animation: 3s ease-out infinite scd;
          animation: 3s ease-out infinite scd;
}
@media only screen and (max-width: 767px) {
  .sec-mv__scroll .scroll {
    font-size: 13px;
  }
}
@-webkit-keyframes scd {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes scd {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sec-mv__scroll .scroll .txt {
  position: relative;
  display: block;
  padding-bottom: 20px;
}
.sec-mv__scroll .scroll .txt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12px;
  height: 13px;
  background: url("../../img/common/ico_arrow_scroll.svg") no-repeat 50% 50%/cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* en
=================================================================*/
html:lang(en) body .sec-mv__catch .txt-wrap .hdg {
  translate: 0 -10px;
}
@media only screen and (max-width: 767px) {
  html:lang(en) body .sec-mv__catch .txt-wrap .hdg {
    translate: 0 -4px;
  }
}

/*--------------------------------------------------------------------------
   #sec-clock
---------------------------------------------------------------------------*/
.sec-clock {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden; /* はみ出た部分を隠しておく */
  background-color: #eee;
  z-index: 9;
}
.sec-clock .clock-cont {
  position: relative;
  width: 100%;
  height: 100vh;
  opacity: 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
  -webkit-filter: blur(50px);
          filter: blur(50px);
  -webkit-transition: 1s;
  transition: 1s;
}
@media only screen and (max-width: 767px) {
  .sec-clock .clock-cont {
    height: 100vh;
  }
}
.sec-clock .clock-cont.is-clock {
  opacity: 1;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.sec-clock .clock-cont__line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-bottom: 10px solid #D0B787;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 999;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .sec-clock .clock-cont__line {
    height: 100%;
  }
}
.sec-clock .swiper-pagination {
  position: absolute;
  top: 0;
  width: 100%;
  height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .sec-clock .swiper-pagination {
    top: 0;
    height: 17px;
  }
}
.sec-clock .swiper-pagination span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 25px;
  margin: 0 !important;
  opacity: 1 !important;
  background: none;
}
@media only screen and (max-width: 767px) {
  .sec-clock .swiper-pagination span {
    width: 24px;
    height: 12px;
  }
}
.sec-clock .swiper-pagination span::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #D0B787;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  content: "";
}
@media only screen and (max-width: 767px) {
  .sec-clock .swiper-pagination span::before {
    width: 12px;
    height: 12px;
  }
}
.sec-clock .swiper-pagination span.swiper-pagination-bullet-active::before, .mode-pc .sec-clock .swiper-pagination span:hover::before, .mode-sp .sec-clock .swiper-pagination span:active::before {
  width: 25px;
  height: 25px;
  background-color: #D0B787;
}
@media only screen and (max-width: 767px) {
  .sec-clock .swiper-pagination span.swiper-pagination-bullet-active::before, .mode-pc .sec-clock .swiper-pagination span:hover::before, .mode-sp .sec-clock .swiper-pagination span:active::before {
    width: 17px;
    height: 17px;
  }
}
.sec-clock .swiper-pagination .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.sec-clock .swiper-pagination .list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 25px;
}
@media only screen and (max-width: 767px) {
  .sec-clock .swiper-pagination .list .item {
    width: 34px;
    height: 17px;
  }
}
.sec-clock .clock-cont__list {
  position: absolute;
  top: 96px;
  left: 0;
  width: 100%;
  height: calc(100% - 96px);
}
@media only screen and (max-width: 767px) {
  .sec-clock .clock-cont__list {
    top: 64px;
    padding: 0;
    height: calc(100% - 64px);
  }
}
.sec-clock .clock-cont__list .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-clock .clock-cont__list .clock {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-clock .clock-cont__list .clock__inline {
  position: relative;
}
.sec-clock .clock-cont__list .clock a {
  position: relative;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}
.sec-clock .clock-cont__list .clock__img {
  position: relative;
  display: inline-block;
  width: 50%;
  text-align: center;
  overflow: hidden;
  border-radius: 9999px;
}
@media (min-aspect-ratio: 1000/600) {
  .sec-clock .clock-cont__list .clock__img {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-clock .clock-cont__list .clock__img {
    width: 50%;
  }
}
.sec-clock .clock-cont__list .clock__img img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  .sec-clock .clock-cont__list .clock__img img {
    max-width: 80vw;
    max-height: 75vw;
    aspect-ratio: 1/1;
  }
}
.sec-clock .clock-cont__list .clock__img figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  translate: 0 -150%;
  line-height: 1;
  font-size: 14px;
  color: #54565A;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .sec-clock .clock-cont__list .clock__img figcaption {
    translate: 0 -100%;
    font-size: 8px;
    line-height: 1.2;
  }
}
.sec-clock .clock-cont__list .clock__img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/manufacturing-excellence/common/img_btn_cover.svg);
  background-repeat: none;
  background-size: cover;
  pointer-events: none;
}
.sec-clock .clock-cont__list .clock__name {
  position: absolute;
  left: 0;
  bottom: -80%;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 2vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #54565A;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .sec-clock .clock-cont__list .clock__name {
    bottom: -30vw;
    font-size: 2.5vw;
  }
}
.sec-clock .clock-cont__list .clock a:hover .clock__img::after {
  -webkit-animation: 10s linear infinite clock-rotation;
          animation: 10s linear infinite clock-rotation;
}
@-webkit-keyframes clock-rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes clock-rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.sec-clock .clock-cont__list .clock a:hover .clock__img img {
  scale: 1.1;
}
.sec-clock .clock-cont__list .clock a:hover .clock__img figcaption {
  opacity: 1;
}
.sec-clock .clock-cont__list .clock.swiper-slide-active a {
  -webkit-transform: scale(2);
          transform: scale(2);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sec-clock .clock-cont__list .clock.swiper-slide-active a {
    -webkit-transform: scale(2.4);
            transform: scale(2.4);
  }
}
.sec-clock .clock-cont__list .clock.swiper-slide-active .clock__name {
  -webkit-transform: scale(2);
          transform: scale(2);
}
@media only screen and (max-width: 767px) {
  .sec-clock .clock-cont__list .clock.swiper-slide-active .clock__name {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
  }
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
.is-mv-ended body {
  overflow: visible;
}
.is-mv-ended .sec-mv__scroll .scroll__inline {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sec-mv__catch.is-hide {
  opacity: 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.sec-mv__catch .hdg span {
  display: inline-block;
  opacity: 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
  translate: -50% 0;
}
.sec-mv__catch .txt span {
  display: inline-block;
  opacity: 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
  translate: -50% 0;
}

.load-complete .sec-mv__catch .hdg span {
  opacity: 1;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
  -webkit-filter: blur(0);
          filter: blur(0);
  translate: 0 0;
  -webkit-transition: opacity 0.2s ease-in-out, translate 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-filter 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.2s ease-in-out, translate 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-filter 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.2s ease-in-out, filter 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), translate 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.2s ease-in-out, filter 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), translate 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-filter 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.load-complete .sec-mv__catch .hdg span:nth-child(1) {
  -webkit-transition-delay: 1.02s;
          transition-delay: 1.02s;
}
.load-complete .sec-mv__catch .hdg span:nth-child(2) {
  -webkit-transition-delay: 1.04s;
          transition-delay: 1.04s;
}
.load-complete .sec-mv__catch .hdg span:nth-child(3) {
  -webkit-transition-delay: 1.06s;
          transition-delay: 1.06s;
}
.load-complete .sec-mv__catch .hdg span:nth-child(4) {
  -webkit-transition-delay: 1.08s;
          transition-delay: 1.08s;
}
.load-complete .sec-mv__catch .hdg span:nth-child(5) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.load-complete .sec-mv__catch .hdg span:nth-child(6) {
  -webkit-transition-delay: 1.12s;
          transition-delay: 1.12s;
}
.load-complete .sec-mv__catch .hdg span:nth-child(7) {
  -webkit-transition-delay: 1.14s;
          transition-delay: 1.14s;
}
.load-complete .sec-mv__catch .hdg span:nth-child(8) {
  -webkit-transition-delay: 1.16s;
          transition-delay: 1.16s;
}
.load-complete .sec-mv__catch .hdg span:nth-child(9) {
  -webkit-transition-delay: 1.18s;
          transition-delay: 1.18s;
}
.load-complete .sec-mv__catch .hdg span:nth-child(10) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.load-complete .sec-mv__catch .hdg span:nth-child(11) {
  -webkit-transition-delay: 1.22s;
          transition-delay: 1.22s;
}
.load-complete .sec-mv__catch .hdg span:nth-child(12) {
  -webkit-transition-delay: 1.24s;
          transition-delay: 1.24s;
}
.load-complete .sec-mv__catch .hdg span:nth-child(13) {
  -webkit-transition-delay: 1.26s;
          transition-delay: 1.26s;
}
.load-complete .sec-mv__catch .hdg span:nth-child(14) {
  -webkit-transition-delay: 1.28s;
          transition-delay: 1.28s;
}
.load-complete .sec-mv__catch .hdg span:nth-child(15) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.load-complete .sec-mv__catch .hdg span:nth-child(16) {
  -webkit-transition-delay: 1.32s;
          transition-delay: 1.32s;
}
.load-complete .sec-mv__catch .hdg span:nth-child(17) {
  -webkit-transition-delay: 1.34s;
          transition-delay: 1.34s;
}
.load-complete .sec-mv__catch .hdg span:nth-child(18) {
  -webkit-transition-delay: 1.36s;
          transition-delay: 1.36s;
}
.load-complete .sec-mv__catch .hdg span:nth-child(19) {
  -webkit-transition-delay: 1.38s;
          transition-delay: 1.38s;
}
.load-complete .sec-mv__catch .hdg span:nth-child(20) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.load-complete .sec-mv__catch .hdg span:nth-child(21) {
  -webkit-transition-delay: 1.42s;
          transition-delay: 1.42s;
}
.load-complete .sec-mv__catch .hdg span:nth-child(22) {
  -webkit-transition-delay: 1.44s;
          transition-delay: 1.44s;
}
.load-complete .sec-mv__catch .hdg span:nth-child(23) {
  -webkit-transition-delay: 1.46s;
          transition-delay: 1.46s;
}
.load-complete .sec-mv__catch .hdg span:nth-child(24) {
  -webkit-transition-delay: 1.48s;
          transition-delay: 1.48s;
}
.load-complete .sec-mv__catch .hdg span:nth-child(25) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.load-complete .sec-mv__catch .hdg span:nth-child(26) {
  -webkit-transition-delay: 1.52s;
          transition-delay: 1.52s;
}
.load-complete .sec-mv__catch .hdg span:nth-child(27) {
  -webkit-transition-delay: 1.54s;
          transition-delay: 1.54s;
}
.load-complete .sec-mv__catch .hdg span:nth-child(28) {
  -webkit-transition-delay: 1.56s;
          transition-delay: 1.56s;
}
.load-complete .sec-mv__catch .hdg span:nth-child(29) {
  -webkit-transition-delay: 1.58s;
          transition-delay: 1.58s;
}
.load-complete .sec-mv__catch .hdg span:nth-child(30) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.load-complete .sec-mv__catch .txt span {
  opacity: 1;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
  -webkit-filter: blur(0);
          filter: blur(0);
  translate: 0 0;
  -webkit-transition: opacity 0.2s ease-in-out, translate 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-filter 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.2s ease-in-out, translate 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-filter 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.2s ease-in-out, filter 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), translate 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.2s ease-in-out, filter 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), translate 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-filter 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.load-complete .sec-mv__catch .txt span:nth-child(1) {
  -webkit-transition-delay: 1.22s;
          transition-delay: 1.22s;
}
.load-complete .sec-mv__catch .txt span:nth-child(2) {
  -webkit-transition-delay: 1.24s;
          transition-delay: 1.24s;
}
.load-complete .sec-mv__catch .txt span:nth-child(3) {
  -webkit-transition-delay: 1.26s;
          transition-delay: 1.26s;
}
.load-complete .sec-mv__catch .txt span:nth-child(4) {
  -webkit-transition-delay: 1.28s;
          transition-delay: 1.28s;
}
.load-complete .sec-mv__catch .txt span:nth-child(5) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.load-complete .sec-mv__catch .txt span:nth-child(6) {
  -webkit-transition-delay: 1.32s;
          transition-delay: 1.32s;
}
.load-complete .sec-mv__catch .txt span:nth-child(7) {
  -webkit-transition-delay: 1.34s;
          transition-delay: 1.34s;
}
.load-complete .sec-mv__catch .txt span:nth-child(8) {
  -webkit-transition-delay: 1.36s;
          transition-delay: 1.36s;
}
.load-complete .sec-mv__catch .txt span:nth-child(9) {
  -webkit-transition-delay: 1.38s;
          transition-delay: 1.38s;
}
.load-complete .sec-mv__catch .txt span:nth-child(10) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.load-complete .sec-mv__catch .txt span:nth-child(11) {
  -webkit-transition-delay: 1.42s;
          transition-delay: 1.42s;
}
.load-complete .sec-mv__catch .txt span:nth-child(12) {
  -webkit-transition-delay: 1.44s;
          transition-delay: 1.44s;
}
.load-complete .sec-mv__catch .txt span:nth-child(13) {
  -webkit-transition-delay: 1.46s;
          transition-delay: 1.46s;
}
.load-complete .sec-mv__catch .txt span:nth-child(14) {
  -webkit-transition-delay: 1.48s;
          transition-delay: 1.48s;
}
.load-complete .sec-mv__catch .txt span:nth-child(15) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.load-complete .sec-mv__catch .txt span:nth-child(16) {
  -webkit-transition-delay: 1.52s;
          transition-delay: 1.52s;
}
.load-complete .sec-mv__catch .txt span:nth-child(17) {
  -webkit-transition-delay: 1.54s;
          transition-delay: 1.54s;
}
.load-complete .sec-mv__catch .txt span:nth-child(18) {
  -webkit-transition-delay: 1.56s;
          transition-delay: 1.56s;
}
.load-complete .sec-mv__catch .txt span:nth-child(19) {
  -webkit-transition-delay: 1.58s;
          transition-delay: 1.58s;
}
.load-complete .sec-mv__catch .txt span:nth-child(20) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.load-complete .sec-mv__catch .txt span:nth-child(21) {
  -webkit-transition-delay: 1.62s;
          transition-delay: 1.62s;
}
.load-complete .sec-mv__catch .txt span:nth-child(22) {
  -webkit-transition-delay: 1.64s;
          transition-delay: 1.64s;
}
.load-complete .sec-mv__catch .txt span:nth-child(23) {
  -webkit-transition-delay: 1.66s;
          transition-delay: 1.66s;
}
.load-complete .sec-mv__catch .txt span:nth-child(24) {
  -webkit-transition-delay: 1.68s;
          transition-delay: 1.68s;
}
.load-complete .sec-mv__catch .txt span:nth-child(25) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.load-complete .sec-mv__catch .txt span:nth-child(26) {
  -webkit-transition-delay: 1.72s;
          transition-delay: 1.72s;
}
.load-complete .sec-mv__catch .txt span:nth-child(27) {
  -webkit-transition-delay: 1.74s;
          transition-delay: 1.74s;
}
.load-complete .sec-mv__catch .txt span:nth-child(28) {
  -webkit-transition-delay: 1.76s;
          transition-delay: 1.76s;
}
.load-complete .sec-mv__catch .txt span:nth-child(29) {
  -webkit-transition-delay: 1.78s;
          transition-delay: 1.78s;
}
.load-complete .sec-mv__catch .txt span:nth-child(30) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

#top_circle .d {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke-dasharray: 1000; /* 線の長さ以上の値 */
  stroke-dashoffset: 1000; /* 線が全て隠れるようにオフセット */
}