/* bace */
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    background-color: #000;
}

h2,
a,
.live-bg {
    /* font-family: fot-tsukuaoldmin-pr6n, sans-serif;
    font-weight: 300;
    font-style: normal; */
    font-family: filosofia, serif;
    font-weight: 400;
    font-style: normal;
}


h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
.top-txt {
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
}

.main {
    width: 100%;
    max-width: 775px;
}

section {
    margin: 150px auto;
}

img {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
}

figure {
    margin: 0;
}

.inner {
    width: 86.5%;
    margin: 0 auto;
}

h2 {
    font-size: 4.2rem;
    color: #fff;
    margin: 0;
    font-feature-settings: "palt" 1;
}

h3 {
    color: #fff;
    margin: 0;
}

p,
li,
dt,
dd {
    font-size: 1.5rem;
    line-height: 2;
    margin: 0;
    color: #fff;
}

.overview,
.collection,
.comment {
    padding-top: 50px;
}

.sp-br {
    display: none;
}

.br {
    display: block;
}

.section-ttl {
    font-size: 3rem;
    color: #EBCE8C;
    width: fit-content;
    margin: 20px auto;
    border-bottom: 1px solid #FAD585;
}

.red {
    color: red;
}

/* header */
header {
    background-color: #000;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
}

.school-logo {
    width: 180px;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

h1 {
    margin: auto;
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 3.1rem;
}

.application {
    color: #fff;
    font-size: 1.5rem;
    line-height: 4;
    text-align: center;
    display: block;
    width: 300px;
    height: 60px;
    margin: 60px auto;
    border: 1px solid #fff;
    position: relative;
}

.application::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: calc(50% - 100px);
    top: 25px;
    transform: rotate(45deg);
}

.application a {

    text-decoration: none;

    margin: 17px 0;
}

.application p {
    width: fit-content;
    margin: 9px auto;
    position: relative;
    line-height: 2.8;
}

/* top */
.top {
    padding: 30px auto 0px;
    height: 72vh;
    margin: 10vh 0;
}

.seed {
    width: 130px;
    margin-bottom: 16vh;
}

.kojiki {
    width: 90px;
}

.top-date {
    margin-top: -250px;
    margin-bottom: 150px;
    font-size: 75px;
    text-align: right;
    text-shadow: #000 7px 7px 10px;
    color: #fff;
    font-weight: 600;

}

.top-ttl {
    width: 220px;
}

.top-sub-ttl {
    font-size: 2.2rem;
}

.top-txt,
.top-attention {
    font-size: 1.8rem;
}

.top-attention {
    color: #EBCE8C;
}

/* next */
.next-group {
    text-align: right;
}

.next {
    width: 115px;
    margin: 0 0 0 auto;
}

.next-ttl {
    display: inline-block;
    padding: 5px 7px;
    margin: 0 0 0 auto;
    font-size: 40px;
    background-color: #d2b17e;
    text-shadow: #000 2px 2px 2px;
}

.next-text {
    margin-top: 10px;
    font-size: 2.2rem;
}

.next-span {
    font-size: 1.8rem;
}

.next-day {
    font-size: 1.8rem;
}

.next-btn a {
    display: block;
    width: 215px;
    padding: 10px 0;
    margin: 0 0 0 auto;
    border: 1px solid #DBCB5D;
    text-align: center;
    color: #fff;
    font-size: 1.7rem;
    position: relative;
}

.next-btn a::before {
    content: "";
    display: block;
    width: 215px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    position: absolute;
    top: 3px;
    left: 3px;
}

