@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    select_item_pc.css
*
*
------------------------------------------------------------------------------------------ */

span.br{ display: block; margin: 0 0 20px 0;}
span.indent{ display: block; text-indent: -1em; padding-left: 1em;}

.onload #wrap, #contents_area{ opacity: 1 !important;}
#contents_inner{ opacity: 0; transition: opacity .6s ease;}
.wf-active #contents_inner{ opacity: 1;}


.s85{ font-size: 85%;}
a.underline{ text-decoration: none;}
.is_sp a.underline.touch,
.is_pc a.underline:hover{ text-decoration: underline;}

/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
#wrap{
    margin: 0 auto;
    display: block !important;
    top: 0 !important;
    position: relative;
    z-index: 1;
}

#wrap,
#header{
    transition: opacity .3s ease;
}

.onload #wrap,
.onload #header{
    opacity: 1;
}

#mov{
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    letter-spacing: 0;
    font-size: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
}

.onload #mov{
    opacity: 1 !important;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: opacity 1.2s ease, transform 1.2s ease;
    -webkit-transition: opacity 1.2s ease, transform 1.2s ease;
}

#mov video{
    position: relative;
}


#bg{
    width: 100%;
    height: 100%;
    min-width: 1000px;
    min-height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center top;
    position: fixed;
    z-index: 0;
    top: 50px;
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transition: opacity 1.5s ease .2s, transform 1.5s ease .2s;
    -webkit-transition: opacity 1.5s ease .2s, transform 1.5s ease .2s;
}

#bg.onload{
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

#bg.end{
    opacity: 0;
}

#bg div,
#bg p{
    width: 100%;
    min-width: 1000px;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    transition: opacity .6s ease .2s, transform 1s ease .2s;
    -webkit-transition: opacity .6s ease .2s,transform 1s ease .2s;
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
}

#bg div{
    opacity: 1;
    z-index: -1 !important;
}

#bg p.on{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: opacity .6s ease, transform 1s ease;
    -webkit-transition: opacity .6s ease,transform 1s ease;
}

.only_tablet #bg,
.only_tablet #bg p,
.only_tablet #bg div{
    height: 100vh;
    min-height: 100vh;
    background-size: cover !important;
}

#bg .b_body{ display: none;}
.d201805 #bg .b_body{ display: block; background-image:url(../images/select/201805/pic_bg.jpg); background-position: center; background-size: cover; background-color: #FFFAF4;}
.d201807 #bg .b_body{ display: block; background-image:url(../images/select/201807/pic_bg.jpg); background-position: center; background-size: cover; background-color: #FFFAF4;}

#select_title{
    width: 100%;
    padding: 90px 0 0 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

#select_title h1{
    margin: 0 0 40px 0;
}

#select_title h1 img{ width: 405px;}
#select_title .month img{ width: auto; height: 50px;}
.d201806 #select_title .month img{ width: auto; height: 81px;}
.d201810 #select_title .month img{ width: auto; height: 80px;}

.arrow{
    width: 26px;
    height: 15px;
    text-align: center;
    position: fixed;
    bottom: 40px;
    left: calc(50% - 13px);
    z-index: 10;
}

.arrow span{
    width: 26px;
    height: 15px;
    padding: 0 0 10px 0;
    display: inline-block;
    background-image:url(../images/parts_mv_arrow_btm.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: center;
    cursor: pointer;
    transition: padding .15s ease .0s;
    position: relative;
}

.is_pc .arrow span:hover,
.is_sp .arrow span.touch{
    padding: 0 0 18px 0;
    transition: padding .15s ease .05s;
}

/* --------------------------------------------------
*
    #main_visual
*
-------------------------------------------------- */
#main_visual{
    min-width: 1000px;
    margin: 0 0 0 0;
    overflow: hidden;
    text-align: center;
    background-color: rgba(255, 250, 244, 1);
    position: relative;
}

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

#main_visual .img_slider{
    background-color: rgba(255, 250, 244, 1);
}

#main_visual .btn_prev,
#main_visual .btn_next{
    width: 35px;
    height: 70px;
    margin: -35px 0 0 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    cursor: pointer;
    transition: left .15s ease .0s, right .15s ease .0s, opacity 1s ease .0s;
}

.onload #main_visual .btn_prev,
.onload #main_visual .btn_next{
    opacity: 1;
}

#main_visual .btn_prev img,
#main_visual .btn_next img{
    position: relative;
}

#main_visual .btn_prev.fixed img,
#main_visual .btn_next.fixed img{
    position: relative;
    top: 25px;
}

#main_visual .btn_prev:hover{
    left: -5px;
    transition: left .15s ease .05s;
}

#main_visual .btn_next{
    left: inherit;
    right: 0;
}

#main_visual .btn_next:hover{
    right: -5px;
    transition: right .15s ease .05s;
}


