@charset "UTF-8";
/***/
/** Spacer **/
.product-header {
  background: rgba(167, 138, 73, 0.05);
  padding: 3rem 2rem;
}
.product-header h1 {
  font-size: 2.5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1rem;
}
.product-header h1 span {
  font-size: 1.2rem;
}
.product-header p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  line-height: 3.3rem;
  font-size: 2.2rem;
}

.product-main {
  padding-bottom: 5rem;
}
@media print, screen and (min-width: 769px) {
  .product-main {
    padding-bottom: 8rem;
  }
}
.product-main figure {
  margin-bottom: 4rem;
}
.product-main h2 {
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 769px) {
  .product-main h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 3.2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .product-main p {
    font-size: 1.6rem;
    line-height: 2.8rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .product-main__lead .u-accent {
    display: none;
  }
}

.product-blocks {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .product-blocks::before {
    content: "";
    background: #F7F7F7;
    position: absolute;
    width: 100%;
    height: 76rem;
    top: 70rem;
    left: 0;
  }
  .product-blocks.Beton::before {
    top: 20rem;
    height: 52.4rem;
  }
  .product-blocks.Edge::before {
    top: 20rem;
    height: 52.4rem;
  }
  .product-blocks.Rustic::before {
    top: 20rem;
    height: 52.4rem;
  }
}

@media print, screen and (min-width: 769px) {
  .product-block {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    margin-bottom: 8rem;
    gap: 10.8rem;
  }
  .product-block:nth-child(1) {
    padding-right: 14.4rem;
  }
  .product-block:nth-child(1) .product-block__mv {
    max-width: 73.4rem;
  }
  .product-block:nth-child(1) .product-block__desc {
    font-size: 1.6rem;
  }
  .product-block:nth-child(n+2) {
    max-width: 100rem;
    margin-left: auto;
    margin-right: auto;
    gap: 9.6rem;
  }
  .product-block:nth-child(n+2) .product-block__mv {
    max-width: 45rem;
    flex: 0 0 45rem;
  }
  .product-block:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.product-block__body {
  padding: 3rem 2rem 5rem;
}
@media print, screen and (min-width: 769px) {
  .product-block__body {
    padding: 0;
  }
}
.product-block__title {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 3rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .product-block__title {
    font-size: 2.6rem;
    white-space: nowrap;
    text-align: left;
    margin-bottom: 4rem;
  }
}

.product-items-wrap {
  padding: 6rem 0 5.4rem;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .product-items-wrap {
    padding: 0;
  }
}
.product-items-wrap::after {
  content: "";
  background: #f7f7f7;
  position: absolute;
  right: 0;
  top: 0;
  width: 27.7rem;
  height: 100%;
}
@media print, screen and (min-width: 769px) {
  .product-items-wrap::after {
    display: none;
  }
}

.product-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 2rem;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .product-items {
    grid-template-columns: repeat(4, 1fr);
  }
}

.product-item__figure {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 769px) {
  .product-item__figure img {
    width: 100%;
    height: 17.8rem;
    object-fit: cover;
  }
}
.product-item__title {
  font-size: 1.4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 1.6rem;
  font-weight: 500;
}
.product-item__desc {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.product-footer {
  padding: 5rem 4.5rem 8rem;
}
@media print, screen and (min-width: 769px) {
  .product-footer {
    padding-top: 8rem;
  }
}
.product-footer__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media print, screen and (min-width: 769px) {
  .product-footer__items {
    grid-template-columns: repeat(3, 28.5rem);
    gap: 2.4rem;
    justify-content: center;
  }
}
.product-footer__item {
  display: grid;
  grid-template-columns: 9.5rem 1fr;
  border: solid 1px #C3C3C3;
  font-size: 1.6rem;
  align-items: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background-image: url("../images/common/button-arrow.png");
  background-repeat: no-repeat;
  background-position: center right 2rem;
  background-size: 0.5rem;
}
.product-footer__item-title {
  padding-left: 2rem;
}

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