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

  laser Css

------------------------------*/
#hero{
	margin-bottom: 60px;
}
#hero .main-ttl{
	text-align: left;
	color: #fff;
	padding: 50px 0;
	position: relative;
}
#hero .main-ttl .bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
#hero .main-ttl .bg .img{
	display: block;
	width: 100%;
    height: 100%;
	position: relative;
	overflow: hidden;
}
#hero .main-ttl .bg .img:before{
	content: "";
	display: block;
	padding-top: 100%;
}
#hero .main-ttl .bg .img img{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    vertical-align: top;
    object-position: center;
    font-family: 'object-fit: cover; object-position: bottom;';
}
#hero .main-ttl h2{
	font-size: 36px;
	margin-bottom: 20px;
}
#hero .main-ttl .comment{
	width: 50%;
}

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	#hero .main-ttl h2 {
    	font-size: 26px;
	}
	
	
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	#hero {
		margin-bottom: 40px;
	}
	#hero .main-ttl{
		background-position: center;
	}
	#hero .main-ttl .comment {
		width: 100%;
	}
	
}


/*ページ内nav　page-nav*/
#page-nav{
	padding-bottom: 80px;
}
#page-nav .btn-list{
	justify-content: space-between;
	margin-right: -20px;
}
#page-nav .btn-list .btn{
    display: inline-block;
    margin-right: 20px;
	margin-bottom: 20px;
    flex-grow: 1;
}
#page-nav .btn-list .btn a{
	display: block;
	font-weight: 600;
	font-size: 14px;
	padding: 10px;
	background-color: #fdc230;
	border-radius: 5px;
}
#page-nav .btn-list .btn a:after{
	content: "\f063";
    font-family: FontAwesome;
    margin-left: 5px;
    display: inline-block;
}
#page-nav .btn-list .btn a:hover{
	color: #000;
	box-shadow:0px 5px 10px 0px rgba(0,0,0,0.3);
}

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
	#nav-list .bg-img:before {
		background-position: top center;
	}
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	
	
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	#page-nav {
		padding-bottom: 40px;
	}
	#page-nav .btn-list .btn {
		width: 100%;
	}
	
}


/*製品一覧　product-list*/
#product-list .block{
	padding-top: 170px;
	margin-top: -170px;
}
#product-list h3{
	font-size: 30px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding: 0 15px 10px;
	margin-bottom: 40px;
}
#product-list h3:after{
	content: "";
    position: absolute;
    background: -moz-linear-gradient(-45deg, #2fc51b 0%, #fec231 50%, #a459cf 100%);
    background: -webkit-linear-gradient(-45deg, #2fc51b 0%,#fec231 50%,#a459cf 100%);
    background: linear-gradient(135deg, #2fc51b 0%,#fec231 50%,#a459cf 100%);
    height: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#product-list .list{
	margin-right: -30px;
}
#product-list .list .item{
	flex-direction: column;
    width: 33.3333%;
    padding-right: 30px;
    margin-bottom: 50px;
	display: block;
}
#product-list .list .item a{
	display: block;
}
#product-list .list .item .img{
	width: 100%;
	/*height: 300px;*/
    margin-bottom: 20px;
    display: block;
    position: relative;
    overflow: hidden;
	transition: all 300ms 0s ease;
}
#product-list .list .item .img_hover{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
	transition: all 300ms 0s ease;
}
#product-list .list .item .img:before {
    content: "";
    display: block;
    padding-top: 100%;
}
#product-list .list .item .img img{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    vertical-align: top;
    object-position: center;
    font-family: 'object-fit: cover; object-position: bottom;';
}
#product-list .list .item .txt p{
	font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}
#product-list .list .item .txt .sub{
	font-weight: normal;
    color: #757575;
    display: block;
}
#product-list .list .item .txt:after{
	content: "";
    background-image: url(/common/img/common/crumb-arrow.png@2x.png);
    background-size: contain;
    width: 6px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 10px;
}

#product-list .list .item a:hover .img{
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.3);
}
#product-list .list .item a:hover .img_hover{
	opacity: 1;
}

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
	#nav-list .bg-img:before {
		background-position: top center;
	}
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	
	
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	#product-list h3 {
    	font-size: 24px;
	}
	#product-list .list .item {
    	width: 100%;
	}
	#product-list .list .item .img{
		width: 70%;
		margin: 0 auto 15px;
	}
	/*#product-list .list .item .img img{
		width: 70%;
	}*/
}

