@charset "UTF-8";
.hero .hero_inner {
    justify-content: flex-end;
}
#product {
    background-color: #FFF;
}
#mv {
    color: #FFF;
}
#mv h1 {
  max-width: 30vw;
  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;
    margin-top: 2em;
  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;
}


.block .inner .img img { width: 100%; display: block; }
.other .side { font-size: 1.8rem; }
.other .ttl { font-size: 5rem; margin: .25em 0; }
.other .sub_ttl { font-size: 2.4rem; margin: .5em 0; }
.other .sub_ttl2 { font-size: 1.2rem; margin: 1em 0 2em; }

@media only screen and (max-width: 767px) {

.wrapper { margin: 100px auto; }
.block { margin: 100px 0; }
.block .inner .img { position: relative; padding: 0 30px; }
.block_01 .inner .img { width: 90%; margin-left: 10%; padding: 0; }
.block_02 .inner .img { width: 100vw; padding: 0; }
.block_02 .inner .img img { width: 100vw; height: 120vw; object-fit: cover; object-position: 30% center; }
.block_03 { margin: 50px 0; }
.block_03 .inner { display: flex; flex-wrap: wrap; justify-content: flex-end; }
.block_03 .inner .img { width: 85%; }
.block_03 .inner .img:nth-child(1) { margin-right: 15%; margin-bottom: 50px; }
.block_03 .inner .img:nth-child(2) { margin-left: 15%; }
.block_04 { margin: 50px 0; }
.block_05 .inner { display:-ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: end; align-items: flex-end; margin: 0 auto; }
.block_05 .inner .img { padding: 0; }
.block_05 .inner .img:nth-child(1) { width: 70%; margin-right: -60%; padding-bottom: 180px; }
.block_05 .inner .img:nth-child(2) { width: calc(100% - 60px); z-index: -1; }
.block_05 .inner .img:nth-child(2) img { width: 100%; height: 58vw; object-fit: cover; }
.block_06 .inner .img:nth-child(1) { width: calc(100% - 60px); margin: 0 auto 50px; }
.block_06 .inner .img:nth-child(2) { display:-ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; margin: 0 -30px; }
.block_06 .inner .img:nth-child(2) img { display: block; width: 47%; }
.block_07 .inner .img { width: 100vw; padding: 0; }
.block_07 .inner .img img { width: 100vw; height: 120vw; object-fit: cover; object-position: center center; }
.other .imgBox { padding-top: 75%; background-position: center 45%; }
.other .txtBox { margin: -5.5rem 20px 0; }

}
@media only screen and (min-width: 768px) {

.wrapper { margin: 100px auto; padding: 0 3vw; }
.block { margin: 100px 0; }
.block .inner .img { position: relative; padding: 0 25px; }
.block_01 .inner .img { max-width: 90%; margin: 0 0 0 auto; }
.block_02 .inner .img { width: 100vw; margin: 0 -3vw; padding: 0; }
.block_03 .inner { display:-ms-flexbox; display: flex; -ms-flex-align: end; align-items: flex-end; margin: 0 auto; }
.block_03 .inner .img { width: 50%; }
.block_03 .inner .img:nth-child(1) { padding-bottom: 10%; }
.block_04 { margin: 100px 0; }
.block_04 .inner .img { width: 75%; margin: 0 auto; }
.block_05 { margin: 100px 0; }
.block_05 .inner { display:-ms-flexbox; display: flex; -ms-flex-align: end; align-items: flex-end; margin: 0 auto; }
.block_05 .inner .img:nth-child(1) { width: 40%; padding-bottom: 10%; }
.block_05 .inner .img:nth-child(2) { width: 70%; margin-left: -10%; z-index: -1; }
.block_06 .inner { display:-ms-flexbox; display: flex; margin: 0 auto; padding: 0 3vw; }
.block_06 .inner .img { padding: 0 3%; }
.block_06 .inner .img:nth-child(1) { width: 60%; }
.block_06 .inner .img:nth-child(2) { width: 40%; }
.block_06 .inner .img:nth-child(2) img { margin-bottom: 18%; }
.block_07 .inner .img { width: 100vw; margin: 0 -3vw; padding: 0; }
.block_07 .inner .img img { width: 100vw; height: 45vw; object-fit: cover; object-position: center center; }

.other { width: 100%; max-width: 940px; margin: 0 auto; }
.other .imgBox { padding-top: 30%; background-position: center 30%; }
.other .txtBox { padding-left: 45px; }

}

@media only screen and (min-width: 992px) {

.wrapper { margin: 150px auto; }
.block { margin: 150px 0; }

}