@charset "UTF-8";
/*------------------------------------------------------------------------------------------
*
*
    product_pc.css
*
*
------------------------------------------------------------------------------------------ */
.home_br_sp {
  display: none; }

@media screen and (min-width: 641px) {
  /*------------------------------------------------------------------------------------------
  *
  *
      min-width : 641px
  *
  *
  ------------------------------------------------------------------------------------------ */
  .sp_cart_ico {
    display: none; }

  .nowrap {
    white-space: nowrap; }

  /* --------------------------------------------------
  *
      #section_product
  *
  -------------------------------------------------- */
  #section_product {
    width: 840px;
    padding: 0 0 60px 0;
    margin: 0 auto 55px auto;
    background-color: #fff;
    box-sizing: border-box;
    color: #000; }

  #pic_slider {
    width: 100%;
    overflow: hidden; }

  #pic_slider .slick-dots {
    position: absolute !important; }

  /* --------------------------------------------------
  *
      #section_desc
  *
  -------------------------------------------------- */
  #section_desc {
    padding: 10px 30px 40px 60px;
    overflow: hidden; }

  #section_desc .col_left {
    width: 450px;
    float: left; }

  #section_desc .col_right {
    width: auto;
    float: right; }

  #section_desc .logo {
    margin: 0 0 5px 0; }

  #section_desc .logo img {
    width: 130px;
    height: auto; }

  #section_desc h2 {
    margin: 0 0 25px 0;
    font-size: 30px;
    letter-spacing: .1em;
    line-height: 1.6em; }

  #section_desc .desc p {
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 2em; }

  #section_desc .desc_ex h4 {
    font-size: 120%;
    margin: 60px 0 35px 0; }

  #section_desc .desc_ex p {
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 2em; }

  #section_desc .desc_ex .notes {
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em; }

  /* --------------------------------------------------
  *
      #product_list
  *
  -------------------------------------------------- */
  #product_list {
    text-align: center; }

  #product_list li {
    margin: 0 0 20px 0; }

  #product_list .pic {
    margin: 0 0 10px 0; }

  #product_list .pic img {
    width: 180px;
    height: auto; }

  #product_list h3 {
    margin: 0 0 0 0;
    font-size: 17px;
    letter-spacing: .1em; }

  #product_list h3 .s {
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: 1.8em;
    display: inline-block; }

  #product_list .sub {
    display: block;
    margin: 8px 0 15px 0;
    font-size: 16px;
    letter-spacing: 0; }

  #product_list .price1 {
    margin: 0 0 15px 0;
    font-size: 14px; }

  #product_list .price_s {
    font-size: 85%; }

  #product_list .shipping {
    margin: 2px 0 10px 0;
    font-size: 12px;
    color: #999; }

  #product_list .stock {
    font-size: 12px;
    letter-spacing: .1em;
    color: #f15a24; }

  #product_list .cart .btn {
    margin: 0 0 6px 0;
    display: inline-block; }

  #product_list .cart .btn a img {
    width: 165px;
    height: auto;
    transition: opacity .1s ease; }

  #product_list .cart.sold .btn a img {
    display: none; }

  #product_list .cart .btn a:hover img {
    opacity: .7; }

  #product_list .cart.sold .btn {
    width: 165px;
    height: 28px;
    background-image: url(../images/btn_cart_sold.png);
    background-repeat: no-repeat;
    background-size: 165px; }

  #product_list li ul {
    margin: 30px 0 0 0; }

  #product_list li ul li .key {
    font-family: 'こぶりなゴシック W3 JIS2004','游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    margin: 0 0 5px 0;
    font-size: 13px; }

  #product_list li ul li .stock {
    margin: 0 0 25px 0; }

  #product_list .coming {
    font-size: 12px;
    color: #f15a24; }

  /* --------------------------------------------------
  *
      #section_size
  *
  -------------------------------------------------- */
  #section_size {
    clear: both;
    padding: 20px 0 20px 40px;
    background-color: #f2f2f2;
    overflow: hidden; }
    #section_size .img {
      display: block; }
      #section_size .img .s {
        font-size: 12px;
        display: block;
        text-align: left;
        margin-bottom: 5px; }
      #section_size .img .i {
        display: block;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px dashed #aaa; }
        #section_size .img .i:last-child {
          margin-bottom: 0;
          border: none; }

  #section_size dl {
    font-size: 12px;
    line-height: 2em; }

  #section_size dd {
    margin: 0 0 10px 0; }

  #section_size .img {
    width: 320px;
    float: left;
    padding: 0 60px 0 0; }

  #section_size .col_left {
    width: 200px;
    float: left;
    padding: 20px 0 0 0; }

  #section_size .col_right {
    width: 200px;
    float: left;
    padding: 20px 20px 0 0;
    box-sizing: border-box; }

  #section_size .img img {
    width: 320px;
    height: auto; }

  #section_size dd dl {
    overflow: hidden; }

  #section_size dd dt {
    width: 40px;
    clear: both;
    float: left !important;
    white-space: nowrap; }

  #section_size dd dd {
    width: 180px;
    float: left !important; }

  #section_size dd .caution {
    display: block;
    font-size: 90%;
    color: #f15a24; }

  .is_sp #section_size a.touch,
  .is_pc #section_size a:hover {
    text-decoration: underline; }

  /* --------------------------------------------------
  *
      #product_btm_nav
  *
  -------------------------------------------------- */
  #product_btm_nav {
    clear: both;
    padding: 45px 0 0 0;
    margin: 0 0 30px 0;
    text-align: center; }

  #product_btm_nav h3 {
    margin: 0 0 25px 0; }

  #product_btm_nav h3 img {
    width: 187px;
    height: auto; }

  #product_btm_nav li .pic {
    margin: 0 0 10px 0;
    position: relative; }

  #product_btm_nav li.sold .pic:after {
    content: '';
    display: block;
    width: 55px;
    height: 55px;
    background-image: url(../images/parts_ico_badge_sold.png);
    background-repeat: no-repeat;
    background-size: 55px;
    position: absolute;
    left: 5px;
    bottom: 5px; }

  #product_btm_nav ul {
    max-width: 70%;
    margin: 0 auto;
    padding: 0 0px;
    box-sizing: border-box;
    letter-spacing: -.40em;
    text-align: center; }

  #product_btm_nav li {
    width: 16.666%;
    margin: 0 0 15px 0;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    text-align: center; }

  #product_btm_nav li .home_br_sp {
    display: block; }

  #product_btm_nav li a {
    display: block;
    transition: all .1s ease; }

  .is_sp #product_btm_nav li a.touch img,
  .is_pc #product_btm_nav li a:hover img {
    transform: scale(1.05); }

  #product_btm_nav li .name {
    font-size: 11px;
    opacity: 0;
    line-height: 1.4em;
    transition: all .2s ease;
    position: relative;
    left: 0;
    bottom: 5px;
    display: none !important; }

  #product_btm_nav li .name .s {
    display: block;
    white-space: nowrap; }

  .is_sp #product_btm_nav li a.touch .name,
  .is_pc #product_btm_nav li a:hover .name {
    opacity: 1;
    bottom: 0; }

  #product_btm_nav li img {
    width: 105px;
    height: auto;
    transition: all .1s ease; } }
/* ----- min-width : 641px ----- */
