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

.talk_nav .disabled{
    visibility: hidden;
}

@media screen and (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    padding: 85px 0 30px 0;
    text-align: center;
    background-image:url(../images/img_bg_wood.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

#mv .mv_inner{
    width: 882px;
    margin: 0 auto;
    position: relative;
}

#mv h1{
    width: 882px;
    height: 669px;
    line-height: 0;
    letter-spacing: 0;
    position: relative;
}

#mv h1 img{
    width: 882px;
    height: 669px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#mv h1 img{

}

#mv .logo_hobo{
    margin: 0 0 -15px 25px;
    text-align: left;
    position: relative;
    z-index: 2;
}

#mv .logo_hobo img{
    width: 149px;
}

#mv .ico{
    position: absolute;
    bottom: 24px;
    right: -19px;
    z-index: 2;
}

#mv .ico img{
    width: 132px;
}

/* --------------------------------------------------
*
    #sec_yodogawa
*
-------------------------------------------------- */
#sec_yodogawa{
    padding: 55px 0 50px 0;
    text-align: center;
}

#sec_yodogawa .desc{
    margin: 0 0 35px 0;
}

#sec_yodogawa p{
    font-size: 16px;
    line-height: 2em;
}

#sec_yodogawa .detail li{
    margin: 0 0 30px 0;
}

#sec_yodogawa .detail li img{
    width: 400px;
}

/* --------------------------------------------------
*
    #index_nav
*
-------------------------------------------------- */
#index_nav{
    margin: 0 0 55px 0;
    text-align: center;
}

#index_nav ul{
    display: inline-block;
}

#index_nav li{
    margin: 0 0 18px 0;
    background-color: #fff;
}

#index_nav li a{
    width: 580px;
    height: 120px;
    padding: 42px 0 0 35px;
    box-sizing: border-box;
    display: block;
    text-align: left;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity .1s ease .0s;
    position: relative;
}

#index_nav li a:after{
    content: '';
    width: 56px;
    height: 56px;
    display: block;
    background-image:url(../images/parts_ico_arrow_r.png);
    background-repeat: no-repeat;
    background-size: 56px;
    background-position: center;
    position: absolute;
    top: calc(50% - 28px);
    right: 20px;
    transition: right .15s ease .0s;
}

#index_nav li a:hover,
#index_nav li a.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

#index_nav li a:hover:after,
#index_nav li a.touch:after{
    right: 15px;
    transition: right .15s ease .05s;
}


#index_nav li.disabled a{ cursor: default; opacity: .4 !important;}
#index_nav li.disabled a img{ opacity: 0 !important;}
#index_nav li.disabled a:after{ display: none;}

#index_nav h3{
    margin: 0 0 12px 0;
    font-size: 25px;
    white-space: nowrap;
}

#index_nav .date{
    font-size: 14px;
    letter-spacing: .2em;
}

/* --------------------------------------------------
*
    .talk_nav
*
-------------------------------------------------- */
.talk_nav{
    width: 720px;
    margin: -10px auto 40px auto;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.talk_nav.btm{
    margin-top: 50px;
    margin-bottom: 65px;
}

.talk_nav li{
    margin: 0 82px;
    display: inline-block;
}

.talk_nav a{
    transition: background .15s ease .0s, opacity .15s ease .0s;
}

.is_sp .talk_nav a.touch,
.is_pc .talk_nav a:hover{
    opacity: .7;
    transition: background .15s ease .05s, opacity .15s ease .05s;
}

.talk_nav img{
    width: 70px;
}
    


/* --------------------------------------------------
*
    #talk_body
*
-------------------------------------------------- */
#talk_body{
    width: 600px;
    margin: 0 auto 5px auto;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    overflow: hidden;
    color: #023e21;
}

#talk_body h2{
    margin: 55px 0 25px 0;
    font-size: 28px;
    
}

#talk_body h2 img{
    width: auto;
    height: 31px;
}

#talk_body a{
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0 0 0 0;
    border-bottom: 2px dashed #023E21;
    transition: border .1s ease .0s;
}

.is_sp #talk_body a.touch,
.is_pc #talk_body a:hover{
    border-bottom: 2px dashed #fff;
    transition: border .15s ease .05s;
}

#talk_body dl{;
    margin: 0 0 0 90px;
    text-align: left;
    font-size: 16px;
    line-height: 2em;
    color: #023e21;
}

#talk_body dl:after{
    content: '';
    display: block;
    clear: both;
}

#talk_body dt{
    clear: both;
    width: 60px;
    float: left;
    font-size: 0;
    position: relative;
}

#talk_body dt.all{
    font-size: 13px;
    padding: 21px 0 0 5px
}


