@charset "utf-8";
#cosme {
	position: relative;
	background: url(/base/pc/store/special/newlife/2026/img/cosme/bg.jpg) left top no-repeat;
	background-size: auto 100%;
	margin: 0 auto;
	max-width: 1500rem;
	overflow: hidden;
}
#cosme .page-header {
	padding-bottom: 80rem;
}
#cosme .page-header .in {
	padding-bottom: 80rem;
}
#cosme .page-header .lead {
	text-align: center;
	font-size: 30rem;
	letter-spacing: .2em;
}
#cosme .box {
	display: flex;
	justify-content: space-between;
}
#cosme .box01 {
	margin-left: 9%;
	padding-bottom: 133rem;
}
#cosme .box01 .images {
	order: 1;
	width: 48%;
}
#cosme .box01 .texts {
	order: 0;
	width: 48%;
	display: flex;
	align-items: center;
}

#cosme .box02 {
	margin: 0 auto;
	max-width: 1000rem;
	width: 84%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 105rem;
}
#cosme .box02 li {
	width: 49%;
}
#cosme .box02 .images {
	margin-bottom: 10rem;
}
#cosme .box03 {
	margin-right: 10%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 165rem;
}
#cosme .box03 .images {
	width: 70%;
}
#cosme .box03 .texts {
	width: 27%;
	display: flex;
	align-items: center;
}
#cosme .slides {
	position: relative;
	margin-left: 22%;
	margin-right: 17%;
	padding-bottom: 173rem;
}

.slick-prev {
	background-image: url(/base/pc/store/special/newlife/2026/img/cosme/prev01.svg);
}
.slick-next {
	background-image: url(/base/pc/store/special/newlife/2026/img/cosme/next01.svg);
}
#cosme .slide {
	position: relative;
}
#cosme .slide01 .texts {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 50%;
	right: 15%;
}
#cosme .slide02 .texts {
	position: absolute;
  top: 3%;
  left: 54%;
  right: 2%;
}
#cosme .slide02 .flavor {
	line-height: 1.3;
}
#cosme .slide02 .price {
	line-height: 1.3;
}
#cosme .slide02 .sell-at {
	line-height: 1.3;
}
#cosme .slide03 .texts {
	position: absolute;
	top: 3%;
	left: 70%;
	right: 3%;
}
#cosme .tag {
	margin-top: 0;
}


@media (max-width: 768px) {
	#cosme {
		background: url(/base/pc/store/special/newlife/2026/img/cosme/bg-sp.jpg) left top no-repeat;
		background-size: auto 100%;
	}
#cosme .page-header .lead {
	letter-spacing: 0em;
}
	#cosme .page-header {
		padding-bottom: 95rem;
	}
	#cosme .page-header .in {
		padding-bottom: 77rem;
	}
	#cosme .box01 {
		display: block;
		margin-left: 9%;
		padding-bottom: 67rem;
	}
	#cosme .box01 .images {
		width: auto;
		padding-bottom: 20rem;
	}
	#cosme .box01 .texts {
		order: 0;
		width: 90%;
		display: block;
	}
	#cosme .box01 .texts .tag {
		display: block;
		margin-left: 0;
	}
	.pb15 {
		padding-bottom: 15rem;
	}

	#cosme .box02 {
		max-width: inherit;
		width: auto;
		display: block;
		justify-content: space-between;
		padding-bottom: 105rem;
	}
	#cosme .box02 li {
		width: auto;
		display: flex;
		justify-content: space-between;
		margin-bottom: 0;
	}
	#cosme .box02 .images {
		width: 49%;
		margin-bottom: 0;
	}
	#cosme .box02 .texts {
		width: 42%;
		margin-right: 4%;
	}
	#cosme .box03 {
		margin-right: 10%;
		margin-left: 10%;
		display: block;
		padding-bottom: 135rem;
	}
	#cosme .box03 .images {
		width: auto;
		margin-bottom: 27rem;
	}
	#cosme .box03 .texts {
		width: auto;
		display: block;
		margin-left: 34%;
	}
	#cosme .slides {
        margin-left: 12%;
        margin-right: 12%;
		padding-bottom: 110rem;
	}

	#cosme .slide01 .texts {
    top: 35%;
		left: 55%;
		right: 5%;
	}
	#cosme .slide02 .texts {
		position: absolute;
		top: 4%;
		left: 4%;
		right: 4%;
	}
	#cosme .slide03 .texts {
		position: absolute;
		top: 4%;
		left: 5%;
		right: 5%;
	}
	#cosme .slide03 .texts .sell-at {
		letter-spacing: -.1em;
	}
	#cosme .slide03 .texts .sell-at .tag {
		letter-spacing: 0em;
	}

}