@charset "utf-8";

* {
    box-sizing: border-box;
}

html {
    height: 100%;
    margin-bottom: 1px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

/*ヘッダー*/
header {
    background-image: url(/shingaku/gekirei/common/images/titleback_pc.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 428px;
    width: 100%;
    position: relative;
    padding-top: 0;
    overflow: hidden;
}

@media screen and (min-width:1921px) {
    header {
        background-size: contain;
    }
}

header div {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

header div.maintitles {
    height: 428px;
    max-height: 428px;
    /*background-image: url(/shingaku/gekirei/common/images/back_layout.png);*/
}

header div img.year {
    display: block;
    position: absolute;
    top: 5.5%;
    left: 14%;
    width: 8%;
    z-index: 1;
}

header div img.tmlogo {
    display: block;
    position: absolute;
    top: 8%;
    left: 22.0%;
    width: 17.78;
    z-index: 1;
}

header h1 {
    display: block;
    position: absolute;
    top: 13.4%;
    left: 21.8%;
    width: 34%;
    z-index: 1;
}

header div h2 {
    display: block;
    position: absolute;
    top: 59%;
    left: 52%;
    width: 30%;
    z-index: 1;
}

header div h3 {
    display: block;
    position: absolute;
    top: 67%;
    left: 21.7%;
    width: 33.5%;
    z-index: 1;
}

header h1 img,
header div h2 img,
header div h3 img {
    width: 100%;
}

header div img.mainvisual {
    display: block;
    position: absolute;
    width: 64%;
    height: auto;
    bottom: 0;
    left: 21%;
    z-index: 0;
    /* display: none; */
}

header div img.mainvisual img {
    width: 100%;
}

header div.read {
    width: 100%;
    max-width: unset;
    background: #fce7f1;
    padding: 0;
    margin-top: 0;
}

header div.read h4 {
    max-width: 1000px;
    margin: auto;
    display: block;
    padding: 25px 0;
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

header div.read h4 span,
header div.read h4 b {
    display: block;
    width: 60%;
    margin: auto;
    color: #1f2a66;
    text-align: center;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 700;
}

header div.read h4 b {
    margin-top: 0px;
    color: #1f2a66;
    font-size: 24px;
    font-weight: 900;
}

header div.read h4::before {
    content: '';
    width: 10%;
    height: 75%;
    display: block;
    background: url(/shingaku/gekirei/common/images/h4_illust1.svg) no-repeat;
    background-size: contain;
    background-position: bottom left;
    position: absolute;
    bottom: 12%;
    left: 13%;
}

header div.read h4 ::after {
    content: '';
    width: 9%;
    height: 81%;
    display: block;
    background: url(/shingaku/gekirei/common/images/h4_illust2.svg) no-repeat;
    background-size: contain;
    background-position: bottom right;
    position: absolute;
    bottom: 8%;
    right: 14%;
}

/*特集リンク*/
section.feature_link {
    /* max-width: 1040px; */
    margin: auto;
    margin: 50px auto 50px;
    padding: 0 20px 40px;
    /* border-bottom: solid 1px #dcdcdc; */
}

section.feature_link h4 {
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1F2A66;
    margin-bottom: 50px;
}

section.feature_link nav {
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.feature_link nav a {
    width: calc(91% / 4);
    margin: 0 2%;
    display: block;
    text-decoration: none;
}

section.feature_link nav a:nth-child(4n) {
    margin-right: 0;
}

section.feature_link nav a img {
    width: 100%;
    margin-bottom: 2%;
}

section.feature_link nav a h5 {
    width: 100%;
    display: block;
    align-items: flex-start;
    font-size: 18px;
    font-weight: 700;
    color: #e7317d;
    min-height: 48px;
    line-height: 1.2;
}

section.feature_link nav a p {
    font-size: 14px;
    color: #000;
    text-align: justify;
}

section.movie {
    max-width: 1000px;
    margin: 0 auto 100px;
    padding: 20px;
}

section.movie h4 {
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1F2A66;
    margin-bottom: 30px;
}

section.movie h4 span {
    font-size: 14px;
    display: block;
    color: #000;
    font-weight: 400;
}

section.movie nav {
    display: flex;
    flex-wrap: wrap;
}

section.movie nav a {
    display: block;
    width: 17%;
    margin-right: 3.75%;
    margin-bottom: 20px;
    text-decoration: none;
}

section.movie nav a.is-hidden {
    /* opacity: 0; */
    /* height: 0; */
    /* margin: 0; */
    display: none;
}

section.movie nav a:nth-child(5n) {
    margin-right: 0;
}

section.movie nav a figure {
    margin: 0;
    border: solid 2px #e7317d;
    position: relative;
}

section.movie nav a figure::before {
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 0;
    opacity: 0.5;
    background: url(/shingaku/gekirei/common/images/playbtn.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
}

section.movie nav a img {
    width: 100%;
}

section.movie nav a p {
    margin-top: 5px;
    position: relative;
    padding-left: 25px;
    font-size: 13px;
    text-decoration: none;
    color: #000;
}

section.movie nav a p::before {
    width: 18px;
    height: 18px;
    font-size: 11px;
    line-height: 1;
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    box-sizing: border-box;
    vertical-align: 2px;
    margin-right: 5px;
    padding: 3px 3px 0px;
    position: absolute;
    left: 0;
    top: 1px;
}

section.movie nav a p.kbn1::before {
    content: '国';
    background-color: #368927;
}

section.movie nav a p.kbn2::before {
    content: '公';
    background-color: #368927;
}

section.movie nav a p.kbn3::before {
    content: '私';
    background-color: #050869;
}

section.movie nav.over9 a:nth-child(n+6) {
    display: none;
}

section.movie a#link_moviepage {
    text-decoration: none;
    text-align: center;
    width: 40%;
    max-width: 400px;
    display: block;
    margin: 0 auto 40px;
    border: none;
    padding: 15px 0;
    background-color: #e7317d;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    position: relative;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
}

section.movie a#link_moviepage::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 7%;
    top: calc(50% - 11px);
    transform: rotate(-45deg);
}

/*#livemovie*/
#livemovie_preview {
    max-width: 1100px;
    padding: 0;
    text-align: center;
    margin: auto;
}

#livemovie_preview h3 {
    font-size: 32px;
    text-align: center;
    font-weight: 800;
    border-bottom: solid 3px #FFF;
    display: inline-flex;
    margin: 0 auto 60px;
    padding-bottom: 5px;
    position: relative;
}

#livemovie_preview h3 span {
    font-size: 32px;
    font-weight: 800;
}

#livemovie_preview h3::before {
    content: '';
    width: 114px;
    height: 110px;
    display: block;
    background: url(/2021/images/top/preview_h3_illust.svg) no-repeat;
    position: absolute;
    transform: rotateZ();
    top: -34px;
    left: -130px;
    background-size: contain;
}

