        html,
        body,
        div,
        span,
        object,
        iframe,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        p,
        blockquote,
        pre,
        abbr,
        address,
        cite,
        code,
        del,
        dfn,
        em,
        img,
        ins,
        kbd,
        q,
        samp,
        small,
        strong,
        sub,
        sup,
        var,
        b,
        i,
        dl,
        dt,
        dd,
        ol,
        ul,
        li,
        fieldset,
        form,
        label,
        legend,
        table,
        caption,
        tbody,
        tfoot,
        thead,
        tr,
        th,
        td,
        article,
        aside,
        canvas,
        details,
        figcaption,
        figure,
        footer,
        header,
        hgroup,
        menu,
        nav,
        section,
        summary,
        time,
        mark,
        audio,
        video {
            margin: 0;
            padding: 0;
            border: 0;
            outline: 0;
            font-size: 100%;
            vertical-align: baseline;
            background: transparent;
        }

        img {
            max-width: 100%;
        }

        #container,
        footer {
            width: 100vw;
            height: 100%;
            overflow: hidden;
            font-family: 'Zen Antique', serif;
        }

        span {
            display: inline-block;
        }

        @media screen and (min-width: 751px) {
            .sp {
                display: none;
            }
        }

        @media screen and (max-width: 750px) {
            .pc {
                display: none;
            }
        }

        body {
            background-color: antiquewhite;
            background-image: url(assets/img/back1.svg);
            background-size: 20%;
            background-blend-mode: hard-light;
            color: #394b5b;
        }

        #intro,
        #story,
        #cast,
        #staff,
        #gensaku,
        #trailer {
            text-align: center;
        }

        /* top -----------------------------*/

        #top {
            height: 100vh;
            position: relative;
            padding-bottom: 10%;
            background-image: url(assets/img/HDK_mv_base1.jpg);
            background-size: cover;
            background-position: center;
            background-position-x: center;
            animation: topbg forwards 3s ease 0.5s normal;
            opacity: 0;

        }

        @keyframes topbg {
            0% {
                opacity: 0;

            }

            100% {
                opacity: 1;

            }
        }

        #top .logo {
            position: absolute;
            bottom: 20%;
            right: 4%;
            opacity: 0;
            width: 55%;
            animation-name: logoAnimation;
            animation-fill-mode: forwards;
            animation-duration: 5s;
            animation-timing-function: ease;
            animation-delay: 2.5s;
            animation-direction: normal;
        }

        .logo img {
            filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
        }

        #top .senden {
            width: 50%;
            position: absolute;
            bottom: 15%;
            left: 2%;
            filter: drop-shadow(1px 2px 3px rgba(255, 255, 255, 0.8));
            animation: senden forwards 3s ease 5s normal;
            opacity: 0;

        }

        @keyframes senden {
            0% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }

        @keyframes logoAnimation {
            0% {
                opacity: 0;
                filter: blur(10px);
                transform: scale(0.9);
            }

            100% {
                opacity: 1;
                filter: blur(0px);
                transform: scale(1);
            }
        }

        .top_catch {
            width: 6%;
            position: absolute;
            top: 5%;
            right: 20%;
            opacity: 0;
            animation: topcatch forwards 3s ease 1.5s normal;

        }

        @keyframes topcatch {
            0% {
                opacity: 0;
                filter: blur(10px);
            }

            100% {
                opacity: 1;
                filter: blur(0px);
            }
        }

        .eirin {
            width: 40%;
            position: absolute;
            bottom: 2%;
            right: 1%;
        }

        .eirin img {
            margin: 0 5px;
        }

        @media only screen and (max-width: 750px) {
            #top .logo {
                bottom: 18%;
                right: 2%;
                width: 95%;
            }

            .logo img {
                filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 1));
            }

            .top_catch {
                width: 13%;
                top: 15%;
                right: 5%;
            }

            #top .senden {
                width: 85%;
                bottom: 7%;
                left: 2%;
            }

            .eirin {
                width: 50%;
                top: 1%;
                left: 1%;
            }
        }



        /*type----------------------------*/

        #type {
            background-color: #242424;
            height: 80vh;
            position: relative;
            -webkit-clip-path: polygon(100% 100%, 0% 75%, 0 0, 100% 0%);
            clip-path: polygon(100% 100%, 0% 75%, 0 0, 100% 0%);
        }

        .wrap9 {
            width: 70vw;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
        }

        #sakusya1 {
            opacity: 0;
        }

        .sakusya {
            font-size: 1.5em;
            letter-spacing: 0.2em;
            word-break: break-all;
            color: darkgrey;
            text-align: right;
            animation: sakusyaAnime forwards 1s ease 5.2s normal;
            opacity: 0;
            margin: 5% 0 0;
        }

        @keyframes sakusyaAnime {
            0% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }

        .boutou {
            font-family: 'Yuji Syuku', serif;
        }

        /*タイピング*/

        .TextTyping {
            font-size: 1.5em;
            letter-spacing: 0.2em;
            word-break: break-all;
            color: #242424;
        }

        /*jsで生成されるspanタグ*/

        .TextTyping span {
            display: none;
            color: darkgrey;
        }

        @media only screen and (max-width: 750px) {
            #type {
                height: 60vh;
            }

            .wrap9 {
                width: 95vw;
                top: 40%;
            }

            .TextTyping {
                font-size: 1em;
                letter-spacing: 0.3em;
            }

            .sakusya {
                font-size: 1em;
                letter-spacing: 0.2em;
            }
        }

        /*logo--------------------------------*/
        /* intro -----------------------------*/

        #intro {
            /* -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%); */
            padding: 60px 0 10px 0;
        }



        .sub_title {
            font-size: 3em;
            font-weight: 900;
            padding: 4em 0 2em;
        }

        .sub_title img {
            width: 30%;
        }

        .catch {
            margin-bottom: 5em;
        }

        @media only screen and (min-width: 751px) {
            .catch h2 {
                font-size: 2.2em;
                width: 70%;
                margin: 1em auto;
            }
        }

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

            .sub_title {

                padding: 2em 0 1em;
            }
        }


        .honbun_out {
            border: double 10px #506a81;
            border-color: #506a81;
            padding: 0.5em;
            width: 70%;
            margin: 0 auto;
        }


        .honbun_in {
            font-size: 1.5em;
            width: 85%;
            margin: 0 auto;
            padding: 2em 3em 3em;
            text-align: left;
            line-height: 2rem;
        }

        .honbun_in h3 {
            text-align: center;
            margin-bottom: 1em;
        }

        .honbun {
            background: url(assets/img/sub/corner_lt2.svg) left top, url(assets/img/sub/corner_rt2.svg) right top, url(assets/img/sub/corner_rb2.svg) right bottom, url(assets/img/sub/corner_lb2.svg) left bottom;
            background-repeat: no-repeat;
            background-size: 15%;
        }

        .honbun_catch {
            text-align: center;
            margin: 10% 0 5%;
            font-size: 1.3em;
        }

        .honbun_in p {
            margin: 5% 0;
            font-size: 0.8em;
        }

        .sh {
            width: 60%;
        }

        .teiden {
            padding-top: 8%;
        }

        @media only screen and (max-width: 750px) {
            .honbun_catch {
                margin: 10% 0;
                font-size: 1.1em;
                line-height: 1.3;
            }

            .catch {
                width: 95%;
                margin: 1em auto 5em;
            }

            .catch h2 {
                font-size: 1.4em;
                margin: 20px 0;
            }
        }

        /*space1---------------------------*/

        .space {
            -webkit-box-pack: center;
            display: -webkit-box;
            display: flex;
            justify-content: center;
            width: 100%;
            margin: 0 auto 0;
            padding-top: 30px;
        }

        .space::after {
            display: block;
            width: 100%;
            padding-top: 66.25%;
            background: 50%/contain no-repeat;
            content: "";
        }

        .s01::after {
            background-image: url(assets/img/section11.jpg);
            clip-path: polygon(100% 95%, 0% 73%, 0% 31%, 120% 0%);
        }

        .s02 {
            background: linear-gradient(to bottom, rgba(255, 105, 212, 0) 0%, rgba(255, 105, 212, 0) 50%, #506a81 50%, #506a81 100%);

        }

        .s02::after {
            background-image: url(assets/img/section22.jpg);
            clip-path: polygon(100% 78%, 0% 100%, 0% 0%, 100% 26%);
        }

        .s03 {
            background: linear-gradient(to top, rgba(255, 105, 212, 0) 0%, rgba(255, 105, 212, 0) 50%, #506a81 50%, #506a81 100%);

        }

        .s03::after {
            background-image: url(assets/img/section32.jpg);
            clip-path: polygon(100% 95%, 0% 73%, 0% 31%, 120% 0%);

        }

        .test01 {
            background: linear-gradient(to bottom, #506a81 0%, #506a81 100%);
            color: #fff;
        }

        @media only screen and (max-width: 750px) {
            .space {
                transform: scale(1.5);
            }

            .sub_title {
                margin: 0;
            }

            .sub_title img {
                width: 70%;
            }



            .honbun_out {
                border: double 5px #506a81;
                padding: 0.3em;
                width: 90%;
            }

            .honbun {
                background-size: 23%;
            }

            .honbun_in {
                font-size: 1.3em;
                width: 95%;
                margin: 0 auto;
                padding: 2em 0em 4em;
                text-align: left;
                line-height: 2rem;
            }

            .space {
                padding: 18% 0;
            }
        }

        /* story -----------------------------*/
        /* cast -----------------------------*/

        #cast .cast_con {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin: 10% 0;
        }

        #cast .cast_con2 {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            margin: 10% 0;
        }

        .cast_wrap {
            width: 48%;
        }

        .ca2 {
            width: 33%;
        }

        .cast_pic {
            width: 100%;
            clip-path: polygon(100% 90%, 0% 99%, 0% 10%, 100% 0%);
        }

        .cast_intro {
            width: 90%;
            margin: 10% auto;
        }

        .cast_intro img {
            width: 35%;
        }

        .ca2 .cast_intro img {
            width: 45%;
        }

        .cast_name {
            font-size: 2.3em;
        }

        .as {
            font-size: 0.6em;
        }


        .cast_syoukai {
            margin: 5% 0;
            text-align: left;
            font-size: 1.4em;
            line-height: 2.5rem;

        }

        @media only screen and (max-width: 750px) {
            #cast .cast_con {
                justify-content: center;
                margin: 20% 0;
            }

            .cast_wrap {
                width: 100%;
                margin-bottom: 20%;
            }

            .cast_intro {
                margin: 5% auto;
            }

            .cast_syoukai {
                font-size: 1.2em;
                line-height: 1.8rem;

            }
        }

        /* staff -----------------------------*/
        #staff {
            padding-top: 0;
        }

        .staff_con {
            width: 70%;
            margin: 5% auto 0;
            padding-bottom: 15%;
            text-align: left;
        }

        .staff_name {
            font-size: 2.5em;
        }

        .birth {
            font-size: 18px;
        }

        .staff_syoukai {
            margin: 3% 0;
            font-size: 1.2em;
            line-height: 1.8;
        }

        @media only screen and (min-width: 751px) {
            .music {
                display: flex;
                justify-content: space-around;
                align-items: center;
                margin-bottom: 10%;
            }

            .music1 {
                width: 40%;
            }

            .music2 {
                width: 55%;
            }
        }

        .music2 img {
            width: 100%;
            clip-path: polygon(100% 90%, 0% 99%, 0% 10%, 100% 0%);
        }

        .comment {
            color: #394b5b;
            background-color: rgba(255, 255, 255, 0.7);
            border-radius: 10px;
            padding: 2em;
            width: 80%;
            margin: 5em auto 0;
        }

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

            .staff_con {
                width: 90%;
                margin: 20% auto 0;
                padding-bottom: 35%;
            }

            .birth {
                font-size: 12px;
            }

            .staff_syoukai {
                font-size: 1em;
                line-height: 2;
            }

            .music1 {
                width: 100%;
                margin: 5% 0;
            }

            .music2 {
                width: 100%;
                margin: 5% 0;

            }
        }




        /* trailer -----------------------------*/

        .yokoku {
            position: relative;
            padding-bottom: 56.25%;
            height: 35%;
            overflow: hidden;
            width: 60%;
            margin: 20% auto;
        }

        .yokoku iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 65%;
        }

        @media only screen and (max-width: 750px) {
            .yokoku {
                width: 90%;
                margin-bottom: 70%;
            }

            .yokoku iframe {
                height: 100%;
            }
        }

        /* footer -----------------*/

        footer {
            margin: 0 auto;
            width: 100%;
            padding: 15% 0 5%;
            background-color: #506a81;
        }

        footer p {
            color: whitesmoke;
            text-align: center;
        }

        footer a {
            color: #ff3c00;
        }

        footer .foot2 span {
            display: inline-block;
        }

        footer .last {
            padding: 3em 0 1em;
        }

        .l2 img {
            display: inline-block;
            width: 1.5em;
        }

        footer .foot2 .l4 {
            margin-top: 3em;
        }

        @media only screen and (min-width: 751px) {
            footer .foot2 .title {
                font-size: 1.5em;
            }

            footer .foot2 .l1 {
                font-size: 1.5em;
            }

            footer .foot2 .l1 span {}

            footer .foot2 .l2 {
                font-size: 1.2em;
            }

            footer .foot2 .l2 span {
                margin: 0 0.4em;
            }

            footer .foot2 .l4 {
                font-size: 1.3em;
            }

            footer .foot2 .l4 span,
            .ff5 span {
                margin: 0 0.4em;
            }

            footer .foot2 .l5 {
                font-size: 1.5em;
            }
        }

        @media only screen and (max-width: 750px) {
            footer .foot2 .title {
                font-size: 1.2em;
            }

            .foot2 .credit {
                width: 95%;
                margin: 0 auto;
            }

            footer .foot2 .l1 {
                font-size: 1.3em;
            }

            footer .foot2 .l5 {
                font-size: 1.2em;
            }


        }

        /*============
nav
=============*/
        nav {
            display: block;
            position: fixed;
            top: 0;
            right: -35%;
            bottom: 0;
            width: 35%;
            background: antiquewhite;
            overflow-x: hidden;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
            transition: all .5s;
            z-index: 3;
            opacity: 0;
            font-family: 'Zen Antique', serif;
        }

        .open nav {
            right: 0;
            opacity: 1;
        }

        nav .inner {
            padding: 25px;
        }

        nav .inner ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        nav .li_img {
            text-align: center;
        }

        nav .inner img {
            width: 70%;
            margin: 0 0 1em;

        }

        nav .ll img {
            filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.8));
        }

        nav .inner ul li {
            position: relative;
            margin: 0;
            text-align: left;
        }

        nav .inner ul li a {
            display: block;
            letter-spacing: 0.05em;
            font-size: 21px;
            padding: 0.7em 0px;
            text-decoration: none;
            transition-duration: 0.2s;
            color: #506a81;
        }


        nav .inner ul li .color {
            color: #924f4b;
        }

        nav .inner ul li :hover {
            color: #506a81a5;
        }

        .twi {
            width: 15% !important;
            margin: 2em 0 0 !important;
        }

        .tw {
            text-align: center !important;
        }



        @media screen and (max-width: 767px) {
            nav {
                right: -80%;
                width: 80%;
            }
        }

        /*============
  .toggle_btn
  =============*/
        .toggle_btn {
            display: block;
            position: fixed;
            top: 30px;
            right: 30px;
            width: 30px;
            height: 30px;
            transition: all .5s;
            cursor: pointer;
            z-index: 3;
            background-color: #506a81;
            border-radius: 8px;
            padding: 25px;
        }

        .toggle_btn span {
            display: block;
            position: absolute;
            left: 0;
            width: 55px;
            height: 5px;
            background-color: #e4e4e4;
            border-radius: 4px;
            transition: all .5s;
        }

        .toggle_btn span:nth-child(1) {
            top: 20px;
            left: 13px;
        }

        .toggle_btn span:nth-child(2) {
            top: 37px;
            left: 13px;
        }

        .toggle_btn span:nth-child(3) {
            bottom: 20px;
            left: 13px;
        }

        .open .toggle_btn span {
            background-color: #e4e4e4;
        }

        .open .toggle_btn span:nth-child(1) {
            -webkit-transform: translateY(10px) rotate(-45deg);
            transform: translateY(16px) rotate(-45deg);
        }

        .open .toggle_btn span:nth-child(2) {
            opacity: 0;
        }

        .open .toggle_btn span:nth-child(3) {
            -webkit-transform: translateY(-10px) rotate(45deg);
            transform: translateY(-18px) rotate(45deg);
        }

        @media only screen and (max-width: 750px) {
            .toggle_btn {
                top: 10px;
                right: 10px;
                width: 15px;
                height: 15px;
            }

            .toggle_btn span {
                width: 40px;
                height: 4px;
            }

            .toggle_btn span:nth-child(1) {
                top: 15px;
            }

            .toggle_btn span:nth-child(2) {
                top: 30px;
            }

            .toggle_btn span:nth-child(3) {
                bottom: 15px;
            }


        }

        /*============
  #mask
  =============*/
        #mask {
            display: none;
            transition: all .5s;
        }

        .open #mask {
            display: block;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #000;
            opacity: .8;
            z-index: 2;
            cursor: pointer;
        }

        /*============
  #anime
  =============*/
        .anime {
            height: 25vh;
            width: 1500%;
            margin: 10em 0;
            background: url(assets/img/anime_03.jpg);
            background-size: auto 25vh;
            background-repeat: repeat-y no-repeat;
            animation: anime_slide 500s infinite linear 1s both;
        }

        @keyframes anime_slide {
            from {
                transform: translateX(0);
            }

            to {
                transform: translateX(-100%);
            }
        }

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

            .anime {
                height: 20vh;
                width: 1500%;
                margin: 5em 0 10em;
                background-size: auto 20vh;
                animation: anime_slide 150s infinite linear 1s both;
            }
        }