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: 868px;
    background-image: url("../images/mv.png");
}

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

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

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

.voice {
    width: 750px;
    position: relative;
}

.blink {
    background: url("../images/voice_01-1.png") no-repeat;
    background-size: 100%;
    width: 130px;
    height: 130px;
    position: absolute;
    top: 217px;
    left: 586px;
    -webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}

.change0 {
    position: absolute;
    top: 230px;
    left: 600px;
}

@-webkit-keyframes blink {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-moz-keyframes blink {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes blink{
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.voice::after {
    content:'ボイス試聴';
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 590px;
    top: 350px;
    filter: drop-shadow(0 0 0.75rem rgb(53, 40, 43));
    -webkit-filter: drop-shadow(0 0 0.75rem rgb(66, 55, 58));


}

.change0:hover{
    box-shadow: 1px 1px 40px rgb(241, 218, 218);
    -webkit-box-shadow: 1px 1px 40px rgb(241, 218, 218);
    border-radius: 50%;
}

#recommended {
    background: #974c6d;
    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 140px 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: 25px 0 5px 0;
}

#still-after {
    background: #e9dae1;
    padding: 36px 0;
}

#still-after img{
    margin: 2px 5px;
}

#characters {
    background-image: url("../images/story.png");
    background-position: center center;
    background-repeat: no-repeat;
    padding: 64px 0;
}

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

#characters-list-header1 {
    width: 750px;
    height: 224px;
    background-image: url("../images/title_prince.png");
    background-position: center center;
    background-repeat: no-repeat;
}
#characters-list-header2 {
    width: 750px;
    height: 224px;
    background-image: url("../images/title_genjiden.png");
    background-position: center center;
    background-repeat: no-repeat;
}
#characters-list-header3 {
    width: 750px;
    height: 224px;
    background-image: url("../images/title_vampire.png");
    background-position: center center;
    background-repeat: no-repeat;
}
#characters-list-header4 {
    width: 750px;
    height: 224px;
    background-image: url("../images/title_sengoku.png");
    background-position: center center;
    background-repeat: no-repeat;
}

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

.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 {
    background: #f9316f;
    text-align: center;
}

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

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

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

#footer #logo {
    margin: 0 auto;
    padding: 44px 0 32px 0;
    width: 640px;
    height: 189px;
    background-image: url("../images/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #949494;
    border-width: 0 0 1px 0;
}

#footer p {
    padding: 28px 0;
}

#load-image {
    display: none;
}

.movie {
    padding-top: 20px;
}

.youtube秀吉 {
    display: none;
}

.youtube家康 {
    display: none;
}

.title-btn > a > .blank[src="images/btn_link_genjiden.png"] {
    display: none;
}