#luxy {
  background-color: black;
}

[class$="-inn"] {
  max-width: var(--content-max-width);
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  [class$="-inn"] {
    max-width: var(--content-sp-width);
  }
}

/*------------
hero
--------------*/
.hero {
  width: 100%;
  max-height: 1080px;
  height: 100vh;
  background: url("../images/hero_bg.jpg") no-repeat top center/100%;
  position: relative;
}

.hero-ttl {
  position: absolute;
  top: 39.8%;
  font-size: 96px;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.hero .red {
  color: var(--red);
}

.hero .cite {
  font-size: 30px;
  display: block;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .hero {
    background: none;
    height: auto;
  }
  .hero-ttl {
    position: initial;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: clamp(34.13333px, 10.66667vw, 80px);
  }
  .hero .cite {
    margin-top: 10px;
    font-size: clamp(12.8px, 4vw, 30px);
  }
}

/*------------
product
--------------*/
.product {
  padding: 108px 0 148px;
  background: url("../images/product_bg.jpg") no-repeat top center/100%;
}

.product-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-img {
  width: 50%;
}

.product-right {
  width: 50%;
  padding-left: 60px;
}

.product-ttl {
  font-size: 80px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 500;
}

.product-text {
  margin-top: 40px;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .product {
    padding: 70px 0 74px;
    background: url("../images/sp-product_bg.jpg") no-repeat top center/100%;
  }
  .product-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .product-img {
    width: auto;
  }
  .product-right {
    width: auto;
    padding-left: 0;
  }
  .product-ttl {
    font-size: clamp(34.13333px, 10.66667vw, 80px);
  }
  .product-text {
    margin-top: 20px;
    padding-bottom: 30px;
  }
}

/*------------
fixed,folding,choppers,outback,best
--------------*/
.fixed,
.folding,
.choppers,
.outback,
.best {
  position: relative;
}

.fixed-img img,
.folding-img img,
.choppers-img img,
.outback-img img,
.best-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-height: 1000px;
}

.fixed-ttl,
.folding-ttl,
.choppers-ttl,
.outback-ttl,
.best-ttl {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 500;
}

.fixed .no,
.folding .no,
.choppers .no,
.outback .no,
.best .no {
  font-size: 250px;
  letter-spacing: -0.05em;
  display: block;
  font-weight: normal;
}

.fixed-text,
.folding-text,
.choppers-text,
.outback-text,
.best-text {
  line-height: 1.875;
  margin-top: 20px;
}

.fixed-box,
.folding-box,
.choppers-box,
.outback-box,
.best-box {
  width: 50%;
  position: absolute;
  top: 120px;
  max-width: 720px;
}

@media screen and (max-width: 768px) {
  .fixed-img img,
  .folding-img img,
  .choppers-img img,
  .outback-img img,
  .best-img img {
    min-height: initial;
    height: auto;
    width: 100%;
  }
  .fixed-ttl,
  .folding-ttl,
  .choppers-ttl,
  .outback-ttl,
  .best-ttl {
    line-height: 1.1;
    font-size: clamp(21.33333px, 6.66667vw, 50px);
  }
  .fixed .no,
  .folding .no,
  .choppers .no,
  .outback .no,
  .best .no {
    font-size: clamp(106.66667px, 33.33333vw, 250px);
  }
  .fixed-text,
  .folding-text,
  .choppers-text,
  .outback-text,
  .best-text {
    line-height: 1.35714;
    margin-top: 15px;
  }
  .fixed-box,
  .folding-box,
  .choppers-box,
  .outback-box,
  .best-box {
    width: auto;
    position: absolute;
    top: 45px;
  }
}

/*------------
folding,outback,best
--------------*/
.folding-box,
.outback-box,
.best-box {
  left: 50%;
}

.best-box {
  top: 60%;
}

@media screen and (max-width: 768px) {
  .folding-box,
  .outback-box,
  .best-box {
    left: initial;
  }
  .outback-box,
  .choppers-box {
    top: auto;
    bottom: 38px;
  }
  .best-box {
    top: auto;
    bottom: 80px;
    max-width: 560px;
    width: 74.66667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/*# sourceMappingURL=style.css.map */