body {
    -webkit-text-size-adjust: 100%;
    text-align: center;
    background: 
    -webkit-linear-gradient( rgba(87, 65, 45, 0.9), rgba(255, 255, 255, 0.1)), url("../images/pc_haikei.png");
    background-attachment: fixed;
    font-family: 'Noto Sans JP', sans-serif;
}

#container {
    width: 750px;
    height: auto;
    margin: 0 auto;
    text-align: left;
    background: #480d1f;
}

.mv {
    width: 750px;
    height: 1188px;
    background-image: url("../images/01_top.jpg");
    background-repeat: no-repeat;
    background-position: center;
}


/* news start */


.notice {
    width: 750px;
    height: 376px;
    background-image: url("../images/02_news_header.jpg");
    background-repeat: no-repeat;
    position: relative;
}

.article {
    width: 378px;
    height: auto;
    top: 336px;
    left: 177px;
    color: #fff;
    margin: 0 auto;
    text-align: left;
}

.header-title {
    font-size: 28px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    color: #f2c87d;
    padding-bottom: 10px;

}

.title-text {
    font-size: 30px;
    font-family: 'Noto Serif JP', serif;
    text-decoration: underline;
    padding-bottom: 30px;
}

.news-board {
    width: 750px;
    height: auto;
    background: #000;
    text-align: center;
    align-items: center;
}

.news-bottom {
    width: 750px;
    height: 328px;
    background-image: url("../images/02_news_footer-story.jpg");
    background-repeat: no-repeat;
}

/* news end */

/* story start */

.story-title {
    width: 750px;
    height: 2349px;
    background-image: url("../images/03_news_footer-story.jpg");
    background-repeat: no-repeat;
    position: relative;
}

.story-movie {
    position: absolute;
    left: 41px;
    bottom: 123px;
}

/* story end */


/* character start */

.character {
    width: 750px;
    height: auto;
    background-image: url('../images/kuro.png');
    background-repeat: repeat;
    background-size: 30%;
    position: relative;
    text-align: center;
}

.character_logo {
    width: 750px;
    height: 51px;
    top: 81px;
    background-image: url('../images/04_character.png');
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
}

.characters-list {
    text-align: center;
    padding-top: 193px;
    padding-bottom: 80px;
}

.characters-list img {
    margin: 8px 5px;
}

.character-info {
    width: 750px;
    height: 1060px;
    margin-bottom: 48px;
}

/* show images section */

.icons-row {
    height: 160px;
    position: relative;
    text-align: center;
    align-items: start;
    display: flex;
    justify-content: center;
}

.img-select {
    text-align: center;
    position: relative;
    display: flex;
}

.character-thumb {
    width: 750px;
    height: 1060px;
    background-image: url('../images/photo_bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
}

.tune-btn {
    width: 750px;
    position: absolute;
    top: 1245px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.prev {
    padding-left: 40px;
    cursor: pointer;
}

.next {
    padding-right: 40px;
    cursor: pointer;
}

.characters-img-btn {
    top: 1030px;
}

.change0 {
    left: 55px;
    top: 459px;
    cursor: pointer;
    position: absolute;
    z-index: 3;
}

.change1 {
    cursor: pointer;
    position: absolute;
    left: 55px;
    top: 540px;
}

.change2 {
    cursor: pointer;
    position: absolute;
    left: 55px;
    top: 450px;
}

.characters-modal {
    
    width: 100%;
    height: auto;
    padding-top: 92px;
    padding-bottom: 114px;
}

.character-detail1, .character-detail2{
    width: 750px;
    height: auto;
}

.flip-card-3D-wrapper {
    width: 750px;
    height: 1060px;
    max-width: 750px;
    max-height: 1060px;
    position: relative;
    -o-perspective: 900px;
    -webkit-perspective: 900px;
    -ms-perspective: 900px;
    perspective: 900px;
}

#flip-card{
    width: 100%;
    height: auto;
    position: absolute;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all .40s ease-in-out;
    -o-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.do-flip {
    -o-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

#flip-card-btn-turn-to-back, #flip-card-btn-turn-to-front {
    position: absolute;
    cursor: pointer;
    visibility: hidden;
    left: 0;
    top: 0;
}

#flip-card .flip-card-front, #flip-card .flip-card-back{
    position: absolute;
    -o-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
    left: 0;
    top: 0;
   
}

#flip-card .flip-card-back {
    background: lightblue;
    border: 1px solid grey;
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}



