@charset "UTF-8";
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mv__sp-image {
  width: 100%;
}

.swiper.mv__slide {
  position: relative;
}
.swiper.mv__slide:before {
  content: "";
  display: block;
  padding-top: 39.2857142857%;
}
@media screen and (max-width: 767px) {
  .swiper.mv__slide:before {
    padding-top: 100%;
  }
}

.swiper-wrapper.mv__slide-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-slide.mv__slide-item {
  position: relative;
  background: #f9f9f5;
  overflow: hidden;
}

.mv__slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mv__slide-icon-wrapper {
  position: absolute;
  top: 0;
  left: 14.2857142857%;
  z-index: 20;
  animation: fadeInDown 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  .mv__slide-icon-wrapper {
    left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mv__slide-icon-wrapper {
    max-width: 140px;
    max-height: 130px;
  }
}

.mv__slide-good-design {
  position: absolute;
  top: min(46.7857142857%, 262px);
  left: 17.1428571429%;
  z-index: 20;
}
@media screen and (max-width: 1120px) {
  .mv__slide-good-design {
    top: 57%;
  }
}
@media screen and (max-width: 900px) {
  .mv__slide-good-design {
    top: 67%;
  }
}
@media screen and (max-width: 767px) {
  .mv__slide-good-design {
    left: 20px;
    top: 43.75%;
  }
}

.mv__slide-char-wrapper {
  position: absolute;
  top: min(66.0714285714%, 370px);
  left: 14.2857142857%;
  z-index: 20;
  display: flex;
}
@media screen and (max-width: 1120px) {
  .mv__slide-char-wrapper {
    top: 74%;
  }
}
@media screen and (max-width: 900px) {
  .mv__slide-char-wrapper {
    top: 84%;
  }
}
@media screen and (max-width: 767px) {
  .mv__slide-char-wrapper {
    top: 64%;
    left: 20px;
  }
}

.mv__slide-char-flex-01 {
  display: flex;
  column-gap: 4px;
}

.mv__slide-char-flex-02 {
  display: flex;
  column-gap: 1px;
}

.mv__slide-char-small-wrapper {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .mv__slide-char-small-wrapper {
    margin-top: 8px;
  }
}

.mv__slide-char {
  animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation-delay: calc(60ms * var(--char-index));
  margin-right: 2px;
  display: flex;
  align-items: flex-end;
}

.mv__slide-char.center {
  align-items: center;
}

.mv__slide-char-svg {
  height: 37px;
  width: auto;
}

.mv__slide-char-svg-border {
  height: 7px;
  width: auto;
}

.mv__slide-char-small {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .mv__slide-char-small {
    font-size: 2rem;
  }
}

.mv__slide-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 1400/550;
}
@media screen and (max-width: 767px) {
  .mv__slide-bg-image {
    aspect-ratio: 1/1;
  }
}

.mv__slide-bg-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.swiper-button-prev.mv__slide-prev {
  top: auto;
  bottom: 30px;
  right: 14.2857142857%;
  left: auto;
  width: 40px;
  height: 40px;
  z-index: 100;
}
.swiper-button-prev.mv__slide-prev:after {
  content: "";
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/product_carpet/ga3600sb/img/top/mv_prev_arrow.svg");
}

.swiper-button-next.mv__slide-next {
  top: auto;
  bottom: 71px;
  right: 14.2857142857%;
  width: 40px;
  height: 40px;
  z-index: 100;
}
.swiper-button-next.mv__slide-next:after {
  content: "";
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/product_carpet/ga3600sb/img/top/mv_next_arrow.svg");
}

.sustive-back {
  width: min(880px, 100%);
  margin-left: auto;
  margin-right: 60px;
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .sustive-back {
    margin-top: 40px;
    max-width: 400px;
    margin-right: auto;
  }
}

.sustive-back__inner {
  width: 320px;
  height: auto;
  border: 1px solid #F1F8F3;
  border-radius: 30px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
  padding: 47px 26px 17px;
}
@media screen and (max-width: 767px) {
  .sustive-back__inner {
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
    border: none;
    aspect-ratio: initial;
    padding: 0;
  }
}

.sustive-back__content-wrapper {
  width: 268px;
}
@media screen and (max-width: 767px) {
  .sustive-back__content-wrapper {
    margin-top: 0;
  }
}

.sustive-back__header-wrapper {
  position: relative;
}
.sustive-back__header-wrapper img {
  margin: 0 auto;
}

.sustive-back__header {
  color: #3c8144;
  max-width: 255px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sustive-back__header {
    max-width: initial;
  }
}

.sustive-back__header-sub-top {
  font-size: 1.3rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .sustive-back__header-sub-top {
    font-size: 1.6rem;
  }
}

