@charset "utf-8";/* 最初の2枚の画像 */
.center_text{
	text-align: center;
}
.sub_title{
	margin-top: 40px;
	font-size: 25px;
	font-weight:bold;
}
.hind-light {
	font-family: "Hind", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.concept_text{
	margin-top: 20px;
	font-size: 17px;
}
.concept_text_right{
	margin-top: 20px;
	font-size: 17px;
	text-align: right;
	margin: 0 17%;
	padding-top: 20px;
}
.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: 350px;
}
.concept_photo .display_center .item_box .clothes_list{
	padding-bottom: 350px;
}
/* .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;
}

/* 2番目の画像を初めは非表示に設定 */
.image-container img:nth-child(2) {
    display: none;
	opacity: 0;
	transition: opacity .7s;
	width: 80%;
}

/* ホバー時に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: 105px;
}
.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;
	}
	.lists_clothes .three_clothes_list {
		padding-bottom: 109%;
	}
	.three_item_price {
		height: 88px;
	}
	.five_item_price {
		display: block;
		height: 35px;
	}
	.six_text_box_height{
		height: 111px;
	}
}
@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: 120px;
	}
		.lists_clothes .three_clothes_list {
		padding-bottom: 135px;
	}
		.three_text_box_height {
		height: 100px;
	}
}
/* ボタン */
.SectionHeader__CTAWrapper {
    display: inline-block;
    background: #fff;
    text-align: center;
    min-width: 200px;
}
.SectionHeader__CTAWrapper_pc{
	top: 80%;
    position: absolute;
    right: 75%;
}
.SectionHeader__CTAWrapper h3 {
    color: #000;
    font-size: 11px;
    letter-spacing: .7px;
    margin: 10px 5px;
}
/* 二段目専用 */
.hat_width{
	width: 90%;
}
/* /二段目専用 */
/* 六段目専用 */
.photo_position{
	left: 53%;
	top:50%;
}
.clothes_list .photo_top{
	top: 53%;
}
/* /六段目専用 */

.img-width{
	width: 30%;
}
.Button {
    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%;
}

.sp-contents{
	display:none;
}
@media only screen and (max-width: 960px){
	.Slideshow__Content.Slideshow__Content--bottomRight,
    .Cta--sticky .CustomBlock__Wrapper {
        height: auto;
    }

    .Slideshow__Content.Slideshow__Content--bottomRight .SectionHeader__CTAWrapper,
    .Cta--sticky .SectionHeader__CTAWrapper {
        position: sticky;
        top: 70%;
		width: 100%;
    }
	.sp-contents{
		display:block;
	}
	.img-width{
		width: 40%;
	}
}

/* ３段目margin */
.mr-10par{
	margin-right: 10%;
}

.shop-link{
	width: 25%;
	margin: 30px auto;
}

.shop-link > a{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-family: Noto Sans JP, sans-serif;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
	background-color: rgba(239, 255, 0);
	outline: none;
	animation-duration: 300ms;
}