@charset "UTF-8";

/* ========================================
     aside main
 ========================================= */
.aside-main-wrapper {
    display: flex;
    /* padding-top: 140px; */
}

/* ========================================
     main
 ========================================= */
/* ======================
    pc版
   ===================== */
main {
    height: calc(100vh - 70px);
    overflow-y: scroll;
    scrollbar-color: #707e9a #f1efee;
    scrollbar-width: thin;
    flex: 1;
    z-index: 1;
    background-image: url("../img/common/bg-blue.png");
    background-size: cover;
    background-size: 100% auto;
    /* background-repeat: repeat-x; */
}

/* ======================
    sp版 縦向き
   ===================== */
@media screen and (max-width:767px) {
    main {
        /* height: calc(100vh - 170px); */
        height: 100%;
        overflow-y: visible;
    }
}

/* ======================
    sp版 横向き
   ===================== */
@media (max-height: 430px) and (max-width: 932px) {
    main {
        height: 100vh;
    }
}

/* ================================
    Top img 
   =============================== */
/* ======================
    pc版 
   ===================== */
.top-img_pc {
    display: block;
    position: relative;
    padding-bottom: 80px;
    /* width: 100%; */
}
.top-img_tb_sp {
    display: none;
}

.top-img_pc img {
    display: block;
    width: 100%;
}

.top-img_img01{
    filter: brightness(70%);
}

.top-img_img02{
    filter: brightness(100%);
}

.top-img_pc p {
    font-size: 2.0vw;
    width: 100%;
    position: absolute;
    bottom: -70%;
    text-align: center;
    /* transform: translateY(-50%); */
    /* color: #FFFFFF; */
    font-weight: bold;
}
.mv-text-p-large{
    font-size: 4.0vw;
}

.top-mv-text {
    width: 100%;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    color: #FFFFFF;
}

.top-mv-text img{
    display: block;
    margin: auto;
    width: 1527px;
}


