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

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

/* --------------------------------------------------
*
    #main_visual
*
-------------------------------------------------- */
#wrap{
    overflow: hidden;
}

#main_visual{
    width: 100%;
    height: auto !important;
    position: relative;
}

#main_visual .img_slider,
#main_visual .img_slider div{
    width: 100%;
    height: auto !important;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background: none !important;
}

#main_visual .img_slider img{
    width: 100%;
    display: block;
}

#main_visual h1{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -87px;
    left: 0;
    z-index: 10;
}

#main_visual h1 img{
    width: 190px;
}


#main_visual .arrow{
    width: 100%;
    height: 40px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    display: none;
}

#main_visual .arrow span{
    width: 40px;
    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: 40px;
    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{
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 2;
}

#main_visual .badge img{
    max-width: 132px;
    width: 24%;
    height: auto;
}


/* --------------------------------------------------
*
    #contents_area
*
-------------------------------------------------- */
#section_yodogawa{
    padding: 45px 25px 0 25px;
    margin: 0 auto;
    background-color: #dd524c;
    overflow: hidden;
}

#section_yodogawa .section_inner{
    text-align: center;
    position: relative;
}

#section_yodogawa h2{
    margin: 0 0 40px 0;
    text-align: center;
    vertical-align: top;
}

#section_yodogawa h2 img{
    width: 90%;
    max-width: 260px;
    height: auto;
}

#section_yodogawa .txt_yodogawa{
    margin: 0 0 40px 0;
    text-align: left;
}

#section_yodogawa .txt_yodogawa p{
    margin: 0 0 1.5em 0;
    font-size: 14px;
    color: #fff;
    line-height: 2em;
}

#section_yodogawa .btn_teaser{
    display: block;
    text-align: center;
}

#section_yodogawa .btn_teaser a{
    padding: 2px 35px 2px 20px;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    font-size: 13px;
    background-image:url(../images/parts_arrow_right.png);
    background-size: 10px;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    transition: opacity .1s ease .0s;
}

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


/* --------------------------------------------------
*
    #section_product
*
-------------------------------------------------- */
#section_product{
    margin: 30px auto;
    clear: both;
    text-align: center;
}

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

#section_product .section:last-child{
    margin-bottom: 20px;
}

#section_product .cat{
    margin: 20px auto 30px auto;
    padding: 0 15px;
    display: inline-block;
    position: relative;
}

#section_product h2{
    width: auto;
    text-align: center;
    margin: 0 auto 5px auto;
}

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

#section_product .cat .desc{
    width: auto;
    font-size: 13px;
    line-height: 1.71em;
    text-align: left;
    letter-spacing: .05em;
}

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

#section_product li{
    width: 50%;
    margin: 0 0 20px 0;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    font-size: 12px;
    letter-spacing: normal;
    position: relative;
}

#section_product li.bl{ visibility: hidden; display: none;}

#section_product li a{
    color: #171C61;
}

#section_product li img{
    width: 90%;
    max-width: 240px;
}

#section_product li.sold:after{
    content: '';
    width: 64px;
    height: 64px;
    display: block;
    background-image:url(../images/parts_ico_soldout.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 64px;
    position: absolute;
    top: 0;
    right: calc(50% - 80px);
    z-index: 2;
}

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

#section_product li .name .small{
    font-size: 90%;
}

#section_product li img{
    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_formal{
    margin: 0 0 40px 0;
    padding: 0 15px;
    text-align: center;
}

.banner_formal img{
    width: 100%;
    max-width: 420px;
    height: auto;
}

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

#section_profile{
    margin: 0 10px 20px 10px;
    padding: 15px;
    background-color: #EFEFEF;
    overflow: hidden;
}

#section_profile .col_left{
    font-size: 16px;
    letter-spacing: normal;
    text-align: center;
}

#section_profile .col_left .pic{
    margin: 0 0 10px 0;
}

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

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

#section_profile .col_right{
    width: auto;
    float: left;
    font-size: 13px;
    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 20px 0;
    padding: 0 10px;
}

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

#section_btm .section .pic{
    margin: 0 0 5px 0;
    text-align: center;
}

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

#section_btm .section .btn_detail,
#section_btm .section .btn_amazon{
    text-align: center;
}

#section_btm .section h3 span.small{
    font-size: 14px;
    position: relative;
    display: block;
}

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

#section_btm .section dt{
    clear: both;
    margin: 0 0 .5em 0;
    font-size: 13px;
    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.s03 .pic{
    margin: -20px 0 -25px 0;
    text-align: center;
}

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

#section_btm .section.s04 dd:last-child{
    margin: 0;
}

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

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

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



} /* ----- max-width : 640px ----- */