/* 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.2em;
          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(../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(../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(../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(../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;
          }
}




/** -------------------------------
 * bodyColor
 */
#bodyColor {}
  #bodyColor .content {
    position: relative;
  }
    /* overview */
    #bodyColor .overview {
      margin-top: 1.2%;
      font-size: 1.6em;
      line-height: 1.75;
    }
    /* main */
    #bodyColor .main {
      position: relative;
      width: 76.923%;
      margin-top: 1.2%;
    }
      #bodyColor .main > .wrap {
        position: relative;
        padding-top: 56.25%;
      }
        #bodyColor .main .item {
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          display: none;
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
        }
        /* visible */
        #bodyColor .main.image001 .item01 { display: block; }
        #bodyColor .main.image002 .item02 { display: block; }
        #bodyColor .main.image003 .item03 { display: block; }
        #bodyColor .main.image004 .item04 { display: block; }
        #bodyColor .main.image005 .item05 { display: block; }
        #bodyColor .main.image006 .item06 { display: block; }
        #bodyColor .main.image007 .item07 { display: block; }
        #bodyColor .main.image008 .item08 { display: block; }
        #bodyColor .main.image009 .item09 { display: block; }
        #bodyColor .main.image010 .item10 { display: block; }
        #bodyColor .main.image011 .item11 { display: block; }
        #bodyColor .main.image012 .item12 { display: block; }
        #bodyColor .main.image013 .item13 { display: block; }
        #bodyColor .main.image014 .item14 { display: block; }
        #bodyColor .main.image015 .item15 { display: block; }
        #bodyColor .main.image016 .item16 { display: block; }
        #bodyColor .main.image017 .item17 { display: block; }
        #bodyColor .main.image018 .item18 { display: block; }
        #bodyColor .main.image019 .item19 { display: block; }
        #bodyColor .main.image020 .item20 { display: block; }
        #bodyColor .main.image021 .item21 { display: block; }
        #bodyColor .main.image022 .item22 { display: block; }
        #bodyColor .main.image023 .item23 { display: block; }
        #bodyColor .main.image024 .item24 { display: block; }
        #bodyColor .main.image025 .item25 { display: block; }
        #bodyColor .main.image026 .item26 { display: block; }
        #bodyColor .main.image027 .item27 { display: block; }
        #bodyColor .main.image028 .item28 { display: block; }
        #bodyColor .main.image029 .item29 { display: block; }
        #bodyColor .main.image030 .item30 { display: block; }
        #bodyColor .main.image031 .item31 { display: block; }
        #bodyColor .main.image032 .item32 { display: block; }
        #bodyColor .main.image033 .item33 { display: block; }
        #bodyColor .main.image034 .item34 { display: block; }
        #bodyColor .main.image035 .item35 { display: block; }
        #bodyColor .main.image036 .item36 { display: block; }
      #bodyColor .main .swipeIcon {
        position: absolute;
        left: 10%;
        top: 10%;
        display: none;
        width: 64px;
        height: 64px;
      }
      #bodyColor .main .swipeIcon.show {
        display: table;
      }
        #bodyColor .main .swipeIcon span {
          display: table-cell;
          background-image: url(../IMAGES/icon_360.png);
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
        }
      #bodyColor .main .loader {
        position: absolute;
        left: 0;
        top: 0;
      }
    /* sub */
    #bodyColor .sub {
      position: absolute;
      right: 0;
      top: 0;
      margin-top: 10%;
    }
      #bodyColor .sub > .wrap {
        
      }
        #bodyColor .sub .label {
          width: 244px;
          margin-left: 12px;
          margin-top: 8%;
          padding-top: 8%;
          border-top: 1px solid #ccc;
        }
        #bodyColor .sub .label.sp {
          display: none;
        }
          #bodyColor .sub .label dt {
            font-size: 1.6em;
          }
          #bodyColor .sub .label dd {
            font-size: 1.2em;
          }
        #bodyColor .sub .navi {
          width: 256px;
        }
          #bodyColor .sub .navi .item {
            width: 52px;
            height: 52px;
            margin-left: 12px;
            margin-top: 12px;
            float: left;
          }
            #bodyColor .sub .navi .item > .wrap {
              padding-top: 100%;
              background-repeat: no-repeat;
              background-position: center;
              background-size: contain;
            }
    /* caption */
    #bodyColor .caption {
      margin-top: 1.2%;
      font-size: 1.2em;
    }
