@charset "UTF-8";
/*---------------------*/
/*max-width: 1200px ←画面全体が縮小する幅*/
/*max-width: 979px ←タブレット版*/
/*max-width: 767px ←スマホ版*/
/*max-width: 425px ←スマホ版さらに小さい幅に対応*/
/*構成*/
/*
FONT
COMMON
MAIN
HEADER
ARTICLE
ELEMENT
COTENTS
 L
UTILITY
*/
/*---------------------*/

/* ========== FONT ========== */



/* ========== COMMON ========== */

body{
  overflow-x: hidden;
}

/*可変幅表示にて使用*/
#page-body {
  overflow: hidden;
  width: 100%;
}

/* SMP表示での左右の余白を削除 */
@media (max-width: 979px) {
  #page-body {
    width: 100vw;
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  #page-body {
    width: 100vw;
    margin: 0 -5px;
  }
}




/* ========== MAIN ========== */

#lp_main_wrap {
  width: 100%;
  margin: 0 auto;
	color: #444;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0em;
}
#lp_main_wrap * {
	box-sizing: border-box;
}
#lp_main_wrap li,
#lp_main_wrap dt,
#lp_main_wrap dd,
#lp_main_wrap img {
	line-height: 1;
}
#lp_main_wrap p {
	margin-bottom: 0;
}
#lp_main_wrap a {
	transition: all 0.5s ease 0s;
	color: inherit;
	opacity: 1;
	text-decoration: none;
}
#lp_main_wrap a:hover,
#lp_main_wrap a:active {
	color: inherit;
	opacity: 0.6;
	text-decoration: none;
}



/* ========== HEADER ========== */

/* mainvisual-separate */
/* backgroundレイアウト */
#lp_main_wrap header.mainvisual-separate h2.ttltxt_pc {
  width: 100%;
	height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  background-image: url("//ds-assets.store-image.jp/e-look.jp/2024/elook/202409_membership_sale/mv_pc_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
#lp_main_wrap header.mainvisual-separate h2.ttltxt_pc img {
  display: block;
  width: 68.37%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
}
#lp_main_wrap header.mainvisual-separate h2.ttltxt_smp {
  display: none;
}
@media (max-width: 767px) {
  #lp_main_wrap header.mainvisual-separate h2.ttltxt_pc {
    display: none;
  }
  #lp_main_wrap header.mainvisual-separate h2.ttltxt_pc img {
    display: none;
  }
  #lp_main_wrap header.mainvisual-separate h2.ttltxt_smp {
    display: block;
  }
}



/* ========== ARTICLE ========== */

/* lp_main */
#lp_main_wrap .lp_main {
  width: 100%;
  margin: 0;
}



/* ========== ELEMENT ========== */

/* lp_textlink */
#lp_main_wrap a.lp_textlink {
	display: inline-block;
	line-height: 1;
	padding-bottom: 4px;
	border-bottom: 1px solid #444;
	text-decoration: none;
}



/* ========== COTENTS ========== */

/* lp_contentwrap */
#lp_main_wrap .lp_contentwrap {
  width: 100%;
  margin: 0;
	padding: 88px 0 80px;
	background-color: #f0e8ff;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_contentwrap {
		padding: 15% 0 10%;
	}
}

/* lp_lead */
#lp_main_wrap .lp_lead {
  width: 100%;
  margin: 0 auto 80px;
  padding: 0;
  text-align: center;
}
#lp_main_wrap .lp_lead_inner {
	width: 90%;
	max-width: 1170px;
  margin: 0 auto;
}
#lp_main_wrap .lp_lead p.lp_lead_text01 {
	font-weight: bold;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.09em;
}
#lp_main_wrap .lp_lead p.lp_lead_text02 {
	margin-bottom: 28px;
	font-weight: bold;
  font-size: 25px;
  line-height: 2;
  letter-spacing: 0.09em;
  color: #666cdf;
}
#lp_main_wrap .lp_lead p.lp_lead_date {
	margin-bottom: 4px;
	font-weight: bold;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
}
#lp_main_wrap .lp_lead p.lp_lead_sub {
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0.1em;
}
#lp_main_wrap .lp_lead span.lp_lead_str01 {
  color: #666cdf;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_lead {
    margin: 0 auto 15%;
  }
	#lp_main_wrap .lp_lead p.lp_lead_text01 {
		margin-bottom: 6px;
		font-size: 16px;
		line-height: 2;
		letter-spacing: 0.09em;
	}
	#lp_main_wrap .lp_lead p.lp_lead_text02 {
		font-size: 20px;
		line-height: 1.85;
		letter-spacing: 0.09em;
	}
	#lp_main_wrap .lp_lead p.lp_lead_date {
		font-size: 18px;
	}
	#lp_main_wrap .lp_lead p.lp_lead_sub {
		font-size: 12px;
	}
}
@media (max-width: 425x) {
	#lp_main_wrap .lp_lead p.lp_lead_text01 {
		letter-spacing: 0.05em;
	}
	#lp_main_wrap .lp_lead p.lp_lead_text02 {
		letter-spacing: 0.05em;
	}
}

/* lp_lead_btn */
#lp_main_wrap .lp_lead_btn {
	margin-bottom: 28px;
}
#lp_main_wrap .lp_lead_btn a {
  display: block;
  position: relative;
	width: 100%;
	max-width: 590px;
	margin: 0 auto;
  padding: 24px 20px;
	font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #666cdf;
  color: #fff;
}
#lp_main_wrap .lp_lead_btn a::after {
  display: block;
  content: '';
  width: 9px;
  height: 9px;
  position: absolute;
  top: calc(50% - 4px);
  right: 14px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_lead_btn {
    margin: 0 auto 5%;
  }
	#lp_main_wrap .lp_lead_btn a {
    padding: 20px 20px;
    font-size: 16px;
	}
}


