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


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

#contents_area{
    width: 900px;
    margin: 0 auto;
    padding: 0 0 40px 0;
}

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

#header .logo_hobo{
    margin: 35px 0 25px 0;
    line-height: 0;
}

#header .logo_hobo img{
    width: 160px;
}


/* --------------------------------------------------
*
    #main_visual
*
-------------------------------------------------- */
#main_visual{
    line-height: 0;
    text-align: center;
}

#main_visual img{
    line-height: 0;
    display: block;
}

/* --------------------------------------------------
*
    #section_yodogawa
*
-------------------------------------------------- */
#section_yodogawa{
    background-color: rgba(255, 255, 255, .2);
    text-align: center;
}

#section_yodogawa .section_inner{
    padding: 45px 0 50px 0;
    display: inline-block;
    text-align: left;
}

#section_yodogawa p{
    font-size: 18px;
    font-weight: bold;
    line-height: 2em;
    color: #fff;
    letter-spacing: .05em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#section_yodogawa .notes{
    margin: 15px 0 0 0;
    font-size: 13px;
    color: #fff;
}


/* --------------------------------------------------
*
    #index_nav
*
-------------------------------------------------- */
#index_nav{
    background-color: #9c2402;
    text-align: center;
}

#index_nav .section_inner{
    width: 550px;
    margin: 50px 0 30px 60px;
    display: inline-block;
    position: relative;
    text-align: left;
}

#index_nav h2{
    position: absolute;
    top: 0;
    left: -55px;
}

#index_nav li{
    margin: 0 0 15px 0;
    background-repeat: no-repeat;
    position: relative;
}

#index_nav li a{ display: block; position: relative;}
#index_nav li a:after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    visibility: hidden;
    opacity: 1;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: opacity .1s ease .0s, visibility 0s ease .065s;
}

#index_nav li.n01 a:after{ background-image:url(../images/img_index_nav_01_ov.png);}
#index_nav li.n02 a:after{ background-image:url(../images/img_index_nav_02_ov.png);}
#index_nav li.n03 a:after{ background-image:url(../images/img_index_nav_03_ov.png);}
#index_nav li.n04 a:after{ background-image:url(../images/img_index_nav_04_ov.png);}

.is_pc #index_nav li:hover a:after,
.is_sp #index_nav li.touch a:after{
    visibility: visible;
    transition: opacity .15s ease .05s, visibility 0s ease .02s;
}

#index_nav li.disabled a{ cursor: default;}
#index_nav li.disabled a:after{ display: none !important;}
#index_nav li.disabled.n02{ background-image:url(../images/img_index_nav_02_off.png);}
#index_nav li.disabled.n03{ background-image:url(../images/img_index_nav_03_off.png);}
#index_nav li.disabled.n04{ background-image:url(../images/img_index_nav_04_off.png);}

#index_nav li img{
    opacity: 1 !important;
    position: relative;
    z-index: 1;
    transition: opacity .1s ease .0s;
}

.is_pc #index_nav li:hover img,
.is_sp #index_nav li.touch img{
    opacity: 0 !important;
    transition: opacity .15s ease .05s;
}

#index_nav li.disabled img{
    opacity: 0 !important;
}

/* --------------------------------------------------
*
    #talk_nav
*
-------------------------------------------------- */
#talk_nav{
    height: 120px;
    padding: 45px 0;
    box-sizing: border-box;
    background-image:url(../images/parts_bg_talk_nav.jpg);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

#talk_nav.btm{
    background-image: none;
    background-color: rgba(255, 255, 255, .2);
}

#talk_nav ul{
    letter-spacing: -.40em;
}

#talk_nav li{
    margin: 0 65px;
    display: inline-block;
    letter-spacing: normal;
}

#talk_nav li.disabled{
    visibility: hidden !important;
}

#talk_nav li a{ display: block; position: relative;}
#talk_nav li a:after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    visibility: hidden;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: auto 30px;
    background-position: center top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: opacity .1s ease .0s, visibility 0s ease .065s;
}

#talk_nav li.prev a:after{ background-image:url(../images/btn_talk_nav_prev_ov.png);}
#talk_nav li.index a:after{ background-image:url(../images/btn_talk_nav_index_ov.png);}
#talk_nav li.next a:after{ background-image:url(../images/btn_talk_nav_next_ov.png);}

.is_pc #talk_nav li:hover a:after,
.is_sp #talk_nav li.touch a:after{
    visibility: visible;
    transition: opacity .15s ease .05s, visibility 0s ease .02s;
}

#talk_nav li img{
    width: auto;
    height: 30px;
    opacity: 1 !important;
    position: relative;
    z-index: 1;
    transition: opacity .1s ease .0s;
}

.is_pc #talk_nav li:hover img,
.is_sp #talk_nav li.touch img{
    opacity: 0 !important;
    transition: opacity .15s ease .05s;
}


/* --------------------------------------------------
*
    #section_profile
*
-------------------------------------------------- */
#section_profile{
    background-color: #fff;
    text-align: center;
}

