@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    index_sp.css
*
*
------------------------------------------------------------------------------------------ */
/*------------------------------------------------------------------------------------------
*
*
    max-width: 640px
*
*
------------------------------------------------------------------------------------------ */
@media screen and (max-width: 640px) {

#contents_area{
    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 20px 0;
}

#main_visual img{
    width: 100%;
}


/* --------------------------------------------------
*
    #section_yodogawa
*
-------------------------------------------------- */
#section_yodogawa{
    margin: 0 0 30px 0;
    padding: 0 15px;
}

#section_yodogawa p{
    font-size: 16px;
    line-height: 1.8333em;
    letter-spacing: 0;
}

/* --------------------------------------------------
*
    #section_profile
*
-------------------------------------------------- */
#section_profile{
    margin: 0 0 15px 0;
    padding: 0 15px;
    text-align: center;
}

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

#section_profile h2:before{
    content: '';
    width: 10px;
    height: 100%;
    display: block;
    background-image:url(../images/parts_ico_arrow_right.png);
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -2px;
    left: 0;
    transform: rotate(0deg);
    transition: transform .1s ease .0s;
    -webkit-transform: rotate(0deg);
    -webkit-transition: transform .1s ease .0s;
    transition: left .15s ease .0s, margin .15s 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: 14px;
    border-bottom: 1px solid #fff;
    background-position: right 5px;
    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: 75%;
    position: relative;
    top: -1px;
}

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

#section_profile .section_inner{
    max-width: 460px;
    margin: 0 auto;
    height: 0;
    overflow: hidden;
    text-align: left;
}


/* --------------------------------------------------
*
    #post_body
*
-------------------------------------------------- */
#post_body{
    margin: 0 0 25px 0;
    padding: 30px 15px;
    position: relative;
    text-align: center;
}

#post_body:before{
    content: '';
    display: block;
    width: 94%;
    height: 2px;
    background-color: #ebdaac;
    position: absolute;
    top: 0;
    left: 3%;
}

.archive #post_body{ padding-top: 15px;}
.archive #post_body:before{ display: none;}

#post_body h2{
    font-family: '見出ゴMB31' !important;
    margin: 0 0 30px 0;
    font-size: 23px;
    letter-spacing: 0;
    white-space: nowrap;
    line-height: 1.5em;
    display: inline-block;
    text-align: left;
}

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

#post_body li{
    margin: 0 0 35px 0;
    padding: 0 0 60px 0;
    background-image:url(../images/parts_ico_o.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center bottom;
    text-align: left;
}

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

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

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

#post_body .continue{
    margin: 0 0 45px 0;
    text-align: center;
}

#post_body .continue p{
    margin: 0;
}

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

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

#post_body .talk_nav{
    padding: 35px 0 0 0;
    position: relative;
    text-align: center;
}

#post_body .talk_nav:after{
    content: '';
    display: block;
    width: 94%;
    padding: 0 15px;
    height: 2px;
    background-color: #ebdaac;
    position: absolute;
    top: 0;
    left: calc(3% - 15px);
}

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

#post_body .talk_nav li:first-child{ margin-left: 0;}
#post_body .talk_nav li:last-child{ margin-right: 0;}

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

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

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


/* --------------------------------------------------
*
    #index_nav
*
-------------------------------------------------- */
#index_nav{
    margin: 0 0 30px 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;
    letter-spacing: 0;
}

#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;
    overflow: hidden;
}

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

#foot_share li{
    margin: 0 0 20px 0;
    display: block;
}

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

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

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

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

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