@charset "utf-8";
/*
//
// products style css / Updating 27.03.2018
// /products/sl1000r/
//
*/
/*--------------------
common
--------------------*/
#sl1000r img {
  width: 100%;
}
.sectionTitle {
  font-family: 'DIN Regular';
  font-size: 36px;
  padding: 60px 0 20px;
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 50px;
}
.sectionTitle span {
  font-size: 16px;
  padding-left: 10px;
}
.sectionLead {
  font-size: 110%;
  line-height: 200%;
}
.inContents p {
  font-size: 12px;
  /* font-size: 110%; */
  line-height: 200%;
}
.pc-only {
  display: block;
}
.tb-only {
  display: none;
}
.sp-only {
  display: none;
}
@media only screen and (max-width:768px) {
  .pc-only {
    display: none;
  }
  .tb-only {
    display: block;
  }
}
@media only screen and (max-width:640px) {
  .sectionTitle {
    font-size: 26px;
    padding: 10% 0 3%;
    margin-bottom: 5%;
  }
  .sectionTitle span {
    font-size: 13px;
    padding-left: 8px;
  }
  .inContents p {
    font-size: 110%;
    line-height: 170%;
  }
  .pc-only{
    display: none;
  }
  .tb-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/*--------------------
.kvArea
--------------------*/
.kvArea {
  position: relative;
  width: 100%;
  margin-bottom: 70px;
}
.kvArea figure {
  margin:0;
}
.kvArea .onSlash {
  bottom: -25px;
  left: 50%;
  margin-left: -19px;
  position: absolute;
}

@media only screen and (min-width:976px) {

  .product-nav .nav-list.sm-size li a {
    font-size: 12px;
  }


}



@media only screen and (max-width:640px) {
  .kvArea {
    margin-bottom: 10%;
  }
  .kvArea .onSlash {
    bottom: -12px;
    margin-left: -9px;
    width: 18px;
  }
}
/*--------------------
#lead
--------------------*/
.lead {
    margin-bottom: 40px;
}
.mainTtl {
  max-width: 793px;
  margin: 0 auto;
}
.mainLead {
  margin: 30px auto 4%;
  font-size: 170%;
  text-align: center;
  line-height: 1.8;
}
.mainLead_content {
  text-align: center;
}
p.mainLead_note {
  text-align: right;
  font-size: 100%;
}
@media only screen and (max-width:640px) {
  .mainTtl {
    width: 85%;
    max-width: 416px;
  }
  .mainLead {
    font-size: 16px;
  }
  p.mainLead_note {
    text-align: left;
    margin: 0 15px 30px;
  }
  .mainLead_content {
    text-align: left;
    margin: 0 15px 30px;
  }
}
/*--------------------
.concept
--------------------*/
.inContents p.concept_products {
  line-height: 1.6;
}
.inContents p.concept_products_note {
  font-size: 100%;
}
/*--------------------
.tabAcc
--------------------*/
.tabAcc {
    cursor:pointer;
}
.tabAcc .inner {
    position: relative;
    width: 100%;
}
.tabAcc .inner .tab_name {
    left: 10%;
    position: absolute;
    top: 17%;
    width: 80%;
}
.tabAcc .inner .tab_name span {
    display: block;
    font-size: 140%;
    line-height: 150%;
}
.lisrArrow {
  display: none;
  line-height: 0;
  position: relative;
  text-align: center;
  top: 1px;
  width: 20px;
  margin: 0 auto;
}
.tabContent {
    display:none;
    clear:both;
    padding:40px;
    border: 1px solid #dfdfdf;
    margin-bottom:15px;
}
.tabContent .inner .col1-resp,
.tabContent .inner .col2-resp,
.tabContent .inner .col3-resp {
  margin-top: 30px;
  margin-bottom: 0;
}
.tabContent .tabTitle p {
    font-size:120%;
}
.tabContent .tabTitle h2 {
    font-size: 200%;
    line-height: 160%;
}
.tabContent .tabTitle span {
    font-size: 80%;
}
.tabContent .inner .col1-resp p,
.tabContent .inner .col2-resp p,
.tabContent .inner .col3-resp p {
    font-size:110%;
    line-height:200%;
}
.col2-resp .co2-l {
  width: 65.8%;
}
.col2-resp .co2-s {
    width: 32%;
}
#sl1000r .content_note {
  font-size: 100%;
}
@media only screen and (max-width:840px) {
  .tabAcc .inner .tab_name {
      left: 5%;
      top: 10%;
      width: 90%;
  }
  .tabAcc .inner .tab_name span {
      font-size: 110%;
      line-height: 140%;
      margin: 5px 0 0;
  }
}
@media only screen and (max-width:640px) {
  .col1-resp {
      margin-top: 20px;
  }
  #sl1000r .col3-resp .co3-1,
  #sl1000r .col3-resp .co3-2,
  #sl1000r .col3-resp .co3-3 {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  #sl1000r .col2-resp .co2-1,
  #sl1000r .col2-resp .co2-2 {
    float: none;
    width: 100%;
    margin: 0;
  }
  #sl1000r .col2-resp .co2-1 {
    margin: 0 0 20px;
  }
  .tabContainer {
      margin-bottom: 0;
  }
  .tabContent .inner .col1-resp,
  .tabContent .inner .col2-resp,
  .tabContent .inner .col3-resp,
  .tabContent .inner .col4-resp {
      margin: 10px 0 0;
  }
  .tabContent .inner .col1-resp p,
  .tabContent .inner .col2-resp p,
  .tabContent .inner .col3-resp p,
  .tabContent .inner .col4-resp p {
      line-height: 160%;
  }
  .tabAcc,
  .tabContent {
      background: #efefef;
      border: none;
  }
  #sl1000r .tabAcc {
      margin: 1px 0 0;
  }
  #sl1000r .tabAcc .inner .tab_name {
      overflow: hidden;
      padding: 20px;
      position: static;
      width: auto;
      background: url(/products/common/images/sp_open.png) 93% center no-repeat;
      background-size: 4% auto;
  }
  #sl1000r .tab_active .inner .tab_name {
      background: url(/products/common/images/sp_close.png) 93% center no-repeat;
      background-size: 4% auto;
  }
  #sl1000r .tabAcc .inner .tab_name span {
      float: right;
      margin: 0;
      padding: 0 21% 0 0;
      width: 80%;
  }
  #sl1000r .lisrArrow {
      display: none !important;
  }
  #sl1000r .tabContent {
      padding: 0 10px 10px;
      margin-bottom: 0;
  }
  #sl1000r .tabContent .inner {
      padding: 10px;
      background: #ffffff;
  }
  #sl1000r .tabAcc .inner .listBc {
      display: none;
  }
  #sl1000r .tabContent .tabTitle h2 {
      font-size: 150%;
  }
}