#section_profile .section_inner{
    margin: 50px 0 45px 60px;
    position: relative;
    display: inline-block;
    text-align: left;
}

#section_profile .section_inner h2{
    position: absolute;
    top: 0;
    left: -55px;
}

#section_profile .section_inner .pic{
    margin: 0 20px 0 0;
    display: inline-block;
    vertical-align: top;
    line-height: 0;
}

#section_profile .section_inner .col{
    display: inline-block;
    vertical-align: top;
}

#section_profile .section_inner h3{
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#section_profile .section_inner p{
    line-height: 1.8em;
}

/* --------------------------------------------------
*
    #talk_body
*
-------------------------------------------------- */
#talk_body{
    padding: 0 0 100px 0;
    background-image:url(../images/parts_ant_footer.png);
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) bottom;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
}

#talk_body h2{
    margin: 55px 0 50px 0;
    text-align: center;
}

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

#talk_body a{
    padding: 0 0 3px 0;
    color: #d43329;
    border-bottom: 1px solid #d43329;
    transition: color .1s ease .0s, border .1s ease .0s;
}

.is_pc #talk_body a:hover,
.is_sp #talk_body a.touch{
    color: #ffe514;
    border-color: #ffe514;
    transition: color .15s ease .05s, border .15s ease .05s;
}

#talk_body .pic{
    text-align: center;
    margin: 0 0 40px 0;
    display: inline-block;
}

#talk_body .pic img{
    width: 600px;
}

#talk_body .pic .caption{
    margin: 10px 0 0 0;
    display: block;
    font-size: 11px;
    text-align: right;
}

#talk_body .intro{
    margin: 0 0 50px 0;
    text-align: left;
}

#talk_body .intro p{
    margin: 0 0 45px 0;
    padding: 0 0 0 265px;
    line-height: 2em;
}

#talk_body .intro .mail{
    width: 505px;
    height: auto;
    margin: 0 auto;
    padding: 15px 30px 5px 30px;
    box-sizing: border-box;
    border: 1px solid #9a2402;
    position: relative;
}

#talk_body .intro .mail:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    padding: 4px;
    border: 1px solid #9a2402;
    position: absolute;
    top: -5px;
    left: -5px;
}

#talk_body .intro .ico{
    margin: 0 !important;
}

#talk_body .intro .ico img{
    width: 40px;
}

#talk_body .intro .mail p{
    margin: 0 0 20px 0;
    padding: 0;
    color: #9b2402;
}

#talk_body dl{
    margin: 0 0 0 195px;
    clear: both;
    line-height: 2em;
    text-align: left;
}

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

#talk_body dl dt{
    clear: both;
    float: left;
    width: 65px;
}

#talk_body dl dt:after{
    content: '：';
}

#talk_body dl dt.talker0{
    letter-spacing: -.3em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#talk_body dl .talker1{
    color: #9b2402;
}

#talk_body dl dd{
    float: left;
    margin: 0 0 35px 0;
}

#talk_body .continue{
    margin: 10px 0 0 0;
    clear: both;
}

#talk_body .continue .date{
    margin: 15px 0 50px 0;
    font-size: 13px;
    letter-spacing: .04em;
}

/* --------------------------------------------------
*
    #foot_share
*
-------------------------------------------------- */
#foot_share{
    height: 217px;
    padding: 40px 0 0 0;
    box-sizing: border-box;
    overflow: hidden;
    background-image:url(../images/parts_bg_foot_pc.jpg);
    background-repeat: no-repeat;
    text-align: center;
}

#foot_share ul{
    letter-spacing: -.40em;
}

#foot_share li{
    margin: 0 45px;
    display: inline-block;
    letter-spacing: normal;
}

#foot_share li a{ display: block; position: relative;}
#foot_share li a:after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    visibility: hidden;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: auto 72px;
    background-position: center top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: opacity .1s ease .0s, visibility 0s ease .065s;
}

#foot_share li.mail a:after{ background-image:url(../images/parts_share_mail_ov.png);}
#foot_share li.fb a:after{ background-image:url(../images/parts_share_fb_ov.png);}
#foot_share li.tw a:after{ background-image:url(../images/parts_share_tw_ov.png);}
#foot_share li.home a:after{ background-image:url(../images/parts_share_home_ov.png);}

.is_pc #foot_share li:hover a:after,
.is_sp #foot_share li.touch a:after{
    visibility: visible;
    transition: opacity .15s ease .05s, visibility 0s ease .02s;
}

#foot_share li img{
    width: auto;
    height: 72px;
    opacity: 1 !important;
    position: relative;
    z-index: 1;
    transition: opacity .1s ease .0s;
}

.is_pc #foot_share li:hover img,
.is_sp #foot_share li.touch img{
    opacity: 0 !important;
    transition: opacity .15s ease .05s;
}

#foot_share .copyright{
    margin: 55px 0 40px 0;
}

#foot_share .copyright img{
    width: 200px;
    height: auto;
}

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