/* CSS Document */
.salesbt{
  background-image: linear-gradient(to right,#d847eb 20%,#2e35ba 80%);
    color: #fff;
    border-radius: 12px;
    padding: 14px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    width: 320px;
    max-width: 100%;
    letter-spacing: .1em;
    display: block;
    margin: 0 auto 20px auto;
}
.attention{
  border:1px solid #ccc;
  padding: 20px ;
  margin: 15px 0 0 0;
}
main{
  overflow-x: hidden;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", sans-serif;
  letter-spacing: .05em;
}
p{
  font-size: 18px;
  line-height: 1.6em;
  letter-spacing: .05em;
}
.cl-gray01{color: #4d4d4d;}
.cl-gray02{color: #727171;}
img{
  max-width: 100%;
}
.clearfix:after{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.over-h{ overflow: hidden; }
.text-center{ text-align: center; }
.scrollAnim.toTopAnim{
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition-property: opacity,transform,filter;
    transition-property: opacity,transform,filter;
}
.scrollAnim.toTopAnim.active{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.scrollAnim.toBottomAnim{
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition-property: opacity,transform,filter;
    transition-property: opacity,transform,filter;
}
.scrollAnim.toBottomAnim.active{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.scrollAnim.toTopScale{
    -webkit-transition: 1s all cubic-bezier(.31,0,.42,1.23);
    transition: 1s all cubic-bezier(.31,0,.42,1.23);
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transition-property: opacity,transform,filter;
    transition-property: opacity,transform,filter;
}
.scrollAnim.toTopScale.active{
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.scrollAnim.toRightAnim{
    opacity: 0;
    transition: 1.5s;
    transform: translate(-40px,0);
    -webkit-transform: translate(-40px,0);
}
.scrollAnim.toRightAnim.active{
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
}
.scrollAnim.toLeftAnim{
    opacity: 0;
    transition: 1.5s;
    transform: translate(40px,0);
    -webkit-transform: translate(40px,0);
}
.scrollAnim.toLeftAnim.active{
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
}


.btn{
  background-image: linear-gradient(to right,#d847eb 20%,#2e35ba 80%);
  color: #fff;
  border-radius: 12px;
  padding: 14px 15px;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  width: 320px;
  max-width: 100%;
  letter-spacing: .1em;
  display: block;
  transition: .5s all;
  background-size: 130% auto;
  background-position: left center; 
}
.btn img{
  vertical-align: -2px;
  margin-right: 10px;
}
.btn:hover{
  background-position: right center;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
}
.firstview{
  position: relative;
}
.firstview .btn{
  position: absolute;
  top: 65%;
  left: 7.5%;
}

.ttl-sec{
  margin-bottom: 40px;
  font-size: 34px;
  letter-spacing: .2em;
  text-align: center;
  font-weight: bold;
  position: relative;
  line-height: 1.6em;
}
.ttl-sec span{
  text-align: center;
  font-size: 12px;
  color: #808080;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  letter-spacing: .05em;
  display: block;
  line-height: 1.6em;
}
.ttl-sec:after{
  content: "";
display: block;
margin: 20px auto 0;
width: 60px;
height: 1px;
background: #808080;

}
.sec-pd{
  padding-top: 100px;
  padding-bottom: 100px;
}
.sec-pd2{
  padding-top: 145px;
  padding-bottom: 0;
}
#about{
  padding: 40px 0 0;
}
#about .lead{
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
#scene .lead{
  margin-bottom: 60px;
  line-height: 1.8em;
}
#scene .lead2{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  /* background: #ccc; */
  border: 1px solid #eaeaea;
  padding: 20px;
  color: #000;
}
#scene .lead2 span{
  color: #E62828;
}

#scene .col{
  margin-bottom: 50px;
}
#scene .col .txt{
  margin-top: 15px;
}
#scene .col h3{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .1em;
}

#way .bg{
  background: #fafafa;
}
#way .lead{
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
}
.start{
  position: relative;
}
.start figure{
  position: absolute;
  right: 14%;
  top: -85px;
  max-width: 40%;
}
.start .bg{
  background: url(../img/bg_start.jpg) center right;
  background-size: cover;
  padding: 60px 0 40px;
  color: #fff;
}
.start h2{
  font-size: 40px;
  font-weight: bold;
  margin-bottom: .4em;
  font-feature-settings: "palt";
  letter-spacing: .15em;
}
.start p{
  font-size: 21px;
  font-feature-settings: "palt";
  letter-spacing: .1em;
}
.start .btn-mail{
  background: #fff;
  color: #9045d4;
  border-radius: 12px;
  padding: 14px 15px;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  width: 320px;
  max-width: 100%;
  letter-spacing: .1em;
  display: block;
  transition: .5s all;
  background-size: 130% auto;
  background-position: left center; 
}
.start .btn-mail img{
  vertical-align: -2px;
  margin-right: 10px;
}
.start .btn-mail:hover{
  border-radius: 50px;
}
.start .btn-tel{
  border:1px solid #fff;
  color: #fff;
  border-radius: 12px;
  padding: 14px 15px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  width: 320px;
  max-width: 100%;
  letter-spacing: .1em;
  display: block;
  transition: .5s all;
  background-size: 130% auto;
  background-position: left center; 
}
.start .btn-tel img{
  vertical-align: -2px;
  margin-right: 10px;
}
.start .btn-tel:hover{
  border-radius: 50px;
}
.start p small{
  font-size: 80%;
}
#product .lead{
  margin-bottom: 60px;
  line-height: 1.8em;
}
#product .row{
  margin-bottom: 50px;
}
#product .headline01{
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .2em;
  position: relative;
  margin: 60px 0 1em;
  width: 100%;
}
#product .headline01:after{
  content: "";
  display: block;
  background: #cccccc;
  margin: 5px auto;
  left: -50%;
  right: -50%;
  width: 200%;
  height: 1px;
  position: relative;
}
#product .point p{
  font-size: 15px;
  line-height: 2em;
}
#product .specification h4{
  background: #d4d4d4;
  padding: 2px 10px;
  line-height: 1.6em;
  font-size: 15px;
  font-weight: bold;
}
#product .specification .block{
  margin-bottom: 20px;
}
#product .specification table{
  width: 100%;
}
#product .specification table tr{
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}
#product .specification table th{
  padding: 5px 10px 0;
  width: 200px;
}
#product .specification table td{
  padding: 5px 0 0;
}