/* audio-drama start */

.audio-drama::before {
    content: url(../images/line3.png);
    width: 750px;
    height: 11px;
    left: 0;
}

.audio-drama {
    width: 750px;
    height: 4004px;
    background-image: url('../images/audio_bg.png');
    background-repeat: no-repeat;
    position: relative;
    align-items: center;
    text-align: center;
}

.order1 {
    position: absolute;
    top: 384px;
}

.ytb-mv {
    margin-bottom: 370px;
}

.ytb-mv-list {
    margin-left: -172px;
    margin-bottom: 63px;
}

.order-btn {
    padding-top: 1340px;
    align-items: center;
}

.order2 {
    position: absolute;
    top: 1668px;
    right: 0;
}

.ytb-mv2 {
    margin-bottom: 370px;
    right: 0;
}

.ytb-mv-list2 {
    left: -38px;
    margin-bottom: 63px;
    position: absolute;
}

.order-btn2 {
    padding-top: 1190px;
    align-items: center;
}


/* platform start */

.platform {
    padding-top: 130px;
    align-items: center;
}

.platform-title {
    width: 750px;
    height: 51px;
    background-image: url('../images/platform/06_platform.png');
    background-repeat: no-repeat;
}

.platform-text {
    padding-top: 78px;
    padding-bottom: 70px;
}

.platform-list {
    text-align: center;
    padding-bottom: 32px;
}

.platform-list img {
    margin: 31px 30px;
}

#sportify {
    width: 205px;
    height: 61px;
}

#apple {
    width: 251px;
    height: 54px;
}

#google {
    width: 201px;
    height: 74px;
}

.more {
    padding-bottom: 78px;
}

.platform-btn img {
    padding-bottom: 40px;
}

/* platform end */

/* goods start */

.goods {
    width: 750px;
    height: 1293px;
    background-image: url('../images/cd_bg.png');
    background-repeat: no-repeat;
    align-items: center;
    text-align: center;
}

.goods_text {
    padding-top: 251px;
}

.goods_items {
    padding-top: 33px;
    padding-bottom: 86px;
}

.special {
    width: 750px;
    height: 1401px;
    background-image: url('../images/special_bg.png');
    background-repeat: no-repeat;
    align-items: center;
    text-align: center;
}

.special-list {
    padding-top: 240px;
}

.special-list img {
    padding-bottom: 45px;
}

.social {
    width: 750px;
    height: 2409px;
    background-image: url('../images/sns_bg.png');
    background-repeat: no-repeat;
    align-items: center;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    color: #DBC27B;
}

.sns-btn {
    padding-top: 247px;
}

.sns-btn ul li{
    padding-bottom: 45px;
}

.sns-btn-item:nth-last-child(1) {
    padding-bottom: 0;
}

.twitter {
    width: 676px;
    height: 582px;
    background: #fff;
    margin-top: 140px;
    margin-bottom: 78px;
    display: inline-block;
}

.operate {
    padding-top: 153px;
}

.operate .company {
    padding-bottom: 45px;
}

.operate p,
.company p {
    font-size: 1rem;
}

.inquiry {
    padding-bottom: 137px;
}

.logo {
    padding-bottom: 135px;
}

.character-info {
    width: 750px;
    height: 1060px;
    top: 80px;
}


/* modal */

#dialog-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 10;
}

#modal-dialog {
    display: none;
    position: fixed;
    width: 750px;
    height: 684px;
    z-index: 11;
    left: calc(50% - 375px);
    top: calc(50% - 300px);
}

#btn-close-dialog{
    color: yellow;
    width: 70px;
    height: 70px;
    margin-left: 630px;
}

#btn-close-dialog p {
    font-size: 55px;
}

/* article */



