@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;
  }
.center_text{
	text-align: center;
}
.sub_title{
	margin-top: 40px;
	font-size: 45px;
}

.concept_text{
	margin-top: 20px;
	font-size: 17px;
	word-break: keep-all;
	overflow-wrap: break-word;
}

.concept_photo .li-margin{
	list-style: none;
	width:auto;
}

.concept_photo .li-concept_photo{
	list-style: none;
	margin-left: 50px;
	margin-right: 50px;
	max-width: 400px;
	width:auto;
}
.concept_photo ul{
	display: flex;
	justify-content: center;
	margin-top: 40px;
	/* margin-bottom: 40px; */
}

.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;
}
/* .slick-list {
       height: 500px !important;
} */
@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: 50px;
	/* margin-bottom: 80px; */
}

.slider {
	margin: 0 auto;
	max-width: 1200px; /* 最大幅を変更しました */
	width: 100%;
}
.slider-img{
	margin: 0 10px;
	display: flex;
        /*width: 500px !important;*/
}

.slider-img img {
	width: 400%;
	height: auto;
	overflow: visible; 
}
.slick-slide{
	margin-left: 5px;
	margin-right: 5px;
        /*width: 500px !important;88*/
}
.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 {
        color: #ffff;
	left: 10px;
}

.arrow.right {
        color: #ffff;
	right: 10px;
}

.arrow {
    position: absolute;
    top: unset;
    transform: translateY(-50%);
    cursor: pointer;
    height: 50px;
    z-index: 2;
}

.arrow.left {
    left: 10px;
}

.arrow.right {
    right: 10px;
}

.arrow.left,
.arrow.right {
    color: transparent;
}

.arrow::before,
.arrow::after {
    content: '';
    position: absolute;
    background-color: white;
}

.arrow.left::before {
    width: 75px;
    height: 5px;
    transform: rotate(-60deg);
    left: 5px;
    top: 15px;
}

.arrow.left::after {
    width: 5px;
    height: 75px;
    transform: rotate(-30deg);
    left: 40px;
    top: 43px;
}

.arrow.right::before {
    width: 75px;
    height: 5px;
    transform: rotate(60deg);
    right: 5px;
    top: 15px;
}

.arrow.right::after {
    width: 5px;
    height: 75px;
    transform: rotate(30deg);
    right: 40px;
    top: 43px;
}

.concept_photo .display_center{
	align-items: flex-start;
	justify-content: space-between;
}
.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: 67px;
}

@media only screen and (max-width: 661px){
	.clothes_list {
		padding-bottom: 150px;
	}
	/* .concept_photo .display_center .item_box .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;
	}
	.concept_text {
		margin-top: 20px;
		font-size: 15px;
	}
	.slider_img {
		width: 200px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.concept_photo .sp-widht {
		max-width: 215px;
	}
	.bottto-link-wrap {
		top: 55% !important;
		left: 35%;
		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;
	}
         .concept_photo .li-margin{
	       list-style: none;
	       margin-left: 20px;
	       margin-right: 20px;
	       width:auto;
          }
          .sp-mt-5px{
               margin-top: 5px !important;
          }

		  .left-arrow {
			margin-left: 19px;
		}

		.bottto-link-wrap {
			right: 0;
			margin-left: 34%;
		}

		.concept_photo .li-concept_photo {
			margin-left: 20px;
			margin-right: 20px;
		}

		ul li ul {
			margin-left: 0;
		}

		.arrow.left::before {
			width: 35px;
			height: 5px;
			transform: rotate(-60deg);
			left: -24px;
			top: 15px;
		}
		
		.arrow.left::after {
			width: 5px;
			height: 35px;
			transform: rotate(-30deg);
			left: -8px;
			top: 28px;
		}
		
		.arrow.right::before {
			width: 35px;
			height: 5px;
			transform: rotate(60deg);
			right: -4px;
			top: 15px;
		}
		
		.arrow.right::after {
			width: 5px;
			height: 35px;
			transform: rotate(30deg);
			right: 10px;
			top: 28px;
		}
}

@media only screen and (max-width: 600px){
	.text_box_height {
		height: 100px;
                margin-top: 20px;
	}
}

@media only screen and (max-width: 430px){
            .text_box_height, .sp-mt-5px{
                 margin-top: 0px !important;
            }
            .ml-0px{
                 margin-left: 0px !important;   
              }
             .concept_text{
              margin-left: 5px;
               margin-right: 5px;
             }
             /* .concept_photo ul{
             margin-top: 0px  !important; ;
             margin-bottom: 0px  !important; ;
             } */
             .slider-container{
                margin-top: 50px;
                margin-bottom: 50px;
             }
}

.bottto-link-wrap {
	top: 79%;
	position: absolute;
	right: 3%;
	display: inline-block;
	background: #fff;
	text-align: center;
	min-width: 220px;
}

.bottto-link-wrap > h3 {
	color: #000;
	font-size: 12px;
	letter-spacing: .7px;
	margin: 10px 5px;
	font-family: "Hind", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.bottto-link-wrap > a {
	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;
}