#contact .box-form{
  border:1px solid #f5f5f5;
}
#contact .box-form h3{
  background: #f5f5f5;
  padding: 20px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
}
#contact .box-form .inner{
  padding: 0 60px;
}
#contact iframe{
  min-height: 1450px;
}
#footer {
  padding: 40px;
  text-align: center;
}
#footer .copyright{
  font-size: 10px;
  margin-top: 15px;
}
.use_new{
  width: 700px;
  margin: 0 auto;
}
.attention_box{
  width: 60%;
  margin: 70px auto;
}
.attention_box img{
  width: 100%;
}
.yt_box{
  margin: 70px auto 50px auto;
}
.yt_tx{
  font-size: 16px;
  font-weight: bold;
}
.p_logo{
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
}
.caselist{
  margin: 15px auto 0 auto;
}
.caselist li{
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #9046D3;
  display: block;
  text-align: center;
  float: left;
  padding: 5px 15px;
  margin: 5px;
}
.center-item li{
  margin: 0 10px;
}
.center-item li a{
  text-align: center;
  color: #9a9a9a;
  padding: 10px 0 0 0;
  display: block;
  font-size: 12px;
}
.slick-dotted.slick-slider{
  margin-bottom:90px !important;
}
.mt30{
  margin-top: 30px;
}

.name{
  width: 40%;
  float: left;
}
.name p{
  font-size: 16px;
}
.telbox{
  width: 25%;
  float: left;
}
.mailbox{
  width: 25%;
  float: left;
}
.hpbox{
  width: 10%;
  float: left;
}
.salesbox{
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 30px 0 30px 0;
}
.salesbox img{
  width: 30px;
}


@media screen and (max-width: 767px){
  .slick-dotted.slick-slider{
    margin-bottom:50px !important;
  }
  .caselist{
    margin: 15px auto 0 auto;
  }
  .caselist li{
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #9046D3;
    display: block;
    text-align: center;
    float: left;
    padding: 5px 5px;
    margin: 5px;
  }
  #scene .lead2{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    /* background: #ccc; */
    border: 1px solid #eaeaea;
    padding: 20px 5px;
    color: #000;
  }
  #scene .lead2 span{
    color: #E62828;
  }
