@charset "utf-8";
/* CSS Document */


/* position-active */
 #nav_global .gnav04 a{
	border-bottom: 1px solid #47B739;
}

/*mainVisual*/
#maincatch{
	width: 72%;
	box-sizing: border-box;
	display:flex;
	margin: 160px auto 0px;
}

#maincatch_sp{
	display: none;
}

.maincatch-sec01{
	width: 30%;
	margin:0px 0 20px 0px;
}

.catch01{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	font-weight: 600;
	width: 246px;
	height: 90px;
	background: #FFFFFF;
	color: #262626;
	font-size: clamp(1rem, 0.273rem + 3.64vw, 3rem);
	font-family: 'Roboto', sans-serif;
	z-index: -1;
	overflow: hidden;
}

.catch01::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_sp{
	display: none;
}

.title_jp{
	width: 80%;
	margin: 0px;
	font-size: 1.1rem;
	font-weight: 600;	
	font-family: 'Noto Sans JP', sans-serif;
}

.title_jp_sp{
	display: none;
}

.subcatch{
	width: 70%;
	margin: 30px 0px 0px 120px;
}

.catch02{
	width: 96%;
	text-align: left;
	font-size: clamp(1.4rem, 1.182rem + 1.09vw, 2rem);
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.catch02_detail{
	width: 94%;
	margin: 20px 0 20px 0;
	text-align: left;
	line-height: 2.0;
	font-size: 1.1rem;
	font-family: 'Noto Sans JP', sans-serif;
}

#mainVisual_area01{
	display: block;
	margin: 20px auto 20px;
	width:74%;
	height: 700px;
	background: url("../images/img_p_main.jpg") top center no-repeat;
	background-size: cover;
}

#mainVisual_area01_sp{
	display: none;
}

/*contents*/

#contents{
	margin: 160px auto 120px;	
	line-height: 1.8;	
}

/*product01*/

.product01-wrap{
	width: 100%;
	height: 300px;
	margin: 90px auto 20px;
	display: flex;
}

	.product01-01sp,
	.product01-02sp,
	.product01-03sp,
	.product01-04sp
	{
		display: none;
	}

.product01{
	width: 33%;
	margin: 0 10px 0 0px;
	padding: 0;
}

.product01_detail,
.product02_detail,
.product03_detail{
	width:64%;
	height: 300px;	
    margin: 20px 60px 10px 120px;
	line-height: 2.0;
	font-family: 'Noto Sans JP', sans-serif;
}

.product01_content{
	display: block;
	width: 86%;
	margin: 10px 0 0 60px;
	font-size: 1.4rem;
	font-weight: 600;
	padding:0;
	text-align: left;
	line-height: 1.8;
}

.product011_content{
	display: block;
	width: 100%;
	margin: 5px 0 0 60px;
	font-size: 1.4rem;
	font-weight: 600;
	padding:0;
	text-align: left;
	line-height: 1.8;
}


.product01_text{
	display: block;
	width: 100%;
	text-align: left;
	margin: 1px 0 0 60px;
	font-size: 1.0rem;
}

.b01_text_detail{
	display: block;
	width: 100%;
	margin: 0px auto;
	font-size: 1.0rem;
}

.category_title{
	width: 100%;
	margin: 0 auto;
}

.category_title_jpn{
	display: block;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
}

.category_title_eng{
	display: block;
	width: 100%;
	font-size: 1.2rem;
	margin: 0px 0px 5px;
	text-align: left;
	color: #41A63E;
	font-family: 'Roboto', sans-serif;
}

/*product01*/

.product01-01wrap{
	width: 90%;
	height: 280px;
	margin: 180px auto 35px;
	display: flex;
	padding: 0 20px;
	font-family: 'Noto Sans JP', sans-serif;
}

.product01-02wrap{
	width: 90%;
	height: 280px;
	margin: 180px auto 35px;
	display: flex;
	padding: 0 20px;
	font-family: 'Noto Sans JP', sans-serif;
}

