.main {
  overflow: hidden;
}

.bg_black {
  background: url(../imgs/bg_black.png) center top/cover no-repeat;
  color: #fff;
}

.page_mv {
  position: relative;
  z-index: 2;
}

a.scroll {
  display: block;
  margin-top: -1rem;
  padding-top: 1rem;
}

.sec_quality .sec__01 {
  background: url(../imgs/bg_gray.png) center top/cover no-repeat;
  padding: 0.5rem 0 3rem;
  position: relative;
  z-index: 1;
}
.sec_quality .sec__01 .logo {
  width: 4.5rem;
}
.sec_quality .sec__01 .image {
  width: 5.2rem;
  position: absolute;
  top: 2rem;
  right: 0.4rem;
}
.sec_quality .sec {
  padding-left: 0.8rem;
  position: relative;
  z-index: 1;
}
.sec_quality .sec .cont {
  position: relative;
}
.sec_quality .sec .cont .blur {
  position: absolute;
  top: -0.5rem;
  left: -0.8rem;
  width: calc(100% + 0.8rem);
}
.sec_quality .sec .cont .en_ttl {
  font-size: 0.8rem;
  font-family: "Forum", serif;
  color: #545454;
  line-height: 1;
  margin-top: 0.5rem;
}
.sec_quality .sec .cont .jp_ttl {
  font-size: 0.32rem;
  margin-top: 0.3rem;
}
.sec_quality .sec.w100 {
  padding-left: 0;
}
.sec_quality .sec.reverse {
  padding-left: 0;
  padding-right: 0.8rem;
}
.sec_quality .sec.reverse .cont {
  padding-left: 0.8rem;
}
.sec_quality .sec.reverse .cont .blur {
  left: 0;
}
.sec_quality .sec__02 {
  margin-top: 2rem;
}
.sec_quality .sec__03 {
  margin-top: 1rem;
}
.sec_quality .sec__03 .cont .jp_ttl {
  margin-top: 0.5rem;
}
.sec_quality .sec__04 {
  margin-top: 1rem;
}
.sec_quality .sec__05 {
  margin-top: 1rem;
}
.sec_quality .sec__05 .movie video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.sec_quality .sec__05 .cont .jp_ttl {
  margin-top: 0.5rem;
}
.sec_quality .sec__05 .cont .jp_ttl em {
  font-size: 0.4rem;
  font-family: "Forum", serif;
}
.sec_quality .sec__06 {
  margin-top: 1rem;
}
.sec_quality .sec__07 {
  position: relative;
  padding-top: 3rem;
}
.sec_quality .sec__07 .arrow {
  position: absolute;
  top: 0.8rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 1px;
  height: 1.3rem;
  background: rgba(255, 255, 255, 0.5);
}
.sec_quality .sec__07 .arrow:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  transform-origin: left center;
  transform: rotate(-60deg);
}
.sec_quality .sec__07 .jp_ttl {
  text-align: center;
  font-size: 0.32rem;
}
.sec_quality .sec__07 .image {
  margin-top: 0.5rem;
}
.sec_quality .sec__07 .image figcaption {
  color: #333333;
}

.sec_brand {
  padding-top: 1.2rem;
  background: #fff;
}
.sec_brand .image.--01 {
  margin-top: 0.5rem;
}
.sec_brand .ttl {
  margin-top: 0.8rem;
  font-size: 0.32rem;
  text-align: center;
}
.sec_brand .text {
  text-align: center;
  margin-top: 0.2rem;
}
.sec_brand .image.--02 {
  width: 5rem;
  margin: 0.5rem auto 0;
}
