@charset "UTF-8";

/* ==========================================================================
   Home
========================================================================== */
#mv {
  background-color: #ECEFF1;
  position: relative;
  overflow: hidden;
}

#mv .mv__slider .slick-list,
#mv .mv__slider .slick-list .slick-track {
  height: 100%;
}

#mv .slick-slide {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

#mv .slick-slide .imgBox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


/* ==========================================================================
   Concept
========================================================================== */
#concept {
  position: relative;
}
#concept .imgBox {
  width: 100%;
  position: absolute;
  top: 165px;
  right: -15px;
}
#concept .imgBox .cover {
  margin-right: 0;
  margin-left: auto;
  background-color: #ECEFF1;
  background-image: url(../img/concept.jpg);
}
#concept .txtBox .ttl {
  font-weight: 500;
}
#concept .txtBox p {
  color: #7C7C7C;
}
#concept .txtBox p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 479px) {
  #concept .txtBox .ttl {
    line-height: 1.8;
    font-size: 1.313rem;
  }
}

@media only screen and (max-width: 767px) {
  #concept .imgBox .cover {
    margin: 0 0 0 auto;
    width: 83%;
    max-width: 560px;
    height: 360px;
  }
  #concept .txtBox .ttl {
    margin-top: 230px;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) {
  #concept .imgBox {
    top: 75px;
    bottom: 75px;
  }
  #concept .txtBox {
    margin-top: 0;
  }
  #concept .txtBox .ttl {
    margin-bottom: 30px;
  }
  #concept .txtBox p {
    padding-right: 35%;
  }
}
@media only screen and (min-width: 992px) {
  #concept .imgBox {
    top: 105px;
    bottom: 105px;
    right: -3.5vw;
  }
}
@media only screen and (min-width: 1440px) {
  #concept .txtBox p {
    font-size: .9rem;
    line-height: 2;
  }
}

/* ==========================================================================
   Gallery
========================================================================== */
#gallery ul.row {
  margin-right: -10px;
  margin-left: -10px;
}
#gallery ul li {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}


/* ==========================================================================
   Designer
========================================================================== */
#designer {
  position: relative;
}
#designer .imgBox {
  width: 100%;
}
#designer .imgBox .cover {
  margin-right: 0;
  margin-left: auto;
  background-color: #ECEFF1;
  background-image: url(../img/designer.jpg);
}
#designer .txtBox .ttl {
  font-weight: 500;
}
#designer .txtBox p {
  color: #7C7C7C;
}
#designer .txtBox p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 479px) {
  #designer .txtBox .ttl {
    line-height: 1.8;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  #designer .imgBox .cover {
    width: 100vw;
    height: 360px;
  }
  #designer .txtBox .sub_ttl {
    margin-top: 40px;
  }
  #designer .txtBox .ttl {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  #designer .imgBox {
    position: absolute;
    top: 75px;
    right: -15px;
    bottom: 75px;
  }
  #designer .txtBox {
    margin-top: 0;
  }
  #designer .txtBox .ttl {
    margin-bottom: 30px;
  }
  #designer .txtBox p {
    padding-right: 35%;
  }
}
@media only screen and (min-width: 992px) {
  #designer .imgBox {
    top: 105px;
    bottom: 105px;
    right: -2vw;
  }
}
@media only screen and (min-width: 1440px) {
  #designer .txtBox p {
    font-size: .9rem;
    line-height: 2;
  }
}