.sustive-back__header-image-wrapper {
  padding-top: 13px;
  display: block;
}
@media screen and (max-width: 767px) {
  .sustive-back__header-image-wrapper {
    padding-top: 15px;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .sustive-back__header-image {
    width: 277px;
  }
}

.sustive-back__header-sub-bottom {
  font-size: 2.4rem;
  padding-top: 20px;
  display: block;
  font-weight: bold;
}
.sustive-back__header-sub-bottom sub {
  font-size: 1.6rem;
  bottom: -7px;
  left: -4px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .sustive-back__header-sub-bottom {
    font-size: 2.2rem;
    padding-top: 15px;
  }
}

.sustive-back__header-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100px;
}
@media screen and (max-width: 767px) {
  .sustive-back__header-icon {
    top: -100px;
    transform: translate(-50%, 0);
    right: auto;
    left: 50%;
    width: 140px;
  }
}

.sustive-back__text {
  font-size: 1.6rem;
  line-height: 2.1875;
  padding-top: 23px;
  text-align: center;
  letter-spacing: 0;
  margin-left: -13px;
}
@media screen and (max-width: 767px) {
  .sustive-back__text {
    padding-top: 15px;
    margin-left: 0;
    text-align: left;
  }
}

.sustive-back__outline-text {
  border: 1px solid #aca9a9;
  font-weight: 500;
  font-size: 2.3rem;
  text-align: center;
  margin-top: 25px;
  line-height: 1.8421052632;
}
@media screen and (max-width: 767px) {
  .sustive-back__outline-text {
    margin-top: 42px;
  }
}

.sustive-back__list {
  padding: 0;
  list-style-type: none;
}

.sustive-back__list-item {
  margin-top: 25px;
  display: flex;
}

.sustive-back__list-item-image-wrapper {
  flex-shrink: 0;
}

.sustive-back__list-item-content {
  margin-left: 10px;
  padding-top: 5px;
}

.sustive-back__list-item-heading {
  font-size: 1.8rem;
  font-weight: 500;
}

.sustive-back__list-item-text {
  padding-top: 10px;
  font-size: 1.4rem;
  line-height: 2;
}

.sustive-back__button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.sustive-back__content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 20px 0;
  box-sizing: content-box;
  display: flex;
  gap: 26px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sustive-back__content {
    flex-direction: column;
    padding: 40px 20px 0;
    gap: 30px;
  }
}

.sustive-back__description {
  flex: 403 1 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.75;
  color: #000;
}
@media screen and (max-width: 767px) {
  .sustive-back__description {
    flex: none;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.sustive-back__stats {
  position: relative;
  display: flex;
  align-items: center;
  gap: 13.5px;
  flex: 571 1 0;
}
@media screen and (max-width: 767px) {
  .sustive-back__stats {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
}

.sustive-back__stats-content {
  align-items: center;
  display: flex;
  align-items: center;
  gap: 25.5px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .sustive-back__stats-content {
    gap: 10px;
  }
  .sustive-back__stats-content > {
    width: 100%;
    flex: 1;
  }
}

.sustive-back__stats-bracket {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sustive-back__stats-bracket {
    display: none;
  }
}

.sustive-back__stats-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 120px;
}
@media screen and (max-width: 767px) {
  .sustive-back__stats-item {
    min-height: auto;
    width: 100%;
  }
}

.sustive-back__stats-item--1 {
  flex: 93 1 0;
}
@media screen and (max-width: 767px) {
  .sustive-back__stats-item--1 {
    flex: 1;
  }
}

.sustive-back__stats-item--2 {
  flex: 158 1 0;
}
@media screen and (max-width: 767px) {
  .sustive-back__stats-item--2 {
    flex: 1;
  }
}

.sustive-back__stats-item--3 {
  flex: 135 1 0;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .sustive-back__stats-item--3 {
    flex: 1;
  }
}

.sustive-back__stats-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000;
  margin-bottom: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sustive-back__stats-label {
    font-size: 1.2rem;
  }
}

.sustive-back__stats-label--co2 sub {
  font-size: 1rem;
}

.sustive-back__stats-label-accent {
  color: #ca381c;
}

.sustive-back__stats-label-tracking {
  letter-spacing: -2.8px;
}

.sustive-back__stats-label-note {
  font-size: 1rem;
}

.sustive-back__stats-value {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: #ca381c;
  margin: 0;
  line-height: 1.5;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.sustive-back__stats-number {
  font-size: 5.7rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .sustive-back__stats-number {
    font-size: 3.5rem;
  }
}

.sustive-back__stats-unit {
  font-size: 3.7rem;
}
@media screen and (max-width: 767px) {
  .sustive-back__stats-unit {
    font-size: 3rem;
  }
}

.sustive-back__stats-suffix {
  font-size: 3rem;
  margin-left: 2px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .sustive-back__stats-suffix {
    font-size: 1.6rem;
  }
}

.sustive-back__stats-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #000;
  margin: -5px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sustive-back__stats-note {
    font-size: 0.7rem;
  }
}

.sustive-back__stats-divider {
  width: 2px;
  height: 90px;
  background-color: #d2e1c9;
  flex-shrink: 0;
}
.sustive-back__image {
  max-width: 1000px;
  margin: 0 auto;
  padding: 53px 20px 0;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .sustive-back__image {
    margin-top: 20px;
  }
}
.sustive-back__image img {
  width: 100%;
  height: auto;
}
.recycle {
  margin-top: 84px;
  padding-bottom: 80px;
}

.recycle__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}

