@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    index_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    text-align: center;
    background-color: #ededef;
    line-height: 0;
}



/* --------------------------------------------------
*
    #yodogawa
*
-------------------------------------------------- */
#yodogawa{
    border-top: 1px solid #534741;
    padding: 35px 0;
    text-align: center;
    background-color: #f5f5f6;
}

#yodogawa p{
    display: inline-block;
    text-align: left;
    writing-mode: vertical-rl;
    line-height: 2em;
    letter-spacing: .06em;
}


/* --------------------------------------------------
*
    #profile
*
-------------------------------------------------- */
#profile{
    border-top: 1px solid #534741;
    border-bottom: 1px solid #534741;
    background-color: #b3b3b3;
    text-align: center;
    line-height: 0;
}

#profile .btn{
    cursor: pointer;
}

#profile .btn img{ transition: opacity .1s ease;}
.is_pc #profile .btn img:hover,
.is_sp #profile .btn img.touch{ opacity: .7; transition: opacity .15s ease;}

#modal_data .inner{
    margin: 40px 0;
    padding: 70px 60px;
    background-color: #fff;
    display: inline-block;
    text-align: left;
}

#modal_data .inner .pic{
    margin: 0 0 30px 0;
}

#modal_data .inner .pic img{
    width: 400px;
}

#modal_data h3{
    margin: 0 0 30px 0;
    font-size: 21px;
    letter-spacing: .06em;
}

#modal_data p{
    font-size: 16px;
    line-height: 2em;
    letter-spacing: .06em;
}

/* --------------------------------------------------
*
    #index_nav
*
-------------------------------------------------- */
#index_nav{
    text-align: center;
    background-image:url(../images/parts_bg_grd.png);
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: center;
}

#index_nav ul{
    padding: 100px 0 40px 0;
    width: 530px;
    display: inline-block;
}

#index_nav li{
    padding: 55px 0 0 0;
    margin: 0 0 45px 0;
    border-top: 1px solid #534741;
}

#index_nav li:first-child{ padding: 0; border: none;}

#index_nav li img{ opacity: 1 !important;}

#index_nav h2{
    margin: 0 0 15px 0;
}

#index_nav h2 img{
    width: 372px;
}

#index_nav .img img{
    width: 320px;
}

#index_nav .date{
    margin: 0 0 30px 0;
}

#index_nav a{
    color: #534741;
    font-size: 11px;
    letter-spacing: .06em;
    display: block;
    overflow: hidden;
    transition: opacity .1s ease;
}

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

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



/* --------------------------------------------------
*
    article
*
-------------------------------------------------- */
article{
    padding: 100px 0 0 0;
    text-align: center;
    background-image:url(../images/parts_bg_grd.png);
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
}

#talk_nav{
    border-bottom: 1px solid #534741;
}

#talk_nav.b{
    border-top: 1px solid #534741;
    border-bottom: none;
    padding: 0 0 100px 0;
}

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

#talk_nav.b ul{
    padding: 10px 0 0 0;
}

#talk_nav .disabled{ visibility: hidden;}

#talk_nav img{
    width: auto;
    height: 33px;
}

article h2{
    margin: 80px 0;
}

article h2 img{
    width: 372px;
}

article .inner{
    width: 600px;
    margin: 0 auto;
}

article dl{
    width: 100%;
    display: table;
    margin: 0 0 2em 0;
    font-size: 16px;
    text-align: left;
}

article dl br{ display: inherit !important;}

article dt{
    width: 175px;
    min-width: 175px;
    display: table-cell;
    text-align: right;
    letter-spacing: .25em;
}

article dt.h{ letter-spacing: -.1em;}
article dt.h:after{ content: ''; display: inline-block; margin: 0 8px 0 0;}
article dt.n{ color: #008994; font-family: 'こぶりなゴシック W6 JIS2004' !important;}

article dd{
    width: 100%;
    padding: 0 0 0 15px;
    display: table-cell;
    letter-spacing: .06em;
    line-height: 2em;
}

article .pic{
    margin: 60px auto;
    text-align: left;
}

article .pic img{ width: 100%;}
article .pic .caption{ font-size: 14px; display: block; margin: 10px 0 0 0;}
article .pic.v{ max-width: 420px;}

article .continue{
    padding: 40px 0 0 0;
    letter-spacing: .06em;
}

article .continue .d{
    margin: 20px 0 100px 0;
    font-size: 12px;
}

/* --------------------------------------------------
*
    #information
*
-------------------------------------------------- */
#information{
    border-top: 1px solid #534741;
    text-align: center;
}

#information .inner{
    width: 530px;
    padding: 90px 0 0 0;
    text-align: left;
    display: inline-block;
    border-left: 1px solid #534741;
    border-right: 1px solid #534741;
    box-sizing: border-box;
}

#information h3{
    margin: 0 0 35px 0;
    font-size: 26px;
    text-align: center;
    line-height: 1.508em;
    letter-spacing: .06em;
}

#information .inner .desc{ padding-left: 105px;}

#information .inner .pic{
    margin: 0 0 30px 0;
    border-top: 1px solid #534741;
    border-bottom: 1px solid #534741;
    line-height: 0;
    position: relative;
}

#information .inner .pic img{
    width: 100%;
}

#information p{
    margin: 0 0 55px 0;
    font-size: 16px;
    line-height: 1.875em;
    letter-spacing: .06em;
}

#information p:last-child{ margin: 0 0 30px 0;}

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

/* --------------------------------------------------
*
    footer
*
-------------------------------------------------- */
footer{
    border-top: 1px solid #534741;
    padding: 105px 0;
    text-align: center;
    background-color: #cad4de;
}

footer ul{
    width: 530px;
    padding: 0 20px;
    margin: 0 auto 70px auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    vertical-align: top;
}

footer ul li img{
    width: auto;
    height: 78px;
}

footer .copyright img{
    width: 256px;
}


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