/* CSS Document */
@media (max-width: 767px) {

  #re-uniqlo_l2 .flex--sp.flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }

  #re-uniqlo_l2 .flex--sp.flex--reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  }

  #re-uniqlo_l2 .flex--sp.flex--aligncenter {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
  }

  #re-uniqlo_l2 .flex--sp.flex--alignend {
      -webkit-box-align: end;
      -webkit-align-items: end;
      -ms-flex-align: end;
      align-items: end;
  }

  #re-uniqlo_l2 .flex--sp.flex--contentcenter {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
  }

  #re-uniqlo_l2 .flex--sp.flex--contentstart {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
  }

  #re-uniqlo_l2 .flex--sp.flex--wrap {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: 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%;
  }


  #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);
  }
  #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;
  }

  
  #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;
}