.play-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.play-icon img {
  width: 14em;
  transition: 0.3s;
}
@media screen and (max-width: 550px) {
  .play-icon img {
    width: 6em;
  }
}

.p-products_detail__movie video {
  transition: 0.3s;
}
.p-products_detail__movie:hover {
  cursor: pointer;
}
.p-products_detail__movie:hover video {
  opacity: 0.8;
}
.p-products_detail__movie:hover .play-icon {
  pointer-events: none;
}
.p-products_detail__movie:hover .play-icon img {
  width: 16em;
  transition-timing-function: cubic-bezier(0.62, 2.15, 1, 1.05);
}
@media screen and (max-width: 550px) {
  .p-products_detail__movie:hover .play-icon img {
    width: 8em;
  }
}

.p-esg-sdgs_detail__set {
  display: flex;
  flex-direction: row-reverse;
  gap: 8%;
}
.p-esg-sdgs_detail__set figcaption {
  width: 100%;
  flex: 1;
}
.p-esg-sdgs_detail__set img {
  width: 35%;
}

.p-esg-sdgs_detail__link {
  text-decoration: underline;
  transition: 0.4s;
}
.p-esg-sdgs_detail__link:hover {
  color: #f00;
}

.p-products_detail__itemTtl {
  display: flex;
  align-items: center;
  gap: 1em;
}
.p-products_detail__itemTtl .p-products_detail__note {
  line-height: 1.2;
  margin-top: 0;
}

.c-panel_news__tabInner.-smart-kit {
  background: #00f;
}

.c-card_news__term.-smart-kit {
  background: #00f;
}

.p-news_single__term.-smart-kit {
  background: #00f;
}

.p-home_news__tab.-smart-kit {
  background: #00f;
}/*# sourceMappingURL=include.css.map */