@charset "UTF-8";


#movie {
    max-width: 1200px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    font-family: 'Noto Serif JP', serif;
}


/*common*/
#movie .movie_bk {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: top 0 center;
    background-image: url(../images/bg.jpg);
    background-size: cover;
}

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

    #movie .movie_bk {
        background-image: url(../images/bg_pc.jpg);
    }

}




/*ロゴ*/

#movie .special_propose_logo {
    background-color: #ffffffe6;
    display: table;
    width: 100%;
    min-height: 50px;
}

#movie .special_propose_logo h1 {
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    text-align: center;
    filter: drop-shadow(2px 2px 3px #dad9d9);
}

#movie .special_propose_logo h1 img {
    max-width: 150px;
}


/*メニュー*/

#tabBox {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    background-color: #ffffffe6;
    border-bottom: #A8D2DE 2px solid;
    margin: 0 auto 50px;
}

#tabBox a.one_tab {
    width: 24.9%;
    border-radius: 5px 5px 0 0;
    background-color: #EBFBFF;
    height: 50px;
    text-align: center;
    color: #A8D2DE;
    font-size: 16px;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.2em;
    display: table;
}

#tabBox a.one_tab .tab_inner {
    display: table-cell;
    vertical-align: middle;
}

#tabBox .on {
    background-color: #A8D2DE;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

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

    #tabBox a.one_tab {
        font-size: 14px;
    }

}




/*
surprisebox
*/
#movie .movie_wrap {
    max-width: 1200px;
    width: 100%;
    padding: 20px 10px 30px;
    margin: 0 auto 40px;
    background: #ffffffcb;
}

#movie .movie_wrapbk {
    max-width: 660px;
    width: 100%;
    margin: auto;
    /*background: #ffffff;*/
}




#movie h2 {
    font-size: 22px;
    text-align: center;
    margin: 0 auto 20px;
}

#movie h2 span {
    font-size: 18px;
    display: block;
}

#movie .movie_photo{
    max-width: 1000px;
    width: 95%;
    margin: 0 auto 10px;
}

#movie .movie_ringphoto{
    max-width: 660px;
    width: 60%;
    margin: 0 auto 10px;
}

#movie .movie_setitle {
    font-size: 18px;
    text-align: center;
    margin: 20px auto 20px;
    max-width: 660px;
    width: 100%;
}

#movie .movie_txt {
    font-size: 16px;
    text-align: center;
    margin: 20px auto 20px;
    max-width: 660px;
    width: 100%;
}

#movie .movie_txt2 {
    font-size: 16px;
    text-align: left;
    margin: 20px auto 20px;
    max-width: 660px;
    width: 100%;
}

#movie .attention {
    font-size: 12px;
    margin: 0 auto 10px;
    text-indent: -1em;
    padding-left: 1em;
    max-width: 660px;
    width: 100%;
    margin-inline: auto;
    max-inline-size: max-content;

}

#movie .movie_title {
    font-family: 'Great Vibes', cursive;
    font-size: 50px;
    color: #4d4d4d;
    line-height: 1em;
    border-bottom: 1px solid #969696;
    width: 100%;
    margin:  0 auto 20px;
}

#movie .movie_title em {
    font-size: 20px;
    line-height: 1em;
}

#movie .sabtitle {
    font-size: 18px;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.4em;
}

#movie .movie_area {
    width: 100%;
    margin: auto;
    aspect-ratio: 16 / 9;
    padding: 20px 0 0;
}

#movie .movie_area iframe {
    width: 100%;
    height: 100%;
}


#movie .view{
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    margin: 0px auto 30px;
    background-color: #fff;
    padding: 15px 5px;
    max-width: 400px;
    width: 95%;
    border: #939393 1px solid;
    font-size: 16px;
    cursor:pointer ;
    color: #4d4d4d;
}


/*
voice_wrapper
*/

#movie #voice_wrapper {
    height: 250px;
    overflow-y: scroll;
    width: 100%;
    margin: 20px auto;
    line-height: 1.5em;
}

#movie #voice_wrapper .voice_box {
    border-bottom: 1px solid #B5B5B5;
    margin: 0 auto 15px;
    padding: 0 10px 20px 0;
}

#movie #voice_wrapper .voice_box .title {
    font-size: 16px;
    margin: 0 auto 10px;
    line-height: 1.3em;
}

#movie #voice_wrapper .voice_box .txt {
    font-size: 14px;
    line-height: 1.5em;
}


/*
recruitment
*/

#movie .recruitment_txt1 {
    font-size: 16px;
    margin: 10px auto 5px;
    text-align: left;
    width: 100%;
}

#movie .recruitment_txt2 {
    font-size: 14px;
    margin: 0 auto 0px;
    text-indent: -1em;padding-left: 1em;
    text-align: left;
    width: 100%;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}



/*fixed*/
.special_fixed {
    position: fixed;
    top: 100px;
    max-width: 1200px;
    width: 100%;
    z-index: 10;
    transition: all 1s ease-out;
}

@media screen and (max-width: 1079px) {
    .special_fixed {
        top: 80px;
    }
}

@media screen and (max-width: 767px) {
    .special_fixed {
        top: 60px;
    }
}