.top-h2-font-bold{
    font-size: 5.0rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.top-mv-text h1 {
    font-size: 8.0rem;
    line-height: 1.2;
    text-align: center;
    margin: 0;
}
.top-h2-font-normal{
    font-size: 5.0rem;
    font-weight: 200;
    text-align: center;
    margin: 30px;
}

/* ======================
    tb版 
   ===================== */
@media screen and (max-width:1024px) {
    .top-mv-text h1 {
        font-size: 7.0rem;
        line-height: 1;
        text-align: center;
        margin-bottom: 0;
    }
    .top-h2-font-normal{
        font-size: 4.0rem;
        font-weight: 200;
    }
    .top-h2-font-bold{
        font-size: 4.0rem;
        font-weight: bold;
    }
    .top-img_pc p {
        font-size: 3.0rem;
        bottom: -50%;
    }
    .mv-text-p-large{
        font-size: 5.0rem;
    }
}
/* ======================
    sp版 
   ===================== */
   @media screen and (max-width:767px) {
    .top-img_pc {
        position: relative;
        padding-bottom: 80px;
        width: 100vw;
    }

    .top-img_pc img {
        display: block;
        width: 100%;
    }

    .top-mv-text h1 {
        font-size: 3.0rem;
        line-height: 1;
        text-align: center;
        margin-bottom: 0;
    }
    .top-h2-font-normal{
        font-size: 2.0rem;
        font-weight: 200;
    }
    .top-h2-font-bold{
        font-size: 2.5rem;
        font-weight: bold;
    }
    .top-img_pc p {
        font-size: 2.0rem;
        bottom: -40%;
    }
    .mv-text-p-large{
        font-size: 3.0rem;
    }
}
/* ================================
    Top movie
  =============================== */
/* ======================
    pc版 
   ======================*/
.top-movie {
    text-align: center;
    width: 100%;
    padding: 80px 0px;
}

.top-movie iframe {
    width: 854px;
    height: 480px;
}

.top-movie p {
    text-align: center;
    width: 100%;
}

/* ======================
    sp版 
   ======================*/
@media screen and (max-width:767px) {
    .top-movie {
        width: 100%;
        padding-bottom: 40px;
    }

    .top-movie iframe {
        width: 90%;
        height: 200px;
    }
}

/* ================================
    Top intro 
  =============================== */
/* ======================
    pc版 
   ======================*/
.top-intro {
    padding: 80px 12.5vw;
}

.top-intro_bg {
    background-color: #f3f3f3;
    margin: 0px 6.25vw;
    border-radius: 20px;
    position: relative;
    border: solid 0.5px #bfbfbf;
}

.top-intro_bg h1 {
    font-size: min(2.3vw, 4.0rem);
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 300;
    position: absolute;
    top: -15px;
    left: 20px;
    letter-spacing: 0.4rem;
    line-height: 1;
}

.top-intro_bg p {
    font-size: 1.6rem;
    padding: 80px 40px 40px 40px;
    line-height: 1.7;
}

/* ======================
    sp版 
   ======================*/
@media screen and (max-width:767px) {
    .top-intro {
        padding: 40px 0px;
    }

    .top-intro_bg {
        margin: 0px 20px;
    }

    .top-intro_bg h1 {
        font-size: 2.0rem;
        letter-spacing: 0.3rem;
    }

    .top-intro_bg p {
        font-size: 1.4rem;
        padding: 20px;
    }
}

/* ================================
    Comment
  =============================== */
/* ======================
    pc版 
   ======================*/
.top-comment {
    margin: 80px auto;
    padding: 20px 40px;
    max-width: 1024px;
    background-color: #f3f3f3;
    border: solid 1.5px #bfbfbf;
}

.top-comment-h1-2025 {
    font-size: min(2.3vw, 4.0rem);
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 300;
    text-align: center;
    padding: 20px;
}

.top-comment-h1-2024 {
    font-size: min(2.3vw,2.0rem);
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 300;
    text-align: center;
    padding: 20px;
}

.top-comment p {
    text-align: center;
    font-weight: bold;
}

.top-comment div {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.ambassador-person {
    height: auto;
    width: 15%;
    text-align: center;
    align-items: flex-end;
}

.ambassador-group{ 
    width: 60%;
    text-align: center;
}

.top-comment img {
    width: 100%;
    border: solid 0.5px #bfbfbf;
}

.top-comment figcaption {
    /* text-align: center; */
    font-size: 1.0rem;
}

.top-comment a {
    color: #333333;
    font-size: 1.4rem;
}

/* ======================
    tb版 
   ======================*/
@media screen and (max-width:1024px) {
    .top-comment {
        margin: 10px 20px;
        padding: 10px 20px;
    }

    .top-comment figcaption {
        font-size: 0.8rem;
    }

    .top-comment a {
        font-size: 1.2rem;
    }

}

/* ======================
    sp版 
   ======================*/
@media screen and (max-width:767px) {
    .top-comment-h1-2025 {
        font-size: 2.0rem;
    }

    .top-comment div {
        flex-wrap: wrap;
    }

    .top-comment figcaption {
        line-height: 1.5;
    }

    .ambassador-person {
        width: 40%;
        padding-bottom: 10px;
    }
    .ambassador-person img{
        width: 50%;
    }
}

/* ================================
    Timetable
  =============================== */
/* ======================
    pc版 
   ======================*/
   .timetable {
    padding: 80px 9.375vw;
}

.timetable-title {
    display: flex;
    align-items: center;
    /* padding-left: 6vw; */
}

.timetable-title h1 {
    font-size: min(2.3vw, 4.0rem);
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 300;
    padding-right: 0.534vw;
    color: #333333;
}

.timetable-title div {
    align-items: center;
}

.timetable-title img {
    display: block;
    height: 2.3vw;
}

/* .theater-online_wrapper {
    display: flex;
    justify-content: space-around;
    padding: 40px 0px;
} */

/* .theater {
    width: 35%;
} */

/* .theater-title {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c8d0e1;
    height: 80px;
    border: solid 0.5px #bfbfbf;
} */

/* .theater-title h2 {
    font-weight: 200;
    color: #333333;
} */

/* .theater-title img {
    width: 60px;
    padding: 0px 10px;
} */

/* ＝＝＝　↓↓↓↓　スケジュールの内容変更に伴うレイアウト調整の記述　↓↓↓↓　＝＝＝ */
.schedule-table-wrapper{
    display: block;
    width: 100%;
    margin: 40px auto;
    background-color: #FFFFFF;
    border: 1px solid #bfbfbf;
}

.schedule-table-wrapper__tr{
    width: 100%;
}
.schedule-date{
    font-size: min(1.25vw, 2.6rem);
    line-height: 1.5;
    background-color: #c8d0e1;
    vertical-align: middle;
    padding: 0 20px;
}

.schedule-date-sp{
    display: none;
}

.schedule-content{
    padding: 20px;
}

.schedule-content h3{
    font-size: min(1.4vw, 3.0rem);
    line-height: 1.5;
    margin-top: 20px;
}

.schedule-content tr{
    display: block;
    align-items: center;
    margin-top: 10px;
}
.schedule-content tr th{
    font-size: 1.6rem;
    padding: 5px 10px;
    background-color: #c8d0e1;
    vertical-align: middle;
    
    width: 70px;
    border-radius: 5px;
    text-align: center;
    margin-right: 10px;
}
.schedule-content td{
    margin: 10px 0  0 25px;
    vertical-align: middle;
    padding-left: 30px;
}

/* ＝＝＝　↑↑↑↑　スケジュールの内容変更に伴うレイアウト調整の記述　↑↑↑↑　＝＝＝ */



/* ＝＝＝＝＝ここから下は必要ないかもしれないので後ほど消す＝＝＝＝＝ */
.theater-date {
    padding: 20px;
    text-align: center;
    background-color: #e2e5ed;
    border: solid 0.5px #bfbfbf;
}

.theater-schedule {
    /* display: flex; */
    /* justify-content: space-evenly; */
    /* align-items: center; */
    padding: 20px 0px;
    background-color: #fbfbfb;
    width: 100%;
    border: solid 0.5px #bfbfbf;
    /* height: 100%; */
}

.theater-contents {
    word-break: break-word;
    margin: 10px;
}

.theater-schedule a {
    color: #FF594B;
    text-decoration: underline;
}

.theater-schedule div:nth-of-type(2) {
    /* width: 50%; */
}

.online {
    width: 30%;
}

.online-title {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #A9C2CC;
    height: 80px;
    border: solid 0.5px #bfbfbf;
}

.online-title h2 {
    font-weight: 200;
    color: #FFFFFF;
}

.online-title img {
    width: 60px;
    padding: 0px 10px;
}

.online-date {
    padding: 20px;
    text-align: center;
    background-color: #dae9ef;
    border: solid 0.5px #bfbfbf;
}

.online-schedule {
    /* display: flex; */
    /* justify-content: space-evenly; */
    align-items: center;
    padding: 20px 0px;
    background-color: #fbfbfb;
    /* height: 100px; */
    border: solid 0.5px #bfbfbf;
}

.online-contents {
    word-break: break-word;
    margin: 10px;
}

.online-schedule a {
    color: #FF594B;
    text-decoration: underline;
}

.online-schedule div:nth-of-type(2) {
    /* width: 50%; */
}
/* ＝＝＝＝＝ここから上は必要ないかもしれないので後ほど消す＝＝＝＝＝ */

/* ======================
    sp版 
   ======================*/
@media screen and (max-width:767px) {
    .timetable {
        padding: 40px 20px;
    }

    .timetable-title {
        justify-content: center;
        /* padding-right: 20px; */
    }

    .timetable-title h1 {
        font-size: 3.0rem;
        padding-right: 10px;
    }

    .timetable-title img {
        height: 32px;
    }

/* ＝＝＝　↓↓↓↓↓　スケジュールの内容変更に伴うレイアウト調整の記述　↓↓↓↓　＝＝＝ */
    /* .theater-online_wrapper {
        display: block;
        padding: 40px 0px;
    } */

    /* .theater {
        width: 100%;
        padding-bottom: 20px;
    } */

    .schedule-table-wrapper{
        display: block;
        width: 100%;
        margin: 40px auto;
        background-color: #FFFFFF;
        border: 1px solid #bfbfbf;
    }
    
    .schedule-table-wrapper__tr{
        width: 100%;
    }
    .schedule-date{
        display: none;
    }
    .schedule-date-sp{
        display: block;
        text-align: center;
        background-color: #c8d0e1;
        padding: 10px 0 ;
        font-size: min(4.5vw, 3.0rem);
    }
    .schedule-content{
        padding: 0 20px 20px;
    }
    
    .schedule-content h3{
        font-size: min(4.5vw, 3.0rem);
        line-height: 1.5;
        margin-top: 20px;
    }
    
    .schedule-content tr{
        display: block;
        align-items: center;
        margin-top: 10px;
    }
    .schedule-content tr th{
        font-size: 1.6rem;
        padding: 5px 10px;
        background-color: #c8d0e1;
        vertical-align: middle;
        
        width: 70px;
        border-radius: 5px;
        text-align: center;
        margin-right: 10px;
    }
    .schedule-content td{
        margin: 10px 0  0 25px;
        vertical-align: middle;
        padding-left: 30px;
    }
/* ＝＝＝　↑↑↑↑　スケジュールの内容変更に伴うレイアウト調整の記述　↑↑↑↑　＝＝＝ */


/* ＝＝＝＝＝ここから下は必要ないかもしれないので後ほど消す＝＝＝＝＝ */
    .theater-schedule {
        /* display: flex;
        justify-content: space-evenly;
        align-items: center; */
        padding: 20px 0px;
        /* background-color: #f3f3f3; */
    }

    .theater-schedule a {
        color: #FF594B;
        text-decoration: underline;
    }

    /* .theater-schedule div:nth-of-type(2) {
        width: 50%;
    } */

    .online {
        width: 100%;
    }

    /* .online-title {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #A9C2CC;
        height: 80px;
    } */

    .online-title h2 {
        font-weight: 200;
        color: #FFFFFF;
    }

    .online-title img {
        width: 60px;
        padding: 0px 10px;
    }

    .online-date {
        padding: 20px;
        text-align: center;
        background-color: #F0F3EE;
    }

    .online-schedule {
        /* display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 20px 0px;
        background-color: #f3f3f3;
        height: 100px; */
    }

    .online-schedule a {
        color: #FF594B;
        text-decoration: underline;
    }

    .online-schedule div:nth-of-type(2) {
        width: 50%;
    }
/* ＝＝＝＝＝ここから上は必要ないかもしれないので後ほど消す＝＝＝＝＝ */
}

/* ================================
    Ticket
  =============================== */
/* ======================
    pc版 
   ======================*/
.top-ticket {
    padding: 80px 9.375vw;
}

.top-ticket h1 {
    font-size: min(2.3vw, 4.0rem);
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 300;
    padding-right: 0.534vw;
    color: #333333;
}

.top-ticket {
    margin: 0;
}

.top-ticket div{
    background-color: #f3f3f3;
    border-radius: 20px;
    width: 60%;
    margin: auto;
    margin-top: 40px;
    border: solid 0.5px #bfbfbf;
}

.top-ticket p {
    font-size: 1.6rem;
    padding: 40px;
    line-height: 1.7;
    text-align: center;
    margin: auto;
}
.top-ticket p span{
    font-weight: bold;
}

.top-ticket a {
    display: block;
    margin: auto;
    width: 50%;
    padding: 40px;
}

.top-ticket img {
    width: 100%;
}

/* ======================
    sp版 
   ======================*/
@media screen and (max-width:767px) {
    .top-ticket {
        padding: 40px 20px 80px 20px;
    }

    .top-ticket h1 {
        font-size: 3.0rem;
        padding-right: 10px;
        text-align: center;
    }

    .top-ticket div{
        width: 100%;
        margin-top: 40px;
    }

    .top-ticket p {
        padding: 20px;
    }

    .top-ticket a {
        padding: 20px;
        width: 80%;
    }
}