html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    height: 100%;
}

body {
    font-size: 1.6rem;
    font-family: "YakuHanJPs", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    background-color: #d243b7;
    margin: 0;
    height: 100%;
    line-height: 0;
    /*background: #d243b7;*/
    background-size: auto;
    background-position: center;
    font-size: 1.6rem;
    line-height: 2rem;
}

section {
    padding-bottom: 4%;
}

.inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.spOnly {
    display: none;
}

.midashi {
    margin: 2% auto 4%;
}

.midashi img {

    width: 30%;

}


.hitodama1 img {
    max-width: 100px;
    width: 90%;
}

.hitodama2 img {
    max-width: 100px;
    width: 90%;
}




/*PCキービジュアル*/
.key {
    padding-top: 2%;
    background: url(../img/bg01.png), #2e1b90;
    background-size: auto;
    background-position: center;
    text-align: center;
    position: relative;
}

@media screen and (max-width:1300px) {
    .key {
        padding-top: 5%;
    }
}

/*max-width:1100px*/

@media screen and (max-width:900px) {
    .key {
        padding-top: 70px;
    }
}

/*max-width:900px*/

.key h1 img {
    width: 100%;
    display: block;
}



.key .kokutiPc {
    width: 100%;
    position: relative;
    z-index: 80;
}

.key .kokutiPc a {
    display: block;
    width: 22%;
}




.key .kokutiPc img {
    max-width: 346px;
    width: 18%;
    position: absolute;
    bottom: 1%;
    padding-bottom: 3%;
    left: 72%;
    z-index: 80;
}

.key .kokutiPc img:hover {
    transform: scale(1.1, 1.1);
    transition-duration: 0.3s;
}

.housoubi {
    background-color: #49af3e;
    border-top: 0.5rem solid #000;
    border-bottom: 0.5rem solid #000;
    position: relative;
    z-index: 50;
}

.housoubi img {
    max-width: 600px;
    width: 80%;
    margin: 1% 0;
}

.kokutiSp {
    display: none;
}

.gensaku {
    display: none;
}

.key .hitodama1 {
    position: absolute;
    top: 20%;
    right: 90%;
}



.key .hitodama2 {
    position: absolute;
    top: 40%;
    left: 80%;
}


/*PCトップへ -----------------*/
.to_top {
    width: 15rem;
    height: auto;
    position: fixed;
    bottom: 1%;
    right: 1%;
    z-index: 99;
}

.to_top a {
    display: block;
    width: auto;
}


.to_top img {
    width: 100%;
    height: auto;
}

.to_top img:hover {
    transition-duration: 0.7s;
    transform: scale(0.8, 0.8);

}


/*PCニュース*/
.news {
    position: relative;
    z-index: 30;

}

.news .midashi {
    margin-top: 2%;
    margin-bottom: 2%;
}


.newsBg {
    width: 65%;
    display: inline-block;
    background-color: rgb(255, 255, 255);
    border: solid 4px #000;
    border-radius: 10px;
    line-height: 2rem;
    padding: 2%;
}

.newsBg ul {
    width: 100%;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    overflow: auto;
}

.newsBg li {
    border-bottom: dashed 1px #000;
    margin-bottom: 3%;
}

.newsBg time {
    font-size: 85%;
    margin-right: 1rem;
    margin-bottom: 1%;
    color: #7e00d3;
}

.newsBg p,
time {
    text-align: left;
    font-size: 1.6rem;
    line-height: 2rem;
}

.newsBg p {
    margin-bottom: 1%;
    font-weight: bold;
}

.newsBg .link a {
    color: #000;
}

.newsBg .link a:hover {
    color: #49af3e;
    transition-duration: 0.2s;
}



/*PC第一期アニメ*/
.first {
    position: relative;
    text-align: center;
    padding-top: 10rem;
    background: url(../img/bgpink_pc.png), url(../img/bg02.png), #0092dd;
    background-repeat: no-repeat, repeat, repeat;
    background-position: top, center, auto;
    background-size: contain, auto;
    z-index: 20;
}



