main {
  overflow: clip;
}

.mvslider {
  height: 100%;
}
.mvslider .splide__track {
  height: 100%;
}
.mvslider .splide__slide {
  height: 100%;
}
.mvslider .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.movie {
  padding: 60px 0 123px;
  background-color: #f0efef;
}

.originality .eng img {
  height: 155px;
}
@media only screen and (max-width: 1024px) {
  .originality .eng img {
    height: 60px;
  }
}
.originality-title__ja {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  letter-spacing: 0.1em;
  margin-top: -15px;
}
@media only screen and (max-width: 1024px) {
  .originality-title__ja {
    margin-top: 0;
  }
}
.originality-block {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 600px) {
  .originality-block {
    padding: 60px 0;
  }
}
.originality-block::after {
  position: absolute;
  content: "";
  top: 0;
  left: -100vw;
  width: 200vw;
  background-color: #fff;
  height: 100%;
  z-index: -1;
}
.originality-block__title {
  letter-spacing: 0.1em;
  color: #d21144;
  font-weight: 700;
  line-height: 1.8333333333;
  font-size: 1.5rem;
  text-align: center;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media only screen and (max-width: 600px) {
  .originality-block__title {
    font-size: 1.2rem;
  }
}
.originality-block__description {
  text-align: center;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 10px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media only screen and (max-width: 600px) {
  .originality-block__description {
    font-size: 0.8rem;
    margin-top: 20px;
  }
}

.product-bg {
  position: relative;
  background-color: #fdf0f0;
  padding: 87px 0 52px;
}
@media only screen and (max-width: 600px) {
  .product-bg {
    padding: 60px 0;
  }
}
.product-bg::before {
  position: absolute;
  content: "";
  left: -100vw;
  top: 0;
  width: 200vw;
  height: 100%;
  background-color: #fdf0f0;
  z-index: -1;
}
.product-bg h3 {
  letter-spacing: -0.01em;
  margin-bottom: 0;
}
.product-bg .waku {
  margin-bottom: 0;
}
.product-bg .txt-none {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  margin-top: 5px;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 1024px) {
  .product-bg .txt-none {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .product-bg .txt-none {
    font-size: 0.8rem;
  }
}