<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

.pageContainer-fullw {
	position: relative;
	padding: 84px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
}
.ess-title {
	background: #3265a7 url(https://gigaplus.makeshop.jp/fdr2023/images/earlysummersale2025/ess25_maintitle_sp.jpg) center top no-repeat;
	width: 100%;
	height: 549px;
	line-height: 0;
}

.ess-msg {
	padding: 42px 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3em;
	text-align: center;
}

.ess-itemContainer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 30px;
}
.ess-item {
	position: relative;
	padding: 0 0 82px;
	margin: 0 0 40px;
	min-width: 320px;
	max-width: 520px;
}
.ess-item a.thum {
	width: 520px;
	height: 410px;
	overflow: hidden;
}
.ess-item a.thum img {
	width: 100%;
	height: auto;
	transition: all .6s ease-in-out;
}
.ess-item a.thum:hover img {
	transform: scale(1.02);
	transition: all .3s ease-in-out;
}

.ess-itemname {
	padding: 10px 15px 0;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.65em;
	color: #3265a7;
	text-align: left;
}
.ess-itemname strong {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
}
.ess-itemname span {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
}
.ess-itemname span:nth-of-type(1) {
	text-decoration: line-through;
}
.ess-itemname span:nth-of-type(2) {
	color: #eb0000;
}
.ess-color {
	padding: 12px 15px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: left;
}
.ess-cmt {
	padding: 0 15px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3em;
	text-align: left;
}
.ess-item a.itemlink {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	background: #417cbd;
	border-radius: 36px;
	padding: 14px 0;
	margin: 14px 0 0;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	transform: translateX(-50%);
	transition: all .6s ease-in-out;
}
.ess-item a.itemlink:hover {
	background: #4695ec;
	transition: all .3s ease-in-out;
}


</pre></body></html>