@charset "UTF-8";
/* CSS Document */
body {
	/*
  font-family: "游ゴシック", YuGothic, 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  */
  font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
.marker {
  background: linear-gradient(transparent 84%, #f6d019 84%);
  font-weight: bold;
}
.center, .image_center {
  text-align: center;
}
.sans {
  font-family: "Source Sans Pro";
}
.red {
  color: #ff4b36;
}
.blue {
  color: #5285ea;
}
.green {
  color: #35af91;
}
/*--------------------------------------------
header
--------------------------------------------*/
#visual {
  width: 100%;
  min-width: 1120px;
  overflow: hidden;
}
#visual-image {
  /*
  position: relative;
  left: 50%;
  margin-left: -720px;
  */
}
	.mainsubcontent {
		width: 960px;
		margin: 0px auto;
		display: flex;
		justify-content: space-between;
		align-items:flex-start;
		position: relative;
		top: -160px;
		margin-bottom: -220px;
	}
	.mainvisual_appimg {
		width: 420px;
		height: auto;
		order: 2;
	}
		.mainvisual_appimg img {
			width: 100%;
			height: auto;
		}
	.maincopy {
		width: 680px;
		order: 1;
		margin-top: 230px;
	}
	.maincopy h2{
    font-size: 4.8rem;
    line-height: 1.6;
    } 
	.maincopy p{
		font-size: 2.0rem;
		line-height: 2.0;
    margin-top: 10px;
		font-weight: bold;
		} 
  .passing_bar1,.passing_bar2 {
    position: relative;
    display: inline-block;
    /*　後ほど解説　*/
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
    .passing_bar1:before, .passing_bar2:before {
      content: '';
      display: inline-block;
      width: 0%;
      height: 90%;
      position: absolute;
      left: 0;
      top: 0;
      background: #f6d019;
      z-index: -9999;
    }
     .passing_bar1 ,.passing_bar2 {
      position: relative;
      display: inline-block;
      /*　後ほど解説　*/
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    } 
      .move .passing_bar1:before {
        -webkit-animation: passing_bar 0.5s ease 0s 1 normal forwards;
        animation: passing_bar 0.5s ease 0s 1 normal forwards;
      }
      .move .passing_bar2:before {
        -webkit-animation: passing_bar 0.5s ease 0.3s 1 normal forwards;
        animation: passing_bar 0.5s ease 0.3s 1 normal forwards;
      }
        @-webkit-keyframes passing_bar{
          0% {
            left: 0;
            right: auto;
            width: 0;
          }
          100% {
            left: 0;
            right: auto;
            width: 100%;
          }
        }
        @keyframes passing_bar{
          0% {
            left: 0;
            width: 0;
          }
          100% {
            left: 0;
            width: 100%;
          }
        }

				.attention {
					font-size: 1.2rem;
					font-weight: normal;
					line-height: 1.4;
				}
/*--------------------------------------------
annimation
--------------------------------------------*/
.anime_fade1 {  
		opacity: 0;
		transform: translate(0, 40px);
		transition: 0.5s;
}
.anime_fade1.img-inview {
  transform: translate(0, 0);
  opacity: 1;
  }


/*--------------------------------------------
common
--------------------------------------------*/
.content_inner {
  width: 1024px;
  margin: auto;
}
.content_outer {
  background: #f6d019;
  padding: 40px 0;
  margin: 80px auto 0px;
}
.flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sub_header {
  font-size: 2.4rem;
}

/*--------------------------------------------
コンテンツ
--------------------------------------------*/
.special-head {
}
  .special-head h1 {
    text-align: left;
  }

.eclp_content01{
	align-items: top;
	margin-bottom: 60px;
}
	.eclp_content01 h3 {
		text-align: left!important;
    margin-top: 10px;
	}
		.eclp_content01_img{
			width: 560px;
			height: auto;
			margin-left: 20px;
			}
			.eclp_content01_img img {
				width: 100%;
				height: auto;
			}
		.eclp_content01_txt{
			width: 380px;
		}
      .eclp_content01_txticon{
        width: 108px;
        height: auto;
      }
			.eclp_content01_txt h3{
        font-size: 4.0rem;
        line-height:1.6;			
			}
			.eclp_content01_txt p{
			  font-size: 1.8rem;
        line-height: 2.0;
        text-align: justify;
			}
      
.eclp_ds {
  width: 100%;
  margin-top: 80px;
  padding-top: 36px;
  padding-bottom: 40px;
  }
  .eclp_ds_inner {
    width: 960px;
    margin: 0px auto;
    text-align: center;
  }
    .eclp_dshead {
      position: relative;
      width: 344px;
      height: auto;
      top: -34px;
      margin: 0px auto;
    }
      .eclp_dshead img {
        width: 100%;
        height: auto;
      }
  .eclp_ds_inner h3 {
    font-size: 3.2rem;
    color: #ff4b36;
    margin-bottom: 14px;
    line-height: 1.4;
  }
  .eclp_ds_inner p.eclp_ds_maincopy{
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.6;
  }
  .eclp_ds_img{
    width: 640px;
    height: auto;
    margin: 30px auto 0px;
  } 
  .eclp_ds_inner p.eclp_spcopy {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.6;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  
  
.eclp_performance{
  margin-bottom: 80px;
}
  .eclp_performance_head{
    text-align: center;
  }
  .eclp_performance_head h2 {
    font-size: 3.8rem;
    line-height: 1.4;
    font-weight: bold;
  }
  .eclp_head_s {
    font-size: 2.6rem;
  }
  .eclp_performance_one {
    margin-bottom: 20px;
    margin-top: 40px;
  }
    .eclp_performance_one_txt{
      width: 480px;
      padding-top: 40px;
      
    }
      .eclp_performance_txthead{
        font-size: 3.0rem;
      
      }
      .eclp_performance_txthead p{
        display: inline-block;
        font-weight: bold;
        margin-left: 10px;
        vertical-align: middle;
      }
      .eclp_performance_txthead_date {
        font-size: 1.2rem;
        vertical-align: middle;
      }
      .eclp_performance_txthead_pic{
        width: 200px;
        height: auto;
        display: inline-block;
        vertical-align: middle;
      }
    .eclp_performance_txtmain{
      margin-top: 10px;

    }
      .eclp_performance_txthead .eclp_performance_txtmain h3 {
        font-size: 2.8rem;
        font-weight: bold;
        line-height: 1.6;
        text-align: left;
      }
      .eclp_performance_txtmain p{
        font-size: 1.6rem;
        float: right;
        margin-top: 10px;
        font-weight: normal;
      }
      
  .eclp_performance_one_img {
    width: 440px;
    margin-left: 40px;
  }
      
  
.eclp_bmfeature{

}
    .eclp_bmfeature_conttent{    
      margin-top: 40px;
    }
      .eclp_bmfeature_content_one{
        width: 300px;
      }
      .eclp_bmfeature_content_head{
        border-top:2px solid #f6d019;        
        border-bottom:2px solid #f6d019;
        padding-top: 10px;
        padding-bottom: 0px;
        font-weight: bold;
      }
        .eclp_bmfeature_content_head p{
          text-align: center;
          margin-bottom: 10px;
        }
        .eclp_bmfeature_content_head_num{
          font-size: 2.6rem;
        }
        .eclp_bmfeature_content_head h3{
          text-align: center;
          font-size: 2.0rem!important;
        }
      .eclp_bmfeature_content_img{
  
      }
      .eclp_bmfeature_content_txt{
        font-size: 1.4rem;
        line-height: 1.8;

      }


/* sevice */
.service {
	padding-bottom: 80px;
  margin-top: 120px;
}
.service_talk_wrapper{
	width: 100%;
	height: 360px;
}
.service_talk_content{
	width: 800px;
	margin: 0px auto;
	position: relative;
	top: -30px;
  height: 360px;
}
	.service_talk {
		background-image: url("/lib/images/lp/ec/service_talk_bg.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 0px;
	}
      .service_talk_link{
        font-size: 1.4rem;
        width: 1024px;
        margin: 54px auto 0px;
        text-align: center;
      }
        p.service_talk_link a {
          text-decoration: underline;
        }
      
      
  /* dealer list */
  .eclp_ds_inner{
    margin-bottom: 32px;
  }
      .cooperation-dealer{
        margin-top: 54px;
        max-width: 1240px;
        width: 88%;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 42px;
        margin: 0px auto;
      }
      .cooperation-dealer h3{
        text-align: center;
        font-size: 2.8rem;
        margin-bottom: 32px;
      }
      .cooperation-dealer ul{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-left: -4%;
      }
      .cooperation-dealer ul li{
        margin-left: 4%;
        margin-bottom: 32px;
      }
      .cooperation-dealer ul li img{
          width: 100%;
      }
        .cooperation-dealer p{
          grid-column: 1/-1;
          text-align: right;
        }
      @media screen and (max-width:768px){
        .cooperation-dealer{
          width: 88%;
          padding-left: 0px;
          padding-right: 0px;
        }
        .cooperation-dealer ul {
          margin-left: -3%;
        }
        .cooperation-dealer ul li{
          margin-left: 6%;
        }
      }
      @media screen and (max-width:440px){
  
        .cooperation-dealer ul {
          display: block;
          width: 78%;
          margin: 0px auto;
  
        }
        .cooperation-dealer ul li{
          flex-wrap: nowrap;
          margin-left: 0px;
          text-align: center;
          max-height: 120px;
        }
        .cooperation-dealer ul li img{
          width: auto;
          height: auto;
          margin: 0px auto;
        }
      }

      .ec-lp.campaigncode{
        margin-top: 64px;
      }
      .ec-lp.campaigncode h3 {
          font-size: 3.8rem;
          text-align: center;
          color: #35ae92;
          line-height: 1.4;
          grid-column: 1/-1;
          grid-row: 1 / 2;
        }
        .ec-lp.campaigncode p {
          text-align: center;
          font-size: 1.8rem;
          grid-column: 1/-1;
          grid-row: 2 / 3;
        }
        .ec-lp.campaigncode h3 span{
          background-color: #67c2ad;
          border-radius: 4px;
          color: #FFF;
          display:flexbox;
          font-size: 2.8rem;
          padding: 6px;
        }
        .ec-lp.campaigncode .campaigncode-content-l{
            grid-column: 1 / 9;
            grid-row: 3 / 4;
          }
          .ec-lp.campaigncode .campaigncode-content-l .box{
            width: 46%;
          }
          .ec-lp.campaigncode .campaigncode-content-l .box p{
            text-align: left;
            line-height: 1.6;
            margin-top: 16px;
            font-size: 1.6rem;
          }
          .ec-lp.campaigncode .campaigncode-content-l .arrow{
            text-align: center;
            padding-top: 144px;
            width: 6%;
          }
          .ec-lp.campaigncode .campaigncode-content-r {
            grid-column: 9 / -1;
            grid-row: 3 / 4;
            width: 100%;
          }
          .ec-lp.campaigncode .campaigncode-content-r .box{
          }
        
    @media screen and (max-width:1208px){
        .ec-lp.campaigncode .campaigncode-content-l{
            grid-column: 1 / -1;
            grid-row: 3 / 4;
          }
          .ec-lp.campaigncode .campaigncode-content-r {
            grid-column: 4 / 10;
            grid-row: 4 / 5;
            width: 100%;
          }
    }
    @media screen and (max-width:768px){
      .ec-lp.campaigncode h3 {
        font-size: 3.4rem;
      }
      .ec-lp.campaigncode h3 span{
        font-size: 2.6rem;
      }
        .ec-lp.campaigncode .campaigncode-content-l{
            display: block;
            grid-column: 1 / -1;
            grid-row: 3 / 4;
          }
          .ec-lp.campaigncode .campaigncode-content-l .box{
            width: 100%;
          }
          .ec-lp.campaigncode .campaigncode-content-l .arrow{
            transform: rotate(90deg);
            width: 100%;
            margin: 0px;
            padding: 0px;
            padding-top: 12px;
            padding-bottom: 12px;
          }
          .ec-lp.campaigncode .campaigncode-content-l .arrow img{
            width: 12%;
          }
          .ec-lp.campaigncode .campaigncode-content-r {
            display: block;
            grid-column: 1 / -1;
            grid-row: 4 / 5;
          }
      }
          


      
/*--------------------------------------------
overview
--------------------------------------------*/
.overview {
  width: 960px;
  margin: 100px auto 0px;
}
.overview h3 {
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0.01rem;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
.overview h3 img {
  display: block;
  width: 340px;
  margin: 0 auto 0.5em;
}
/* point1 */
.overview .point1 {
  margin: 40px auto;
}
.overview .point1 .scene_img {
  width: 27%;
}
/* point2 */
.overview .point2 {
  margin: 60px auto;
}
.overview .point2 .scene_img {
  width: 45%;
  text-align: center;
}
.overview .point2 .scene_img img {
  margin-bottom: 1em;
}
/* point2 */
.overview .point3 {
  margin: 60px auto;
}
.overview .point3 .scene_img {
  width: 45%;
  text-align: center;
}
.overview .point3 .scene_img img {
  margin-bottom: 1em;
}

/*--------------------------------------------
定期便追加CSS
--------------------------------------------*/
.eclp_regularservice{
  padding-top: 120px;
  margin-top: -60px;
}
.eclp_regularservice h3{
  font-size: 2.6rem;
  color: #5285ea;
  padding-bottom: 24px;
 }
 .eclp_regularservice h3 span{
   font-size: 3.8rem;
   color: #ffffff;
   background: #5285ea;
   padding: 10px;
   margin-left: 5px;
   border-radius: 5px;
  }
  .eclp_regularservice p{
   width: fit-content;
   margin: 0 auto;
   font-size: 1.8rem;
   line-height: 2.0;
  }
 
  .eclp_regularservice .hidden_sp{
   padding-top: 20px;
  }

