@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    index_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px;
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
#wrap{
    margin: 0 auto;
    overflow: hidden;
}

#contents_area{
    display: block !important;
}

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    width: 100%;
    height: 100%;
    min-height: 480px;
    opacity: 0;
    margin: 0 auto;
    overflow: hidden;
    display: table;
    text-align: center;
    background-color: #f2eb89;
    background-position: center;
    position: relative;
}

#mv .mv_inner{
    display: table-cell;
    background-image:url(../images/img_mv_5year_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
    position: relative;
}

#mv img{
    width: 100%;
    width: 320px;
}

#mv .img{
    visibility: hidden;
}

#mv .copy li img{
    display: none;
}

#mv .copy{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

#mv .copy li{
    width: 100%;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

#mv .copy li{ background-image:url(../images/home/img_copy_mv_sp.png);}

#mv .copy li img{
    display: none;
}

/* --------------------------------------------------
*
    #section_yodogawa
*
-------------------------------------------------- */
#section_yodogawa{
    opacity: 0;
    margin: 0 auto;
    padding: 0 0 50px 0;
    box-sizing: border-box;
    position: relative;
}

#section_yodogawa .yodogawa{
    margin: 0 0 30px 0;
    font-size: 15px;
    line-height: 1.6em;
}

#section_yodogawa .badge{
    padding: 0 20px;
    margin: 0 0 25px 0;
    text-align: center;
}

#section_yodogawa .badge img{
    width: 100%;
    max-width: 280px;
}

#section_yodogawa:after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(0, rgba(240, 230, 115, 1), #f2eb89);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#section_yodogawa .section_inner{
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

#section_yodogawa .row{
    margin: 0 0 50px 0;
    letter-spacing: -.40em;
}

#section_yodogawa .col_left{
    margin: 0 0 40px 0;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: 0;
}

#section_yodogawa .col_right{
    vertical-align: top;
    letter-spacing: 0;
}

#section_yodogawa .col_right #news{
    width: 100%;
    max-width: 360px;
    margin: 0 auto 40px auto;
    padding: 0 0 0 0;
    box-sizing: border-box;
    opacity: 0;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}

#section_yodogawa .col_right .news_link{
    display: block;
}

#section_yodogawa .col_right #news h3{
    margin: 0 0 15px 0;
    padding: 18px 0;
    background-color: #40220f;
    border-radius: 5px 5px 0 0;
    font-size: 20px;
    display: block;
    text-align: center;
}

#section_yodogawa .col_right #news h3 img{
    width: 215px;
}

#section_yodogawa .col_right #news .date{
    margin: 10px 0 5px 0;
    font-size: 11px;
    color: #453025;
}

#section_yodogawa .col_right #news .title{
    margin: 0 0 5px 0;
    position: relative;
}

#section_yodogawa .col_right #news h4{
    width: calc(100% - 55px);
    padding: 10px;
    display: inline-block;
    box-sizing: border-box;
    background-color: #fedf3a;
    color: #453025;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.5em;
    position: relative;
}

#section_yodogawa .col_right #news h4:after{
    content: '';
    display: block;
    width: 20px;
    height: 13px;
    background-image:url(../images/parts_ico_news_arrow.png);
    background-size: 20px;
    position: absolute;
    bottom: 10%;
    right: -20px;
}

#section_yodogawa .col_right #news .title .ico{
    position: absolute;
    bottom: 0;
    right: -5px;
}

#section_yodogawa .col_right #news .title .ico img{
    width: 46px;
}

#section_yodogawa .col_right #news img{
    opacity: 1 !important;
}

#section_yodogawa .col_right #news .img img{
    width: 100%;
}

#section_yodogawa .col_right #news .content{
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 1.5em;
    color: #40220f;
}

#section_yodogawa .col_right #news .news_body{
    padding: 7px 20px 13px 20px;
}

#section_yodogawa .col_right .news_link{
    display: block;
}

#section_yodogawa .col_right #news .btn_detail{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 35px 0 0;
    text-align: right;
    box-sizing: border-box;
    background-color: #40220f;
    background-image:url(../images/parts_arrow_right_on_b.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 7px;
    border-radius: 0 0 5px 5px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: .075em;
    color: #ffe473;
    transition: opacity .1s ease .0s, background .1s ease .0s, color .1s ease .0s;
}

.is_pc #section_yodogawa .col_right #news:hover .btn_detail,
.is_sp #section_yodogawa .col_right #news.touch .btn_detail{
    background-color: #ff6a36;
    color: #fff;
    background-image:url(../images/parts_arrow_right.png);
}

#section_yodogawa .col_left p{
    font-size: 15px;
    line-height: 1.82em;
}

#section_yodogawa .col_right h3{
    font-size: 14px;
    margin: 0 10px 0 20px;
    letter-spacing: .06em;
    display: inline-block;
    vertical-align: middle;
}

#section_yodogawa .col_right .sns_share ul{
    display: inline-block;
    vertical-align: middle;
}

#section_yodogawa .col_right .sns_share li{
    margin: 0 15px;
    display: inline-block;
}

#section_yodogawa .col_right .sns_share li img{
    width: auto;
    height: 30px;
}

