.js-fadeinTxt {
  opacity: 0;
}

.products-main {
  position: relative;
}
.products-deco {
  background: url(../../cmn/img/cmn_deco-sp.png) no-repeat center top/100% auto;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media (min-width: 768px) {
  .products-deco {
    background: url(../../cmn/img/cmn_deco-pc.png) no-repeat center top/100% auto;
    height: 110%;
  }
}
.products-mv {
  background-image: url(../img/mv-pc.jpg);
}
.products-contents {
  margin-top: clamp(50px, 10.4166666667vw, 120px);
}
.products-contents:last-of-type {
  margin-bottom: clamp(50px, 13.0208333333vw, 150px);
}
.products-contents-wrapper {
  position: relative;
}
@media (min-width: 1024px) {
  .products-contents-wrapper {
    display: grid;
    gap: clamp(3rem, 3.55555vw, 6.4rem) clamp(4rem, 4.44444vw, 8rem);
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
  }
}
@media (min-width: 1024px) {
  .products-contents__title {
    grid-area: 1/1/2/2;
    margin-bottom: 0;
  }
}
.products-contents .heading01__txt {
  margin-bottom: 0;
}
.products-contents__img {
  display: block;
}
@media (min-width: 1024px) {
  .products-contents__img {
    grid-area: 1/2/3/3;
    margin-top: 4rem;
    width: min(41.111vw, 74rem);
  }
}
.products-contents__img img {
  border-radius: 8px 0 8px 0;
}
@media (min-width: 1024px) {
  .products-contents__img img {
    border-radius: 20px 0 20px 0;
  }
}
.products-contents-content {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .products-contents-content {
    grid-area: 2/1/3/2;
    margin-top: 0;
  }
}
.products-contents-content__txt {
  letter-spacing: 0.06em;
}
.products-contents-content__txt + .products-contents-content__txt {
  margin-top: 1.5em;
}
.products-contents-content__txt--01.active {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  opacity: 0;
  transform: translateX(-30px);
}
.products-contents-content__txt--02.active {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  opacity: 0;
  transform: translateX(-30px);
}
.products-contents-content__txt--03.active {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  opacity: 0;
  transform: translateX(-30px);
}
.products-contents-more {
  align-items: center;
  display: flex;
  gap: 9px;
  justify-content: flex-end;
  margin-left: auto;
  margin-top: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 768px) {
  .products-contents-more {
    gap: 18px;
  }
}
.products-contents-more__txt {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .products-contents-more__txt {
    font-size: 18px;
  }
}
.products-contents-more__icon {
  border: 1px solid #c7161d;
  border-radius: 50%;
  display: grid;
  height: 50px;
  place-items: center;
  width: 50px;
}
@media (min-width: 768px) {
  .products-contents-more__icon {
    height: 120px;
    width: 120px;
  }
}
.products-contents-more__icon::before {
  background: rgba(199, 22, 29, 0.18);
  border-radius: 50%;
  content: "";
  display: block;
  grid-area: 1/1;
  height: 66%;
  transition: 0.5s;
  width: 66%;
}
.products-contents-more:hover .products-contents-more__icon::before {
  background: rgba(199, 22, 29, 0.25);
  height: 100%;
  width: 100%;
}
.products-contents-more__icon::after {
  background: url(../../cmn/img/header__nav__item_arrow.svg) no-repeat center/contain;
  content: "";
  display: block;
  grid-area: 1/1;
  height: 8px;
  width: 19px;
}
@media (min-width: 768px) {
  .products-contents-more__icon::after {
    height: 16px;
    width: 38px;
  }
}
.products-contents-more.active {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  opacity: 0;
  transform: translateX(-30px);
}
.products-contents-more:hover {
  opacity: 1;
}