a[href*="tel:"] {
  pointer-events: auto;
  cursor: pointer;
}

/********************************************************
common
*********************************************************/
body {
    background: #fff;
    font: 400 16px/1.8 'Noto Sans JP', 'Noto Sans SC', sans-serif;
    color: #666;
    -webkit-font-smoothing: antialiased;
}

main{
  display: block;
  max-width: 767px;
  margin: 0 auto;
  overflow: hidden;
}

section{
     max-width: 767px;
     width: 100%;
     margin: 68px auto 0; 
}

main p{
    margin: 0; 
}

img{
    width: 100%;
    vertical-align: bottom;
    display: block;
}

a{
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.flex{
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  section {
    margin: 60px 0 0;
  }
  .mg-top-1-sp {
    margin-top: -1px;
  }
}  


  /*----------------------------------------------------
         【btn_set box】
  -----------------------------------------------------*/
  .btn_set {
    background-size: cover;
  }

  .btn_set a {
    display: block;
    max-width: 612px;
    width: 100%;
    margin: 0 auto;
    transition-duration: .5s;
  }
    
  .btn_set a:hover {
    opacity: 0.8;
    transform: translateY(5px);
  }

  @media screen and (max-width: 767px) {
      .btn_set a {
        width: 80%;
        margin: 0 auto;
      }
    }

  /*-------------------------
          【BOX NO.】
  ------------------------*/
    .box00 {
      background: url(../img/img_05.jpg) 0 0 no-repeat;
      padding: 60px 0 48px;
    }

    .box01 {
      background: url(../img/img_07.jpg) 0 0 no-repeat;
      padding: 706px 0 70px 0;
    }

    .box02 {
      background: url(../img/img_08.jpg) 0 0 no-repeat;
      padding: 660px 0 70px 0;
    }

    @media screen and (max-width: 767px) {

    /*-----------【BOX NO.】-----------*/
      .box00 {
        padding: 8% 0 6% 0;
        background-size: cover;
      } 

      .box01 {
        padding: 91% 0 5% 0;
        background-size: cover;
      }  

      .box02 {
        padding: 86% 0 5% 0;
        background-size: cover;
      }  
   }



 /*------------------------------------
        Brand btn section 【TOPページ】
  -------------------------------------*/
  .btn-sec {
    background: url(../img/img_09.jpg) 0 0 no-repeat;
    background-size: cover;
    padding: 140px 0 360px 0
  }

  .btn {
    max-width: 610px;
    width: 100%;
    margin: 20px auto;
  }

  @media screen and (max-width: 767px) {
    .btn-sec {
      padding: 18% 0 49% 0;
    }
 
    .btn {
      width: 80%;
      margin: 10px auto;
    }  
  }

  .btn a {
    display: block;
    transition-duration: .5s;
  }

  .btn a:hover {
    opacity: 0.8;
    transform: translateY(5px);
  }
   


  
/**************** 終売対応 ****************/

.end{
    padding: 110px 20px 30px;
    margin: 0 auto 60px;
    line-height: 1.8;     
    text-align: left;
}
.bb{
    border-bottom: 1px solid #CCC;
}
.bb_end{
    margin: 0 auto 30px;
    border-bottom: 1px solid #CCC;
}
.ico_end{
    font-size: 15px;
    font-weight: bold;
    background-color: #bf0b21;
    color: #FFF;
    text-align: center;
    max-width: 320px;
    margin: 0 auto 20px;
    padding: 5px 0;
}
.txt_end{
    font-size: 16px;
    font-weight: bold;
    max-width: 695px;
    margin: 0 auto 10px;
}
.sub_end{
    font-size: 12px;
    max-width: 695px;
    margin: 0 auto;
}

/**************** 終売対応 ****************/
 