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

    /*===============================

	TOP

    ================================*/
    /*-------------------------*/
    /*  mv                     */
    /*-------------------------*/
    #TOP .mv .inner .img {
        width: 95%;
    }
}

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

    /*===============================

	TOP

    ================================*/
    /*-------------------------*/
    /*  mv                     */
    /*-------------------------*/
    #TOP .mv .inner .img {
        width: 50%;
        top: 250px;
    }
}


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

    /*===============================

	common

    ================================*/
    .wrapper {
        display: block;
    }

    .page {
        padding-bottom: 0;
    }

    /*-------------------------*/
    /*  title                  */
    /*-------------------------*/
    .title {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .title span {
        font-size: 16px;
    }

    /*-------------------------*/
    /*  width                  */
    /*-------------------------*/
    .W800 {
        padding: 0 30px;
    }

    .W900 {
        padding: 0 30px;
    }

    /*-------------------------*/
    /*  Bnr                    */
    /*-------------------------*/
    #banner .OrangeBg {
        position: initial;
    }

    .content .Bnr ul.wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .content .Bnr ul li {
        max-width: 200px;
        width: 100%;
        margin-bottom: 20px;
    }

    /*-------------------------*/
    /*  Btn                    */
    /*-------------------------*/
    .TopBtn img {
        width: 70px;
    }

    .TopBtn span {
        font-size: 20px;
        margin-right: 5px;
    }

    .TopBtn a {
        bottom: 30px;
        right: 20px;
    }

    /*-------------------------*/
    /*  footer                 */
    /*-------------------------*/
    footer {
        position: initial;
    }

    /*===============================

	TOP

    ================================*/
    /*-------------------------*/
    /*  mv                     */
    /*-------------------------*/
    #TOP .mv .inner .img {
        width: 70%;
    }

    /* news */
    #TOP .mv .news .wrapper {
        display: flex;
    }

    /* schedule */
    #TOP .mv .schedule .W800>p:first-of-type {
        text-align: center;
        padding-left: 0;
    }

    #TOP .mv .schedule .wrapper .left .wrapper,
    #TOP .mv .schedule .wrapper .right .wrapper {
        display: flex;
        padding: 20px;
        margin: 0 auto 20px;
        width: 70%;
        justify-content: center;
    }

    #TOP .mv .schedule .wrapper .right .wrapper .img {
        max-width: 100px;
    }

    #TOP .mv .schedule .wrapper .left .img {
        max-width: 140px;
    }

    /*-------------------------*/
    /*  NewEpisode             */
    /*-------------------------*/
    .content .NewEpisode .wrapper {
        flex-wrap: wrap;
        display: flex;
    }

    .content .NewEpisode .wrapper .unit {
        width: 48%;
        margin-bottom: 30px;
    }

    .content .NewEpisode .wrapper .unit .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /*-------------------------*/
    /*  Navigator              */
    /*-------------------------*/
    #TOP .content .Navigator .wrapper .img {
        width: 55%;
        margin: 0 auto 20px;
    }

    #TOP .content .Navigator .wrapper .txt {
        width: 100%;
        padding-left: 0px;
    }

    /*===============================

	PAGES

    ================================*/
    /*-------------------------*/
    /*  NewEpisode             */
    /*-------------------------*/
    /* gallery */
    .gallery img {
        border-radius: 8px;
    }

    .gallery-list img {
        height: 16vw;
        padding: 0px;
        margin-bottom: 30px;
    }


}

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

    /*===============================

	common

    ================================*/
    /*-------------------------*/
    /*  width                  */
    /*-------------------------*/
    .W800 {
        padding: 0 20px;
    }

    .W900 {
        padding: 0 20px;
    }

    /*-------------------------*/
    /*  only                   */
    /*-------------------------*/
    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    /*-------------------------*/
    /*  Bnr                    */
    /*-------------------------*/
    .content .Bnr {
        padding: 30px 20px;
    }

    .content .Bnr ul.wrapper {
        justify-content: space-between;
    }

    .content .Bnr ul li {
        max-width: 48%;
        margin: 0 0 20px 0;
    }

    /*-------------------------*/
    /*  Btn                    */
    /*-------------------------*/
    .TopBtn img {
        width: 60px;
    }

    .TopBtn span {
        font-size: 18px;
        margin-right: 5px;
    }

    .TopBtn a {
        bottom: 10px;
        right: 10px;
    }

    /*-------------------------*/
    /*  Bg                     */
    /*-------------------------*/
    .ImgBg {
        background-attachment: initial;
        background-size: auto;
    }

    /*===============================

	TOP

    ================================*/
    /*-------------------------*/
    /*  mv                     */
    /*-------------------------*/
    #TOP .mv .inner .img {
        width: 90%;
    }

    /* news */
    #TOP .mv .news {
        max-width: 100%;
        border-radius: 0;
        top: 482px;
    }

    #TOP .mv .news .wrapper dd {
        border-radius: 0;
    }

    /* schedule */
    #TOP .mv .schedule .wrapper .left .wrapper,
    #TOP .mv .schedule .wrapper .right .wrapper {
        display: flex;
        padding: 20px;
        margin: 0 auto 20px;
        width: 100%;
        justify-content: center;
    }

    #TOP .mv .schedule .wrapper .right .wrapper .img {
        max-width: 60px;
    }

    #TOP .mv .schedule .wrapper .left .img {
        max-width: 90px;
    }

    /*-------------------------*/
    /*  NewEpisode             */
    /*-------------------------*/
    .content .NewEpisode .wrapper {
        display: block;
    }

    .content .NewEpisode .wrapper .unit {
        width: 100%;
    }

    /*-------------------------*/
    /*  Navigator              */
    /*-------------------------*/
    #TOP .content .Navigator .wrapper .img {
        width: 70%;
    }

    /*===============================

	PAGES

    ================================*/
    /*-------------------------*/
    /*  NewEpisode             */
    /*-------------------------*/
    /* gallery */
    .gallery-img {
        margin-bottom: 10px;
    }

    /* OtherEp */
    #PAGES .content .NewEpisode .OtherEp .PreEp .img img {
        border-radius: 10px;
    }

    /*-------------------------*/
    /*  Error                  */
    /*-------------------------*/
    #PAGES .content .Error .txt {
        text-align: start;
    }
}