/* tablet */
/*@media screen and (min-width: 581px) and (max-width: 959px) {
html {
  font-size: 1.0427vw;
}
}*/
@media screen and (min-width: 581px) and (max-width: 1279px) {
html {
  font-size: 0.7818608vw;
}
}

br.sp {
  display: none;
}



/** -------------------------------
 * main
 */
#main {
  max-width: 1500px;
  margin: 0 auto;
  opacity: 0;
}
#main.loaded {
  opacity: 1;
}





/** -------------------------------
 * header
 */
#header {
  clear: both;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 3.667%;
  padding-top: 4%;
}
  #header > .wrap {
    display: block;
  }
    #header h1 {
      font-size: 3.6em;
      line-height: 1.1;
      text-align: center;
    }
    #header ul {
      padding: 0 12%;
      padding-top: 0.3%;
      text-align: center;
    }
      #header li {
        display: inline-block;
        margin-top: 1.2%;
        padding: 0 1.1%;
      }
        #header li a {
          position: relative;
          display: block;
          padding-bottom: 2px;
          border-bottom: 1px solid #c1c1c1;
        }
        #header li a:before {
          content: '';
          position: absolute;
          left: 50%;
          top: 100%;
          display: block;
          width: 0;
          height: 0;
          margin-left: -6px;
          border: 6px solid transparent;
          border-top: 6px solid #c1c1c1;
        }
          #header li span {
            font-size: 1.3em;
            color: #000;
            line-height: 1.1;
            letter-spacing: -0.04em;
          }
        #header li a:hover {
          border-bottom: 1px solid #c3002c;
        }
        #header li a:hover:before {
          border-top: 6px solid #c3002c;
        }
          #header li a:hover span {
            color: #c3002c;
          }
    #header .select {
      display: none;
    }
/* tablet */
@media screen and (min-width: 581px) and (max-width: 1279px) {
        #header li a {
          padding-bottom: 0.15625vw;
          border-bottom: 1px solid #c1c1c1;
        }
        #header li a:before {
          margin-left: -0.46875vw;
          border: 0.46875vw solid transparent;
          border-top: 0.46875vw solid #c1c1c1;
        }
}





/** -------------------------------
 * section
 */
.section {
  clear: both;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 5%;
  padding: 0 3.667%;
}
  .section > .wrap {
    display: block;
  }
    .section .header {
      position: relative;
      padding-top: 1.6%;
    }
    .section .header:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 6.837%;
      height: 4px;
      background-color: #c3002c;
    }
      .section .header h1 {
        display: table;
      }
        .section .header span {
          display: table-cell;
          font-size: 2.0em;
          font-weight: bold;
          line-height: 1.1;
          vertical-align: middle;
          letter-spacing: 0.03em;
        }
          .section .header span em {
            font-size: 0.6em;
            font-style: normal;
            font-weight: normal;
          }
    .section .content {

    }
/* tablet */
@media screen and (min-width: 581px) and (max-width: 1279px) {
    .section .header:before {
      height: 0.3125vw;
    }
}


/** -------------------------------
 * section | fileListModule
 */
.section.fileListModule {}
  .section.fileListModule > .wrap {}
    .section.fileListModule .content {
      margin-top: 2.4%;
    }
      .section.fileListModule .content ul {

      }
        .section.fileListModule .content li {
          display: block;
          width: 31.624%;
          margin-left: 2.564%;
          float: left;
        }
        .section.fileListModule .content li:first-child {
          margin-left: 0;
        }
          .section.fileListModule .content a {
            position: relative;
            display: table;
            width: 100%;
            height: 65px;
            background-color: #eee;
          }
          .section.fileListModule .content a:after {
            content: '';
            position: absolute;
            right: 5%;
            top: 50%;
            display: block;
            width: 40px;
            height: 40px;
            margin-top: -20px;
            background-image: url(../i_IMAGES/icon_pdf.png);
            background-repeat: no-repeat;
            background-position: right;
            background-size: contain;
          }
            .section.fileListModule .content span {
              display: table-cell;
              padding: 0 5%;
              padding-right: 16px;
              font-size: 1.4em;
              color: #333;
              line-height: 1.1;
              letter-spacing: -0.04em;
              vertical-align: middle;
            }
            .section.fileListModule .content a:hover span {
              color: #c3002f;
            }
