@charset "UTF-8";
.p-page .l-main {
  padding-top: 140px;
  padding-bottom: 10px;
}
.p-fashion-recycle .l-inner.inner--recycle {
  padding-bottom: 120px;
}
.p-fashion-recycle {
    color: #ffffff;
}
.rules__category-container {
  font-weight: bold;
}
.p-fashion-recycle .c-line::before {
  background: linear-gradient(to right, #ffffff 12%, transparent 12%, transparent 87%, #ffffff 87%);
}
.p-fashion-recycle .rules__category-container .c-line::before {
  background: linear-gradient(to right, #ffffff 28%, transparent 28%, transparent 72%, #ffffff 72%);
}
.p-fashion-recycle .rules__category-container:last-child .c-line:before {
  background: linear-gradient(to right, #ffffff 20%, transparent 20%, transparent 80%, #ffffff 80%);
}
.p-fashion-recycle .head__visual {
  margin: 40px 0 55px;
}
.p-fashion-recycle .head__catch {
  margin-bottom: 45px;
}
.p-fashion-recycle .head__txt {
  margin-bottom: 80px;
  line-height: 2;
  font-weight: bold;
}
.p-fashion-recycle .body__title {
  font-size: 2rem;
  margin-bottom: 30px;
}
.p-fashion-recycle .recycle-flow .body__title::before {
  background: linear-gradient(to right, #ffffff 20%, transparent 20%, transparent 80%, #ffffff 80%);
}
.flow-image {
  margin: 0 auto 120px;
  max-width: 650px;
}
.p-fashion-recycle .recycle-stores .table__notes {
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 35px;
}
.recycle__title {
  margin-bottom: 20px;
}
.category-unit {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
  margin-bottom: 40px;
}
.rules__text--ng {
  text-align: center;
  margin-bottom: 20px;
}
.category-unit.unit--ng{
  width: 66%;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto 30px;
}
.rules__caution {
  margin-bottom: 90px;
}
.list-item {
  position: relative;
  padding-left: 1.3em;
  font-size: 1.4rem;
}
.list-item::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
.recycle-text {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.stores__btn-unit {
  margin-bottom: 50px;
}
.p-fashion-recycle .stores__btn .btn--shigen {
  color: #ffffff;
  line-height: 1.5;
  border: 2px solid #ffffff;
  background: transparent;
  max-width: 335px;
  padding: 12px 0;
  border-radius: 70px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
}
.p-fashion-recycle .stores__btn .btn--shigen::after {
  border-color: #009FE8;
}
.p-fashion-recycle .stores__btn .btn--shigen::before {
  background: #ffffff;
}
.area-button__label {
  width: 22%;
  position: relative;
  padding-right: 16px;
  margin-right: 16px;
  margin-left: 20px;
  display: inline-block;
  text-align: right;
}
.area-button__label::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 35px;
  background: #ffffff;
}
.area-button__text {
  font-size: 1.4rem;
  width: 51%;
  text-align: left;
}
.recycle-box {
  text-align: center;
}
.recycle-box__catch {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  margin: 0 auto 25px;
}
.recycle-box__catch:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 2px;
  background: #fff;
  transform: translateY(-50%) rotate(65deg);
}
.recycle-box__catch::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 50px;
  height: 2px;
  background: #fff;
  transform: translateY(-50%) rotate(-65deg);
}
.recycle-box__image {
  max-width: 450px;
  background-color: #fff;
  padding: 20px 50px;
  border-radius: 40px;
  margin: 0px auto 12px;
}
.p-fashion-recycle .table__notes {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 100px;
}
.link__subtext {
  text-align: center;
  font-weight: bold;
}
.p-fashion-recycle .c-btn.btn--recycle {
    margin-top: 25px;
    max-width: 240px;
}

@media screen and (min-width: 768px) {
  .p-fashion-recycle .head__txt {
    text-align: center;
  }
  .p-fashion-recycle .body__title {
    font-size: 2.4rem;
  }
  .p-fashion-recycle .recycle-flow .body__title::before {
    background: linear-gradient(to right, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%);
  }
  .p-fashion-recycle .c-line::before {
    background: linear-gradient(to right, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%);
  }
  .p-fashion-recycle .rules__category-container .c-line::before {
    background: linear-gradient(to right, #ffffff 37%, transparent 37%, transparent 63%, #ffffff 63%);
  }
  .p-fashion-recycle .rules__category-container:last-child .c-line:before {
    background: linear-gradient(to right, #ffffff 35%, transparent 35%, transparent 65%, #ffffff 65%);
  }
  .category-unit {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    margin-bottom: 40px;
  }
  .category-unit.unit--ng {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 14px;
    margin-bottom: 40px;
  }
  .list-item {
    font-size: 1.6rem;
  }
  .p-fashion-recycle .recycle-stores .table__notes {
    text-align: center;
  }
  .p-fashion-recycle .stores__btn .btn--shigen {
    max-width: 450px;
  }
  .p-fashion-recycle .stores__btn-unit .stores__btn:nth-child(3) .btn--shigen,
  .p-fashion-recycle .stores__btn-unit .stores__btn:nth-child(5) .btn--shigen,
  .p-fashion-recycle .stores__btn-unit .stores__btn:nth-child(6) .btn--shigen {
    padding: 3px 0;
  }
  .area-button__label {
    width: 22%;
    padding-right: 16px;
  }
  .area-button__label::after {
    height: 20px;
  }
  .area-button__text {
    width: 57%;
  }
  .recycle-box__image {
    max-width: 450px;
    padding: 25px 92px;
  }
}

@media screen and (min-width: 1280px) {

}