﻿/*ALL*/
#maker {}


/*PC CSS*/
@media screen and (min-width: 769px) {
    
    #heroine_make {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #heroine_make img {
        width: 100%;
        vertical-align: bottom;
    }

    #heroine_make .feature {
        width: 100%;
        position: relative;
    }

    #heroine_make .feature .text_area {
        width: 80%;
        position: absolute;
        bottom: 3%;
        left: 0;
        right: 0;
        margin: auto;
    }

    #heroine_make .feature p {
        font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'メイリオ', Meiryo, sans-serif;
        color: #431800;
        font-feature-settings: "palt";
    }

    #heroine_make .feature .text_1 {
        font-size: 18px;
        line-height: 1.444em;
        font-weight: bold;
        letter-spacing: 0.07em;
        margin-bottom: 0.8em;
    }

    #heroine_make .feature .text_2 {
        font-size: 15px;
        line-height: 1.467em;
        font-weight: bold;
        letter-spacing: 0.03em;
    }

    #heroine_make .feature .text_3 {
        font-size: 15px;
        line-height: 1.467em;
        font-weight: 400;
        margin-bottom: 0.8em;
        letter-spacing: 0.03em;
        text-align: justify;
    }

    #heroine_make .feature .text_4 {
        font-size: 15px;
        line-height: 1.467em;
        font-weight: 400;
        letter-spacing: 0.03em;
    }
    
}

/*SP CSS*/
@media screen and (max-width: 768px) {

    #heroine_make {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #heroine_make img {
        width: 100%;
        vertical-align: bottom;
    }

    #heroine_make .feature {
        width: 100%;
        position: relative;
    }

    #heroine_make .feature .text_area {
        width: 86%;
        position: absolute;
        bottom: 2.3%;
        left: 0;
        right: 0;
        margin: auto;
    }

    #heroine_make .feature p {
        font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'メイリオ', Meiryo, sans-serif;
        color: #431800;
        font-feature-settings: "palt";
    }

    #heroine_make .feature .text_1 {
        font-size: 2.7vw;
        line-height: 1.44em;
        font-weight: bold;
        letter-spacing: 0;
        margin-bottom: 0.8em;
        white-space: nowrap;
    }

    #heroine_make .feature .text_2 {
        font-size: 2.3vw;
        line-height: 1.467em;
        font-weight: bold;
        letter-spacing: 0.03em;
    }

    #heroine_make .feature .text_3 {
        font-size: 2.3vw;
        line-height: 1.4em;
        font-weight: 400;
        margin-bottom: 0.8em;
        letter-spacing: 0.03em;
        text-align: justify;
    }

    #heroine_make .feature .text_4 {
        font-size: 2.3vw;
        line-height: 1.467em;
        font-weight: 400;
        letter-spacing: 0;
    }
    
}