.first .obake {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.first .obake1,
.obake2 {
    position: absolute;
}

.first .obake1 {
    top: 30%;
    right: 90%;
}

.first .obake2 {
    top: 50%;
    left: 90%;
}

.first .obake1 img {
    max-width: 70px;
    width: 90%;

}

.first .obake2 img {
    max-width: 100px;
    width: 90%;

}

.first h3 {
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 30;

}

.first h3 img {
    margin: 15rem 0 11rem;
    max-width: 1200px;
    width: 90%;
}

.first h3 a {
    display: block;
}

.first h3 a:hover {
    transform: scale(1.2, 1.2);
    transition-duration: 0.3s;
}

/*PC見逃し配信*/
.contBox_mv {
    width: 95%;
    margin: 0 auto;
}

.js-video-button img:hover {
    transform: scale(1.2, 1.2);
    transition-duration: 0.3s;
}

.moviebg img {
    max-width: 1416px;
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 15rem;
}




/*PCあらすじ*/
.story {
    position: relative;
    text-align: center;
    padding-top: 10rem;
    background: url(../img/bgpurple_pc.png), url(../img/bg01.png), #513bc0;
    background-repeat: no-repeat, repeat, repeat;
    background-position: top, center, auto;
    background-size: contain, auto;
    z-index: 20;
}


.story .storyImg img {
    max-width: 802px;
    width: 60%;
}

.story .storyHiroshi img {
    position: absolute;
    bottom: 15%;
    right: 80%;
    max-width: 180px;
    width: 20%;
}

.story .hitodama1 {
    position: absolute;
    top: 30%;
    right: 90%;
}



.story .hitodama2 {
    position: absolute;
    top: 50%;
    left: 90%;
}



/*PCキャラクター*/
.character {
    position: relative;
    text-align: center;
    padding-top: 10rem;
    background: url(../img/bgblue_pc.png), url(../img/bg01.png), #bd6fff;
    background-repeat: no-repeat, repeat, repeat;
    background-position: top, center, auto;
    background-size: contain, auto;
    z-index: 20;
}

.character .charaImg img {
    max-width: 1181px;
    width: 90%;
}

/*PCスタッフ・キャスト*/
.sac {
    text-align: center;
    padding-top: 10rem;
    background: url(../img/bgpink_pc.png), url(../img/bg02.png), #0092dd;
    background-repeat: no-repeat, repeat, repeat;
    background-position: top, center, auto;
    background-size: contain, auto;
    z-index: 20;
    position: relative;
}


.sac .sacImg img {
    max-width: 1900px;
    max-width: 100%;
}

.hiroshi2 img {
    position: absolute;
    width: 18%;
    right: 16%;
    bottom: 6%;
}

/*PC原作・音楽情報*/
.jyouhou {
    position: relative;
    text-align: center;
    padding-top: 10rem;
    background: url(../img/bgpurple_pc.png), url(../img/bg01.png), #513bc0;
    background-repeat: no-repeat, repeat, repeat;
    background-position: top, center, auto;
    background-size: contain, auto;
    z-index: 20;

}

.bakeho {
    position: absolute;
    right: 90%;
    top: 50%;

}

.bakeho img {
    width: 70%;
}


.jyouhou .booksInfo {
    margin-bottom: 8%;
}

.jyouhou .booksBox {
    position: relative;
    z-index: 20;
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background: #fff;
    border: solid 5px #ddd5cb;
    padding: 3%;
    border-radius: 20px;
}


.jyouhou .booksBox img {
    width: 100%;

}

.jyouhou .booksBox .bookImg {
    width: 40%;
}

.jyouhou .booksBox .textImg {
    width: 58%;
}

.jyouhou .booksBox .textImg a {
    display: block;
}

.jyouhou .booksBox .textImg a:hover {
    transform: scale(1.2, 1.2);
    transition-duration: 0.3s;
}

.jyouhou .booksBox .textImg .booksBtn {
    width: 80%;
    margin: 3% auto 0;
}

.jyouhou .booksBox .textImg .booksBtn:hover {
    transform: scale(1.1, 1.1);
    transition-duration: 0.3s;
}


/*PC 音楽情報*/


.jyouhou .musicBox {
    width: 70%;
    margin: 0 auto;
    background: #fff;
    border: solid 5px #ddd5cb;
    padding: 3%;
    border-radius: 20px;
    margin-bottom: 8%;
}

.jyouhou .musicBox h5 img {
    max-width: 140px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2%;
}

.jyouhou .musicBox ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    text-align: left;
    align-items: center;
}

