

/* ==========================================================================
Typograpgy
========================================================================== */
body {
  background: #e4e4e4;
}
@media only screen and (min-width: 768px) and (max-width: 1600px) {
	html {
		font-size: calc(10 * (100vw / 1600)) !important;
	}
}
.main_container .pc_only {
    display: block;
}
@media (max-width: 767px) {
	.lp * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

  .bredlist.lp {
    line-height: 5.33333vw;
    font-size: 2.66667vw;
    margin: 3.33333vw auto;
    width: 92.592%;
    text-align: left;
    padding: 0;
  }
	.main_container .pc_only {
	    display: none;
	}
}
  html {
    font-size: 62.5%;
  }

  img,
  video,
  svg {
    width: 100%;
    height: auto;
  }

/************** common **************/
.lp {
    padding: 0;
  }

  .main_container {
    font-feature-settings: "palt";
    font-family: var(--font-common);
  }
  
  .lp .main_inner{
    padding: 0;
  }
  


  /* ===============================================### 
  共通用デザイン
  ###=============================================== */
  .mainVisual{
    position: relative;
  }
  .mainVisual .leadTxt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-feature-settings: "palt";
    color: #fff;
  }
  .mainVisual .leadTxt span{
    display: block;
    white-space: nowrap;
    text-align: center;
  }

  
  
  
  /* ===============================================### 
  sp用デザイン
  ###=============================================== */
  @media screen and (max-width:768px) {
  .mainVisual .leadTxt {
    bottom: calc(58 * (100vw / 750));
  }
  .mainVisual .leadTxt span.main{
    font-size: calc(36 * (100vw / 750));
    letter-spacing: 0.12em;
    line-height: 1;
  }
  .mainVisual .leadTxt .sub{
    margin-block-start: calc(32 * (100vw / 750));
    font-size: calc(28 * (100vw / 750));
    letter-spacing: 0.22em;
    line-height: 1;
  }
  
  .main_leadTxt {
    width: calc(650 * (100vw / 750));
    margin-block: calc(46 * (100vw / 750)) calc(86 * (100vw / 750));
    margin-inline: auto;
    font-size: calc(24 * (100vw / 750));
    line-height: 2;
    letter-spacing: 0.14em;
    text-align: left;
  }
  
}



/* ===============================================### 
PC用デザイン
###=============================================== */
@media screen and (min-width:768px) {
  .mainVisual .leadTxt {
    bottom: 4rem;
  }
  .mainVisual .leadTxt span.main{
    font-size: 3.0rem;
    letter-spacing: 0.12em;
    line-height: 1;
  }
  .mainVisual .leadTxt .sub{
    margin-block-start: 2.7rem;
    font-size: 2.0rem;
    letter-spacing: 0.22em;
    line-height: 1;
  }
  .main_leadTxt {
    margin-block: 7.4rem 7rem;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: center;
  }
}










/* ===============================================### 
共通用デザイン
###=============================================== */





