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

@media screen and (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------
*
    #main_visual
*
-------------------------------------------------- */
#main_visual{
    width: 100%;
    height: 100%;
    min-width: 1100px;
    min-height: 680px;
    position: relative;
}

#main_visual .img_slider,
#main_visual .img_slider div{
    width: 100%;
    height: 100%;
    min-height: 680px;
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: cover;
}

#main_visual .img_slider img{
    display: none;
}

#main_visual h1{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    transform: translateY(-50%);
}

#main_visual .arrow{
    width: 100%;
    min-width: 1100px;
    height: 40px;
    text-align: center;
    position: absolute;
    bottom: 35px;
    left: 0;
}

#main_visual .arrow span{
    width: 70px;
    height: 100%;
    display: inline-block;
    position: relative;
    background-image:url(../images/parts_arrow_btm.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 70px;
    cursor: pointer;
    transition: background .1s ease;
}

.is_sp #main_visual .arrow span.touch,
.is_pc #main_visual .arrow span:hover{
    background-position: center 5px;
}

#main_visual .badge{
    position: absolute;
    bottom: 5%;
    right: 80px;
    z-index: 2;
}

#main_visual .badge img{
    width: 132px;
    height: auto;
}


/* --------------------------------------------------
*
    #header
*
-------------------------------------------------- */
#header{
    position: absolute;
    z-index: 100;
}

#header.fixed{
    position: fixed;
    top: 0;
    left: 0;
}

/* --------------------------------------------------
*
    #contents_area
*
-------------------------------------------------- */
#section_yodogawa{
    padding: 130px 0 80px 0;
    margin: 0 0 90px 0;
    text-align: center;
    background-color: #b69571;
    position: relative;
}

#section_yodogawa .section_inner{
    display: inline-block;
    position: relative;
}

#section_yodogawa .txt_yodogawa{
    margin: 0 48px 0 15px;
    display: inline-block;
    vertical-align: top;
}

#section_yodogawa .txt_yodogawa.t{
    margin: 0 20px 0 0;
}

#section_yodogawa h2{
    margin: 0 0 0 0;
    display: inline-block;
    vertical-align: top;
}

#section_yodogawa h2 img{
    width: 184px;
    height: auto;
}

#section_yodogawa .badge{
    position: absolute;
    bottom: -45px;
    left: -30px;
    z-index: 2;
}

#section_yodogawa .badge img{
    width: 132px;
    height: auto;
}


/* --------------------------------------------------
*
    #section_product
*
-------------------------------------------------- */
#section_product{
    width: 840px;
    margin: 0 auto -10px auto;
    clear: both;
    text-align: center;
}

#section_product .section{
    clear: both;
    margin: 0 0 95px 0;
}

#section_product .cat{
    width: 600px;
    margin: 0 auto 40px auto;
    display: inline-block;
    position: relative;
}

#section_product h2{
    margin-bottom: 35px;
    text-align: center;
}

#section_product h2 img{
    width: auto;
    height: 47px;
}

#section_product .cat .desc{
    width: auto;
    font-size: 14px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.71em;
    text-align: left;
    letter-spacing: .05em;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 220px;
}

#section_product ul{
    clear: both;
    display: inline-block;
    text-align: center;
    font-size: 0;
    letter-spacing: -.40em;
}

#section_product li{
    width: 33.333%;
    height: 300px;
    margin: 0 0 45px 0;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    letter-spacing: normal;
    vertical-align: top;
    position: relative;
}

#section_product li.bl{ visibility: hidden;}

#section_product li a{
    color: #231815;
}

#section_product li.sold:after{
    content: '';
    width: 94px;
    height: 94px;
    display: block;
    background-image:url(../images/parts_ico_soldout.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 94px;
    position: absolute;
    top: 0;
    right: 10px;
}

#section_product li.end:after{
    content: '';
    width: 94px;
    height: 94px;
    display: block;
    background-image:url(../images/parts_ico_end.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 94px;
    position: absolute;
    top: 0;
    right: 10px;
}

#section_product li .name{
    line-height: 1.3em;
    position: relative;
    top: -17px;
}

#section_product li img{
    width: 94%;
    opacity: 1 !important;
}

#section_product li{
    transition: opacity .15s ease 0s;
}

.is_sp #section_product li.touch,
.is_pc #section_product li:hover{ transition: opacity .15s ease .1s; opacity: .7;}

.banner_list{
    margin: -25px 0 65px 0;
    text-align: center;
}

.banner_list .banner_aa{
    margin: 0 0 20px 0;
    text-align: center;
}

.banner_list img{
    height: auto;
}


/* --------------------------------------------------
*
    #section_info
*
-------------------------------------------------- */
#section_info{
    width: 900px;
    margin: 0 auto;
}

#section_profile{
    margin: 0 0 25px 0;
    padding: 30px;
    background-color: #efefef;
    overflow: hidden;
}

#section_profile .col_left{
    width: 330px;
    margin: 0 40px 0 0;
    float: left;
    font-size: 16px;
    letter-spacing: normal;
    vertical-align: top;
}

#section_profile .col_left img{
    width: 100%;
}

#section_profile .col_left h3{
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
}

#section_profile .col_right{
    width: auto;
    float: left;
    font-size: 12px;
    line-height: 2em;
}

#section_profile .col_right p{
    margin: 0 0 1.5em 0;
}

#section_profile .col_right p:last-child{ margin: 0;}

#section_profile .col_right p a{
    text-decoration: underline;
}

.is_pc #section_profile .col_right p a:hover,
.is_sp #section_profile .col_right p a.touch{
    text-decoration: none;
}


/* --------------------------------------------------
*
    #section_btm
*
-------------------------------------------------- */
#section_btm{
    clear: both;
    overflow: hidden;
    margin: 0 0 70px 0;
}

#section_btm .section_left{ width: 375px; float: left; overflow: hidden;}
#section_btm .section_right{ width: 505px; float: right; overflow: hidden;}

#section_btm .section{
    clear: both;
    padding: 30px 0 0 30px;
    box-sizing: border-box;
    margin: 0 0 25px 0;
    background-color: #efefef;
    overflow: hidden;
    position: relative;
}

#section_btm .section.s01{ min-height: 535px;}
#section_btm .section.s04{ min-height: 535px;}

#section_btm .section h3{
    margin: 0 0 5px 0;
    font-size: 16px;
    line-height: 1.625em;
    font-weight: bold;
}

#section_btm .section h3 span.small{
    font-size: 13px;
    position: relative;
    bottom: -2px;
}

#section_btm .section p,
#section_btm .section dd{
    font-size: 12px;
    line-height: 2em;
    overflow: hidden;
}

#section_btm .section dt{
    clear: both;
    margin: 0 0 .5em 0;
    font-size: 12px;
    font-weight: bold;
}

#section_btm .section_left .desc{
    margin: 0 0 20px 0;
}

#section_btm .section_left .btn_detail{
    margin: 0 0 2px 0;
}

#section_btm .section.s01 .pic{
    text-align: center;
    position: relative;
    left: -20px;
}

#section_btm .section.s01 dd{
    margin: 0 0 20px 0;
}

#section_btm .section.s04 dd{
    margin: 0 0 30px 0;
}

#section_btm .section.s04 ul li{
    width: auto;
    float: left;
    margin: 0 5px 0 0;
    white-space: nowrap;
}

#section_btm .section.s04 ul li.bl{
    clear: both;
}

#section_btm .section.s04 ul li a{
    text-decoration: underline;
}

.is_sp #section_btm .section.s04 ul li a.touch,
.is_pc #section_btm .section.s04 ul li a:hover{
    text-decoration: none;
}


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