html {
  scroll-behavior: smooth;
}

.scroll-section {
  scroll-margin-top: 100px;
}

.p-ga100-product-info-wrapper {
  padding-bottom: 83px;
}

.p-ga100-product-info {
  background-color: #000;
  padding: 56px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-ga100-product-info {
    padding: 60px 0;
  }
}

.p-ga100-product-info__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
.p-ga100-product-info__header {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .p-ga100-product-info__header {
    margin-bottom: 30px;
  }
}

.p-ga100-product-info__header-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  color: #fff;
  text-decoration: underline;
  text-underline-position: from-font;
  margin-top: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-ga100-product-info__header-subtitle {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 12px;
  }
}

.p-ga100-product-info__header-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 38px;
  line-height: 1.5;
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-ga100-product-info__header-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
}

.p-ga100-product-info__header-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-ga100-product-info__header-text {
    font-size: 13px;
    line-height: 1.8;
  }
  .p-ga100-product-info__header-text br {
    display: none;
  }
}

.p-ga100-product-info__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-ga100-product-info__content {
    gap: 40px;
  }
}

.p-ga100-product-info__series {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-ga100-product-info__series {
    gap: 30px;
  }
}

.p-ga100-product-info__series-header {
  background: linear-gradient(90deg, #8f856b 0%, #8f7f5b 100%);
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-ga100-product-info__series-header {
    height: 50px;
    padding: 0 15px;
    gap: 15px;
  }
}

.p-ga100-product-info__series-header--w {
  background: linear-gradient(90deg, #7e8c8c 0%, #5d6c71 100%);
}

.p-ga100-product-info__series-header--base {
  background: transparent;
  border: 1px solid #fff;
}

.p-ga100-product-info__series-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 24px;
  color: #fff;
  margin: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-ga100-product-info__series-title {
    font-size: 24px;
    line-height: 20px;
  }
}

.p-ga100-product-info__series-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-ga100-product-info__series-subtitle {
    font-size: 13px;
    line-height: 20px;
  }
}

.p-ga100-product-info__series-items {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-ga100-product-info__series-items {
    gap: 20px;
    justify-content: space-between;
  }
}

.p-ga100-product-info__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .p-ga100-product-info__item {
    width: calc(50% - 10px);
    gap: 6px;
  }
}

.p-ga100-product-info__item-image {
  width: 168px;
  height: 168px;
}
@media screen and (max-width: 767px) {
  .p-ga100-product-info__item-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.p-ga100-product-info__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-ga100-product-info__item-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-ga100-product-info__item-name {
    font-size: 14px;
    line-height: 1.6;
  }
}

.p-ga100-product-info__item-year {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-ga100-product-info__item-year {
    font-size: 11px;
  }
}

.p-ga100-product-info__good-design {
  background-color: #fff;
  padding: 50px 0 12px;
}
@media screen and (max-width: 767px) {
  .p-ga100-product-info__good-design {
    padding: 60px 0;
  }
}

.p-ga100-product-info__good-design-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-ga100-product-info__good-design-inner {
    padding: 0 20px;
    gap: 20px;
  }
}

.p-ga100-product-info__good-design-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #28803c;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-ga100-product-info__good-design-title {
    font-size: 20px;
    line-height: 1.4;
  }
}

.p-ga100-product-info__good-design-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  color: #000;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-ga100-product-info__good-design-text {
    font-size: 14px;
    line-height: 1.8;
  }
  .p-ga100-product-info__good-design-text br {
    display: none;
  }
}

.p-ga100-product-info__good-design-awards {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-ga100-product-info__good-design-awards {
    gap: 20px;
  }
}
.p-ga100-product-info__function {
  padding: 0 20px;
}

.p-ga100-product-info__service {
  padding: 0 20px;
  margin-top: 56px;
}

.p-ga100-product-info__certification {
  padding: 0 20px;
  margin-top: 56px;
}

.p-product-function__chart-note {
  font-size: 10px;
}

.p-product-100-recycle {
  margin-top: 60px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-product-100-recycle {
    margin-top: 0;
    padding: 0 15px 0 15px;
  }
}

.p-product-recycle__item-text-sustive-back {
  text-align: center;
  margin-top: 4px;
}
.p-product-recycle__item-text-sustive-back img {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-product-recycle__item-text-sustive-back {
    text-align: left;
    margin-top: 8px;
  }
}

.p-product-recycle__item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* 285% */
  margin-top: 4px;
  transition: all 0.3s ease;
}
.p-product-recycle__item-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-product-recycle__item-link {
    justify-content: flex-start;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.75;
    color: #000;
    margin-top: 4px;
  }
}
