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

#contents_area{
    width: 855px;
    padding: 60px 55px 0 55px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
.logo_hobo{
    margin: 25px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.logo_hobo img{
    width: 247px;
}

#mv{
    margin: 0 0 45px 0;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
}

#mv h1{
    margin: 0 0 -80px 0;
    position: relative;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 1);
}

#mv .pic{
    position: relative;
    -webkit-transform: translate3d(0, 0, -1);
}

#mv .pic .c img{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
}

/* --------------------------------------------------
*
    #sec_yodogawa
*
-------------------------------------------------- */
#sec_yodogawa{
    margin: 0 0 80px 0;
}

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

#sec_yodogawa a{
    transition: opacity .15s ease .0s;
}

#sec_yodogawa a img{
    opacity: 1 !important;
}

.is_sp #sec_yodogawa a.touch,
.is_pc #sec_yodogawa a:hover{
    opacity: .6;
    transition: opacity .15s ease .05s;
}

#sec_yodogawa .col_left{
    width: 480px;
    float: left;
}

#sec_yodogawa .col_right{
    width: 260px;
    float: right;
}

#sec_yodogawa .col_right img{
    width: 100%;
}

#sec_yodogawa .col_left p{
    font-size: 17px;
    line-height: 2.5em;
    position: relative;
    top: -10px;
}

#sec_yodogawa .col_right p{
    font-size: 12px;
    line-height: .06em;
    line-height: 1.86em;
}

#sec_yodogawa .col_right .open{
    margin: 0 0 15px 0;
}

#sec_yodogawa .col_right .caution{
    text-indent: -1em;
    padding-left: 1em;
    margin: 0 0 25px 0;
}

#sec_yodogawa .col_right .btn_profile a{
    width: 260px;
    height: 45px;
    display: block;
    border-radius: 5px;
    box-shadow: 0 5px 0 #ccc;
    transition: opacity .1s ease .0s, box-shadow .1s ease .0s, padding .1s ease .0s;
    position: relative;
    top: 0;
}

.is_sp #sec_yodogawa .col_right .btn_profile.touch a,
.is_pc #sec_yodogawa .col_right .btn_profile:hover a{
    opacity: .7;
    box-shadow: 0 0 0 #ccc;
    padding-top: 5px;
    transition: opacity .15s ease .05s, box-shadow .15s ease .05s, padding .15s ease .05s;
}

/* --------------------------------------------------
*
    #sec_info
*
-------------------------------------------------- */
#sec_info{
    margin: 0 0 100px 0;
}

#sec_info h2{
    background-image:url(../images/parts_ico_yodogawa.png);
    min-height: 133px;
    padding: 30px 0 0 95px;
    background-repeat: no-repeat;
    background-size: auto 133px;
    background-position: left top;
    font-size: 28px;
    line-height: 1.735em;
    letter-spacing: .04em;
}

#sec_info p{
    margin: 0 0 40px 0;
    padding: 0 0 0 115px;
    line-height: 2.3em;
}

#sec_info a{
    transition: opacity .15s ease .0s;
}

#sec_info a img{
    opacity: 1 !important;
}

.is_sp #sec_info a.touch,
.is_pc #sec_info a:hover{
    opacity: .6;
    transition: opacity .15s ease .05s;
}

#sec_info p.img.full{
    width: auto !important;
    padding: 0;
    text-align: center;
}

#sec_info p.img.full img{
    width: auto !important;
}

#sec_info p.img{
    width: 500px;
    padding: 0;
    margin: 0 auto 40px auto;
}

#sec_info p.img img{
    width: 100%;
}

#sec_info p.img .caption{
    font-size: 14px;
    line-height: 1.586em;
    color: #666;
    letter-spacing: .04em;
    display: block;
}



/* --------------------------------------------------
*
    #sec_point
*
-------------------------------------------------- */
#sec_point{
    margin: 0 0 -75px 0;
    text-align: center;
}

#sec_point .section{
    width: 510px;
    padding: 0 0 20px 0;
    margin: 0 auto 120px auto;
    background-color: #f0f0f0;
    border-radius: 10px;
}

#sec_point h3{
    margin: 0 -.5em -10px 0;
    font-size: 26px;
    line-height: 1.55em;
    color: #df1024;
    letter-spacing: .04em;
    position: relative;
    top: -35px;
}

#sec_point h3 img{
    width: 72px;
    display: block;
    margin: 0 auto 20px auto;
    position: relative;
    left: -.25em;
}

#sec_point p{
    margin: 0 0 30px 0;
    line-height: 2.13em;
}

#sec_point p.img img{
    width: 100%;
}

#sec_point p.img .caption{
    font-size: 14px;
    color: #666;
    display: block;
    letter-spacing: .04em;
    line-height: 1.586em;
}

#sec_point p.caution{
    font-size: 80%;
    color: #666;
}


/* --------------------------------------------------
*
    #sec_btm
*
-------------------------------------------------- */
#sec_btm{
    margin: 0 0 70px 0;
    overflow: hidden;
}

#sec_btm p{
    margin: 0 0 40px 0;
    padding: 0 0 0 115px;
    line-height: 2.3em;
}


/* --------------------------------------------------
*
    .profile_modal
*
-------------------------------------------------- */
.profile_modal_inner h3{
    margin: 40px 0 50px 0;
    font-size: 25px;
}

.profile_modal_inner p{
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 2.2em;
}

.profile_modal_inner a{
    display: block;
    transition: opacity .15s ease .0s;
}

.profile_modal_inner a{
    display: block;
}

.profile_modal_inner a.m{
    margin: 0 0 1em 0;
}

.is_sp .profile_modal_inner a.touch,
.is_pc .profile_modal_inner a:hover{
    opacity: .6;
    transition: opacity .15s ease .05s;
}

/* --------------------------------------------------
*
    #footer
*
-------------------------------------------------- */
#footer{
    width: 855px;
    margin: 0 auto;
    padding: 35px 0 20px 0;
    text-align: center;
    overflow: hidden;
    background-color: #333;
    color: #fff;
    position: relative;
    z-index: 2;
}

#footer a{
    font-family: 'century', sans-serif !important;
    font-size: 14px;
    color: #fff;
    letter-spacing: .04em;
}

#footer a,
#footer a i{
    transition: opacity .15s ease .0s;
}

#footer a img{
    opacity: 1 !important;
}

.is_sp #footer a.touch i,
.is_pc #footer a:hover i,
.is_sp #footer a.touch,
.is_pc #footer a:hover{
    opacity: .6;
    transition: opacity .15s ease .05s;
}

.safari #footer a{
    transition: opacity 0s ease 0s !important;
}

#footer i{
    margin: 0 0 5px 0;
    font-size: 48px;
    display: block;
}

#foot_share{
    margin: 0 0 95px 0;
    position: relative;
}

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

.copyright{
    text-align: center;
}

.copyright img{
    width: 263px;
}

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