@charset "UTF-8";
/* Base Css Overwrite */


/* ==================================================
Page Head Custom
================================================== */
#page-head {}


/* ==================================================
Page Body
================================================== */
.news-block .flex {
	display: flex;
	justify-content: center;
	margin-inline: auto;
	align-items: flex-start;
	column-gap: 30px;
}

.cupsule {
	width: 70%;
	margin: 48px auto;
}

.pers {
	width: 70%;
	margin: 48px auto;
}

.novelty {
	width: 63%;
	margin: 48px auto;
}

.lipcase {
	width: 48%;
	margin: 0 auto;
}



.area-title {
	display: inline-block;
	border-bottom: 1px solid #000;
	padding: 0 10px;
}

.insta-icon {
	width: 100px;
	margin: 0 auto 20px;
}

.item-images {
	column-gap: 30px;
}

.limited-item {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	width: 85%;
	margin: 0 auto;
	gap: 20px;
}

.limited1 {
	width: 48%;
}


.limited-gallery {
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 35px;
	row-gap: 35px;
	margin: 48px auto;
}


.gallery-item {
	width: 100%;
}



.images {
	display: flex;
	gap: 12px;
}

.image-box {
	width: 70%;
}

.image-box img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}


.earlyrelease {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 32%;
	margin: 0 auto;
}

.earlyrelease2 {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 32%;
	margin: 0 auto;
	gap: 10px;
}

.itemGlp {
	width: 40%;
	margin-inline: auto;
}

.itemGlp.column-1 {
	width: 100%;

	& img {
		width: 70%;
	}
}

/* SP用 */
@media screen and (max-width: 480px) {

	.itemGlp {
		width: 45%;
	}

	.item-text {
		font-size: 9px;
	}

	.limited-item {
		width: 95%;
		gap: 10px;
	}

	.limited-gallery {
		width: 95%;
		grid-template-columns: 1fr;
		column-gap: 0;
		row-gap: 40px;
	}

	.images {
		gap: 10px;
	}

}

@media screen and (max-width: 768px) {}