#livemovie_preview h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

#livemovie_preview nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
    max-width: 1100px;
}

#livemovie_preview nav a {
    display: block;
    padding: 0;
    width: 23%;
    position: relative;
    border-radius: 0;
    margin: 0 0 40px;
    background: none;
}

#livemovie_preview nav a figure {
    display: block;
    position: relative;
}

#livemovie_preview nav a:hover {
    opacity: 0.7;
}

#livemovie_preview nav a figure::before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 0;
    background: url(/2021/images/thumbnail/icon_bcplay.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
}

#livemovie_preview nav a img {
    width: 100%;
}

#livemovie_preview nav a p {
    font-size: 12px;
    margin-top: 5px;
    font-weight: 400;
    text-align: justify;
}

#livemovie_preview div p {
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    text-align: center;
    /* max-width: 700px; */
    margin: auto;
    font-weight: 400;
}

#livemovie_overray {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100000;
}

#player {
    max-width: 1280px;
    width: 34vh;
    height: 74vh;
    position: fixed;
    top: calc(50% - 37vh);
    left: calc(50% - 17vh);
    /*background: #ffffff30;*/
    padding-top: 40px;
    display: none;
    z-index: 100001;
}

@media screen and (min-width: 1600px) {
    #player {
        /* height: 900px; */
        /* top: calc(50% - 450px); */
        /* left: calc(50% - 640px); */
    }
}

#livemovie_close {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

#livemovie_close::before,
#livemovie_close::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    cursor: pointer;
}

#livemovie_close::before {
    transform: rotate(45deg);
}

#livemovie_close::after {
    transform: rotate(-45deg);
}

#bcplayer *,
#bcplayer ::before,
#bcplayer ::after {
    font-family: VideoJS;
}

#player nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20x;
    max-width: 400px;
    margin: auto;
}

#player nav a {
    display: block;
    width: calc(50% - 5px);
    /* max-width: 200px; */
    background: #FFE100;
    text-decoration: none;
    padding: 10px 0;
    margin-top: 10px;
    text-align: center;
    color: #1F2A66;
    font-weight: 700;
    border-radius: 5px;
    font-size: 16px;
}

#player nav a.m_schoolinfo,
#player nav a.m_survayurl {
    background: #F8C1D8;
}