#section_yodogawa .yt_mov{
    text-align: center;
}



#section_yodogawa .special{
    margin: 0 0 40px 0;
    position: relative;
}

#section_yodogawa .special:after{
    content: '';
    display: block;
    clear: both;
    font-size: 0;
}

#section_yodogawa .special ul{
    position: relative;
}

#section_yodogawa .special li{
    width: 100%;
    max-width: 420px;
    margin: 0 auto 30px auto;
    letter-spacing: normal;
    position: relative;
}

#section_yodogawa .special li img{
    width: 100%;
}

#section_yodogawa .special li.update:after{
    content: '';
    width: 61px;
    height: 61px;
    display: block;
    background-image:url(../images/home/parts_ico_1201up.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 61px;
    position: absolute;
    top: -15px;
    left: -10px;
}


/* --------------------------------------------------
*
    #section_about
*
-------------------------------------------------- */
#section_about{

}

#section_about h2{
    height: 80px;
    padding: 20px 0;
    margin: 0 0 25px 0;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
}

#section_about h2 img{
    width: 225px;
}

#section_about .section_inner{
    margin: 0 auto;
    padding: 0 15px;
}

#section_about .section_inner li{
    margin: 0 0 45px 0;
}

#section_about .section_inner .img{
    margin: 0 0 20px 0;
}

#section_about .section_inner .img img{
    width: 100%;
}

#section_about .section_inner .desc{
    padding: 0 5px;
}

#section_about .section_inner .desc p{
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.6875em;
    position: relative;
}

#section_about .section_inner .desc p br{
    display: none;
}

#section_about .section_inner .desc p:first-child:before{
    content: '';
    width: 55px;
    height: 55px;
    margin: 0 auto 15px auto;
    background-repeat: no-repeat;
    background-size: 55px;
    background-position: center;
    display: block;
    position: relative;

}

#section_about .section_inner li.n1 .desc p:first-child:before{ background-image:url(../images/ja/home/parts_ico_num_01.png);}
#section_about .section_inner li.n2 .desc p:first-child:before{ background-image:url(../images/ja/home/parts_ico_num_02.png);}
#section_about .section_inner li.n3 .desc p:first-child:before{ background-image:url(../images/ja/home/parts_ico_num_03.png);}
#section_about .section_inner li.n4 .desc p:first-child:before{ background-image:url(../images/ja/home/parts_ico_num_04.png);}

#section_about .btn_detail{
    width: 280px;
    height: 45px;
    margin: 0 auto 50px auto;
}

#section_about .btn_detail a{
    width: 100%;
    height: 45px;
    line-height: 47px;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    background-color: #40220f;
    background-image:url(../images/parts_arrow_right.png);
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: calc(50% - 95px) center;
    border-radius: 50px;
    display: block;
    font-size: 16px;
    letter-spacing: .025em;
    text-align: center;
    color: #fff;
    transition: opacity .1s ease .0s, background .1s ease .0s, color .1s ease .0s;
}

.is_pc #section_about .btn_detail a:hover,
.is_sp #section_about .btn_detail a.touch{
    color: #f0e673;
    background-image:url(../images/parts_arrow_right_on.png);
    background-position: calc(50% - 93px) center;
    transition: opacity .15s ease .05s, background .15s ease .05s, color .15s ease .0s;
}


/* --------------------------------------------------
*
    #section_lineup
*
-------------------------------------------------- */
#section_lineup{
    text-align: center;
}

#section_lineup h2{
    height: 80px;
    padding: 30px 0;
    margin: 0 0 25px 0;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
}

#section_lineup h2 img{
    width: auto;
    height: 21px;
}

#section_lineup .section_inner{
    padding: 0 15px;
}

#section_lineup .caution{
    margin: 0 0 50px 0;
    font-size: 12px;
    line-height: 1.57em;
    color: #e73828;
    display: inline-block;
    text-align: left;
}

#lineup_5year{
    margin: 0 0 40px 0;
}

#lineup_5year .img{
    margin: 0 0 20px 0;
}

#lineup_5year img{
    width: 180px;
}

#lineup_5year h3{
    margin: 0 0 10px 0;
    font-size: 22px;
    letter-spacing: .08em;
}

#lineup_5year h3 .y{
    margin: 5px 0 0 0;
    display: block;
    font-size: 17px;
}

#lineup_5year .price{
    margin: 0 0 15px 0;
    font-size: 13px;
    letter-spacing: .08em;
}

#lineup_5year .price .ff_b{
    font-size: 18px;
}

#lineup_5year .btn_detail{
    width: 180px;
    height: 30px;
    margin: 0 auto;
}

#lineup_5year .btn_detail a{
    width: 100%;
    height: 30px;
    line-height: 32px;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    background-color: #40220f;
    background-image:url(../images/parts_arrow_right.png);
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: calc(50% - 55px) center;
    border-radius: 30px;
    display: block;
    font-size: 14px;
    letter-spacing: .055em;
    text-align: center;
    color: #fff;
    transition: opacity .1s ease .0s, background .1s ease .0s, color .1s ease .0s;
}

