@charset "UTF-8";

#mv {
    color: #FFF;
}
#mv h1 {
  max-width: 50vw;
  margin: 0 auto;
  text-align: center;
}
#mv .imgBox-h {
  background-image: url(../img/mv.jpg);
}
#mv .imgBox-v {
  background-image: url(../img/mv-sp.jpg);
}

/* ==========================================================================
   Intro
========================================================================== */
#intro {
  background-color: #000;
  color: #FFF;
  overflow: hidden;
  position: relative;
}
#intro .imgBox {
  background-image: url(../img/intro.jpg);
  opacity: .4;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#intro em {
  font-style: normal;
  white-space: nowrap;
  opacity: 0.18;
  letter-spacing: .05em;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
}

#intro .txtBox {
  position: relative;
  z-index: 2;
}
#intro .ttl {
  margin-bottom: .5em;
  letter-spacing: .05em;
}
#intro .txtBox .sub_ttl {
  letter-spacing: .2em;
}

#intro .txtBox p {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: .05em;
  margin-bottom: 1.5em;
  line-height: 2;
}
#intro .txtBox p:last-of-type {
  margin-bottom: 0;
}


/* ==========================================================================
   Look
========================================================================== */
#look .content__header .sub_ttl {
  letter-spacing: .075em;
}
#look .content__header .sub_ttl + h4 {
  margin-top: .75em;
  letter-spacing: .075em;
}


#look .lookList li .ttl {
  display: flex;
  align-items: flex-start;
  line-height: 1;
  margin-bottom: -.5em;
  position: relative;
  z-index: 2;
}
#look .lookList li .ttl .side {
  font-size: 1.8rem;
  display: inline-block;
  margin-right: 1em;
}
#look .lookList li figure {
  position: relative;
  overflow: hidden;
}
#look .lookList li figure img {
  min-width: 100%;
  transition: all .2s .1s ease-in-out;
}
#look .lookList li figure figcaption {
  color: #FFF;
  line-height: 1;
  position: absolute;
  right: 2.5em;
  bottom: 2em;
  transform: rotate(90deg);
  transform-origin: right bottom;
}
#look .lookList li a:hover figure img {
  transform: scale(1.1);
  transition: all .2s 0s ease-in-out;
}


/* ==========================================================================
   Product
========================================================================== */
#product .content__header .sub_ttl {
  letter-spacing: .075em;
}

#product .row .txtBox {
  position: relative;
  z-index: 5;
}
#product .row .txtBox h2 {
  letter-spacing: .05em;
  white-space: nowrap;
  margin-bottom: .75em;
  position: relative;
}
#product .row .txtBox .detail {
  letter-spacing: .1em;
  position: relative;
  z-index: 5;
}
#product .row .txtBox .detail .num {
  font-size: 1.6rem;
}
#product .row .txtBox .detail .price {
  font-size: 1.1rem;
  margin-top: 1rem;
}
#product .row .txtBox .detail .size {
  font-size: 1rem;
  margin-top: 1rem;
  font-weight: 500;
}
#product .row .txtBox .detail + p {
  max-width: 514px;
  margin-top: 30px;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: .05em;
  text-align: justify;
}
#product .row .txtBox .btn {
  margin-top: 30px;
}


#product .feature .panel {
  position: relative;
}
#product .feature .panel .num {
  font-size: 1.6rem;
  position: absolute;
}
#product .feature .panel .num span {
  font-size: 3rem;
}
#product .feature .panel .txtBox {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
}
#product .feature .panel .txtBox .ttl {
  font-size: 2rem;
  margin-bottom: 15px;
}
#product .feature .panel .txtBox p {
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.5;
  text-align: justify;
}

.fade-change {
  position: relative;
}
.fade-change .layer2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: fade_anime 3s infinite;
}
@keyframes fade_anime {
   0% { opacity: 0; }
  50% { opacity: 1; }
 100% { opacity: 0; }
}

/* ---------------
   EC
--------------- */
#ec {
  background-color: #FFF;
}
#ec .content__header {
  color: #000;
}
#ec .slide .txtBox,
#ec .slider-controls-wrap,
#ec .btn {
    color: #FFF;
}
#ec::before {
    content: '';
    position: absolute;
    right: 0; bottom: 0; left: 0;
    background-color: #000;
}
#ec .ec-slider {
    position: relative;
    z-index: 2;
    letter-spacing: .05em;
}
#ec .slide a {
    display: block;
}
#ec .slide figure {
    overflow: hidden;
    color: #000;
}
#ec .slide a figure img,
#ec .slide a figure .no-thumb {
    transition: all .2s .1s ease-in-out;
}
#ec .slide a:hover figure img,
#ec .slide a:hover figure .no-thumb {
    transform: scale(1.1);
    transition: all .2s 0s ease-in-out;
}
#ec .slide figure .no-thumb {
    padding-top: 133.33333%;
    background-color: #F4F4F4;
}
#ec .slide .num {
    margin-bottom: 5px;
}
#ec .slide .size {
    font-weight: 500;
    margin-bottom: 10px;
}
#ec .slider-controls-wrap {
    position: relative;
    z-index: 2;
}






/* ==========================================================================
   Look Pages
========================================================================== */
#page-header figure img {
  min-width: 100%;
}
#page-header .sub_ttl {
  letter-spacing: .075em;
}
#page-header .sub_ttl + h3 {
  margin-top: .75em;
  letter-spacing: .075em;
}