.recycle__heading {
  color: #28803C;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .recycle__heading {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}

.recycle__tags {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .recycle__tags {
    flex-direction: column;
    gap: 12px;
    margin-top: 30px;
  }
}

.recycle__tag {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 47px;
}
@media screen and (max-width: 767px) {
  .recycle__tag {
    width: 100%;
  }
}

.recycle__tag-bracket {
  flex-shrink: 0;
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
}
.recycle__tag-bracket img {
  width: auto;
  height: 100%;
  display: block;
}

.recycle__tag-bracket--left {
  left: 0;
}

.recycle__tag-bracket--right {
  right: 0;
}

.recycle__tag-text {
  background-color: #25803d;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.5;
  text-align: center;
  padding: 0 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.recycle__tag-text sub {
  font-size: 1.6rem;
  bottom: -0.15rem;
}
@media screen and (max-width: 767px) {
  .recycle__tag-text {
    font-size: 1.6rem;
    padding: 12px 40px;
    width: 100%;
  }
}

.recycle__stats {
  display: flex;
  gap: 37px;
  justify-content: center;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .recycle__stats {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    align-items: center;
  }
}

.recycle__stats-item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .recycle__stats-item {
    text-align: center;
  }
}

.recycle__stats-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #000;
  white-space: nowrap;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .recycle__stats-label {
    font-size: 1.8rem;
  }
}

.recycle__stats-label-accent {
  color: #ca381c;
}

.recycle__stats-value {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: #ca381c;
  margin: 0;
  display: flex;
  align-items: baseline;
  line-height: 1;
}

.recycle__stats-value-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.recycle__stats-number {
  font-size: 7.2rem;
}
@media screen and (max-width: 767px) {
  .recycle__stats-number {
    font-size: 5rem;
  }
}

.recycle__stats-unit {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .recycle__stats-unit {
    font-size: 3.5rem;
  }
}

.recycle__stats-suffix {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.6rem;
  color: #ca381c;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .recycle__stats-suffix {
    font-size: 4rem;
  }
}

.recycle__table {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .recycle__table {
    margin-top: 40px;
  }
}

.recycle__table-section {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .recycle__table-section {
    flex-direction: column;
    gap: 30px;
  }
}
.recycle__table-section + .recycle__table-section {
  margin-top: 93px;
}
@media screen and (max-width: 767px) {
  .recycle__table-section + .recycle__table-section {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .recycle__table-section--reverse {
    flex-direction: column;
  }
}

.recycle__table-left {
  flex: 0 0 360px;
}
@media screen and (max-width: 767px) {
  .recycle__table-left {
    flex: none;
    width: 100%;
  }
}

.recycle__table-right {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .recycle__table-right {
    flex: none;
    width: 100%;
  }
}

.recycle__table-image {
  position: relative;
}
.recycle__table-image img {
  width: 100%;
  height: auto;
  display: block;
}

.recycle__table-image-caption {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .recycle__table-image-caption {
    font-size: 1.4rem;
    bottom: 16px;
  }
}

.recycle__table-wrapper {
  display: flex;
  flex-direction: column;
}

.recycle__table-data {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
  table-layout: fixed;
  border-bottom: 1px solid #d1d1d1;
}
@media screen and (max-width: 767px) {
  .recycle__table-data {
    font-size: 1.2rem;
  }
}

.recycle__table-data--sumpo {
  margin-top: 22px;
}
.recycle__table-data--sumpo tr:not(:last-child) {
  border-bottom: 1px dashed #d1d1d1;
}
.recycle__table-data--sumpo .recycle__table-header {
  height: 30px;
}
.recycle__table-data--sumpo .recycle__table-cell--value {
  width: 400px;
}
.recycle__table-data--sumpo tr:nth-child(1) .recycle__table-cell--product {
  height: 140px;
}
.recycle__table-data--sumpo tr:nth-child(2) .recycle__table-cell--product {
  height: 110px;
}
.recycle__table-data--sumpo tr:nth-child(2) .recycle__table-cell--value {
  height: 110px;
}
.recycle__table-data--sumpo tr:nth-child(3) .recycle__table-cell--product {
  height: 190px;
}

.recycle__table-data.pc thead th:first-child {
  width: 200px;
}
.recycle__table-data.pc tbody td:first-child {
  width: 200px;
}

.recycle__table-data.pc:not(.recycle__table-data--sumpo) thead th:nth-child(3) {
  width: 200px;
}
.recycle__table-data.pc:not(.recycle__table-data--sumpo) tbody td:nth-child(3) {
  width: 200px;
}

.recycle__table-header {
  background-color: #8fad7c;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  padding: 0 8px;
  border: 1px solid #d1d1d1;
  border-bottom: 0;
  height: 60px;
  vertical-align: middle;
}
.recycle__table-header sub {
  font-size: 1.2rem;
}
.recycle__table-header sup {
  font-size: 1.032rem;
}
@media screen and (max-width: 767px) {
  .recycle__table-header {
    font-size: 1.2rem;
    padding: 8px 4px;
    height: auto;
  }
  .recycle__table-header sub {
    font-size: 0.9rem;
  }
  .recycle__table-header sup {
    font-size: 0.8rem;
  }
}

.recycle__table-header--wide {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .recycle__table-header--wide {
    font-size: 1.2rem;
  }
}

.recycle__table-cell {
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  height: 120px;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .recycle__table-cell {
    padding: 8px;
    font-size: 1.1rem;
    width: auto;
  }
}

.recycle__table-cell--product {
  font-size: 1.4rem;
  text-align: left;
  width: 200px;
  padding: 0 15px;
  border-right: 1px solid #d1d1d1;
}
.recycle__table-cell--product strong {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 8px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .recycle__table-cell--product {
    font-size: 1.1rem;
  }
  .recycle__table-cell--product strong {
    font-size: 1.3rem;
  }
}

.recycle__table-cell--value {
  font-family: "Jost", sans-serif;
  font-size: 2.1rem;
  color: #25803d;
  padding: 0 11px;
  width: auto;
}
.recycle__table-cell--value sub {
  font-size: 1.3rem;
}
.recycle__table-cell--value sup {
  font-size: 1.3545rem;
}
@media screen and (max-width: 767px) {
  .recycle__table-cell--value {
    font-size: 1.6rem;
  }
  .recycle__table-cell--value sub {
    font-size: 1rem;
  }
  .recycle__table-cell--value sup {
    font-size: 1rem;
  }
}

.recycle__table-cell--highlight {
  background-color: #eaeee4;
}

.recycle__table-number {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .recycle__table-number {
    font-size: 2.8rem;
  }
}

.recycle__table-percentage {
  font-family: "Jost", sans-serif;
  font-size: 5.8rem;
  color: #ca381c;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .recycle__table-percentage {
    font-size: 4rem;
  }
}

