@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    shop_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
#contents_area{
    overflow: hidden;
}

article{
    position: relative;
}

article#sec_banner{
    padding: 20px 0 0 0 !important;
    margin: 0 0 60px 0 !important;
}

article#sec_banner h3{
    font-family: 'ヒラギノUD角ゴ W6 JIS2004' !important;
    padding: 0 0 8px 0;
    font-size: 15px;
    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: 16px;
    display: block;
    background-image:url(../images/parts_line_stripe_pc.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

section h2,
article h2{
    margin: 0 0 65px 0;
    font-family: 'ヒラギノUD角ゴ W6 JIS2004' !important;
    font-size: 28px;
    letter-spacing: .05em;
}


/* --------------------------------------------------
*
    #sec_title
*
-------------------------------------------------- */
#sec_title{
    width: 900px;
    margin: -20px 0 5px 0;
    padding: 96px 0 0 0;
    position: relative;
    overflow: hidden;
}

#sec_title:before{
    content: '';
    width: 100%;
    height: 16px;
    display: block;
    background-image:url(../images/parts_line_stripe_pc.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}


/* --------------------------------------------------
*
    article
*
-------------------------------------------------- */
article{
    clear: both;
    width: 900px;
    margin: 0 0 15px 0;
    overflow: hidden;
}

article.btm{
    padding-bottom: 46px !important;
}

article h3{
    margin: 0 0 20px 0;
    font-size: 24px;
    font-family: 'ヒラギノUD角ゴ W6 JIS2004' !important;
    letter-spacing: .025em;
    line-height: 1.6em;
} 

article .col_left{
    width: 432px;
    float: left;
}

article .col_right{
    width: 432px;
    float: right;
}

article section{
    width: 100%;
    margin: 0 0 20px 0;
    padding: 30px 0 50px 30px;
    box-sizing: border-box;
    background-image:url(../images/parts_voice_top.png);
    background-repeat: no-repeat;
    background-size: 432px;
    background-position: center top;
    position: relative;
}

article section:after{
    content: '';
    width: 100%;
    height: 50px;
    display: block;
    background-image:url(../images/parts_voice_btm.png);
    background-repeat: no-repeat;
    background-size: 432px;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

article.bg section{ background-image:url(../images/parts_voice_top_bg.png);}
article.bg section:after{ background-image:url(../images/parts_voice_btm_bg.png);}

article section.pic{
    background: none;
    padding: 0;
}

article section.pic img{
    width: 100%;
}

article section.pic:after{ display: none;}

article section p{
    font-size: 15px;
    line-height: 1.8666em;
    letter-spacing: .025em;
}


/* --------------------------------------------------
*
    #sec_info
*
-------------------------------------------------- */
#sec_info{
    padding: 40px 0;
    text-align: left;
    letter-spacing: -.40em;
}

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

#sec_info h3 img{
    width: 625px;
}

#sec_info ul{
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
}

#sec_info ul:last-child{
    box-sizing: border-box;
    padding: 0 0 0 20px;
}

#sec_info li{
    margin: 0 0 30px 0;
    display: block;
    text-align: left;
}

#sec_info li p{
    font-size: 15px;
    line-height: 1.8666em;
    letter-spacing: .025em;
}

#sec_info li p.caution{
    text-indent: -1em;
    padding-left: 1em;
}

#sec_info li p.notes{
    font-size: 13px;
    color: #666;
    text-indent: -1em;
    padding-left: 1em;
}

#sec_info li p.btn{
    text-align: left;
    padding: 0 0 0 20px;
}

#sec_info li p.btn a{
    width: 330px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    box-sizing: border-box;
    display: inline-block;
    background-color: #ea5a20;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    letter-spacing: .025em;
    transition: opacity .1s ease .0s;
}

.is_pc #sec_info li p.btn a:hover,
.is_sp #sec_info li p.btn a.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}


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