@charset "utf-8";
/* CSS Document */
.fv{
	position: relative;
	justify-content: space-between;
	align-items: flex-end;
}
.fv .imgbox1{
	width: 45%;
}
.fv .imgbox1 img{
	border-radius: 0 5px 5px 0;
}
.fv .imgbox2 img{
	border-radius: 5px 0 0 5px;
}
.fv .rightbox{
	width: 45%;
}
.fv .txtbox{
	padding: 10%;
}
.fv .txtbox p{
	color: #7E8B62;
}


body.gjs-dashed .fv .leaf_item_wrap{display: none!important;}
.fv .leaf_item_wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.fv .leaf_item_wrap > div{
	position: absolute;
}
.fv .leaf_item_wrap .leaf_item1{
	width: 10%;
	top: 50%;
	left: -10px;
	transform: translateY(-50%);
}
.fv .leaf_item_wrap .leaf_item2{
	width: 20%;
	top: 3%;
	left: 30%;
}
.fv .leaf_item_wrap .leaf_item3{
	width: 15%;
	bottom: 5%;
	left: 45%;
	transform: translateX(-50%);
}
.fv .leaf_item_wrap .leaf_item4{
	width: 15%;
	bottom: 5%;
	right: 0;
	transform: translateX(10px);
}

.section01,.section04{
	position: relative;
}
body:not(.gjs-dashed) .section01::after{
	content: "";
	position: absolute;
	background: #F5F5F4;
	background: linear-gradient(180deg, rgba(245, 245, 244, 1) 0%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0.7) 90%, rgba(255, 255, 255, 0.6) 100%);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.section01{
	align-items: stretch;
}
.section01 > div{
	position: relative;
	z-index: 2;
	flex-direction: column;
}

