@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;
    width: 80%;
}

.cupsule {
	width: 70%;
    margin: 48px auto;
}

.novelty {
	width: 80%;
    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;
	align-items: flex-start;
	justify-content: center;
	width:85%;
	margin:0 auto;
	gap:20px;
}
.limited1 {
	width:48%;	
}
.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: 20%;
margin-inline: auto;
}
/* SP用 */
@media screen and (max-width: 480px) {
.limited-item {
  width: 95%;
  gap: 10px;
}

.limited1 p{
font-size:12px;
}
}

@media screen and (max-width: 768px) {

	.news-block .flex {
		column-gap: 12px;
		width: 95%;
	}

	.novelty-items {
		width: 95%;
	}
	
	.itemGlp{
      width: 20%;
      margin-inline: auto;
    }
    .limited-color {
	width: 50%;
    margin-inline: auto;
}

}