body {
    -webkit-text-size-adjust: 100%;
    text-align: center;
    background: #894563;
    /* font-family: 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif'; */
}

#container {
    width: 750px;
    margin: 0 auto;
    text-align: left;
    background-image: url('../images/bg.png');
}

.mv {
    width: 750px;
    height: 364px;
    background-image: url("../images/mv.jpg");
}

#type-select {
    text-align: center;
    padding-bottom: 32px;
}

#type-select img{
    margin: 8px 5px;
}

#recommended {
    background: #880e4f;
    text-align: center;
}

.still {
    margin: 16px 0;
    text-align: center;
}

#story-cutout {
    width: 750px;
    height: 136px;
    background-image: url("../images/story.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.story {
    height: 340px;
    margin: 0 25px 0px 25px;
    padding: 1.5em;
    background: #fff0f5;
    text-align: left;
    font-size: 1.65em;
    overflow: auto;
    box-shadow: 0px 4px 0px #965663;
    color: #4f5150;
    line-height: 1.4;
}

.story b {
    font-weight: bold;
}

.title-btn {
    margin: 60px 0 100px 0;
}

#still-after {
    padding: 5px 0;
}

#characters {
    background-position: center center;
    background-repeat: no-repeat;
    padding: 64px 0 0 0;
    height: 1300px;
}

#characters-title {
    width: 750px;
    height: 224px;
    background-image: url("../images/title_02.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.character-select {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0 0 0;
}

.character-thumb {
    /* background-image: url('../images/photo_bg.png'); */
    background-position: center center;
    background-repeat: no-repeat;
} 

.tune-btn {
    padding: 16px;
}

.store-btn {
    text-align: center;
    padding: 48px 0 80px 0;
}

#footer-links {
    width: 750px;
    height: 1068px;
    background: #880e4f;
    text-align: center;
    padding: 119px 0 0 0;
}

.mv2 {
    width: 750px;
    height: 408px;
    background-image: url("../images/mv2.png");
    background-repeat: no-repeat;
    background-position: center center;
}

#footer-links .again-btn{
    padding-top: 76px;
}

.again-btn {
    padding-bottom: 60px;
}

#footer-links #official-btn{
    padding: 56px 0 84px 0;
}

#footer {
    text-align: center;
    background: #000000;
    color: #d9d9d9;
    font-size: 1.4em;
}

#footer p {
    padding: 28px 0;
}

#load-image {
    display: none;
}

.still_slider {
    width: 700px;
    margin: 16px 25px;
}

.owl-nav {
    display: none;
}

@media screen and (max-width: 750px) {
    #register-nav {
        width: 100%;
        height: 500px;
        padding-top: 140px;
        position: fixed;
        left: 0;
        bottom: 0px;
        right: 0;
        z-index: 10;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 0;
        text-align: center;
        background-image: none;
        background-color: rgba(56, 56, 56, 0.877);
        height: auto;
        padding: 0 0 5px;
      }
    
    #register-nav.on {
        right: 0;
        opacity: 1;
        bottom: -10px;
    }

    .btn-down {
        width: 90%;
        margin: 0 auto;
        padding: 3% 0;
        
    }

    .btn-down img {
        width: 60%;
    }
}

@media screen and (min-width: 751px) {
    #register-nav {
        display: none;
    }
}