@charset "UTF-8";

/* ---------------
   Typography
--------------- */
.huge {
  font-size: 10rem;
  letter-spacing: .05em; }

/* ==========================================================================
   MV
========================================================================== */
#mv .slide {
  background-size: 300%;
  background-image: url(../img/mv_bg.png);
}
#mv .slide.cont1 {
  background-position: center bottom;
}
#mv .slide.cont2 {
  background-position: right bottom;
}
#mv .slide.cont3 {
  background-position: left bottom;
}

#mv h1 {
  max-width: 42.5vw;
}

/* ==========================================================================
   Intro
========================================================================== */
#intro .txtBox {
  margin-top: 150px;
}
#intro .sub_ttl {
  margin-bottom: 40px;
}
#intro em {
  font-size: 10rem;
  top: -.24em;
  left: -.2em;
}

@media only screen and (min-width: 1200px) {
  #intro em {
    font-size: 12rem;
  }
}

/* ==========================================================================
   Product
========================================================================== */

#product .topBox {
  padding-top: 72px;
}
#product .topBox .bg {
  background-size: 100%;
}
#product .topBox .bg img {
  height: 74vw;
}

#product .topBox .imgBox {
  width: 1000px;
}

#product .detailBox {
  padding-top: 72px;
}
#product .detailBox .item-info {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  #product .topBox .imgBox {
    width: 750px;
  }
}

/* ---------------
   1
--------------- */
#product #cont1 .topBox .imgBox .obj1 {
  right: 64%;
  bottom: 50%;
}
#product #cont1 .topBox .imgBox .obj2 {
  left: 70%;
  bottom: 26%;
}

/* ---------------
   2
--------------- */
#product #cont2 .topBox .imgBox .obj1 {
  left: 57%;
  top: 68%;
}

/* ---------------
   3
--------------- */
#product #cont3 .topBox .imgBox .obj1 {
  left: 62%;
  top: 62%;
}


/* ==========================================================================
   Journal
========================================================================== */
#journal.section-padding {
  padding-bottom: 40px;
}

/* ---------------
   EC
--------------- */
#ec::before {
  top: 400px;
}
#ec .content__header .ttl {
  font-size: 3rem;
}
#ec .ec-slider {
  overflow: hidden;
  margin-right: auto;
  margin-left: calc((100vw - 900px)/2);
}
#ec .slider {
  width: 900px;
}
#ec .slick-list{
  overflow: visible;
}
#ec .slide {
  padding-right: 50px;
}
#ec .slide figure {
  margin-bottom: 20px;
}
#ec .slide .num {
  font-size: 1.6rem;
}
#ec .slide .size {
  font-size: 1.1rem;
}
#ec .slide .price {
  font-size: 1.2rem;
}

@media only screen and (min-width: 1200px) {
  #ec .ec-slider {
    margin-left: calc((100vw - 1080px)/2);
  }
  #ec .slider {
    width: 1080px;
  }
}
@media only screen and (min-width: 1440px) {
  #ec .ec-slider {
    margin-left: calc((100vw - 1272px)/2);
  }
  #ec .slider {
    width: 1272px;
  }
}





/* ==========================================================================
   Look Pages
========================================================================== */
#page-header {
  margin: 100px auto;
}
#page-header .page-header_inner {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack: center;
  justify-content: center;
}
#page-header .txtBox {
  padding: 60px;
  white-space: nowrap;
}

#page-header .ttl {
  font-size: 7vw;
}
#page-header .sub_ttl {
  font-size: 3vw;
}
#page-header .sub_ttl + h3 {
  font-size: 1.4vw;
}


@media only screen and (min-width: 992px){
  #page-header {
      padding: 0 calc(3vw + 30px);
  }
}
@media only screen and (min-width: 1200px){
  #page-header .ttl {
    font-size: 10rem;
  }
  #page-header .sub_ttl {
    font-size: 4rem;
  }
  #page-header .sub_ttl + h3 {
    font-size: 1.8rem;
  }
}


