body{
    background-color: #ebe7f3;
    color: #001e43;
}

.backcolor{
    background-color: #ebe7f3;
}

/* アイキャッチ画像の設定 */

.eyecatch{
    width: 100%;
    margin-bottom: 2rem;
    border-bottom: 2px solid #f5f5f5;
    background-color: #f5f5f5;
    margin: 0px auto;
    background-image: url(img/title_bg.jpg);
    background-repeat: repeat-x;
    background-repeat:round;
    min-width: 360px;
}

.pc{
    display: block;
}
.sp{
    display: none;
}

/*画像サイズは1280*720 */
.eyecatch img{
    width: 70%;
    margin: 0px auto;
}

@media (max-width: 800px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    /*画像サイズは1280*720 */
    .eyecatch img{
        width: 100%;
        /*min-height: 300px;*/
    }
}



.game-summary{
    font-size: 1.4rem;
}

.contents{
    margin: -5rem 4rem 5rem 4rem;
    padding-top: 10rem;
}

section{
    padding: 2rem 4rem 2rem 4rem;
    background-color: #645c99;
    color: #ebe7f3;
    border-radius: 16px;
    border: dashed 2px #9461f2;
    box-shadow: 0 0 0 10px #645c99;
    /*box-shadow: 2rem 1rem rgba(131,204, 210, 0.5) inset,
                2rem 1rem rgba(255,255, 255, 0.5);*/
    /*box-shadow: 0 0 8px #66563f;*/
    background-image: url(img/karasu.png);
    background-size: 100px;
    background-position: bottom right;
    background-repeat: no-repeat;
    
}

@media (max-width: 800px) {
    section{
        padding: 2rem 4rem 2rem 4rem;
    }
}

p.center{
    text-align: center;
}

p.right{
    text-align: right;
    margin-right: 2rem;
}

/*
.contents p{
    border-bottom: 1px solid #d1b082;
}
*/

h2{
    /*margin-left: 2rem;*/
    margin-bottom: 3rem;
    margin-left: -1.5rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    width: auto;
    /*border-bottom: 3px double #20b2aa;*/
    white-space: nowrap;
    border-radius: 24px;
    background-image:
        linear-gradient(90deg, #cc7aba 30%, #dbcef3 70%, transparent 100%),
        repeating-linear-gradient(135deg, #dbcef3 0 4px, transparent 4px 8px);
}

.h2_icon{
    max-width: 30%;
    max-height: 50px;
    float: right;
    margin-right: 2rem;
}

.h2_menu{
    max-width: 80%;
    max-height: 30px;
    vertical-align: bottom;
    /*margin-left: 1rem;*/
    margin-bottom: 0.2rem;
    /*margin-left: -1.5rem;*/
    margin-top : 8px;
}

h3{
    padding: 0 0 0.5rem 0.5rem;
    margin-bottom: 2rem;
    margin-left: -0.5rem;
    /*border-bottom: 4px solid;
    border-image: linear-gradient(to right, #87ceeb 0%, transparent 100%);
    border-image-slice: 1;
    */

    /*padding: 0.8rem 0;
    margin-bottom: 0.2rem;
    */
    /*background-image: linear-gradient(to right, #87ceeb 0 10%, #efefef 10%, transparent 150%);*/
    /*background-image: linear-gradient(to right, #b3ab20 0 10%, #27b320 10%, transparent 150%);*/
    /*background-image: linear-gradient(to right, #87ceeb 0 30%, #dbcef3 30%, transparent 180%);*/
    background-image: linear-gradient(to right, #dbcef3 0 30%, #cc7aba 30%, transparent 180%);
    background-repeat: no-repeat;
    background-size: 100% 4px;
    background-position: bottom;
    /*color: #323232;
    font-weight: bold;
    font-size: 26px;*/
}

section h3:nth-child(n+2){
    margin-top: 5rem;
}

/* news */

.dl-news {
    /* font-weight: 100; */
    max-height: 12rem;
    overflow: auto;
}

.dl-news dt {
    /*font-weight: 100;*/

    margin-bottom: 1rem;
    width: 8.5rem;
    border-bottom: 1px solid #9461f2;
}

.dl-news dd {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 3px double #9461f2;
}

/* character */

.character-item{
    height: auto;
    margin: 0 0.5rem;
    z-index: 0;
}

.character-img {
    width: 100%;
    height: auto;
}

.system-img {
    width: 100%;
    height: auto;
    padding: 1rem;
}

.system-img-box{
    display: flex;
    flex-wrap: wrap;

    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-content: stretch;

    margin-bottom: 3rem;
}

.system-img-box > a{
    width: 45%;
    min-width: 200px;
}

.dl-information, .dl-credit{
    display: flex;
    flex-wrap: wrap;
}

.dl-information dt, .dl-credit dt{
    /*font-weight: 100;*/
    width: 15rem;
    border-bottom: 1px solid #9461f2;
    margin-bottom: 3rem;
    margin-right: 1rem;
}

.dl-information dt{
    min-width: 15rem;
}

.dl-credit dt{
    min-width: 20rem;
}


.dl-information dd , .dl-credit dd{
    min-width: 60%;
    margin-bottom: 3rem;
    border-bottom: 1px solid #9461f2;
}



.dl-information dd{
    width: calc(100%-16rem);
}

.dl-credit dd{
    width: calc(100%-21rem);
}

@media (max-width: 550px) {
    .dl-information dt , .dl-credit dt{
        margin-bottom: 1rem;
    }

    .dl-information dd, .dl-credit dd{
        border-bottom: 0px dashed;
    }
}

/* ダウンロード */

.dl-button{
    margin: 3rem 1rem;
}

.novecolle{
    text-decoration: none;
    color: #efefef;
    background-color: #00a098;
    padding: 0.5rem 1rem;
    border: 1px solid #efefef;
    border-radius: 2rem;
}

.freem{
    text-decoration: none;
    color: #efefef;
    background-color: #70cc00;
    padding: 0.5rem 5.75rem;
    border: 1px solid #efefef;
    border-radius: 2rem;
}

.plicy{
    text-decoration: none;
    color: #efefef;
    background-color: #ccc200;
    padding: 0.5rem 7.5rem;
    border: 1px solid #efefef;
    border-radius: 2rem;
}

.novelgame-patch{
    text-decoration: none;
    color: #efefef;
    background-color: #00a098;
    padding: 0.5rem 1rem;
    border: 1px solid #efefef;
    /* border-radius: 2rem; */
}

.dl-credit a{
    text-decoration:none;
    color:#efefef;
}

.dl-credit a:hover{
    /*color:#82a3d1;*/
    color:#40e0d0;
}

.dl-credit a:visited{
    color:#efefef;
}

.dl-button a{
    color:#efefef;
}

a.novecolle:hover{
    /*color:#82a3d1;*/
    color:#40e0d0;
}

a.novelgame-patch:hover{
    /*color:#82a3d1;*/
    color:#40e0d0;
}

a.freem:hover{
    /*color:#82a3d1;*/
    color:#a3ff33;
}

a.plicy:hover{
    /*color:#82a3d1;*/
    color:#fff566;
}

.dl-button a:visited{
    color:#efefef;
}