#talk_body dt:before,
#talk_body dt:after{
    content: '';
    display: block;
    width: 38px;
    height: 79px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 38px;
    position: absolute;
    top: 0;
    left: 0;
}

#talk_body dt:before{ left: -48px;}

#talk_body dt.mur:after{ background-image:url(../images/parts_face_muraguchi.png);}
#talk_body dt.mat:after{ background-image:url(../images/parts_face_matsuoka.png);}
#talk_body dt.kaw:after{ background-image:url(../images/parts_face_kawai.png);}

#talk_body dt.kaw_mat:before{ background-image:url(../images/parts_face_kawai.png);}
#talk_body dt.kaw_mat:after{ background-image:url(../images/parts_face_matsuoka.png);}
#talk_body dt.kaw_mur:before{ background-image:url(../images/parts_face_kawai.png);}
#talk_body dt.kaw_mur:after{ background-image:url(../images/parts_face_muraguchi.png);}

#talk_body dd{
    padding-top: 20px;
    margin: 0 0 35px 0;
    float: left;
}

.forIE #talk_body dd{ padding-left: 60px;}

#talk_body dd + dd{
    margin-top: -15px;
    margin-left: 70px;
    clear: both;
}

#talk_body .img{
    margin: 15px 0 30px 0;
    text-align: left;
    display: inline-block;
}

#talk_body .img.e{ margin: 0 0 -1px 0; line-height: 0;}
#talk_body .img.e img{ margin: 0 0 -1px 0; display: block; line-height: 0;}

#talk_body .img + .img{
    margin-top: -10px;
}

#talk_body .img img{
    width: 100%;
}

#talk_body .img.v img{
    width: 365px;
}

#talk_body .talk_date{
    margin: 45px 0 55px 0;
    text-align: center;
}

#talk_body .talk_date .continue{
    margin: 0 0 15px 0;
    font-size: 16px;
    line-height: 1.6em;
}

#talk_body h3{
    margin: 35px 0 30px 90px;
    padding: 15px 0 0 55px;
    text-align: left;
    font-size: 21px;
    position: relative;
}

#talk_body h3:before{
    content: '';
    display: block;
    width: 36px;
    height: 50px;
    background-repeat: no-repeat;
    background-image:url(../images/parts_cup.png);
    background-position: center;
    background-size: 35px;
    position: absolute;
    top: 0;
    left: 0;
}



/* --------------------------------------------------
*
    #btm_info
*
-------------------------------------------------- */
#btm_info{
    padding: 25px 0 40px 0;
    text-align: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

#btm_info .btn_banner{
    text-align: center;
    line-height: 1em;
}

#btm_info .btn_banner img{
    width: 400px;
    margin: 0 0 12px 0;
}

#btm_info .btn_banner span{
    display: block;
}


/* --------------------------------------------------
*
    #section_profile
*
-------------------------------------------------- */
#section_profile{
    width: 600px;
    margin: 0 auto;
    padding: 110px 0 30px 0;
    overflow: hidden;
}

#section_profile li{
    margin: 0 0 75px 0;
    padding: 0 0 0 170px;
    box-sizing: border-box;
    position: relative;
}

#section_profile li:last-child{ margin: 0;}

#section_profile .img{
    position: absolute;
    top: 0;
    left: 0;
}

#section_profile .img img{
    width: 140px;
}

#section_profile li h3{
    margin: 0 0 5px 0;
    font-size: 24px;
}

#section_profile li h3 .s{
    margin: 0 0 0 10px;
    font-size: 16px;
}

#section_profile li .desc{
    font-size: 16px;
    line-height: 2em;
}


/* --------------------------------------------------
*
    #section_summary
*
-------------------------------------------------- */
#section_summary{
    width: 640px;
    margin: 0 auto;
    padding: 110px 0 10px 70px;
    box-sizing: border-box;
    overflow: hidden;
}

#section_summary h2{
    font-size: 24px;
    margin: 0 0 40px 0;
}

#section_summary p{
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 2em;
}

#section_summary p:last-child{
    margin: 0;
}


/* --------------------------------------------------
*
    #foot_share
*
-------------------------------------------------- */
#foot_share{
    padding: 70px 0 0 0;
    background-color: #023E21;
    text-align: center;
    overflow: hidden;
}

#foot_share li{
    margin: 0 13px 30px 13px;
    display: inline-block;
    vertical-align: top;
}

#foot_share li img{
    width: auto;
    height: 50px;
}

#foot_share .copyright{
    margin: 0 0 80px 0;
}

#foot_share .copyright img{
    width: 210px;
}

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