@charset 'utf-8';

@media screen and (max-width:976px) {
div#powerofclothes {
  width: auto;
  padding-top: 51px;
}
div#powerofclothes div.pdfButton {
  text-align: center;
  margin-bottom: 50px;
}
div#powerofclothes div.pdfButton img {
  width: 50%;
}
}

@media screen and (max-width:750px) {
.spText {
  display: block;
}
.pcText {
  display: none;
}
img {
  width: 100%;
}
div#powerofclothes {
  width: auto;
}
div#powerofclothes header {
  width: 100%;
  padding: 10px;
  height: 51px;
  margin-bottom: 0;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  background: #fff;
}
div#powerofclothes header h1 a.uniqloLogo {
  display: block;
  width: 30px;
  margin: 0 10px 0 0;
}
div#powerofclothes header h1 a.sustainabilityLogo {
  display: block;
  width: 160px;
  margin: 3px 0 0 0;
}
#bookSlideWrapper .bx-wrapper {
  max-width: 420px!important;
}
.spSliderImg ul li img {
  width: 70%;
  margin: 0 auto;
}
div#powerofclothes div#bookSlideWrapper {
  padding: 0;
  box-sizing: border-box;
  margin: 60px 0 60px 0;
}
.bx-wrapper .bx-controls-direction a {
  width: 18px;
  height: 36px;
  margin-top: -18px;
}
div#powerofclothes section#statement h2 {
  margin-bottom: 10px;
}
div#powerofclothes section#statement h2 img {
  width: 50%;
}
div#powerofclothes section#statement p {
  font-size: 16px;
}
div#powerofclothes section#statement {
  margin-right: 15px;
  margin-left: 15px;
}
div#powerofclothes h3 {
  margin-bottom: 20px;
}
div#powerofclothes h3 span {
  font-size: 25px;
  padding: 0 7px;
}
div#powerofclothes h3:after {
  top: 5px;
}
#backnumberSlideWrapper .bx-wrapper {
  max-width: 314px!important;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/180406-slider-arrow_sp_next.png) no-repeat 0 0;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/180406-slider-arrow_sp_prev.png) no-repeat 0 0;
}
#backnumberSlideWrapper .bx-wrapper .bx-next {
  right: -40px;
}
#backnumberSlideWrapper .bx-wrapper .bx-prev {
  left: -40px;
}
div#powerofclothes #backnumberSlideWrapper {
  padding: 0 50px;
}
div#powerofclothes #sustainabilityVideos {
  margin-bottom: 50px;
}
div#powerofclothes #sustainabilityVideos h2 {
  font-size: 25px;
}
div#powerofclothes #sustainabilityVideos ul {
  margin: 0 15px;
}
div#powerofclothes #sustainabilityVideos ul li {
  width: 90%;
  margin: 0 auto 20px!important;
  float: none;
}
div#powerofclothes #sustainabilityVideos ul li:last-child {
  margin-bottom: 0!important;
}
div#powerofclothes #sustainabilityVideos p.moreVideos a {
  font-size: 15px;
}
div#powerofclothes #sustainabilityVideos p.moreVideos {
  margin-right: 15px;
}
div#powerofclothes footer {
  height: 45px;
  margin-bottom: 15px;
}
div#powerofclothes footer ul.nav li a {
  font-size: 11px;
  line-height: 45px;
}
div#powerofclothes footer .sns {
  display: none;
}
div#powerofclothes p#copyright {
  width: 90%;
  font-family: UniqloProLight;
  font-size: 11px;
  line-height: 24px;
  margin: 0 auto 20px auto;
  text-align: center;
  color: #666;
  letter-spacing: 0.1em;
}
/* nav */
.breadcrumbs {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding: 15px 0;
}
.breadcrumbs ol {
  margin-left: 10px;
}
nav.pcNav {
  display: none;
}
.spNav {
  display: block;
}
.navTrigger {
  width: 25px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 5%;
}
.iconHamburger {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.iconHamburger:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  width: 100%;
  height: 2px;
  background: #000;
}
.spNav nav {
  width: 100%;
  height: 100%;
  background: #fff;

  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 40;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: auto;
}
.spNav nav .countryList {
  margin-top: 70px;
}
.spNav nav .countryList li {
  text-align: center;
  padding: 10px 0;
}
.spNav nav .countryList li a {
  font-size: 15px;
  display: block;
  color: #000;
}
.spNav nav .countryList li a.active {
  color: #ff0000;
}
.spNav nav .snsList li {
  float: left;
  width: 48%;
  margin-right: 4%;
  text-align: center;
  background: #bebebe;
}
.spNav nav .snsList li:last-child {
  margin-right: 0;
}
.spNav nav .snsList li img {
  width: 30%;
}
.closeArea {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
}
.iconClose:before, .iconClose:after {
  content: "";
  display: block;
  width: 23.5px;
  height: 2px;
  position: absolute;
  top: 20px;
  right: 10px;
  background: #000;
}
.iconClose:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.iconClose:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
/* modal */
.modalWrapper {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
}
.modalBg {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 31;
  background: rgba(0, 0, 0, 1);
  position: fixed;
  top: 0;
  left: 0;
}
.modalContent {
  display: none;
  width: 85%;
  margin: 0 auto;
  padding: 30px 0;
  background: #fff;
  position: relative;
  z-index: 32;
}
.modalContent ul {
  width: 90%;
  margin: 0 auto;
}
.modalContent li {
  padding: 15px 0;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
}
.modalContent li a {
  display: block;
  color: #000;
  padding-left: 25px;
  background: url(../images/pdf_icon.png) no-repeat 0 center;
  background-size: 18px;
}
.modalClosed:before, .modalClosed:after {
  content: "";
  display: block;
  width: 23.5px;
  height: 2px;
  position: absolute;
  top: 20px;
  right: 10px;
  background: #000;
}
.modalClosed:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.modalClosed:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
}

/* Add 180928 */
@media screen and (max-width:976px) {
div#powerofclothes {
  padding-top: 15px;
  padding-bottom: 10px;
}
.breadcrumbs {
  display: none;
}
header.header .copy {
  display: none;
}
header.header .copy {
  display: none;
}
}