.recycle__table-unit {
  font-family: "Jost", sans-serif;
  font-size: 4.6rem;
  color: #ca381c;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .recycle__table-unit {
    font-size: 3.2rem;
  }
}

.recycle__table-notes {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #000;
}
.recycle__table-notes p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .recycle__table-notes {
    font-size: 1rem;
  }
}

.recycle__table-text {
  flex: 0 0 360px;
}
@media screen and (max-width: 767px) {
  .recycle__table-text {
    flex: none;
    width: 100%;
  }
}

.recycle__table-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #25803d;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .recycle__table-heading {
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
}

.recycle__table-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #000;
}
.recycle__table-description p {
  margin: 0;
}
.recycle__table-description p + p {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .recycle__table-description {
    font-size: 1.4rem;
  }
}

.recycle__table-image-wrapper {
  flex: 1;
  min-width: 0;
}
.recycle__table-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .recycle__table-image-wrapper {
    flex: none;
    width: 100%;
  }
}

.recycle__table-image-caption-right {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #000;
  text-align: right;
  margin: 8px 0 0;
}
@media screen and (max-width: 767px) {
  .recycle__table-image-caption-right {
    font-size: 1rem;
  }
}

.products {
  padding: 0 20px;
}

.products__inner {
  padding: 40px 0 65px;
  border-top: 1px solid #e8e8e8;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .products__inner {
    padding: 45px 0 20px;
  }
}

.products__heading {
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .products__heading {
    font-size: 3.2rem;
    line-height: 1.4;
  }
}

.products__content {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .products__content {
    margin-top: 20px;
  }
}

.products__slide {
  position: relative;
}

.products__slide-item-box {
  display: flex;
}
@media screen and (max-width: 767px) {
  .products__slide-item-box {
    flex-direction: column-reverse;
  }
}

.products__slide-item-heading {
  font-size: 3.2rem;
  fill: #000;
}

.products__slide-item-heading-sub {
  display: block;
  font-size: 1.6rem;
}

.products__slide-item-text {
  font-size: 1.6rem;
  line-height: 2;
  padding: 30px 6px 0;
}
@media screen and (max-width: 767px) {
  .products__slide-item-text {
    padding: 15px 5px 0 0;
  }
}

.products__slide-item-button-wrapper {
  padding-top: 32px;
  padding-left: 8px;
}
@media screen and (max-width: 767px) {
  .products__slide-item-button-wrapper {
    padding-top: 10px;
    display: flex;
    justify-content: center;
  }
}

