@charset "UTF-8";
/* ==========================================================
 【uniqlo Life Wear magazine】(c)visual and echo japan
	Created: 2019-07

【looks for the week】
	01.lookforweek_mv
	02.lookSection
	03.pageFixed
 ========================================================== */
.mod_visualFit .firstView {
  background-image: url("../images/looksfortheweek/image01_sp.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* 1. lookforweek_mv
* ------------------------- */
.mod_visualFit .firstView {
  background-color: #fff;
}

.lookforweek_mv {
  text-align: center;
}
.lookforweek_mv .lookforweekInner {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 46px 0 14%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.lookforweek_mv .lookforweekInner .title {
  color: #fff;
  margin-top: auto;
}
.lookforweek_mv .lookforweekInner .title .hdg01 {
  font-size: 4.49775vh;
  letter-spacing: -0.01em;
  line-height: 1;
  margin-bottom: 2.66667%;
}
.lookforweek_mv .lookforweekInner .title .hdgJa {
  font-size: 1.7991vh;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.66667%;
}
.lookforweek_mv .lookforweekInner .title .lead {
  font-size: 1.64918vh;
  line-height: 1.45455;
  padding: 0 2.66667%;
}
.lookforweek_mv .lookforweekInner .title .staff {
  font-size: 1.49925vh;
  letter-spacing: -0.01em;
  line-height: 1;
  margin-top: 3.33333%;
}
.lookforweek_mv .lookforweekInner .cap {
  height: 54.85041%;
  margin: 0 auto;
  position: relative;
}
.lookforweek_mv .lookforweekInner .cap .text {
  color: #fff;
  font-size: 5.997vh;
  line-height: 1;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.lookforweek_mv .scrollDown {
  color: #fff;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 1.67785%;
  left: 0;
}
.lookforweek_mv .scrollDown a {
  font-size: 1.7991vh;
  opacity: .5;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
}
.lookforweek_mv .scrollDown a:before, .lookforweek_mv .scrollDown a:after {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
}
.lookforweek_mv .scrollDown a:before {
  left: 50%;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.lookforweek_mv .scrollDown a:after {
  right: 50%;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.lowerlHeader {
  -webkit-transition: background-color .2s .8s ease, -webkit-transform .45s .35s ease-in-out;
  transition: background-color .2s .8s ease, -webkit-transform .45s .35s ease-in-out;
  transition: transform .45s .35s ease-in-out, background-color .2s .8s ease;
  transition: transform .45s .35s ease-in-out, background-color .2s .8s ease, -webkit-transform .45s .35s ease-in-out;
  position: fixed;
  top: 69px;
}

/* 2. lookSection
* ------------------------- */
.lookSection {
  background: #fff;
}
.lookSection .hdg {
  font-size: 3.33333em;
  letter-spacing: -0.01em;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.lookSection .wrap {
  position: relative;
  padding-top: 46px;
}
.lookSection .look {
  position: relative;
  z-index: 1;
}
.lookSection .look .inner {
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}
.lookSection .look .inner .detail {
  text-decoration: underline;
  line-height: 1;
  display: block;
  position: absolute;
  bottom: 13px;
  left: 13px;
}
.lookSection .look.open .inner {
  opacity: 0;
}
.lookSection .look .links {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.6);
  text-align: left;
}
.lookSection .look .links .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 18px;
}
.lookSection .look .links ul {
  margin-top: auto;
}
.lookSection .look .links ul li {
  margin-top: 12px;
  line-height: 1.666;
}
.lookSection .look .links ul li:first-child {
  margin-top: 0;
}
.lookSection .look .links ul li a {
  font-family: 'TTCommons-Medium';
  letter-spacing: -0.01em;
}
.lookSection .look .links .close {
  margin-top: 25px;
  line-height: 1;
}
.lookSection .look .links .close button {
  font-family: 'TTCommons-Medium';
  letter-spacing: -0.01em;
  text-decoration: underline;
  outline: none;
}

/* 3. pageFixed
* ------------------------- */
.pageFixed {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow-y: scroll;
}
.pageFixed.freeArea {
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
}
.pageFixed.freeArea > * {
  visibility: visible;
}
.pageFixed.freeArea.free {
  visibility: visible;
}
.pageFixed.fixedOut {
  -webkit-transform: translate3d(0, -101%, 0);
  transform: translate3d(0, -101%, 0);
}
.pageFixed .lookSection {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pageFixed .lookSection.fixedOut {
  -webkit-transform: translate3d(0, -101%, 0);
  transform: translate3d(0, -101%, 0);
}
.pageFixed .lookSection.zIndex1 {
  z-index: 1;
}
.pageFixed .lookSection.zIndex2 {
  z-index: 2;
}
.pageFixed .lookSection.zIndex3 {
  z-index: 3;
}
.pageFixed .lookSection.zIndex4 {
  z-index: 4;
}
.pageFixed .lookSection.zIndex5 {
  z-index: 5;
}
.pageFixed .lookSection.zIndex6 {
  z-index: 6;
}
.pageFixed.mv {
  z-index: 3;
}
.pageFixed.mv.fixedOut + .lowerlHeader {
  -webkit-transition: background-color .4s ease, -webkit-transform .3s ease-in;
  transition: background-color .4s ease, -webkit-transform .3s ease-in;
  transition: transform .3s ease-in, background-color .4s ease;
  transition: transform .3s ease-in, background-color .4s ease, -webkit-transform .3s ease-in;
  background-color: #fff;
  -webkit-transform: translateY(-69px);
  transform: translateY(-69px);
}
.pageFixed.mv.fixedOut + .lowerlHeader.zIndex {
  z-index: 101;
  border-color: #fff;
}
.pageFixed.lookforweekBody {
  z-index: 2;
}
.pageFixed.freeArea {
  z-index: 1;
  overflow-y: auto;
}
.pageFixed.freeArea .lookSection {
  position: static;
}

/*/////////////////////////////
 RWD
/////////////////////////////*/
@media (min-width: 813px) {
  .mod_visualFit .firstView {
    background-image: url("../images/looksfortheweek/image01_pc.gif");
  }

  .lowerlHeader .navBtn button {
    color: #fff;
  }
  .lowerlHeader .lwLogo {
    position: relative;
  }
  .lowerlHeader .lwLogo:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../images/common/lifewear_logo-wh.png") no-repeat;
    background-position: center center;
    background-size: contain;
    pointer-events: none;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .lowerlHeader .lwLogo img {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }

  .lookforweek_mv .lookforweekInner {
    padding: 0 0 6.66667%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lookforweek_mv .lookforweekInner .title .hdg01 {
    font-size: 3.42857em;
  }
  .lookforweek_mv .lookforweekInner .title .hdgJa {
    font-size: 1.14286em;
    margin: 1.66667% 0 8px;
  }
  .lookforweek_mv .lookforweekInner .title .lead {
    font-size: 1em;
    line-height: 1.53846;
    padding: 0;
  }
  .lookforweek_mv .lookforweekInner .title .staff {
    font-size: 0.78571em;
    margin-top: 1.25%;
  }
  .lookforweek_mv .lookforweekInner .cap {
    display: none;
  }
  .lookforweek_mv .scrollDown {
    bottom: 2.42326%;
  }
  .lookforweek_mv .scrollDown a {
    font-size: 1.14286em;
    padding-bottom: 20px;
  }

  .lowerlHeader {
    position: fixed;
    top: 0;
    -webkit-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
  }

  .lookSection .hdg {
    font-size: 4.28571em;
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  .lookSection .hdg.left {
    right: auto;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .lookSection .wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 81px;
  }
  .lookSection .look {
    height: 100%;
    overflow: hidden;
  }
  .lookSection .look img {
    width: 100%;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .6s ease-out;
    transition: .6s ease-out;
  }
  .lookSection .look .inner {
    z-index: 2;
  }
  .lookSection .look .inner .detail {
    color: #fff;
    bottom: 20px;
    left: 20px;
  }
  .lookSection .look .inner:hover .detail {
    text-decoration: none;
  }
  .lookSection .look .inner:hover + img, .lookSection .look .inner:hover + picture img {
    opacity: .7;
    -webkit-transform: translate(-50%, -50%) scale(1.04);
    transform: translate(-50%, -50%) scale(1.04);
  }
  .lookSection .look .links {
    z-index: 3;
  }
  .lookSection .look .links .in {
    padding: 20px;
  }
  .lookSection .look .links ul li {
    font-size: 0.92857em;
    margin-top: 23px;
  }
  .lookSection .look .links .close {
    margin-top: 45px;
  }
  .lookSection .look .links .close button:hover {
    text-decoration: none;
  }
  .lookSection .look.open img {
    -webkit-transform: translate(-50%, -50%) scale(1.04);
    transform: translate(-50%, -50%) scale(1.04);
  }

  .pageFixed.mv.fixedOut + .lowerlHeader {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .pageFixed.mv.fixedOut + .lowerlHeader.zIndex {
    z-index: 98;
    border-color: rgba(0, 0, 0, 0.1);
  }
  .pageFixed.mv.fixedOut + .lowerlHeader .navBtn button {
    color: #1b1b1b;
  }
  .pageFixed.mv.fixedOut + .lowerlHeader .lwLogo:before {
    opacity: 0;
  }
  .pageFixed.mv.fixedOut + .lowerlHeader .lwLogo img {
    opacity: 1;
  }
}

/*# sourceMappingURL=looksfortheweek.css.map */
