
br.pc {
  display: none;
}




/** -------------------------------
 * main
 */
#main {
  width: 100vw;
  opacity: 0;
}
#main.loaded {
  opacity: 1;
}





/** -------------------------------
 * header
 */
#header {
  clear: both;
  padding: 0 8%;
  padding-top: 11.733%;
}
  #header > .wrap {
    display: block;
  }
    #header h1 {
      display: none;
    }
    #header ul {
      display: none;
    }
    #header .select {
      position: relative;
    }
    #header .select:after {
      content: '';
      position: absolute;
      right: 4.266vw;
      top: 50%;
      display: block;
      width: 2.666vw;
      height: 1.866vw;
      margin-top: -0.933vw;
      background-image: url(../i_IMAGES/down_red.png);
      background-repeat: no-repeat;
      background-position: right;
      background-size: auto 1.866vw;
    }
      #header select {
        position: relative;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        width: 100%;
        height: 10.666vw;
        padding: 0 3.2vw;
        background-color: #eee;
        outline: none;
        border: none;
        font-size: 12px;
        font-size: 3.2vw;
        font-size: 16px;
        font-size: 4.267vw;
        line-height: 1.1;
      }





/** -------------------------------
 * section
 */
.section {
  clear: both;
  margin-top: 15%;
}
  .section > .wrap {
    display: block;
  }
    .section .header {
      position: relative;
      padding: 0 4%;
    }
    .section .header:before {
      content: '';
      position: absolute;
      left: 4%;
      top: 0;
      display: block;
      width: 18.667%;
      height: 4px;
      border-top: 3.99px solid #c3002c;
    }
      .section .header h1 {
        display: table;
        width: 100%;
      }
        .section .header span {
          display: table-cell;
          padding: 3.6% 0;
          font-size: 16px;
          font-size: 4.266vw;
          font-weight: bold;
          vertical-align: middle;
        }
          .section .header span em {
            font-size: 10px;
            font-size: 2.666vw;
            font-style: normal;
            font-weight: normal;
          }
    .section .content {

    }



/** -------------------------------
 * section | fileListModule
 */
.section.fileListModule {}
  .section.fileListModule > .wrap {}
    .section.fileListModule .content {
      margin-top: 2.8%;
      padding: 0 10%;
    }
      .section.fileListModule .content ul {

      }
        .section.fileListModule .content li {
          display: block;
          margin-top: 4%;
        }
          .section.fileListModule .content a {
            position: relative;
            display: table;
            width: 100%;
            height: 9.6vw;
            background-color: #eee;
          }
          .section.fileListModule .content a:after {
            content: '';
            position: absolute;
            right: 3.2%;
            top: 50%;
            display: block;
            width: 6.4vw;
            height: 6.4vw;
            margin-top: -3.2vw;
            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-left: 4%;
              font-size: 12px;
              font-size: 3.2vw;
              color: #333;
              line-height: 1.1;
              vertical-align: middle;
            }



/** -------------------------------
 * section | customModule
 */
.section.customModule {}
  .section.customModule > .wrap {}
    .section.customModule .content {
      margin-top: 2.4%;
      /*padding: 0 4%;*/
    }


/** -------------------------------
 * section | articleBlockModule
 */
.section.articleBlockModule {
  padding-top: 8.533%;
  border-top: 1px solid #c1c1c1;
}
  .section.articleBlockModule > .wrap {}
    .section.articleBlockModule .header {

    }
      .section.articleBlockModule .header h1 {
        background-image: url(../i_IMAGES/line01.png);
        background-repeat: repeat-x;
        background-position: left bottom;
        background-size: auto 1px;
      }
        .section.articleBlockModule .header span {
          line-height: 1.3;
        }
          .section.articleBlockModule .header span em {
            font-size: 12px;
            font-size: 3.125vw;
            font-weight: bold;
          }
    .section.articleBlockModule .content {
      margin-top: 6.9vw;
    }
      .section.articleBlockModule .content > .wrap {

      }
        .section.articleBlockModule .overview {
          margin-top: -1.6%;
          padding: 0 4%;
          padding-bottom: 5.6%;
          font-size: 14px;
          font-size: 3.733vw;
          line-height: 1.57;
        }
        .section.articleBlockModule .swiper-container {
          padding-bottom: 8vw;
        }
          .section.articleBlockModule .swiper-wrapper {

          }
            .section.articleBlockModule .swiper-slide {

            }
              .section.articleBlockModule .swiper-slide > .wrap {
                padding: 0 9.333%;
              }
                .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: 14px;
                  font-size: 3.733vw;
                  font-weight: bold;
                  line-height: 1.57;
                }
                .section.articleBlockModule .swiper-slide .description {
                  font-size: 14px;
                  font-size: 3.733vw;
                  line-height: 1.57;
                }
          .section.articleBlockModule .swiper-button-prev {
            left: 2.4vw;
            top: 20vw;
            width: 3.2vw;
            height: 4.666vw;
            margin-top: 0;
            background-image: url(../i_IMAGES/swiper_prev_red.png);
            background-size: contain;
          }
          .section.articleBlockModule .swiper-button-prev.swiper-button-disabled {
            background-image: url(../i_IMAGES/swiper_prev_gray.png);
            opacity: 1;
          }
          .section.articleBlockModule .swiper-button-next {
            right: 2.4vw;
            top: 20vw;
            width: 3.2vw;
            height: 4.666vw;
            margin-top: 0;
            background-image: url(../i_IMAGES/swiper_next_red.png);
            background-size: contain;
          }
          .section.articleBlockModule .swiper-button-next.swiper-button-disabled {
            background-image: url(../i_IMAGES/swiper_next_gray.png);
            opacity: 1;
          }
          .section.articleBlockModule .swiper-pagination {
            clear: both;
            left: 0;
            bottom: 0;
            width: 100%;
            margin-top: 0;
            padding-right: 2.666vw;
            text-align: center;
          }
            .section.articleBlockModule .swiper-pagination-bullet {
              width: 4vw;
              height: 4vw;
              margin-left: 2.666vw;
              border-radius: 2vw;
              -moz-border-radius: 2vw;
              -webkit-border-radius: 2vw;
            }
            .section.articleBlockModule .swiper-pagination-bullet-active {
              background-color: #c3002c;
            }