/* lp_brand */
#lp_main_wrap .lp_brand {
  width: 100%;
  margin: 0 auto 50px;
  padding: 0;
  text-align: center;
}
#lp_main_wrap .lp_brand_inner {
	width: 90%;
	max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_brand {
    margin: 0 auto 10%;
  }
}

/* lp_brand_title */
#lp_main_wrap .lp_brand_title {
	margin-bottom: 37px;
	font-weight: bold;
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  color: #666cdf;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_brand_title {
    margin: 0 auto 5%;
  	font-size: 24px;
  }
}


/* lp_brandlist */
#lp_main_wrap .lp_brandlist {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 70px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px 20px;
  text-align: center;
}
#lp_main_wrap .lp_brandlist li {
  width: calc( (100% - 40px) / 3 );
  max-width: 360px;
	display: flex;
	flex-direction: column;
  position: relative;
  background: #fff;
}
#lp_main_wrap .lp_brandlist .lp_brandlist_img img {
  display: block;
  width: 100%;
}
#lp_main_wrap .lp_brandlist .lp_brandlist_img a {
  display: block;
}
#lp_main_wrap .lp_brandlist .lp_brandlist_logo {
  width: 100%;
  padding: 10px 16px 10px;
}
#lp_main_wrap .lp_brandlist .lp_brandlist_btn {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
	gap: 0 3.2%;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px 16px;
}
#lp_main_wrap .lp_brandlist .lp_brandlist_btn a {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
	position: relative;
  padding: 9px 16px 9px 10px;
	background: #666cdf;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.14em;
	color: #fff;
	text-align: center;
}
#lp_main_wrap .lp_brandlist .lp_brandlist_btn a:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
	position: absolute;
	top: calc( 50% - 4px );
	right: 12px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}
@media (max-width: 979px) {
  #lp_main_wrap .lp_brandlist {
  	justify-content: flex-start;
		gap: 25px 20px;
  }
  #lp_main_wrap .lp_brandlist li {
    width: calc( (100% - 20px) / 2 );
  }
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_brandlist {
  	margin: 0 auto 10%;
    gap: 14px 8px;
  }
  #lp_main_wrap .lp_brandlist li {
    width: calc( (100% - 12px) / 2 );
  }
  #lp_main_wrap .lp_brandlist .lp_brandlist_logo {
    padding: 10px 0;
  }
  #lp_main_wrap .lp_brandlist .lp_brandlist_btn {
    padding: 0 10px 10px;
  }
  #lp_main_wrap .lp_brandlist .lp_brandlist_btn a {
    font-size: 12px;
  }
}
@media (max-width: 425px) {
  #lp_main_wrap .lp_brandlist .lp_brandlist_btn {
    flex-wrap: wrap;
    gap: 10px;
  }
}

/* lp_brand_btn */
#lp_main_wrap .lp_brand_btn {
	margin-bottom: 20px;
}
#lp_main_wrap .lp_brand_btn a {
  display: block;
  position: relative;
	width: 100%;
	max-width: 590px;
	margin: 0 auto;
  padding: 24px 20px;
	font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #666cdf;
  color: #fff;
}
#lp_main_wrap .lp_brand_btn a::after {
  display: block;
  content: '';
  width: 9px;
  height: 9px;
  position: absolute;
  top: calc(50% - 4px);
  right: 14px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_brand_btn {
    margin: 0 auto 3%;
  }
	#lp_main_wrap .lp_brand_btn a {
    padding: 20px 20px;
    font-size: 16px;
	}
}

/* lp_brand_sub */
#lp_main_wrap p.lp_brand_sub {
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
	#lp_main_wrap p.lp_brand_sub {
		font-size: 12px;
	}
}

/* lp_attention */
#lp_main_wrap .lp_attention {
  margin-top: 82px;
  text-align: center;
}
@media (max-width: 767px) {
}

/* lp_archive */
@media (max-width: 979px) {
  #lp_main_wrap .lp_archive {
    margin: 10px;
  }
}
}




/* ========== UTILITY ========== */

#lp_main_wrap .lp_viewpc_block {
  display: block;
}
#lp_main_wrap .lp_viewpc_inline {
  display: inline;
}
#lp_main_wrap .lp_viewpc_inline-block {
  display: inline-block;
}
#lp_main_wrap .lp_viewpc_none {
  display: none;
}
#lp_main_wrap .lp_viewsmp_block,
#lp_main_wrap .lp_viewsmp_inline,
#lp_main_wrap .lp_viewsmp_inline-block {
  display: none;
}
#lp_main_wrap .lp_viewxs_block,
#lp_main_wrap .lp_viewxs_inline,
#lp_main_wrap .lp_viewxs_inline-block {
  display: none;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_viewpc_block,
	#lp_main_wrap .lp_viewpc_inline,
	#lp_main_wrap .lp_viewpc_inline-block {
	  display: none;
	}
	#lp_main_wrap .lp_viewsmp_block {
	  display: block;
	}
	#lp_main_wrap .lp_viewsmp_inline {
	  display: inline;
	}
	#lp_main_wrap .lp_viewsmp_inline-block {
	  display: inline-block;
	}
	#lp_main_wrap .lp_viewsmp_none {
	  display: none;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_viewxs_block {
	  display: block;
	}
	#lp_main_wrap .lp_viewxs_inline {
	  display: inline;
	}
	#lp_main_wrap .lp_viewxs_inline-block {
	  display: inline-block;
	}
	#lp_main_wrap .lp_viewxs_none {
	  display: none;
	}
}