p{
  font-size: 14px;
}
.btn{
  border-radius: 12px;
  font-size: 16px;
}
.btn img{
  width: 20px;
  margin-right: 8px;
}
.firstview{
  position: relative;
}
.firstview .btn{
  position: static;
  margin: 25px auto;
}

.ttl-sec{
  margin-bottom: 30px;
  font-size: 22px;
}
.ttl-sec span{
  font-size: 11px;
}
.ttl-sec:after{
margin: 15px auto 0;
width: 40px;

}
.sec-pd{
  padding-top: 40px;
  padding-bottom: 40px;
}
.sec-pd2{
  padding-top: 40px;
  padding-bottom: 40px;
}
#about{
  padding: 40px 0 0;
}
#about .ttl-sec img{
  width: 115px;
  vertical-align: -4px;
  margin-right: 6px;
}
#about .lead{
  font-size: 20px;
  line-height: 1.8em;
}
#scene .sec-pd{
  padding-bottom: 20px;
}
#scene .lead{
  margin-bottom: 30px;
}
#scene .row{
  margin: 0 -17px;
}
#scene .col{
  padding: 2px;
  margin-bottom: 10px;
}
#scene .col .txt{
  margin-top: 10px;
}
#scene .col h3{
  font-size: 14px;
}
#scene .col p{
  font-size: 12px;
}
#way .lead{
  font-size: 20px;
  margin-bottom: 15px;
}
.start {
  overflow: hidden;
}
.start figure{
  right: -6%;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
justify-content: center;
align-items: center;
  max-width: 37%;
}
.start .bg{
  padding: 45px 0 30px;
}
.start h2{
  font-size: 21px;
}
.start p{
  font-size: 12px;
}
.start .txt{
  max-width: 76%;
  position: relative;
  z-index: 10;
}
.start .btn-mail{
  border-radius: 12px;
  padding: 10px 15px;
  font-size: 16px;
  width: 320px;
  max-width: 95%;
}
.start .btn-mail img{
  vertical-align: -1px;
  margin-right: 8px;
  width: 20px;
}
.start .btn-mail:hover{
  border-radius: 50px;
}
.start .ttl-tel{
  font-size: 16px;
  margin-top: 25px!important;
}
.start .btn-tel{
  border-radius: 12px;
  padding: 10px 15px;
  font-size: 16px;
  max-width: 95%;
}
.start .btn-tel img{
  vertical-align: -2px;
  margin-right: 10px;
}
.start .btn-tel:hover{
  border-radius: 50px;
}
.start p small{
  font-size: 80%;
}
#product .lead{
  margin-bottom: 30px;
}
#product .row{
  margin-bottom: 30px;
}
#product .headline01{
  font-size: 18px;
  margin: 40px 0 1em;
}
#product .point p{
  font-size: 12px;
  line-height: 1.8em;
}
#product .specification h4{
  font-size: 13px;
}
#product .specification .block{
  margin-bottom: 15px;
}
#product .specification table tr{
  font-size: 12px;
}
#product .specification table th{
  width: 100px;
}

#contact .box-form{
  border:1px solid #f5f5f5;
}
#contact .box-form h3{
  background: #f5f5f5;
  padding: 20px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
}
#contact .mb-5{
  margin-bottom: 25px!important;
}
#contact .box-form .inner{
  padding: 0;
}
#contact iframe {
    min-height: 1470px;
}
.use_new{
  width: 100%;
  margin: 0 auto;
}
.attention_box{
  width: 100%;
  margin: 20px auto;
}
.name p{
  font-size: 16px;
  padding: 0 0 10px 0;
}
.name{
  width: 100%;
}
.telbox{
  width: 100%;
  float: left;
}
.mailbox{
  width: 100%;
  float: left;
}
.hpbox{
  width: 100%;
  float: left;
}
.salesbox{
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 20px 15px 15px 15px;
}
.salesbox img{
  width: 20px;
  padding: 0 0 4px 0;
}
}