.js-io._fadeup {
  transform: translate(0, 36px);
  transition: transform 0.8s cubic-bezier(0.32, 0.1, 0, 1), opacity 0.8s cubic-bezier(0.32, 0.1, 0, 1), background 1.2s cubic-bezier(0.32, 0.1, 0, 1);
  visibility: hidden;
  opacity: 0;
  filter: blur(10px);
}
.js-io._fadeleft {
  transform: translateX(100px) scale(1.1);
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  filter: blur(10px);
  opacity: 0;
}
.js-io._blur {
  transform: scale(1.1);
  transition: all 0.6s ease-in-out;
  visibility: hidden;
  filter: blur(10px);
  opacity: 0;
}
.js-io._fadein {
  transform: translateY(0);
  transition: all 1s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.js-io._zoomup {
  transform: scale(0.5);
  transition: all 1s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.js-io._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}
.js-io._delay.--fadein {
  transform: translateY(0);
}
.js-io._delay._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}
.js-io._delay._show:nth-of-type(1) {
  transition-delay: 0s;
}
.js-io._delay._show:nth-of-type(2) {
  transition-delay: 0.1s;
}
.js-io._delay._show:nth-of-type(3) {
  transition-delay: 0.18s;
}
.js-io._delay._show:nth-of-type(4) {
  transition-delay: 0.26s;
}
.js-io._delay._show:nth-of-type(5) {
  transition-delay: 0.34s;
}
.js-io._delay._show:nth-of-type(6) {
  transition-delay: 0.42s;
}
.js-io._delay._show:nth-of-type(7) {
  transition-delay: 0.5s;
}
.js-io._delay._show:nth-of-type(8) {
  transition-delay: 0.58s;
}
.js-io._delay._show:nth-of-type(9) {
  transition-delay: 0.66s;
}
.js-io._delay._show:nth-of-type(10) {
  transition-delay: 0.74s;
}

.fade-ttl {
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
.fade-ttl span {
  display: inline-block;
  color: var(--g-color-black);
  transform: translateY(100%);
  transition: transform 0.8s cubic-bezier(0.32, 0.1, 0, 1);
}

.fade-ttl._show span {
  transform: translateY(0);
}



.article-header__image-pc {
  position: relative;
}

.article-header__image-pc .article-header__image-pc__elem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}
.article-header__image-pc .article-header__image-pc__elem img {
  transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1);
  transform: translateY(50px);
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .article-header__image-pc img:nth-child(1) {
  
} */

.article-header__image-pc span {
  position: relative;
  display: block;
  z-index: 1
}

.article-header__image-pc img.article-header__image-main {
  position: relative;
  transform: translateY(0);
  opacity: 0.6;
  transition: all 0.8s cubic-bezier(0.215, 0.610, 0.355, 1);
  z-index: 1;
}

.article-header__image-pc img.article-header__image-main._show {
  opacity: 1;
}

/* .article-header__image-pc span span {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #F8F8F8;
  top: 0;
  left: 0;
  transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1);
  clip-path: inset(0);
}

.article-header__image-pc span span._show:first-child {
  clip-path: inset(0 0 100% 0);
}

.article-header__image-pc span span._show:last-child {
  clip-path: inset(0 100% 0 0);
} */



.section-ABOUT__group03-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.section-ABOUT__group03-image img.section-ABOUT__group03-image-main {
  position: relative;
  z-index: 1;
}

.section-FEATURE__order-item-image video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.article-header__heading-text-01 span span {
  text-decoration: underline;
}

.article-header__heading-text-02 {
  line-height: 1.3 !important;
}