.product01-03wrap{
	width: 90%;
	height: 280px;
	margin: 180px auto 0px;
	display: flex;
	padding: 0 20px;
	font-family: 'Noto Sans JP', sans-serif;
}

.product01_01txt,
.product01_02txt,
.product01_03txt,
.product01_04txt{
	width: 80%;
	margin: 1px 60px 0; 
}

#product01-01title,
#product01-02title,
#product01-03title,
#product01-04title,
#product01-05title{
	font-size: 1.6rem;
	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.35rem;
	font-weight: 600;
	text-align: left;
	letter-spacing: 0.2em;
}

.product01_01detail,
.product01_02detail,
.product01_03detail,
.product01_04detail{
	display: block;
	width: 100%;
	padding: 20px 10px 0;
	line-height: 2.0;
	letter-spacing: 0.1em;
}

.product01_041detail,
.product01_042detail{
	display: block;
	width: 100%;
	padding: 5px 0 0 10px;
	line-height: 2.0;
}

.product01-01,
.product01-012,
.product01-021,
.product01-022,
.product01-031,
.product01-032,
.product01-041,
.product01-042{
	display: block;
	width: 60%;
	margin-left: 10px;
}

.product01-01 img,
.product01-012 img,
.product01-021 img,
.product01-022 img,
.product01-031 img,
.product01-032 img,
.product01-041 img,
.product01-042 img{
	max-width: 90%;
	height: auto;
    margin: 0 auto;
}

/*product02*/

.product02-wrap{
	width: 100%;
	height: 300px;
	margin: 300px 0px 60px;
	display: flex;
	font-family: 'Noto Sans JP', sans-serif;
}

.product02{
	width: 33%;
	padding: 0;
}

.product021_text{
	display: block;
	width: 86%;
	margin: 60px 100px 0 60px;
	font-size: 1.1rem;
}

.product02_text{
	display: block;
	width: 68%;
	margin: 5px 20px 0 100px;
	font-size: 1.1rem;
}

.b02_text_detail{
	list-style: none;
}

.product01_category,
.product02_category,
.product03_category{
	width: 100%;
	line-height: 1.2;
}

.product01_photo img,
.product02_photo img,
.product03_photo img{
	width: 100%;
	height: auto;
	margin: 0 10px 0 0;
	border-radius: 0px 30px 0px 0px;
}

.product02-01wrap{
	display: flex;
	width: 100%;
	margin: 200px 0 10px;
	font-family: 'Noto Sans JP', sans-serif;
}

.product02-01_image{
	display: flex;
	width: 50%;
	margin: 0px 10px 0 0;
}

.product02-01_image img{
	width: 100%;
	height: auto;
}

.product02_01txt{
	display: block;
	width: 50%;
	margin: 0px 5px 0 5px;
}

.product02_text_detail{
	width: 86%;
	margin: 30px 0 0 100px;
	font-size: 1.1rem;
	text-align: left;
}

.product02_content{
	display: block;
	width: 68%;
	margin: 0px 80px 14px 100px;
	font-size: 1.3rem;
	font-weight: 600;
	padding:0;
	text-align: left;
}

.product021_content{
	display: block;
	width: 68%;
	margin: 26px 80px 14px 100px;
	font-size: 1.3rem;
	font-weight: 600;
	padding:0;
	text-align: left;
}

.product03-wrap{
	width: 100%;
	height: 300px;
	margin: 300px 0px 200px;
	display: flex;
	font-family: 'Noto Sans JP', sans-serif;
}

.product03{
	width: 33%;
}

.product03_text{
	width: 86%;
	margin: 60px 100px 0 60px;
	font-size: 1.1rem;
	text-align: left;
}

.product01-04wrap{
	width: 90%;
	margin: 180px auto 40px;
	display: flex;
	padding: 0 20px;
	font-family: 'Noto Sans JP', sans-serif;
}

.anchor{
	display: block;
    padding-top: 100px;
    margin-top: -100px;
}