.jyouhou .musicBox ul .artistImg {
    width: 35%;
}

.jyouhou .musicBox ul .artistImg img {
    width: 100%;
}


.jyouhou .musicBox ul .artistName {
    width: 62%;
}


.jyouhou .musicBox ul .artistName img {
    width: 100%;
}

.jyouhou .musicBox ul .artistName p {
    color: #4e2a94;
    font-size: 130%;
    line-height: 150%;
    font-weight: bold;
}


.jyouhou .musicBox ul .musicBtn {
    text-align: center;
}


.jyouhou .musicBox ul .musicBtn a {
    display: block;
}

.jyouhou .musicBox ul .musicBtn a:hover {
    transform: scale(1.2, 1.2);
    transition-duration: 0.3s;
}

.jyouhou .musicBox ul .musicBtn img {
    width: 80%;
    margin: 3% auto 0;
}


/*PC配信--------------------------- */
.onair {
    position: relative;
    text-align: center;
    padding-top: 10rem;
    background: url(../img/bgblue_pc.png), url(../img/bg01.png), #bd6fff;
    background-repeat: no-repeat, repeat, repeat;
    background-position: top, center, auto;
    background-size: contain, auto;
    z-index: 20;
    padding-bottom: 0;

}

.hasin_aori {
    font-weight: bold;
    color: #470194;
    font-size: 150%;
    margin: 2% auto;
}

.topcotBox {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1060px;
    height: auto;
    vertical-align: top;
    margin-bottom: 30px;
    padding-bottom: 3%;
}



#videoinformationBox {
    display: block;
    width: 100%;
    max-width: 1100px;
    height: auto;
    vertical-align: top;
    /* スクロールリンクズレ対応 */
    margin-top: -40px;
    padding-top: 40px;
    /* スクロールリンクズレ対応 END */
}

.videoinformationBox .videoinformationImg {
    margin: 40px 0 0 0;
}

#videoinformation p {
    text-align: center;
}

#videoinformation .onair {
    margin-bottom: 15px;
}

#videoinformation .onairTxt {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
}

#videoinformation .onairTxt span {
    font-size: 70%;
}

#videoinformation ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 1%;
}

#videoinformation ul li {
    display: flex;
    width: 32%;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #ffcc33;
    border-radius: 15px;
    border: 1px solid #ff940a;
    position: relative;
    font-weight: bold;
}

#videoinformation ul li a {
    display: block;
    align-self: center;
    text-decoration: none;
    color: #4e2a94;
    padding: 20px;
    border-radius: 15px;
    width: 100%;
    transition: all .5s;
}

#videoinformation ul li a p {
    text-align: left;
}

#videoinformation ul li a:hover {
    background: #ff940a;
    color: #fff;
}

#videoinformation ul li a:before {
    position: absolute;
    content: "";
    top: 40%;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #ff940a;
    border-right: 3px solid #ff940a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


#videoinformation ul li a:hover::before {
    position: absolute;
    content: "";
    top: 40%;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);


}



