@charset "UTF-8";

.inview {
  transition-delay: .4s;
}


#mv {
  color: #FFF;
  text-align: center;
}
#mv .txtBox {
  width: 100%;
  position: absolute;
  bottom: 2.5%;
  z-index: 10;
  pointer-events: none;
}
#mv h1 {
  margin: 0 auto;
  text-align: center;
}

.hero .hero_inner {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#mv .slick-list,
#mv .slick-track {
  height: 100%!important;
}
#mv .slide {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;

  background-repeat: no-repeat;
  background-position: center bottom;
}

#mv .slide.cont1 {
  background-color: #0056A8;
}
#mv .slide.cont2 {
  background-color: #F39800;
}
#mv .slide.cont3 {
  background-color: #B5B6B6;
}
#mv .slide img {
  margin-bottom: 10%;
}

/* ==========================================================================
   Intro
========================================================================== */
#intro {
  background-color: #0056A8;
  color: #FFF;
  overflow: hidden;
  position: relative;
}

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

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

#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;
}


/* ==========================================================================
   Product
========================================================================== */
#product .cont {
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#product #cont1 {
  background-color: #001334;
  color: #FFF;
}
#product #cont1 .topBox {
  background-color: #0056A8;
  background: linear-gradient(180deg, #0056A8 60%, #001334 60%);
}
#product #cont2 {
  background-color: #000;
  color: #FFF;
}
#product #cont2 .topBox {
  background-color: #B5B6B6;
  background: linear-gradient(180deg, #B5B6B6 60%, #000 60%);
}
#product #cont3 {
  background-color: #162A00;
  color: #FFF;
}
#product #cont3 .topBox {
  background-color: #F39800;
  background: linear-gradient(180deg, #F39800 60%, #162A00 60%);
}

#product p {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: .05em;
  text-align: justify;
}

#product .content__header .sub_ttl {
  letter-spacing: .075em;
}

#product .topBox {
  position: relative;
}
#product .topBox .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -15%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 200%;
}

#product .topBox .topBox_cont {

}
#product .topBox .imgBox {
  position: relative;
  z-index: 5;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
#product .topBox .imgBox .obj {
  position: absolute;
  z-index: 2;
  max-width: 25%;
}

#product .topBox .txtBox {
  position: relative;
  z-index: 5;
}
#product .topBox .txtBox h2 {
  line-height: 1.2;
  letter-spacing: .05em;
  margin: .25em 0;
  white-space: nowrap;
  position: relative;
}
#product .topBox .txtBox .detail {
  letter-spacing: .1em;
  position: relative;
  z-index: 5;
}
#product .topBox .txtBox .detail .num {
  font-size: 1.6rem;
}
#product .topBox .txtBox .detail .price {
  margin-top: 1rem;
}
#product .topBox .txtBox .detail .size {
  font-size: 1rem;
  margin-top: 1rem;
  font-weight: 500;
}
#product .topBox .txtBox .btn {
  margin-top: 30px;
}

#product .feature {
  margin-top: 84px;
}
#product .feature > .ttl {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 2rem;
}
#product .feature .panel {
  position: relative;
  margin-bottom: 40px;
}
#product .feature .panel .txtBox .ttl {
  margin-top: 20px;
  margin-bottom: 10px;
}

#product .detailBox {
  margin-top: 32px;
  padding-top: 48px;
  border-top: 1px solid rgba(255,255,255,0.5);
}
#product .detailBox .ttl {
  margin-bottom: 10px;
}
#product .detailBox .color {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
#product .detailBox .color .ttl {
  margin-bottom: 0;
  margin-right: 10px;
}
#product .detailBox .color .icons {
  display: flex;
}
#product .detailBox .color .icons i {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 2px solid #FFF;
  margin-left: 10px;
}
#product .detailBox .color .icons i.black {
  background-color: #000;
}
#product .detailBox .color .icons i.brown {
  background-color: #B29370;
}
#product .detailBox .color .icons i.blue {
  background-color: #1B2482;
}


/* ---------------
   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;
}