@charset "UTF-8";
.pc_only {
	display: block;
}
.sp_only {
  display: none;
}

#main_contents #main {
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
}
#main img {
	vertical-align:middle;
  width:100%;
	max-width: 100%;
	height: auto;
}
/* SP ----------------------------------------*/
@media screen and (max-width: 768px){
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
}

/*---------------------------------------------------------------------------------
mv
--------------------------------------------------------------------------------- */
.mv-wrap {
	width: 100%;
	margin-bottom: 50px;
  letter-spacing: 0.05em;
}
.mv-inner {
  padding-bottom: 18px;
	position: relative;
}
.mv-inner-ttl {
  
  font-size: 61px;
  font-weight: 900;
  line-height: 1.36;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  text-shadow : 0px 0px 5px rgba(0, 0, 0, 1);
}
.mv-text {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 58px;
}
.mv-text-01 {
  width: 398px;
  padding-right: 23px;
  font-size: 16px;
  line-height: 1.31;
  font-weight: 700;
  color: #42210b;
}
.mv-text-02 {
  width: 420px;
  font-size: 15px;
  line-height: 1.66;
  position: relative;
	color: #42210b;
}
.mv-text-02 a {
  position: absolute;
  right: 0;
  bottom: 0;
}

.mv-under {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 840px;
  margin: 0 auto;
}
.mv-under-logo {
  width: 220px;
}
.mv-profile {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 570px;
  padding: 25px 23px 20px 20px;
  border: 1px solid #006837;
  background-color: #EFEDE6;
}
.mv-profile .left {
  width: 335px;
}
.mv-profile .txt_01 {
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #42210b;
}
.mv-profile .txt_02 {
  width: 108px;
  padding-bottom: 12px;
}
.mv-profile .txt_03 {
  font-size: 15px;
  line-height: 1.66;
  color: #603813;
}

/* SP ----------------------------------------*/
@media screen and (max-width: 768px){
  .mv-wrap {
    margin-bottom: 40px;
  }
  .mv-inner {
    padding-bottom: 15px;
    position: relative;
  }
  .mv-inner-ttl {
    font-size: 6vw;
    font-weight: 900;
    top: 15px;
    right: 15px;
    color: #fff;
    text-shadow : 0px 0px 5px rgba(0, 0, 0, 1);
  }
  .mv-text {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .mv-text-01 {
    width: 100%;
    padding-right: 0;
    padding-bottom: 9px;
    font-size: 14px;
  }
  .mv-text-02 {
    width: 100%;
    font-size: 14px;
  }

  .mv-under {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .mv-under-logo {
    width: 34%;
    margin: 0 auto 16px;
  }
  .mv-profile {
    width: 100%;
    padding: 15px 12px 10px 10px;
    background-color: #d2edba;
  }
  .mv-profile .left {
    width: calc(100% - 112px);
  }
  .mv-profile .txt_01 {
    padding-bottom: 12px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    color: #42210b;
  }
  .mv-profile .txt_02 {
    width: 62px;
    padding-bottom: 12px;
  }
  .mv-profile .txt_03 {
    font-size: 10px;
    line-height: 1.66;
    color: #603813;
  }
  .mv-profile .right {
    width: 102px;
  }
}


/*---------------------------------------------------------------------------------
section01
--------------------------------------------------------------------------------- */
.sec01 {
  padding-bottom: 140px;
  color: #534741;
}
.sec01-ttl {
  padding-bottom: 40px;
  font-size: 48px;
  text-align: center;
  font-weight: 700;
}
.sec01-ttl span {
  display: block;
  padding-bottom: 20px;
  font-size: 27px;
	color: #12491D;
}
.sec01-read {
  padding-bottom: 50px;
  font-size: 24px;
  line-height: 1.66;
  text-align: center;
  color: #534741;
}
.sec01-balloon {
  width: 332px;
  margin: 0 auto 35px;
  position: relative;
  left: -43px;
}
.sec01-balloon::after {
  width: 200px;
  height: 136px;
  background-image: url("../images/sec01-illust.svg");
  position: absolute;
  top: -44px;
  right: -274px;
  content:"";
}
.sec01-movie-wrap {
  width: 568px;
  margin: 0 auto 56px;
}
.sec01-movie-wrap video {
  width: 100%;
  height: auto;
}
.sec01-movie-wrap p {
  padding-top: 40px;
  font-size: 22px;
  line-height: 1.63;
  letter-spacing: 0em;
  text-align: center;
	color: #12491D;
}
.sec01-cooking{
	position: relative;
	z-index: 0;
}
.sec01-cooking::after{
	content: '';
	position: absolute;
	left:0;
	top:50px;
	transform: skewY(-7deg);
	transform-origin: top right;
	z-index: -1;
	width:100%;
	height:78%;
	background:#efede6;
}
.sec01-cooking li {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-bottom: 80px;
}
.sec01-cooking li:nth-of-type(even) {
  flex-direction: row-reverse;
}
.sec01-cooking li:nth-of-type(1){
	display: flex;
	align-items: flex-end;
	align-content: flex-end;
	padding-left: 117px;
}
.sec01-cooking li:nth-of-type(2){
	padding-right: 114px;
}
.sec01-cooking li:nth-of-type(3){
	padding-left: 178px;
}
#main .sec01-cooking li img {
  width: 41%;
}
.sec01-cooking li p {
  padding: 0 20px 46px;
  font-size: 18px;
  line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
}
.sec01-cooking-txt01{
	width: 360px;
}
.sec01-cooking-txt02{
	width: 340px;
}
.sec01-cooking-txt03{
	width: 380px;
}
/* SP ----------------------------------------*/
@media screen and (max-width: 768px){
  .sec01 {
    padding-bottom: 40px;
  }
  .sec01-ttl {
    padding-bottom: 15px;
    font-size: 24px;
  }
  .sec01-ttl span {
     padding-bottom: 12px;
    font-size: 16px;
  }
  .sec01-read {
    padding-bottom: 27px;
    font-size: 15px;
  }
  .sec01-balloon {
    width: 50%;
    margin: 0 auto 16px;
    position: relative;
    left: 0;
  }
  .sec01-balloon::after {
    content:none;
  }
  .sec01-movie-wrap {
    width: 80%;
    margin: 0 auto 20px;
  }
  .sec01-movie-wrap video {
    width: 100%;
    height: auto;
  }
  .sec01-movie-wrap p {
    padding-top: 17px;
    font-size: 14px;
    line-height: 1.6;
  }

  .sec01-cooking {
    width: 80%;
    margin: 0 auto;
  }
  .sec01-cooking::after {
   content:none;
  }
  .sec01-cooking li {
    display: block;
    padding-bottom: 20px;
  }
  #main .sec01-cooking li img {
    width: 100%;
  }
  .sec01-cooking li:nth-of-type(1){
    padding-left: 0;
  }
  .sec01-cooking li:nth-of-type(2){
    padding-right: 0;
  }
  .sec01-cooking li:nth-of-type(3){
    padding-left: 0;
  }
  .sec01-cooking li p {
    width: auto;
    padding: 10px 0 0;
    font-size: 14px;
  }
}