.products__slide-item-button {
  font-size: 1.6rem;
  line-height: 2.1875;
  display: flex;
  align-items: center;
}
.products__slide-item-button:before {
  content: "";
  background-image: url("/product_carpet/ga3600sb/img/top/more-arrow.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .products__slide-item-button {
    font-size: 2rem;
  }
  .products__slide-item-button:before {
    width: 22px;
    height: 22px;
    margin-right: 8px;
  }
}

.products__slide-item-image-warpper {
  flex-shrink: 0;
  margin-left: 30px;
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .products__slide-item-image-warpper {
    margin-left: 0;
    margin-top: 63px;
  }
}

.products__slide-pagination {
  position: absolute;
  top: 10px;
  bottom: auto !important;
  left: auto !important;
  right: 270px;
  width: auto !important;
  z-index: 100;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .products__slide-pagination {
    top: 70px;
    right: auto;
    left: 0;
  }
}

.swiper-pagination-bullet.products__slide-pagination-item.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-pagination-bullet.products__slide-pagination-item {
  width: 80px;
  height: 4px;
  border-radius: 0;
  opacity: 0.3;
  background: #4d8d55;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet.products__slide-pagination-item {
    width: 60px;
  }
}

.products__slide-prev {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 17px;
  width: 18px;
  height: 18px;
}
.products__slide-prev:after {
  content: "";
  height: 100%;
  width: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/product_carpet/ga3600sb/img/top/products__prev_arrow.svg");
}
@media screen and (max-width: 767px) {
  .products__slide-prev {
    top: 70px;
  }
}

.products__slide-next {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: -8px;
  bottom: 0;
  width: 18px;
  height: 18px;
}
.products__slide-next:after {
  content: "";
  height: 100%;
  width: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/product_carpet/ga3600sb/img/top/products__next_arrow.svg");
}
@media screen and (max-width: 767px) {
  .products__slide-next {
    top: 70px;
  }
}

.recycle__result {
  margin-top: 112px;
}
@media screen and (max-width: 767px) {
  .recycle__result {
    margin-top: 60px;
  }
}

.recycle__result-content {
  margin-top: 38px;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .recycle__result-content {
    margin-top: 40px;
    -webkit-overflow-scrolling: touch;
  }
}

.recycle__result-description {
  color: #000;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 33px */
}

.recycle__result-caution-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.recycle__result-caution {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
}

.recycle__result-item {
  width: 1000px;
  font-family: "Noto Sans JP", sans-serif;
  border-top: 1px solid #9a9a9a;
  flex-shrink: 0;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .recycle__result-item {
    min-width: 1000px;
  }
}

.recycle__result-row {
  display: flex;
  align-items: stretch;
}

.recycle__result-row--header {
  height: 70px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #9a9a9a;
}

.recycle__result-row--image {
  height: 180px;
  border-bottom: 1px solid #9a9a9a;
}

.recycle__result-row--data {
  height: 70px;
}
.recycle__result-row--data:nth-child(3), .recycle__result-row--data:nth-child(4) {
  border-bottom: 1px solid #9a9a9a;
}

.recycle__result-col {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  flex-shrink: 0;
}

.recycle__result-col--label {
  width: 189px;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 37px;
}
.recycle__result-col--label.is-center {
  align-items: center;
  padding-left: 0;
}
.recycle__result-col--label p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .recycle__result-col--label {
    font-size: 1.4rem;
  }
}

.recycle__result-col--data {
  width: 145px;
  background-color: #fff;
  flex-shrink: 0;
}
.recycle__result-col--data img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .recycle__result-col--data {
    width: 145px;
  }
}

.recycle__result-col--jis {
  width: 80px;
  flex-direction: column;
  gap: 11px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  background-color: #fff;
}
.recycle__result-col--jis p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .recycle__result-col--jis {
    font-size: 1.2rem;
  }
}

.recycle__result-divider {
  width: 1px;
  background-color: #9a9a9a;
  flex-shrink: 0;
}

