@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    index_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
#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-size: 17%;
    background-position: center top;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

#contents{
    margin: 0 auto;
    overflow: hidden;
}


.btn_detail{
    width: calc(460 / 640 * 100vw);
    max-width: 280px;
    margin: 0 auto !important;
    display: table;
    text-align: center;
}

.btn_detail a{
    width: calc(460 / 640 * 100vw);
    max-width: 280px;
    height: 40px;
    font-size: 14px;
    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 calc(30 / 640 * 100vw) 0;
    line-height: 0;
}

#kv h1{
    position: relative;
}

#kv h1 img{
    width: 100%;
}


/* --------------------------------------------------
*
    #yodogawa
*
-------------------------------------------------- */
#yodogawa{
    margin: 0 0 calc(30 / 640 * 100vw) 0;
    padding: 0 0 calc(30 / 640 * 100vw) 0;
    background-color: #ffffdc;
    text-align: center;
}

#yodogawa .inner{
    padding: calc(40 / 640 * 100vw);
    text-align: left;
}

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

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


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


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

#post_body{
    padding: calc(60 / 640 * 100vw) calc(40 / 640 * 100vw) 0 calc(40 / 640 * 100vw);
}

#post_body h2{
    margin: 0 0 calc(45 / 640 * 100vw) 0;
    text-align: center;
}

#post_body h2 img{
    width: calc(480 / 640 * 100vw);
    max-width: calc(480 * .7px);
}

#post_body p{
    margin: 0 0 2em 0;
    font-size: 13px;
    line-height: 2.125em;
}

#post_body .il{
    margin: calc(50 / 640 * 100vw) 0;
    padding: 0 calc(30 / 640 * 100vw);
    text-align: center;
}

#post_body .il img{
    width: 100%;
    max-width: 420px;
}

#post_body .mov{
    margin: calc(50 / 640 * 100vw) 0 calc(80 / 640 * 100vw);
    padding: 0 !important;
    text-align: center;
}

#post_body .mov iframe{
    width: calc(520 / 640 * 100vw);
    height: calc(520 / 640 * 100vw * .5625);
}

.is_sp #post_body .mov iframe{
    width: calc(560 / 640 * 100vw);
    height: calc(560 / 640 * 100vw * .5625);
}

#post_body .btm_notes{
    margin: calc(80 / 640 * 100vw) 0;
    font-size: 13px;
    letter-spacing: .1em;
    text-align: center;
}

#post_body .btm_notes p.date{
    margin: calc(70 / 640 * 100vw) 0 0 0;
    font-size: 11px;
}


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

/* --------------------------------------------------
*
    .profile_inner
*
-------------------------------------------------- */
.profile_inner{
    padding: calc(40 / 640 * 100vw);
    display: inline-block;
    text-align: left;
}

.profile_inner p{
    margin: 0 0 2em 0;
    font-size: 12px;
    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;
}


} /* ----- max-width: 640px ----- */
