@charset "utf-8";.center_text{
	text-align: center;
}
.sub_title{
	margin-top: 40px;
	font-size: 25px;
	font-weight:bold;
}
.nomal-font {
	font-family: 'inherit', sans-serif;
}
.collab-intro {
	font-size: 16px;
	word-break: keep-all;
}
.hind-font {
	font-family: 'Hind', sans-serif;
	font-weight: 500;
}
.collab-eng-intro {
	font-size: 17px;
}
.concept_text{
	margin-top: 20px;
	font-size: 17px;
}
.concept_photo li{
	list-style: none;
	margin-left: 30px;
	margin-right: 30px;
	max-width: 350px;
	width:auto;
}
.concept_photo ul{
	display: flex;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.item-list {
	height: 470px;
}
.item-list-small {
	height: 470px;
}
.item-area {
	font-size: 15px;
}
.carrier-bag {
	width: 65%;
}
.bag-cont {
	align-items: center;
}
.attention-text {
	justify-content: space-evenly;
    align-items: center;
	letter-spacing: 0.1rem;
    line-height: 2rem;
}
@media only screen and (max-width: 1200px){
	.item-list {
		height: 570px;
	}
	.item-list-small {
		height: 430px;
	}
	.carrier-bag {
		width:85%;
	}
}
@media only screen and (max-width: 1024px){
	.item-list {
		height: 570px;
	}
	.item-list-small {
		height: 400px;
	}
}
@media only screen and (max-width: 960px){
	.item-list {
		height: 670px;
	}
	.item-list-small {
		height: 400px;
	}
}
@media only screen and (max-width: 860px){
	.item-list {
		height: 580px;
	}
	.item-list-small {
		height: 300px;
	}
}
@media only screen and (max-width: 719px){
	.item-list {
		height: 400px;
	}
	.item-list-small {
		height: 250px;
	}
}
@media only screen and (max-width: 530px){
	.item-list {
		height: 335px;
	}
	.item-list-small {
		height: 160px;
	}
}
@media only screen and (max-width: 360px){
	.item-list {
		height: 250px;
	}
	.item-list-small {
		height: 90px;
	}
	.carrier-bag {
		width:70%;
	}
}


@media only screen and (max-width: 311px){
	.item-area {
		padding-left: 0;
		padding-right: 15%;
		font-size: 12px;
	}
}

.clothes_lists .item-price{
	font-weight:bold;
	/* padding-right: 20px; */
}
.lists_clothes_min_wight{
	min-width: 74px;
}
.slider-container {
	display: flex;
	overflow: hidden;
	position: relative;
	justify-content: center;
	align-items: center;
	margin-top: 80px;
	margin-bottom: 80px;
}

.slider {
	margin: 0 auto;
	max-width: 1200px; /* 最大幅を変更しました */
	width: 80%;
}
.slider-img{
	margin: 0 10px;
	display: flex;
}

.slider-img img {
	width: 400%;
	height: auto;
	overflow: visible; 
}
.slick-slide{
	margin-left: 5px;
	margin-right: 5px;
}
.slide-arrow{
	color: black;
	font-size: 16px;
}

.arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 50px;
	color: black;
	z-index: 2;
}

.arrow.left {
	left: 10px;
}

.arrow.right {
	right: 10px;
}

.concept_photo .display_center{
	align-items: center
}
.shop-now-button-container {
	text-align: center;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 100px;
	margin-bottom: 100px;
}

.shop-now-button {
	background-color: yellow;
	padding: 10px 20px;
	border: none;
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	width: 220px;
	height: 40px;
	display: inline-block;

}

/* 2番目の画像を初めは非表示に設定 */
.image-container img:nth-child(2) {
    display: none;
	opacity: 0;
	transition: opacity .7s;
}

/* ホバー時に1番目の画像を非表示にし、2番目の画像を表示 */
.image-container:hover img:nth-child(1) {
    display: none;
}

.image-container:hover img:nth-child(2) {
    display: block;
	opacity: 1;
}
.item-name {
	font-size: 15px;
	border-bottom: 2px solid;
}
.text_box_height{
	display: flex;
	align-items: flex-end;
	height: 130px;
}
.concept_photo .display_center .item_box .text_box_height{
	display: flex;
	align-items: flex-end;
	height: auto;
}

}



/* SP */
@media only screen and (max-width: 960px){
	.item-name {
		border-bottom: 1px solid;
	}
	.lists_clothes .clothes_list{
		padding-bottom: 100%;
	}
	.sub_title{
		margin-top: 40px;
		font-size: 20px;
		font-weight:bold;
	}
	
	.concept_text{
		margin-top: 20px;
		font-size: 15px;
	}
	.slider_img{
		/* max-width: 800px; */
		width: 200px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.concept_photo .sp-widht{
		max-width: 215px;
	}
}
@media only screen and (max-width: 400px){
	.concept_photo .display_center .item_box .clothes_list{
		padding-bottom: 100px;
	}
}

@media only screen and (max-width: 500px){
		.lists_clothes .clothes_list{
		padding-bottom: 100px;
	}
}