.recycle__result-divider--dotted {
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.recycle__result-divider--dotted:before, .recycle__result-divider--dotted:after {
  content: "";
  display: block;
  width: 1px;
  height: 4px;
  background-color: #9a9a9a;
}
.recycle__result-divider--dotted:before {
  flex: 1;
  background: repeating-linear-gradient(to bottom, #9a9a9a 0px, #9a9a9a 4px, transparent 4px, transparent 8px);
}

.recycle__result-divider--white:before {
  background: repeating-linear-gradient(to bottom, #fff 0px, #fff 4px, transparent 4px, transparent 8px);
}

.recycle__result-header-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}

.recycle__result-header-top {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  margin: 0;
  white-space: nowrap;
  line-height: 0.75;
}
@media screen and (max-width: 767px) {
  .recycle__result-header-top {
    font-size: 1.4rem;
  }
}

.recycle__result-header-bottom {
  font-size: 2.2rem;
  font-weight: 700;
  color: #25803d;
  margin: 0;
  white-space: nowrap;
  line-height: 0.75;
}
@media screen and (max-width: 767px) {
  .recycle__result-header-bottom {
    font-size: 1.8rem;
  }
}

.recycle__result-icon {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #8fad7c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 0.75;
}
@media screen and (max-width: 767px) {
  .recycle__result-icon {
    width: 20px;
    height: 20px;
    font-size: 1.6rem;
  }
}

.recycle__result-label-text {
  font-size: 2rem;
  color: #25803d;
  margin: 0;
  line-height: 0.75;
}
@media screen and (max-width: 767px) {
  .recycle__result-label-text {
    font-size: 1.6rem;
  }
}

.recycle__result-label-text--narrow {
  letter-spacing: -6px;
}

.recycle__result-label-unit {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .recycle__result-label-unit {
    font-size: 1.2rem;
  }
}

.recycle__result-value {
  font-family: "Jost", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: #000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .recycle__result-value {
    font-size: 2rem;
  }
}

.recycle__result-value--highlight {
  font-weight: 500;
  color: #cd442a;
}

.recycle__result-jis-value {
  font-size: 2rem;
  margin: 0;
  line-height: 0.75;
}
@media screen and (max-width: 767px) {
  .recycle__result-jis-value {
    font-size: 1.6rem;
  }
}

.recycle__result-jis-unit {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .recycle__result-jis-unit {
    font-size: 1.2rem;
  }
}

.recycle__result-jis-label {
  font-size: 1.4rem;
  margin: 0;
  line-height: 0.75;
}
@media screen and (max-width: 767px) {
  .recycle__result-jis-label {
    font-size: 1.2rem;
  }
}

.recycle__result-jis-code {
  font-size: 1.4rem;
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 2px;
}
@media screen and (max-width: 767px) {
  .recycle__result-jis-code {
    font-size: 1.2rem;
  }
}

.recycle__result-jis-paren {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 100;
  line-height: 0.5;
}
.recycle__result-jis-paren:first-child {
  margin-right: -2px;
}
.recycle__result-jis-paren:last-child {
  margin-left: -2px;
}
@media screen and (max-width: 767px) {
  .recycle__result-jis-paren {
    font-size: 2.6rem;
  }
}

.recycle__result-row--double {
  height: 121px;
  border-bottom: 1px solid #9a9a9a;
}

.recycle__result-col--label-double {
  width: 189px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  background-color: #fff;
}

.recycle__result-label-double-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding-top: 13px;
  padding-left: 37px;
  box-sizing: border-box;
}

.recycle__result-label-double-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
}

.recycle__result-label-box {
  border: 1px solid #d8e9dd;
  background-color: #fff;
  color: #25803d;
  font-size: 2rem;
  padding: 10px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 106px;
  line-height: 0.75;
}
@media screen and (max-width: 767px) {
  .recycle__result-label-box {
    font-size: 1.6rem;
    min-width: 90px;
    padding: 8px 6px;
  }
}

.recycle__result-label-vh {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 121px;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background-color: #fff;
}

.recycle__result-vh-label {
  font-size: 1.8rem;
  color: #000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .recycle__result-vh-label {
    font-size: 1.6rem;
  }
}

.recycle__result-vh-divider {
  width: 28px;
  height: 1px;
  background: repeating-linear-gradient(to right, #9a9a9a 0px, #9a9a9a 4px, transparent 4px, transparent 8px);
}

.recycle__result-col--data-double {
  width: 145px;
  flex-direction: column;
  padding: 0;
  background-color: #fff;
}

.recycle__result-data-vh {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.recycle__result-divider-horizontal {
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, #9a9a9a 0px, #9a9a9a 4px, transparent 4px, transparent 8px);
}

.recycle__status {
  margin-top: 67px;
}
@media screen and (max-width: 767px) {
  .recycle__status {
    margin-top: 60px;
  }
}

.recycle__status-inner {
  background-color: #eaeee4;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .recycle__status-inner {
    padding: 30px 20px;
    gap: 20px;
  }
}

.recycle__status-tag {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  max-width: 771px;
}
@media screen and (max-width: 767px) {
  .recycle__status-tag {
    width: 100%;
    max-width: 100%;
  }
}

.recycle__status-tag-bracket {
  flex-shrink: 0;
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
}
.recycle__status-tag-bracket img {
  width: auto;
  height: 100%;
  display: block;
}

.recycle__status-tag-bracket--left {
  left: -1px;
}

.recycle__status-tag-bracket--right {
  right: -1px;
}

.recycle__status-tag-text {
  background-color: #25803d;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  padding: 10px 62px;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recycle__status-tag-text {
    font-size: 1.4rem;
    padding: 14px 30px;
  }
}

.recycle__status-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  color: #000;
}
.recycle__status-description p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .recycle__status-description {
    font-size: 1.6rem;
  }
}

.recycle__status-description-accent {
  color: #cb3f24;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .recycle__status-description-accent {
    font-size: 2rem;
  }
}

