@charset "UTF-8";

/* ==========================================================
 clearfix
========================================================== */
.contents-header-02:before, .contents-header-02:after,
.list-tab-menu:before, .list-tab-menu:after,
.box-note-01:before, .box-note-01:after,
.list-thumbnail-01:before, .list-thumbnail-01:after,
.list-thumbnail-02:before, .list-thumbnail-02:after,
.list-labels-01:before, .list-labels-01:after,
.list-feature-01:before, .list-feature-01:after,
.list-icons-01:before, .list-icons-01:after,
.list-bnr-01:before, .list-bnr-01:after,
.box-border-01-wrap:before, .box-border-01-wrap:after,
.sec-index-01:before, .sec-index-01:after,
.grid-index-01:before, .grid-index-01:after,
.txt-anotate:before, .txt-anotate:after,
.mod-feature-01:before, .mod-feature-01:after
{
  content: "";
  display: table;
}
.contents-header-02:after,
.list-tab-menu:after,
.box-note-01:after,
.mod-slider-01:after,
.list-thumbnail-01:after,
.list-thumbnail-02:after,
.list-labels-01:after,
.list-feature-01:after,
.list-bnr-01:after,
.list-icons-01:after,
.box-border-01-wrap:after,
.sec-index-01:after,
.grid-index-01:after,
.txt-anotate:after,
.mod-feature-01:after
{
  clear: both;
}


