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


.item {
width:40%;
}

.itemdesc {
font-size:13px;
}

.bnr {
margin:0 auto;
width:80%;
}

.title {
font-weight:bold;
font-size:15px;
}

/* 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;
}

}