.recycle__list {
  margin: 56px auto 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-top: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
}
@media screen and (max-width: 767px) {
  .recycle__list {
    margin-top: 30px;
    gap: 20px;
  }
}

.recycle__list-item {
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .recycle__list-item {
    gap: 20px;
    padding: 0 20px;
  }
}
.recycle__list-item:not(:last-child) {
  border-bottom: 1px solid transparent;
  /* 線種は必須（none 以外） */
  border-image: repeating-linear-gradient(90deg, #d9d9d9 0 4px, transparent 4px 8px) 1 round;
}

.recycle__list-item-content {
  display: flex;
  gap: 24px;
  align-items: center;
  width: 100%;
  padding: 0 90px;
}
@media screen and (max-width: 767px) {
  .recycle__list-item-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 0;
  }
}

.recycle__list-item-label {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
  width: 144px;
}
@media screen and (max-width: 767px) {
  .recycle__list-item-label {
    width: auto;
  }
}

.recycle__list-item-icon {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #8fad7c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .recycle__list-item-icon {
    width: 20px;
    height: 20px;
    font-size: 1.6rem;
  }
}

.recycle__list-item-label-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  color: #25803d;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .recycle__list-item-label-text {
    font-size: 1.6rem;
  }
}

.recycle__list-item-label-text--narrow {
  letter-spacing: -6px;
}

.recycle__list-item-label-text-group {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.recycle__list-item-label-text-group .recycle__list-item-label-text {
  margin: 0;
}

.recycle__list-item-label-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #25803d;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .recycle__list-item-label-sub {
    font-size: 1.4rem;
  }
}

.recycle__list-item-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #000;
  flex: 1;
}
.recycle__list-item-description p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .recycle__list-item-description {
    font-size: 1.4rem;
  }
}

.recycle__list-item-divider {
  width: 100%;
  height: 1px;
}

.recycle__list-item-divider--dotted {
  background: repeating-linear-gradient(to right, #d9d9d9 0px, #d9d9d9 4px, transparent 4px, transparent 8px);
}

.recycle__button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .recycle__button {
    margin-top: 40px;
  }
}

.recycle__button-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 10px 0;
  width: 100%;
  max-width: 360px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  height: 75px;
  opacity: 1;
}
.recycle__button-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .recycle__button-link {
    padding: 10px 0;
    max-width: 100%;
    height: 65px;
  }
}

.recycle__button-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .recycle__button-text {
    font-size: 2rem;
  }
}

.recycle__table-sp-card {
  margin-top: 24px;
}
.recycle__table-sp-card:first-child {
  margin-top: 0;
}

.recycle__table-sp-divider {
  width: 100%;
  height: 0;
  border: 0;
  border-top: 1px dashed #d1d1d1;
  background: url("/product_carpet/ga3600sb/img/top/table_border_sp.svg") repeat-x;
  background-size: auto 1px;
}

.recycle__table-sp-header {
  background: #fff;
  min-height: 60px;
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.recycle__table-sp-product {
  width: 100%;
  padding: 0 5px;
}

.recycle__table-sp-product-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.75;
  color: #000;
  margin: 0 0 4px 0;
}

.recycle__table-sp-product-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  margin: 0;
}

.recycle__table-sp-product-names {
  display: flex;
  flex-wrap: wrap;
}
.recycle__table-sp-product-names .recycle__table-sp-product-name {
  width: 50%;
  flex-shrink: 0;
}

.recycle__table-sp-row {
  display: flex;
  border-top: 1px solid #d1d1d1;
}

.recycle__table-sp-row-single {
  border-top: 1px solid #d1d1d1;
}
.recycle__table-sp-row-single .recycle__table-sp-td {
  height: 80px;
}

.recycle__table-sp-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.recycle__table-sp-col--left {
  width: 135px;
  flex-shrink: 0;
  background: #8fad7c;
  border-right: 1px solid #d1d1d1;
  height: 60px;
}

.recycle__table-sp-col--right {
  flex: 1;
  background: #fff;
  height: 60px;
}

.recycle__table-sp-th {
  text-align: center;
  padding: 10px;
}

.recycle__table-sp-th-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.75;
  color: #fff;
  margin: 0;
}

.recycle__table-sp-th-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.75;
  color: #fff;
  margin: 0;
}
.recycle__table-sp-th-sub sup {
  font-size: 7.74px;
}

