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

.limited-item .flex img {
	width: 50%;
}


.limited-color {
	width: 40%;
    margin-inline: auto;
}

.area-title {
	display: inline-block;
	border-bottom: 1px solid #000;
	padding: 0 30px;
}


.itemGlp{
width: 20%;
margin-inline: auto;
}

/* SP用 */
@media screen and (max-width: 480px) {
.leather {
  column-gap: 20px;
  width: 88%;
  font-size: 10px;
} 
}

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

}