@charset "utf-8";@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
.hind-main{
        font-family: "Hind", sans-serif;
        font-style: normal;
}
.hind-main div{
        font-family: "Hind", sans-serif;
        font-style: normal;
}
.hind-light {
	font-family: "Hind", sans-serif;
	font-weight: 300;
	font-style: normal;
  }
  
  .hind-regular {
	font-family: "Hind", sans-serif;
	font-weight: 400;
	font-style: normal;
  }
  .hind-semibold {
	font-family: "Hind", sans-serif;
	font-weight: 600;
	font-style: normal;
  }
  
  .hind-bold {
	font-family: "Hind", sans-serif;
	font-weight: 700;
	font-style: normal;
  }
ul li ul  {
	margin-left: 0;
}
.center_text{
	text-align: center;
}
.sub_title{
	margin-top: 40px;
	font-size: 4.5rem;
}

.concept_text{
	margin-top: 20px;
	font-size: 17px;
	word-break: auto-phrase;
	overflow-wrap: break-word;
}
.concept_photo li{
	list-style: none;
	/* margin-left: 15px; */
	/* margin-right: 15px; */
	max-width: 350px;
	width:auto;
}
.concept_photo ul{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	/* margin-bottom: 40px; */
	/* gap: 15px; */
}

.concept_photo_ul{
        display: flex;
	justify-content: center !important;
}

.concept_photo_li{
        margin-left: 30px !important;
        margin-right: 30px !important;
}

.concept_photo_li img{
        height: 500px;
}

.clothes_list{
	padding-bottom: 140%;
}

.concept_photo .display_center .item_box .clothes_list {
	padding-bottom: 140%;
}

.item-area {
	padding-left: 20%;
	padding-right: 15%;
	font-size: 12px;
}

@media only screen and (max-width: 311px){
	.item-area {
		padding-left: 0;
		padding-right: 15%;
		font-size: 12px;
	}
}

.item-price{
	font-size: 11px;
	font-family: hide;
	font-weight: 600;
	width: 100%;
}
.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 {
	width: 100%;
	border-bottom: 2px solid;
	margin-bottom: 5px;
	font-size: 11px;
	font-family: hide;
	font-weight: 600;
}

.text_box_height {
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 5%;
}

.concept_photo .display_center .item_box .text_box_height {
	display: flex;
	align-items: flex-end;
	height: auto;
}

@media only screen and (max-width: 661px){
	.concept_photo .display_center{
		align-items: flex-start;
	}
	.clothes_list {
		padding-bottom: 150px;
	}

	.lists_clothes .clothes_list {
		padding-bottom: 150px;
	}

}



/* SP */
@media only screen and (max-width: 960px){
	.item-name {
		border-bottom: 1px solid;
	}
	.sub_title {
		margin-top: 40px;
		font-size: 20px;
		font-weight:bold;
	}
	.concept_text {
		margin-top: 20px;
		font-size: 15px;
                margin-right: 10px;
                margin-left: 10px;
	}
	.slider_img {
		width: 200px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.concept_photo .sp-widht {
		max-width: 215px;
	}
	.bottto-link-wrap {
		top: 55% !important;
		left: 48% !important;
		transform: translate(-50%, -20%);
		-webkit-transform: translate(-50%, -20%);
		-ms-transform: translate(-50%, -20%);
	}
	.bottto-link-wrap > h3 {
		font-size: 10px;
	}
	.bottto-link-wrap > a {
		font-size: 10px;
	}
         .item-session2{
                margin-top: 25px;
                height: 0px !important;
         }
          .custom-box-img{
                height: 150px !important;
        }
         .concept_photo_li {
               display: flex;
               justify-content: center;
               align-items: flex-start; 
               gap: 10px; 
    }
        .concept_photo_li img{
               width: 160px;
               height: 220px;
               object-fit: fill;
        }
}

@media only screen and (max-width: 600px){
	.text_box_height {
		height: 100px;
	}
}

@media only screen and (max-width: 390px){
    .concept_photo_li img {
    width: 160px;
    height: 180px;
    object-fit: fill;
    }
}

.bottto-link-wrap {
	top: 77%;
	position: absolute;
	right: 41%;
	display: inline-block;
	background: #fff;
	text-align: center;
	min-width: 200px;
}

.bottto-link-wrap > h3 {
	color: #000;
	font-size: 11px;
	letter-spacing: .7px;
	margin: 10px 5px;
	font-family: "Hind", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.bottto-link-wrap .hind-light {
	color: #000000;
	font-family: "Hind", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 11px;
	letter-spacing: 0;
	line-height: 14px;
	text-align: center;
	background-color: #efff00;
	display: inline-block;
	margin: 0;
	width: 100%;
	height: 35px;
	text-transform: uppercase;
	padding: 10px 0;
	opacity: 100%;
	text-decoration: none;
}

.bottto-link-wrap .hind-light-1 {
	color: #000000;
	font-family: "Hind", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 11px;
	letter-spacing: 0;
	line-height: 14px;
	text-align: center;
	background-color: #fffff;
	display: inline-block;
	margin: 0;
	width: 100%;
	height: 35px;
	text-transform: uppercase;
	padding: 10px 0;
	opacity: 100%;
	text-decoration: none;
}

.clothes_lists  {
	gap:20px;
}
.concept-1 {
	max-width: 50%;
}


.custome-style {
	padding-bottom: 0px !important;
}

.img-mobile {
    width: 85% !important;
    transform: translate(3.5rem, -0.5rem);
}
.img-mobile.img-hover {
    width: 85% !important;
    transform: translate(3.5rem, -0.5rem);
}
@media screen and (max-width: 960px) {
	.item-1-mobile {
		height: 290px;
	}
	.custom-item {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.custome-style {
		padding-bottom: 0px !important;
	}

	.img-mobile {
        width: 60% !important;
		transform: translate(3.5rem, -0.5rem);
	}
    .img-mobile.img-hover {
        width: 60% !important;
        transform: translate(3.5rem, -0.5rem);
    }
	
}
