@charset "utf-8";

/*------------------------------------------------------------------------------------------
*
*
    index_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px) {

  /*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
  article {
    position: relative;
  }

  article h3 {
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 41px;
    letter-spacing: calc(165 / 1000 * 1em);
    font-family: "Shuei Mincho B";
  }

  article h3:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #2B2B2A;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  article.line:before,
  article.line:after {
    content: '';
    width: 100%;
    height: 16px;
    display: block;
    /*background-image: url(../images/parts_line_stripe_pc.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
  }

  article.line:before {
    top: 0;
  }

  article.line:after {
    bottom: 0;
  }

  /* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
  #mv {
    margin: 0 auto 45px;
    position: relative;
  }

  #mv .badge {
    position: absolute;
    top: -15px;
    right: 15px;
  }

  #mv .badge img {
    width: 194px;
  }

  .img_slider .btn_prev,
  .img_slider .btn_next {
    display: inline-block;
    font-size: 23px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: -33px;
    color: #c8c8c8;
    transition: color .1s ease .0s;
    cursor: pointer;
    z-index: 10;
  }

  .is_pc .img_slider .btn_prev:hover,
  .is_sp .img_slider .btn_prev.touch,
  .is_pc .img_slider .btn_next:hover,
  .is_sp .img_slider .btn_next.touch {
    color: #CD131C;
    transition: color .1s ease .05s;
  }

  .img_slider .btn_prev {
    left: 50%;
  }

  .img_slider .btn_next {
    right: 50%;
  }

  /* --------------------------------------------------
*
    #sec_yodogawa
*
-------------------------------------------------- */
  #sec_yodogawa {
    margin: 0 0 45px 0;
    padding: 0 0 50px 0;
    overflow: hidden;
    position: relative;
  }

  #sec_yodogawa .col_left {
    width: 420px;
    float: left;
  }

  #sec_yodogawa .col_center {
    width: 420px;
    margin: 40px auto 0;
    position: relative;
  }

  #sec_yodogawa .col_right {
    width: 480px;
    margin: 10px 0 0 0;
    float: right;
  }

  #sec_yodogawa h2 {
    margin: 0 0 30px 0;
    font-family: "Shuei Mincho M";
    font-size: 18px;
    line-height: 41px;
    letter-spacing: calc(189 / 1000 * 1em);
  }

  #sec_yodogawa p {
    font-size: 14px;
    line-height: 31px;
    letter-spacing: calc(200 / 1000 * 1em);

  }

  #sec_yodogawa .pic {
    margin: -40px 0 0 0;
  }

  #sec_yodogawa .pic img {
    width: 480px;
  }

  /* --------------------------------------------------
*
    #sec_lineup
*
-------------------------------------------------- */
  #sec_lineup {
    width: 900px;
    margin: 0 auto;
    padding: 0 0 96px 0;
    position: relative;
  }

  #sec_lineup a {
    display: block;
  }

  #sec_lineup a .img {
    display: block;
    position: relative;
  }

  #sec_lineup a .img:after {
    content: '';
    width: 80px;
    height: 80px;
    display: block;
    background-image: url(../images/parts_ico_circle_arrow.png);
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center;
    position: absolute;
    bottom: -25px;
    right: 0;
    transition: transform .1s ease .0s, right .1s ease .0s;
    -webkit-transition: transform .1s ease .0s, right .1s ease .0s;
  }

  #sec_lineup h3 {
    margin: 0 0 35px 0;
  }

  #sec_lineup ul {
    width: 955px;
    display: table;
  }

  #sec_lineup li {
    width: 33.333%;
    padding: 0 55px 0 0;
    display: table-cell;
    letter-spacing: .05em;
  }

  #sec_lineup li h4 {
    margin: 0 0 15px 0;
    transition: color .1s ease .0s;
    font-family: "Shuei Mincho B";
    font-size: 18px;
    letter-spacing: calc(165 / 1000 * 1em);
  }

  #sec_lineup li .price {
    margin: 0 0 15px 0;
    display: inline-block;
    font-family: "Shuei Mincho M";
    font-size: 14px;
  }

  #sec_lineup li .price .s {
    margin: 0 0 0 5px;
    font-size: 0.8em;
  }

  .is_pc #sec_lineup li a:hover .img:after,
  .is_sp #sec_lineup li a.touch .img:after {
    transform: scale(1.1);
    transition: transform .15s ease .05s, right .15s ease .05s;
    -webkit-transition: transform .15s ease .05s, right .15s ease .05s;
  }

  .is_pc #sec_lineup li a:hover h4,
  .is_sp #sec_lineup li a.touch h4 {
    color: #CD131C;
    transition: color .15s ease .05s;
  }

  #sec_lineup li .img {
    margin: 0 0 30px 0;
  }

  #sec_lineup li .img img {
    width: 264px;
    vertical-align: bottom;
    opacity: 1 !important;
  }

  #sec_lineup li .desc {
    min-height: 105px;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: calc(100 / 1000 * 1em);

  }

  #sec_lineup .product_otomo {
    margin: 45px 0 0 0;
    letter-spacing: .05em;
    position: relative;
  }

  #sec_lineup .product_otomo .point {
    margin: 0 0 15px 0;
    padding: 5px 4px 6px 4px;
    display: inline-block;
    font-size: 14px;
    line-height: 1em;
    text-indent: .5em;
    color: #fff;
    background-color: #CD131C;
    border-radius: 3px;
  }

  #sec_lineup .product_otomo h4 {
    margin: 0 0 15px 0;
    font-size: 20px;
    transition: color .1s ease .0s;
  }

  #sec_lineup .product_otomo .desc {
    font-size: 13px;
    line-height: 1.615em;
  }

  #sec_lineup .product_otomo .img {
    padding: 0 35px 0 0;
    position: absolute;
    top: 25px;
    right: 0;
  }

  .is_pc #sec_lineup .product_otomo a:hover .img:after,
  .is_sp #sec_lineup .product_otomo a.touch .img:after {
    transform: scale(1.1);
    transition: transform .15s ease .05s, right .15s ease .05s;
    -webkit-transition: transform .15s ease .05s, right .15s ease .05s;
  }

  .is_pc #sec_lineup .product_otomo a:hover h4,
  .is_sp #sec_lineup .product_otomo a.touch h4 {
    color: #CD131C;
    transition: color .15s ease .05s;
  }

  #sec_lineup .product_otomo .img img {
    width: 100%;
    vertical-align: bottom;
    opacity: 1 !important;
  }

  #sec_lineup .add ul {
    width: 636px;
    margin-top: 100px;
  }

  #sec_lineup .add .desc {
    white-space: nowrap;
  }

  #sec_lineup .btn_cart a {
    width: 245px;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    display: block;
    color: #fff;
    background-color: #d35a24;
    font-size: 16px;
    border-radius: 15px;
    position: relative;
    transition: background .1s ease .0s;
  }

  .is_pc #sec_lineup .btn_cart a:hover,
  .is_sp #sec_lineup .btn_cart a.touch {
    background-color: #c6541c;
    transition: background .15s ease .05s;
  }

  #sec_lineup .btn_cart a.sold {
    background-color: #808080 !important;
    cursor: default;
  }

  #sec_lineup .cart .stock {
    margin: 5px 0 0 0;
    width: 245px;
    text-align: center;
    font-size: 12px;
    color: #666;
    display: block;
  }

  /* --------------------------------------------------
*
    #sec_banner
*
-------------------------------------------------- */
  #sec_banner {
    width: 100%;
    padding: 66px 0;
  }

  /* --------------------------------------------------
*
    #sec_movie
*
-------------------------------------------------- */
  #sec_movie {
    width: 900px;
    margin: 0 auto;
    padding: 0 0 65px 0;
    position: relative;
  }

  #sec_movie h3 {
    margin: 0 0 40px 0;
  }

  #sec_movie iframe {
    max-width: 720px;
    display: block;
    margin: 0 auto;
  }

/* --------------------------------------------------
*
    btm_information
*
-------------------------------------------------- */

  #btm_information .section_information:first-child h3:after {
    background-image: url(../../img/illust_4.png);
    width: 59px;
    height: 47px;
    right: -68px;
  }

}

/* ----- min-width : 641px ----- */