

.category-list,.category-link-list{
    font-size: 0;
}
.category-item{ 
    display: inline-block;
    width: calc((100% - 38px - 38px) / 3 );
    margin-right: 38px;margin-bottom: 16px;
    vertical-align: top;
}
.category-item:nth-of-type(3n){
    margin-right: 0px;
}
.category-image{
    margin-bottom: 18px;
}
.category-text{
    font-size: 1rem;margin-bottom: 18px;
}

.category-link-item{
    display: inline-block;width: calc(100% / 2 );
}
.category-link{    margin-top: -2rem;}
.category-link .category-link-item{width:100%}



/*#push_content
------------------------------------------*/

section#push_content{
  margin-bottom: 70px
}
section#push_content #list02{
	margin-bottom:55px;margin-top: 20px;
}

section#push_content #list02 li{
	margin-right:0;
	margin-bottom:20px;margin-bottom:0px;
	padding-bottom:0;
	width:256px;width:calc(100% / 3);
	/* height:344px; */
	background-color:transparent;
	float:left;
	position:relative;
}
section#push_content #list02 li img{width:100%}

section#push_content #list02 li:last-child{
	margin-right:0!important;
}




section#push_content #list02 li h2{
	/*padding-left:20px;
	width:100%;
	height:58px;
	background-color: rgba(000,000,000,0.3);
	position:absolute;
	bottom:0;
	z-index:999;*/
	width: 100%;
    height: 58px;
    padding: 1.3vw 0;
    text-align: center;
}
section#push_content #list02 li a {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
section#push_content #list02 li a:hover{
	text-decoration: none;
}
section#push_content #list02 li a:hover h2{
	/*background-color: rgba(000,000,000,0.3);*/
}


section#push_content #list02 li h2 span{
	/* height:99px; */
  display: block;
	opacity:1;
	position: relative;
	top: 18%;
	font-size:18px;
	/*font-size:21px;
	font-weight:bold;*/
	line-height:1;
	text-align:left;
	cursor: pointer;
}
section#push_content #list02 li h2 span{
	text-decoration: none;    text-align: center;
}
section#push_content #list02 li h2 span.line2{  
  top: 29%; 
  font-size:16px;
  font-weight: normal;
}

section#push_content #list02 li h2 span.cot02{
	height:99px;
	opacity:1;
	position: relative;
	top: 30%;	
	color:#FFF;
	font-size:22px;
	font-weight:bold;
	line-height:1;
	text-align:left;
}
section#push_content #list02 li h2 span i{
  vertical-align: text-bottom;font-size: 12px;font-style: normal;
}

.thumb-item-nav{
	width: 100%;
	position: relative;
	top:-10px;
	z-index: 3000;
}


@media screen and (max-width:640px) {
    .category-item{  
        width: calc((100% - 18px) / 2 );
        margin-right: 18px;margin-bottom: 6px;
    }
    .category-item:nth-of-type(3n){
        margin-right: 18px;
    }
    .category-item:nth-of-type(2n){
        margin-right: 0px;
    }
    .category-link-item{
        width: 100%;
    }
    /*#push_content
  ------------------------------------------*/

  section#push_content{
  	padding: 0 5%;
  }
  section#push_content #list02{
  	margin-bottom:15%;
  }

  section#push_content #list02 li{
  	width:100%;
  	height: auto;
  	float:left;
  	background-color:transparent;
  	margin-right:0;
  	margin-bottom:0;
  	padding-bottom:0;
  	position:relative;
  	font-size: 14px;
  	color: #acacac;
  }

  section#push_content #list02 li img{
  	width: 100%;
  }


  section#push_content #list02 li:last-child{
  	margin-right:0!important;
  }




  section#push_content #list02 li h2{
  	position:absolute;
  	bottom:0;
  	background-color:rgba(000,000,000,0.3);
  	opacity:0.7;
  	height:40px;
  	z-index:999;
  	width:100%;
  	padding-left:10%;
  }


  section#push_content #list02 li h2 span{
  	opacity:1;
  	/* height:99px;	 */height: 80%;
  	color:#FFF;
  	font-size:14px;
  	font-weight:bold;
  	line-height:1;line-height: 1.4;
  	position: relative;position: absolute;
  	top: 35%;top: 18%;right: 10%;    left: 3%;
  	-webkit-transform: translateY(-0%); /* Safari用 */
  	transform: translateY(-0%);
  	text-align:left;
  }
  section#push_content #list02 li h2 span.line2{
    top: 41%;font-size: 12px;
  }
  section#push_content #list02 li h2 span.cot02{
  	opacity:1;
  	height:99px;	
  	color:#FFF;
  	font-size:14px;
  	font-weight:bold;
  	line-height:1;
  	position: relative;
  	top: 20%;
  	-webkit-transform: translateY(-30%); /* Safari用 */
  	transform: translateY(-30%);
  	text-align:left;
  }
  section#push_content #list02 li h2 span i{font-size: 12px;}
  #about_area{
  	margin-bottom:52px;
  	position:relative;
  }
}
 