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

【weekend】
	01.weekend_mv
	02.lookSection
	03.pageFixed
 ========================================================== */
/* 1. weekend_mv
* ------------------------- */
.mod_visualFit .firstView {
  background: #fff;
}
.mod_visualFit .firstView .backImage:after {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.weekend_mv {
  text-align: center;
}
.weekend_mv .weekendInner {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 46px;
  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;
}
.weekend_mv .weekendInner .title {
  margin-top: auto;
}
.weekend_mv .weekendInner .title .hdg01 {
  font-size: 4.49775vh;
  letter-spacing: -0.01em;
  line-height: 1;
  margin-bottom: 2.66667%;
}
.weekend_mv .weekendInner .title .hdgJa {
  font-size: 1.7991vh;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.66667%;
}
.weekend_mv .weekendInner .title .lead {
  font-size: 1.64918vh;
  line-height: 1.45455;
  margin-bottom: 3.33333%;
}
.weekend_mv .weekendInner .title .staff {
  font-size: 1.49925vh;
  letter-spacing: -0.01em;
  line-height: 1;
  margin-top: 3.33333%;
}
.weekend_mv .scrollDown {
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 2.09732%;
  left: 0;
}
.weekend_mv .scrollDown a {
  font-size: 1.7991vh;
  opacity: .5;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-right: 18px;
}
.weekend_mv .scrollDown a:before, .weekend_mv .scrollDown a:after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #1b1b1b;
  position: absolute;
  top: 60%;
}
.weekend_mv .scrollDown a:before {
  right: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.weekend_mv .scrollDown a:after {
  right: 8px;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

.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;
  width: 100%;
  display: table;
}
.lookSection .wrap {
  display: table-cell;
  vertical-align: middle;
}
.lookSection .look {
  position: relative;
  z-index: 1;
}
.lookSection .look .inner {
  color: #fff;
  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,
.lookSection .look.open .total {
  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;
}
.lookSection .look .total {
  color: #fff;
  line-height: 1;
  display: block;
  position: absolute;
  bottom: 13px;
  right: 13px;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  z-index: 1;
}

/* 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 {
  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 .lookSection.zIndex7 {
  z-index: 7;
}
.pageFixed .lookSection.zIndex8 {
  z-index: 8;
}
.pageFixed .lookSection.zIndex9 {
  z-index: 9;
}
.pageFixed .lookSection.zIndex10 {
  z-index: 10;
}
.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.weekendBody {
  z-index: 2;
}
.pageFixed.freeArea {
  z-index: 1;
  overflow-y: auto;
}
.pageFixed.freeArea .lookSection {
  position: static;
}

/*/////////////////////////////
 RWD
/////////////////////////////*/
@media (min-width: 813px) {
  .weekend_mv .weekendInner {
    padding: 0 0 4.58333%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .weekend_mv .weekendInner .title .hdg01 {
    font-size: 3.42857em;
  }
  .weekend_mv .weekendInner .title .hdgJa {
    font-size: 1.14286em;
    margin: 1.66667% 0 8px;
  }
  .weekend_mv .weekendInner .title .lead {
    font-size: 0.92857em;
    line-height: 1.53846;
  }
  .weekend_mv .weekendInner .title .staff {
    font-size: 0.78571em;
    margin-top: 1.25%;
  }
  .weekend_mv .weekendInner .cap {
    display: none;
  }
  .weekend_mv .scrollDown {
    bottom: 2.42326%;
  }
  .weekend_mv .scrollDown a {
    font-size: 1.14286em;
    padding-right: 22px;
  }

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

  .lookSection .wrap {
    display: block;
    margin: 0 auto;
    padding-top: 80px;
  }
  .lookSection .look {
    display: block;
    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 .total {
    bottom: 20px;
    right: 20px;
    z-index: 2;
  }
  .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);
  }
}

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