@charset "UTF-8";

.top {
    position: relative;
}

.sp_img img {
    display: none;
}

.backimg {
    width: 100%;
    height: 100vh;
    background-image: url(../img/pc_top.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat no-repeat;
}

.top_logo {
    position: absolute;
    bottom: 52%;
    left: 3%;
    padding-right: 100px;
    transition: .5s;
}

.top_logo img {
    width: 85%;
    transition: .5s;
}

.nextgeneration {
    position: absolute;
    bottom: 14%;
    left: 3%;
    transition: .5s;
}

.nextgeneration_img {
    width: 40%;
    transition: .5s;
}

.musical_img {
    padding-left: 60px;
    width: 45%;
    transition: .5s;
}

.detail {
    position: absolute;
    bottom: 1%;
    left: 3%;
    transition: .5s;
}

.detail p {
    color: #fff;
    font-family: "hiragino-mincho-pron", sans-serif;
    font-style: normal;
    font-size: 1.7em;
    text-shadow: #000 1px 1px;
    transition: .5s;
    transition: .5s;
}

.detail p span {
    font-size: .75em;
}

/* ▼▼▼▼▼▼　固定ボタン　▼▼▼▼▼▼ */

.fixed_button {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
}

.fixed_button a {
    text-decoration: none;
    background-color: #594500;
    color: #fff;
    border-top-left-radius: 15px;
    border: solid #fff;
    border-width: 2px 0px 0px 2px;
    font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: 100;
    padding: 8px 30px 5px 30px;
    display: inline-block;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.2em;
    letter-spacing: 1px;
    transition: .5s;
}

.fixed_button a span {
    font-size: .7em;
}

.fixed_button a:hover {
    background-color: #6f5b11;
}

/* ▼▼▼▼▼▼　メイン基本設定　▼▼▼▼▼▼ */

h2 {
    font-size: 2.5em;
    letter-spacing: 1px;
}

h3 {
    font-family: "hiragino-mincho-pron", sans-serif;
    font-size: 1.7em;
    text-align: center;
    padding-bottom: 40px;
    color: #000;
}

.introduction,
.mainstaff,
.story,
.highlight,
.information {
    padding: 80px 0;
}

.max-width {
    max-width: 900px;
    padding: 0 40px;
    margin: 0 auto;
}

.max-width-information {
    max-width: 600px;
    padding: 0 20px;
    margin: 0 auto;
}

.max-width-footer {
    max-width: 1100px;
    padding: 0 40px;
    margin: 0 auto;
}

.heading_summary {
    text-align: center;
    color: #3E3000;
    padding-bottom: 40px;
}

.heading_summary p {
    margin-top: -8px;
    font-weight: 600;
    font-size: 18px;
}

.introduction_sentence,
.story_sentence,
.highlight_sentence {
    font-family: "hiragino-mincho-pron", sans-serif;
    letter-spacing: 2px;
    line-height: 1.7em;
    font-size: 1em;
    color: #000;
}

figcaption {
    margin: 0;
    padding: 0;
}

/* ▼▼▼▼▼▼　イントロダクション　▼▼▼▼▼▼ */

.introduction {
    background: url(../img/sakura.png);
    background-repeat: no-repeat no-repeat;
    background-position: -10px 0%;
    background-size: 400px;
}

/* ▼▼▼▼▼▼　メインスタッフ　▼▼▼▼▼▼ */

.mainstaff {
    position: relative;
}

.mainstaff::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: linear-gradient(to right, transparent, #d5d5d5 25%, #bababa 50%, transparent);
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}

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

.staff_group figure {
    padding: 0 40px;
}

.staff_group figure img {
    max-width: 250px;
    min-width: 130px;
}

figcaption {
    font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 1px;
    padding-top: 3px;
    text-align: center;
}

/* ▼▼▼▼▼▼　ストーリー　▼▼▼▼▼▼ */

.story {
    background: url(../img/story_haikei.png);
    background-repeat: no-repeat repeat-x;
}

.story_sentence {
    padding-bottom: 30px;
}

.quote {
    padding-top: 50px;
    text-align: right;
}

.quote a {
    color: #000;
}

/* ▼▼▼▼▼▼　ハイライト　▼▼▼▼▼▼ */

.highlight {
    background: url(../img/nextgeneration.png);
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: 50% auto;
    transition: .5s;
}

.opacity {
    background-color: rgba(255, 255, 255, .8);
}

/* ▼▼▼▼▼▼　インフォメーション　▼▼▼▼▼▼ */

.information {
    background: url(../img/information_haikei.png);
    background-repeat: no-repeat repeat-x;
}

/* ▼▼▼▼▼▼　スケジュール　▼▼▼▼▼▼ */

.schedule {
    padding-bottom: 70px;
}

dl div {
    display: flex;
    justify-content: flex-start;
    font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: 600;
    font-size: 24px;
}

dl div dt {
    min-width: 7em;
    text-decoration: underline;
}

dl div dd {
    letter-spacing: 1px;
    margin: 0;
}

.schedule dl div dd span {
    font-size: .75em;
}

.schedule_space {
    padding-top: 30px;
}

/* ▼▼▼▼▼▼　チケット　▼▼▼▼▼▼ */

.ticket {
    position: relative;
    padding: 50px 0;
}

.ticket::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: linear-gradient(to right, transparent, #d5d5d5 25%, #bababa 50%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}

.ticket::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: linear-gradient(to right, transparent, #d5d5d5 25%, #bababa 50%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}

.ticket_dl {
    font-weight: 300;
    padding-left: 180px;
}

.ticket_dt {
    min-width: 9em;
    text-decoration: none;
    position: relative;
}

.ticket_dt.common::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    border-top: .3px solid #707070;
    width: 150px;
}

.ticket_dt.student::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    border-top: .3px solid #707070;
    width: 80px;
}

.ticket_button {
    padding: 50px 0;
    text-align: center;
}

.ticket_button a {
    text-decoration: none;
    background-color: #594500;
    color: #fff;
    font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: 100;
    padding: 8px 20px 5px 20px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.2em;
    letter-spacing: 1px;
    transition: .5s;
}

.ticket_button a span {
    font-size: .7em;
}

.ticket_button a:hover {
    background-color: #6f5b11;
}

.new_ticket span {
    font-size: 1.2em;
    font-weight: bold;
}

.new_ticket {
    font-family: "hiragino-mincho-pron", sans-serif;
    letter-spacing: 1px;
    line-height: 2em;
}

/* ▼▼▼▼▼▼　スタッフ　▼▼▼▼▼▼ */

.information_staff {
    padding-top: 50px;
}

.information_staff dt {
    min-width: 7em;
}

.information_staff dd {
    font-weight: 300;
    line-height: 1.5em;
}

.allstaff {
    overflow: scroll;
    height: 30vh;
    padding: 0 15px 0 5px;
}

.first_allstaff {
    margin-bottom: 50px;
}

.allstaff dd span {
    padding-top: 5px;
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.max-width-staff {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 4%;
    justify-content: center;
}

.max-width-staff figure {
    margin-bottom: 40px;
}

.max-width-staff figure figcaption {
    padding: 0;
    font-size: 1em;
}

.max-width-staff figure img {
    max-width: 200px;
    min-width: 140px;
    height: auto;
}

.staff_all_block {
    padding-bottom: 50px;
}

/* ▼▼▼▼▼▼　トピック　▼▼▼▼▼▼ */

.topic {
    position: relative;
    padding-top: 50px;
}

.topic::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: linear-gradient(to right, transparent, #d5d5d5 25%, #bababa 50%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}

.lemoncake_text,.majipann p {
    font-family: "hiragino-mincho-pron", sans-serif;
    padding-bottom: 40px;
    letter-spacing: 2px;
    line-height: 1.6em;
    font-size: 1em;
}

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

.topic figure img {
    width: 260px;
    padding: 0 10px;

}

.majipann {
    padding-top: 80px;
}

.majipann figure img {
    width: 300px;
    margin: 0 auto;
    display: block;
    padding: 0;
}

/* ▼▼▼▼▼▼　フッター　▼▼▼▼▼▼ */

footer {
    background: #594500;
    color: #fff;
}

footer dl {
    padding: 50px 0 45px;
}

.footer_dl {
    display: flex;
    font-family: none;
    font-weight: normal;
    font-size: 1em;
    padding-bottom: 5px;
}

.footer_dl dt {
    min-width: 4em;
    text-decoration: none;
}

.inquiry {
    display: block;
    padding-top: 10px;
}

.inquiry dd {
    padding-left: 9px;
}

footer p {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
    font-size: 10px;
}


/* ▼▼▼▼▼▼　PCサイズ以下対応設定　▼▼▼▼▼▼ */

@media screen and (max-width: 1300px) {
    .top_logo {
        bottom: 46%;
    }
}

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

    .top_logo {
        bottom: 42%;
        left: 2%;
    }

    .nextgeneration {
        left: 2%;
    }

    .detail {
        left: 2%;
    }

    .detail p {
        font-size: 1.5em;
    }
}

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

    .top_logo {
        padding-right: 0;
        bottom: 50%;
    }

    .nextgeneration {
        bottom: 22%;
    }

    .nextgeneration_img {
        width: 44%;
    }

    .musical_img {
        padding-left: 40px;
        width: 50%;
    }

    .detail {
        bottom: 11%;
    }

    .highlight {
        background-size: 70% auto;
    }

}

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

    .top_logo {
        bottom: 42%;
    }

    .top_logo img {
        width: 96%;
    }

    .musical_img {
        padding-left: 20px;
    }

    .detail {
        bottom: 9%;
    }

    .detail p {
        font-size: 1.15em;
    }

    .fixed_button a {
        padding: 8px 25px 3px 25px;
        font-size: 1.1em;
        line-height: 1.1em;
    }

    .staff_group {
        display: block;
    }

    .staff_group figure {
        width: 270px;
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }

    .staff_group  figure:first-child {
        padding-bottom: 70px;
    }

    .staff_group  figcaption {
        font-size: 1.3em;
        letter-spacing: 1px;
    }

    .ticket_button {
        padding-top: 30px;
    }

    .ticket_button a {
        font-size: 1.1em;
        line-height: 1.1em;
    }

}

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

    h2 {
        font-size: 2em;
    }

    h3 {
        font-size: 1.5em;
        padding-bottom: 15px;
    }

    .introduction,
    .mainstaff,
    .story,
    .highlight,
    .information {
        padding: 40px 0;
    }

    .heading_summary {
        padding-bottom: 30px;
    }

    .heading_summary p {
        font-size: 14px;
    }

    .introduction_sentence,
    .story_sentence,
    .highlight_sentence {
        letter-spacing: 1px;
        line-height: 1.6em;
    }

    .mainstaff::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 90%;
        height: 1px;
        margin: 0 auto;
        text-align: center;
        background-image: linear-gradient(to right, transparent, #d5d5d5 25%, #bababa 50%, transparent);
        background-position: center;
        background-repeat: no-repeat;
        display: block;
    }

    .information dl {
        max-width: 400px;
        margin: 0 auto;
    }

    dl div {
        display: block;
        font-weight: normal;
    }

    dl div dt {
        font-size: 20px;
    }

    dl div dd {
        font-size: 26px;
    }

    .ticket_dl {
        display: flex;
        padding-left: 15px;
        padding-top: 5px;
    }

    .ticket_dt {
        min-width: 8em;
        font-size: 26px;
    }

    .ticket_dt.common::after {
        content: none;
    }

    .ticket_dt.student::after {
        content: none;
    }

    .max-width-staff {
        max-width: 100%;
    }

    .max-width-staff figure {
        margin-bottom: 25px;
        width: 40%;
    }

    .max-width-staff figure img {
        width: 100%;
        height: auto;
    }

    .allstaff {
        margin-top: 10px;
        padding: 0 15px 0 0;
    }

    .footer_dl {
        display: block;
        padding-bottom: 20px;
    }

    .footer_dl dt {
        font-size: 1em;
    }

    .footer_dl dd {
        font-size: 1em;
        padding-left: 9px;
    }

    .inquiry {
        padding-top: 0;
    }
}

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

    .top {
        display: none;
    }

    .sp_img img {
        display: block;
        width: 100%;
    }

    .highlight {
        background-size: 95% auto;
    }

    dl div dd {
        font-size: 22px;
    }

    .lemoncake_img {
        display: block;
        text-align: center;
    }

}