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

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

.itempic {
	width: 48%;
    margin: 48px auto;
}

.itemthumb {
	width: 26%;
    margin: 48px auto;
}

.itemthumbflex {
display: flex;
  justify-content: center;
  margin-inline: auto;
  align-items: flex-start;
  column-gap: 15px;
  width: 45%;
}

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

.leather {
	column-gap: 50px;
	display: flex;
	width: 80%;
	justify-content: center;
	margin-inline: auto;
	align-items: flex-start;
}

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

.bnr {
	width: 90%;
    margin-inline: auto;
}

.thumbnail {
	width: 80%;
    margin-inline: auto;
}

.novelty-items {
	width: 80%;
    margin-inline: auto;
}

.limited-color {
	width: 40%;
    margin-inline: 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;
}

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

}