/* wrapper */
.wrapper {
    width: 100%;
    height: 100%;
    margin-top: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.green {
    width: 100%;
    height: 100%;
    background-color: rgba(129, 129, 129, 0.4);
}

.black {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
}

.wrapper-photo {
    display: none;
}

/* ÃƒÆ’Ã‚Â¦Ãƒâ€¹Ã…â€œÃƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¥Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â */
.backmove {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.move {
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100vh;
    object-fit: cover;
}

.bottom-btn {
    width: 100%;
    max-width: 750px;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.cv-btn {
    font-size: 2.2rem;
    line-height: 3;
    text-align: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    color: #fff;
    display: block;
    background: linear-gradient(180deg, #A74A4A, #4D2626);
}

.cv-btn::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: calc(50% - 125px);
    top: 25px;
    transform: rotate(45deg);
}

.bottom-application {
    width: 86.5%;
    margin: 0 auto;
    padding: 2px 0;
    border-radius: 27px;
}


/* btn */
.green-btn {
    width: 100%;
    margin: 20px auto;
    padding: 10px 0;
    background-color: #4A926B;
    border-radius: 15px;
    position: relative;
    z-index: 3;
}

.btn-back {
    margin: 0 auto;
    width: 80%;
    position: relative;
}

.btn-back::after {
    content: "";
    width: 100%;
    display: block;
    padding: 24px 0;
    background-color: #163C28;
    border-radius: 15px;
    position: absolute;
    top: 8px;
    left: 5px;
}

.green-btn p {
    width: fit-content;
    font-size: 1.5rem;
    margin: 0 auto;
}

/* story */
.story {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(50, 155, 195, 1) 5% 95%, rgba(255, 255, 255, 0));
    height: 250vh;
    position: relative;
}

.story p,
.story h2 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.back-inner {
    /* background-color: rgba(0, 0, 0, 0.5); */
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 5% 95%, rgba(0, 0, 0, 0));
    height: 100%;
    padding-bottom: 80px;
}

.story .story-top-ttl {
    margin-right: 0px;
    margin-left: auto;
    font-size: 2.2rem;
    letter-spacing: 12px;
}

.story h2 {
    font-size: 2.2rem;
    letter-spacing: 12px;
    margin: -100px 5px 0;
}

.story p {
    font-size: 1.7rem;
    letter-spacing: 12px;
    margin: 0 2px;
}

.story-group {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    /* position: relative; */
    width: 130px;
    height: fit-content;
    margin-top: 700px;
}

.story-txt-last {
    margin-top: 60px;
}

.backimg1 {
    width: 60%;
    /* margin: -110px -48px 0; */
    position: absolute;
    left: 0;
    top: 400px;
}

.backimg3 {
    width: 60%;
    /* margin: -134px 155px 0; */
    position: absolute;
    right: 0px;
    top: 680px;

}

.backimg4 {
    width: 100%;
}

.backimg2 {
    width: 50%;
    /* margin: -345px 122px 0; */
    position: absolute;
    top: 142vh;
    right: 0px;
}

.story-btn a {
    display: block;
    width: 215px;
    padding: 10px 0;
    margin: 0 auto;
    border: 1px solid #DBCB5D;
    text-align: center;
    color: #fff;
    font-size: 1.7rem;
    position: relative;
}

.story-btn a::before {
    content: "";
    display: block;
    width: 215px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    position: absolute;
    top: 3px;
    left: 3px;
}

/* highlights */
.bunun {
    margin-bottom: 30px;
}

.highlights-txt-group {
    background-color: rgba(0, 0, 0, 0.7);
    margin-top: -3px;
    padding: 20px;
}

.kojiki-group {
    display: flex;
}

.kojiki-group p {
    font-size: 1.8rem;
    margin-left: 10px;
}

.bunun-bigtxt {
    font-size: 2.3rem;
}

.bunun-img {
    color: #EBC79E;
}

.costume p {
    width: 92%;
    margin: 0px 10px 10px auto;
    text-align: right;
}

.costume-group {
    background-color: rgba(0, 0, 0, 0.7);
}

.member h3 {
    font-size: 2.3rem;
    width: fit-content;
    margin: 10px 10px 10px auto;
}

.member h4 {
    width: fit-content;
    font-size: 1.8rem;
    color: #fff;
    margin: 10px 10px 10px auto;
}

.member-group {
    display: flex;
    position: relative;
}

.member-group figure {
    width: 46%;
    /* margin-top: -28px; */
    position: absolute;
    top: -75px;
    left: -17px;
}

.member-group p {
    width: 55%;
}

/* info */
.info {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7) 15% 95%, rgba(255, 255, 255, 0));
    height: 130vh;
}

