@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Gothic&display=swap');


#itemZone {
padding: 20px;
background-color: #000000;
}
.itemzone-title {
padding: 10px;
background: linear-gradient(to left,#000, #fff);
font-size: 1.6em;
margin-bottom: 50px;
}
.itemZone-wrapper {
display: flex;
flex-wrap:wrap;
justify-content: space-between;

}
.item-wrapper {
padding-bottom: 15px;
width: 450px;
}
.itemImage {
margin-bottom: 10px;
}
.item-name-L {
width: 25%;
float: left;
}
.item-name-L img {
width: 90%;
}
.item-name-R {
    width: 100%;
    float: left;
    color: #FFFFFF;
    line-height: 1.4em;
}
.item-name-R h2 {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: bold;
    font-size: 1.6em;
    padding-bottom: 15px;
    line-height: 1.2em;
}
.item-name-R p {
	font-family: 'Sawarabi Mincho', sans-serif;
font-size: 1.2em;
margin-bottom: 10px;
}

.item-icon {
width: 50%;
float: left;
margin-right: 10px;
}


.buybtn {
font-family: 'Sawarabi Gothic', sans-serif;	
float: left;
border-radius: 26px;
background-color: rgb(255, 153, 0);
padding: 12px;
font-size: 1.4em;
text-align: center;
width: 35%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

a .buybtn {color: #FFFFFF}

.buybtn:hover {opacity:0.5; }





.subtxt {
		font-family: 'Sawarabi Mincho', sans-serif;
padding-bottom: 10px;
}
.f-foot {
padding: 10px;
}