/* --------------------------------------------------
*
    #section_title
*
-------------------------------------------------- */
#section_title{
    box-sizing: border-box;
    position: relative;
}

#section_title .section_inner{
    padding: 25px 0 30px 0;
    letter-spacing: -.40em;
    position: relative;
}

#section_title .sub.section_inner{ padding-bottom: 10px;}

#section_title .row{
    margin-bottom: 35px !important;
}

#section_title .col_left{
    width: 50%;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    display: inline-block;
    letter-spacing: .05em;
    vertical-align: top;
    letter-spacing: .05em;
}

#section_title .col_left .month{
    margin: 0 0 10px 0;
    font-size: 19px;
}

#section_title .col_left h2{
    margin: 0 0 13px 0;
    font-size: 27px;
    line-height: 1.4em;
    letter-spacing: .05em;
    white-space: nowrap;
}
#section_title .col_left h2 .small{ font-size: 19px; position: relative; top: -2px;}

#section_title .section_inner h3{
    margin: 0 0 25px 20px;
    font-size: 18px;
    letter-spacing: .05em;
    white-space: nowrap;
}

#section_title .col_left .price{
    font-size: 16px;
}

#section_title .col_left .price .small{ font-size: 12px;}

#section_title .multi .col_left h2{ margin: 0 0 20px 0;}
#section_title .multi .price .size{margin: 0 0 8px 0; font-size: 14px; display: block; letter-spacing: .025em;}
#section_title .multi .price{ margin: 0 0 25px 0;}
#section_title .multi .price:last-child{ margin: 0;}

#section_title .col_left p{
    font-size: 21px;
}

#section_title .col_left .notes{
    width: 80%;
    margin: 2em 0 0 0;
    padding: 15px;
    border: 2px solid #BB1D10;
    color: #BB1D10;
}

#section_title .col_left .notes p{
    margin: 0 0 1em 0;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: bold;
}

#section_title .col_left .notes .caution{
    margin: -.5em 0 0 0;
    font-size: 85%;
    text-indent: -1em;
    padding-left: 1em;
    font-weight: normal;
}

#section_title .col_right{
    width: 50%;
    padding: 0 0 0 45px;
    text-align: right;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
}

#section_title .col_right .btn a{
    margin: 12px 20px 0 auto;
}

#section_title .ico_coming{
    position: absolute;
    top: 52px;
    right: 0;
}

#section_title .ico_coming img{
    width: 340px;
    height: auto;
}

#section_title .cart{
    position: absolute;
    top: 0;
    right: 0;
}

.order #section_title .cart{
    margin-top: 0px;
}

#section_title .notice{
    margin: 15px 0 0 0;
    font-size: 12px;
    line-height: 1.6em;
}

#section_title .cart .stock{
    font-size: 13px;
    color: #FF0000;
    display: block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: 3px;
}

#section_title .cart{
    height: 38px;
    display: inline-block;
    margin: 25px auto 0 auto;
    box-sizing: border-box;
    position: relative;
}

#section_title .sub .cart{ margin-top: 0;}

#section_title .cart a{
    font-family: "a-otf-midashi-go-mb31-pr6n" !important;
    min-width: 160px;
    height: 38px;
    padding: 0 25px 0 55px;
    margin: 0 auto;
    line-height: 36px;
    box-sizing: border-box;
    display: block;
    border-radius: 5px;
    background-color: #BB1D10;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-image:url(../images/product/parts_ico_cart.png);
    background-size: 29px;
    color: #fff;
    font-size: 17px;
    white-space: nowrap;
    transition: opacity .1s ease .0s;
}

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

.is_pc #section_title .cart a:hover,
.is_sp #section_title .cart a.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}


#section_title .multi .col_right{ text-align: right;}
#section_title .multi .cart_area{
    display: inline-block;
    position: relative;
    top: 18px;
    right: 0;
}

#section_title .multi .cart{
    margin: 0 0 30px 0;
    position: relative;
    top: 0;
    left: 0;
}

#section_title .multi .cart .stock{
    position: absolute;
    top: 40px !important;
    right: 0;
}

#section_title .multi .cart .size{ margin: 0 10px 0 0; font-size: 14px; display: inline-block; vertical-align: middle;}
#section_title .multi .cart .cart_btn{ display: inline-block; vertical-align: middle;}

#section_title .col h2,
#section_title .col .price{
    display: inline-block;
}

#section_title .col .price{
    padding-left: 1em;
    font-weight: bold;
}


.d201806 #section_title .col_left h2{
    line-height: 1.3em;
}


.d201806 #section_title .col_left{
    width: 40%;
}

.d201806 #section_title .col_right{
    width: 60%;
    padding: 0 20px 0 0;
}

.d201806 #section_title .color_list{
    width: 180px;
    margin: 0 0 0 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.d201806 #section_title .color_list h3{
    font-size: 18px;
    letter-spacing: .1em;
    margin: 0 0 -5px 0;
}