.section01 .imgbox1,.section01 .imgbox2{
	width: 27.5%;
	justify-content: space-between;
	gap: 10vh;
	flex-wrap: nowrap;
}
.section01 .txtbox{
	width: 45%;
	padding: 0 5%;
}
.section01 .imgbox1 .img1{
	width: 80%;
}
.section01 .imgbox1 .img2{
	width: 50%;
	margin-left: 50%;
}
.section01 .imgbox2 .img1{
	width: 50%;
	margin-left: 50%;
}
.section01 .imgbox2 .img2{
	width: 70%;
}
body.gjs-dashed .section01 .leaf_item_wrap,body.gjs-dashed .section04 .leaf_item_wrap{display: none!important;}
.section01 .leaf_item_wrap,.section04 .leaf_item_wrap{
	pointer-events: none!important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.section01 .leaf_item_wrap > div,.section04 .leaf_item_wrap > div{
	position: absolute;
}
.section01 .leaf_item_wrap .leaf_item1{
	width: 20%;
	left: 5%;
	top: 2%;
}
.section01 .leaf_item_wrap .leaf_item2{
	width: 10%;
	left: -10px;
	bottom: 25%;
}
.section01 .leaf_item_wrap .leaf_item3,.section04 .leaf_item_wrap .leaf_item1{
	width: 10%;
	right: -10px;
	bottom: 25%;
}

.section02 .box{
	width: 47.5%;
	background-color: #fff;
	border: 1px solid #DEE6C9;
	padding: 20px;
	flex-direction: row-reverse;
}
.section02 .box > div{
	width: 50%;
}
.section02 .box .txtbox{
	padding-right: 5%;
}

.section04 .boxwrap{
	align-items: flex-start;
	gap: 40px;
}
.section04 .boxwrap .box{
	width: calc(100% / 3 - 80px / 3);
}


.section05{
	background-image: url("https://plana-henna.com/system_panel/uploads/images/leaf_item3.png");
	background-position: left -20px top;
	background-repeat: no-repeat;
	background-size: 15% auto;
}
.newstop_b .contents {
  width: 100%;
}

.newstop_b .webgene-blog .webgene-item {

  border-bottom: 1px solid rgba(198, 183, 167, .35);
}

.newstop_b .webgene-blog .webgene-item a > .flex {
  gap: 20px;
  padding: 10px 0;
    flex-wrap: nowrap;
}


.newstop_b .webgene-blog .webgene-item a .catelabel {
	border: none;
  border-radius: 50px;
  background: #DEE6C9;
  color: #7E8B62;
}
.newstop_b .webgene-blog .webgene-item{
	padding-bottom: 15px;
	margin-bottom: 15px;
}

@media screen and (max-width: 576px) {
  .newstop_b .webgene-blog .webgene-item a .item {
    flex-direction: column;
  }

  .newstop_b .webgene-blog .webgene-item a .item .label,
  .newstop_b .webgene-blog .webgene-item a .item h3 {
    width: 100%;
    justify-content: flex-start;
  }

  .newstop_b .webgene-blog .webgene-item a .item .catelabel {
    font-size: 12px;
  }

  .newstop_b .webgene-blog .webgene-item a .cate_txt {
    width: 64px;
    padding: 2px 5px;
  }

  .newstop_b .webgene-blog .webgene-item a > .flex {
    gap: 10px;
  }

  .newstop_b .webgene-blog .webgene-item {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.section01 .imgbox1,.section01 .imgbox2{
		width: 25%;
	}
	.section01 .txtbox{
		width: 50%;
		padding: 0 5%;
	}
	.section01 .imgbox1 .img1{
		width: 90%;
	}
	.section01 .imgbox1 .img2{
		width: 65%;
		margin-left: 35%;
	}
	.section01 .imgbox2 .img1{
		width: 65%;
		margin-left: 35%;
	}
	.section01 .imgbox2 .img2{
		width: 80%;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.section04 .boxwrap{
		align-items: flex-start;
		gap: 30px;
	}
	.section04 .boxwrap .box{
		width: calc(100% / 3 - 60px / 3);
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.fv{
		margin-top: 5%;
	}
	.fv .rightbox{
		padding-bottom: 10%;
	}
	.fv .leaf_item_wrap .leaf_item1{
		width: 15%;
		top: 50%;
		left: -10px;
		transform: translateY(-50%);
	}
	.fv .leaf_item_wrap .leaf_item2{
		width: 20%;
		top: 20%;
		left: 30%;
	}
	.fv .leaf_item_wrap .leaf_item3{
		width: 18%;
		bottom: 5%;
		left: 45%;
		transform: translateX(-50%);
	}
	.fv .leaf_item_wrap .leaf_item4{
		width: 20%;
		bottom: 5%;
		right: 0;
		transform: translateX(30px);
	}
	
	.section01 .txtbox{
		padding: 0 10px;
	}
	.section01 .imgbox1 .img1{
		width: 100%;
	}
	.section01 .imgbox1 .img2{
		width: 75%;
		margin-left: 25%;
	}
	.section01 .imgbox2 .img1{
		width: 75%;
		margin-left: 25%;
	}
	.section01 .imgbox2 .img2{
		width: 90%;
	}
	.section01 .leaf_item_wrap .leaf_item2{
		width: 20%;
		left: -10px;
		bottom: 25%;
	}
	.section01 .leaf_item_wrap .leaf_item3,.section04 .leaf_item_wrap .leaf_item1{
		width: 20%;
		right: -10px;
		bottom: 25%;
	}
	.section02{
		justify-content: center;
		gap: 30px;
	}
	.section02 .box{
		width: 80%;
	}
	.section04 .boxwrap{
		align-items: flex-start;
		gap: 20px;
	}
	.section04 .boxwrap .box{
		width: calc(100% / 3 - 40px / 3);
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.fv .imgbox1{
		width: 75%;
	}
	.fv .rightbox{
		width: 100%;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		flex-direction: column-reverse;
	}
	.fv .txtbox{
		padding: 10%;
	}
	.fv .imgbox2{
		width: 65%;
		margin-left: 35%;
	}
	.fv .leaf_item_wrap .leaf_item1{
		width: 20%;
		top: 50%;
		left: -5px;
		transform: translateY(-50%);
	}
	.fv .leaf_item_wrap .leaf_item2{
		width: 30%;
		top: 5%;
		left: 60%;
	}
	.fv .leaf_item_wrap .leaf_item3{
		width: 25%;
		bottom: 5%;
		left: 25%;
		transform: translateX(0);
	}
	.fv .leaf_item_wrap .leaf_item4{
		width: 30%;
		bottom: 25%;
		right: 0;
		transform: translateX(30px);
	}
	
	.section01{
		flex-direction: column;
		gap: 30px;
	}
	.section01 .imgbox1,.section01 .imgbox2{
		width: 100%;
		justify-content: space-between;
		flex-direction: row;
		gap: 0;
		flex-wrap: nowrap;
		align-items: flex-end;
	}
	.section01 .txtbox{
		width: 100%;
		padding: 0;
	}
	.section01 .imgbox1 .img1{
		width: 45%;
		margin-bottom: 15%;
	}
	.section01 .imgbox1 .img2{
		width: 30%;
		margin-left: 0%;
	}
	.section01 .imgbox2 .img1{
		width: 40%;
		margin-left: 0;
	}
	.section01 .imgbox2 .img2{
		width: 50%;
		margin-bottom: 10%;
	}
	.section01 .leaf_item_wrap .leaf_item1{
		width: 30%;
		left: 5%;
		top: 2%;
	}
	.section01 .leaf_item_wrap .leaf_item2{
		width: 20%;
		left: -10px;
		bottom: 25%;
	}
	.section01 .leaf_item_wrap .leaf_item3,.section04 .leaf_item_wrap .leaf_item1{
		width: 20%;
		right: -10px;
		bottom: 25%;
	}
	.section02{
		justify-content: center;
		gap: 20px;
	}
	.section02 .box{
		width: 100%;
	}
	.section02 .box > div{
		width: 100%;
	}
	.section02 .box .txtbox{
		padding-right: 0;
		padding-top: 20px;
	}
	.section04 .boxwrap{
		align-items: flex-start;
		gap: 30px;
	}
	.section04 .boxwrap .box{
		width: 100%;
	}
	.section05{
		background-position: left -20px top;
		background-size: 25% auto;
	}

}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

