@charset "UTF-8";
/*------------------------------------------------------------------------------------------
*
*
    product_pc.css
    -> PC
*
*
------------------------------------------------------------------------------------------ */

@media screen and (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
        for PC
*
*
------------------------------------------------------------------------------------------ */
.slick-dots{ display: none !important;}
#sp_sub_navigation{ display: none;}
/* --------------------------------------------------
*
    #main_visual
*
-------------------------------------------------- */
#main_visual{
    height: 450px;
    margin: 0 0 35px 0;
}

#main_visual_inner{
    width: 900px;
    margin: 0 auto;
    position: relative;
}

#main_visual .visual_slider{
    width: 810px;
    opacity: 0;
}

#main_visual .visual_slider_thumb{
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
}

#main_visual .visual_slider_thumb li{
    margin: 0 0 14px 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    transition: opacity .1s ease;
    position: relative;
}

#main_visual .visual_slider_thumb li:after{
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background-color: #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .1s ease;
}

#main_visual .visual_slider_thumb li:hover:after{
    opacity: .3;
}

#main_visual .visual_slider_thumb li.current:after{
    opacity: .8;
}



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

#section_product .col_left{ float: left;}

#otameshi #section_product .col_left .img{
	margin-top:50px;
	width:300px;
	height:auto;
}
#otameshi #section_product .col_left .img img{
	width:300px;
	height:auto;
	margin-bottom:0;
}
#section_product .manga_link{
	display: inline-block;
	font-size: 15px;
	color: #FF0000;
	transition: opacity .1s ease;
}
#section_product h2{
    margin: 0 0 30px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #979b9e;
    font-size: 38px;
    letter-spacing: .1em;
}

#section_product h2 .sub{
    margin: 0 0 0 20px;
    font-size: 20px;
    color: #848484;
}
#section_product h2 .onsale{
    margin: 0;
    font-size: 25px;
    color: #FF429E;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#section_product .desc{
    margin: 0 0 25px 0;
    font-size: 18px;
    line-height: 2.111em;
    letter-spacing: .1em;
    display: block;
}

#section_product .row_price{
    margin: 0 0 20px 0;
    font-size: 25px;
    letter-spacing: .05em;
}

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

#section_product .btn{
    display: inline-block;
    vertical-align: top;
    position: relative;
}

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

#section_product .cart{
    margin: 0 10px 0 0;
    position: relative;
}

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

#section_product .cart a{
    width: 150px;
    height: 33px;
    text-align: center;
    display: inline-block;
    line-height: 31px;
    font-size: 15px;
    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: 195px;
    height: 33px;
    text-align: center;
    display: inline-block;
    line-height: 31px;
    font-size: 15px;
    border-radius: 17px;
    background-color: #909497;
    color: #fff;
    transition: opacity .1s ease;
}
#section_product .btn_otameshi{
    width: 150px;
    height: 33px;
    text-align: center;
    display: inline-block;
    line-height: 31px;
    font-size: 15px;
    border-radius: 17px;
    background-color: #ffc300;
    color: #fff;
}

#section_product .col_right{
    width: 266px;
    padding: 10px 0 0 0;
    float: right;
}
#otameshi #section_product .col_right{
	margin-top:-70px;
}

#section_product .col_right .img{
    margin: 0 0 15px 0;
}
#otameshi #section_product .col_right .img{
    margin: 0 0 0 0;
}
#section_product .col_right img{
    width: 266px;
    height: auto;
}
#section_product .manga img{
	padding-top:50px;
}

#section_product .col_right .desc{
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1.857em;
}


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

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

#section_calendar h3{
    padding-bottom: 10px;
    font-size: 26px;
    letter-spacing: .025em;
    border-bottom: 1px solid #d6d7d9;
    white-space: nowrap;
}

#section_calendar h3 .small{
    font-size: 18px;
}

#section_calendar .calendar_slider{
    width: 760px;
    height: 655px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    opacity: 0;
    position: relative;
}

/* kimagure */
#section_calendar.kimagure .calendar_slider{ height: 585px;}

#section_calendar .calendar_slider div{
    padding: 0 0 55px 0;
}

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

#section_calendar .calendar_slider .desc{
    font-size: 14px;
    line-height: 2em;
    letter-spacing: .05em;
    position: relative;
    top: -75px;
    left: 155px;
}

#section_calendar .calendar_slider .nav .desc{
    top: -45px;
}

/* medium */
#section_calendar.medium .calendar_slider .desc{left: 185px;}


#section_calendar .calendar_slider_nav{
    width: 140px;
    padding: 40px 0 0 0;
    font-size: 17px;
    letter-spacing: .1em;
    opacity: 0;
    display: inline-block;
    vertical-align: top;
}

#section_calendar .calendar_slider_nav li{
    padding: 0 0 0 10px;
    margin: 0 0 35px 8px;
    cursor: pointer;
    border-left: 1px solid #fff;
    white-space: nowrap;
}

#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: 15px;
}

#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{
    position: absolute;
    top: 575px;
    left: 300px;
    z-index: 2;
}

/* medium */
#section_calendar.medium .calendar_slider_nav li ul{ left: 295px;}

/* kimagure */
#section_calendar.kimagure .calendar_slider_nav li ul{ top: 505px;}

#section_calendar .calendar_slider_nav li ul li{
    margin: 0;
    padding: 0 11px 0 12px;
    border: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#section_calendar .calendar_slider_nav li ul li:before{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

#section_calendar .calendar_slider_nav li ul li:last-child:after{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}


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

#section_info .section_inner{
    width: 900px;
    margin: 0 auto;
}

#section_info li{
    padding: 60px 0 55px 0;
    border-bottom: 1px dashed #808284;
    overflow: hidden;
    position: relative;
}

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

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

#section_info .col_left{
    width: 500px;
    float: left;
}

#section_info .col_left p{
    margin: 0 0 25px 0;
    font-size: 16px;
    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: 13px;
    color: #7E8082;
    line-height: 1.769em;
    letter-spacing: .1em;
}

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

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

#section_info li .img img{
    width: 400px;
    height: auto;
}

#section_info li .badge img{
    width: 250px;
}

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


/* --------------------------------------------------
*
    #section_detail
*
-------------------------------------------------- */
#section_detail{
    padding: 70px 0 45px 0;
}
#otameshi #section_detail{
    background-image:url(../images/parts_bg.png);
}
#section_detail .section_inner{
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
}

#section_detail .col_left,
#section_detail .col_right{
    width: 450px;
    float: left;
}

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

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

#section_detail dl{
    padding: 30px 0 0 0;
    overflow: hidden;
}

#section_detail dt{
    clear: both;
    width: 120px;
    height: 20px;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    letter-spacing: .2em;
    display: inline-block;
    float: left;
    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{
    width: 330px;
    margin: 0 0 30px 0;
    font-size: 13px;
    line-height: 1.692em;
    float: left;
}


}