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


.bag {
width:58%;
}
.bag2 {
width:38%;
}

.itemdesc {
font-size:13px;
}


/* SP用 */
@media screen and (max-width: 480px) {

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

.item {
width:30%;
}

.itemdesc {
font-size:11px;
}


}

@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;
}

}