@charset "UTF-8";

/* ------------------------------

キャラクター紹介ページ

------------------------------ */

.heading-chara {
    text-align: center;
    line-height: 1.15;
    position: relative;
    bottom: 50px;
}

.bgtop-repeat {
    background-repeat: repeat-x;
    padding-top: 10.2rem;
}

/* キャラクター紹介 */
.character-img img {
    display: block;
    padding-top: 1.5rem;
    margin: auto;
}

.sp-bottom-line {
    border-bottom: solid 2px;
    margin: 0 auto;
    width: auto;
}

/* プロフィール */
.charaprof-area {
    margin: 1.2rem auto;
    padding: 1.2rem 0;
    width: 90vw;
    max-width: 450px;
    border-width: 2px;
    border-style: solid;
}

/* --- 名前 --- */
.chara-name-area {
    display: flex;
    justify-content: flex-start;
}

.type-img {
    margin-left: 0.5rem;
    margin-top: 0.3rem;
    width: 3.5rem;
}

.chara-name-inner {
    text-align: left;
    margin: 0.3rem 0 0 0.25rem;
}

.chara-kana {
    font-size: 0.8rem;
    font-weight: normal;
    color: gray;
    line-height: 1.2;
    margin-left: 0.15rem;
}

.chara-name {
    line-height: 1.2;
    font-size: 2rem;
}

/* --- 表 --- */
.chara-data {
    width: 100%;
    padding: 0.25rem;
    border-spacing: 0.5em;
    margin: 0 auto 0.5rem;
    font-size: 12.5px;
}

.chara-data th {
    font-weight: bold;
    color: white;
    border-radius: 30px;
    padding: 0.14rem;
}

.chara-data td {
    padding: 0.14rem;
}

/* --- 詳細 --- */
.charaprof-botline {
    border-bottom: solid 2px;
    /*color*/
    margin: 0 0.8rem;
}

.chara-detail-flex {
    display: flex;
    justify-content: center;
}

.chara-detail {
    margin-top: 1rem;
    margin-left: 1rem;
}

.chara-detail-text {
    text-align: justify;
    font-size: 14px;
    width: 425px;
}

.sd-img {
    width: 84%;
    margin: -5px -5px -20px -5px;
}

.chara-page-arrow a {
    display: inline-block;
    font-weight: bold;
    color: #fff;
    border-radius: 30px;
    padding: 1em 1.55em;
    margin: 0 0.5rem;
    transition: .3s;
}

.chara-page-arrow a:hover {
    color: yellow;
}

.bgbot-repeat {
    background-repeat: repeat-x;
    padding: 5.61rem 0;
}

/* --- タイプカラー --- */
/* Re */
.type-re {
    border-color: #ED1C24;
    background-color: rgba(255, 235, 235, 0.65);
}

.type-re th {
    background-color: #ED1C24;
}

.btn-re a {
    background-color: #ED1C24;
}

.btn-re a:hover {
    background-color: #D4191F;
}

.bgtop-re {
    background-image: url(../img/character/bg/bgtop-re.png);
}

.bgbot-re {
    background-image: url(../img/character/bg/bgbot-re.png);
}

.spbg-re {
    background-image: url(../img/character/bg/pcbg-re.webp);
    background-size: cover;
}

/* Gr */
.type-gr {
    border-color: #4CE5C3;
    background-color: rgba(218, 255, 236, 0.65);
}

.type-gr th {
    background-color: #4CE5C3;
    color: #193A4C;
}

.btn-gr a {
    background-color: #4CE5C3;
    color: #193A4C;
}

.btn-gr a:hover {
    background-color: #43CCAF;
}

.bgtop-gr {
    background-image: url(../img/character/bg/bgtop-gr.png);
}

.bgbot-gr {
    background-image: url(../img/character/bg/bgbot-gr.png);
}

.spbg-gr {
    background-image: url(../img/character/bg/spbg-gr.webp);
    background-size: cover;
}

/* Ye */
.type-ye {
    border-color: #FFA500;
    background-color: rgba(254, 255, 217, 0.65);
}

.type-ye th {
    background-color: #FFA500;
}

.btn-ye a {
    background-color: #FFA500;
}

.btn-ye a:hover {
    background-color: #E69500;
}

.bgtop-ye {
    background-image: url(../img/character/bg/bgtop-ye.png);
}

.bgbot-ye {
    background-image: url(../img/character/bg/bgbot-ye.png);
}

.spbg-ye {
    background-image: url(../img/character/bg/spbg-ye.webp);
    background-size: cover;
}

/* Ex */
.type-ex {
    border-color: #00A5FF;
    background-color: rgba(235, 245, 255, 0.65);
}

.type-ex th {
    background-color: #00A5FF;
}

.btn-ex a {
    background-color: #00A5FF;
}

.btn-ex a:hover {
    background-color: #0095E6;
}

.bgtop-ex {
    background-image: url(../img/character/bg/bgtop-ex.png);
}

.bgbot-ex {
    background-image: url(../img/character/bg/bgbot-ex.png);
}

.spbg-ex {
    background-image: url(../img/character/bg/spbg-ex.webp);
    background-size: cover;
}

/* キャラクター紹介ここまで */

/*------------------------------ 

デスクトップ版

------------------------------ */
@media (min-width: 821px) {

    /* キャラクター紹介 */
    .heading-chara {
        position: relative;
        bottom: 65px;
    }

    .bgtop-repeat {
        padding-top: 12.2rem;
    }

    .bgtop-re {
        background-image: url(../img/character/bg/pc-bgtop-re.png);
    }
    .bgtop-gr {
        background-image: url(../img/character/bg/pc-bgtop-gr.png);
    }
    .bgtop-ye {
        background-image: url(../img/character/bg/pc-bgtop-ye.png);
    }
    .bgtop-ex {
        background-image: url(../img/character/bg/pc-bgtop-ex.png);
    }

    .pc-chara-flex {
        display: flex;
        justify-content: center;
    }

    .pc-flex-item {
        margin: auto 0;
    }

    .pcbg-re {
        background-image: url(../img/character/bg/pcbg-re.webp);
        background-size: cover;
    }

    .pcbg-gr {
        background-image: url(../img/character/bg/pcbg-gr.webp);
        background-size: cover;
    }

    .pcbg-ye {
        background-image: url(../img/character/bg/pcbg-ye.webp);
        background-size: cover;
    }

    .pcbg-ex {
        background-image: url(../img/character/bg/pcbg-ex.webp);
        background-size: cover;
    }

    /* スマホ版レイアウト非表示 */
    .sp-bottom-line {
        display: none;
    }

    .spbg-re {
        background-image: none;
    }

    .spbg-gr {
        background-image: none;
    }

    .spbg-ye {
        background-image: none;
    }

    .spbg-ex {
        background-image: none;
    }
}