﻿/* CSS Document */
#wrapper{
  overflow-x: initial;
}

#wrapper .container .mainContents {
  width: 100%;
  max-width: 1240px;
}

.mainContents .main .shareIcons {
  z-index: 1;
}

* {
  margin: 0px;
  padding: 0px;
}

.color_green {
  color: #379e49 !important;
}

.responsive_img {
  width: 100%;
}

.breads ul .item {
  max-width: 1000px;
}

.breads ul .item.noHomeIcon a {
  width: auto;
  height: auto;
  background: none;
}

.breads ul .item:first-child a span, .breads ul .item:first-child:after {
  display: block;
}

.breads ul .item:first-child:after {
  display: none;
}

header.header .menuTrigger {
  display: none;
}

#re-uniqlo_l2 .re-wrap {
  border: solid 3px #379e49;
  margin-top: 133px;
  margin-bottom: 30px;
}

#re-uniqlo_l2 .re-wrap::before {
  content: "";
  background-image: url(../img/re_uniqlo.svg);
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: -130px;
}

#re-uniqlo_l2 .re-wrap::after {
  content: "";
  background-color: #fff;
  background-image: url(../img/recycle.jpg);
  width: 470px;
  height: 159px;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 70%;
  background-position: center 71%;
  display: block;
  position: absolute;
  top: -160px;
  right: 0;
  border: solid 3px #379e49;
  border-bottom: none;
}

#re-uniqlo_l2 .re-wrap section:first-child::after {
  content: "";
  background: #fff;
  position: absolute;
  display: block;
  height: 20px;
  width: 470px;
  top: -10px;
  right: 0px;
}

#re-uniqlo_l2 .re-wrap section {
  position: relative;
  padding: 100px;
  color: #379e49;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.118em;
}

#re-uniqlo_l2 .re-wrap section::before {
  content: "";
  position: absolute;
  display: block;
  width: 84%;
  top: 0;
  height: 3px;
  background: #379e49;
}

#re-uniqlo_l2 .re-wrap section:first-child::before {
  display: none;
}

#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;
  font-size: 54px;
  margin-bottom: 10px;
  margin-top: 50px;
  color: #000000;
  line-height: 1;
}

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

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

footer.footer .pagetop{
  display: none;
}

#page_top {
  position: fixed;
  width: 1072px;
  margin-left: 50%;
  height: 0;
  bottom: 0;
  left: -530px;
}

#page_top a {
  opacity: 0;
  transition: 0.5s;
  display: block;
  width: 30px;
  height: 30px;
}

#page_top img {
  background: #fff;
  width: 100%;
  height: 100%;
}

#page_top .page_top_inner {
  position: absolute;
  bottom: 30px;
  right: 0px;
  display: flex;
}

#page_top.fixd {
  width: 100%;
  margin: 0;
  left: 0;
  position: relative;
}

#page_top.fixd .page_top_inner {
  bottom: -60px;
}

#page_top .re_uniqlo_top{
  display: block;
  width: auto;
  height: 30px;
  margin-right: 30px;
  background: #fff;
  border: solid 2px #379e49;
  overflow: hidden;
}

#page_top .re_uniqlo_top img{
  display: block;
  line-height: 0;
  width: auto;
  height: 100%;
}

#re-uniqlo_l2 .re-wrap section {
  line-height: 1.7;
  font-size: 15px;
}