/*---------------------------------------------------------------------------------
Green Buddy B-TYPEの便利機能
--------------------------------------------------------------------------------- */
.sec02 {
  padding-bottom: 220px;
  position: relative;
  color: #534741;
}
.sec02-ttl {
  padding-bottom: 62px;
  font-size: 54px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
	color: #12491D;
}
.sec02-ttl::before {
  width: 194px;
  height: 208px;
  background-image: url("../images/sec02-illust.svg");
  position: absolute;
  top: 80px;
  right: 50%;
  margin-right: -456px;
  content:"";
}
.sec02-ttl span {
  display: block;
  padding-top: 12px;
  font-size: 28px;
}
.sec02-read {
  margin-bottom: 80px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
	color: #12491D;
}
.sec02-feature-list{
	position: relative;
	z-index: 0;
}
.sec02-feature-list::before{
	content: '';
	position: absolute;
	left:0;
	top:450px;
	transform: skewY(7deg);
	transform-origin: top right;
	z-index: -1;
	width:100%;
	height: 50%;
	background:#efede6;
}
.sec02-feature-list::after{
	content: '';
	position: absolute;
	left:0;
	top:1000px;
	transform: skewY(-7deg);
	transform-origin: top right;
	z-index: -1;
	width:100%;
	height: 46%;
	background:#efede6;
}
.sec02-feature-list li {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 160px;
}
.sec02-feature-list li:nth-of-type(even) {
  flex-direction: row-reverse;
}
#main .sec02-feature-list li:nth-of-type(1) img {
  width: 70%;
	padding-left: 82px;
}
#main .sec02-feature-list li:nth-of-type(2) img {
  width: 51%;
	padding-right: 114px;
}
#main .sec02-feature-list li:nth-of-type(3) img {
  width: 38%;
	padding-left: 117px;
}
.sec02-feature-list_in {
  padding: 45px 25px 0 40px;
}
.sec02-feature-list_in-ttl {
  padding-bottom: 24px;
  font-size: 28px;
  line-height: 1.46;
  font-weight: 700;
  color: #12491D;
}
.sec02-feature-list_in-ttl01{
	padding-left: 120px;
} 
.sec02-feature-list_in-ttl02{
	position: relative;
	top: 96px;
}
.sec02-feature-list_in p {
  font-size: 18px;
  line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #534741;
}
.sec02-feature-list li:nth-of-type(1) p {
  width: 395px;
	padding-left: 120px;
}
.sec02-feature-list li:nth-of-type(2) p {
  width: 275px;
	padding-top: 94px;
}
.sec02-feature-list li:nth-of-type(3) p {
  width: 300px;
}
.sec02-information {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 91%;
  padding: 50px 50px 20px;
  border: 2px solid #12491d;
  background-color: #EFEDE6;
  margin: 0 auto 65px;
  position: relative;
}
.sec02-information-ttl {
  width: 100%;
  padding-bottom: 45px;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
	color: #12491d;
}
.sec02-information p {
  width: 100%;
  padding-bottom: 23px;
	color: #534741;
	font-size: 16px;
}
.sec02-information__img {
  width: 48%;
  margin-bottom: 15px;
}
.sec02-information-map {
  width: 48%;
}
.sec02-information-map__ttl {
  padding: 15px 0 8px 23px;
  font-size: 25px;
}
.sec02-information-map__txt {
  padding-left: 23px;
  font-size: 16px;
}
.sec02-note {
  font-size: 19px;
  position: absolute;
  bottom: -70px;
  left: 0px;
}

