@charset "utf-8";@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
.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: 25px;
	font-weight:bold;
}

.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;
}

.clothes_list{
	padding-bottom: 300px;
}
.concept_photo .display_center .item_box .clothes_list{
	padding-bottom: 300px;
}
/* .clothes_lists .item_box{
	display: flex;
	justify-content: center;
} */
.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;
	}
}

.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 {
	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;
}
@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;
	}
	.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;
	}

	.bottto-link-wrap {
        top: 82% !important;
        left: 50%;
		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;
	}
}
@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;
	}
}


.bottto-link-wrap {
	top: 80%;
	position: absolute;
	right: 40%;
	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 > a {
	color: #000000;
	font-family: "Hind", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 11px;
	letter-spacing: 0;
	text-align: center;
	background-color: #efff00;
	display: inline-block;
	margin: 0;
	width: 100%;
	height: 35px;
	text-transform: uppercase;
	opacity: 100%;
	text-decoration: none;
      line-height: 35px;
     padding: 0;
}
.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: "Hind", sans-serif;
	font-weight: 600;
	width: 100%;
}

.clothes_lists  {
	gap:20px;
}

@media only screen and (max-width: 661px){
	.concept_photo .display_center{
		align-items: center;
	}
	.clothes_list {
		padding-bottom: 150px;
	}

	.lists_clothes .clothes_list {
		padding-bottom: 150px;
	}
}

.session_one_item .display_center .item_box .text_box_height {
	justify-content: flex-start !important;
}

.item-name {
	width: 100%;
	border-bottom: 2px solid;
	margin-bottom: 5px;
	font-size: 11px;
	font-family: "Hind", sans-serif;
	font-weight: 600;
}

.text_box_height {
	height: 80px !important;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 5%;
}

.session_two_item .text_box_height {
	height: 60px !important;
}

.concept_photo .display_center .item_box .text_box_height {
	display: flex;
	align-items: flex-end;
	height: auto;
}

.session_two_item .item_box {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

@media only screen and (max-width: 600px){
	.session_four_item .text_box_height {
		height: 100px !important;
	}

	.section_6 .text_box_height {
		height: 90px !important;
	}

	.item-area {
		padding-left: 10%;
		padding-right: 10%;
		font-size: 10px;
	}

	.title_page {
		padding: 0px 20px !important;
	}
	.session_two_item .sp-widht {
		max-width: 48%;
		margin-left: 15px !important;
		margin-right: 15px !important;
	}
	.session_two_item {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	.image_big {
		width: 50% !important;
	}
	.session_two_item ul.w-full li {
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	.session_two_item li.w-full {
		margin-left: 5px !important;
		margin-right: 5px !important;
	}

	.session_two_item .text_box_height {
		height: 100px !important;
	}
	.session_one_item ul li {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}

}
@media only screen and (min-width: 680px){
	.session_13 .image-container {
		top: 10px;
	}
	.session_13 .image-container img:last-child {
		top: 20px;
	}
}

@media only screen and (max-width: 680px){
	.session_four_item .text_box_height {
		height: 100px !important;
	}
	.section_6 .text_box_height {
		height: 80px !important;
	}
	.item-area {
		padding-left: 5%;
		padding-right: 5%;
		font-size: 10px;
	}
	.image_big {
		width: 50% !important;
	}
	.session_1 li {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}

	.concept_photo ul.display_center {
		display: flex;
		justify-content: space-between;
	}
	.session_5 .right, .session_2 .right, .session_7 .left {
		max-width: 51% !important;
		margin-left: 0px;
		margin-right: 0px;
	}
	.session_4 .left img {
		max-width: 100% !important;
	}
	h2.concept_text {
		font-size: 13px;
	}
	p.concept_text, .item-name, .item-price {
		font-size: 10px !important;
	}
	.products {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		margin-left: 0px !important;
	}
	.products li {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.session_2 .text_box_height, .session_5 .text_box_height {
		height: 35px !important;
	}
	.text_box_height {
		height: 50px !important;
	}
}

@media only screen and (max-width: 320px){
	.session_four_item .text_box_height {
		height: 100px !important;
	}
	.section_6 .text_box_height {
		height: 80px !important;
	}
	.item-area span {
		font-size: 10px !important;
	}
	.image_big {
		width: 60% !important;
	}
	.session_one_item .item_box{
		width: 40% !important;
	}
    .session_one_item ul li {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
	.session_1 li {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	.session_two_item li ul {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		margin-left: 0px !important;
        margin-right: 0px !important;
	}
	.session_two_item .sp-widht {
        max-width: 48%;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
	.session_two_item .text_box_height {
		height: 100px !important;
	}
}
.concept_text, .item-name, .item-price {
    font-family: "Hind", sans-serif;
}
.font_hind {
	font-family: "Hind", sans-serif;
}
.session_3 .left img {
	max-width: 74%;
}

.session_4 li.left, .session_4 li.right, .session_2 li.left, .session_5 li.left, .session_7 li.right {
	margin-left: 0px;
	margin-right: 0px;
}

.session_4 .left img {
	max-width: 90%;
}

.session_4 .display_center {
	display: flex;
	align-items: stretch;
}
.session_4 .products, .session_7 .products {
	margin-top: 0px;
	margin-bottom: 0px;
}
.session_4 .text_box_height {
    height: auto !important;
}

.session_1.concept_photo li {
	max-width: max-content;

}