 *{box-sizing: border-box;margin:0;padding:0;list-style: none;}
.mi1e__page {
      margin: 0;
  font-family: 'Roboto', sans-serif;

  color: #585858; }
  .mi1e__page .wrapper {
    width: 1000px;
    margin: 0 auto;
    position: relative;
     }
    @media screen and (max-width: 640px) {
      .mi1e__page .wrapper{
        width:100%;
        padding:0 10px;
      }   
    }
  .mi1e__page .flx01 {

    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
   }
    @media screen and (max-width: 640px) {
      .mi1e__page .flx01{
        display:block;
      }   
    }
  .mi1e__page section {
    background:#fff;
    position:relative;
    z-index: 1;
    padding: 100px 0; }
  .mi1e__page .ttl01 {
    font-family: 'Roboto', "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    font-size: 36px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 40px;
    }

    @media screen and (max-width: 640px) {
      .mi1e__page .ttl01{
        margin-bottom: 20px;
      font-size:20px;
      } 
    } 

.mi1e-bg{
  background: url(http://quicco.co.jp/wp-content/themes/quiccosound/images/mi1e-bg02.jpg) center center;
    background-size: cover;
    height: 100vh;
    width:100%;
    position:fixed;
    z-index:0;
}
@media screen and (max-width: 640px){
  .mi1e-bg{
    background: url(http://quicco.co.jp/wp-content/themes/quiccosound/images/mi1e-spbg01.jpg) center center no-repeat;
    background-size: cover;
  }
}
#mi1e__first {
  /*background-color: #dae6ec;*/
  background:transparent;
  width: 100%;
  height: 100vh;
  height: 700px;
  padding: 0; }
  @media screen and (max-width: 640px){
    #mi1e__first{
      height:500px;
    }
  }
  #mi1e__first .wrapper {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; 
      flex-direction: column;
    }

  #mi1e__first .ttl01 {
    margin-bottom: 0; }
  #mi1e__first .txt01 {
    /*position: absolute;
    bottom: 50px;
    left: 0;*/
    width: 100%;
    font-size: 36px;
    font-size: 26px;
        font-size: 20px;
    text-align: center;
    color: #eee;
    font-weight: normal;
    margin-top: 10px;
    text-align: center; }

#mi1e__second {
  padding: 110px 0 120px; }
  #mi1e__second .ttl01 {
    text-align: left; }
  #mi1e__second .flx01 {
    margin-bottom: 60px; }
    #mi1e__second .flx01 > div {
      width: calc(50% - 30px);
      }
   @media screen and (max-width: 640px) {
      #mi1e__second .flx01 > div{
        width:100%;
      }   
    }
  #mi1e__second .box01 {
    padding: 40px;
    background-color: #eaeaea;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media screen and (max-width: 640px) {
      #mi1e__second .box01{
        margin-bottom: 30px;

      } 
    } 
  #mi1e__second img {
    max-width: 100%; }
  #mi1e__second .txt01, #mi1e__second .txt02 {
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph; }
  #mi1e__second .txt02 {
    margin-top: 20px; }
  #mi1e__second li {
    width: 250px; }
  #mi1e__second .img01 {
    width: 100%;
    height: 160px;
    border-radius: 10px;
    background-color: #dae6ec;
    margin-bottom: 7px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }

#mi1e__third{
  background:transparent;
      /*background: #333;*/
    color: #969494;
    color:#b1b0b0;
    /*background: url(http://quicco.co.jp/wp-content/themes/quiccosound/images/mi1e-bg01.jpg) center center;
    background-size: cover;*/
}
#mi1e__third .ttl01{
  color: #969494;
  color:#b1b0b0;
}
#mi1e__third li {
  line-height: 1.2;
  font-size: 15px; }
  @media screen and (max-width: 640px){
    #mi1e__third li{
      font-size:14px;
    }
  }
#mi1e__third li + li{
  margin-top: 20px;}
  #mi1e__third li:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #dae6ec;
    background-color: #ffd22e;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    top: 1px; }


#mi1e__third .img01 {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0; }

#mi1e__forth .ttl01 {

  text-align: center; }

