@charset "UTF-8";
/*=======================================
 	             SMACSS  base
 ========================================*/
img {
  width: 100%;
}

/*=======================================
	         SMACSS  layout　　　　　　　       ( style.scss ) ( header.scss / main.scss / footer.scss ...) 
========================================*/
/*=======================================
 	        animation
 ========================================*/
/* Dots */
.slick-dots li button::before {
  font-size: 50px !important;
  /* dots size */
}

.slick-dots li.slick-active button {
  background-color: transparent;
  /* dots active color */
}

/*=======================================
                  PC   
========================================*/
/* ===================
	　　 General
=================== */
#story_lp {
  width: 1200px;
  margin: 0 auto;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0.08em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

/* ===================
	　　　 top
=================== */
.l-top {
  margin-top: 100px;
}
.l-top__ttl {
  font-size: 32px;
  font-weight: 600;
  text-align: left;
  width: 360px;
  margin: 50px auto 30px;
}
.l-top__ttl small {
  font-size: 13px;
}
.l-top__ttl strong {
  font-family: "Montserrat", sans-serif;
}
.l-top__sub {
  font-size: 18px;
  font-weight: 600;
}

/* ===================
	　　  common
=================== */
.l-sec {
  width: 1000px;
  margin: 100px auto 0;
  position: relative;
}
.l-sec .point {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #986ccc;
  position: absolute;
  width: 200px;
  top: 90px;
  left: 285px;
  -webkit-transform: rotateZ(-15deg);
          transform: rotateZ(-15deg);
}
.l-sec .l-product img {
  width: 520px;
  margin: 0 auto;
}
.l-sec .l-people {
  margin-top: 30px;
}
.l-sec .l-people .sec_ttl {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #c2add2));
  background: linear-gradient(transparent 0%, #c2add2 0%);
  display: inline;
  color: #fff;
  padding: 4px;
}
.l-sec .l-people .sec_lead {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 20px;
}
.l-sec .l-dress {
  margin-top: 80px;
}
.l-sec .l-dress .sec_description {
  font-size: 20px;
  font-weight: 600;
}
.l-sec .l-dress .sec_img {
  margin: 30px auto 0;
}
.l-sec .l-dress .sec_img._01 {
  width: 360px;
}
.l-sec .l-dress .sec_credit {
  font-family: "Crimson Text";
  font-size: 13px;
  line-height: 2.4;
  letter-spacing: 0.015em;
  margin-top: 30px;
}
.l-sec .l-dress .sec_credit span {
  margin-right: 12px;
}
.l-sec .l-dress .sec_credit span:last-child {
  margin-right: 0;
}
.l-sec .l-dress .sec_credit span a {
  border-bottom: solid 1px #cbcbcb;
}

/* ===================
	　　  button
=================== */
.m-btn {
  width: 600px;
  margin: 0 auto;
  padding: 96px 0 98px;
}
.m-btn a {
  width: 600px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  background-color: #fff;
  font-family: "Crimson Text", serif;
  font-size: 11px;
  line-height: 1.54;
  letter-spacing: 0.002em;
  text-align: center;
}

/*=======================================
               Responsive   
========================================*/
/* for PC */
@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}
/* for tablet */
/* for SP */
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }

  .main-area .main-inner {
    width: 100%;
  }

  #breadcrumb .cateList {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  /*=======================================
                    SP    
  ========================================*/
  /* ===================
  	　　 General
  =================== */
  #story_lp {
    width: calc(750 *(100vw / 750));
  }

  .slick-dots li button::before {
    font-size: calc(50 *(100vw / 750)) !important;
    /* dots size */
  }

  /* ===================
  　　　    top
  =================== */
  .l-top {
    margin-top: calc(100 *(100vw / 750));
  }
  .l-top__ttl {
    font-size: calc(48* (100vw / 750));
    font-weight: 600;
    text-align: left;
    width: calc(560* (100vw / 750));
    margin: 0 auto calc(40* (100vw / 750));
  }
  .l-top__ttl small {
    font-size: calc(22* (100vw / 750));
  }
  .l-top__ttl strong {
    font-family: "Montserrat", sans-serif;
  }
  .l-top__sub {
    font-size: calc(28* (100vw / 750));
    font-weight: 600;
  }

  /* ===================
  　　  common
  =================== */
  .l-sec {
    width: calc(750* (100vw / 750));
    margin: calc(100* (100vw / 750)) auto 0;
    position: relative;
  }
  .l-sec .point {
    font-size: calc(22* (100vw / 750));
    font-weight: 600;
    line-height: 1.5;
    color: #986ccc;
    position: absolute;
    width: 200px;
    top: calc(120* (100vw / 750));
    left: calc(30* (100vw / 750));
    -webkit-transform: rotateZ(-15deg);
            transform: rotateZ(-15deg);
  }
  .l-sec .l-product img {
    width: calc(640* (100vw / 750));
    margin: 0 auto;
  }
  .l-sec .l-people {
    margin-top: 30px;
  }
  .l-sec .l-people .sec_ttl {
    font-size: calc(34* (100vw / 750));
    font-weight: 600;
    line-height: 1.8;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #c2add2));
    background: linear-gradient(transparent 0%, #c2add2 0%);
    display: inline;
    color: #fff;
    padding: 4px;
  }
  .l-sec .l-people .sec_lead {
    font-size: calc(26* (100vw / 750));
    line-height: 1.8;
    margin-top: 20px;
  }
  .l-sec .l-dress {
    margin-top: calc(100 *(100vw / 750));
  }
  .l-sec .l-dress .sec_description {
    font-size: calc(28 *(100vw / 750));
  }
  .l-sec .l-dress .sec_img {
    margin: calc(40 *(100vw / 750)) auto 0;
  }
  .l-sec .l-dress .sec_img._01 {
    width: calc(440 *(100vw / 750));
  }
  .l-sec .l-dress .sec_credit {
    font-size: calc(23 *(100vw / 750));
    margin-top: calc(60 *(100vw / 750));
    line-height: 2.3;
  }
  .l-sec .l-dress .sec_credit span {
    margin-right: calc(21 *(100vw / 750));
  }
  .l-sec .l-dress .sec_credit span:nth-child(2) {
    margin-right: 0;
  }
  .l-sec .l-dress .sec_credit span:last-child {
    margin-right: 0;
  }
  .l-sec .l-dress .sec_credit span a {
    border-bottom: solid calc(2 *(100vw / 750)) #cbcbcb;
  }

  /* ===================
  　　  button
  =================== */
  .m-btn {
    width: calc(618 *(100vw / 750));
    margin: 0 auto;
    padding: calc(135 *(100vw / 750)) 0 calc(138 *(100vw / 750));
  }
  .m-btn a {
    width: calc(618 *(100vw / 750));
    height: calc(124 *(100vw / 750));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #000;
    background-color: #fff;
    font-family: "Crimson Text", serif;
    font-size: calc(22 *(100vw / 750));
    line-height: 1.54;
    letter-spacing: 0.002em;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */