@charset "UTF-8";
/*------------------------------------------------------------------------------------------
*
*
    product_sp.css
    -> SP
*
*
------------------------------------------------------------------------------------------ */

@media screen and (max-width : 640px){ 
/*------------------------------------------------------------------------------------------
*
*
    max-width : 640px
        for SP
*
*
------------------------------------------------------------------------------------------ */

/* --------------------------------------------------
*
    #main_visual
*
-------------------------------------------------- */
#main_visual{
    margin: 0 0 30px 0;
}

#main_visual img{
    width: 100%;
    height: auto;
}

#main_visual .visual_slider_thumb{
    display: none;
}

/* --------------------------------------------------
*
    #section_product
*
-------------------------------------------------- */
#section_product .section_inner{
    margin: 0 auto;
    padding: 0 0 10px 0;
    overflow: hidden;
}

#section_product h2{
    margin: 0 15px 20px 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #979b9e;
    font-size: 28px;
    letter-spacing: .1em;
}
#otameshi #section_product h2{
    margin: 0 15px 20px 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #979b9e;
    font-size: 23px;
	line-height:1.4em;
    letter-spacing: .1em;
}

#section_product h2 .sub{
    margin: 7px 0 0 5px;
    display: block;
    font-size: 15px;
    color: #848484;
}
#section_product h2 .onsale{
    margin: 7px 0 0px;
    display: block;
    font-size: 18px;
    color: #FF429E;
	line-height:1.4em;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#otameshi #section_product h2 .sub{
    margin: 7px 0 0 5px;
    display: block;
    font-size: 15px;
    color: #848484;
    line-height: 0;
    padding-bottom: 10px;
}
#section_product .manga_link{
	display: inline-block;
	font-size: 15px;
	color: #FF0000;
	transition: opacity .1s ease;
	padding:0 0 30px;
	margin-top:-10px;
}
#section_product .desc{
    margin: 0 0 20px 0;
    padding: 0 15px;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: .1em;
    display: block;
}

#section_product .row_price{
    padding: 0 15px;
    margin: 0 0 20px 0;
    text-align: left;
    font-size: 23px;
    letter-spacing: .05em;
}

#section_product .row_price .notes{
    margin: 0 0 0 5px;
    font-size: 12px;
    letter-spacing: 0;
}

#section_product .btn_list{
    margin: 0 0 20px 0;
    text-align: center;
}

#section_product .btn{
    display: inline-block;
    text-align: center;
    vertical-align: top;
    position: relative;
	margin-left:10px;
}

#section_product .btn a{
    transition: opacity .1s ease;
}

#section_product .cart{
    margin: 0 0 40px 0;
	text-align:left;
}

#section_product .cart span.stock{
    width: 100%;
    text-align: center;
    font-size: 12px;
    display: block;
    color: #ff1e46;
    position: absolute;
    left: 0;
    bottom: -16px;
}

#section_product .cart a{
    width: 120px;
    height: 33px;
    text-align: center;
    display: inline-block;
    line-height: 31px;
    font-size: 13px;
    border-radius: 17px;
    background-color: #ffc300;
    color: #fff;
    transition: opacity .1s ease;
}

#section_product .cart.sold a{
    background-color: #909497; opacity: 1 !important; cursor: default !important;
}

#section_product .btn a:hover{ opacity: .7;}

#section_product .btn_attention a{
    width: 165px;
    height: 33px;
    text-align: center;
    display: inline-block;
    line-height: 31px;
    font-size: 13px;
    border-radius: 17px;
    background-color: #909497;
    color: #fff;
    transition: opacity .1s ease;
}
#section_product .btn_otameshi{
    width: 100px;
    height: 33px;
    text-align: center;
    display: inline-block;
    line-height: 31px;
    font-size: 13px;
    border-radius: 17px;
    background-color: #ffc300;
    color: #fff;
    transition: opacity .1s ease;
}
#section_product .col_right{
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

#section_product .col_right h4{
}

#section_product .col_right .img{
    text-align: center;
    margin: 0 0 10px 0;
}

#section_product .col_right img{
    width: 100%;
    max-width: 320px;
    height: auto;
}
#section_product .col_right .manga img{
	padding-bottom:30px;
}
#section_product .col_right .desc{
    padding: 0 5px; 
    font-size: 13px;
    letter-spacing: .1em;
    line-height: 1.857em;
}


/* --------------------------------------------------
*
    #section_calendar
*
-------------------------------------------------- */
#section_calendar{
    clear: both;
    padding: 25px 0 20px 0;
    background-image:url(../images/parts_bg_gray.png);
    color: #fff;
}

#section_calendar .section_inner{
    letter-spacing: -.40em;
    margin: 0 auto;
    position: relative;
}

#section_calendar h3{
    margin: 0 15px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 1.6em;
    letter-spacing: .025em;
    border-bottom: 1px solid #d6d7d9;
}

#section_calendar h3 .small{
    font-size: 13px;
    display: block;
}

#section_calendar .calendar_slider{
    padding: 40px 0 0 0;
    letter-spacing: normal;
    vertical-align: top;
    opacity: 0;
    position: relative;
}

#section_calendar .calendar_slider img{
    width: 100%;
    height: auto;
}

#section_calendar .calendar_slider .desc{
    padding: 0 15px;
    font-size: 13px;
    line-height: 1.8em;
    position: relative;
}

#section_calendar .calendar_slider .desc br.sp{
    display: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
}


#section_calendar .calendar_slider_nav{
    padding: 20px 15px 0 15px;
    font-size: 12px;
    letter-spacing: .1em;
    opacity: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#section_calendar .calendar_slider_nav li{
    padding: 0 0 0 8px;
    margin: 0 0 10px 0;
    cursor: pointer;
    border-left: 1px solid #fff;
    display: inline-block;
}

#section_calendar .calendar_slider_nav li:hover,
#section_calendar .calendar_slider_nav .current{ color: #fff100; border-color: #fff100;}

#section_calendar .calendar_slider_nav li:hover li,
#section_calendar .calendar_slider_nav .current li{ color: #fff;}

#section_calendar .calendar_slider_nav li li{
    font-size: 12px;
}

#section_calendar .calendar_slider_nav li li:hover,
#section_calendar .calendar_slider_nav li li.current{
    color: #fff100 !important;
}

#section_calendar .calendar_slider_nav li ul{
    max-width: 290px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    bottom: -40px;
    left: 15px;
    z-index: 2;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#section_calendar .calendar_slider_nav li ul li{
    width: 48px;
    margin: 0;
    padding: 3px 6px 3px 7px;
    box-sizing: border-box;
    text-align: center;
    border: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    border-top: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    border-bottom: 0;
}

#section_calendar .calendar_slider_nav li ul li:hover,
#section_calendar .calendar_slider_nav li ul li.current{
    color: #000 !important;
    background-color:#fff;
}




/* --------------------------------------------------
*
    #section_info
*
-------------------------------------------------- */
#section_info{
    background-image:url(../images/parts_bg.png);
}

#section_info .section_inner{

    margin: 0 auto;
}

#section_info li{
    margin: 0 15px;
    padding: 25px 0 30px 0;
    border-bottom: 1px dashed #808284;
    overflow: hidden;
    position: relative;
}

#section_info li:last-child{
    border: none;
}

#section_info h3{
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 1.7em;
    letter-spacing: .1em;
}

#section_info .col_left{
    margin: 0 0 20px 0;
}

#section_info .col_left p{
    margin: 0 0 15px 0;
    font-size: 15px;
    line-height: 2em;
    letter-spacing: .085em;
}

#section_info .col_left p:last-child{
    margin: 0;
}

#section_info .col_left .caution{
    margin: -5px 0 0 0 !important;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 12px;
    color: #7E8082;
    line-height: 1.769em;
    letter-spacing: .1em;
}

#section_info li .img{
    margin: 0 0 30px 0;
    text-align: center;
    right: 0;
}

#section_info li .img:last-child{
    margin: 0;
}

#section_info li .img img{
    width: 100%;
    max-width: 420px;
    height: auto;
}

#section_info li .badge img{
    width: 60%;
    max-width: 320px;
    margin: 0 auto;
}

#section_info li .img .caption{
    margin: 10px 0 0 0;
    font-size: 13px;
    text-align: right;
    display: block;
}


/* --------------------------------------------------
*
    #section_detail
*
-------------------------------------------------- */
#section_detail{
    margin: 0 0 10px 0;
    padding: 30px 0 0 0;
}
#otameshi #section_detail{
    margin: 0 0 10px 0;
    padding: 30px 0 0 0;
    background-image: url(../images/parts_bg.png);
}
#section_detail .section_inner{
    padding: 0 15px;
    margin: 0 auto;
    overflow: hidden;
}

#section_detail .col_left,
#section_detail .col_right{

}

#section_detail h4{
    clear: both;
    margin: 0 0 25px 0;
    font-size: 16px;
    letter-spacing: .115em;
}

#section_detail h4 .bd{
    padding-bottom: 8px;
    border-bottom: 1px solid #767574;
    display: inline-block;
}

#section_detail dl{
    overflow: hidden;
}

#section_detail dt{
    clear: both;
    margin: 0 0 10px 0;
    width: 120px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    letter-spacing: .2em;
    display: inline-block;
    color: #fff;
}

#section_detail dt .bg{
    padding: 1px 8px 0 10px;
    display: inline-block;
    background-color: #909497;
    border-radius: 10px;
    text-align: center;
}

#section_detail dd{
    margin: 0 0 25px 0;
    font-size: 13px;
    line-height: 1.692em;
    display: block;
}

#section_lineup{
}

}