#player nav a.m_survayurl {
    width: 100%;
}

#player nav a.m_survayurl.nolink {
    display: none;
}

#fullview>span {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

#fullview>span::before {
    /* content: '（'; */
    font-size: 1em;
}

#fullview>span::after {
    /* content: '）'; */
    font-size: 1em;
}

#player nav button:hover {
    opacity: 0.8;
}

#player nav button::before {
    content: '';
    width: 25px;
    height: 25px;
    display: block;
    background: url(/2021/images/thumbnail/icon_bcbutton.svg) no-repeat;
    background-size: contain;
    margin-right: 10px;
}

/*bcplayer override*/
#bcplayer .movie-frame-inner {
    height: 60vh;
}

#bcplayer #kogi-player {
    height: 100%;
}

/*メインエリア*/
article.index {
    padding: 0;
}

article.index h3 {
    max-width: 1000px;
    margin: auto;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    /* border-bottom: solid 1px #000; */
    color: #1F2A66;
}

aside {
    width: 100%;
    background: rgb(31 42 102 / 80%);
    position: sticky;
    bottom: 0;
    padding: 10px;
    display: flex;
    justify-content: center;
}

aside a {
    display: block;
    width: 370px;
    background-color: #FFF000;
    padding: 20px 0;
    border-radius: 5px;
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
    color: #1f2a66;
    text-align: center;
    text-decoration: none;
    margin: 0 20px;
}

/*フッター*/
footer {
    width: 100%;
    padding: 20px 0;
    background-color: #e7317d;
    clear: both;
}

footer img {
    margin: 0 auto;
}

/*トップへ戻る*/
.pagetop {
    bottom: 1.1%;
    position: fixed;
    right: 4%;
    z-index: 99999;
}

.pagetop a {
    background: #343c48 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 8px;
    display: block;
    line-height: 1;
    overflow: hidden;
    width: 50px;
    height: 50px;
    position: relative;
}

.pagetop a::before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    border-top: solid 4px #fff;
    border-left: solid 4px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 12px);
}

@media screen and (min-width:640px) {
    section.movie nav a:hover figure::before {
        opacity: 0.8;
    }

    header a.headerDP:hover {
        background-color: #fff17a
    }

    section.feature_link nav a:hover,
    section.btnarea nav a:hover,
    section.movie a#link_moviepage:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width:1000px) {
    header div.maintitles {
        height: 42.8vw;
    }

    header div.read {
        margin-top: 0;
    }

    header div.read h4 {
        padding: 2.5vw 0;
    }

    header div.read h4 span,
    header div.read h4 b {
        font-size: 1.4vw;
    }

    header div.read h3 b {
        margin-top: 0;
        font-size: 2.4vw;
    }

    header div.read h3::before {
        width: 27.8vw;
        height: 16.8vw;
    }

    header div.read h3::after {
        width: 24vw;
        height: 18vw;
    }

    section.movie a#link_moviepage {
        font-size: 2.5vw;
    }
}

@media screen and (max-width:1040px) {

    /*特集リンク*/
    section.feature_link {
        margin: 5vw auto 6vw;
        padding: 0 2vw 4vw;
    }

    section.feature_link h4,
    section.movie h4 {
        font-size: 3vw;
        margin-bottom: 5vw;
    }

    section.movie h4 span {
        font-size: 1.4vw;
    }

    section.feature_link nav a h5 {
        font-size: 1.8vw;
        min-height: 5.4vw;
    }

    section.feature_link nav a p {
        font-size: 1.4vw;
        color: #000;
    }

    /*メインエリア*/
    article.index {
        padding: 0;
    }

    article.index h3 {
        font-size: 2.4vw;
        margin-bottom: 4vw;
    }

    aside {
        padding: 1vw;
    }

    aside a {
        width: 37vw;
        padding: 2vw 0;
        font-size: 2vw;
        margin: 0 2vw;
    }

    /*フッター*/
    footer {
        padding: 2vw 0;
    }
}

