/* loader */

#loader {
    background: #333;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
}

/*背景*/
.loader,
.loader:before,
.loader:after {
    background: #aaa;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    height: 4em;
    width: 1em;
    top: 50%;
}

.loader {
    color: #ccc;
    text-indent: -9999em;
    margin: auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}

.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

/* loader */

body {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    line-height: 1.5;
    font-weight: 900;
}

img {
    vertical-align: bottom;
}

.panlist {
    text-align: left;
    font-size: 12px;
    padding-left: 1em;
    color: #fff;
    background: #000;
}

#pagetop a {
    text-decoration: none;
    text-align: center;
    display: block;
    width: 60px;
    line-height: 60px;
    color: #fff;
    background: #333;
    border-radius: 100%;
    position: fixed;
    transition: 0.2s;
}

#pagetop a:hover {
    opacity: 0.75;
    box-shadow: 0px 0px 12px 4px #fff;
}

/* PC */

@media screen and (min-width:1100px) {
    #page_all {
        background: url(../images/bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .inner {
        width: 1100px;
        margin: 0 auto;
    }

    .top_main .inner {
        background: #121818;
        text-align: center;
        padding: 80px 0;
    }

    .top_main .kv {
        width: 90%;
    }

    .top_main .inner small {
        display: block;
        text-align: right;
        font-size: 12px;
        margin:0 auto 40px;
        width:80%;
    }

    .top_main h1 {
        width: 60%;
        text-align: center;
        margin: 0 auto;
    }

    .about {
        background: url(../images/bg_inner.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        color: #fff;
        text-align: center;
        line-height: 2.5;
        font-size: 20px;
        padding: 80px 0;
        margin-bottom: 80px;
    }

    span.red {
        color: #ef172f;
    }

    main {
        padding-bottom: 120px;
    }

    main article {
        background: #121818;
        border-radius: 80px 0 80px 0;
        padding: 80px 0 120px;
    }

    article section h1 {
        text-align: center;
        margin-bottom: 60px;
    }

    article section h1 img {
        width: 330px;
    }

    section.sche small {
        display: block;
        text-align: center;
    }

    section.sche {
        line-height: 1;
        margin-bottom: 160px;
    }

    section.sche ul li {
        width: 900px;
        margin: 0 auto 40px;
        display: flex;
        align-items: center;
        background: linear-gradient(-45deg, #282828 0%, #282828 50%, #2f2f2f 50%, #2f2f2f 100%);
        padding: 40px;
        box-sizing: border-box;
    }

    section.sche .sche_date {
        width: 45%;
        text-align: left;
    }

    section.sche .date_day {
        font-size: 24px;
        margin-bottom: 12px;
    }

    section.sche .date_time {
        font-size: 36px;
        color: #fff000;
        margin-bottom: 12px;
    }

    section.sche .date_cast {
        font-size: 16px;
        line-height: 1.5;
    }

    section.sche .sche_vs {
        font-size: 40px;
        text-align: center;
        width: 10%;
    }

    section.sche .sche_team {
        width: 45%;
    }

    section.sche p {
        background: #fff;
        border-radius: 12px;
        width: 340px;
        padding: 32px 0;
        text-align: center;
        margin: 0 auto 8px;
    }

    section.sche p img {
        width: 80%;
    }

    section.sche h3 {
        text-align: center;
    }

    section.link a {
        display: block;
        width: 300px;
        margin: 0 auto;
        transition: 0.5s;
    }

    section.link a img {
        width: 100%;
    }

    section a:hover {
        opacity: 0.75;
    }

}

/*SP*/

@media screen and (max-width:1100px) {
    #header {
        min-height: 80px;
    }

    #page_all {
        background: url(../images/bg.jpg);
        background-size: cover;
        background-position: center;
    }

    #pan_box {
        overflow-x: scroll;
    }

    .top_main .inner {
        background: #121818;
        padding-top: min(8vw, 40px);
    }

    .top_main h1 {
        width: 80%;
        max-width: 400px;
        margin: 0 auto;
        padding: min(8vw, 40px) 0 min(13vw, 80px);
    }
    
    .top_main .inner small {
        display: block;
        width:80%;
        text-align: right;
        margin:0 auto;
        font-size: 12px;
    }

    .top_main h1.top_catch img {
        width: 100%;
    }

    .top_main img {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .about {
        text-align: center;
        font-size: min(3vw, 14px);
        padding: 8vw 0;
        margin-bottom: 8vw;
        background: url(../images/bg_inner.jpg);
        background-size: cover;
        background-position: center;
        line-height: 2;
    }

    .about span.red {
        color: #ef172f;
        display: inline;
    }

    .about span {
        display: block;
    }

    .about br {
        display: none;
    }

    .about .margin {
        margin-bottom: 1em;
    }

    main {
        padding-bottom: 12vw;
    }

    main article {
        width: 85%;
        margin: 0 auto;
        background: #121818;
        border-radius: 40px 0 40px 0;
        padding: 8vw 0 12vw;
        box-sizing: border-box;
        text-align: center;
        font-size: min(3vw, 14px);
    }

    section h1 {
        width: 75%;
        max-width: 300px;
        margin: 0 auto 8vw;
    }

    section h1 img {
        width: 100%;
    }

    .sche {
        margin-bottom: 14vw;
    }

    .sche small {
        display: block;
        text-align: center;
    }

    .sche ul li {
        width: 85%;
        margin: 0 auto 2em;
        background: linear-gradient(-45deg, #282828 0%, #282828 50%, #2f2f2f 50%, #2f2f2f 100%);
        display: flex;
        flex-direction: column;
    }

    .sche_vs {
        order: 1;
        font-size: min(8vw, 40px);
        line-height: 2;
    }

    .sche_team {
        order: 2;
    }

    .sche_date {
        order: 3;
        padding: 3.5vw 0;
        line-height: 1;
    }

    .date_day {
        font-size: min(4vw, 28px);
    }

    .date_time {
        font-size: min(6vw, 32px);
        padding: 0.2em;
        color: #fff000;
    }

    .date_cast {
        line-height: 1.5;
    }

    .sche .sche_team p {
        background: #fff;
        border-radius: 12px;
        text-align: center;
        width: 85%;
        max-width: 400px;
        margin: 0 auto;
        padding: 4vw 0;
        box-sizing: border-box;
    }

    .sche .sche_team p img {
        width: 75%;
    }

    .link a {
        display: block;
        width: 85%;
        max-width: 300px;
        margin: 0 auto;
    }

    .link a img {
        width: 100%;
    }
}

/*MAX SIZE*/

@media screen and (min-width:1920px) {}
