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

body{ background-color: #e1faff; color: #404040;}

@media screen and (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
#wrap{ position: relative;}
#wrap:before{
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    background-image:url(../images/tk/parts_bg_dot.png);
    background-position: center top;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

#contents{
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

.btn_detail{
    width: 310px;
    display: table;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
}

.btn_detail a{
    width: 310px;
    height: 50px;
    font-size: 18px;
    background-color: #ffb9f1;
    display: table-cell;
    vertical-align: middle;
    color: #666;
    border: 3px solid #999999;
    border-radius: 40px;
    box-sizing: border-box;
    transition: border .1s ease;
}

.is_pc .btn_detail a:hover,
.is_sp .btn_detail a.touch{
    border-color: #444;
    transition: border .15s ease;
}

/* --------------------------------------------------
*
    #kv
*
-------------------------------------------------- */
#kv{
    margin: 0 0 10px 0;
    line-height: 0;
}

#kv h1{
    position: relative;
}


/* --------------------------------------------------
*
    #yodogawa
*
-------------------------------------------------- */
#yodogawa{
    margin: 0 0 10px 0;
    padding: 45px 0 20px 0;
    background-color: #ffffdc;
    text-align: center;
}

#yodogawa .inner{
    display: inline-block;
    text-align: left;
}

#yodogawa .inner p{
    margin: 0 0 2em 0;
    font-size: 16px;
    line-height: 2.125em;
    letter-spacing: .1em;
}

#yodogawa .inner p:last-child{ margin: 0;}


/* --------------------------------------------------
*
    .profile
*
-------------------------------------------------- */
.profile_modal{ display: none;}


/* --------------------------------------------------
*
    #post_body
*
-------------------------------------------------- */
#post_wrap{
    background-color: #fff;
}

#post_body{
    padding: 25px 0 0 0;
}

#post_body h2{
    margin: 0 0 40px 0;
    padding: 0 0 0 120px;
}

#post_body p{
    margin: 0 0 2em 0;
    padding: 0 0 0 200px;
    font-size: 16px;
    line-height: 2.125em;
    letter-spacing: .1em;
}

#post_body .il{
    margin: 60px 0 50px 0;
    padding: 0;
    text-align: center;
}

#post_body .mov{
    margin: 60px 0;
    text-align: center;
}

#post_body .btm_notes{
    margin: 60px 0;
    font-size: 16px;
    letter-spacing: .1em;
    text-align: center;
}

#post_body .btm_notes p.date{
    margin: 50px 0 0 0;
    padding: 0;
    font-size: 14px;
}

footer{
    border-top: 2px solid #000;
}


/* --------------------------------------------------
*
    .profile_inner
*
-------------------------------------------------- */
.profile_inner{
    padding: 80px 90px;
    display: inline-block;
    text-align: left;
}

.profile_inner p{
    margin: 0 0 2em 0;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 2.125em;
}

.profile_inner a{
    padding: 0 0 2px 0;
    color: #00a0ff;
}

.is_pc .profile_inner a:hover,
.is_sp .profile_inner a.touch{
    border-bottom: 1px solid #00a0ff;
}



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