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


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

#mv .mv_inner{
    width: 100%;
    height: 100%;
    display: table-cell;
    background-image:url(../images/img_mv_5year.jpg);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    position: relative;
}

#mv .img{
    visibility: hidden;
}

#mv .copy{
    width: 100%;
    position: absolute;
    top: calc(50% - 360px);
    right: -5px;
    z-index: 2;
}

#mv .copy li{
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

#mv .badge{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: calc(50% - 458px);
    top: calc(50% + 67px);
    z-index: 10;
}

#mv .badge img{
    width: 230px;
    opacity: 1 !important;
    position: relative;
    margin-top 0;
    transition: margin .15s ease .0s;
}

#mv .badge a:hover img{
    margin-top: 10px;
    transition: margin .35s ease .05s;
}


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

#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{
    width: 1020px;

    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

#section_yodogawa .row{
    margin: 0 0 80px 0;
}

#section_yodogawa .yodogawa{
    width: 820px;
    margin: 0 auto 80px auto;
    font-size: 17px !important;
    letter-spacing: normal;
    line-height: 1.66em;
}

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

#section_yodogawa .yt_mov{
    margin: 0 auto 50px auto;
}



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

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

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

#section_yodogawa .special li{
    width: 420px;
    margin: 0 10px;
    display: inline-block;
    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: -10px;
    left: -5px;
}



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

}

#section_about h2{
    height: 100px;
    padding: 40px 0 0 0;
    margin: 0 0 60px 0;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
}

#section_about .section_inner{
    width: 500px;
    margin: 0 auto;
}

#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 0 0 35px;
}

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

#section_about .section_inner .desc p:first-child:before{
    content: '';
    width: 70px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#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: 300px;
    height: 50px;
    margin: 0 auto 80px auto;
}

#section_about .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% - 110px) center;
    border-radius: 50px;
    display: block;
    font-size: 17px;
    letter-spacing: .055em;
    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% - 106px) 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: 100px;
    padding: 40px 0;
    margin: 0 0 25px 0;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
}

#section_lineup h2 img{
    width: 93px;
}

#section_lineup .caution{
    margin: 0 0 50px 0;
    font-size: 14px;
    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: 200px;
}

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


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

#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: 30px;
    padding: 2px 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% - 52px) center;
    transition: opacity .15s ease .05s, background .15s ease .05s, color .15s ease .0s;
}

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

#lineup_goods img{
    width: 375px;
}

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

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

#lineup_goods li{
    margin: 0 10px;
    display: inline-block;
}


/* --------------------------------------------------
*
    #section_info
*
-------------------------------------------------- */
#section_info{
    margin: 0 0 90px 0;
    text-align: center;
}

#section_info h2{
    height: 100px;
    padding: 38px 0;
    margin: 0 0 50px 0;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
}

#section_info h2 img{
    width: 225px;
}

#section_info .title{
    text-align: left;
    display: inline-block;
}

#section_info .title h3{
    margin: 0 0 15px 0;
    font-size: 30px;
    letter-spacing: .015em;
}

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

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

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


#section_info .sales_info{
    width: 550px;
    padding: 50px 0 5px 0;
    margin: 0 auto;
    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: 85px;
}

#section_info .sales_info h3{
    margin: 0 0 15px 0;
    padding: 0 35px 5px 35px;
    font-size: 25px;
    color: #e73828;
    display: inline-block;
    border-bottom: 2px solid #e73828;
}

#section_info .sales_info .logo_tanoshimi{
    margin: 40px 0 0 0;
}

#section_info .sales_info ul{
    overflow: hidden;
}

#section_info .sales_info li{
    margin: 0 0 50px 0;
}

#section_info .sales_info .num{
    margin: 0 0 15px 0;
}

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

#section_info .sales_info h4{
    margin: 0 0 5px 0;
    font-size: 23px;
    line-height: 1.52em;
}

#section_info .sales_info p{
    margin: 0 0 15px 0;
}

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

#section_info .sales_info .desc a{
    padding: 0 0 2px 0;
    font-size: 15px;
    border-bottom: 1px solid transparent;
    transition: border .1s ease .0s;
}

.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: 14px;
    line-height: 1.8em;
}

#section_info .sales_info .detail.notes{
    color: #ff6a36;
}

#section_info .sales_info .pic{
    margin: 25px 0 0 0;
    padding: 0 20px;
}

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

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


#section_info .btn_detail{
    width: 340px;
    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% - 135px) center;
    border-radius: 50px;
    display: block;
    font-size: 17px;
    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% - 132px) center;
    transition: opacity .15s ease .05s, background .15s ease .05s, color .15s ease .0s;
}


.btm_banner{
    margin: 0 0 85px 0;
    text-align: center;
}

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

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


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