.d201806 #section_title .color_list .cart a{
    min-width: 180px;
}


/* --------------------------------------------------
*
    #section_comment
*
-------------------------------------------------- */
#section_comment{
    text-align: center;
    color: #fff;
}

#section_comment .section_inner{
    padding: 75px 0 70px 0;
}

#section_comment h3{
    margin: 0 0 70px 0;
    font-size: 27px;
}

#section_comment p{
    font-size: 19px;
    line-height: 2.157em;
    display: inline-block;
    text-align: left;
}


/* --------------------------------------------------
*
    #section_info
*
-------------------------------------------------- */
#section_info{
    clear: both;
    box-sizing: border-box;
    position: relative;
}

#section_info .section_inner{
    padding: 50px 0 25px 0;
    letter-spacing: -.40em;
}

#section_info .col_left{
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
    vertical-align: top;
}

#section_info h3{
    margin: 0 0 50px 0;
    font-size: 25px;
    letter-spacing: .05em;
}

#section_info .col_right{
    width: 50%;
    padding: 0 0 0 50px;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
}

#section_info p{
    margin: 0 0 30px 0;
    line-height: 2em;
}


/* --------------------------------------------------
*
    #section_spec
*
-------------------------------------------------- */
#section_spec{
    clear: both;
    color: #fff;
    box-sizing: border-box;
    position: relative;
}

#section_spec .section_inner{
    padding: 50px 0 25px 0;
    letter-spacing: -.40em;
}

#section_spec .col_left{
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
    vertical-align: top;
}

#section_spec h3{
    margin: 0 0 45px 0;
    font-size: 25px;
    letter-spacing: .05em;
}

#section_spec .col_right{
    width: 50%;
    padding: 0 0 0 50px;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
}

#section_spec p{
    margin: 0 0 30px 0;
    line-height: 2em;
}

#section_spec .list{ margin-bottom: 30px;}
#section_spec .list p{
    margin: 0;
}

#section_spec .list table{
    text-align: left;
    line-height: 2em;
}

#section_spec .list th{
    padding: 0 1em 0 0;
}


/* --------------------------------------------------
*
    #section_attention
*
-------------------------------------------------- */
#section_attention,
.section_attention{
    clear: both;
    box-sizing: border-box;
    position: relative;
}

#section_attention .section_inner,
.section_attention .section_inner{
    padding: 50px 0 25px 0;
    letter-spacing: -.40em;
}

#section_attention .col_left,
.section_attention .col_left{
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
    vertical-align: top;
}

#section_attention h3,
.section_attention h3{
    margin: 0 0 45px 0;
    font-size: 25px;
    letter-spacing: .05em;
}

#section_attention .col_right,
.section_attention .col_right{
    width: 50%;
    padding: 0 0 0 50px;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
    text-align: left;
}

#section_attention p,
.section_attention p{
    margin: 0 0 30px 0;
}

#section_attention li,
.section_attention li{
    margin: 0 0 30px 0;
    padding: 0 0 0 20px;
    line-height: 2em;
    position: relative;
}

#section_attention li:before,
.section_attention li:before{
    content: '▶';
    font-size: 12px;
    color: #BB1D10;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#section_attention .notes,
.section_attention .notes{
    text-align: left !important;
    line-height: 2em;
    letter-spacing: .05em;
}



/* --------------------------------------------------
*
    #section_archive
*
-------------------------------------------------- */
#section_archive{
    clear: both;
    box-sizing: border-box;
    position: relative;
}

#section_archive .section_inner{
    padding: 60px 0 20px 0;
    letter-spacing: -.40em;
}

#section_archive h3{
    margin: 0 0 45px 0;
    font-size: 25px;
    letter-spacing: .05em;
}

#section_archive h4{
    margin: 0 0 30px 0;
    font-size: 15px;
    letter-spacing: .1em;
}

#section_archive ul{
    width: calc(100% + 50px);
    overflow: hidden;
    position: relative;
    left: -25px;
}

#section_archive li{
    width: 300px;
    margin: 0 25px 35px 25px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

#section_archive li img{
    width: 100%;
}

#section_archive li a{
    color: #03111F;
    display: block;
    position: relative;
}

#section_archive li .product{
    margin: 5px 0 0 0;
    font-size: 15px;
    letter-spacing: .15em;
    line-height: 1.5em;
}

#section_archive li.onsale a:after,
#section_archive li.resale a:after,
#section_archive li.sold a:after{
    content: '';
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}

#section_archive li.sold a:after{ background-image:url(../images/parts_ico_sold.png) !important;}
#section_archive li.onsale a:after{ background-image:url(../images/parts_ico_onsale.png);}
#section_archive li.onsale.resale a:after{ background-image:url(../images/parts_ico_resale.png);}
#section_archive li.sold.resale a:after{ background-image:url(../images/parts_ico_resale_b.png) !important;}


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