@media (min-width: 768px) and (max-width: 1167px) {
  #page_top {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  #re-uniqlo_l2 a.hover_link:hover,
  #re-uniqlo_l2 a.hover_link:hover > *, .shareIcons a img:hover {
    opacity: 0.7;
    transition: .3s linear;
  }
  #re-uniqlo_l2 .sp_display {
    display: none !important;
  }
  #re-uniqlo_l2 .flex {
    display: flex;
    justify-content: space-between;
  }
  #re-uniqlo_l2 .flex--reverse {
    flex-direction: row-reverse;
  }
  #re-uniqlo_l2 .flex--aligncenter {
    align-items: center;
  }
  #re-uniqlo_l2 .flex--alignend {
    align-items: end;
  }
  #re-uniqlo_l2 .flex--contentcenter {
    justify-content: center;
  }
  #re-uniqlo_l2 .flex--contentstart {
    justify-content: flex-start;
  }
  #re-uniqlo_l2 .flex--wrap {
    flex-wrap: wrap;
  }

  .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;
    color: #379e49;
  }
  #re-uniqlo_l2 .re-wrap section h2 p {
    margin-top: 40px;
    font-weight: 700;
    font-size: 48px;
    color: #000000;
    letter-spacing: 5px;
  }
  #re-uniqlo_l2 .re-wrap section .border_h3 {
    letter-spacing: 4px;
    font-weight: 700;
    font-size: 28px;
  }
  #re-uniqlo_l2 .re-wrap section .cover_img img {
    width: 60%;
  }
  #re-uniqlo_l2 .re-wrap section .coupon_text {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  #wrapper .container {
    padding-bottom: 18vw;
  }
  #re-uniqlo_l2 .pc_display {
    display: none !important;
  }

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

  #re-uniqlo_l2 div.section {
    margin-top: 45px;
    width: 94vw;
  }
  #re-uniqlo_l2 div.section img {
    width: 100%;
  }
  #re-uniqlo_l2 .flex--sp.flex {
    display: flex;
    justify-content: space-between;
  }
  #re-uniqlo_l2 .flex--sp.flex--reverse {
    flex-direction: row-reverse;
  }
  #re-uniqlo_l2 .flex--sp.flex--aligncenter {
    align-items: center;
  }
  #re-uniqlo_l2 .flex--sp.flex--alignend {
    align-items: end;
  }
  #re-uniqlo_l2 .flex--sp.flex--contentcenter {
    justify-content: center;
  }
  #re-uniqlo_l2 .flex--sp.flex--contentstart {
    justify-content: flex-start;
  }
  #re-uniqlo_l2 .flex--sp.flex--wrap {
    flex-wrap: wrap;
  }
  #re-uniqlo_l2 .re-wrap {
    border: solid 2px #379e49;
    margin-top: 50px;
  }
  #re-uniqlo_l2 .re-wrap::before {
    top: -43px;
    height: 35px;
    width: 35px;
  }
  #re-uniqlo_l2 .re-wrap::after {
    width: 34.7vw;
    max-width: 170px;
    border: solid 2px #379e49;
    border-bottom: none;
    height: 50px;
    top: -50px;
    background-position: center;
  }
  #re-uniqlo_l2 .re-wrap section:first-child::after {
    content: "";
    background: #fff;
    position: absolute;
    display: block;
    height: 20px;
    width: 34.7vw;
    max-width: 170px;
    top: -10px;
    right: 0px;
  }
  #re-uniqlo_l2 .re-wrap section {
    padding: 35px 15px;
    font-size: 10px;
    line-height: 1.5;
  }
  #re-uniqlo_l2 .re-wrap section::before {
    height: 2px;
    width: 92%;
  }
  #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;
  }
  #page_top {
    left: -3vw;
    right: -3vw;
    margin-left: 6vw;
    width: 94%;
  }
  #page_top .page_top_inner{
    width: 100%;
    justify-content: space-between;
  }
  #page_top a {
    width: 8.4vw;
    height: 8.4vw;
  }
  #page_top.fixd {
    position: absolute;
    bottom: -17vw;
    margin-bottom: 60px;
  }
  #page_top.fixd .page_top_inner{
    /* bottom: 0; */
  }

  #re_uniqlo_top{
    width: 33.6vw;
    height: 8.4vw;
    bottom: -17vw;
    right: auto;
    left: 0;
  }
  
  #re_uniqlo_top a img{
    border: solid 2px #379e49;
  }

  .breads ul .item a {
      letter-spacing: 0.5px;
      /* SP全ページ共通で */
  }
}

@media screen and (max-width: 1370px) and (min-width: 768px){
  #wrapper .container .mainContents {
    margin: 0;
  }
}

@media (max-width: 1366px) {
  #wrapper .container {
    /* max-width: 1240px; */
  }
  #wrapper .container .mainContents {
    margin: 0;
  }
}

@media screen and (min-width: 768px){
  #wrapper .container{
    max-width: 1240px;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 0 78px 120px;
  }

  #re-uniqlo_l2 .re-wrap section {
    padding: 90px 88px;
  }
}
footer.footer .inner .item a,
footer.footer .inner .copyright small{
    word-break: keep-all;
}