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

/*---section-top---*/

.section-top{
  background-color: #fff;
  
}
.section-top_anime{
  background-image: url("../images/ECsite/ekkyou-anime.png");
  width: 340px;
  height: 470px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin:auto;
  background-position: 0 40px;
}
.section-top_content h2{
  padding-top:  330px;
  font-size: 27px;
  line-height: 39px;
  font-family: "Noto Sans JP";
}
@media(min-width: 1000px){
  .section-top_anime{
    width: 600px;
    height: 724px;
     position: relative;
     left: 220px;
      bottom: -170px;
  }
  .section-top_content h2{
    font-size: 45px;
    line-height: 60px;
    text-align: left;
     position: relative;
    top: -90px;
    right: 440px;
  }
}

/*---section-title---*/

.section-title_text{
  padding: 0 30px;
  margin-top: 70px;
  margin-bottom: 60px;

}
.section-title_text br{
  display: none;
}
.section-title__h3{
  padding-bottom: 40px;
   font-family: "M PLUS Rounded 1c";
}

.section-title_about{
  display: flex;
 justify-content: space-around;
  max-width: 330px;
  margin: auto;
  padding-bottom: 40px;
  line-height: 27px;
 color: #fff;
}
.section-title__Performance{
  background-color: #D3547E;
  width: 131px;
  height: 93px;

}
.section-title__Performance h3{
  padding-top: 20px;
  letter-spacing: 1px;
  
}
.section-title_about span{
  font-size: 20px;
}
.section-title__SKU{
  background-color: #D3547E;
  width: 156px;
  height: 93px;
  color: #fff;
}
.section-title__SKU h3{
   padding-top: 20px;
  letter-spacing: 1px;
}
.wide_standard{
  margin:0 auto;
  max-width: 300px;
  width: 100%;
  padding-bottom: 200px;
}
.anchor a{
  text-decoration: none;
  color: #383838;
  
  
}
.anchor ul{
  flax-wrap: wrap;
}
.anchor ul li{
  text-align: left;
  list-style: none;
  padding: 40px 0 0 0;
  
}
.anchor ul li a {
    padding: 0 0 20px 0;
   border-bottom: 1.2px solid #383838;
   width: 100%;
    display: inline-block;
}

.arrow_bottom::after {
    content: "▼";
}
.arrow{
  position:relative;
}
.arrow::after {
    display: inline-block;
    font-size: 1rem;
    color: #383838;
    right: 8px;
    top: 0.2em;
    transition: all 0.3s ease-in-out 0s;
   position: absolute;
}
@media(min-width: 1000px){
  .section-title_text{
    padding-top: 40px;
  }
  .section-title_text br{
    display: block;
  }
  .section-title__h3{
    font-size: 20px;
    line-height: 40px;
  }
  .section-title_text p{
    line-height: 35px;
    font-weight: 600;
  }
  .section-title__Performance{
     width: 200px;
     height: 126px;
  }
  .section-title__SKU{
    width: 235px;
    height: 126px;
  }
  .section-title_about{
    max-width: 550px;
    font-size: 22px;
  }
  .section-title__Performance h3{
  padding-top: 20px;
    line-height: 40px;
}
  .section-title__SKU h3{
     padding-top: 20px;
    line-height: 40px;
  }
  .section-title_about span{
  font-size: 30px;
  }
  .wide_standard{
    max-width: 1000px;
    padding-top:40px;
  }
  .anchor ul{
    display: flex;
    justify-content: center;
  }
  .anchor ul li{
       padding-right:10px;
  }
  .anchor ul li a{
    display: inline-block;
    border:none;
  }
  .arrow{
  padding: 0px;
    margin-right: 28px;
    position: relative;
  }
  .arrow::after{
    top: -0.1em;
  }
  }

/*---section-distribution---*/

.ekkyo-distribution{
  max-width: 400px;
  margin: auto;
}
.ekkyo-distribution h2{
  color:  #008E59;
  font-size: 30px;
   font-family: "Noto Sans JP";
  letter-spacing: 1px;
   padding-bottom: 20px;
  position: relative;
  display: inline-block;
}
.ekkyo-distribution h2:before {
  content: '';
 position: absolute;
  left: 50%;
  bottom: 0; /*線の上下位置*/
  display: inline-block;
  width: 150px; /*線の長さ*/
  height: 2px; /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
  background-color: #008E59; /*線の色*/
  border-radius: 2px; /*線の丸み*/
}
.ekkyo-distribution img{
  padding-top: 50px;
  padding-bottom: 150px;
  width: 375px;
  margin: auto;
}
@media(min-width: 1000px){
  .ekkyo-distribution{
  max-width: 1240px;
  }
  .ekkyo-distribution h2{
    font-size: 45px;
  }
  .ekkyo-distribution h2:before{
    height: 3px;
    top: 65px;
     width: 260px;
  }
  .ekkyo-distribution img{
    width: 1130px;
    padding-top: 115px;
    padding-bottom: 210px;
    
  }
}

/*---section-ECsite---*/

.ekkyo-ECsite_green{
  background-color: #008E59;
  height: 1330px;
}
.ekkyo-ECsite h2{
   font-family: "Noto Sans JP";
  color: #fff;
  font-size: 30px;
  letter-spacing: 1px;
  /*-webkit-text-stroke: 1px #383838;*/
  padding-bottom: 20px;
  line-height: 38px;
  margin-top: 50px;
}
.section-ECsite h2{
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.section-ECsite h2:before, .section-ECsite h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: #fff;
}

