@charset "utf-8";

/*メディアクエリ設定*/

@media screen and (max-width: 959px) {
	html{overflow-x: hidden;
}

	
	/* hamburger-menu-position-active */
	
	.sp-gnav01 a{
		opacity: 1.0;
	}
	
 	.sp-gnav04 a{
	opacity: 0.6;
	}
	
/*mainVisual area*/
	
#maincatch{
		display: none;	
	}
	
#maincatch_sp{
		display: block!important;
		width: 100%;
		height: 100px;
		box-sizing: border-box;
		position: relative;
		margin: 60px auto 15px;
	}

.catch01_sp{
	display: block;
	position: relative;
	top: 0%;
	left: 0%;
	font-weight: 500;
	width: 200px;
	height: 90px;
	background: #FFFFFF;
	color: #262626;
	font-size: 2.6rem;
	font-family: 'Roboto', sans-serif;
	z-index: -1;
	overflow: hidden;
	padding-left: 20px;
}

.catch01_sp:before{
	content: "";
	display: block;
	position: absolute;
	top:0;
	left: 0;
	background:#228B22;
	opacity: 0.8;
	width: 100%;
	height: 60%;
	animation-name: square_box_slide;
	animation-timing-function:ease;
	animation-duration: 4s;
	animation-fill-mode: forwards;
	z-index: -2;
}

@keyframes square_box_slide{
0% {
	width: 0%;
}
  50%{
	  width: 100%;
  }
 100% {
	 transform: translateX(200%);
 } 
}
	
.title_jp{
	display: none;
}
	
	.title_jp_sp{
	display: block;
	position: absolute;
	top: 36%;
	left: 0;
	width: 80%;
	margin: 30px 0 0 5px;
	font-size: 1.1rem;
	font-weight: 600;	
	font-family: 'Noto Sans JP', sans-serif;
	padding-left: 18px;
}	
	
	#mainVisual_area01{
		display: none;	
	}
	
	#mainVisual_area01_sp{
	display: block;
	margin: 240px auto 30px;
	width:98%;
	height: 400px;
	background: url("../images/img_p_main.jpg") top right no-repeat;
	background-size: cover;
}

	.subcatch{
		display: none;
	}

.subcatch_sp{
	display: block;
	position: absolute;
	top: 130%;
	left: 0%;
	right: 0%;
	margin: auto;
	width: 92%;
	height: 30px;
	}
	
		
.catch02_sp{
	text-align: left;
	font-size: 1.4rem;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.2;
	}
	
.catch02_detail_sp{
	width: 100%;
	margin: 30px 0 80px;
	text-align: left;
	line-height: 1.2;
	font-size: 1.1rem;
	font-family: 'Noto Sans JP', sans-serif;
}

	
	/*contents*/

#contents{
	margin: 30px auto 120px;	
	line-height: 1.8;	
}
	
.product01-01wrap,
.product01-02wrap,
.product01-03wrap{
	width: 90%;
	height: 100%;
	margin: 100px auto 0px;
	display: block;
	padding: 0px;
	font-family: 'Noto Sans JP', sans-serif;
}
	
	.product01-04wrap{
	width: 90%;
	height: 100%;
	margin: 100px auto 0px;
	display: block;
	padding: 0px;
	font-family: 'Noto Sans JP', sans-serif;
}

.product01-01,
.product01-012,
.product01-021,
.product01-022,
.product01-031,
.product01-032,
.product01-041,
.product01-042{
	display: block;
	width: 100%;
	margin:0 auto;
	}
	
.product01-01 p img,
.product01-012 p img,
.product01-021 p img,
.product01-022 p img,
.product01-031 p img,
.product01-032 p img,
.product01-041 p img,
.product01-042 p img{
	display: block;
	width: 100%;
	margin:20px auto;
	}
	
.product01_01txt,
.product01_02txt,
.product01_03txt,
.product01_04txt{
	width: 94%;
	margin: 1px auto 30px; 
	font-size: 1.0rem;
}
	
.product01-01title,
.product01-02title,
.product01-03title,
.product01-04title{
	font-size: 1.3rem;
	font-weight: 600;
	text-align: left;
	letter-spacing: 0.2em;
}

.product01-041title,
.product01-042title{
	display: block;
	width: 100%;
	margin: 20px 0 5px 10px;
	font-size: 1.0rem;
	font-weight: 600;
	text-align: left;
	letter-spacing: 0.2em;
}
	
.product01_041detail,
.product01_042detail{
	display: block;
	width: 100%;
	padding: 5px 0 0 10px;
	font-size: 1.0rem;
	line-height: 2.0;
}