#mi1e__forth table {
 border-collapse:collapse;
  margin: 0 auto;
  text-align: left;
   }

#mi1e__forth tr {
  border-bottom: 1px solid #eee; }

#mi1e__forth th, #mi1e__forth td {
  padding: 20px;
  font-size: 16px;
  line-height: 1.6; }

@media screen and (max-width: 640px){
    #mi1e__forth th, #mi1e__forth td {
      font-size:14px;
      padding:8px;
    }
  }

#mi1e__fifth .ttl01 {
  text-align: center; }

#mi1e__fifth ul{
      display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
#mi1e__fifth ul li {
  /*width: 640px;*/

     width: calc(50% - 30px);
    position: relative;
  margin: 0 auto 30px; }

#mi1e__fifth ul li + li {
  /*margin-top: 80px;*/ }

#mi1e__sixth .ttl01 {
  text-align: center; }

#mi1e__sixth .txt01 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.4; }

#mi1e__sixth .box01 {
  /*background: url(http://quicco.co.jp/wp-content/themes/quiccosound/images/tablet01.png) no-repeat;
  background-size: cover;
  width: 800px;
  height: 578px;
  box-sizing: border-box;
  padding: 26px 48px;
  */
   box-sizing: border-box;
   display:flex;
   flex-wrap:wrap;
   justify-content:space-between;

  margin: 0 auto; }


#mi1e__sixth .box01 > div{
  width:calc(33.3333% - 10px);
  margin-bottom: 40px;
}
#mi1e__sixth .box01 > div p {
  font-size:16px;
  margin-top:5px;
}
#mi1e__sixth img {
  max-width: 100%; }

#mi1e__sixth .slick-dots {
  bottom: -65px;
  text-align: center; }

#mi1e__sixth .slick-dots li button:before {
  font-size: 16px; }
footer {
    background: #000;
    color: #fff;
    padding: 50px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
#mi1e__seventh{
  background-color:#eee;
  text-align: center;
}
#mi1e__seventh a{
  display: inline-block;
    width: 200px;
    line-height: 1.2;
    font-size: 14px;
    background: #333;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 20px 0;
    margin: 0 10px;
}
 @media screen and (max-width: 640px) {
  #mi1e__seventh a + a{
    margin-top: 30px;
  }
 }
.manual-box{
  display:block;margin:70px auto 0;

  border: 1px solid;
    line-height: 50px;
    width: 200px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #333;

}

/*scrollbtn*/
a.scroll-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 80px;
  color:#fff;
  margin-left: -10px;
}
a.scroll-btn span{
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

a.scroll-btn span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
a.scroll-btn span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
a.scroll-btn span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*vimeo*/
.mv-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.mv-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



 #mi1e__eigth{
  background: #ededef; }

   #mi1e__eigth .ttl01, #mi1e__ninth .ttl01{
    text-align: center;
   }
   .faqbox {
    display: flex;
    flex-wrap: wrap; }
     .faqbox dl {
      margin-bottom: 30px; }
       .faqbox dl dt {
        background: #fff;
        padding: 10px;
        font-size: 16px;
        margin-bottom: 13px;
        border-radius: 5px; }
        @media screen and (max-width: 640px) {
           .faqbox dl dt {
            font-size: 14px; } }
       .faqbox dl dd {
        padding: 0 10px; }
         .faqbox dl dd > .faqbox01 + .faqbox01 {
          margin-top: 20px; }
        @media screen and (max-width: 640px) {
           .faqbox dl dd {
            font-size: 14px; } }
     .faqbox > dl:nth-child(odd) {
      padding-right: 30px; }
      @media screen and (max-width: 640px) {
         .faqbox > dl:nth-child(odd) {
          padding-right: 0; } }
     .faqbox > dl:nth-child(even) {
      padding-left: 30px; }
      @media screen and (max-width: 640px) {
         .faqbox > dl:nth-child(even) {
          padding-left: 0; } }
     .faqbox dl {
      width: 50%; }
      @media screen and (max-width: 640px) {
         .faqbox dl {
          width: 100%; } }

   #mi1e__ninth .faqbox dl dt{
    background-color: #ededef;
   }