/*PCフッター*/
footer {
    position: relative;
    height: 100px;
    background-image: url(../img/footerbg_pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    z-index: 30;
}

footer p {
    padding-top: 1%;
    font-size: 80%;
    text-align: center;
    margin: 0 auto;

}



@media screen and (max-width:1100px) {

    /*TB共通*/
    .dama1 img {
        max-width: 80px;
        width: 90%;
    }

    .dama2 img {
        max-width: 80px;
        width: 90%;
    }





    /*TB第一期アニメ*/
    .first h3 img {
        margin: 12rem 0;
    }


    .first .obake1 img {
        max-width: 60px;
    }

    .first .obake2 img {
        max-width: 80px;
    }

    /*TB あらすじ*/
    .story .storyImg img {
        margin-bottom: 30%;
    }

    .story .storyHiroshi img {
        position: absolute;
        top: 70%;
        bottom: auto;
        right: 0;
        left: 0;
        margin: 0 auto;
        max-width: 160px;
        width: 20%;
    }

    .story .hitodama1 {
        position: absolute;
        top: 80%;
        right: 75%;
    }



    .story .hitodama2 {
        position: absolute;
        top: 70%;
        left: 75%;
    }


    /*TBキャラクター*/
    .character .charaImg img {
        max-width: 1181px;
        width: 80%;
    }




    /*TB音楽情報*/

    .jyouhou .musicBox h5 img {
        max-width: 120px;
    }





}

/*max-width:1100px*/


@media screen and (max-width:767px) {

    /*SP共通*/
    .inner {
        width: 90%;
    }

    .spOnly {
        display: block;
    }

    .midashi img {
        max-width: 422px;
        width: 50%;

    }


    .hitodama1 img {
        max-width: 70px;
        width: 80%;
    }

    .hitodama2 img {
        max-width: 70px;
        width: 80%;
    }


    /*SPトップへ*/
    .to_top {
        width: 10rem;
        height: auto;
        position: fixed;
        bottom: 5%;
        right: 1%;
        z-index: 99;
    }

    .to_top img {
        width: 100%;
        height: auto;
    }

    /*SPキービジュアル*/
    .key .hitodama1,
    .key .hitodama2 {
        display: none;
    }

    .key .kokutiPc {
        display: none;
    }

    .housoubi img {
        max-width: 397px;
        width: 90%;
        margin: 2% 0;
    }

    .kokutiSp {
        display: block;
        line-height: 0;
    }

    .kokutiSp img {
        max-width: 1200px;
        width: 100%;
        border-bottom: 0.3rem solid #000;
    }

    .gensaku {
        display: block;
        position: relative;
        z-index: 30;
        line-height: 0;
    }

    .gensaku img {
        max-width: 1280px;
        width: 100%;
    }

    /*SPニュース*/
    .news .midashi {
        margin-top: 2%;
        margin-bottom: 5%;
    }



    .newsBg {
        width: 80%;
        display: inline-block;
        border: solid 3px #000;
        border-radius: 10px;
        line-height: 2rem;
        padding: 3%;
    }

    .newsBg ul {
        height: 300px;
        overflow: auto;
    }


    .newsBg p,
    time {
        font-size: 90%;
    }

    .newsBg time {
        font-size: 80%;
    }



    /*SP第一期アニメ*/
    .first {
        padding-top: 6rem;
        margin-top: -0.1rem;
        background: url(../img/bgpink_sp.png), url(../img/bg02.png), #0092dd;
        background-repeat: no-repeat, repeat, repeat;
        background-position: top, center, auto;
        background-size: contain, auto;
    }

    .first .inner {
        width: 95%;
    }

    .first h3 {
        width: 100%;
    }



    .first h3 img {
        max-width: 604px;
        width: 90%;
        margin: 8rem 0 7rem
    }

    .first .obake1 {
        top: 8%;
    }

    .first .obake2 {
        top: 90%;
    }


    .first .obake1 img {
        max-width: 60px;
    }

    .first .obake2 img {
        max-width: 90px;
        width: 100%;
    }

    /*SP配信*/
    .moviebg img {
        margin-left: 16px;
    }

    .moviebg img {
        margin-top: 8rem;
    }



    /*SPあらすじ*/
    .story {
        position: relative;
        text-align: center;
        padding-top: 6rem;
        background: url(../img/bgpurple_sp.png), url(../img/bg01.png), #513bc0;
        background-repeat: no-repeat, repeat, repeat;
        background-position: top, center, auto;
        background-size: contain, auto;
        z-index: 20;
    }

    .story .storyImg img {
        max-width: 802px;
        width: 100%;
        margin-bottom: 50%;
    }

    .story .storyHiroshi img {
        top: 75%;
    }



    /*SPキャラクター*/
    .character {
        position: relative;
        text-align: center;
        padding-top: 6rem;
        background: url(../img/bgblue_sp.png), url(../img/bg01.png), #bd6fff;
        background-repeat: no-repeat, repeat, repeat;
        background-position: top, center, auto;
        background-size: contain, auto;
        z-index: 20;
    }

    .character .charaImg img {
        max-width: 1181px;
        width: 60%;
        margin-right: 3%;
    }

    /*SPスタッフ・キャスト*/
    .sac {
        text-align: center;
        padding-top: 6rem;
        background: url(../img/bgpink_sp.png), url(../img/bg02.png), #0092dd;
        background-repeat: no-repeat, repeat, repeat;
        background-position: top, center, auto;
        background-size: contain, auto;
        z-index: 20;
    }

    .hiroshi2 img {
        display: none;
    }

    /*SP原作・音楽情報*/
    .jyouhou {
        position: relative;
        text-align: center;
        padding-top: 6rem;
        background: url(../img/bgpurple_sp.png), url(../img/bg01.png), #513bc0;
        background-repeat: no-repeat, repeat, repeat;
        background-position: top, center, auto;
        background-size: contain, auto;
        z-index: 20;
    }


    .jyouhou .hitodama {
        display: none;
    }

    .jyouhou .booksBox {
        width: 90%;
        display: block;
    }


    .jyouhou .booksBox img {
        width: 100%;

    }

    .jyouhou .booksBox .bookImg {
        width: 70%;
        margin: 0 auto;
    }

    .jyouhou .booksBox .textImg {
        width: 90%;
        margin: 0 auto;
    }


    /*SP 音楽情報*/


    .jyouhou .musicBox {
        width: 90%;
        margin: 0 auto;
        background: #fff;
        border: solid 5px #ddd5cb;
        padding: 3%;
        border-radius: 20px;
        margin-bottom: 20%;
    }

    .jyouhou .musicBox h5 img {
        max-width: 90px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 2%;
    }

    .jyouhou .musicBox ul {
        display: block;
        width: 100%;
        justify-content: space-between;
        margin: 0 auto;
        text-align: left;
        align-items: center;
    }

    .jyouhou .musicBox ul .artistImg {
        max-width: 250px;
        width: 70%;
        margin: 0 auto;
        margin-bottom: 2%;
    }

    .jyouhou .musicBox ul .artistImg img {
        width: 100%;
    }


    .jyouhou .musicBox ul .artistName {
        width: 90%;
        margin: 0 auto;
    }


    .jyouhou .musicBox ul .artistName img {
        width: 100%;
    }

    .jyouhou .musicBox ul .artistName p {
        color: #4e2a94;
        font-size: 110%;
        line-height: 130%;
        font-weight: bold;
        text-align: center;
    }


    .jyouhou .musicBox ul .musicBtn img {
        width: 80%;
        margin: 3% auto 0;
    }

    .bakeho {
        display: none;
    }

    /*SP配信*/
    .onair {
        position: relative;
        text-align: center;
        padding-top: 6rem;
        background: url(../img/bgblue_sp.png), url(../img/bg01.png), #bd6fff;
        background-repeat: no-repeat, repeat, repeat;
        background-position: top, center, auto;
        background-size: contain, auto;
        z-index: 20;
        padding-bottom: 0;
    }

    .hasin_aori {
        margin-bottom: 4%;
    }

    #videoinformation ul {
        display: block;
        margin-bottom: 3%;
    }



    #videoinformation ul li {
        width: 100%;
    }



    /*SP フッター*/

    footer p {
        padding-top: 5%;
        font-size: 60%;
        text-align: center;
        margin: 0 auto;

    }




}

/*max-width:767px*/


/*max-width:420px*/