.info-group h3 {
    font-size: 2.3rem;
    color: #F47272;
    position: relative;
    margin-left: 35px;
}

.info-group h3::after {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    background-image: url(../img/icon.png);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -3px;
    left: -35px;
}

.day {
    font-size: 2.8rem;
}

.day-big-txt {
    font-size: 3.8rem;
}

.time {
    display: flex;
    justify-content: center;
}

.time-group .time-ttl {
    font-size: 1.8rem;
    display: block;
    text-align: center;
    position: relative;
    width: 100px;
    margin: 0;
    height: fit-content;
    color: #393939;
    background: #118c99;
    clip-path: polygon(25% 0%, 74% 0, 100% 51%, 75% 100%, 25% 100%, 0 50%);
}

.time-group .noon h3 {
    background-color: #FFDDC6;
}

.time-group .night h3 {
    background-color: #C6DCFF;
}

.time-bigtxt {
    font-size: 2.2rem;
}

.time figure {
    width: 50%;
}

.info-detail {
    margin: 30px 0;
}

.place-bigtxt {
    font-size: 2.2rem;
}

.ticket {
    position: relative;
}

.ticket figure {
    width: 60%;
    height: 100%;
    margin-right: -30px;
    position: absolute;
    top: 15px;
    right: 7px;
}

.ticket p {
    font-size: 1.8rem;
}

.ticket-smalltxt {
    font-size: 1.5rem;
}

.ticket-real {
    margin-bottom: 15px;
}

.ticket-txt-group {
    display: flex;
}

.ilust1 {
    object-fit: contain;
}

.ticket-btn a {
    width: 200px;
    margin: 0;
    font-size: 1.5rem;
    position: relative;
    z-index: 3;
}

.ticket-btn a::before {
    width: 200px;
}

/* staff */
.allstaff {
    overflow: scroll;
    height: 50vh;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
}

.allstaff h3,
.allstaff h4,
.allstaff h5,
.allstaff h6,
.allstaff p {
    color: #fff;
    font-size: 1.8rem;
    margin: 5px 0;
}

.staff-group {
    margin: 20px 0;
    font-size: 1.6rem;
}

.posi {
    color: #EBCE8C;
}

/* youtube */
.youtube {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 30px 0;
}

.movie {
    width: 100%;
    height: 31vh;
}

.youtube p {
    text-align: center;
}