/* tablet */
@media screen and (min-width: 581px) and (max-width: 1279px) {
          .section.fileListModule .content a {
            height: 5.078vw;
          }
          .section.fileListModule .content a:after {
            width: 3.125vw;
            height: 3.125vw;
            margin-top: -1.5625vw;
          }
            .section.fileListModule .content span {
              padding-right: 4.8vw;
            }
}


/** -------------------------------
 * section | customModule
 */
.section.customModule {}
  .section.customModule > .wrap {}
    .section.customModule .content {
      margin-top: 2.4%;
    }


/** -------------------------------
 * section | articleBlockModule
 */
.section.articleBlockModule {
  padding-top: 4.6875%;
  border-top: 1px solid #c1c1c1;
}
  .section.articleBlockModule > .wrap {}
    .section.articleBlockModule .header {
      padding-bottom: 1.2%;
      background-image: url(../i_IMAGES/line01.png);
      background-repeat: repeat-x;
      background-position: left bottom;
      background-size: auto 1px;
    }
        .section.articleBlockModule .header span {
          font-size: 2.2em;
        }
          .section.articleBlockModule .header span em {
            font-size: 0.857em;
            font-weight: bold;
          }
    .section.articleBlockModule .content {
      margin-top: 2.4%;
    }
      .section.articleBlockModule .content > .wrap {

      }
        .section.articleBlockModule .overview {
          margin-top: -1%;
          padding-bottom: 1.2%;
          font-size: 1.6em;
          line-height: 1.75;
        }
        .section.articleBlockModule .swiper-container {

        }
          .section.articleBlockModule .swiper-wrapper {

          }
            .section.articleBlockModule .swiper-slide {
              width: 31.624%;
              margin-left: 2.564%;
            }
            .section.articleBlockModule .swiper-slide:first-child {
              margin-left: 0;
            }
              .section.articleBlockModule .swiper-slide > .wrap {

              }
                .section.articleBlockModule .swiper-slide .image {
                  margin-bottom: 4%;
                  padding-top: 56.25%;
                  background-repeat: no-repeat;
                  background-position: left;
                  background-size: cover;
                }
                .section.articleBlockModule .swiper-slide .lead {
                  font-size: 1.8em;
                  font-weight: bold;
                  line-height: 1.75;
                }
                .section.articleBlockModule .swiper-slide .description {
                  font-size: 1.6em;
                  line-height: 1.75;
                }
      .section.articleBlockModule .swiper-button-prev {
        display: none;
      }
      .section.articleBlockModule .swiper-button-next {
        display: none;
      }
      .section.articleBlockModule .swiper-pagination {
        display: none;
      }
/* tablet */
@media screen and (min-width: 581px) and (max-width: 1279px) {

}


/** -------------------------------
 * section | articleBasicModule
 */
.section.articleBasicModule {
  padding-top: 4.6875%;
  border-top: 1px solid #c1c1c1;
}
  .section.articleBasicModule > .wrap {}
    .section.articleBasicModule .header {
      padding-bottom: 1.2%;
      background-image: url(../i_IMAGES/line01.png);
      background-repeat: repeat-x;
      background-position: left bottom;
      background-size: auto 1px;
    }
        .section.articleBasicModule .header span {
          font-size: 2.2em;
        }
          .section.articleBasicModule .header span em {
            font-size: 0.857em;
            font-weight: bold;
          }
    .section.articleBasicModule .content {
      margin-top: 2.4%;
    }
      .section.articleBasicModule .content > .wrap {

      }
        .section.articleBasicModule .description {
          margin-top: 2%;
          font-size: 1.6em;
          line-height: 1.75;
        }
          .section.articleBasicModule .description em {
            font-size: 0.75em;
          }
        .section.articleBasicModule .image {
          width: 64.957%;
          margin-top: 2%;
        }
          .section.articleBasicModule .image span {
            display: block;
            padding-top: 56.25%;
            background-repeat: no-repeat;
            background-position: left;
            background-size: cover;
          }
        .section.articleBasicModule .caption {
          margin-top: 0.6em;
          font-size: 1.2em;
          line-height: 1.57;
        }
