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

#content_nav li.disabled{ visibility: hidden;}

@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/parts_bg_index.gif);
    background-position: center top;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

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

.btn_detail{
    width: 255px;
    display: table;
    text-align: center;
    margin: 40px auto 0;
}

.btn_detail a{
    width: 255px;
    height: 40px;
    background-color: #e0e0e0;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    border: 2px solid #000;
    border-radius: 40px;
    box-sizing: border-box;
    transition: background .1s ease;
}

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

.isIE .btn_detail a{
    padding-top: 4px;
}
.device_sp {
    display: none;
}
/* --------------------------------------------------
*
    #kv
*
-------------------------------------------------- */
#kv{
    line-height: 0;
}

#kv h1{
    position: relative;
}

.coming #kv h1:after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-image:url(../images/img_kv_index_onsale.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    top: 0;
    left: 0;
    z-index: 1;
}


/* --------------------------------------------------
*
    #yodogawa
*
-------------------------------------------------- */
#yodogawa{
    padding: 55px 0;
    background-color: #FFFFE1;
    text-align: center;
    color: #404040;
}

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

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

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


/* --------------------------------------------------
*
    #content_list
*
-------------------------------------------------- */
#content_list{
    text-align: center;
    background-color: #fff;
}

#content_list h2{
    padding: 30px 0;
}

#content_list h2 img{
    width: 75px;
}

#content_list ul{ border-bottom: 8px solid #AACDFF;}
#content_list li{ border-top: 8px solid #AACDFF;}

#content_list li a{
    padding: 35px 0 30px 0;
    display: block;
    transition: opacity .1s ease;
}

.is_pc #content_list li a:hover,
.is_sp #content_list li a.touch{
    opacity: .7;
    transition: opacity .15s ease;
}

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


/* --------------------------------------------------
*
    #related
*
-------------------------------------------------- */
.btm_wrap{ width: 800px; margin: 0 auto;}
#related.bl{
    margin-top: 30px;
}

#related{
    background-color: #fff;
    border-bottom: 1px solid #000;
}

#related h3{
    text-align: center;
    padding: 35px 0;
    background-color: #cdcdcd;
}

#related h3 img{
    width: 359px;
}

#related ul{
    border-top: 1px solid #000;
    display: flex;
}

#related p{
    border-top: 1px solid #000;
}

#related li,
#related p{
    box-sizing: border-box;
    line-height: 0;
}

#related li:first-child{ border-right: 1px solid #000;}

#related a{
    display: block;
    transition: opacity .1s ease;
}

.is_pc #related a:hover,
.is_sp #related a.touch{
    opacity: .7;
    transition: opacity .15s ease;
}


/* --------------------------------------------------
*
    #archives
*
-------------------------------------------------- */
#archives{
    background-color: #fff;
}

#archives h3{
    text-align: center;
    padding: 35px 0;
    background-color: #cdcdcd;
}

#archives h3 img{
    width: 489px;
}

#archives ul{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: flex;
}

#archives li,
#archives p{
    box-sizing: border-box;
    line-height: 0;
}

#archives li:first-child{ border-right: 1px solid #000;}

#archives a{
    display: block;
    transition: opacity .1s ease;
}

.is_pc #archives a:hover,
.is_sp #archives a.touch{
    opacity: .7;
    transition: opacity .15s ease;
}


/* --------------------------------------------------
*
    #content_nav
*
-------------------------------------------------- */
#content_nav{
    padding: 40px 0 35px 0;
    background-color: #E1E6E6;
}

#content_nav ul{
    padding: 0 150px;
    display: flex;
    justify-content: space-between;
}

#content_nav img{
    width: 52px;
}

#content_nav li{ text-align: center; }
#content_nav li a{
    display: block;
    text-align: center;
    position: relative;
    transition: opacity .1s ease;
}

.is_pc #content_nav li a:hover,
.is_sp #content_nav li a.touch{
    opacity: .7;
    transition: opacity .15s ease;
}

#content_nav li a:after{
    margin: 5px 0 0 0;
    display: block;
    position: relative;
    font-size: 14px;
}

#content_nav li.prev a:after{ content: 'まえへ';}
#content_nav li.index a:after{ content: 'もくじページへ';}
#content_nav li.next a:after{ content: 'つぎへ';}


/* --------------------------------------------------
*
    .post_title
*
-------------------------------------------------- */
.post_title{
    overflow: hidden;
    padding: 35px 0 40px 0;
    text-align: center;
    border-bottom: 8px solid #AACDFF;
    line-height: 0;
}

/* .post_title h2{ margin-bottom: -40px; position: relative;}
.post_title h2:after{
    content: '';
    display: block;
    width: 100%;
    height: 35px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
} */


/* --------------------------------------------------
*
    .profile
*
-------------------------------------------------- */
.profile_modal1,.profile_modal2{ display: none;}

.profile{
    padding: 50px 0 50px 0;
    text-align: center;
    border-bottom: 8px solid #AACDFF;
}

.profile .desc{
    padding: 0 0 0 200px;
    text-align: left;
}

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

.profile .desc p:last-child{ margin: 0;}

.profile .pic{
    margin: 50px 0 30px 0;
    text-align: center;
    display: inline-block;
}

.profile .desc .pic{
    margin: 0 0 30px -120px;
    text-align: center;
    display: inline-block;
}

.profile .pic ul{
    padding: 10px 0 0 0;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    letter-spacing: .1em;
}

.profile .pic li:first-child{ padding-left: 55px;}
.profile .pic li:last-child{ padding-right: 20px;}


/* --------------------------------------------------
*
    #post_body
*
-------------------------------------------------- */
#post_body{
    padding: 50px 0 0 0;
}

#post_body h2{
    margin: 60px 0 40px 215px;
}

#post_body h2:first-of-type{
    margin: 0 0 40px 215px;
}

#post_body dl{
    width: 100%;
    display: table;
    margin: 0 0 2em 0;
    font-size: 16px;
}

#post_body dt{
    width: 195px;
    min-width: 195px;
    display: table-cell;
    text-align: right;
    font-family: 'Soft Gothic Bold' !important;
    letter-spacing: .1em;
}

#post_body dt.t_h{ letter-spacing: -.05em;}
#post_body dt.t_h:after{ content: ''; display: inline-block; margin: 0 3px 0 0;}

#post_body dd{
    width: 100%;
    padding: 0 0 0 20px;
    display: table-cell;
    letter-spacing: .1em;
    line-height: 2.125em;
}

#post_body .pic{
    margin: 50px 0;
    text-align: center;
}
#post_body .pic2{
    margin: -20px 0 50px;
    text-align: center;
}

#post_body .btn_detail{ margin: -30px auto 50px auto;}

#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;
    font-size: 14px;
}

#post_body .line{
    margin: 70px 50px 60px 50px;
    border-top: 1px solid #000;
}

#post_body .desc{
    padding: 0 0 0 175px;
}

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

#post_body .desc .ti{
    display: block;
    padding-left: 1em;
    text-indent: -1em;
}

#post_body .desc a{
    color: #0082ff;
    transition: opacity .1s ease;
}

.is_pc #post_body .desc a:hover,
.is_sp #post_body .desc a.touch{
    opacity: .7;
    transition: opacity .15s ease;
}


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

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

.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;
}

.profile_inner .pic ul{
    display: flex;
    justify-content: space-around;
    font-size: 14px;
    padding: 10px 0 50px;
}

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