/* SP ----------------------------------------*/
@media screen and (max-width: 768px){
  .sec02 {
    padding-bottom: 50px;
  }
  .sec02-ttl {
    padding-bottom: 97px;
    font-size: 28px;
  }
  .sec02-ttl::before {
    width: 93px;
    height: 100px;
    background-size: 100% auto;
    top: 45px;
    right: 50%;
    margin-right: -171px;
    content:"";
  }
  .sec02-ttl span {
    display: block;
    padding-top: 6px;
    font-size: 16px;
  }
  .sec02-read {
    margin-bottom: 24px;
    font-size: 14px;
  }
  .sec02-feature-list {}
  .sec02-feature-list::before,
  .sec02-feature-list::after {
    content:none;
  }
  .sec02-feature-list li {
    display: block;
    padding-bottom: 37px;
  }
  #main .sec02-feature-list li:nth-of-type(1) img {
    width: 100%;
    padding-left: 0;
  }
  #main .sec02-feature-list li:nth-of-type(2) img {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding-right: 0;
  }
  #main .sec02-feature-list li:nth-of-type(3) img {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding-left: 0;
  }
  .sec02-feature-list_in {
    width: 80%;
    padding: 15px 0 0;
    margin: 0 auto;
  }
  .sec02-feature-list_in-ttl {
    padding-bottom: 12px;
    font-size: 18px;
  }
  .sec02-feature-list_in p {
    font-size: 14px;
  }
  .sec02-feature-list_in-ttl01 {
    padding-left: 0;
  }
  .sec02-feature-list_in-ttl02 {
    top: 0;
  }
  .sec02-feature-list li:nth-of-type(1) p {
    width: auto;
    padding-left: 0;
  }
  .sec02-feature-list li:nth-of-type(2) p {
    width: auto;
    padding-top: 0;
  }
  .sec02-feature-list li:nth-of-type(3) p {
    width: auto;
  }

  .sec02-information {
    width: 90%;
    padding: 20px 16px 14px;
    border: 2px solid #12491d;
    margin-bottom: 0;
        background-color: #d2edba;
  }
  .sec02-information-ttl {
    padding-bottom: 45px;
    font-size: 20px;
  }
  .sec02-information p {
    width: 100%;
    padding-bottom: 23px;
    font-size: 14px;
  }
  .sec02-information__img {
    width: 38vw;
    margin-bottom: 15px;
  }
  .sec02-information__img:nth-of-type(3) {
    width: 100%;
  }
  .sec02-information-map {
    width: 100%;
  }
  .sec02-information-map__ttl {
    padding: 0 0 8px 26px;
    font-size: 16px;
  }
  .sec02-information-map__txt {
    padding-left: 26px;
    font-size: 14px;
  }
  .sec02-note {
    width: 100%x;
    font-size: 14px;
    left: 0;
  }

}



/* エフェクト ----------------------------------*/
#main .offs.effect {
  opacity: 0;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
}
#main .ons.effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 2s ease;
  transition: all 2s ease；;
}
/*個別に遅らせる*/
#main .offs .effect {
  opacity: 0;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
}
#main .ons .effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 2s ease;
  transition: all 2s ease；;
}
/*以下、遅延の設定*/
#main .ons .delay-1 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#main .ons .delay-2 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

#main .ons .delay-3 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

#main .ons .delay-4 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}