/* ===============================================### 
sp用デザイン
###=============================================== */
@media screen and (max-width: 768px) {
  .aboutWrap {
    text-align: center;
    padding-block: calc(0 * (100vw / 750)) calc(120 * (100vw / 750));
    width: calc(664 * (100vw / 750));
    margin-inline: auto;
  }
	.aboutWrap__ .flowWrap{
    margin-block-end: calc(30 * (100vw / 750));
	}
  .aboutWrap__ .flowWrap .imgBox{
    width: calc(622 * (100vw / 750));
    margin-inline: auto;
    margin-block-end: calc(20 * (100vw / 750));
  }
  .aboutWrap__ .flowWrap .titleTxt{
    font-size: calc(22 * (100vw / 750));
    margin-block-end: calc(142 * (100vw / 750));
    line-height: 1.8;
    letter-spacing: 0.035em;
    text-align: center;
  }
.aboutWrap__ .flowWrap .titleTxt::first-line {
    font-size: calc(26 * (100vw / 750));
}

	.aboutWrap__ .flow .flowAbout{
		position: relative;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-end;
		align-items: center;
		width: calc(650 * (100vw / 750));
		margin-inline: auto;
		margin-block-end: calc(44 * (100vw / 750));
	}
	.aboutWrap__ .flow .flowAbout .content{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		width: calc(150 * (100vw / 750));
		height: calc(150 * (100vw / 750));
		border-radius: 50vh;
		background: #d4d4d4;
	}
	.aboutWrap__ .flow .flowAbout .leadTxt{
		width: calc(510 * (100vw / 750));
		padding-inline: calc(40 * (100vw / 750)) calc(10 * (100vw / 750));
		padding-block: calc(6 * (100vw / 750)) calc(10 * (100vw / 750));
		border-radius: calc(10 * (100vw / 750));
		font-size: calc(24* (100vw / 750));
		line-height: 2;
		letter-spacing: 0.14em;
		color: #FFF;
		background: #a9bc8e;
	}
	.aboutWrap__ .flow .flowAbout .leadTxt span,
	.aboutWrap__ .flow.--2 .lead span{
		display: inline-block;
		padding-inline: calc(10 * (100vw / 750));
		padding-block: 0;
		border-radius: calc(5 * (100vw / 750));
		line-height: 1.8;
		color: #004d25;
		background: #f7f8f8;
	}
	.aboutWrap__ .flow.--2 .lead span{
		line-height: 2;
	}
	.aboutWrap__ .flow .imgBox{
		transform: translateX(calc(-11 * (100vw / 750)));
		width: calc(590 * (100vw / 750));
		margin-inline: auto;
		margin-block-end: calc(166 * (100vw / 750));
	}
	.aboutWrap__ .flow.--2 .flowAbout{
		margin-block-end: calc(64 * (100vw / 750));
	}
	.aboutWrap__ .flow.--2 .imgBox:first-of-type{
		transform: unset;
		width: calc(580 * (100vw / 750));
	}
	.aboutWrap__ .flow.--2 .imgBox {
	    position: relative;
	    transform: unset;
	    width: calc(580 * (100vw / 750));
	    margin-block-end: calc(101 * (100vw / 750));
	}
	.aboutWrap__ .flow.--2 .imgBox:last-of-type{
		margin-block-end: calc(164 * (100vw / 750));
	}
	.aboutWrap__ .flow.--2 .imgBox .lead{
		position: absolute;
		top: calc(376 * (100vw / 750));
		left: 50%;
		transform: translateX(-50%);
		white-space: nowrap;
		font-size: calc(24* (100vw / 750));
		line-height: 1.6;
		letter-spacing: 0.065em;
		color: #666;
	}
	.aboutWrap__ .flow.--3 .flowAbout{
		margin-block-end: calc(51 * (100vw / 750));
	}
	.aboutWrap__ .flow.--3 .imgBox{
		transform: translateX(calc(6 * (100vw / 750)));
		width: calc(668 * (100vw / 750));
		margin-block-end: calc(112 * (100vw / 750));
	}
}



