@charset "utf-8";

#page-body {
	width: 100%;
}
div.content_wrap {
	width: 100%;
	margin: 0 auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
div.content_wrap a,
div.content_wrap a img {
	transition: all  0.3s ease;
}
div.content_wrap a img:hover {
	opacity: .7;
}
div.content_wrap .content_wrap_bk {
	width: 100%;
	padding: 0 0 5%;
	background: #304369;
	color: #fff;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.1em;
}
div.sale_top {
	text-align: right;
	margin-bottom: 45px;
}
div.sale_top h2 {
	width: 100%;
	padding: 62px 0 82px;
	background: #304369 url("//ds-assets.store-image.jp/e-look.jp/2024/elook/20240305_nignt_sale/back_text.png") no-repeat center center;
	background-size: 100% auto;
	text-align: center;
}
div.sale_top h2 img {
	width: 80%;
	max-width: 820px;
}
.infotxt {
	width: 90%;
	max-width: 1144px;
	margin: 0 auto 68px;
	text-align: center;
	font-size: 13px;
}
.infotxt h3 {
	margin: 0 auto 30px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.infotxt h3 span {
	color: #e8d18a;
}
.infotxt p span {
	padding-bottom: 4px;
	border-bottom: solid 1px;
	color: #e8d18a;
	font-weight: bold;
	line-height: calc(32 / 13);
}
.infotxt .infotxt_line {
	margin-bottom: 30px;
}
.infotxt .date {
	margin-bottom: 11px;
	font-size: 20px;
	font-weight: bold;
}
div.sale_brands {
	width: 90%;
	max-width: 1144px;
	margin: 0 auto 4.6%;
}
div.sale_brands h4 {
	margin-bottom: 46px;
	font-size: 27px;
	font-weight: bold;
}
div.sale_brands ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 2.27%;
}
div.sale_brands ul li {
	width: 31.82%;
	max-width: 364px;
	margin-bottom: 2%;
	padding: 0 0 1.4% 0;
	background: #fff;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
div.sale_brands ul li div {
	min-height: 0%; /* flex-direction:column 使用時のIE表示崩れ対策 */
}
div.sale_brands ul li div.brand_logo {
	width: 70%;
	margin: 5% auto 4% auto;
}
div.sale_brands ul li div.btn_two {
	overflow: hidden;
	max-width: 90%;
	margin: 0 auto;
	max-height: 60px;
}
div.sale_brands ul li div.btn_two a {
	display: block;
	width: 47%;
	float: left;
	background: #cfb053;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	padding: 10px 1%;
	font-weight: 700;
	font-style: normal;
	position: relative;
	letter-spacing: 0;
}
div.sale_brands ul li div.btn_two a:last-child {
	display: block;
	float: right;
}

div.sale_brands ul li div.btn_two span {
	display: block;
	width: 49%;
	float: left;
	background: #c2aa48;
}
div.sale_brands ul li div.btn_two span:last-child {
	display: block;
	width: 49%;
	float: right;
}
div.sale_brands ul li div.btn_one {
	overflow: hidden;
	max-width: 90%;
	margin: 0 auto;
	max-height: 60px;
}
div.sale_brands ul li div.btn_one a {
	display: block;
	width: 100%;
	padding: 1%;
	margin: 0 auto;
	background: #cfb053;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	padding: 10px 1%;
	font-weight: 700;
	font-style: normal;
	position: relative;
	letter-spacing: 0;
}
div.sale_brands ul li div.btn_one a img {
	max-width: 120px;
	display: block;
	margin: 0 auto;
	height: initial;
}
div.sale_brands ul li div.btn_one a:hover,
div.sale_brands ul li div.btn_two a:hover {
	background: #cacaca;
	text-decoration: none;
}
div.sale_brands ul li div.btn_one a img:hover,
div.sale_brands ul li div.btn_two a img:hover {
	opacity: 1;
}
div.sale_brands ul li div.btn_one span {
	display: block;
	width: 49%;
	margin: 0 auto;
}

img.pc_view,
br.pc_view,
span.pc_view {
	display: inline;
}
div.pc_view {
	display: block;
}
img.smp_view,
br.smp_view,
span.smp_view {
	display: none;
}
div.smp_view {
	display: none;
}

@media (max-width: 980px){
	div.sale_brands ul li div.btn_two a {
		font-size: 11px;
	}
}

@media (max-width: 767px) {
	div.content_wrap .content_wrap_bk {
		font-size: 13px;
		padding-bottom: 15%;
	}
	div.sale_top h2 {
		padding: 0;
	}
	div.sale_top h2 img {
		width: 100%;
		max-width: none;
	}
	.infotxt {
		margin: 0 auto 80px;
		font-size: 12px;
	}
	.infotxt h3,
	.infotxt .date {
		margin: 5px auto;
		font-size: 16px;
		line-height: 1.8em;
	}
	.infotxt p span {
		letter-spacing: 0;
	}
	.infotxt .infotxt_line {
	    margin-bottom: 0;
	}
	div.sale_brands h4 {
		margin-bottom: 30px;
		font-size: 20px;
	}
	div.sale_brands ul {
		width: 100%;
		margin: 0 auto;
		gap: 2%;
		justify-content: space-between;
	}
	div.sale_brands ul li {
		width: 48.82%;
    max-width: 360px;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
	div.sale_brands ul li div.btn_two {
		max-height: unset;
	}
	div.sale_brands ul li div.btn_two a {
		letter-spacing: 1.5px;
		font-size: 11px;
		padding: 7px 1%;
		line-height: 14px;
		width: 98%;
		margin: 3% 0 0;
		float: none;
	}
	div.sale_brands ul li div.btn_one a {

		letter-spacing: 1.5px;
		font-size: 13px;
		padding: 5px 1%;
	}
	img.pc_view,
	br.pc_view,
	span.pc_view {
		display: none;
	}
	div.pc_view {
		display: none;
	}
	img.smp_view,
	br.smp_view,
	span.smp_view {
		display: inline;
	}
	div.smp_view {
		display: block;
	}
}

@media(max-width: 480px) {
	img.smp_view,
	br.smp_view,
	span.smp_view {
		display: inline;
	}
	.btn_two ::after {
		width: 4px;
		height: 4px;
		margin-top: -2px;
	}
	.btn_one ::before {
		width: 4px;
		height: 4px;
		margin-top: -2px;
	}
}

/*2022追記------------------------------------*/
.btn_one ::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 6%;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	margin-top: -4px;
}
.btn_two ::after {
	content: "";
	position: absolute;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	top: 50%;
	right: 6%;
	margin-top: -4px;
	width: 7px;
	height: 7px;
}

@media (max-width: 767px) {
	div.sale_brands ul li div.brand_logo {
		margin: 5% auto 5% auto;
	}
}

/*btn_bottom*/
.footer_btn a {
  display: block;
  width: 44%;
  max-width: 500px;
  background: #cfb053;
  box-sizing: border-box;
  color: #ffffff;
  padding: 20px;
  text-decoration: none;
  text-align: center;
  margin: auto;
  font-size: 15px;
  letter-spacing: 2.5px;
  transition: 0.5s;
  position: relative;
}
.footer_btn a::after {
  content: "";
  position: absolute;
  top: 41%;
  right: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
  z-index: 1;
}
.footer_btn a:hover {
	background: #cacaca;
	text-decoration: none;
}
@media (max-width: 768px) {
	.footer_btn a {
		width: 90%;
		padding: 3% 5%;
	}
}

/* no_link セール開始前 */
div.sale_brands ul.no_link a,
.footer_btn.no_link a {
	pointer-events: none;
}