        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: lighten;
            color: #924f4b;
        }

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

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

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



        @keyframes top {
            0% {
                background-position: top;
                opacity: 0;
            }

            25% {
                opacity: 1;
            }

            50% {
                background-image: url(assets/img/KAGI_mv011.jpg), url(assets/img/KAGI_mv_base1.jpg);

                background-position: top;
                opacity: 1;

            }

            55% {
                background-image: url(assets/img/KAGI_mv011.jpg), url(assets/img/KAGI_mv_base1.jpg);

                opacity: 1;

            }

            100% {
                background-image: url(assets/img/KAGI_mv_base1.jpg);
                background-position: bottom;
                opacity: 1;

            }
        }


        #top .logo {
            position: absolute;
            bottom: 33%;
            left: 6%;
            opacity: 0;
            width: 20%;
            animation-name: logoAnimation;
            /*1で解説*/
            animation-fill-mode: forwards;
            animation-duration: 5s;
            /*3で解説*/
            animation-timing-function: ease;
            /*5で解説*/
            animation-delay: 2s;
            /*6で解説*/
            animation-direction: normal;
            /*7で解説*/
        }

        #top h2 {
            text-align: center;
        }

        #top .senden {
            width: 50%;
            position: absolute;
            bottom: 17%;
            left: 3%;
            opacity: 0;
            animation: senden forwards 3s ease 6s normal;
        }

        .senden img {
            filter: drop-shadow(4px 4px 6px rgba(255, 255, 255, 0.7));
        }

        @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 .top1 {
            width: 4%;
            position: absolute;
            right: 5%;
            top: 35%;
            opacity: 0;
            animation: topcatch forwards 3s ease 4s normal;

        }

        .top_catch .top2 {
            width: 10%;
            position: absolute;
            right: 15%;
            opacity: 0;
            top: 10%;
            animation: topcatch forwards 2s ease 5s normal;

        }

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

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

        .eirin {
            position: absolute;
            top: 1%;
            left: 1%;
            width: 10%;
        }

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

            #top .logo {
                bottom: 30%;
                left: 1%;
                width: 30%;
            }

            .eirin {
                width: 25%;
            }

            #top .senden {
                width: 95%;
                bottom: 8%;
            }

            .top_catch .top1 {
                width: 6%;
                right: 5%;
                top: 34%;
            }

            .top_catch .top2 {
                width: 16%;
                right: 15%;
                top: 56%;
            }
        }



        /*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 6.5s 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;
        }

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

        }

        @keyframes typinganime {
            from {
                opacity: 0
            }

            to {
                opacity: 1
            }
        }

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

            .wrap9 {
                width: 92%;
                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 #924f4b;
            border-color: #924f4b;
            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: 2.8rem;
        }

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

        .honbun {
            background: url(assets/img/sub/corner_lt.svg) left top, url(assets/img/sub/corner_rt.svg) right top, url(assets/img/sub/corner_rb.svg) right bottom, url(assets/img/sub/corner_lb.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: 3% 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/section_k1.jpg);
            clip-path: polygon(100% 75%, 0% 94%, 0% 5%, 100% 26%);
        }

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

        }

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

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

        }

        .s03::after {
            background-image: url(assets/img/section_k33.jpg);
            clip-path: polygon(100% 75%, 0% 94%, 0% 5%, 100% 26%);


        }

        .test01 {
            background: linear-gradient(to bottom, #924f4b 0%, #924f4b 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 #924f4b;
                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.5em;
        }

        .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_name {
                font-size: 2.3em;
            }

            .cast_syoukai {
                font-size: 1.1em;
                line-height: 1.7rem;

            }
        }

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

        .staff_con {
            width: 70%;
            margin: 0 auto;
            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 (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;
            }
        }

        /* gensaku -----------------------------*/

        .gensaku_con {
            width: 80%;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-around;
        }

        .gensaku_pic {
            width: 40%;
        }

        .gensaku_intro {
            width: 40%;
            text-align: left;
        }

        @media only screen and (max-width: 750px) {
            .gensaku_con {
                width: 95%;
            }

            .gensaku_pic {
                width: 60%;
                margin: 0 auto;
            }

            .gensaku_intro {
                width: 95%;
            }

            .gensaku_intro img {
                width: 100%;
                margin: 10% 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: #924f4b;
        }

        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: 25%;
            margin: 0 0 1em;
        }

        nav .inner ul li {
            position: relative;
            margin: 0;
        }

        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: #924f4b;
        }

        nav .inner ul li .color {
            color: #394b5b;
        }

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

        .twi {
            width: 15% !important;
            margin: 2em 0 0 !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: #924f4b;
            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_k1.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;
            }
        }