body {
  background-color: #000;
}
/* ==========================================================
 contents
========================================================== */
.contents {
}
.contents > .contents-main{
  margin: 0 auto 90px;
}
.contents .contents-inner{
  padding-top: 0;
  padding-bottom: 120px;
}
@media screen and (max-width: 750px) {
.contents {
  background-size: contain;
}
.contents > .contents-main{
  margin: 0;
}
.contents .contents-inner{
  padding: 0 30px 30px;
}
.contents-main {
  min-width: 0;
  padding: 0;
}
}
/* ==========================================================
 area
========================================================== */
/* area-product-lead-01
---------------------------------------------------------- */
.contents-header-02 {
  display: table;
  width: 100%;
  background-color: #f7f7f7;
}
.contents-header-02 .area-product-lead-01 {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.contents-header-02 .hero-cmn-01 {
  display: table-cell;
  width: 50%;
}
  .contents-header-02 .hero-cmn-01 img {
    width: 100%;
  }
.area-product-lead-01 {
  margin-top: 1%;
  padding: 0 30px;
  width: 50%;
}
@media screen and (min-width: 1300px) {
.area-product-lead-01 {
  padding: 0 8%;
}
}
  .area-product-lead-01 .label {
    display: table;
    width: 100px;
    height: 34px;
    border-radius: 17px;
    text-align: center;
  }
.area-product-lead-01 .label {
    background-color: #f00;
  }
    .area-product-lead-01 .label span {
      display: table-cell;
      color: #fff;
      font-family: "Roboto Condensed";
      font-size: 20px;
      vertical-align: middle;
    }
  .area-product-lead-01 .brand {
    width: 400px;
    margin-bottom: 10px;
  }
    .area-product-lead-01 .brand img {
      width: 100%;
    }
  .area-product-lead-01 .name-en {
    font-family: "Roboto Condensed";
    font-weight: bold;
    font-size: 28px;
  }
  .area-product-lead-01 .name-jpn {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 22px;
  }
  .area-product-lead-01 .lead {
    font-size: 18px;
    line-height: 1.8;
  }
@media screen and (max-width: 750px) {
.contents-header-02 .area-product-lead-01 {
  display: block;
  width: 100%;
}
.contents-header-02 .hero-cmn-01 {
  display: block;
  width: 100%;
}
.area-product-lead-01 {
  width: 100%;
  margin-top: 0;
  padding: 30px;
}
  .area-product-lead-01 .label {
    display: table;
    width: 90px;
    height: 29px;
  }
    .area-product-lead-01 .label span {
      display: table-cell;
      color: #fff;
      font-family: "Roboto Condensed";
      font-size: 20px;
      vertical-align: middle;
    }
  .area-product-lead-01 .brand {
    width: 100%;
    max-width: 285px;
    height: auto;
  }
    .area-product-lead-01 .brand img {
      width: 100%;
    }
  .area-product-lead-01 .name-en {
    font-family: "Roboto Condensed";
    font-weight: bold;
    font-size: 20px;
  }
  .area-product-lead-01 .name-jpn {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .area-product-lead-01 .lead {
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 1.6;
  }
}
/* area-cmn-01
---------------------------------------------------------- */
.mod-cmn-title-01 + .area-cmn-01 {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
.mod-cmn-title-01 + .area-cmn-01 {
  margin-top: 20px;
}
}
/* ==========================================================
 list
========================================================== */
/* list-tab-menu
---------------------------------------------------------- */
.list-tab-menu li {
  display: table;
  float: left;
  width: 33.33%;
  height: 70px;
  border-right: 1px solid #8e191d;
  box-sizing: border-box;
  text-align: center;
}
  .list-tab-menu li a,
  .list-tab-menu li em {
    display: table-cell;
    color: #fff;
    font-family: "Roboto Condensed";
    font-weight: 300;
    font-size: 22px;
    vertical-align: middle;
    text-decoration: none;
  }

  /* about_wh */
  body.about_wh .list-tab-menu,
  body.about_wh .list-tab-menu li a { background-color: #b01f24; }
  body.about_wh .list-tab-menu li.is-current em,
  body.about_wh .list-tab-menu li a:hover {
    background-color: #8e191d;
  }
  /* rozest */
  body.rozest .list-tab-menu,
  body.rozest .list-tab-menu li a { background-color: #b01f24; }
  body.rozest .list-tab-menu li.is-current em,
  body.rozest .list-tab-menu li a:hover {
    background-color: #8e191d;
  }
  body.rozest .list-tab-menu li { border-color: #8e191d; }
  /* direzza */
  body.direzza .list-tab-menu,
  body.direzza .list-tab-menu li a { background-color: #fdd108; color: #000; }
  body.direzza .list-tab-menu li.is-current em,
  body.direzza .list-tab-menu li a:hover {
    background-color: #d9b200;
    color: #000;
  }
  body.direzza .list-tab-menu li { border-color: #d9b200; }
  /* lofida */
  body.lofida .list-tab-menu,
  body.lofida .list-tab-menu li a { background-color: #a84f55; }
  body.lofida .list-tab-menu li.is-current em,
  body.lofida .list-tab-menu li a:hover {
    background-color: #842b31;
  }
  body.lofida .list-tab-menu li { border-color: #842b31; }
  /* standard */
  body.standard .list-tab-menu,
  body.standard .list-tab-menu li a { background-color: #3a6b9d; }
  body.standard .list-tab-menu li.is-current em,
  body.standard .list-tab-menu li a:hover {
    background-color: #27496b;
  }
  body.standard .list-tab-menu li { border-color: #27496b; }
  /* fourxfour */
  body.fourxfour .list-tab-menu,
  body.fourxfour .list-tab-menu li a { background-color: #7d6226; }
  body.fourxfour .list-tab-menu li.is-current em,
  body.fourxfour .list-tab-menu li a:hover {
    background-color: #5c4719;
  }
  body.fourxfour .list-tab-menu li { border-color: #5c4719; }
  /* import */
  body.import .list-tab-menu,
  body.import .list-tab-menu li a { background-color: #692f63; }
  body.import .list-tab-menu li.is-current em,
  body.import .list-tab-menu li a:hover {
    background-color: #3f193b;
  }
  body.import .list-tab-menu li { border-color: #3f193b; }

  .list-tab-menu li span {
    margin-right: -20px;
    padding-right: 20px;
    background: url(/images/wheel/about_wh/index/ico_arrow_right_02_pc.png) 100% 46% no-repeat;
  }
  .list-tab-menu li.is-current span {
    margin-right: -23px;
    padding-right: 30px;
    background: url(/images/wheel/about_wh/index/ico_arrow_down_02_pc.png) 100% 50% no-repeat;
  }
  .list-tab-menu.type02 li.is-current span {
    margin-right: -30px;
    padding-right: 30px;
    background: url(/images/wheel/about_wh/index/ico_arrow_up_01_pc.png) 100% 60% no-repeat;
  }
  body.direzza .list-tab-menu li span { background-image: url(/images/wheel/about_wh/index/ico_arrow_right_03_pc.png); }
  body.direzza .list-tab-menu li.is-current span { background-image: url(/images/wheel/about_wh/index/ico_arrow_down_03_pc.png); }
  body.direzza .list-tab-menu.type02 li.is-current span { background-image: url(/images/wheel/about_wh/index/ico_arrow_up_02_pc.png); }

/* type-cols-02 */
.list-tab-menu.type-cols-02 li {
width: 50%;
}
/* type-ja */
.list-tab-menu.type-ja,
.list-tab-menu.type-ja li a,
.list-tab-menu.type-ja li span {
  font-size: 20px;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Roboto Condensed", sans-serif;
}

  .list-tab-menu.type-ja li span {
    margin-right: 0;
    padding-right: 33px;
  }
  .list-tab-menu.type-ja li.is-current span {
    margin-right: 0;
    padding-right: 30px;
  }
  .list-tab-menu.type-ja.type02 li.is-current span {
    margin-right: 0;
    padding-right: 30px;
  }

@media screen and (max-width: 750px) {
.list-tab-menu {
margin-bottom: 42px;
}
.list-tab-menu.type02 {
margin-top: 15px;
}
.list-tab-menu li {
  float: none;
  width: 100%;
  height: 65px;
  border-top: 1px solid #8e191d;
  text-align: center;
}
.list-tab-menu li.is-current {
  width: 100%;
}
.list-tab-menu li.is-current:last-child {
  border-right: none;
}
  .list-tab-menu li span {
    background: url(/images/wheel/about_wh/index/sp/ico_arrow_right_02_sp.png) 100% 46% no-repeat;
    background-size: 9px 16px;
  }
  .list-tab-menu li.is-current span {
    background: url(/images/wheel/about_wh/index/sp/ico_arrow_down_02_sp.png) 100% 60% no-repeat;
    background-size: 16px 9px;
  }
  .list-tab-menu.type02 li.is-current span {
    background: url(/images/wheel/about_wh/index/sp/ico_arrow_up_02_sp.png) 100% 60% no-repeat;
    background-size: 16px 9px;
  }
  /* direzza（黒矢印） */
  body.direzza .list-tab-menu li span { background-image: url(/images/wheel/about_wh/index/sp/ico_arrow_right_03_sp.png); }
  body.direzza .list-tab-menu li.is-current span { background-image: url(/images/wheel/about_wh/index/sp/ico_arrow_down_03_sp.png); }
  body.direzza .list-tab-menu.type02 li.is-current span { background-image: url(/images/wheel/about_wh/index/sp/ico_arrow_up_03_sp.png); }

/* type-cols-02 */
.list-tab-menu.type-cols-02 {
  margin-bottom: 0;
}
  .list-tab-menu.type-cols-02 li {
    width: 100%;
  }
}

/* list-description-01
---------------------------------------------------------- */
.list-description-01 {
  margin-top: 30px;
}
.list-description-01:first-child {
  margin-top: 0;
}
  .list-description-01 li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 12px;
  }
  .list-description-01.s-thin li {
    margin-bottom: 4px;
  }
  .list-description-01 li:last-child {
    margin-bottom: 0;
  }
  .list-description-01 li:before {
    position: absolute;
    top: 9px;
    left: 0;
    display: inline-block;
    width: 5px;
    height: 6px;
    content: "";
  }
  body.about_wh .list-description-01 li:before { background-color: #fdd108; }
  body.rozest .list-description-01 li:before { background-color: #b01f24; }
  body.direzza .list-description-01 li:before { background-color: #fdd108; }
  body.lofida .list-description-01 li:before { background-color: #a84f55; }
  body.standard .list-description-01 li:before { background-color: #3a6b9d; }
  body.fourxfour .list-description-01 li:before { background-color: #7d6226; }
  body.import .list-description-01 li:before { background-color: #692f63; }

@media screen and (max-width: 750px) {
.list-description-01 {
  margin-top: 20px;
}
  .list-description-01 li {
    margin-bottom: 3px;
  }
  .list-description-01 li:before {
    width: 6px;
    height: 7px;
    top: 7px
  }
}

/* list-thumbnail-01
---------------------------------------------------------- */
.list-thumbnail-01 {
}
.list-thumbnail-01 li {
  display: table;
  float: left;
  margin: 0 auto;
  width: 278px;
  height: 285px;
  text-align: center;
}
.list-thumbnail-01.s-single li {
  float: none;
}
  .list-thumbnail-01 li a {
    padding-bottom: 18px;
    display: table-cell;
    height: 100%;
    border: 3px solid transparent;
    vertical-align: bottom;
    text-decoration: none;
    color: #2c2c2c;
  }
  .list-thumbnail-01 li a.active {
    border-color:  #e6e6e6;
    border-radius: 7px;
  }
  .list-thumbnail-01 li figure {
  }
    .list-thumbnail-01 li figcaption {
      font-weight: bold;
      font-family: "Roboto Condensed";
      color: #000;
    }
    .list-thumbnail-01 li figcaption .new {
      margin-right: 8px;
      color: #b01f24;
    }
    body.rozest .list-thumbnail-01 li figcaption .new { color: #b01f24; }
    body.direzza .list-thumbnail-01 li figcaption .new { color: #fdd108; }
    body.lofida .list-thumbnail-01 li figcaption .new { color: #a84f55; }
    body.standard .list-thumbnail-01 li figcaption .new { color: #3a6b9d; }
    body.fourxfour .list-thumbnail-01 li figcaption .new { color: #7d6226; }
    body.import .list-thumbnail-01 li figcaption .new { color: #692f63; }
@media screen and (max-width: 750px) {
.list-thumbnail-01 {
}
  .list-thumbnail-01 li {
    width: 50%;
    height: auto;
  }
  .list-thumbnail-01 li figcaption {
    font-size: 11px;
  }
}
/* list-thumbnail-02
---------------------------------------------------------- */
.list-thumbnail-02 {
  margin: 0 0 -10px -8px;
}
  .list-thumbnail-02 li {
    float: left;
    width: 126px;
    height: 65px;
    margin: 0 0 10px 8px;
  }
  .list-thumbnail-02 li:nth-child(4n) {
    margin-right: 0;
  }
    .list-thumbnail-02 li > a {
      display: block;
      border: 2px solid transparent;
    }
    .list-thumbnail-02 li > a.active {
      border-color: #b01f24;
    }
    .list-thumbnail-02 li img {
      width: 100%;
      height: auto;
    }
    body.rozest .list-thumbnail-02 li .active { border-color: #b01f24; }
    body.direzza .list-thumbnail-02 li .active { border-color: #fdd108; }
    body.lofida .list-thumbnail-02 li .active { border-color: #a84f55; }
    body.standard .list-thumbnail-02 li .active { border-color: #3a6b9d; }
    body.fourxfour .list-thumbnail-02 li .active { border-color: #7d6226; }
    body.import .list-thumbnail-02 li .active { border-color: #692f63; }
@media screen and (max-width: 750px) {
.list-thumbnail-02 {
  margin: 0 0 0 -5px;
  padding: 12px 0 0 0;
}
  .list-thumbnail-02 li {
    width: 25%;
    height: auto;
    margin: 0;
    padding: 5px 0 0 5px;
  }
}
/* list-bnr-01
---------------------------------------------------------- */
.list-bnr-01 {
  margin-left: -20px;
}
  .list-bnr-01 li {
    float: left;
    margin-left: 20px;
  }
    .list-bnr-01 li .bnr {
      width: 600px;
    }
    .list-bnr-01 li:last-child .bnr {
      margin-right: 0;
    }
    .list-bnr-01 li .bnr:hover {
      -ms-filter: 'alpha( opacity=70)';
      filter: alpha( opacity=70);
      opacity: 0.7;
    }
      .list-bnr-01 li .bnr img {
        width: 100%;
        height: auto;
      }
@media screen and (max-width: 750px) {
.list-bnr-01 {
  margin-left: 0;
}
  .list-bnr-01 li {
    margin-left: 0;
  }
    .list-bnr-01 li .bnr {
      float: none;
      margin: 15px 0 0 0;
      width: 100%;
    }
}
/* list-icons-01
---------------------------------------------------------- */
.list-icons-01 {
}
  .list-icons-01 li {
    display: inline-block;
    margin-right: 22px;
  }
    .list-icons-01 .icon img {
      width: auto;
      height: 66px;
    }
.area-product-lead-01 {
  min-width: 610px;
}
  .area-product-lead-01 .list-icons-01 {
    margin-right: -25px;
    text-align: right;
  }
    .area-product-lead-01 .list-icons-01 .icon img {
      height: 82px;
    }
@media screen and (max-width: 750px) {
.list-icons-01 {
}
  .list-icons-01 li {
    margin-right: 15px;
  }
  .list-icons-01 .icon img {
    height: 44px;
  }
.area-product-lead-01 {
  min-width: 0;
}
  .area-product-lead-01 .list-icons-01 {
    text-align: center;
  }
    .area-product-lead-01 .list-icons-01 .icon img {
      height: 69px;
    }
}
/* :add list-cmn-02
---------------------------------------------------------- */
.list-cmn-02 {
}
  .list-cmn-02 .title {
    font-weight: bold;
  }
  .list-cmn-02 .text {
    font-size: 16px;
    line-height: 1.875;
  }
  .list-cmn-02 .text.inlineblock {
    display: inline-block;
  }
/* ==========================================================
 section
========================================================== */
/* sec-product-01
---------------------------------------------------------- */
.sec-product-01 + .sec-product-01 {
  margin-top: 46px;
}
@media screen and (max-width: 750px) {
.sec-product-01 + .sec-product-01 {
  margin-top: 0;
}
}
/* box-link-01
---------------------------------------------------------- */
.sec-lineup {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
.sec-lineup {
  margin-top: 0;
}
}
/* ==========================================================
 box
========================================================== */
/* box-link-01
---------------------------------------------------------- */
.box-link-01 {
  padding: 38px 41px;
  background-color: #f7f7f7;
}
  .box-link-01 a {
    display: inline-block;
  }
  .box-link-01 a:hover {
    -ms-filter: 'alpha( opacity=70)';
    filter: alpha( opacity=70);
    opacity: 0.7;
  }
@media screen and (max-width: 750px) {
.box-link-01 {
  margin: 20px 0;
  padding: 30px;
}
  .box-link-01 a {
    display: inline;
  }
}
/* box-note-01
---------------------------------------------------------- */
.box-note-01 {
  padding: 37px 65px 40px 40px;
  background-color: #fff4f4;
}
  .box-note-01 .note {
    position: relative;
    float: left;
    margin: 23px 40px 0 0;
    padding: 3px 0 0 45px;
    background: url(/images/wheel/about_wh/index/ico_note_01_pc.png) 0 1px no-repeat;
    font-weight: bold;
    font-size: 22px;
    color: #d50000;
  }
  .box-note-01 .text {
    float: left;
    width: 984px;
    color: #d50000;
    font-size: 14px;
  }
    .box-note-01 .text a {
      color: #d50000;
    }
    .box-note-01 .text a:hover {
      -ms-filter: 'alpha( opacity=70)';
      filter: alpha( opacity=70);
      opacity: 0.7;
    }
.box-link-01 + .box-note-01 {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
.box-cmn-01 + .box-note-01 {
  margin-top: 15px;
}
.box-note-01 {
  padding: 30px 30px 10px;
}
  .box-note-01 .note {
    float: none;
    margin: 0 0 16px 0;
    padding: 3px 0 0 45px;
    background: url(/images/wheel/about_wh/index/ico_note_01_pc.png) 0 0 no-repeat;
  }
  .box-note-01 .text {
    float: none;
    width: 100%;
  }
.box-link-01 + .box-note-01 {
  margin-top: 30px;
}
}
/* mod-cmn-title-01
---------------------------------------------------------- */
.box-note-01 + .mod-cmn-title-01 {
  margin-top: 60px;
}
  .mod-cmn-title-01 .note {
    float: right;
    margin-top: 5px;
  }
@media screen and (max-width: 750px) {
.box-note-01 + .mod-cmn-title-01 {
  margin-top: 30px;
}
}
/* edit: ttl-cmn-01 type02
---------------------------------------------------------- */
.mod-cmn-title-01 {
  margin-bottom: 35px;
}
  .mod-cmn-title-01 .ttl-cmn-01.type02 {
    padding-bottom: 13px;
  }
@media screen and (max-width: 750px) {
.mod-cmn-title-01 {
  margin-bottom: 17px;
}
  .mod-cmn-title-01 .ttl-cmn-01.type02 {
  padding-bottom: 14px;
  }
}

/* ttl-cmn-03
---------------------------------------------------------- */
.mod-cmn-title-01 .ttl-cmn-03 {
  float: left;
}
/* table-cmn-01
---------------------------------------------------------- */
.table-cmn-01 .row02 {
  background-color: #fcfcfc;
}
.table-cmn-01 .row03 th,
.table-cmn-01 .row04 th {
  border-left: 1px solid #cbcbcb;
}
.table-cmn-01 .col01 {
  width: 14%;
}
.table-cmn-01 .col02 {
  width: 9%;
}
.table-cmn-01 .col03 {
  width: 11%;
}
.table-cmn-01 .col04 {
  width: 30%;
}
.table-cmn-01 .row01 th {
  height: 58px;
  font-size: 18px;
  vertical-align: middle;
}
.table-cmn-01 .row03 th,
.table-cmn-01 .row04 th {
  height: 56px;
}
@media screen and (max-width: 750px) {
.table-cmn-01 .col01 {
  width: 7%;
}
.table-cmn-01 .col02 {
  width: 8%;
}
.table-cmn-01 .col03 {
  width: 12%;
}
.table-cmn-01 .col04 {
  width: 33%;
}
.table-cmn-01 .row01 th {
  height: 45px;
  font-size: 14px;
}
.table-cmn-01 .row03 th,
.table-cmn-01 .row04 th {
  height: 45px;
}
}
/* table-cmn-01-wrap */
.mod-cmn-image-wrap + .table-cmn-01-wrap {
  margin-top: 20px;
  border-top: 1px solid #cbcbcb;
}
/* box-cmn-01
---------------------------------------------------------- */
.box-cmn-01 .search {
  width: 670px;
}
.box-cmn-01 .type {
  margin: 11px 16px 0 0;
}
.box-cmn-01 .box {
  margin: -1px 28px 0 0;
}
@media screen and (max-width: 750px) {
.box-cmn-01 .search {
  width: 100%;
}
.box-cmn-01 .type {
  margin: 11px 0;
}
.box-cmn-01 .box {
  margin: -1px 0 25px 0;
}
}



/****************************************************************************
*
* index.html
*
*****************************************************************************/
/* ==========================================================
 section
========================================================== */
/* sec-index-01
---------------------------------------------------------- */
.sec-index-01 {
  margin-top: 50px;
  line-height: 1.7;
}
  .sec-index-01 .list-description-01,
  .sec-index-01 .ttl-cmn-02 {
    line-height: 1.5;
  }
@media screen and (max-width: 750px) {
.sec-index-01 {
  margin-top: 35px;
  line-height: 1.5;
}
.sec-index-01:first-child { margin-top: 25px;}
}
/* sec-feature
---------------------------------------------------------- */
.sec-feature .btn {
  margin-top: 25px;
}
@media screen and (max-width: 750px) {
.sec-feature .btn {
  margin: 15px 35px 0;
}
}
/* ==========================================================
 grid
========================================================== */
.grid-index-01 {
  margin-left: -40px;
  mt-60
}
  .grid-index-01 .grid {
    float: left;
    margin-left: 40px;
    width: 590px;
  }
  .grid-index-01 .grid:nth-child(odd) {
    clear: left;
  }
/* grid-index-01 in box-border-01 */
.box-border-01 .grid-index-01 {
  margin-left: 0;
}
  .box-border-01 .grid-index-01 .grid {
    margin-left: 0;
    width: 50%;
  }
  .box-border-01 .grid-index-01 .grid:nth-child(odd) {
    padding-right: 40px;
  }
  .box-border-01 .grid-index-01 .grid:nth-child(even) {
    padding-left: 40px;
    border-left: 1px solid #d3d3d3;
  }
@media screen and (max-width: 750px) {
.grid-index-01 {
  margin-left: 0;
}
  .grid-index-01 .grid {
    float: none;
    margin-left: 0;
    width: 100%;
  }
.sec-index-01 .grid + .grid {
  margin-top: 20px;
}
/* grid-index-01 in box-border-01 */
.box-border-01 .grid-index-01 {
}
  .box-border-01 .grid-index-01 .grid {
    width: 100%;
  }
  .box-border-01 .grid-index-01 .grid:nth-child(odd) {
    padding-right: 0;
  }
  .box-border-01 .grid-index-01 .grid:nth-child(even) {
    padding-left: 0;
    border-left: none;
  }
  .box-border-01 .grid-index-01 .grid + .grid {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #d3d3d3;
  }
}
/* :add grid-cmn-02
---------------------------------------------------------- */
.grid-cmn-02.type-m-01 > .col {
    margin: 27px 40px 0 0;
}
.grid-cmn-02.type-m-01 > .col:nth-child(-n+3) {
  margin-top: 0;
}
.grid-cmn-02.type-m-01 > .col:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
.grid-cmn-02.type-m-01 > .col:nth-child(n+2) {
  margin: 15px 0 0 0;
}
}
/* ==========================================================
 box
========================================================== */
/* box-border
---------------------------------------------------------- */
/* wrapper */
.box-border-01-wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  box-sizing: border-box;
}
.box-border-01-wrap + .box-border-01-wrap {
  border-top: none;
}
.box-border-01-wrap:first-child {
  margin-top: 100px;
}
/* box */
.box-border-01 {
  position: relative;
  display: table-cell;
  width: 609px;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  box-sizing: border-box;
  vertical-align: top;
}
.box-border-01-wrap:first-child .box-border-01 {
  vertical-align: middle;
}
.box-border-01.s-w-full {
  width: 100%;
}
  /* box inner */
  .box-border-01-in {
    padding: 39px;
  }
  .box-fitting-01 .box-border-01-in {
    padding-top: 40px;
  }
    /* title */
    .box-border-01-in .title {
      position: absolute;
      top: -23px;
      left: 25px;
    }
    .box-border-01-in .title {
      top: -22px/9;
    }
  /* row */
  .box-border-01 .row {
    padding-bottom: 24px;
  }
  .box-specification-01.s-w-full .row {
    padding-bottom: 30px;
  }
  .box-border-01 .row:last-child { padding-bottom: 0; }
  .box-border-01 .grid-index-01 .row:last-child { padding-bottom: 24px; }
  .box-border-01 .row + .row {
    padding-top: 24px;
    border-top: 1px solid #d3d3d3;
  }
@media screen and (max-width: 750px) {
/* wrapepr */
.box-border-01-wrap {
  display: block;
}
.box-border-01-wrap:first-child {
  margin-top: 10px;
}
/* box */
.box-border-01 {
  display: block;
  width: 100%;
}
  /* box inner */
  .box-border-01-in {
    padding: 20px 15px 25px;
  }
  /* title */
    .box-border-01-in .title {
      top: -1em;
      left: 15px;
    }
  /* row */
  .box-border-01 .row {
    padding-bottom: 16px;
  }
  .box-border-01 .row + .row {
    padding-top: 16px;
  }
  .box-border-01 .grid-index-01 .row:last-child { padding-bottom: 0; }
}
/* box-slider-wrap
---------------------------------------------------------- */
.box-slider-wrap {
  position: relative;
}
.js-slider-01 {
  background-color: #fff;
}
.zoomWindow {
  background-color: #fff;
}
.box-slider-wrap figcaption {
  font-family: "Roboto Condensed";
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
  .box-slider-wrap figcaption .name {
    margin-left: 18px;
    font-size: 14px;
    color: #969696;
  }
@media screen and (max-width: 750px) {
.box-slider-wrap figure {
  padding: 0 40px;
}
  .box-slider-wrap figure figcaption {
    margin: 0 -40px 10px;
  }
}
/* box-slider-wrap type02
---------------------------------------------------------- */
.box-slider-wrap.type02 {
  border: none;
  margin: 10px auto 0;
}
  .box-slider-wrap.type02 figcaption {
    margin-top: 20px;
    text-align: left;
  }
@media screen and (max-width: 750px) {
  .box-slider-wrap.type02 figcaption {
    margin-top: 15px;
    font-size: 13px;
  }
    .box-slider-wrap.type02 figcaption .name {
      font-size: 11px;
    }
}
  /* controller */
  .box-slider-wrap.type02 .bx-wrapper .bx-controls-direction a {
    top: 25%;
  }
@media screen and (max-width: 750px) {
  .box-slider-wrap.type02 .bx-wrapper .bx-controls-direction a {
    top: 20%;
  }
}
/* box-thumbnail-01
---------------------------------------------------------- */
.box-thumbnail-01 {
  padding: 20px 24px 40px;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
.box-thumbnail-01 {
  padding: 60px 15px;
}
}
/* box-thumbnail-02
---------------------------------------------------------- */
.box-thumbnail-02 {
  margin-top: 15px;
  padding: 20px 0 0 0;
  border-top: 1px solid #d3d3d3;
}
@media screen and (max-width: 750px) {
.box-thumbnail-02 {
  margin-top: 0;
  padding-top: 0;
}
}
/* box-specification-01
---------------------------------------------------------- */
.box-specification-01 .list-description-01 li {
  font-size: 14px;
  margin-bottom: 3px;
}
/* box-aboutwh-01
---------------------------------------------------------- */
.box-aboutwh-01 {
  overflow: hidden;
}
  .box-aboutwh-01 .image {
    width: 540px;
    float: left;
    padding: 25px 0 0 79px;
  }
  .box-aboutwh-01 .detail {
    width: 600px;
    margin-left: 59px;
    float: left;
    padding-top: 151px;
  }
    .box-aboutwh-01 .detail .lists {
      overflow: hidden;
      margin-bottom: -20px;
    }
    .box-aboutwh-01 .detail .lists > li {
      float: left;
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 24px;
      vertical-align: middle;
      font-weight: bold;
    }
    .box-aboutwh-01 .detail .lists > li.li01 { min-width: 152px; }
    .box-aboutwh-01 .detail .lists > li.li02 { min-width: 164px; }
    .box-aboutwh-01 .detail .lists > li.li03 { min-width: 144px; }
    .box-aboutwh-01 .detail .lists > li.li04 {}
      .box-aboutwh-01 .detail .icon {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-right: 12px;
      }
        .box-aboutwh-01 .detail .icon img {
          width: 100%;
          height: auto;
        }
@media screen and (max-width: 750px) {
.box-aboutwh-01 {
}
  .box-aboutwh-01 .image {
    width: 100%;
    float: none;
    padding: 13px 0 30px;
  }
  .box-aboutwh-01 .detail {
    width: 100%;
    float: none;
    margin-left: 0;
    padding-top: 0;
  }
    .box-aboutwh-01 .detail .lists {
      overflow: hidden;
      margin-bottom: -20px;
      padding-left: 8.5%;
    }
    .box-aboutwh-01 .detail .lists > li {
      float: left;
      width: 50%;
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 1.5;
      vertical-align: middle;
      font-weight: bold;
    }
    .box-aboutwh-01 .detail .lists > li.li01 { min-width: 0; }
    .box-aboutwh-01 .detail .lists > li.li02 { min-width: 0; }
    .box-aboutwh-01 .detail .lists > li.li03 { min-width: 0; }
    .box-aboutwh-01 .detail .lists > li.li04 { min-width: 0; }
      .box-aboutwh-01 .detail .icon {
        display: inline-block;
        width: 24px;
        margin-right: 7px;
      }
        .box-aboutwh-01 .detail .icon img {
          width: 100%;
          height: auto;
        }
}
@media screen and (max-width: 374px) {
.box-aboutwh-01 .detail .lists {
  padding-left: 0;
}
}
/* box-aboutwh-02
---------------------------------------------------------- */
.box-aboutwh-02 {
  padding-top: 60px;
}
@media screen and (max-width: 750px) {
.box-aboutwh-02 {
  padding-top: 0;
}
}
/* box-aboutwh-03 + list-description-01
---------------------------------------------------------- */
.box-aboutwh-03 {
  background: #f7f7f7;
  padding: 40px 25px;
}
  .box-aboutwh-03 .list-description-01 {
    margin-top: 20px;
  }
    .box-aboutwh-03 .list-description-01 li {
      margin-bottom: 5px;
    }
@media screen and (max-width: 750px) {
.box-aboutwh-03 {
  padding: 27px 30px 20px;
}
  .box-aboutwh-03 .list-description-01 {
    margin-top: 15px;
  }
    .box-aboutwh-03 .list-description-01 li {
      margin-bottom: 5px;
    }
}
/* ==========================================================
 txt
========================================================== */
/* txt-cmn-02 type-02
---------------------------------------------------------- */
.txt-cmn-02.type-02 {
  display: table;
  width: 100%;
}
  .txt-cmn-02.type-02 span {
    display: table-cell;
    padding: 0px 0 0px 15px;
    vertical-align: middle;
    line-height: 1.4;
  }
@media screen and (max-width: 750px) {
.txt-cmn-02.type-02 {
  margin-bottom: 15px;
  padding-bottom: 7px;
}
  .txt-cmn-02.type-02 span {
    padding-left: 14px;
    font-size: 17px;
  }
}
/* txt-insert
---------------------------------------------------------- */
.txt-insert {
  margin: 30px 0;
}
.txt-insert.s-color-red {
  font-weight: bold;
  color: #d50000;
}
@media screen and (max-width: 750px) {
.txt-insert {
  margin: 25px 0;
}
}
/* txt-anotate
---------------------------------------------------------- */
.txt-anotate {
  font-size: 14px;
  line-height: 1.7;
}
  .txt-anotate .item {
    float: left;
  }
  .txt-anotate .anotatetext {
    display: block;
    overflow: hidden;
  }
@media screen and (max-width: 750px) {
.txt-anotate {
  font-size: 14px;
  line-height: 1.7;
}
  .txt-anotate .item {
  }
  .txt-anotate .anotatetext {
    overflow: visible;
  }

}

/* ==========================================================
 list
========================================================== */
/* list-labels-01
---------------------------------------------------------- */
.list-labels-01 {
  margin: -10px 0 0 -7px;
}
  .list-labels-01 li {
    float: left;
    margin: 10px 0 0 7px;
    display: table;
  }
    .list-labels-01 li span {
      display: table-cell;
      width: 127px;
      height: 31px;
      border-radius: 31px;
      background-color: #dfdfdf;
      color: #fff;
      font-weight: bold;
      text-align: center;
      vertical-align: middle;
      font-family: "Roboto Condensed";
      line-height: 1;
    }
    body.rozest .list-labels-01 li.is-active span { background-color: #b01f24; }
    body.direzza .list-labels-01 li.is-active span { background-color: #fdd108; color: #000; }
    body.lofida .list-labels-01 li.is-active span { background-color: #a84f55; }
    body.standard .list-labels-01 li.is-active span { background-color: #3a6b9d; }
    body.fourxfour .list-labels-01 li.is-active span { background-color: #7d6226; }
    body.import .list-labels-01 li.is-active span { background-color: #692f63; }
    .list-labels-01.s-type01 li span {
      width: 102px;
      background-color: #2c2c2c;
    }
    .list-labels-01.s-type01 li.s-large span {
      padding: 0 28px;
      width: auto;
    }
@media screen and (max-width: 750px) {
.list-labels-01 {
  margin: -5px 0 0 -4px;
}
  .list-labels-01 li {
    margin: 5px 0 0 4px;
  }
    .list-labels-01 li span {
      padding-top: 2px;
      width: 67px;
      height: 18px;
      box-sizing: border-box;
      border-radius: 18px;
      font-size: 10px;
    }
    .list-labels-01.s-type01 li span {
      width: 53px;
    }
    .list-labels-01.s-type01 li.s-large span {
      padding: 0 14px;
    }
}
/* ==========================================================
 module
========================================================== */
/* mod-figure-01.type-02
---------------------------------------------------------- */
.mod-figure-01.type-02 {
}
  .mod-figure-01.type-02 img:first-child {
    margin-top: 5px;
  }
  .mod-figure-01.type-02 figcaption {
    margin-top: 25px;
  }
  .mod-figure-01.type-02 figcaption:last-child {
    margin-bottom: 0;
  }
  .mod-figure-01.type-02 figcaption:first-child {
    margin-top: 0;
  }
.mod-figure-01.type-02 + * {
}
@media screen and (max-width: 750px) {
.mod-figure-01.type-02 {
}
  .mod-figure-01.type-02 figcaption {
    margin-top: 15px;
  }
.mod-figure-01.type-02 + * {
}
}

/* about_wh */
/* 01 */
.mod-figure-01.type-02.aboutwh01 {
  padding: 105px 0 0;
}
@media screen and (max-width: 750px) {
  .mod-figure-01.type-02.aboutwh01 {
    padding: 14px 0 14px;
  }
}
/* 02 */
.mod-figure-01.type-02.aboutwh02 {
  padding: 20px 0 55px;
}
@media screen and (max-width: 750px) {
  .mod-figure-01.type-02.aboutwh02 {
    padding: 13px 0 28px;
  }
}

/* mod-icon-description
---------------------------------------------------------- */
.mod-icon-description {
}
  .mod-icon-description .textbox {
    padding-left: 112px;
  }
  .mod-icon-description .icon {
    float: left;
    width: 84px;
  }
    .mod-icon-description .icon img {
      margin-top: 5px;
      width: 100%;
      height: auto;
    }
  .mod-icon-description .list-description-01 {
    line-height: 1.75;
  }
@media screen and (max-width: 750px) {
.mod-icon-description {
}
  .mod-icon-description .textbox {
    padding-left: 105px;
  }
  .mod-icon-description .list-description-01 {
    line-height: 1.5;
  }
}
/* mod-feature-01
---------------------------------------------------------- */
.mod-feature-01 {
}
  .mod-feature-01 .image,
  .mod-feature-01 .text {
    float: left;
    width: 275px;
  }
  .mod-feature-01 .image {
    margin-right: 40px;
  }
    .mod-feature-01 .image img {
      width: 100%;
      height: auto;
    }
  .mod-feature-01 .text {
    line-height: 1.75;
  }
@media screen and (max-width: 750px) {
.mod-feature-01 {
}
  .mod-feature-01 .image,
  .mod-feature-01 .text {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .mod-feature-01 .text {
    font-size: 15px;
  }
  .mod-feature-01 .image + .text {
    margin-top: 14px;
  }
}
/* mod-figure-01
---------------------------------------------------------- */
.mod-figure-01 {
}
  .mod-figure-01 figure {
    text-align: center;
  }
  .mod-figure-01 figcaption {
    margin-bottom: 35px;
  }
.mod-figure-01 + * {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
.mod-figure-01 {
}
  .mod-figure-01 figcaption {
    margin-bottom: 25px;
  }
.mod-figure-01 + * {
  margin-top: 28px;
}
}
/* ==========================================================
 title
========================================================== */
/* ttl-specification-01
---------------------------------------------------------- */
.ttl-specification-01 {
  margin-bottom: 5px;
  color: #2c2c2c;
  font-weight: bold;
  font-size: 20px;
  font-family: "Roboto Condensed";
}
* + .ttl-specification-01 {
  margin-top: 10px;
}

/* ==========================================================
 about_wh knowlegde
========================================================== */
.grid-cmn-01.column-half {}
.grid-cmn-01.column-half .col {
  width: calc(50% - 40px);
}
@media screen and (max-width: 750px) {
  .grid-cmn-01.column-half .col {
    width: auto;
  }
}
.knowledge .grid-cmn-02 .col > * + * {
  margin-top: 20px;
}