.ec-customize-content{
	width: 90%;
	margin: 0 auto;
}

.detail{
/*	max-width: 1024px;*/
	margin: 0px auto;
}
.detail__title,.detail__sub{
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.05rem;
	line-height: 17px;
	padding-top: 20px;
}
.detail__text{
	font-size: 14px;
	letter-spacing: 0.05rem;
	line-height: 28px;
	
}
.btn_return{
	border: 1px solid #666666;
	color: #333333;
	font-size: 14px;
	letter-spacing: 0.05rem;
	line-height: 21px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 328px;
	height: 60px;
	margin: 0 auto;
	margin-top: 70px;
}
.btn_return img{
	width: 20px;
	height: 20px;
}


.list{
	display: flex;
	flex-wrap: wrap;
	margin: 0px -10px;
	overflow: hidden;
	margin-top: 80px;
}
.list .item{
	width: 33.33333%;
	margin-bottom: 40px;
}
.item__img img{
	width: 100%;
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
    max-height: none!important;
    height: 100%;
    object-fit: contain;
}
.item__wrapper{
	padding: 0px 10px;
}
.i-name{
	font-size: 18px;
	letter-spacing: 0.05rem;
	line-height: 24px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.i-price{
	font-size: 25px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 0;
}
.i-price .tani{
	font-size: 14px;
	letter-spacing: 0.05rem;
	line-height: 18px;
	font-weight: 400;
	padding-left: 5px;
}

.item__img{
	position: relative;
	
	min-height: 1px;
	width: 100%;
}
.item__img:before{
	content: "";
    float: left;
    width: 1px;
    margin-left: -1px;
    padding-top: 100%;
}
.item__img:after{
	    content: "";
    display: table;
    clear: both;
}
.item__img{
	display: block;
}
.item__wrapper_a{
	box-shadow:0 2px 10px rgb(0 0 0 / 10%);
	position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}













@media screen and (max-width:480px){
	.list .item{
		width: 50%;
	}
}