/* CSS Document */

.breads ul .item a{
  font-weight: bold;
  font-family: "UniqloProRegular", -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', meiryo, sans-serif;
}

#re-uniqlo_l2 .re-wrap::after {
  background-image: url(/en/re-uniqlo/material/img/recycle.jpg?201026);
}

#re-uniqlo_l2 .re-wrap section {
  font-size: 18px;
  letter-spacing: 0.118em;
}


#re-uniqlo_l2 .re-wrap section:last-child {
  padding-bottom: 90px;
}

#re-uniqlo_l2 .re-wrap section h2.title_01 img {
  width: 100%;
}

#re-uniqlo_l2 .re-wrap section h2 p {
  /* font-weight: 500; */
}

#re-uniqlo_l2 .re-wrap section .cover_img {
  margin-top: 50px;
}

#re-uniqlo_l2 .re-wrap section .note {
  font-size: 10px;
  margin-top: 20px;
}



@media (min-width: 768px) {

  .breads ul .item:after{
    content: none;
  }

  .breads ul .item a{
    font-size: 14px;
  }

  .breads ul .item::before{
    background: none;
    margin-left: 5px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
  }


  #re-uniqlo_l2 .re-wrap section {
    line-height: 1.7;
    font-size: 15px;
    padding: 90px 88px;
    color: #379e49;
  }


  #re-uniqlo_l2 .re-wrap section .cover_img img {
    width: 60%;
  }

}

@media (max-width: 767px) {


  #re-uniqlo_l2 .re-wrap::after {
    background-image: url(/en/re-uniqlo/material/img/recycle_sp.jpg);
  }

  #re-uniqlo_l2 .re-wrap section:last-child {
    padding-bottom: 35px;
  }
  #re-uniqlo_l2 .re-wrap section h2.title_01 {
    width: 100%;
  }
  #re-uniqlo_l2 .re-wrap section h2.title_01 img {
    width: 100%;
  }
  #re-uniqlo_l2 .re-wrap section h2 p {
    font-weight: 700;
    margin-top: 18px;
    font-size: 17px;
    margin-bottom: 5px;
    letter-spacing: 3px;
  }
  #re-uniqlo_l2 .re-wrap section .cover_img {
    margin-top: 25px;
    margin-bottom: 0;
  }
  #re-uniqlo_l2 .re-wrap section .cover_img img {
    width: 100%;
  }
  #re-uniqlo_l2 .re-wrap section .note {
    font-size: 7px;
    margin-top: 5px;
  }

  .breads ul .item a{
    font-size: 2.4vw;
  }

  #re-uniqlo_l2 .re-wrap::after {
    background-image: url(/en/re-uniqlo/material/img/recycle_sp.jpg);
    background-position: 36% 41%;
    background-size: 94%;
  }
}