.is_pc #lineup_5year .btn_detail a:hover,
.is_sp #lineup_5year .btn_detail a.touch{
    color: #f0e673;
    background-image:url(../images/parts_arrow_right_on.png);
    background-position: calc(50% - 53px) center;
    transition: opacity .15s ease .05s, background .15s ease .05s, color .15s ease .0s;
}

#lineup_goods{
    margin: 0 0 40px 0;
}

#lineup_goods img{
    width: 100%;
    max-width: 320px;
}

#lineup_goods .disabled img{ opacity: 1 !important; cursor: default;}

.is_pc #lineup_goods img:hover,
.is_sp #lineup_goods img.touch{
    opacity: .8;
}

/* --------------------------------------------------
*
    #section_info
*
-------------------------------------------------- */
#section_info{
    margin: 0 0 50px 0;
    text-align: center;
}
#section_info h2{
    height: 80px;
    padding: 30px 0;
    margin: 0 0 25px 0;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
}

#section_info h2 img{
    width: auto;
    height: 20px;
}

#section_info .section_inner{
    padding: 0 10px;
}

#section_info .title{
    padding: 0 5px;
    text-align: left;
    line-height:20;
}

#section_info .title h3{
    margin: 0 0 5px 0;
    font-size: 23px;
    line-height: 1.5em;
    letter-spacing: .015em;
}

#section_info .title p{
    margin: 0 0 20px 0;
    font-size: 15px;
    line-height: 1.6875em;
}

#section_info .title p .s{
    font-size: 13px;
}

#section_info .title .caution{
    margin: 0 0 35px 0;
    font-size: 13px;
    letter-spacing: .08em;
    line-height: 1.538em;
    color: #e73828;
}


#section_info .sales_info{
    padding: 50px 0 0 0;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #ffffec;
    position: relative;
}

#section_info .sales_info:before{
    content: '';
    width: 100px;
    height: 52px;
    display: block;
    background-image:url(../images/ja/home/parts_ico_news.png);
    background-size: 100px;
    position: absolute;
    top: -17px;
    left: 15px;
}

#section_info .sales_info h3{
    margin: 0 10px 0 10px;
    padding: 0 10px 5px 10px;
    font-size: 25px;
    color: #e73828;
    display: inline-block;
    line-height: 1.4em;
}

#section_info .sales_info ul{
    max-width: 320px;
    overflow: hidden;
    display: inline-block;
}

#section_info .sales_info li{
    margin: 0 0 0 0;
    padding: 0 15px;
    text-align: left;
    word-break: break-word;
    line-height: 1.6em;
}

#section_info .sales_info .num{
    margin: 0 0 15px 0;
    text-align: center;
}

#section_info .sales_info .num img{
    width: 50px;
}

#section_info .sales_info h4{
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 1.52em;
    white-space: nowrap;
}

#section_info .sales_info .desc{
    margin: 0 0 25px 0;
    font-size: 15px;
    line-height: 1.8em;
}

.is_pc #section_info .sales_info .desc a:hover,
.is_sp #section_info .sales_info .desc a.touch{
    border-bottom: 1px solid #00a0e9;
    transition: border .15s ease .05s;
}

#section_info .sales_info .detail{
    margin: -20px 0 0 0;
    font-size: 13px;
    line-height: 1.8em;
}

#section_info .sales_info .detail.notes{
    font-size: 12px;
    color: #ff6a36;
}

#section_info .sales_info .desc a{
    padding: 0 0 2px 0;
    font-size: 13px;
    line-height: 1.5em !important;
    border-bottom: 1px solid transparent;
    transition: border .1s ease .0s;
}

#section_info .sales_info .pic{
    width: calc(100% + 30px);
    margin: 25px 0 0 -15px;
    padding: 0 0;
}

#section_info .sales_info .pic img{
    width: 100%;
}

#section_info .sales_info .logo_tanoshimi{
    margin: 30px 0;
    text-align: center;
}

#section_info .sales_info .logo_tanoshimi img{
    width: 180px;
}


#section_info .btn_detail{
    width: 280px;
    height: 50px;
    margin: 0 auto 80px auto;
}

#section_info .btn_detail a{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    background-color: #40220f;
    background-image:url(../images/parts_arrow_right.png);
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: calc(50% - 118px) center;
    border-radius: 50px;
    display: block;
    font-size: 15px;
    letter-spacing: .055em;
    text-align: center;
    color: #fff;
    transition: opacity .1s ease .0s, background .1s ease .0s, color .1s ease .0s;
}

.is_pc #section_info .btn_detail a:hover,
.is_sp #section_info .btn_detail a.touch{
    color: #f0e673;
    background-image:url(../images/parts_arrow_right_on.png);
    background-position: calc(50% - 115px) center;
    transition: opacity .15s ease .05s, background .15s ease .05s, color .15s ease .0s;
}



.btm_banner{
    margin: 0 0 40px 0;
    padding: 0 15px;
    text-align: center;
}

.btm_banner img{
    width: 100%;
}

.credit{
    margin: 0 0 60px 0;
    text-align: center;
}

.credit p{
    font-size: 13px;
    line-height: 1.57em;
}




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