.page-lp section:first-of-type {padding-top: 0; padding-bottom: 20px; margin-top: 45px;
  background-color : #e8cbbf;
}

.lp-head {background: #e8cbbf url(./images/logo_bg.webp) center 0 no-repeat; background-size: cover; width:100%; height: 400px;
	margin-bottom: 0;
}
.lp-head h2 { width: 100%; max-width: 1000px; padding-top: 150px; margin: 0 auto; }
.lp-head h2 img {width: 44.7%; height: auto; margin-left: 50%; }
.lp-head>img { display: block; width: 100%; }
.lead {
	text-align: center;
}
.lead img {
	width: 751px;
	height: auto;
}
.itemwrap {
  background : linear-gradient(180deg, rgba(255, 255, 255, 0.4) 1%, rgba(255, 255, 255, 0) 26%, rgba(255, 255, 255, 0) 43%, rgba(255, 255, 255, 1) 85%);
	border-radius: 35px;
	padding-bottom: 50px;
	margin-bottom: 90px;
}
.itemwrap h3 {
	margin: 0;
}
.itemwrap h3 img {
  width: 100%;
	height: auto;
	display: block;
}
.itemwrap ul {
  list-style: none;
	display: flex;
	justify-content: center;
}
.itemwrap li img {
  width: 100%;
}
.itemwrap ul li {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.itemwrap ul li.show {
  opacity: 1;
  transform: translateY(0);
}

.highlight h3 img {
  transform: translate(0, -55px);
}
.highlight ul {
  margin-top: -30px;
}
.highlight li {
  width: 24.7%;
	margin: 0 2.25%;
}
.foudation h3 img {
  transform: translate(0, -40px);
}
.foudation ul {
  margin-top: -30px;
}
.foudation li {
  width: 20.6%;
	margin: 0 5%;
}
.liptint h3 img {
  transform: translate(0, -55px);
}
.liptint ul {
  margin-top: -25px;
}
.liptint li {
  width: 18.8%;
	margin: 0 2.25%;
}
.cheek h3 img {
  transform: translate(0, -55px);
}
.cheek ul {
  margin-top: -35px;
}
.cheek li {
  width: 18.7%;
	margin: 0 2.35%;
}
.eyeliner h3 img {
  transform: translate(0, -55px);
}
.eyeliner ul {
  margin-top: -35px;
}
.eyeliner li {
  width: 17.3%;
	margin: 0 0.85%;
}
.eyebrow h3 img {
  transform: translate(0, -65px);
}
.eyebrow ul {
  margin-top: -40px;
	margin-bottom: 55px;
}
.eyebrow li {
  width: 25.7%;
	margin: 0 2.8%;
}
.eyebrow_detail {
	text-align: center;
}

#relateitems > h4 {color: #9E0000;border-top: 1px solid #9E0000;border-bottom: 1px solid #9E0000;}
#relateitems > h4 {text-align: center;font-size: 1.25rem;line-height: 1.4;padding: 0.5em 0;margin-bottom: 20px;}
#relateitems .shopbanners {background-color: #fff;}
@media only screen and (max-width: 480px) {
	.page-lp section:first-of-type {margin-top: 0; margin-bottom: 35px;}
	
.lp-head {background-image:none; background-size: cover; width:100%; height: auto;
	margin-bottom: 0;
}
.lp-head::after {
	content: "";
	background: #e8cbbf url(./images/logo_under.webp) center 0 no-repeat;
	display: block;
	aspect-ratio: 1.285;/* 640/498 */
	background-size: cover;
}
.lp-head h2 { margin: 0 auto; height: 65px;
	padding: 0;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 }
.lp-head h2 img {width: 148px; margin-left: 0; }
.lead {
	margin-bottom: 30px;
}
.lead img {
	width: 100%;
}
.itemwrap {
	border-radius: 10px;
	padding-bottom: 15px;
	margin-bottom: 45px;
	margin-right: 10px;
	margin-left: 10px;
}
.highlight h3 img {
  transform: translate(0, -8vw);
}
.highlight ul {
  margin-top: -4vw;
}
.foudation h3 img {
  transform: translate(0, -7vw);
}
.foudation ul {
  margin-top: -4vw;
}
.liptint h3 img {
  transform: translate(0, -8vw);
}
.liptint ul {
  margin-top: -3.5vw;
}
.cheek h3 img {
  transform: translate(0, -8vw);
}
.cheek ul {
  margin-top: -4.5vw;
}
.eyeliner h3 img {
  transform: translate(0, -8vw);
}
.eyeliner ul {
  margin-top: -4.5vw;
}
.eyebrow h3 img {
  transform: translate(0, -9vw);
}
.eyebrow ul {
  margin-top: -5vw;
	margin-bottom: 8vw;
}
.eyebrow>img {
  width: 100%;
}
.eyebrow_detail {
	padding: 0 20px;
}
.eyebrow_detail img {
	width: 100%;
}
.itemspec3 .shopbanners ul {
		display: flex;
}
.itemspec3 .shopbanners a {
	height: auto;
	padding: 10px;
}
	#relateitems > h4 {font-size: 0.938rem;}
}