.section.articleBasicModule.columnExtension {}
      .section.articleBasicModule.columnExtension .content > .wrap {
        display: table;
        width: 100%;
      }
        .section.articleBasicModule.columnExtension .description {
          display: table-cell;
          margin-top: 0;
          padding-right: 2.5%;
          vertical-align: top;
        }
        .section.articleBasicModule.columnExtension .image {
          display: table-cell;
          width: 50%;
          margin-top: 0;
          vertical-align: top;
        }
          .section.articleBasicModule.columnExtension .image span {
            display: block;
            padding-top: 56.25%;
            background-repeat: no-repeat;
            background-position: left;
            background-size: cover;
          }
/* tablet */
@media screen and (min-width: 581px) and (max-width: 1279px) {

}


/** -------------------------------
 * section | articleCustomModule
 */
.section.articleCustomModule {
  padding-top: 4.6875%;
  border-top: 1px solid #c1c1c1;
}
  .section.articleCustomModule > .wrap {}
    .section.articleCustomModule .header {
      padding-bottom: 1.2%;
      background-image: url(../i_IMAGES/line01.png);
      background-repeat: repeat-x;
      background-position: left bottom;
      background-size: auto 1px;
    }
        .section.articleCustomModule .header span {
          font-size: 2.2em;
        }
          .section.articleCustomModule .header span em {
            font-size: 0.857em;
            font-weight: bold;
          }
    .section.articleCustomModule .content {
      margin-top: 2.4%;
    }
      .section.articleCustomModule .content > .wrap {

      }
/* tablet */
@media screen and (min-width: 581px) and (max-width: 1279px) {

}





/** -------------------------------
 * articleGroup
 */
.articleGroup {
  clear: both;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 5%;
  padding: 0 3.667%;
  border-top: 1px solid #c1c1c1;
}
  .articleGroup > .wrap {
    display: table;
    width: 100%;
  }
    .articleGroup .articleGroupColumn {
      display: table-cell;
      width: 50%;
      vertical-align: top;
    }
    .articleGroup .articleGroupColumn:first-child {
      padding-right: 15px;
    }
    .articleGroup .articleGroupColumn:last-child {
      padding-left: 15px;
    }

      .articleGroup .section {
        max-width: 100%;
        margin: 0;
        padding: 0;
        padding-top: 10.526%;
      }
          .articleGroup .section .header {
            padding-top: 3.284%;
          }
          .articleGroup .section .header:before {
            width: 14.033%;
            height: 4px;
          }
      /* articleBasicModule */
      .articleGroup .section.articleBasicModule {
        border-top: none;
      }
        .articleGroup .section.articleBasicModule .header {
          padding-bottom: 2.6%;
        }
/* tablet */
@media screen and (min-width: 581px) and (max-width: 1279px) {
    .articleGroup .articleGroupColumn:first-child {
      padding-right: 1.171875vw;
    }
    .articleGroup .articleGroupColumn:last-child {
      padding-left: 1.171875vw;
    }
          .articleGroup .section .header:before {
            height: 0.3125vw;
          }
}




/** -------------------------------
 * caution
 */
/* @smartphone */
#caution {
  clear: both;
}
  #caution > .wrap {
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 5%;
    padding: 0 3.667%;
  }
    #caution dl {
      position: relative;
      border-bottom: 1px solid #c2c2c2;
    }
      #caution dt {
        display: table;
        width: 100%;
        height: 48px;
        background-image: url(../i_IMAGES/icon_open.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: auto 40px;
        border-top: 1px solid #c2c2c2;
        cursor: pointer;
      }
      #caution dt.open {
        background-image: url(../i_IMAGES/icon_close.png);
      }
        #caution dt span {
          display: table-cell;
          padding-left: 5px;
          font-size: 1.3em;
          vertical-align: middle;
        }
      #caution dd {
        display: none;
        padding-bottom: 20px;
        font-size: 1.2em;
        line-height: 1.5;
      }
