@charset "UTF-8";
/* ====================================================================
   eclat / basemake / foundation_ex ページ固有 CSS
   全セレクタは .eclat-wrap.cat-eclat-basemake.pg-eclat-foundation_ex 配下
==================================================================== */

/* ===== PC: コンテンツ親（背景画像は実体不在のため省略） ===== */
.eclat-wrap.cat-eclat-basemake.pg-eclat-foundation_ex .cnt {
  padding: 35px 0 30px;
}

/* ===== PC: トップ詳細 ===== */
.eclat-wrap.cat-eclat-basemake.pg-eclat-foundation_ex .topDetail dl dt {
  position: relative;
  width: 431px;
  margin-right: 60px;
}
.eclat-wrap.cat-eclat-basemake.pg-eclat-foundation_ex .topDetail dl dt .detailBtn {
  position: absolute;
  top: 411px;
  left: 79px;
  display: flex;
  justify-content: 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-foundation_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-foundation_ex .topDetail dl dt .detailBtn:hover img {
  opacity: 1;
}
.eclat-wrap.cat-eclat-basemake.pg-eclat-foundation_ex .topDetail dl dt .detailBtn .btnText {
  padding-left: 40px;
  text-align: left;
}
.eclat-wrap.cat-eclat-basemake.pg-eclat-foundation_ex .topDetail dl dd {
  width: 538px;
}
.eclat-wrap.cat-eclat-basemake.pg-eclat-foundation_ex .topDetail dl dd p {
  font-size: 28px;
  line-height: 1.5;
}
.eclat-wrap.cat-eclat-basemake.pg-eclat-foundation_ex .topDetail dl dd .detailImg01 {
  margin-bottom: 40px;
}
.eclat-wrap.cat-eclat-basemake.pg-eclat-foundation_ex .topDetail dl dd p:first-child {
  margin: 40px 0;
}
.eclat-wrap.cat-eclat-basemake.pg-eclat-foundation_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-foundation_ex .topDetail dl dd p span {
  font-size: 19px;
}
.eclat-wrap.cat-eclat-basemake.pg-eclat-foundation_ex .topDetail dl dd p:first-child span {
  display: block;
  margin-top: 10px;
}

/* ===== PC: モーダル（set_btn パターン） ===== */
.eclat-wrap.cat-eclat-basemake.pg-eclat-foundation_ex .modal_text {
  position: absolute;
  top: 44%;
  left: 8%;
  display: block;
  width: 790px;
  font-size: 0.9em;
}
.eclat-wrap.cat-eclat-basemake.pg-eclat-foundation_ex .set_btn .right {
  position: absolute;
  top: 4%;
  right: 4%;
}
.eclat-wrap.cat-eclat-basemake.pg-eclat-foundation_ex .set_btn .bottom {
  position: absolute;
  bottom: 12%;
  left: 41%;
}

/* ===== PC: other_text ===== */
.eclat-wrap.cat-eclat-basemake.pg-eclat-foundation_ex .other_text {
  position: absolute;
  width: 210px;
  top: 120px;
  right: 30px;
}

/* ===== PC: 購入ボタン ===== */
.eclat-wrap.cat-eclat-basemake.pg-eclat-foundation_ex .onlineshopBtn {
  width: 364px;
  margin: 30px auto 0;
}
.eclat-wrap.cat-eclat-basemake.pg-eclat-foundation_ex .onlineshopBtn-kose {
  width: 364px;
  margin: -200px auto 0;
}

/* ====================================================================
   SP オーバーライド
==================================================================== */
@media (max-width: 768px) {
  .eclat-wrap.cat-eclat-basemake.pg-eclat-foundation_ex .cnt {
    margin-bottom: 100px;
  }
  /* foundation_ex の subtitle / small_text は大きめ */
  .eclat-wrap.cat-eclat-basemake.pg-eclat-foundation_ex .text_area .subtitle {
    font-size: 28px;
  }
  .eclat-wrap.cat-eclat-basemake.pg-eclat-foundation_ex .text_area .small_text {
    font-size: 25px;
  }
  /* other_pick（SP only） */
  .eclat-wrap.cat-eclat-basemake.pg-eclat-foundation_ex .other_pick {
    margin-top: 100px;
    position: relative;
  }
  .eclat-wrap.cat-eclat-basemake.pg-eclat-foundation_ex .other_pick .other_text {
    position: absolute;
    top: 160px;
    left: 275px;
    width: 280px;
    text-align: left;
    font-size: 20px;
  }
  /* other_item（SP リスト） */
  .eclat-wrap.cat-eclat-basemake.pg-eclat-foundation_ex .other_item {
    letter-spacing: -0.40em;
    padding: 65px 0;
  }
  .eclat-wrap.cat-eclat-basemake.pg-eclat-foundation_ex .other_item li {
    display: inline-block;
    width: 50%;
    letter-spacing: normal;
  }
  /* SP onlineshopBtn */
  .eclat-wrap.cat-eclat-basemake.pg-eclat-foundation_ex .onlineshopBtn {
    margin-top: 30px;
  }
}


.eclat-wrap.cat-eclat-basemake.pg-eclat-foundation_ex .secImgWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 9px;
}
.eclat-wrap.cat-eclat-basemake.pg-eclat-foundation_ex .secImgWrap > *:not(:first-child) {
	width: 293px;
}
.eclat-wrap.cat-eclat-basemake.pg-eclat-foundation_ex .secImgWrap > *:first-child {
	width: 100%;
	text-align: center;
}
.eclat-wrap.cat-eclat-basemake.pg-eclat-foundation_ex .secImgWrap > *:first-child img {
	width: 210px;
}
@media (max-width: 768px) {
	.eclat-wrap.cat-eclat-basemake.pg-eclat-foundation_ex .secImgWrap > *:not(:first-child) {
		width: 100%;
	}
	.eclat-wrap.cat-eclat-basemake.pg-eclat-foundation_ex .secImgWrap > *:first-child img {
		width: calc(100% - 83px);
	}
}
