/* CLEARFIX */
.itemList:after, .itemList2:after,
{content: "."; display: block; visibility: hidden; clear: both; height: 0; font-size: 0; line-height: 0;}



/* ------------------------------------------
LIST-3
------------------------------------------ */
.itemList li{
	float: left;
	width: 29%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 5%;

/*
	width: 33.33%;
	margin-left: 0%;
	margin-right: 0%;
*/

/* 	margin-bottom: 70px; */
	position: relative;
	
}
/* ------------------------------------------
LIST-2
------------------------------------------ */
.itemList2 li{
	float: left;
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;

/*
	width: 33.33%;
	margin-left: 0%;
	margin-right: 0%;
*/

/* 	margin-bottom: 70px; */
	position: relative;
	
}
/* ------------------------------------------
LIST-Post
------------------------------------------ */

.post {
	background-color: #FFF;
}
.post div {
	padding: 10px;
}
.postcap {
	font-weight: 700;
}
.post img {
	margin-bottom: 0px;
}

.postitem {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 10px;
}
.posttext {
	font-size: 11px;
	margin-top: 0px;
}








.home .itemList li, .gray .itemList_flex li, .home .itemList2 li, {
	top: 20px;
	opacity: 0;
	margin-bottom: 30px;
}

.home .itemList, .home .itemList2 {
	margin-bottom: 60px;
}


.itemList, .itemList_flex, .itemList2, .Transition{
	max-width: 1000px;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.itemList.productList, .itemList2.productList{
	text-align: center;
	max-width: 1300px;
}



.itemList li .img, .itemList2 li .img{

}
.home .itemList li, .home .itemList2 li{
/*
	height: 250px;
	overflow: hidden;	
*/
}

.home .itemList li a, .home .itemList_flex li a, .home .itemList2 li a{
	display: block;
}

.home .itemList li .img, .home .itemList_flex li .img, .home .itemList2 li .img{
	width: 100%;
/*
	 position: relative;
	 left: 50%;
 
    -moz-transform-origin: 50% 0;  
    -webkit-transform-origin: 50% 0;   
    transform-origin: 50% 0;  
  
  -webkit-transform: translateX(-50%) scale(1.2);
      -ms-transform: translateX(-50%) scale(1.2);
          transform: translateX(-50%) scale(1.2);	
*/
}

.itemList li .img img, .itemList2 li .img img{
	max-width: 100%;
}

.itemList li .dispArea, .itemList2 li .dispArea{
	position: absolute;
	width: 100%;
	height: 100%;

	width: 170px;
	height: 170px;
	margin-left: -85px;
	margin-top: -85px;
	

	background-color: rgba(255,255,255,0.8);
	text-align: center;
	vertical-align: middle;
	padding-top: 100px;
	padding-top: 70px;
	box-sizing: border-box;
	
	opacity: 0;
	z-index: 10;
	top:0;
	
	top: 50%;
	left: 50%;
	
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
}


.itemList li .ttl, .itemList2 li .ttl{
font-family:'Helvetica Neue', sans-serif;
font-weight: 800;
font-size: 13px;
margin-bottom: 2px;
}

.itemList.productList .ttl, .itemList2.productList .ttl{
font-family:'Helvetica Neue', sans-serif;
font-weight: 800;

font-size: 16px;
margin-bottom: 2px;
color: #000;
}

.itemList li .price{
font-size: 11px;
color: #999;
color: #000;
}

.itemList li a:hover .dispArea, .itemList2 li a:hover .dispArea{
	opacity: 1;
	color: #000;
}
.itemList li a:hover, .itemList2 li a:hover{
	text-decoration: none;
}
.itemList li .btnArea, .itemList2 li .btnArea{
	margin-top: 20px;
}

.itemList, .itemList2{
	padding-left: 20px;
	padding-right: 20px;
}



/* ------------------------------------------
ipad
------------------------------------------ */
@media screen and (max-width: 860px) {
.itemList li .btnArea, .itemList_flex li .btnArea, .itemList2 li .btnArea{
	margin-top: 20px;
}
.itemList, .itemList_flex, .itemList2{
	padding-left: 20px;
	padding-right: 20px;
}
}

@media screen and (max-width: 859px) and (min-width: 720px) {

.itemList li .btnArea, .itemList_flex li .btnArea, .itemList2 li .btnArea{
	margin-top: 20px;
}
.itemList, .itemList_flex, .itemList2{
	padding-left: 20px;
	padding-right: 20px;
}

.modelArea .modelname{
	margin-top:20px;
	font-size: 18px;
	text-align:center;
	font-weight:600;
}
.modelArea .modeltext{
	margin-top: 20px;
	margin-bottom: 20px;
}
}
/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px){

.itemList.productList, .itemList2.productList{
	margin-top: 0;
}
.itemList.productList .ttl, .itemList2.productList .ttl{
	font-size: 13px;
}
.itemList li, .itemList_flex li, .itemList2 li{
	width: 97%;
	float: none;
	height: auto !important;
	margin-bottom: 30px;
}
.itemList li .dispArea, .itemList2 li .dispArea{
	padding-top: 0px;
	margin-left: 0;
	margin-top: 0;
	left: auto;
	top: auto;
	width: auto;
	height: auto;
	opacity: 1;
	background-color: transparent;
	position: relative;
}
.itemList li .price, .itemList2 li .price{
	font-size: 10px;
}
.itemList li .btnArea, .itemList_flex li .btnArea, .itemList2 li .btnArea{
	margin-top: 20px;
}
}


/* ------------------------------------------
itemList_flex�i�}�b�N�X�E�r���f�U�C���̃v���_�N�g�j
------------------------------------------ */

@media screen and (min-width: 720px){
.itemList_flex {
	display:flex;
	flex-wrap:wrap;
}
 
.itemList_flex li{
	width: 29%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 5%;
}
}