/*@media screen and (max-width:920px) */
@media screen and (max-width:640px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    header {
        background: none;
    }

    header div img.year {
        top: 2.2%;
        left: 3.5%;
        width: 13.5%;
    }

    header div {
        overflow: hidden;
    }

    header div.maintitles {
        height: auto;
        /* background-image: url(/shingaku/gekirei/common/images/layout_sp.jpg); */
        background-size: contain;
    }

    header div img.tmlogo {
        top: 9%;
        left: 18.5%;
        width: 32%;
    }

    header h1 {
        top: 20.2%;
        left: 5%;
        width: 47%;
    }

    header div h2 {
        top: 54%;
        left: 46%;
        width: 41%;
    }

    header div h3 {
        display: block;
        position: absolute;
        top: 65.5%;
        left: 4%;
        width: 66.5%;
        z-index: 1;
    }

    header div img.mainvisual {
        display: block;
        position: static;
        width: 100%;
        height: auto;
        z-index: 0;

    }

    header div.read {
        margin-top: 0;
        padding: 4vw
    }

    header div.read::before,
    header div.read::after {
        content: none;
    }

    header div.read h4 {
        padding: 0;
        position: relative;
    }

    header div.read h4 span,
    header div.read h4 b {
        display: block;
        width: 100%;
        font-size: 3.6vw;
        line-height: 1.6;
    }

    header div.read h4 b {
        margin-top: 2vw;
        font-size: 4.4vw;
        width: 100%;
    }

    header div.read h4::before {
        width: 15%;
        height: 59%;
        bottom: -2%;
        left: -3%;
        transform: rotate(18deg);

    }

    header div.read h4 ::after {
        width: 16%;
        height: 51%;
        bottom: -7%;
        right: -3%;
    }

    /*特集リンク*/
    section.feature_link {
        margin: 8vw auto 6vw;
        padding: 0 4vw 4vw;
    }

    section.feature_link h4 {
        font-size: 5vw;
        margin-bottom: 6vw;
    }

    section.feature_link nav {}

    section.feature_link nav a {
        width: 48%;
        margin: 0;
        margin-right: 4%;
        margin-bottom: 4%;
    }

    section.feature_link nav a:nth-child(2n) {
        margin-right: 0;
    }

    section.feature_link nav a h5 {
        font-size: 3.6vw;
        min-height: 10vw;
    }

    section.feature_link nav a p {
        font-size: 2.8vw;
    }

    section.movie {
        padding: 0 4vw;
        margin: 0 0 14vw;
    }

    section.movie h4 {
        font-size: 5vw;
        margin-bottom: 4vw;
    }

    section.movie h4 span {
        font-size: 2.7vw;
    }

    section.movie nav {}

    section.movie nav a {
        display: block;
        width: 30%;
        margin-right: 5%;
        margin-bottom: 20px;
        text-decoration: none;
    }

    section.movie nav.over9 a:nth-child(n+4) {
        display: none;
    }

    section.movie nav a:nth-child(5n) {
        margin-right: 5%;
    }

    section.movie nav a:nth-child(3n) {
        margin-right: 0;
    }

    section.movie nav a figure::before {
        width: 10vw;
        height: 10vw;
        top: calc(50% - 5vw);
        left: calc(50% - 5vw);
    }

    section.movie nav a p {
        margin-top: 0.5vw;
        padding-left: 4.5vw;
        font-size: 3vw;
    }

    section.movie nav a p::before {
        width: 4vw;
        height: 4vw;
        font-size: 2.6vw;
        margin-right: 0;
    }

    section.movie a#link_moviepage {
        width: 76%;
        max-width: unset;
        margin: 0 auto;
        border: none;
        padding: 4vw 0;
        font-size: 4vw;
    }

    section.movie a#link_moviepage::after {
        width: 4vw;
        height: 4vw;
        top: calc(50% - 2vw);
    }

    aside.top {
        padding: 2vw;
        padding-left: 2vw;
        display: flex;
        justify-content: flex-start;
    }

    aside a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80%;
        padding: 0;
        height: 12vw;
        font-size: 4vw;
        margin: 0;
        margin-left: 3%;
        font-weight: 900;
    }

    /*トップへ戻る*/
    .pagetop {
        bottom: 2vw;
        right: 2vw;
    }

    .pagetop a {
        width: 12vw;
        height: 12vw;
    }

    .pagetop a::before {
        width: 4vw;
        height: 4vw;
        top: calc(50% - 1.5vw);
        left: calc(50% - 2.5vw);
    }

    footer {
        width: 100%;
        height: unset;
        padding: 5vw;
    }

    footer img {
        margin: 0 auto;
        padding: 1vw 0 0;
        width: 60vw;
    }

    #player {
        width: 40vh;
        height: 80vh;
        top: calc(50% - 46vh);
        left: calc(50% - 20vh);
    }

    /*bcplayer override*/
    #bcplayer .movie-frame-inner {
        height: 71vh;
    }

    #player nav a {
        padding: 3vw 0;
        font-size: 4vw;
        margin: 2vw 0 0;
    }
}

/*@media screen and (max-width:640px)*/