/* tablet */
@media screen and (min-width: 581px) and (max-width: 1279px) {
      #bodyColor .main .swipeIcon {
        width: 4.6875vw;
        height: 4.6875vw;
      }
        #bodyColor .sub .label {
          width: 19.0625vw;
          margin-left: 0.9375vw;
        }
        #bodyColor .sub .navi {
          width: 20vw;
        }
          #bodyColor .sub .navi .item {
            width: 4.0625vw;
            height: 4.0625vw;
            margin-left: 0.9375vw;
            margin-top: 0.9375vw;
          }
/*          #bodyColor .sub .navi .item.focus {
            padding: 0.3125vw;
          }*/
}




/** -------------------------------
 * bodyColor02
 */
#bodyColor02 {}
  #bodyColor02 .content {
    position: relative;
  }
    /* overview */
    #bodyColor02 .overview {
      margin-top: 1.2%;
      font-size: 1.6em;
      line-height: 1.75;
    }
    /* main */
    #bodyColor02 .main {
      position: relative;
      width: 76.923%;
      margin-top: 1.2%;
    }
      #bodyColor02 .main > .wrap {
        position: relative;
        padding-top: 56.25%;
      }
        #bodyColor02 .main .item {
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          display: none;
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
        }
        /* visible */
        #bodyColor02 .main.image001 .item01 { display: block; }
        #bodyColor02 .main.image002 .item02 { display: block; }
        #bodyColor02 .main.image003 .item03 { display: block; }
        #bodyColor02 .main.image004 .item04 { display: block; }
        #bodyColor02 .main.image005 .item05 { display: block; }
        #bodyColor02 .main.image006 .item06 { display: block; }
        #bodyColor02 .main.image007 .item07 { display: block; }
        #bodyColor02 .main.image008 .item08 { display: block; }
        #bodyColor02 .main.image009 .item09 { display: block; }
        #bodyColor02 .main.image010 .item10 { display: block; }
        #bodyColor02 .main.image011 .item11 { display: block; }
        #bodyColor02 .main.image012 .item12 { display: block; }
        #bodyColor02 .main.image013 .item13 { display: block; }
        #bodyColor02 .main.image014 .item14 { display: block; }
        #bodyColor02 .main.image015 .item15 { display: block; }
        #bodyColor02 .main.image016 .item16 { display: block; }
        #bodyColor02 .main.image017 .item17 { display: block; }
        #bodyColor02 .main.image018 .item18 { display: block; }
        #bodyColor02 .main.image019 .item19 { display: block; }
        #bodyColor02 .main.image020 .item20 { display: block; }
        #bodyColor02 .main.image021 .item21 { display: block; }
        #bodyColor02 .main.image022 .item22 { display: block; }
        #bodyColor02 .main.image023 .item23 { display: block; }
        #bodyColor02 .main.image024 .item24 { display: block; }
        #bodyColor02 .main.image025 .item25 { display: block; }
        #bodyColor02 .main.image026 .item26 { display: block; }
        #bodyColor02 .main.image027 .item27 { display: block; }
        #bodyColor02 .main.image028 .item28 { display: block; }
        #bodyColor02 .main.image029 .item29 { display: block; }
        #bodyColor02 .main.image030 .item30 { display: block; }
        #bodyColor02 .main.image031 .item31 { display: block; }
        #bodyColor02 .main.image032 .item32 { display: block; }
        #bodyColor02 .main.image033 .item33 { display: block; }
        #bodyColor02 .main.image034 .item34 { display: block; }
        #bodyColor02 .main.image035 .item35 { display: block; }
        #bodyColor02 .main.image036 .item36 { display: block; }
      #bodyColor02 .main .swipeIcon {
        position: absolute;
        left: 10%;
        top: 10%;
        display: none;
        width: 64px;
        height: 64px;
      }
      #bodyColor02 .main .swipeIcon.show {
        display: table;
      }
        #bodyColor02 .main .swipeIcon span {
          display: table-cell;
          background-image: url(../IMAGES/icon_360.png);
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
        }
      #bodyColor02 .main .loader {
        position: absolute;
        left: 0;
        top: 0;
      }
    /* sub */
    #bodyColor02 .sub {
      position: absolute;
      right: 0;
      top: 0;
      margin-top: 10%;
    }
      #bodyColor02 .sub > .wrap {
        
      }
        #bodyColor02 .sub .label {
          width: 244px;
          margin-left: 12px;
          margin-top: 8%;
          padding-top: 8%;
          border-top: 1px solid #ccc;
        }
        #bodyColor02 .sub .label.sp {
          display: none;
        }
          #bodyColor02 .sub .label dt {
            font-size: 1.6em;
          }
          #bodyColor02 .sub .label dd {
            font-size: 1.2em;
          }
        #bodyColor02 .sub .navi {
          width: 256px;
        }
          #bodyColor02 .sub .navi .item {
            width: 52px;
            height: 52px;
            margin-left: 12px;
            margin-top: 12px;
            float: left;
          }
            #bodyColor02 .sub .navi .item > .wrap {
              padding-top: 100%;
              background-repeat: no-repeat;
              background-position: center;
              background-size: contain;
            }
    /* caption */
    #bodyColor02 .caption {
      margin-top: 1.2%;
      font-size: 1.2em;
    }