/** -------------------------------
 * section | articleBasicModule
 */
.section.articleBasicModule {
  padding-top: 8.533%;
  border-top: 1px solid #c1c1c1;
}
  .section.articleBasicModule > .wrap {}
    .section.articleBasicModule .header {

    }
      .section.articleBasicModule .header h1 {
        background-image: url(../i_IMAGES/line01.png);
        background-repeat: repeat-x;
        background-position: left bottom;
        background-size: auto 1px;
      }
        .section.articleBasicModule .header span {
          line-height: 1.3;
        }
          .section.articleBasicModule .header span em {
            font-size: 12px;
            font-size: 3.125vw;
            font-weight: bold;
          }
    .section.articleBasicModule .content {
      margin-top: 3.2vw;
      padding: 0 4%;
    }
      .section.articleBasicModule .content > .wrap {

      }
        .section.articleBasicModule .description {
          font-size: 14px;
          font-size: 3.733vw;
          line-height: 1.57;
        }
          .section.articleBasicModule .description em {
            font-size: 12px;
            font-size: 3.125vw;
          }
        .section.articleBasicModule .image {
          margin-top: 3vw;
        }
          .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: 3.2vw;
          font-size: 12px;
          font-size: 3.125vw;
          line-height: 1.57;
        }


/** -------------------------------
 * section | articleCustomModule
 */
.section.articleCustomModule {
  padding-top: 8.533%;
  border-top: 1px solid #c1c1c1;
}
  .section.articleCustomModule > .wrap {}
    .section.articleCustomModule .header {

    }
      .section.articleCustomModule .header h1 {
        background-image: url(../i_IMAGES/line01.png);
        background-repeat: repeat-x;
        background-position: left bottom;
        background-size: auto 1px;
      }
        .section.articleCustomModule .header span {
          line-height: 1.3;
        }
          .section.articleCustomModule .header span em {
            font-size: 12px;
            font-size: 3.125vw;
            font-weight: bold;
          }
    .section.articleCustomModule .content {
      margin-top: 3.2vw;
      padding: 0 4%;
    }
      .section.articleCustomModule .content > .wrap {

      }


/** -------------------------------
 * articleGroup
 */
.articleGroup {

}
  .articleGroup > .wrap {

  }
    .articleGroup .articleGroupColumn {

    }





/** -------------------------------
 * caution
 */
/* @smartphone */
#caution {
  clear: both;
}
  #caution > .wrap {
    margin-top: 16%;
    padding: 0 3.667%;
  }
    #caution dl {
      position: relative;
      border-bottom: 1px solid #c2c2c2;
    }
      #caution dt {
        display: table;
        width: 100%;
        height: 10.4vw;
        background-image: url(../i_IMAGES/icon_open.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: auto 10.4vw;
        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: 12px;
          font-size: 3.2vw;
          vertical-align: middle;
        }
      #caution dd {
        display: none;
        padding-bottom: 3vw;
        font-size: 12px;
        font-size: 3.2vw;
        line-height: 1.5;
      }




/** -------------------------------
 * support
 */
#support {
  clear: both;
  background-color: #eee;
}
  #support > .wrap {
  	padding: 0 10%;
  }
    #support .header {
      padding-top: 12vw;
    }
      #support .header h1 {
        display: block;
        text-align: center;
      }
        #support .header span {
          font-size: 16px;
          font-size: 4.266vw;
          font-weight: bold;
          line-height: 1.1;
          vertical-align: middle;
        }
    #support .content {
    	padding-top: 1.6%;
    	padding-bottom: 14%;
    }
      #support .main {

      }
        #support .main li {
          display: block;
          width: 48%;
          margin-left: 4%;
          margin-top: 4%;
          float: left;
        }
        #support .main li:nth-child(odd) {
          margin-left: 0;
        }
          #support .main a {
            display: block;
            background-color: #c3002c;
          }
            #support .main span {
              display: table;
              height: 26.666vw;
              margin: 0 auto;
            }
              #support .main em {
                display: table-cell;
                padding-top: 18vw;
                background-repeat: no-repeat;
                background-position: center 5vw;
                background-size: auto 10vw;
                font-size: 12px;
                font-size: 3.2vw;
                color: #fff;
                line-height: 1.1;
                letter-spacing: -0.02em;
                text-align: center;
                vertical-align: top;
              }
              #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;
        padding-top: 3.5%;
      }
        #support .sub li {
          display: block;
          margin-top: 4%;
        }
        #support .sub li:first-child {
          margin-left: 0;
        }
          #support .sub a {
            display: block;
            padding: 0 3.6vw;
            background-color: #fff;
            border: 1px solid #c2c2c2;
          }
            #support .sub span {
              display: table;
              height: 9.333vw;
            }
              #support .sub em {
                display: table-cell;
                padding-left: 8.4vw;
                background-repeat: no-repeat;
                background-position: left;
                background-size: auto 6.4vw;
                font-size: 12px;
                font-size: 3.2vw;
                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); }
