@charset "UTF-8";
/***********************
   基本サイズ
***********************/
/* =============================================================================


     lineup


============================================================================= */
.sec-contents._lineup {
  padding-top: 0;
  position: relative;
  z-index: 1;
}

.sec-contents._lineup:before {
  background: url(../images/common/deco-1_1.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 400px;
  left: -10%;
  position: absolute;
  top: -100px;
  width: 400px;
  z-index: -1;
}

.lineup-deco {
  bottom: -200px;
  position: absolute;
  right: -100px;
}

.lineup-txt {
  margin-top: 20px;
}

.lineup-img {
  margin-bottom: 30px;
  padding: 80px 0 20px;
  position: relative;
  width: 100%;
}

.lineup-img-txt {
  background: #00a283;
  bottom: 0;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  padding: 50px 100px;
  position: absolute;
  right: 0;
}

.lineup-img-txt img {
  font-family: "object-fit:cover";
  height: 100%;
  left: 50%;
  object-fit: cover;
  opacity: 0.15;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.features-list {
  border-top: 2px solid #595757;
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  padding: 90px 0;
}

.features-item {
  width: calc((100% / 3) - (120px / 3));
}

.features-icon {
  text-align: center;
}

.features-icon img {
  margin: auto;
  width: 80px;
}

.features-icon figcaption {
  color: #00a283;
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 8px;
}

.features-txt {
  letter-spacing: 0.8px;
  margin-top: 16px;
  text-align: justify;
}

.features-img {
  margin: 16px auto 0;
  text-align: center;
}

/* **************************************


           product


***************************************/
.product-item {
  border-top: 2px solid #595757;
  padding: 90px 0;
}

.product-contents {
  display: flex;
  justify-content: space-between;
}

.product-item:nth-child(2n) .product-contents {
  flex-direction: row-reverse;
}

.product-img-contents {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 500px;
}

.product-img {
  width: 100%;
}

.product-thumb {
  margin-top: 10px;
}

.product-txt-contents {
  width: calc(100% - 540px);
}

.product-name {
  font-size: 3rem;
  font-weight: bold;
}

.product-txt-item {
  margin-top: 15px;
}

.product-txt-item dt {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.product-txt-item dd {
  margin-top: 8px;
}

.product-number {
  background: #00a283;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  min-width: 110px;
  padding: 0 15px;
  text-align: center;
}

.product-model {
  font-weight: bold;
  margin-left: 8px;
}

.product-model span {
  font-size: 1.2rem;
}

.product-figure-contents {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 30px;
}

.product-txt-figure {
  width: 50px;
}

.product-txt-figure + div {
  margin-left: 24px;
}

.product-txt-figure span {
  display: block;
  margin-top: 8px;
  text-align: center;
}

.product-txt-img {
  align-items: center;
  display: flex;
  height: 32px;
  justify-content: center;
}

@media screen and (max-width: 768px){
  .sec-contents._lineup {
    margin: auto;
    margin-top: 100px;
    width: 100%;
  }
  .sec-contents._lineup:before {
    height: 200px;
    top: -50px;
    width: 200px;
  }
  .lineup-deco {
    bottom: auto;
    margin-top: 30px;
    position: relative;
    right: auto;
  }
  .lineup-img-txt {
    font-size: 2rem;
    padding: 25px 35px;
  }
  .features-list {
    flex-direction: column;
    padding: 40px 0 90px;
  }
  .features-item {
    margin-top: 50px;
    width: 100%;
  }
  .product-contents {
    align-items: flex-start;
    flex-direction: column;
  }
  .product-item:nth-child(2n) .product-contents {
    flex-direction: column;
  }
  .product-img-contents {
    max-width: 500px;
    width: 100%;
  }
  .product-thumb {
    width: calc((100% / 3) - (20px / 3));
  }
  .product-txt-contents {
    margin-top: 30px;
    width: 100%;
  }
  .product-name {
    font-size: 2.6rem;
  }
}


/*# sourceMappingURL=lineup.css.map*/