.section-ECsite h2:before {
  left:0;
}
.section-ECsite h2:after {
  right: 0;
}


.ekkyo-ECsite_p{
  padding: 50px 0;
}
.section-ECsite__img img{
  width: 127px;
   
}
.section-ECsite__img{
  background-color: #fff;
  width: 335px;
  height: 264px;
  border-radius: 8px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
  
}
.ECsite3{
  padding-top: 40px;
}

.section-ECsite_img{
 padding-top: 30px;
}
.ekkyo-ECsite_pp{
  padding: 50px 0;
}
.slide-wrap img{
  width: 225px;
}
.ekkyo-ECsite_text p{
  color: #fff;
  padding: 0 30px;
}
.section-slide{
  padding: 0 30px;
}

.slide-wrap{
   display:-webkit-box;
   display:-ms-flexbox;
   display: flex;
   overflow-x: scroll;
   -webkit-overflow-scrolling: touch;
   overflow-scrolling: touch;
   scroll-snap-type: x mandatory;
   padding:0 0 1em;
   margin:0 0 2em 0;
   scroll-behavior: smooth;
}
.slide-wrap .slide-content{
   margin: 0 10px;
   height:100%;
}
.ekkyo-ECsite_inquiry_content{
  padding-top: 20px;
}
.ekkyo-ECsite_inquiry{
   padding-top: 40px;
  margin: auto;
}
.ekkyo-ECsite_inquiry p{
  line-height: 30px;
  font-weight: 600;
  padding-bottom: 50px;
}

.section-ECsite__tel{
  font-size: 22px;
  font-weight: 600;
  color: #d3547e; 
 padding: 20px 0;
 border: 3px solid #d3547e;
 border-radius: 2px;
  transition: 0.3s ease all;
 z-index: 1;
   margin: auto;
  position: relative;
  width: 254px;
}
.section-ECsite__tel::before{
  content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/top/tell.svg")no-repeat center center;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
   bottom: 2px;
}
 button {
 font-size: 18px;
   font-family: "Noto Sans JP";
   background: transparent;
 letter-spacing: 2px;
 text-transform: uppercase;
 display: flex;
  align-items: center;
 text-align: center;
 font-weight: bold;
 padding: 0.7em 2em;
 border: 3px solid #d3547e;
 border-radius: 2px;
 position: relative;
 color: #d3547e;
 text-decoration: none;
 transition: 0.3s ease all;
 z-index: 1;
   margin: auto;
}

button:before {
 transition: 0.5s all ease;
 position: absolute;
 top: 0;
 left: 50%;
 right: 50%;
 bottom: 0;
 opacity: 0;
 content: '';
 background-color: #d3547e;
  z-index: -1;}


button:hover, button:focus {
 color: white;
}

button:hover:before, button:focus:before {
 transition: 0.5s all ease;
 left: 0;
 right: 0;
 opacity: 1;
}

button:active {
 transform: scale(0.9);
}
button span {
  margin: 10px;
}
.inquiry{
  padding: 30px 0;
}
.ekkyo-ECsite a{
  color:inherit;
  text-decoration: none;
  opacity: 1;
   width: 254px;
  display: inline-block;
    
}
.ekkyo-ECsite_inquiry a{
   width: 254px;
  display: inline-block;
}
  
@media(min-width: 1000px){
  .ekkyo-ECsite_green{
    width: 1133px;
  height: 1370px;
    margin: auto;
  }
  .ekkyo-ECsite h2 br{
    display: none;
  }
  .ekkyo-ECsite h2{
     font-size: 45px;
    padding-top: 85px;
  }
  .section-ECsite h2:before, .section-ECsite h2:after {
    top: 87%;
    width: 200px;
    height: 3px;
    border-radius: 5px;
  }
  .section-ECsite h2:before {
  left: -180px;
}
.section-ECsite h2:after {
  right: -180px;
}
  .ekkyo-ECsite_p{
    padding: 60px 0;
    font-size: 19px;
    line-height: 35px;
  }
  .section-ECsite__img{
    width: 761px;
    height:264px;
    align-content: center;
    justify-content: space-evenly;
  }

  .section-ECsite_img1 img{
    width: 180px;
  }
  .section-ECsite_img2 img{
     width: 180px;
  }
  .section-ECsite_img3 img{
     width: 188px;
    padding-top: 82px;
  }
  .ekkyo-ECsite_pp p{
    font-size: 17px;
    line-height: 30px;
  }
  .slide-wrap{
    display: flex;
    justify-content: center;
    overflow-x: hidden;
  }
  .ekkyo-ECsite_inquiry{
     width: 887px;
    padding-top: 70px;
   
  }
  .ekkyo-ECsite_inquiry br{
    display:none;
  }
  .ekkyo-ECsite_inquiry p{
    font-size: 18px;
  }
  .section-ECsite__tel{
    font-size: 30px;
        width: 324px;
  }
  .section-ECsite__tel::before{
    width: 40px;
    height: 40px;
   
  }
  .ekkyo-ECsite_inquiry_content{

  }
button{
  font-size:25px;
}
  .ekkyo-ECsite a{
     width: 324px;
  display: inline-block;
  }
}