/* ===============================================### 
PC用デザイン
###=============================================== */
@media screen and (min-width:768px) {
  .aboutWrap {
    text-align: center;
    padding-block: 0 10.0rem;
    width: 127.8rem;
    margin-inline: auto;
  }

  .aboutWrap {
    text-align: center;
    padding-block: .0rem 12.0rem;
    width: 12.6.4rem;
    margin-inline: auto;
  }
	.aboutWrap__ {
		position: relative;
		width: 120.0rem;
		height: 96.2rem;
		margin-inline: auto;
	}
	
	.aboutWrap__::before{
		content:"";
		position: absolute;
		top: 14rem;
		left: 3.5rem;
		width: 26rem;
		height: 14rem;
		border-radius: 0.7rem;
		background: url(./../img/bg--01.png) 100% center no-repeat;
	}
	.aboutWrap__ .flowWrap{
    margin-block-end: 3.0rem;
	}
  .aboutWrap__ .flowWrap{
    position: absolute;
    top: 9.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 36rem;
    z-index: 10;
  }
  .aboutWrap__ .flowWrap .titleTxt{
    font-size: 1.8rem;
    margin-block-start: 5rem;
    line-height: 1.4;
    letter-spacing: 0.035em;
    text-align: center;
    color: #7e7f8b;
  }
aboutWrap__ .flowWrap .titleTxt::first-line {
    font-size: 2.0rem;
}

	.aboutWrap__ .flow .flowAbout{
		width: 29.7rem;
		margin-inline: auto;
		margin-block-end: 0;
	}
	.aboutWrap__ .flow .flowAbout .content{
		display: none;
	}
	.aboutWrap__ .flow .flowAbout .leadTxt{
		position: relative;
		transform: translateX(-1rem);
		display: block;
		width: 31.6rem;
		padding-block: 1rem 1.0rem;
		border-radius: 0.5rem;
		white-space: nowrap;
		font-feature-settings: initial;
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.025em;
		text-align: center;
		color: #FFF;
		background: #a9bc8e;
	}
	
	.aboutWrap__ .flow:not(.--1) .flowAbout .leadTxt::before{
		content: "植林・育てる";
		position: absolute;
		top: -3.2rem;
		left: 50%;
		transform: translateX(-50%);
		display: block;
		font-size: 2rem;
		line-height: 1;
		letter-spacing: 0.035em;
		color: #7e7f8b;
	}
	.aboutWrap__ .flow.--2 .flowAbout .leadTxt::before{
		content: "建材の余り木チップ";
	}
	.aboutWrap__ .flow .flowAbout .leadTxt span,
	.aboutWrap__ .flow.--2 .lead span{
		display: inline-block;
		padding-inline: 0.6rem;
		padding-block: 0.2rem;
		margin-inline: 0.4rem;
		border-radius: 0.5rem;
		line-height: 1.3;
		color: #004d25;
		background: #f7f8f8;
	}
	.aboutWrap__ .flow .imgBox{
		position: absolute;
		top: 9rem;
		right: 3rem;
		width: 32.5rem;
	}
	.aboutWrap__ .flow.--2 {
	position: absolute;
	top: 41rem;
	left: 64.3rem;
	width: 60.5rem;
	}
	.aboutWrap__ .flow.--2 .flowAbout{
		margin-inline: 12.5rem 0;
		margin-block-end: 0;
	}
	.aboutWrap__ .flow.--2 .imgWrap{
		transform: translateX(2.7rem) translateY(-4.2rem);
		position: relative;
		display: flex;
		flex-direction: row-reverse;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
		width: 59.5rem;
	}
	.aboutWrap__ .flow.--2 .imgBox:first-of-type{
		width: 34.5rem;
		margin: 0;
		margin-block: -3.3rem 0rem;
	}
	.aboutWrap__ .flow.--2 .imgBox {
	    position: relative;
	    transform: none;
	    width: 21.8rem;
	    margin-block-end: 10.1rem;
	}
	.aboutWrap__ .flow.--2 .imgBox:last-of-type{
	margin: 0;
	}
	.aboutWrap__ .flow.--2 .imgBox .lead{
		position: absolute;
		top: 12rem;
		left: 50%;
		transform: translateX(-50%);
		white-space: nowrap;
		font-size: 1.5rem;
		line-height: 1.7;
		letter-spacing: 0.065em;
		text-align: center;
		color: #666;
	}
	
	.aboutWrap__ .flow.--3 {
	position: absolute;
	top: 41rem;
	left: -3rem;
	width: 48rem;
	}
	.aboutWrap__ .flow.--3 .flowAbout{
		margin-block-end: 5.1rem;
		margin-inline: auto 2rem;
	}
	.aboutWrap__ .flow.--3 .imgBox{
		transform: translateX(9.5rem) translateY(-7.2rem);
		width: 55.8rem;
		margin-block-end: 0;
	}
}







  /* ===============================================### 
  共通用デザイン
  ###=============================================== */
  .washifabrucWrap {
    background-color: #a9bc8e;
  }
  
  
  
  
  /* ===============================================### 
  sp用デザイン
  ###=============================================== */
  @media screen and (max-width:768px) {
    .washifabrucWrap {
      padding-block: calc(100 * (100vw / 750)) calc(160 * (100vw / 750));
    }
    .washifabrucWrap .imgBox{
      width: calc(650 * (100vw / 750));
      margin-inline: auto;
    }
    
    
  }
  
  
  
  /* ===============================================### 
  PC用デザイン
  ###=============================================== */
  @media screen and (min-width:768px) {
  .washifabrucWrap {
    padding-block: 6.0rem 8.0rem;
  }
  
  .washifabrucWrap .imgBox{
    width: 38.4rem;
    margin-inline: auto;
  }
}








/* fade */
.mvfade{
  transition-property: opacity;
  transition-duration: 1.5s;
  opacity: 0;
  
}
.fade {
  transition-property: opacity, transform;
  transition-duration: 1.5s;
  opacity: 0;
  transform: translateY(1.5rem);
}

.mvfade.onView,
.fade.onView {
  opacity: 1;
  transform: translateY(0);
}
