@charset "UTF-8";
/* ====================================================================
   eclat / basemake / base_ex ページ固有 CSS
   全セレクタは .eclat-wrap.cat-eclat-basemake.pg-eclat-base_ex 配下
==================================================================== */

/* ===== PC: コンテンツ親（背景画像 / 旧 base/img/base_bg.jpg は実体不在のため省略） ===== */
.eclat-wrap.cat-eclat-basemake.pg-eclat-base_ex .cnt {
  padding: 75px 0 30px;
}

/* ===== PC: トップ詳細 ===== */
.eclat-wrap.cat-eclat-basemake.pg-eclat-base_ex .topDetail {
  width: 980px;
}
.eclat-wrap.cat-eclat-basemake.pg-eclat-base_ex .topDetail dl dt {
  position: relative;
  width: 408px;
}
.eclat-wrap.cat-eclat-basemake.pg-eclat-base_ex .topDetail dl dt .detailBtn {
  position: absolute;
  bottom: 0;
  left: 44px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 320px;
  padding: 15px 0;
  background: url(/img/eclat/basemake/foundation_ex/btn_arrow.png) no-repeat center;
  border: 1px solid #fff;
}
.eclat-wrap.cat-eclat-basemake.pg-eclat-base_ex .topDetail dl dt .detailBtn:hover {
  color: #000;
  text-decoration: none;
  background: #fff url(/img/eclat/basemake/foundation_ex/btn_arrow.png) no-repeat center;
}
.eclat-wrap.cat-eclat-basemake.pg-eclat-base_ex .topDetail dl dt .detailBtn:hover img {
  opacity: 1;
}
.eclat-wrap.cat-eclat-basemake.pg-eclat-base_ex .topDetail dl dt .detailBtn .btnText {
  padding-left: 40px;
  text-align: left;
}
.eclat-wrap.cat-eclat-basemake.pg-eclat-base_ex .topDetail dl dd {
  width: 530px;
}
.eclat-wrap.cat-eclat-basemake.pg-eclat-base_ex .topDetail dl dd p {
  font-size: 28px;
  line-height: 1.8;
}
.eclat-wrap.cat-eclat-basemake.pg-eclat-base_ex .topDetail dl dd .detailImg01 {
  margin-bottom: 14px;
}
.eclat-wrap.cat-eclat-basemake.pg-eclat-base_ex .topDetail dl dd p:first-child {
  margin: 15px 0 40px 0;
}
.eclat-wrap.cat-eclat-basemake.pg-eclat-base_ex .topDetail dl dd p:first-child span {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
.eclat-wrap.cat-eclat-basemake.pg-eclat-base_ex .topDetail dl dd p:first-child + p {
  margin: 5px 0 35px 0;
  line-height: 1.5;
  color: #e13454;
}
.eclat-wrap.cat-eclat-basemake.pg-eclat-base_ex .topDetail dl dd p span {
  font-size: 19px;
}

/* ===== PC: 使い方ボックス ===== */
.eclat-wrap.cat-eclat-basemake.pg-eclat-base_ex .use_box {
  position: relative;
  width: 80%;
  margin-bottom: 50px;
}
.eclat-wrap.cat-eclat-basemake.pg-eclat-base_ex .use_box .item01 {
  position: absolute;
  top: -7px;
  right: -116px;
  vertical-align: middle;
  text-align: center;
  font-size: 0.9em;
}

/* ===== PC: 購入ボタン ===== */
.eclat-wrap.cat-eclat-basemake.pg-eclat-base_ex .onlineshopBtn {
  width: 364px;
  margin: 20px 0 0 15px;
}
.eclat-wrap.cat-eclat-basemake.pg-eclat-base_ex .onlineshopBtn-kose {
  width: 364px;
  margin: -180px 0 0 15px;
}

/* ====================================================================
   SP オーバーライド
==================================================================== */
@media (max-width: 768px) {
  /* base_ex の subtitle / small_text は大きめ */
  .eclat-wrap.cat-eclat-basemake.pg-eclat-base_ex .text_area .subtitle {
    font-size: 28px;
  }
  .eclat-wrap.cat-eclat-basemake.pg-eclat-base_ex .text_area .small_text {
    font-size: 25px;
  }
  /* top_detail のテキストサイズ詳細 */
  .eclat-wrap.cat-eclat-basemake.pg-eclat-base_ex .top_detail p.txt01 {
    font-size: 27px;
  }
  .eclat-wrap.cat-eclat-basemake.pg-eclat-base_ex .top_detail p.txt01 span {
    font-size: 20px;
  }
  .eclat-wrap.cat-eclat-basemake.pg-eclat-base_ex .top_detail p.txt02 {
    line-height: 1.3;
  }
  .eclat-wrap.cat-eclat-basemake.pg-eclat-base_ex .top_detail p.txt02 span {
    font-size: 30px;
  }
  /* SP use_box (左float + use_text) */
  .eclat-wrap.cat-eclat-basemake.pg-eclat-base_ex .use_box .left {
    float: left;
  }
  .eclat-wrap.cat-eclat-basemake.pg-eclat-base_ex .use_box .use_text {
    padding: 9px 0 0 30px;
    font-size: 18px;
  }
}
