@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    index_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){ 

#index .section_inner{
    width: 1000px;
    padding: 0 0 0 260px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

#talk #section_yodogawa .section_inner{
    width: 1000px;
    padding: 0 0 0 260px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
#header{
    min-width: 1000px;
    height: 60px;
    background-color: #000;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#header .logo_tokyo{
    margin: 10px 0 0 0;
}

#header .logo_tokyo img{
    width: 234px;
    height: auto;
}

#header .logo_hobonichi{
    position: absolute;
    top: 22px;
    right: 15px;
}

#header .logo_hobonichi{
    line-height: 0;
    background-image:url(../images/img_logo_hobonichi_on.png);
    background-size: 138px;
    background-repeat: no-repeat;
    background-position: -9999px;
}

#header .logo_hobonichi img{
    width: 138px;
    height: auto;
    transition: inherit !important;
}

#header .logo_hobonichi.touch,
#header .logo_hobonichi:hover{
    background-position: center;
}


#header .logo_hobonichi.touch img,
#header .logo_hobonichi:hover img{
    opacity: 0 !important;
    transition: inherit !important;
}

/* --------------------------------------------------
*
    #main_visual
*
-------------------------------------------------- */
#main_visual{
    min-width: 1000px;
    position: relative;
    text-align: center;
    background-color: #af8f00;
}
#talk #main_visual{
	border-bottom: 20px solid #231815;
}
#main_visual .pic{
    line-height: 0;
}

#main_visual .pic img{
    width: 100%;
    max-width: 1300px;
    height: auto;
}

#main_visual h1{
    width: 100%;
    position: absolute;
    top: 10.8%;
    left: 0;
}

#main_visual h1 img{
    width: 100%;
    max-width: 1300px;
    height: auto;
}

#main_visual .name{
    width: 100%;
    position: absolute;
    bottom: 5%;
    left: 0;
}

#main_visual .name_inner{
    max-width: 1300px;
    margin: 0 auto;
}

#main_visual .name_fujimori{
    width: 50%;
    padding: 0 40px 0 0;
    box-sizing: border-box;
    float: left;
}

#main_visual .name_itoi{
    width: 50%;
    margin: 35px 0 0 0;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    float: left;
}


/* --------------------------------------------------
*
    #section_yodogawa
*
-------------------------------------------------- */
#section_yodogawa{
    padding: 80px 0;
    position: relative;
}

#section_yodogawa h2{
    position: absolute;
    top: 30px;
    left: 192px;
}

#section_yodogawa .section_inner:before{
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    border-radius: 3px;
    background-color: #b28829;
    position: absolute;
    top: 0;
    left: 210px;
}

#section_yodogawa p{
    font-size: 21px;
    line-height: 2em;
}


/* --------------------------------------------------
*
    #section_index_nav
*
-------------------------------------------------- */
#section_index_nav{
    padding: 80px 0;
    position: relative;
    background-color: #b28829;
}

#section_index_nav h2{
    position: absolute;
    top: 5px;
    left: 192px;
}

#section_index_nav .section_inner:before{
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 210px;
}

#section_index_nav ul{
    margin: -10px 0;
    overflow: hidden;
}

#section_index_nav li{
    margin: 25px 0;
    line-height: 0;
    background-repeat: no-repeat;
    transition: opacity .15s ease .0s;
}

#section_index_nav li.disabled img{ opacity: 1 !important; cursor: default;}
#section_index_nav li.disabled a{ opacity: 1 !important; cursor: default;}
#section_index_nav li.on img{ opacity: 0;}

#section_index_nav li.n01.on{ background-image:url(../images/parts_index_nav_01_pc_on.png);}
#section_index_nav li.n02.on{ background-image:url(../images/parts_index_nav_02_pc_on.png);}
#section_index_nav li.n03.on{ background-image:url(../images/parts_index_nav_03_pc_on.png);}
#section_index_nav li.n04.on{ background-image:url(../images/parts_index_nav_04_pc_on.png);}

.is_sp #section_index_nav li.on.touch,
.is_pc #section_index_nav li.on:hover{ opacity: .7; transition: opacity .15s ease .0s;}


