@charset "UTF-8";
/* CSS Document */


.item-list ul{
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
    justify-content: center;
    flex-wrap: wrap;
}

.item-list li{
    display: block;
        list-style: none;
    margin: 5px;
    padding: 0px;
    width: 200px;
    background-color: #000000;
}

.item-list li a .item_pic {
    display: block;
    background-repeat: no-repeat;
    height: 200px;
    width: 200px;
    background-size:contain;
    background-position: center center;
    transition: all 300ms linear;
    margin-bottom: 0px;
    zoom: 100%;
    transform-origin: center center;
	background-color: #000000;
	background-image:url("../img/item_blank.png");
}


.item-list li a .waku{
    /* background-size: 110%; */
    /* zoom: 1.5; */
    transform: scale(1);
    transition: all 300ms linear;
    transform-origin: center center;
}


.item-list li a:hover {
    text-decoration: none;
}

.item-list li a:hover .waku{
    /* background-size: 110%; */
    /* zoom: 1.5; */
    transform: scale(0.95);
}

.item-list li a .item_info {
    margin: 5px;
    
}

.item-list li a .categories{
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    line-height: 120%;
}

.item-list li a .title{
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    text-align: left;
}

.item-list li a .price{
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}

.item-list li a .soldout{
    color: #FF2428;
    font-weight: 700;
    text-align: center;
}

.item-list li a .item_id{
    color: #ffffff;
    font-size: 11px;
    font-weight: 100;
    text-align: right;
}









ul.item_info {
	
	/*
	display: -webkit-flex;
  	display: flex;
	
	
	
	
	
	-webkit-justify-content: center;
  	justify-content:         center;
	*/
	
	-webkit-padding-start:0px;
    padding-left: 0px !important;
    display: flex;
     -webkit-justify-content: space-between;
    justify-content: space-between;
	    margin-bottom: 80px;
        flex-flow: wrap;
}


ul.item_info li {
    list-style: none;
    margin: 0px;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 50px !important;
}




ul.item_info li h4{
    display: block;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight:300;
	font-size:14px;
	
	margin-top:10px;
	margin-bottom: 0px;
	padding: 0px;
    background-color:transparent;
    border-radius: 0px;
	color:#666666;
}

ul.item_info li a{
	text-decoration:none;
	color:#828282;
	padding-left: 0px;
	font-weight: 800;
	display: block;
	float: left;
    width: 240px;
	padding-bottom: 50px !important;
}

ul.item_info li .info_date{
	color: #000;
	font-size: 13px;
	font-weight: 100;
	display: block;
	text-align: center;
}


ul.item_info li .itempic_s_wrapper{
	display:block;
	position:relative;
	overflow: hidden;
}


ul.item_info li .itempic_s{
	display:block;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	position:absolute;
	top:0px;
	left:0px;	
}

