@charset 'utf-8';

/* top
-------------------------------------------- */

#static .start-time {
	font-size: 2.5rem;
	margin-bottom: 20px;
	text-align: center;
}

#static .live-btn {
	color: #fff;
	text-decoration: none;
	font-size: 1.5rem;
	background-color: #000;
	padding: 3% 0;
	display: block;
	text-align: center;
	width: 60%;
	margin: 0 auto;
}

/* recomend
-------------------------------------------- */

#static .section-title {
	font-size: 2.2rem;
	text-align: center;
	position: relative;
	margin: 110px 0 40px;
}
#static .section-title::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 40px;
}

#static .recomend-item {
	display: flex;
	margin-bottom: 30px;
}

#static .recomend-item li {
	width: calc(90% / 3);
	text-align: center;
}

#static .recomend-item li img {
	width: 100%;
}

#static .recomend-item li:not(:last-child) {
	margin-right: 5%;
}

#static .product-page-btn {
	color: #fff;
	text-decoration: none;
	background-color: #000;
	padding: 4% 0;
	display: block;
	text-align: center;
	width: 100%;
	color: #fff;
	margin: 0 auto;
}

#static .product-catch {
	height: 80px;
	color: #848181;
	margin-top: 10px;
}
#static .product-name {
	font-size: 1.4rem;
	font-weight: 600;
	height: 100px;
}

#static .product-price {
	font-size: 1em;
	font-weight: normal;
}

/* present
-------------------------------------------- */

#static .present-details {
	position: relative;
}

#static .present-details img {
	width: 100%;
}

#static .present-details-text {
	position: absolute;
	top: 27px;
	left: 330px;
	width: 340px;
}

#static .present-conditions {
	font-weight: 600;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

#static .present-tax {
	font-size: 1.2rem;
}

/* banner-area
-------------------------------------------- */
#static .banner-area a {
	text-decoration: none;
}
#static .banner-area-note {
	margin-top: 5px;
	text-align: right;
}

/* color
-------------------------------------------- */
#static .color-btn {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

#static .color-btn img {
	width: 170px;
}


/* color-detail
-------------------------------------------- */
#static .color-detail li {
	margin-bottom: 40px;
}

#static .color-detail img {
	width: 720px;
}

/* personalcolor
-------------------------------------------- */
#static .personalcolor-title {
	font-size: 2.2rem;
	text-align: center;
	position: relative;
	margin: 100px 0 55px;
}

#static .personalcolor-title img {
	width: 70%;
	display: block;
	margin: 0 auto;
}

#static .personalcolor-title::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 115px;
}

#static .personalcolor-sub {
	font-size: 1.6rem;
}

#static .colormap-img {
	width: 100%;
}