/* tablet */
@media screen and (min-width: 581px) and (max-width: 1279px) {
      #caution dt {
        height: 3.75vw;
        background-size: auto 3.125vw;
      }
        #caution dt span {
          padding-left: 0.3906vw;
        }
      #caution dd {
        padding-bottom: 1.5625vw;
      }
}




/** -------------------------------
 * support
 */
#support {
  clear: both;
  background-color: #eee;
}
  #support > .wrap {
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 4.68%;
    padding: 0 3.667%;
  }
    #support .header {
      padding-top: 4.68%;
    }
      #support .header h1 {
        display: block;
      }
        #support .header span {
          font-size: 2.0em;
          font-weight: bold;
          line-height: 1.1;
          vertical-align: middle;
        }
    #support .content {
      margin-top: 2%;
      padding-bottom: 6%;
    }
      #support .main {

      }
        #support .main li {
          display: block;
          width: 23.077%;
          margin-left: 2.564%;
          float: left;
        }
        #support .main li:first-child {
          margin-left: 0;
        }
          #support .main a {
            display: block;
            background-color: #c3002c;
          }
            #support .main span {
              display: table;
              height: 80px;
              margin: 0 auto;
            }
              #support .main em {
                display: table-cell;
                padding-left: 46px;
                background-repeat: no-repeat;
                background-position: left;
                background-size: auto 40px;
                font-size: 1.5em;
                color: #fff;
                line-height: 1.1;
                letter-spacing: -0.02em;
                vertical-align: middle;
              }
              #support .main .storeSearch em { background-image: url(/SP/LEAF/VLP/i_IMAGES/support_storeSearch.png); }
              #support .main .quotation em { background-image: url(/SP/LEAF/VLP/i_IMAGES/support_quotation.png); }
              #support .main .catalog em { background-image: url(/SP/LEAF/VLP/i_IMAGES/support_catalog.png); }
              #support .main .carSearch em { background-image: url(/SP/LEAF/VLP/i_IMAGES/support_carSearch.png); }
      #support .sub {
        clear: both;
        margin-top: 2%;
      }
        #support .sub li {
          display: block;
          width: 23.077%;
          margin-left: 2.564%;
          float: left;
        }
        #support .sub li:first-child {
          margin-left: 0;
        }
          #support .sub a {
            display: block;
            padding: 0 6%;
            background-color: #fff;
            border: 1px solid #c2c2c2;
          }
            #support .sub span {
              display: table;
              height: 60px;
            }
              #support .sub em {
                display: table-cell;
                padding-left: 46px;
                background-repeat: no-repeat;
                background-position: left;
                background-size: auto 40px;
                font-size: 1.4em;
                color: #333;
                line-height: 1.1;
                letter-spacing: -0.02em;
                vertical-align: middle;
              }
              #support .sub .consultation em { background-image: url(/SP/LEAF/VLP/i_IMAGES/support_consultation.png); }
              #support .sub .comparison em { background-image: url(/SP/LEAF/VLP/i_IMAGES/support_comparison.png); }
              #support .sub .tradeIn em { background-image: url(/SP/LEAF/VLP/i_IMAGES/support_tradeIn.png); }
              #support .sub .voice em { background-image: url(/SP/LEAF/VLP/i_IMAGES/support_voice.png); }
              #support .sub .bvc em { background-image: url(/SP/LEAF/VLP/i_IMAGES/support_bvc.png); }
/* tablet */
@media screen and (min-width: 581px) and (max-width: 1279px) {
            #support .main span {
              height: 6.25vw;
            }
              #support .main em {
                padding-left: 3.5937vw;
                background-size: auto 3.125vw;
              }
            #support .sub span {
              height: 4.6875vw;
            }
              #support .sub em {
                padding-left: 3.5937vw;
                background-size: auto 3.125vw;
              }
}





/* --------------------
 * animation
 */
/* fade */
.fadeobj {
  transition: 0.75s ease-in-out;
  -o-transition: 0.75s ease-in-out;
  -moz-transition: 0.75s ease-in-out;
  -webkit-transition: 0.75s ease-in-out;
  opacity : 0;
}
.fadeobj.show {
  opacity : 1;
}