ul.item_info li .itempic_s:hover{
	transform:scale(0.95,0.95);
	filter: blur(3px);
	
	-ms-filter: "alpha(opacity=80)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-webkit-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}

.single-item{
    background-color: #333333;
}


/*サイドメニュー用*/
ul.item_info_list{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.item_info_list li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #B9B9B9;
}

/*
ul.item_info_list li:before{
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	content: '\f445';
	padding-left: 10px;
	padding-right: 10px;
	color: #A00002;
	float: left;
}
*/


ul.item_info_list li .info_date{
	float: left;
	font-size: 10pt;
}

ul.item_info_list li .itempic_side{
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.item_top ul.item_info li {
    margin-bottom: 0px;
}




.newMark, .info_date{
    display: none;
}



.item_pic{
	display: block;
	width: 640px;
	height: 640px;
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
	margin-left: auto;
    margin-right: auto;
}







@media (max-width: 1200px){
	
	ul.item_info li .itempic_s_wrapper {
		display: block;
		width: 100%;
		height: 200px;
		position: relative;
		overflow: hidden;
		
		
	}
	
	
	ul.item_info li .itempic_s {
		display: block;
		width: 100%;
		height: 200px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		-webkit-transition: all 0.5s ease-out;
		transition: all 0.5s ease-out;
		position: absolute;
		top: 0px;
		left: 0px;
	}
    
    
    ul.item_info li a {
        text-decoration: none;
        color: #ffffff;
        padding-left: 0px;
        font-weight: 800;
        display: block;
        float: left;
        width: 300px;
    }
	
}



@media (max-width: 991px){
	.rem_single_pics{
		background-repeat:no-repeat;
		background-repeat:no-repeat;
		background-position:center center;
		background-size:contain;
		width:100%;
		height:500px;
	}
    
    ul.item_info li {
        display: block;
        margin-bottom: 0px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
}



@media (max-width:780px){
    
    
    .item-list li{
        width: 160px;
    }

    .item-list li a .item_pic {
        height: 160px;
        width: 160px;
    }

    
    
    
    
    
    
    
    
	
	ul.item_info {
		display: block;
		-webkit-justify-content: center;
		justify-content: center;
	}
	
	
    ul.item_info li {
        display: block;
        margin-bottom: 0px;
        width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
	
	
	ul.item_info li .itempic_s_wrapper {
		display: block;
		width: 30%;
		height: 100px;
		position: relative;
		overflow: hidden;
		float: left;
	}
	
	
	ul.item_info li .itempic_s {
		width: 100%;
		height: 100%;
		background-size:cover;
		background-position: center top;
	}
	
	
	
	.item_titles{
		display: block;
		padding-left: 10px;
		padding-top: 0px;
	}
	
    
	
	ul.item_info li .info_date{
		display: none;
	}
	
	ul.item_info li a{
		padding-left: 0px;
		width: 100%;
	}
	
    
    ul.item_info li {
        display: block;
        margin-bottom: 0px;
        width: 100vw;
    width: calc((100vw - 15px) / 1);
	width: calc(var(--vw) * 100 );
        margin-left: auto;
        margin-right: auto;
        padding-right: 45px;
    }
    a .itempic {
        height: 80px !important;
        width: 80px !important;
    }
    
    ul.item_info li a {
        text-decoration: none;
        color: #ffffff;
        padding-left: 0px;
        font-weight: 800;
        display: block;
        float:none;
        width: 100% !important;
        height: auto;
        height: 95px !important;
    }
    ul.item_info li {
        display: block;
        margin-bottom: 0px;
        width: 100vw;
        width: calc((100vw - 15px) / 1);
        width: calc(var(--vw) * 100 );
        margin-left: auto;
        margin-right: auto;
        padding-right: 0px;
    }
    ul.item_info li a {
        text-decoration: none;
        color: #ffffff;
        padding-left: 0px;
        font-weight: 800;
        display: block;
        float: none;
        width: 100%;
        padding-bottom: 15px !important;
    }
    ul.item_info li {
        list-style: none;
        margin: 0px;
        font-size: 14px;
        padding: 0px 0px 0px 0px;
        margin-bottom: 10px !important;
    }
    
    ul.item_info {
        -webkit-padding-start: 0px;
        padding-left: 0px !important;
        display: block;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-bottom: 80px;
        flex-flow: wrap;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    ul.item_info li .info_date {
        display: block;
    }
    
    .info_title {
        font-size: 14px;
        font-weight: 400;
        height: 20px;
        padding-left: 95px;
        margin-bottom: 30px;
        color: #000;
        text-align: left;
    }
    ul.item_info li .info_date {
        color: #000;
        font-size: 13px;
        font-weight: 100;
        display: block;
        text-align: left;
    }
    
    .info_title {
        font-size: 16px;
        font-weight: 700;
        height: 20px;
        padding-left: 95px;
        margin-bottom: 70px;
        font-size: 14px;
    }


	


}





