.c-cmn007 {
  margin-bottom: 4vw;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
}
@media only screen and (min-width: 1281px) {
  .c-cmn007 {
    margin-bottom: 51.2px;
  }
}
@media only screen and (max-width: 768px) {
  .c-cmn007 {
    margin-bottom: 8vw;
  }
}
@media only screen and (max-width: 768px) and only screen and (min-width: 1281px) {
  .c-cmn007 {
    margin-bottom: 102.4px;
  }
}
.c-cmn007--initialized {
  opacity: 1;
  visibility: visible;
}
.c-cmn007 .hero-image {
  width: 100%;
  overflow: hidden;
}
.c-cmn007 .hero-image__viewport {
  position: relative;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 58px;
}
@media only screen and (max-width: 768px) {
  .c-cmn007 .hero-image__viewport {
    padding-bottom: calc(32px + 4vw);
  }
}
.c-cmn007 .hero-image__inner {
  display: flex;
  flex-wrap: nowrap;
}
.c-cmn007 .hero-image__item {
  width: 100%;
  max-width: 1280px;
  flex-shrink: 0;
  user-select: none;
}
.c-cmn007 .hero-image__anchor {
  display: block;
  background-color: #fff;
}
.c-cmn007 .hero-image__anchor--disabled {
  pointer-events: none;
}
.c-cmn007 .hero-image__image {
  max-width: 100%;
  user-select: none;
  pointer-events: none;
}
.c-cmn007 .hero-image__control {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.015625vw;
  padding-right: 6.015625vw;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}
@media only screen and (min-width: 1281px) {
  .c-cmn007 .hero-image__control {
    padding-left: 77px;
  }
}
@media only screen and (min-width: 1281px) {
  .c-cmn007 .hero-image__control {
    padding-right: 77px;
  }
}
.c-cmn007 .togglePlay {
  position: absolute;
  top: 0;
  right: 6.015625vw;
  z-index: 1;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  font-size: 0;
  transition: opacity 0.2s ease 0s;
}
@media only screen and (min-width: 1281px) {
  .c-cmn007 .togglePlay {
    right: 77px;
  }
}
.c-cmn007 .togglePlay:hover {
  opacity: 0.7;
}
.c-cmn007 .togglePlay--start {
  background-image: url('/content/dam/kioxia-hd/shared/sustainability/materiality/value/carousel/icon_play.svg');
}
.c-cmn007 .togglePlay--pause {
  background-image: url('/content/dam/kioxia-hd/shared/sustainability/materiality/value/carousel/icon_stop.svg');
}
.c-cmn007 .hero-image--playing .togglePlay--start {
  display: none;
}
.c-cmn007 .hero-image--paused .togglePlay--pause {
  display: none;
}
.c-cmn007 .indicators {
  max-width: calc(100% - 40px - 40px);
  margin-right: 40px;
  margin-left: 40px;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
  list-style: none;
}
.c-cmn007 .indicators__item {
  position: relative;
  width: 50px;
  height: 30px;
  font-size: 0;
}
@media only screen and (max-width: 768px) {
  .c-cmn007 .indicators__item {
    width: 25px;
  }
}
.c-cmn007 .indicators__item::before,
.c-cmn007 .indicators__item::after {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  height: 3px;
}
.c-cmn007 .indicators__item::before {
  width: 100%;
  background-color: #c0c0c0;
}
.c-cmn007 .indicators__item::after {
  width: 100%;
  background: #000;
  opacity: 0;
  transition: opacity 0.5s ease;
}
body:not(.is-touchDevice) .c-cmn007 .indicators__item:hover::after {
  opacity: 1;
}
.is-touchDevice .c-cmn007 .indicators__item:active::after {
  opacity: 1;
}
.c-cmn007 .indicators__item--active {
  cursor: default;
  pointer-events: none;
}
.c-cmn007 .indicators__item--active::before {
  background-color: #000;
}
.c-cmn007 .indicators__item--active:hover::after {
  width: 0;
}