/* --------------------------------------------------
*
    #section_yodogawa
*
-------------------------------------------------- */
#section_profile{
    padding: 80px 0;
    position: relative;
}

#section_profile h2{
    position: absolute;
    top: 10px;
    left: 192px;
}

#section_profile h3{
    margin: 10px 0 20px 0;
    font-size: 24px;
    letter-spacing: .115em;
}

#section_profile h3 span{
    margin: 0 0 0 20px;
    font-size: 15px;
    letter-spacing: .075em;
    display: inline-block;
}

#section_profile .section_inner:before{
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    border-radius: 3px;
    background-color: #b28829;
    position: absolute;
    top: 0;
    left: 210px;
}

#section_profile .pic{
    margin: 0 0 15px 0;
}

#section_profile .pic img{
    width: 310px;
    height: auto;
}

#section_profile p{
    font-size: 16px;
    line-height: 2em;
    letter-spacing: .075em;
}


/* --------------------------------------------------
*
    .talk_nav
*
-------------------------------------------------- */
.talk_nav{
    padding: 40px 0;
    min-width: 1000px;
    overflow: hidden;
    border-top: 20px solid #231815;
    background-image:url(../images/pic_bg_nav.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.talk_nav.btm{
    border: none;
    background-image: none;
    background-color: #b08629;
}

.talk_nav.disabled{
    display: none;
}

.talk_nav ul{
    width: 600px;
    height: 64px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 0;
    position: relative;
    text-align: center;
}

.talk_nav li{
    display: inline-block;
}

.talk_nav li.disabled{
    visibility: hidden;
}

.talk_nav li img{
    width: auto;
    height: 64px;
    opacity: 1;
    transition: opacity .15s ease 0s;
}

.is_sp .talk_nav li a.touch img,
.is_pc .talk_nav li a:hover img{
    opacity: .5;
    transition: opacity .15s ease .05s;
}

.talk_nav li.btn_prev{
    position: absolute;
    bottom: 0;
    left: 0;
    transition: left .15s ease .0s;
}

.talk_nav li.btn_index{
    position: relative;
    transition: margin .15s ease .0s;
}

.talk_nav li.btn_next{
    position: absolute;
    bottom: 0;
    right: 0;
    transition: right .15s ease .0s;
}



/* --------------------------------------------------
*
    #talk_body
*
-------------------------------------------------- */
#talk_body{
    width: 700px;
    margin: 0 auto;
    overflow: hidden;
    padding: 75px 0 60px 0;
}

#talk_body .section_inner{
    padding: 0;
}

#talk_body h3{
    margin: 0 0 80px 0;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #b28829;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#talk_body h3 img{
    width: 112px;
    margin: 0 auto 20px auto;
    height: auto;
    display: block;
}

#talk_body .conv dl{
    padding: 0 0 0 95px;
    line-height: 2em;
    overflow: hidden;
}

#talk_body .conv dt{
    clear: both;
    float: left;
    font-weight: bold;
    width: 60px;
}

#talk_body .conv dd{
    float: left;
    width: 385px;
    margin: 0 0 35px 0;
    white-space: nowrap;
}

#talk_body .conv dd + dd{
    margin-left: 60px;
    margin-top: -10px;
}

#talk_body .conv .img{
    clear: both;
    margin: 10px 0 45px 0;
    position: relative;
    text-align: center;
}

#talk_body .continue{
    clear: both;
    margin: 35px 0 25px 0;
    text-align: center;
    line-height: 1.8em;
}

#talk_body .img.center{
    margin: 0 0 30px 0;
    text-align: center;
}

#talk_body .talk_date{
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #b28829;
    letter-spacing: .35em;
}
/* --------------------------------------------------
*
    #banner
*
-------------------------------------------------- */
#banner{
	background-color:#555;
	padding:40px;
}
#banner p{
	margin:0 auto;
	text-align:center;
}

/* --------------------------------------------------
*
    #foot_share
*
-------------------------------------------------- */
#foot_share{
    width: 100%;
    padding: 75px 0 60px 0;
    text-align: center;
    background-image:url(../images/pic_bg_btm.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#foot_share ul{
    margin: 0 0 70px 0;
}

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

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

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



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