@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    otomo_sp.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (max-width: 640px) {
/*------------------------------------------------------------------------------------------
*
*
    max-width: 640px;
*
*
------------------------------------------------------------------------------------------ */
article{
    position: relative;
}

article#sec_banner{
    padding-bottom: 0 !important;
    margin-bottom: 10px !important;
    padding-top: 0;
}

article#sec_banner h3{
    font-family: 'Hiragino UD Sans W6 JIS2004' !important;
    padding: 0 0 10px 0;
    font-size: 12px;
    display: inline-block;
    letter-spacing: .15em;
    color: #666;
    position: relative;
}

article#sec_banner h3:after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #666;
    position: absolute;
    bottom: 0;
    left: 0;
}

section.line:after,
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;
    bottom: 0;
    left: 0;
}



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

#mv:after{
    bottom: 0;
}

#mv img{
    width: 100%;
}

#mv .desc{
    padding: 20px 20px 30px 20px;
    letter-spacing: .025em;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
}

#mv .desc h1{
    margin: 0 0 15px 0;
    font-size: 22px;
}

#mv .desc p{
    font-size: 13px;
    line-height: 1.8666em;
}


/* --------------------------------------------------
*
    #sec_product
*
-------------------------------------------------- */
#sec_product{
    overflow: hidden;
}

#sec_product h2{
    margin: 0 0 15px 0;
    padding: 0 20px;
    font-size: 18px;
    letter-spacing: .025em;
}

#sec_product article{
    padding: 0 0 10px 0;
    margin: 0 0 30px 0;
}

#sec_product article > ul{
    padding: 0 20px;
    letter-spacing: -.40em;
}

#sec_product article > ul > li{
    height: inherit !important;
    margin: 0 0 30px 0;
    opacity: 0;
    padding: 20px 0 0 0;
    display: block;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    letter-spacing: normal;
    vertical-align: top;
    position: relative;
}

#sec_product .company{
    font-family: 'Hiragino UD Sans W6 JIS2004' !important;
    margin: 5px 0 7px 0;
    font-size: 12px;
}

#sec_product h3{
    margin: 0 0 10px 0;
    font-family: 'Hiragino UD Sans W6 JIS2004' !important;
    font-size: 15px;
    letter-spacing: .05em;
    line-height: 1.5em;
}

#sec_product h3 .s{
    font-size: 13px;
    text-indent: -.5em;
    line-height: 1.8em;
    display: block;
}

#sec_product .price{
    margin: 0 0 25px 0;
    font-size: 15px;
    letter-spacing: .05em;
}

#sec_product .price .s{
    font-size: 12px;
}

#sec_product .pic{
    text-align: center;
    margin: 0 0 20px 0;
}

#sec_product .pic img{
    width: 100%;
    max-width: 360px;
    cursor: pointer;
    transition: opacity .1s ease .0s;
}

#sec_product .pic img:hover{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

#sec_product .desc{
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 1.6428em;
    letter-spacing: .025em;
    color: #666;
}

#sec_product .sec_cart{
    width: 100%;
}

#sec_product .sec_cart ul{
    max-width: 320px;
    margin: 0 auto;
    letter-spacing: -.40em;
    text-align: center;
}

#sec_product .sec_cart li{
    width: 33.333%;
    color: #000;
    font-size: 15px;
    letter-spacing: normal;
    display: inline-block;
}

#sec_product .sec_cart li h5{
    margin: 0 0 10px 0;
    text-align: center;
}

#sec_product .sec_cart li a{
    width: 70px;
    height: 35px;
    font-size: 0;
    text-indent: -9999em;
    display: inline-block;
    background-color: #d15a24;
    background-image:url(../images/parts_ico_cart_s.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px;
    border-radius: 35px;
    transition: background .1s ease .0s;
}

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

#sec_product .btn_cart{
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

#sec_product .btn_cart a{
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    display: block;
    background-color: #d15a24;
    border-radius: 35px;
    transition: background .1s ease .0s;
}

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

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

#sec_product .btn_cart .stock{
    width: 100%;
    margin: 5px 0 0 0;
    font-size: 12px;
    color: #666;
    display: block;
}

#sec_product article li.song{
    width: 100%;
    margin-bottom: 20px;
    opacity: 1 !important;
    height: auto !important;
    padding-bottom: 10px !important;
}

#sec_product article li .btn_player{
    margin: 30px 0 40px 0;
}
    
#sec_product li.song .desc h4{
    margin: 30px 0 15px 0;
    font-family: 'Hiragino UD Sans W6 JIS2004' !important;
    font-size: 15px;
}

#sec_product li.song .desc:last-child{
    margin: 0 0 0 0;
}

#sec_product li.song .desc p{
    margin: 0 0 20px 0;
    font-size: 13px;
    line-height: 1.6428em;
    letter-spacing: .025em;
    color: #666;
}

#sec_product li.song .desc p:last-child{
    margin: 0 !important;
}

#sec_product li.song .desc p a{
    color: #009ddb;
}

.is_sp #sec_product li.song p a.touch,
.is_pc #sec_product li.song p a:hover{
    text-decoration: underline;
}

#sec_product .cart_try{
    width: 100%;
    max-width: 280px;
    margin: 0 auto 15px auto;
    text-align: center;
}

#sec_product .cart_try a{
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #666;
    font-size: 14px;
    display: block;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 35px;
    transition: border .1s ease .0s, color .1s ease .0s;
}

.is_pc #sec_product .cart_try a:hover,
.is_sp #sec_product .cart_try a.touch{
    border-color: #009ddb;
    color: #009ddb;
    transition: border .15s ease .05s, color .15s ease .05s;
}

#sec_product .cart_try a#stop{
    display: none;
}


/* --------------------------------------------------
*
    #modal
*
-------------------------------------------------- */
#modal{
    width: 100%;
    height: 100%;
    visibility: hidden;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 65535;
}

#modal_inner{
    margin: 0 20px;
    padding: 80px 0;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    background-color: #fff;
    text-align: left;
    position: relative;
    top: 0;
    z-index: 2;
}

#modal_data{
    padding: 0 20px;
}

#modal_data img{
    width: 100%;
    max-width: 420px;
    height: auto;
}

#modal .overlay{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

#modal .btn_close{
    width: 30px;
    height: 30px;
    background-image:url(../images/parts_modal_close.png);
    background-repeat: no-repeat;
    background-size: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    cursor: pointer;
    transition: opacity .1s ease;
}

#modal .btn_close:hover{
    opacity: .7;
    -ms-filter: "alpha(opacity=70)";
}

#modal_data{
    text-align: center;
}


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