.youtube-btn {
    display: block;
    width: 215px;
    padding: 10px 0;
    margin: 0 auto;
    background: linear-gradient(180deg, #AA4628, #88432E);
    box-shadow: 2px 2px 2px 1px rgba(141, 111, 111, 0.56);
    text-align: center;
    color: #fff;
    font-size: 1.7rem;
    position: relative;
    border-radius: 10px;
}


/* footer */
footer {
    background-color: #000;
    position: relative;
    z-index: 9;
    padding: 30px 0;
}

.footer-logo {
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
}

footer .sns {
    margin: 20px auto;
}

.copy {
    font-size: 1rem;
    width: fit-content;
    margin: 20px auto;
}

footer .bottom-application {
    width: 100%;
    border-radius: 0;
    margin: 20px auto;
}

footer p {
    text-align: center;
}

footer .number span+span {
    margin-left: 20px;
}

footer .footer-link a {
    width: 220px;
    height: 46px;
    border-radius: 12px;
    margin: 10px auto;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .footer-link a span {
    font-size: 1.5rem;
}

.footer-btn {
    background-color: #CDA738;
    color: #fff;
    display: block;
    margin: 15px 0;
    font-size: 2.2rem;
    text-align: center;
    padding: 15px 0;
    position: relative;
}

.footer-btn::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    /* ÃƒÂ¨Ã‚Â¦Ã‚ÂÃƒÂ§Ã‚Â´Ã‚Â ÃƒÂ£Ã‚ÂÃ‚Â®ÃƒÂ¥Ã‚Â·Ã‚Â¦ÃƒÂ£Ã‚ÂÃ¢â‚¬Â¹ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬Â°ÃƒÂ£Ã‚ÂÃ‚Â®ÃƒÂ¨Ã‚Â·Ã‚ÂÃƒÂ©Ã¢â‚¬ÂºÃ‚Â¢ */
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
}

footer figure {
    width: 85px;
    margin: 35px auto;
}

footer small {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
}

.footet-Sponsorship {
    font-size: 1.2rem;
    text-align: left;
}

.footet-Sponsorship-txt {
    font-size: 1.2rem;
    text-align: left;
}

@media screen and (min-width: 600px) and (max-width:774px) {
    .application p::after {
        top: 15px;
    }

    p {
        font-size: 2rem;
    }

    .comment-group h3 {
        font-size: 2.2rem;
    }

    .comment-group h3 span {
        font-size: 2.7rem;
    }

    .comment-group p {
        font-size: 1.5rem;
        line-height: 2;
    }

    .contest-img {
        height: 80px;
    }

    .live-btn .application p {
        margin: auto;
    }

    .live-btn .application::after {
        right: 15px;
    }

    .live-inner {
        padding: 50px 0;
    }

    .member-group figure {
        width: 32%;
        top: -120px;
    }
}

@media screen and (min-width: 775px) {
    body {
        display: flex;
        justify-content: center;
    }

    /* move */
    .backmove {
        width: 50%;
    }

    .main {
        width: 50%;
        max-width: 775px;
        position: relative;
    }

    .wrapper {
        margin: 0;
        width: inherit;
    }

    .bottom-btn {
        width: 50%;
        max-width: 775px;
        margin: 0 0 0 auto;
        position: fixed;
        right: 0;
    }

    .wrapper-photo {
        display: block;
        width: 50%;
        max-width: 775px;
        height: 100vh;
        margin-top: 60px;

        /* background-image: url(../img/pc-back.png); */
        /* 旧デザイン */
        background-image: url(../img/backver3.png);
        /* 新デザイン */

        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
        position: fixed;
        top: -55px;
        right: 0;
        z-index: -1;
    }

    .live-btn .application::after {
        right: 15px;
    }

    .live-inner {
        padding: 30px 0;
    }

    .backmove {
        display: block;
        position: static;
        height: inherit;
    }

    .contest-img {
        height: 45px;
    }

    .application p {
        margin: 8px auto;
    }

    .info {
        height: 125vw;
    }
}

@media screen and (min-width: 1160px) {
    .live-inner {
        padding: 50px 0;
    }

    .contest-img {
        height: 70px;
    }

    .sp-br {
        display: block;
    }

    section {
        margin: 300px 0;
    }

    .member-group figure {
        width: 40%;
        max-width: 300px;
        top: -75px;
    }

    .ticket figure {
        top: 0;
    }

    .backimg3 {
        width: 50%;
    }

    .backimg1 {
        width: 50%;
    }

    .info {
        height: 95vw;
    }

    .story {
        height: 220vh;
    }

    .backimg2 {
        top: 141vh;
    }
}

@media screen and (min-width: 1550px) {
    .backmove {
        display: block;
        position: static;
        height: inherit;
    }

    .wrapper {
        width: inherit;
        left: auto;
    }

    .wrapper-photo {
        right: auto;
        left: auto;
    }

    .bottom-btn {
        right: auto;
        left: auto;
    }
}

@media screen and (max-width:1200px) {
    .top-date {
        font-size: 50px;
        margin-top: -220px;
    }
}