.recycle__table-sp-th-sumpo {
  background: #8fad7c;
  text-align: center;
  padding: 9px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recycle__table-sp-th-sumpo .recycle__table-sp-th-text {
  font-size: 16px;
}
.recycle__table-sp-th-sumpo .recycle__table-sp-th-text sup {
  font-size: 10.32px;
}

.recycle__table-sp-td {
  text-align: center;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

.recycle__table-sp-td--highlight {
  background: #eaeee4;
  width: 100%;
}

.recycle__table-sp-value {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1;
  color: #25803d;
  margin: 0;
}
.recycle__table-sp-value sub {
  font-size: 13px;
}
.recycle__table-sp-value sup {
  font-size: 13.545px;
}

.recycle__table-sp-number {
  font-size: 40px;
  font-family: "Jost", sans-serif;
}

.recycle__table-sp-percentage {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 0;
  line-height: 1;
  color: #ca381c;
  margin: 0;
}

.recycle__table-sp-number-lg {
  font-size: 58px;
}

.recycle__table-sp-unit {
  font-size: 46px;
}

.p-ga100-series {
  padding: 62px 20px 90px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-ga100-series {
    padding: 60px 20px 40px;
  }
}

.p-ga100-series__description {
  text-align: center;
  margin-top: 0;
}

.p-ga100-series__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-ga100-series__heading {
    font-size: 20px;
  }
}

.p-ga100-series__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  color: #000;
  margin-top: 24px;
}
.p-ga100-series__text p {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-ga100-series__text {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 20px;
  }
}

.p-ga100-series__products {
  display: flex;
  gap: 20px;
  justify-content: center;
  max-width: 1000px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .p-ga100-series__products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
  }
}

.p-ga100-series__products-item {
  position: relative;
  width: 235px;
  height: 260px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-ga100-series__products-item {
    width: 100%;
    height: auto;
    aspect-ratio: 235/260;
  }
}

.p-ga100-series__products-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.p-ga100-series__products-image-wrapper {
  position: relative;
}

.p-ga100-series__products-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: height 0.4s ease;
}

.p-ga100-series__products-link:hover .p-ga100-series__products-overlay {
  height: 100%;
}

.p-ga100-series__products-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  margin: 0;
  white-space: nowrap;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ga100-series__products-name {
    font-size: 18px;
  }
}

.p-ga100-series__space {
  max-width: 640px;
  margin: 40px auto 0;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .p-ga100-series__space {
    height: auto;
    margin-top: 30px;
  }
}

.p-ga100-series__space-link {
  display: flex;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-ga100-series__space-link {
    flex-direction: column;
  }
}
.p-ga100-series__space-link:hover {
  opacity: 0.8;
}

.p-ga100-series__space-image-wrapper {
  width: 240px;
  height: 120px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-ga100-series__space-image-wrapper {
    width: 100%;
  }
}

.p-ga100-series__space-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-ga100-series__space-label {
  background-color: #f1f1f1;
  width: 400px;
  height: 120px;
  display: flex;
  align-items: center;
  padding-left: 26px;
}
@media screen and (max-width: 767px) {
  .p-ga100-series__space-label {
    width: 100%;
    height: 80px;
    padding-left: 0;
    justify-content: center;
  }
}

.p-ga100-series__space-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  color: #000;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-ga100-series__space-text {
    font-size: 18px;
  }
}

.p-ga100-product {
  background: #fff;
  padding: 0 20px 124px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-ga100-product {
    padding-bottom: 80px;
  }
}

.p-ga100-product__inner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-ga100-product__inner {
    flex-direction: column;
  }
}

.p-ga100-product__image-wrapper {
  width: 900px;
  height: 440px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-ga100-product__image-wrapper {
    width: 100%;
    height: 300px;
  }
}

.p-ga100-product__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: 0 30%;
}

.p-ga100-product__content {
  max-width: 480px;
  padding: 40px 20px;
  box-sizing: content-box;
  margin: 0 auto;
  text-align: center;
}
.p-ga100-product__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-ga100-product__text-wrapper {
    gap: 20px;
  }
}

.p-ga100-product__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-ga100-product__header {
    gap: 10px;
    margin-bottom: 10px;
  }
}

.p-ga100-product__label {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.6px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-ga100-product__label {
    font-size: 14px;
  }
}

.p-ga100-product__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-ga100-product__heading {
    font-size: 20px;
  }
}

.p-ga100-product__description {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ga100-product__description {
    font-size: 14px;
    max-width: 100%;
  }
}

.p-ga100-product__button-wrapper {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-ga100-product__button-wrapper {
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
}

.p-ga100-product__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 65px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  opacity: 1;
  margin: 0 auto;
}
.p-ga100-product__button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-ga100-product__button {
    width: 100%;
    max-width: 300px;
    height: 60px;
  }
}

.p-ga100-product__button-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: center;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .p-ga100-product__button-text {
    font-size: 18px;
  }
}

.product-chart {
  color: #fff;
  min-width: initial;
  background: #180604;
}

@media print {
  .product-chart {
    color: #1a1a1a;
  }
}
@media print and (-webkit-min-device-pixel-ratio: 0) {
  .product-chart {
    color: #fff !important;
  }
}
.product-chart__title {
  text-align: center;
  font-size: 44.8px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1em;
  padding: 55px 0 30px;
}

.product-chart__figure {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.product-chart__figure .text {
  position: absolute;
  left: 0;
  padding: 1.5% 0 0 3%;
  width: 40%;
}

.product-chart__figure .figure img {
  width: 100%;
}