/*--------------------
.sl1000r
--------------------*/
.col3-resp{
    margin-bottom: 15px;
}
.toneArm_table {
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  margin-bottom: 5px;
}
.toneArm_table tr {
  border-top: 1px solid #666;
  width: 100%;
}
.toneArm_table td,
.toneArm_table th {
  border-right: 1px solid #666;
  vertical-align: middle;
  padding: 1px 10px;
}
.toneArm_table th {
  background-color: #f2f2f2;
  font-size: 13px;
  padding: 2px 10px;
}
.th_price {
  text-align: center;
}
.center {
  text-align: center;
}
@media only screen and (max-width:640px) {
  .col3-resp{
      margin-bottom: 0;
  }
  .toneArm_table td,
  .toneArm_table th {
    padding: 0 5px;
    font-size: 10px;
    line-height: 1.5;
  }
  .toneArm_table th {
    font-size: 11px;
  }
  .toneArm_table .th_models {
    width: 23%;
  }
  .toneArm_table .th_price {
    width: 19%;
  }
}
/*--------------------
#specification
--------------------*/
.specification_detail dl.detail {
  width: 45%;
  float: left;
}
.specification_detail .price_detail {
  width: 50.163%;
  float: right;
}
p.specificationTtl {
  font-size: 150%;
  font-weight: bold;
}
.specification_detail dt {
  display:inline;
  border-bottom:1px solid #E0E0E0;
  padding-bottom:5px;
}
.specification_detail dt span {
  border-left:3px solid #B2B2B2;
  padding:0 0 0 7px;
  font-size: 140%;
  line-height: 200%;
}
.specification_detail dd {
  margin: 10px 0 25px;
}
.specification_detail .price_detail .products_name {
  font-size: 300%;
  font-family: 'DIN Regular';
  line-height: 1;
}
.specification_detail .price_detail .products_name span {
  font-size: 16.2px;
}
.specification_detail .price_detail .price {
  margin: 10px 0 0;
  font-size: 130%;
  width: 100%;
  max-width: 621px;
  line-height: 1;
}
.specification_detail .price_detail .price_detail_note {
  font-size: 100%;
  line-height: 1;
}
.vgpmark {
  margin: 10% 0;
}
.vgpmark li+li {
  margin-top: 5%;
}
.vgpmark li img {
/*  width: 72%;*/
  max-width: 350px;
}
@media only screen and (max-width:640px) {
  .specification_detail {
    margin: 13px 0 0;
  }
  .specification_detail dl.detail,
  .specification_detail .price_detail,
  .specification_detail .price_detail .price,
  .specification_detail .price_detail figure {
    width: 100%;
    float: none;
    max-width: 100%;
  }
  .specification_detail dt {
    border-bottom: none;
  }
  .specification_detail dt span {
    font-size: 125%;
  }
  .specification_detail .detail dd {
      font-size: 83%;
      line-height: 160%;
      margin: 0 0 15px;
      padding: 0 0 10px;
      border-bottom: 1px dashed #cbcbcb;
  }
  .specification_detail .price_detail {
      margin: 30px 0 0;
  }
  .specification_detail .price_detail .products_name {
      text-align: center;
      margin-top: 60px;
  }
  .specification_detail .price_detail .price {
      font-size: 110%;
      margin: 1% 0 0 0;
      text-align: center;
      margin-bottom: 10%;
  }
  .specification_detail .price_detail .col1-resp {
      margin: 0;
  }
  #sl1000r .specification_img {
      margin-bottom: 0;
  }
  p.specificationTtl {
    font-size: 135%;
    font-weight: bold;
  }
    .vgpmark {
      margin-top: 10%;
      padding: 0 10%;
    }
    .vgpmark li img {
      width: 100%;
    }
}
/*--------------------
.notes
--------------------*/
.notes {
    margin:30px 0 0;
    padding-left: 1.7%;
}
.notes ul li {
    text-indent: -1.7%;
}
.notes ul li:before {
    content: '● ';
}
.notes ul li.asta:before {
    content:'※';
}
/*--------------------
.h2_style
--------------------*/
.h2_style {
    padding: 5% 0 0 4.864%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    line-height: 1;
    border-bottom: none;
    min-height: 138px;
    box-sizing: border-box;
}
#sl1000r .col1-resp .h2_style{
    margin-bottom: 20px;
    margin-top: 45px;
}
.h2_bg01 {
    background-image: url(../images/h2-bg01_pc.jpg);
    color: #666;
}
.h2_bg02 {
    background-image: url(../images/h2-bg02_pc.jpg);
    color: #d2d2d2;
}
.h2_bg03 {
    background-image: url(../images/h2-bg03_pc.jpg);
    color: #666;
}
.h2_bg04 {
    background-image: url(../images/h2-bg04_pc.jpg);
    color: #666;
}
.h2_bg05 {
    background-image: url(../images/h2-bg05_pc.jpg);
    color: #666;
}
.h2_style p {
    font-family: 'DIN Regular';
    font-size: 216%;
    margin-bottom: 5px;
}
@media only screen and (max-width:768px) {
  .h2_style {
      padding: 7% 0 0 4.864%;
  }
}
@media only screen and (max-width:640px) {
  #sl1000r .col1-resp .h2_style {
    margin-top: 20px;
}
  .h2_style {
    padding: 8% 0 5% 6%;
    min-height: 0;
  }
  .h2_bg01 {
      background-image: url(../images/h2-bg01_spn.jpg);
  }
  .h2_bg02 {
      background-image: url(../images/h2-bg02_spn.jpg);
  }
  .h2_bg03 {
      background-image: url(../images/h2-bg03_spn.jpg);
  }
  .h2_bg04 {
      background-image: url(../images/h2-bg04_spn.jpg);
  }
  .h2_bg05 {
      background-image: url(../images/h2-bg05_spn.jpg);
  }
  .h2_style p {
    font-size: 18px;
    margin-bottom: 1.6216%;
  }
  .h2_bg {
    margin: 40px 0 20px;
  }
}
/*--------------------
.other
--------------------*/
#sl1000r img.agel {
    display: inline-block;
    width: 30px;
}
#sl1000r .content_note {
    font-size: 100%;
}
#sl1000r .concept_btn,
#sl1000r .factory_btn {
  width: 100%;
  padding: 0;
  margin: 40px auto 50px;
  border: none;
  background: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#sl1000r .concept_btn {
  max-width: 470px;
}
#sl1000r .factory_btn {
  max-width: 470px;
}
#sl1000r .concept_btn a,
#sl1000r .factory_btn a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    padding: 15px 10px;
    border: 1px solid #666;
    background: #666;
    text-decoration: none;
    display: block;
    text-align: center;
}
#sl1000r .concept_btn a:hover,
#sl1000r .factory_btn a:hover {
    background-color: #999;
    border: 1px solid #999;
}
.bnrArea {
  margin-bottom: 20px;
}
.bnrArea a{
  display: block;
  margin-bottom: 10px;
}
.bnrArea a:last-child{
  margin-bottom: 0;
}
/* .bnrArea a:nth-child(1){
  margin-bottom: 20px;
} */
  @media only screen and (max-width:640px) {
    #sl1000r .concept_btn {
      max-width: 370px;
      width: 100%;
    }
    .concept_btn a {
      font-size: 13px;
    }
    .bnrArea a{
      margin-bottom: 3%;
    }
    /* .bnrArea a:nth-child(1){
      margin-bottom: 20px;
    } */
  }

/*--------------------
.pastModel_ttl
--------------------*/
#sl1000r .support_link:link {
    color: #666;
    text-decoration: underline;
}
#sl1000r .support_link:visited {
    color: #666;
    text-decoration: underline;
}
#sl1000r .support_link:hover {
  opacity: .8;
}

/*--------------------
.sh1000r
--------------------*/

.concept_products span .textColor-red:link {
 color:#FF0000;
 text-decoration: underline;
}
.concept_products span .textColor-red:visited {
  color: #FF0000;
  text-decoration: underline;
}
.concept_products span .textColor-red:hover {
  color: #FF0000;
  opacity: .8;
}

.tabContent .inner .b_to_o {
  padding: 10px 15px;
  margin-right: 15px;
  border: 1px solid #dfdfdf;
}

@media only screen and (max-width:640px) {
  .tabContent .inner .b_to_o {
    display: block;
    margin-bottom: 15px;
    width: 70px;
    text-align: center;
  }
}