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


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

#contents_area{
    width: 750px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
}

/* --------------------------------------------------
*
    #header
*
-------------------------------------------------- */
#header{
    text-align: center;
    overflow: hidden;
    background-color: #ebdaac;
}

#header p{
    margin: 14px 0 12px 0;
}

#header img{
    width: 180px;
}

/* --------------------------------------------------
*
    #main_visual
*
-------------------------------------------------- */
#main_visual{
    margin: 0 0 40px 0;
}


/* --------------------------------------------------
*
    #section_yodogawa
*
-------------------------------------------------- */
#section_yodogawa{
    margin: 0 0 35px 0;
    padding: 0 0 0 175px;
}

#section_yodogawa p{
    font-size: 18px;
    line-height: 1.8333em;
    letter-spacing: .04em;
}

/* --------------------------------------------------
*
    #section_profile
*
-------------------------------------------------- */
#section_profile{
    margin: 0 0 25px 0;
    padding: 0 0 0 175px;
}

#section_profile h2{
    font-family: '見出ゴMB31' !important;
    margin: 0 0 10px 0;
    padding: 0 30px 5px 17px;
    font-size: 16px;
    display: inline-block;
    letter-spacing: .04em;
    position: relative;
    cursor: pointer;
}

#section_profile h2:before{
    content: '';
    width: 10px;
    height: 100%;
    display: block;
    background-image:url(../images/parts_ico_arrow_right.png);
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -2px;
    left: 0;
    transform: rotate(0);
    transition: transform .1s ease .0s;
    -webkit-transform: rotate(0);
    -webkit-transition: transform .1s ease .0s;
}

#section_profile.on h2:before{
    transform: rotate(90deg);
    transition: transform .15s ease .05s;
    -webkit-transform: rotate(90deg);
    -webkit-transition: transform .15s ease .05s;
}

#section_profile h2:after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-image:url(../images/parts_ico_ribon.png);
    background-size: 20px;
    border-bottom: 1px solid #fff;
    background-position: right 3px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    transition: border .1s ease .0s;
}

.is_pc #section_profile h2:hover:after,
.is_sp #section_profile h2.touch:after{
    border-bottom: 1px solid #666;
    transition: border .15s ease .05s;
}

#section_profile h2 span{
    font-size: 80%;
    position: relative;
    top: -1px;
}

#section_profile p{
    font-size: 14px;
    line-height: 2.214em;
}

#section_profile .section_inner{
    height: 0;
    overflow: hidden;
}


/* --------------------------------------------------
*
    #post_body
*
-------------------------------------------------- */
#post_body{
    margin: 0 0 95px 125px;
    padding: 35px 0 5px 50px;
    border-left: 1px solid #000;
}

#post_body h2{
    font-family: '見出ゴMB31' !important;
    margin: 0 0 35px 0;
    font-size: 25px;
}

#post_body h2 .num{
    margin: 0 0 18px 0;
    font-size: 70%;
    display: block;
}

#post_body li{
    margin: 0 0 40px 0;
    padding: 0 0 65px 0;
    background-image:url(../images/parts_ico_o.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 150px bottom;
}

#post_body li:last-child{
    background: none;
    margin: 0 0 35px 0;
    padding: 0;
}

#post_body p{
    margin: 0 0 35px 0;
    font-size: 17px;
    line-height: 1.8823em;
    letter-spacing: .04em;
}

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

#post_body .continue{
    margin: 0 0 60px 0;
}

#post_body .continue p{
    margin: 0;
}

#post_body .continue p.txt{
    margin: 0 0 30px 0;
}

#post_body .continue p.date{
    font-size: 12px;
    letter-spacing: .04em;
}

#post_body .talk_nav{
    padding: 0 0 0 10px;
}

#post_body .talk_nav li{
    margin: 0 63px 0 0;
    padding: 0;
    display: inline-block;
    background: none;
}

#post_body .talk_nav li.disabled{
    visibility: hidden;
}

#post_body .talk_nav li.disabled img{
    cursor: default;
}

#post_body .talk_nav li img{
    width: 80px;
}


/* --------------------------------------------------
*
    #index_nav
*
-------------------------------------------------- */
#index_nav{
    margin: 0 0 50px 0;
    padding: 50px 0 0 0;
    text-align: center;
    overflow: hidden;
}

#index_nav li{
    margin: 0 0 30px 0;
}

#index_nav li.disabled{
    cursor: default;
    display: none;
}

#index_nav li.disabled a{
    opacity: .3 !important;
    cursor: default;
}

#index_nav li a{
    display: block;
    transition: opacity .1s ease .0s;
}

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

#index_nav h3{
    font-family: '見出ゴMB31' !important;
    font-size: 16px;
    margin: 0 0 20px 0;
}

#index_nav li h4{
    margin: 0 0 10px 0;
    font-size: 16px;
}

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

/* --------------------------------------------------
*
    #foot_share
*
-------------------------------------------------- */
body.archive #foot_share{
    padding: 50px 0 0 0;
}

#foot_share{
    text-align: center;
    background-color: #ebdaac;
}

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

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

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

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

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

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

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