@charset "utf-8";

/*------------------------------------------------------------------------------------------
*
*
    index_sp.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (max-width: 640px) {

  /*------------------------------------------------------------------------------------------
*
*
    max-width: 640px;
*
*
------------------------------------------------------------------------------------------ */
  article {
    position: relative;
  }

  article h3 {
    padding: 0 0 10px 0;
    font-size: 12px;
    display: inline-block;
    letter-spacing: .15em;
    position: relative;
  }

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

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

  article.line:before {
    top: 0;
  }

  article.line:after {
    bottom: 0;
  }

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

  #mv img {
    width: 100%
  }

  #mv .badge {
    width: 32%;
    max-width: 194px;
    position: absolute;
    top: -15px;
    right: 5px;
  }

  #mv .badge img {
    width: 100%;
  }

  .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: -29px;
    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 auto 35px auto;
    padding: 0 20px 40px 20px;
    overflow: hidden;
    position: relative;
  }

  #sec_yodogawa:after {
    content: '';
    display: block;
    clear: both;
  }

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

  #sec_yodogawa .col_left p,
  #sec_yodogawa .col_center p {
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: calc(200 / 1000 * 1em);
  }

  #sec_yodogawa .pic img {
    width: 100%;
  }

  /* --------------------------------------------------
*
    #sec_lineup
*
-------------------------------------------------- */
  #sec_lineup {
    margin: 0 auto 30px auto;
    padding: 0 20px;
    position: relative;
  }

  #sec_lineup a {
    display: block;
  }

  #sec_lineup a .img {
    max-width: 360px;
    margin: 0 auto 20px auto;
    padding: 0 45px;
    box-sizing: border-box;
    text-align: center;
    display: block;
    position: relative;
  }

  #sec_lineup a .img:after {
    content: '';
    width: 60px;
    height: 60px;
    display: block;
    background-image: url(../images/parts_ico_circle_arrow.png);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center;
    position: absolute;
    bottom: -5px;
    right: 10px;
    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 30px 0;
  }

  #sec_lineup li {
    margin: 0 0 60px 0;
    letter-spacing: .05em;
  }

  #sec_lineup li h4 {
    margin: 0 0 10px 0;
    font-size: 18px;
  }

  #sec_lineup li .price {
    margin: 0 0 15px 0;
    font-size: 16px;
    display: inline-block;
  }

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

  .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 img {
    width: 100%;
    vertical-align: bottom;
    opacity: 1 !important;
  }

  #sec_lineup li .desc {
    margin: 0 0 20px 0;
  }

  #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;
    display: inline-block;
    font-size: 13px;
    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: 17px;
    white-space: nowrap;
  }

  #sec_lineup .product_otomo .img {
    padding-bottom: 15px;
  }

  .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: #91b4e6;
    transition: color .15s ease .05s;
  }

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


  #sec_lineup .btn_cart {
    text-align: center;
  }

  #sec_lineup .btn_cart a {
    width: 100%;
    max-width: 280px;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    color: #fff;
    background-color: #d35a24;
    font-size: 14px;
    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;
    font-size: 12px;
    color: #666;
    display: block;
  }

  /* --------------------------------------------------
*
    #sec_movie
*
-------------------------------------------------- */
  #sec_movie {
    margin: 0 auto;
    padding: 0 20px 35px 20px;
    position: relative;
  }

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

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

  #btm_information .section_information:first-child h3 {
    margin-top: 30px;
  }

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

}

/* ----- max-width: 640px ----- */