/* tablet */
@media screen and (min-width: 581px) and (max-width: 1279px) {
      #bodyColor02 .main .swipeIcon {
        width: 4.6875vw;
        height: 4.6875vw;
      }
        #bodyColor02 .sub .label {
          width: 19.0625vw;
          margin-left: 0.9375vw;
        }
        #bodyColor02 .sub .navi {
          width: 20vw;
        }
          #bodyColor02 .sub .navi .item {
            width: 4.0625vw;
            height: 4.0625vw;
            margin-left: 0.9375vw;
            margin-top: 0.9375vw;
          }
/*          #bodyColor02 .sub .navi .item.focus {
            padding: 0.3125vw;
          }*/
}




/** -------------------------------
 * caution
 */
/* @smartphone */
#panel_caution, #caution {
  clear: both;
}
#panel_caution > .wrap, #caution > .wrap {
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 5%;
    padding: 0 3.667%;
  }
#panel_caution dl, #caution dl {
      position: relative;
      border-bottom: 1px solid #c2c2c2;
    }
#panel_caution dt, #caution dt {
        display: table;
        width: 100%;
        height: 48px;
        background-image: url(../IMAGES/icon_open.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: auto 40px;
        border-top: 1px solid #c2c2c2;
        cursor: pointer;
      }
#panel_caution dt.open, #caution dt.open {
        background-image: url(../IMAGES/icon_close.png);
      }
#panel_caution dt span, #caution dt span {
          display: table-cell;
          padding-left: 5px;
          font-size: 1.3em;
          vertical-align: middle;
        }
#panel_caution dd, #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) {
    #panel_caution dt, #caution dt {
        height: 3.75vw;
        background-size: auto 3.125vw;
      }
    #panel_caution dt span, #caution dt span {
          padding-left: 0.3906vw;
        }
    #panel_caution dd, #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/X-TRAIL/VLP/IMAGES/support_storeSearch.png); }
              #support .main .quotation em { background-image: url(/SP/X-TRAIL/VLP/IMAGES/support_quotation.png); }
              #support .main .catalog em { background-image: url(/SP/X-TRAIL/VLP/IMAGES/support_catalog.png); }
              #support .main .carSearch em { background-image: url(/SP/X-TRAIL/VLP/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/X-TRAIL/VLP/IMAGES/support_consultation.png); }
              #support .sub .comparison em { background-image: url(/SP/X-TRAIL/VLP/IMAGES/support_comparison.png); }
              #support .sub .tradeIn em { background-image: url(/SP/X-TRAIL/VLP/IMAGES/support_tradeIn.png); }
              #support .sub .voice em { background-image: url(/SP/X-TRAIL/VLP/IMAGES/support_voice.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;
}


