@charset "utf-8";
/* CSS Document */
/*common ----------------------*/
html {
    scroll-snap-type: y proximity;
}
body {
    font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.pc {
    display: block;
}
br.pc {
    display: inline;
}
.sp {
    display: none;
}
body {
    height: 100%;
}
body.ios {
    width: 100vw;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
#sidenavi_sp {
    display: none;
}
/*#pc_body ----------------------------------------- */
#pc_body {
    width: 100%;
    height: 100%;
    padding: 2vw;
    position: fixed;
    top: 0;
    left: 0;
    /* z-index: -1; */
    background-color: #a6d322
}
#pc_body > div {
    width: 100%;
    height: 100%;
    /* min-height: 768px; */
    background: #fff;
    border-radius: 20px;
    padding: 0 3vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#pc_body section.pc_left {
    width: 34%;
    margin-left: 2%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* flex-direction: column; */
    justify-content: center;
    align-content: center;
}
#pc_body section.pc_left img.topillust {
    width: 100%;
}
#pc_body section.pc_left header {
    margin: 0 auto 0;
    max-width: 450px;
}
#pc_body section.pc_left header h1 {
    margin-bottom: 4%;
}
#pc_body section.pc_left header .endtext {
    background: #fcd5d9;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0a3778;
}
#pc_body section.pc_left header img {
    width: 100%;
}
#pc_body section.pc_left header h1 img {
    position: relative;
    left: -2%;
    width: 102%
}
#pc_body section.pc_left img.topillust {
    width: 90%;
    display: block;
    margin: 50px auto 0;
    max-width: 500px;
}
#sidenavi {
    width: 20%;
    /* max-width: 250px; */
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    padding-left: 20px;
    position: fixed;
    top: 0;
    right: 4%;
}
#sidenavi button {
    display: none;
}
#sidenavi #drawer_menu > a {
    display: block;
    margin-bottom: 1em;
    font-size: 15px;
    font-weight: 900;
    color: #0c2666;
}
#sidenavi #drawer_menu > a:not(.sub) {
    margin-top: 0;
}
#sidenavi #drawer_menu > a:not(.sub)::before {
    content: '';
    width: 1em;
    height: 1em;
    display: inline-block;
    background: #0c2666;
    border-radius: 50%;
    margin-right: 0.5em;
    vertical-align: -0.1em;
}
#sidenavi #drawer_menu > a.active {
    color: #ef2d41;
}
#sidenavi #drawer_menu > a.active::before {
    background: #ef2d41;
}
#sidenavi #drawer_menu > a.sub {
    font-size: 13px;
    font-weight: 600;
    padding-left: 1.6em;
}
#sidenavi #fixed_entry_btn {
    margin-top: 4vw;
}
#sidenavi #fixed_entry_btn a {
    display: block;
    background: #f1274c;
    color: #fff;
    text-align: center;
    padding: 0.6em 0;
    border-radius: 0.4em;
    font-size: 18px;
    margin: 0.5em 0;
    font-weight: 700;
    position: relative;
}
#sidenavi #fixed_entry_btn a small {
    display: block;
    margin-top: 0.2em;
    font-size: 0.7em;
}
#sidenavi #fixed_entry_btn a.mypage_btn {
    background: #0b2765;
    border: solid 2px #0b2765;
    color: #fff;
}
#sidenavi #fixed_entry_btn a:not(.before)::after {
    content: '';
    width: 1vw;
    height: 1vw;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: rotate(-45deg);
    position: absolute;
    right: 5%;
    top: calc(50% - 0.5vw);
}
#sidenavi #fixed_entry_btn a.mypage_btn:not(.before)::after {
    border-color: #fff;
}
#sidenavi #fixed_entry_btn a.before {
    background: #b4b2b2;
    cursor: default;
    padding: 0.6em 0;
}
#sidenavi #fixed_entry_btn a span {
    display: block;
    font-size: 0.65em;
    margin-top: 0.5em;
    letter-spacing: 0.05em;
    font-weight: 500;
}
#sidenavi #drawer_menu >  a.special_bnr::before{
    content:none;
}
#sidenavi #drawer_menu >  a.special_bnr{
    display:block;
    margin-top:2vw;
}
#sidenavi a.special_bnr img{
    width:100%;
}

/*#bnrs pc----------------------------------------- */
#pc_body section.pc_left #bnr {
    margin: 6% auto 0;
    max-width: 450px;
}
#pc_body section.pc_left #bnr nav {
    width: 100%;
    display: block;
}
#pc_body section.pc_left #bnr nav a {
    display: block;
    width: 100%;
    margin-bottom: 3%;
}
#pc_body section.pc_left #bnr nav a img {
    width: 100%;
}

#pc_body section.pc_left a.special_bnr{
    max-width:450px;
    display:block;
    margin: 1vw 0 0;
}
#pc_body section.pc_left a.special_bnr img{
    width:100%;
    
}

/*main ----------------------------------------- */
main {
    position: absolute;
    left: 42%;
    top: 0;
    z-index: 2;
    width: 31%;
    background: #fff;
    box-shadow: 0 1vw 1vw rgb(0 0 0 / 50%);
    overflow: hidden;
    /* height: 100vh; */
}
main img {
    max-width: 100%;
}
#main_title {
    background: #fff
}
#main_title h1 {
    width: 100%;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}
#main_title h1 img.main {
    width: 101%;
    margin-left: -0.5%;
    max-width: unset;
}
#main_title h1 img:not(.main) {
    position: absolute;
}
#main_title h1 img.item1 {
    width: 14%;
    height: auto;
    top: 5%;
    left: 2%;
    opacity: 1;
    transition: all 0.5s 0s ease;
    animation-name: sway;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    z-index: 5;
}
#main_title h1 img.item2 {
    width: 13%;
    height: auto;
    top: 68%;
    left: 84%;
    opacity: 1;
    transition: all 0.5s 0s ease;
    animation-name: sway2;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    z-index: 5;
}
#main_title h1 img.item3 {
    width: 11%;
    height: auto;
    top: 50%;
    left: 74%;
    opacity: 0;
    transform: rotate(-45deg) scale(0.5);
    transition: all 0.5s 0s ease;
    animation-name: denkyu;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    z-index: 5;
}
#main_title h1 figure {
    position: absolute;
    width: 12%;
    height: 10%;
    top: 56%;
    left: 3%;
}
#main_title h1 figure img {
    top: 0;
    left: 0;
    opacity: 0;
    animation-name: wifi;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
#main_title h1 figure img.item4_2 {
    animation-delay: 0.5s;
}
#main_title h1 figure img.item4_3 {
    animation-delay: 1s;
}
@keyframes wifi {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        opacity: 0;
    }
}
#main_title h1 img.girl.animation, #main_title h1 img.boy.animation {
    opacity: 1;
}
@keyframes sway {
    0% {
        transform: translateY(-10%);
    }
    50% {
        transform: translateY(10%);
    }
    100% {
        transform: translateY(-10%);
    }
}
@keyframes sway2 {
    0% {
        transform: translateY(-15%);
    }
    50% {
        transform: translateY(15%);
    }
    100% {
        transform: translateY(-15%);
    }
}
@keyframes denkyu {
    0% {
        top: 54%;
        left: 75%;
        opacity: 0;
        transform: rotate(-45deg) scale(0.5);
    }
    10% {
        top: 50%;
        left: 84%;
        opacity: 1;
        transform: rotate(0) scale(1.1);
    }
    20% {
        transform: rotate(0) scale(0.9);
    }
    40% {
        transform: rotate(0) scale(1.1);
    }
    60% {
        transform: rotate(0) scale(0.9);
    }
    80% {
        left: 84%;
        opacity: 1;
        transform: rotate(0) scale(1.1);
    }
    90% {
        left: 84%;
        opacity: 0;
        transform: rotate(0) scale(0.9);
    }
}
span.ball {
    display: block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 2;
    transition: all 0.5s 0s ease;
}
span.ball.red {
    background: #f54652;
}
span.ball.blue {
    background: #3ec5d2;
}
span#ball1 {
    top: 44%;
    left: 12%;
    width: 0.5vw;
    height: 0.5vw;
    animation-name: ballsway1;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    opacity: 0;
}
@keyframes ballsway1 {
    0% {
        top: 50%;
    }
    50% {
        opacity: 1;
        transform: scale(2);
    }
    100% {
        left: 12% top: 10%;
    }
}
span#ball2 {
    top: 45%;
    left: 15%;
    width: 1vw;
    height: 1vw;
    animation-name: ballsway2;
    animation-delay: 2s;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    opacity: 0;
}
@keyframes ballsway2 {
    0% {
        top: 55%;
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
    100% {
        left: 18%;
        top: 44%;
    }
}
span#ball3 {
    top: 44%;
    right: 12%;
    width: 0.5vw;
    height: 0.5vw;
    animation-name: ballsway3;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    opacity: 0;
}
@keyframes ballsway3 {
    0% {
        top: 50%;
    }
    50% {
        opacity: 1;
        transform: scale(2);
    }
    100% {
        right: 12%;
        top: 45%;
    }
}
span#ball4 {
    top: 44%;
    right: 5%;
    width: 0.8vw;
    height: 0.8vw;
    animation-name: ballsway4;
    animation-duration: 4s;
    animation-delay: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    opacity: 0;
}
@keyframes ballsway4 {
    0% {
        top: 58%;
    }
    50% {
        opacity: 1;
        transform: scale(1.4);
    }
    100% {
        right: 4%;
        top: 45%;
    }
}
span#ball5 {
    top: 440%;
    right: 10%;
    width: 0.4vw;
    height: 0.4vw;
    animation-name: ballsway4;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    opacity: 0;
}
@keyframes ballsway5 {
    0% {
        top: 58%;
    }
    50% {
        opacity: 1;
        transform: scale(1.4);
    }
    100% {
        right: 6%;
        top: 45%;
    }
}


#special{
    padding: 1vw;
    position:sticky;
    top:0;
    z-index:5000;
    background: #fff;
}
#special a{
    display:block;
        box-shadow: 0 0 6px #0000004d;
}
#special a img{
    width:100%;
}
/* Alert -----------------------------*/
#Alert {
    padding: 0 1vw;
    margin-bottom: 3vw
}
#Alert h3 {
    color: #f00;
    font-size: 1.4vw;
    font-weight: 900;
    text-align: center;
    margin-bottom: 0.8em;
}
#Alert h4 {
    font-size: 1.2vw;
    font-weight: 700;
    margin-bottom: 0.2em;
}
#Alert p {
    font-size: 1vw;
    line-height: 1.6;
}
/* Alert end -----------------------------*/

#main_title nav#tabs {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: -2px;
}
#main_title nav#tabs a {
    width: 46%;
    padding: 3% 4%;
    background: #80a1b6;
    margin: 0 1%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#main_title nav#tabs a.active {
    background: #0A3778;
}
#main_title nav#tabs a img {
    width: 100%;
    display: block;
    margin: auto;
}
#main_title #info {
    background: #0A3778;
    padding: 8%;
    position: relative;
    z-index: 5;
}

#main_title #info > div {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(0deg, rgba(248, 122, 130, 1) 13%, rgba(255, 255, 255, 1) 13%);
}
#main_title #info > div figure {
    padding: 5% 4% 5%;
}
#main_title #info > div figure img {
    width: 100%;
}
#date_count {
    background: #fcd5d9;
    padding: 5%;
    position: relative;
}
#date_count.count {
    padding-bottom: 4.8vw;
}
#date_count .count_date {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 3%;
    border-bottom: solid 1px #0A3778;
}
#date_count .count_date span {
    color: #0A3778;
    font-size: 1.6vw;
    font-weight: 900;
}
#date_count .count_date time {
    font-family: Oswald;
    font-size: 2.4vw;
    line-height: 1;
    padding-left: 0;
    color: #0A3778;
    padding: 0 1%;
    position: relative;
    top: -1px;
}
#participants {
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 1.2vw 0;
    /* border-bottom: solid 1px #0A3778; */
    font-size: 1.2vw;
    line-height: 1;
    font-weight: 500;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f87a82;
}
#participants span {
    font-family: Oswald;
    font-size: 2.4vw;
    line-height: 0.8em;
    margin: 0 0.2em;
    padding-bottom: 0.1em;
    letter-spacing: 0.04em;
}
#date_count p.ondemand {
    padding: 4% 0 2%;
    text-align: center;
    color: #0A3778;
    font-weight: 600;
    font-size: 1vw;
    line-height: 1.4;
}
#info_entry_btn {
    margin-top: 3.4vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#info_entry_btn p.endtext {
    color: #fff;
}
#info_entry_btn a {
    display: block;
    width: 70%;
    background: #f1274c;
    color: #fff;
    text-align: center;
    padding: 0.5em 0;
    border-radius: 0.4em;
    font-size: 1.6vw;
    margin: 0;
    font-weight: 700;
    position: relative;
}
#info_entry_btn a:not(.before)::after {
    content: '';
    width: 1vw;
    height: 1vw;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: rotate(-45deg);
    position: absolute;
    right: 5%;
    top: calc(50% - 0.5vw);
}
#info_entry_btn a small {
    display: block;
    margin-top: 0.2em;
    font-size: 0.7em;
}
#info_entry_btn a.before {
    background: #b4b2b2;
    cursor: default;
}
#info_entry_btn a span {
    display: block;
    font-size: 0.65em;
    margin-top: 0.5em;
    letter-spacing: 0.05em;
    font-weight: 500;
}
#info_entry_btn small {
    color: #fff;
    font-size: 0.9vw;
    margin-top: 1vw;
}
/*about*/
#about {
    padding: 2vw 0 4vw;
}
#about h3 {
    text-align: center;
    font-weight: 900;
    font-size: 1.5vw;
    color: #0A3778;
    margin-bottom: 1vw;
    line-height: 1.4;
}
#about p {
    font-size: 0.9vw;
    line-height: 1.6;
    text-align: center;
    font-weight: 600;
    color: #0A3778;
}
#about img {
    display: block;
    width: 92%;
    margin: 1vw auto 0;
}
#about a#conceptmovie {
    display: block;
    width: 92%;
    margin: 2.5vw auto 0;
    border: solid 1px #ccc;
}
#about a#conceptmovie figure {
    margin: 0;
    position: relative;
}
a.cm_movie figure::before {
    content: '';
    width: 6vw;
    height: 6vw;
    display: block;
    border-radius: 0;
    background: url(/2024/images/top/btn_on.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 3vw);
    left: calc(50% - 3vw);
}
#about a#conceptmovie img {
    width: 100%;
    margin: 0;
}
#about a.advice_bnr {
    display: block;
    margin-top: 1.5vw
}
/*#programs ------------------------------*/
#program_link {
    padding: 0.5vw 0 1.5vw;
    background: #fff;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto 0;
}
#program_link a {
    display: block;
    padding: 0.5vw 0 0.6vw;
    width: 40%;
    text-align: center;
    margin: 0 1%;
    background: #0a3778;
    border-radius: 30px;
    color: #fff;
    font-size: 1.1vw;
    font-weight: 700;
    position: relative;
    z-index: 100;
}
#program_link a::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.7vw 0.5vw 0 0.5vw;
    border-color: #0a3778 transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -0.6vw;
    left: calc(50% - 0.35vw);
}
section.program_info {
    background: #a6d322;
    padding: 8% 1.2vw;
}
section.program_info img {
    width: 100%;
}
section.program_info > h2 {
    text-align: center;
    font-size: 2vw;
    font-weight: 900;
    margin-bottom: 2vw;
    color: #0c2666;
}
section.program_info > h2:before, section.program_info > h2:after {
    display: inline-block;
    content: '─';
    font-size: 0.80em;
    vertical-align: 0.1em;
    margin: 0 0.2em;
}
section.program_info article {
    background: #fff;
    padding: 4vw 1.6vw 2.5vw;
    border-radius: 2vw;
    position: relative;
    margin: 5vw 0;
}
section.program_info article:last-child {
    margin-bottom: 0;
}
section.program_info article.labo {
    padding-top: 8vw;
}
section.program_info article div.attention {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 4vw 0 1vw;
    background: #465dc0;
    border-top-left-radius: 2vw;
    border-top-right-radius: 2vw;
}
section.program_info article div.attention span {
    display: block;
    text-align: center;
    font-size: 1.1vw;
    font-weight: 700;
    color: #fff;
}
section.program_info article mark {
    display: block;
    background: none;
    width: 20%;
    position: absolute;
    left: 40%;
    top: -3vw;
    z-index: 5;
}
section.program_info article h3 {
    text-align: center;
    font-size: 2.4vw;
    font-weight: 900;
    margin-bottom: 1vw;
    color: #0c2666;
}
section.program_info article h3 small {
    display: block;
    font-size: 0.6em;
    margin-top: 0.3em;
    font-weight: 700;
}
section.program_info article p.read {
    font-size: 1.2vw;
    line-height: 1.6;
    color: #0c2666;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1vw;
}
section.program_info article figure.image_trim {
    width: 100%;
    height: 13vw;
    margin-bottom: 1vw;
    overflow: hidden;
}
section.program_info article img.program_image {
    max-width: unset;
    width: 110%;
    margin-left: -5%;
    margin-bottom: 0;
}
section.program_info article ul.sign {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1vw;
}
section.program_info article ul.sign li.title {
    background: #0c2666;
    color: #fff;
    font-size: 1vw;
    margin-bottom: 0.5vw;
    padding: 0.5vw 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.program_info article ul.sign li.title small {
    margin-left: 1em;
    line-height: 1;
}
section.program_info article ul.sign li:not(.title) {
    width: 32%;
    margin-right: 2%;
    padding: 0.4vw;
    font-size: 1vw;
    text-align: center;
    border-radius: 0.5vw;
    border: solid 1px #0c2666;
    color: #0c2666;
}
section.program_info article ul.sign.sign2 li:not(.title) {
    width: 49%;
}
section.program_info article ul.sign.sign4 li:not(.title) {
    width: 24%;
    margin-right: 1%;
}
section.program_info article ul.sign li:not(.title):last-child {
    margin-right: 0;
}
section.program_info article dl.entry_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1vw;
}
section.program_info article dl.entry_info dt {
    width: 100%;
}
section.program_info article dl.entry_info dd {
    width: 100%;
    font-weight: 500;
    font-size: 1.2vw;
    margin-bottom: 0;
    line-height: 1.4;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #0c2666;
}
section.program_info article dl.entry_info dd span {
    font-family: Oswald, sans-serif;
    font-size: 2em;
    line-height: 1;
    margin-right: 0.2em;
    display: inline-flex;
    align-items: flex-end;
}
section.program_info article dl.entry_info dd span small {
    font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
    font-size: 0.5em;
    font-weight: 700;
    margin-bottom: 0.2em;
    display: inline-block;
}
section.program_info article span.note {
    font-size: 0.9vw;
    line-height: 1.4;
    color: #0c2666;
}
section.program_info article span.note b.red {
    color: #f1274c;
    font-weight: 400;
}
section.program_info article nav {
    width: 100%;
    display: block;
    margin: 1vw 0 0;
}
section.program_info article nav a.lineup {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f1274c;
    padding: 0.6vw 0;
    border-radius: 15vw;
    margin: 0 auto;
    position: relative;
    min-height: 4vw;
}
section.program_info article nav a.lineup.before {
    cursor: default;
}
section.program_info article nav a.lineup:not(.before)::after {
    content: '';
    width: 1vw;
    height: 1vw;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: rotate(-45deg);
    position: absolute;
    right: 5%;
    top: calc(50% - 0.5vw);
}
section.program_info article nav a.lineup.end {
    cursor: default;
}
section.program_info article nav a.lineup.end::after {
    content: none;
}
section.program_info article nav a.lineup p {
    color: #fff;
    font-size: 1.2vw;
    font-weight: 700;
    margin-right: 4%;
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1;
}
section.program_info article nav a.lineup p > span {
    font-family: Oswald;
    font-size: 1.8vw;
    display: inline-block;
    line-height: 1;
    padding-bottom: 0;
    margin: -0.2vw 0.2vw 0;
}
section.program_info article nav a.lineup > span {
    font-size: 0.8vw;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
}
section.program_info article nav a.lineup > span.detail {
    font-size: 1.1vw;
    font-weight: 500;
}
section.program_info article nav a.lineup > span.detail small {
    display: block;
    line-height: 1.4;
}
section.program_info a.lineup_pagelink {
    font-size: 1.2vw;
    font-weight: bold;
    text-decoration: underline;
    display: inline-block;
    margin: 1.2vw auto 0;
}
section.program_info a.lineup_pagelink::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5vw 0 0.5vw 0.9vw;
    border-color: transparent transparent transparent #0c2666;
    display: inline-block;
    margin-right: 0.2vw;
}
section.program_info article.exam h3 {
    position: relative;
    left: -1.6vw;
    width: calc(100% + 3.2vw);
}
section.program_info article.exam h4 {
    background: #d3e6fb;
    padding: 0.8vw;
    text-align: center;
    color: #0c2666;
    font-size: 1.4vw;
    font-weight: 900;
    position: relative;
    left: -1.6vw;
    width: calc(100% + 3.2vw);
    margin-top: 2.2vw;
    margin-bottom: 1vw;
}
#programs > section.program_info.first > article.exam > p.read {
    letter-spacing: -0.04em;
}
section.program_info article.exam dl.entry_info {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 5px;
    width: 100%;
    color: #0c2666;
}
section.program_info article.exam dl.entry_info dt {
    margin-bottom: 0;
    width: 14%;
    line-height: 1.4;
    font-size: 1vw;
    color: #0c2666;
}
section.program_info article.exam nav a.lineup.before {
    /* padding-bottom: 0.9vw; */
}
section.program_info article.exam nav a.lineup.before span {
    font-size: 2vw;
    line-height: 1;
    font-family: Oswald, sans-serif;
}
section.program_info article.exam dl.entry_info.s dt {
    padding-top: 0.16em;
}
section.program_info article.exam dl.entry_info.s dd {
    justify-content: flex-start;
}
section.program_info article.exam nav a.lineup span {
    font-size: 1.2vw;
}
section.program_info article nav a#examlink.lineup.before {
    color: #fff;
    flex-wrap: wrap;
}
section.program_info article nav a#examlink.lineup.before small, section.program_info article nav a#exam_onlinelink.lineup.before small {
    text-align: center;
    width: 100%;
    font-size: 1vw;
    line-height: 1.4;
    font-weight: 700;
}
section.program_info article nav a#examlink.lineup.flex small, section.program_info article nav a#exam_onlinelink.lineup.flex small {
    color: #fff;
    margin-left: 1em;
    font-size: 1vw;
    line-height: 1.4;
}
section.program_info article nav a#examlink.lineup.end, section.program_info article nav a#exam_onlinelink.lineup.end {
    color: #fff;
    font-size: 1.2vw;
    font-weight: 700;
}
section.program_info div.support_link {
    margin-top: 0;
    margin-bottom: 2vw;
}
section.program_info div.support_link p {
    color: #fff;
    text-align: center;
    font-size: 1.4vw;
    font-weight: 700;
}
section.program_info div.support_link a {
    display: block;
    background: #0c2666;
    width: 82%;
    margin: 1.5vw auto 0;
    color: #fff;
    padding: 1.2vw;
    border-radius: 4vw;
    font-size: 1.6vw;
    font-weight: 900;
    text-align: center;
    position: relative;
}
section.program_info div.support_link a::after {
    content: '';
    width: 1vw;
    height: 1vw;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: rotate(-45deg);
    position: absolute;
    right: 5%;
    top: calc(50% - 0.5vw);
}
section.program_info div.suppportmovies {
    display: flex;
    justify-content: space-between;
    margin-top: 2vw;
}
section.program_info div.suppportmovies a {
    display: block;
    width: 48%;
}
section.program_info div.suppportmovies a figure {
    position: relative;
}
section.program_info div.suppportmovies a figure::before {
    width: 3vw;
    height: 3vw;
    top: calc(50% - 1.5vw);
    left: calc(50% - 1.5vw);
}
section.program_info div.suppportmovies a p {
    font-size: 0.9vw;
    padding-top: 0.5vw;
    font-weight: 500;
    text-align: center;
}
/*quiz_bnr*/
a.quiz_bnr {
    display: block;
    width: 100%;
    transform: scale(1.5, 1.5);
    margin-top: 1.5vw;
    opacity: 0;
    transition: all 1s 0s ease;
}
a.quiz_bnr.animation {
    opacity: 1;
    transform: scale(1, 1);
}
a.quiz_bnr img {
    width: 100%;
}
a.quiz_bnr.animation img {
    animation-name: ballsway3;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-delay: 1s;
}
@keyframes ballsway3 {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(1);
    }
    18% {
        transform: scale(1.1);
    }
    26% {
        transform: scale(1);
    }
    34% {
        transform: scale(1.1);
    }
    42% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}
/*#school_info ------------------------------*/
#school_info {
    padding: 4vw 0 2vw;
    background: #fff;
}
#school_info > section h3 {
    text-align: center;
    color: #0c2666;
    font-size: 2vw;
    font-weight: 900;
    margin-bottom: 20px;
}
#school_info > section h3:before, #school_info > section h3:after {
    display: inline-block;
    content: '─';
    font-size: 0.80em;
    vertical-align: 0.1em;
    margin: 0 0.24em;
}
#school_info > section h4 {
    text-align: center;
    font-size: 1.6vw;
    font-weight: 900;
    color: #0c2666;
    margin-bottom: 1vw;
}
#school_info > section h4 span {
    color: #ef2d41;
    font-family: Oswald;
    font-weight: 700;
    font-size: 1.5em;
    margin: 0.15em;
}
#school_info > section h5 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}
#school_info > section ul.schoollist.multicolumn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* column-count: 2; */
    margin-bottom: 2vw;
    padding: 0 1.2vw;
}
#school_info > section ul.schoollist.multicolumn li {
    width: 49%;
    margin: 0;
    padding: 0;
    font-size: 1vw;
    padding: 0.25vw 0;
    padding-left: 1.4vw;
    position: relative;
    display: block;
}
#school_info > section ul.schoollist.multicolumn li.nokbn {
    padding-left: 0;
}
#school_info > section ul.schoollist.multicolumn li::before {
    content: '';
    font-weight: 200;
    font-size: 0.7em;
    line-height: 1;
    width: 1.6em;
    height: 1.6em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    position: absolute;
    top: 0.5em;
    left: 0;
}
#school_info > section ul.schoollist.multicolumn li.nokbn::before {
    content: none;
}
#school_info > section ul.schoollist.multicolumn li span {
    font-size: 0.85em;
    padding-right: 2px;
    font-weight: 500;
}
#school_info > section ul.schoollist.multicolumn li span.pref {
    padding: 0 0 0 3px;
    margin-right: 0;
    color: #989898;
    border-left: solid 1px #AAA;
    display: inline-block;
    font-size: 0.7em;
}
#school_info > section ul.schoollist.multicolumn li span.note {
    margin-right: 0;
    display: inline-block;
    font-size: 10px;
    padding-top: 5px;
}
#school_info > section ul.schoollist.multicolumn li.kbn1::before {
    content: '国';
    background: #368927;
}
#school_info > section ul.schoollist.multicolumn li.kbn2::before {
    content: '公';
    background: #368927;
}
#school_info > section ul.schoollist.multicolumn li.kbn3::before {
    content: '私';
    background: #1381c7;
}
#school_info nav {
    margin-top: 3vw;
    margin-bottom: 2vw;
}
#school_info nav p {
    color: #0c2666;
    text-align: center;
    font-size: 1.2vw;
    font-weight: 700;
}
#school_info nav a {
    display: block;
    background: #0c2666;
    width: 82%;
    margin: 1vw auto 0;
    color: #fff;
    padding: 1.2vw;
    border-radius: 4vw;
    font-size: 1.6vw;
    font-weight: 900;
    text-align: center;
    position: relative;
}
#school_info nav a::after {
    content: '';
    width: 1vw;
    height: 1vw;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: rotate(-45deg);
    position: absolute;
    right: 5%;
    top: calc(50% - 0.5vw);
}
/*support-----------------*/
#support {
    background-color: #c4defa;
    padding: 3.5vw 0 4vw;
}
#support h3 {
    font-size: 2vw;
    line-height: 1.4;
    font-weight: 900;
    color: #0c2666;
    text-align: center;
    margin-bottom: 1.6vw;
}
#support img {
    width: 60%;
    display: block;
    margin: 0 auto 2vw;
}
#support ul {
    margin-bottom: 2vw
}
#support ul li {
    display: block;
    font-size: 1.2vw;
    text-align: center;
    margin-bottom: 2vw;
    line-height: 1;
    font-weight: 700;
    color: #0c2666;
    position: relative;
}
#support ul li:last-child {
    margin-bottom: 0;
}
#support ul li span {
    padding: 0.3em 0.4em 0.4em;
    display: inline-block;
    background: #fff;
}
#support ul li::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.8vw 0.8vw 0 0.8vw;
    border-color: #0c2666 transparent transparent transparent;
    position: absolute;
    bottom: -1.4vw;
    left: calc(50% - 0.8vw);
}
#support ul li:last-child::after {
    content: none;
}
#support nav p {
    color: #0c2666;
    text-align: center;
    font-size: 1.2vw;
    font-weight: 700;
}
#support nav a {
    display: block;
    background: #0c2666;
    width: 82%;
    margin: 1vw auto 0;
    color: #fff;
    padding: 1.2vw;
    border-radius: 4vw;
    font-size: 1.6vw;
    font-weight: 900;
    text-align: center;
    position: relative;
}
#support nav a::after {
    content: '';
    width: 1vw;
    height: 1vw;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: rotate(-45deg);
    position: absolute;
    right: 5%;
    top: calc(50% - 0.5vw);
}
#support a.advice_bnr {
    display: block;
    width: 92%;
    margin: 3vw auto 0;
}
#support a.advice_bnr img {
    width: 100%;
    margin: 0;
}
/*#palalax_window------------------------------*/
#palalax_window {
    height: 62vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}
#palalax_window::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 42%;
    z-index: -1;
    width: 31%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/2024/images/top/palalax_image_sp_0203.jpg);
    background-size: cover;
}
/*#index_content------------------------------*/
/*#livemovie*/
#livemovie_preview {
    text-align: center;
    background: #fff;
    padding: 3vw 1.2vw;
}
#livemovie_preview h3 {
    width: 100%;
    font-size: 1.8vw;
    text-align: center;
    font-weight: 900;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-left: 35%;
    color: #0c2666;
    margin-bottom: 2vw;
}
#livemovie_preview h3 span {
    border-bottom: solid 3px #0c3679;
    padding-bottom: 0.1vw;
    margin: 0.2vw 0;
}
#livemovie_preview h3::before {
    content: '';
    width: 6vw;
    height: 6vw;
    display: block;
    background-image: url(/2024/images/top/illustB.svg);
    transform: scale(-1, 1);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: -4%;
    left: 8%
}
#livemovie_preview nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
}
#livemovie_preview nav a {
    display: block;
    padding: 0;
    width: 48%;
    position: relative;
    border-radius: 0;
    margin: 0 0 1.4vw;
    background: none;
}
#livemovie_preview nav a figure {
    display: block;
    position: relative;
    min-height: 7.5vw;
}
#livemovie_preview nav a figure::before {
    content: '';
    width: 3vw;
    height: 3vw;
    display: block;
    border-radius: 0;
    background: url(/2024/images/thumbnail/icon_bcplay.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 1.5vw);
    left: calc(50% - 1.5vw);
}
#livemovie_preview nav a img {
    width: 100%;
}
#livemovie_preview nav a p {
    font-size: 0.8vw;
    margin-top: 5px;
    text-align: justify;
}
#livemovie_preview div p {
    font-size: 1vw;
    line-height: 1.6;
    text-align: justify;
    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: 1300;
}
#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);
}
#player {
    max-width: 1280px;
    width: 80vw;
    height: 56vw;
    position: fixed;
    top: calc(50% - 28vw);
    left: calc(50% - 40vw);
    padding-top: 40px;
    display: none;
    z-index: 1400;
}
@media screen and (min-width: 1600px) {
    #player {
        height: 900px;
        top: calc(50% - 450px);
        left: calc(50% - 640px);
    }
}
/*sns_link*/
#sns_link {
    background: #fff;
    padding: 0 0 2vw;
}
#sns_link nav {
    display: flex;
    justify-content: center;
}
#sns_link nav a {
    width: 8%;
    margin: 0 4%;
}
#sns_link nav a img {
    width: 100%;
}
/*#footer------------------------------*/
footer {
    background: #000;
    padding: 2vw 1.2vw 2vw;
}
footer ol.livelogo {
    width: 73%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 2vw;
}
footer ol.livelogo li.livelogo {
    margin-bottom: 1vw
}
footer ol.livelogo li.livelogo figure {
    width: 100%;
    background: #fff;
    padding: 0.35vw 1.5vw;
    border: solid 1px #000;
    border-radius: 5px;
}
footer ol.livelogo li.livelogo figure img {
    width: auto;
    height: 100%
}
footer ol.livelogo li.speciallogo {
    width: 100%;
    margin: 0;
}
footer ol.livelogo li.speciallogo figure {
    width: 100%;
}
footer ol.livelogo li.speciallogo figure img {
    height: 100%;
    width: auto;
}
footer ol.logoline {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
}
footer ol.logoline li {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1vw;
    width: 100%;
    padding: 0;
}
footer ol.logoline li img {
    height: 1.8vw;
    width: auto;
    display: block;
}
footer ol.logoline li span.title {
    font-size: 1vw;
    border: solid 1px #fff;
    line-height: 1;
    padding: 3px 10px 3px 11px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    letter-spacing: 0.2em;
    color: #fff;
}
footer ol.logoline li.main div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1vw;
    width: 100%;
    padding-left: 14%;
}
footer ol.logoline li.main div.host span.title {
    margin-right: 3.2%
}
footer ol.logoline li.main {
    margin-bottom: 0;
}
footer ol.logoline li.co_operation {
    padding-left: 31%;
    position: relative;
}
footer ol.logoline li.co_operation a {
    display: block;
}
footer ol.logoline li.co_operation span.title {
    position: absolute;
    left: 14%;
    top: 0;
}
footer ol.logoline li.co_operation a {
    margin-right: 0;
    display: block;
}
footer ol.logoline li.co_operation img {
    height: 1.4vw;
}
footer ol.logoline li.co_operation img.indent {
    margin-left: -0.1em;
}
footer p {
    text-align: center;
    color: #fff;
    font-size: 0.9vw;
    line-height: 1.6;
}
footer p span {
    font-size: 1vw;
}
footer p a {
    font-size: 1vw;
    color: #7fbe26;
}
footer adress {
    display: block;
    margin: 0.5vw 0;
    font-size: 0.9vw;
    color: #fff;
    text-align: center;
    line-height: 1.4;
}
footer adress span {
    font-size: 0.5vw;
}
footer span br.sp {
    display: block;
}
/*footerbtns*/
#footerbtns {
    display: none;
    position: fixed;
    bottom: 0;
    left: 42%;
    width: 31%;
    padding: 0.8vw 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.6);
}
#footerbtns .entry_btns {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
#footerbtns .entry_btns.placeend p {
    color: #fff;
    font-size: 16px;
    padding: 5px 0;
}
#footerbtns .entry_btns a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #818181;
    padding: 0.5vw 0 1vw;
    color: #fff;
    margin: 0 1%;
    width: 47%;
    text-align: center;
    border-radius: 2vw;
    position: relative;
    overflow: hidden;
    font-size: 1.4vw;
    font-weight: 700;
    min-height: 4vw;
}
#footerbtns .entry_btns a.before {
    padding-top: 12px;
    padding-bottom: 15px;
}
#footerbtns .entry_btns a span {
    display: inline-block;
    text-align: center;
    margin-top: 0;
    font-size: 20px;
    margin-left: 10px;
}
#footerbtns .entry_btns a.entry_btn {
    background: #f1274c;
    border: solid 3px #f1274c;
}
#footerbtns .entry_btns a.mypage_btn {
    background: #0b2765;
    color: #fff;
    border: solid 3px #0b2765;
}
#sp_bnr {
    display: none;
}
#pagetop {
    margin: 0;
    padding: 0;
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: block;
    background: #000000;
    width: 45px;
    height: 45px;
    cursor: pointer;
    line-height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    border-radius: 10px;
    border: solid 2px #fff;
}
#pagetop::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 15px 8px;
    border-color: transparent transparent #ffffff transparent;
    position: relative;
    top: -2px;
}

/*
#chatplusview.closed #outline #eye_catcher {
    left: 2vw !important;
}

.coins-optin-dialog {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.coins-optin-dialog-icon {
    width: 94px !important;
}
.coins-optin-dialog-text-box {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    max-width: unset !important;
    width: calc(100% - 100px) !important;
}
.coins-optin-dialog-text-box > span {
    display: flex !important;
    align-items: center;
    width: unset !important;
    font-size: 15px !important;
    margin: 0 !important;
    line-height: 1;
}
.coins-optin-dialog-button-box {
    min-width: unset !important;
}
.coins-optin-dialog-button-box > button {
    background: #b4dc00;
    color: #fff;
    text-align: center;
}
.coins-unblock-process {
    width: 100%;
}
*/
/*hover --------------------------------------*/
@media screen and (min-width: 768px) {
    #pc_body section.pc_left #bnr nav a:hover, #about a.advice_bnr:hover,#special a:hover,#pc_body section.pc_left a.special_bnr:hover {
        opacity: 0.8;
    }
    #sidenavi #drawer_menu > a:not(.active):hover {
        /*color: #3ec5d2;*/
        opacity: 0.6;
    }
    #sidenavi #drawer_menu > a:not(.sub):not(.active):hover::before {
        background: #ef2d41;
    }
    #main_title nav#tabs a:not(.active):hover {
        background: #0A3778;
    }
    #sidenavi #fixed_entry_btn a:not(.before):hover {
        opacity: 0.8;
    }
    #programs a:not(.before):hover {
        opacity: 0.8;
    }
    #programs a.end:hover {
        opacity: 1;
    }
    #livemovie_preview nav a:hover {
        opacity: 0.7;
    }
    #sns_link nav a:hover {
        opacity: 0.8;
    }
    footer p a:hover {
        color: #a9ff30;
    }
    #footerbtns .entry_btns a:not(.before):hover {
        min-height: 3.6vw;
        padding-bottom: 0.5vw;
    }
    #footerbtns .entry_btns a:not(.before):hover::before {
        height: 0.5vw
    }
    #footerbtns .entry_btns a:not(.before):hover::after {
        display: none
    }
    a.cm_movie:hover {
        opacity: 0.7;
    }
}
@media screen and (max-width: 1400px) {
    #sidenavi {
        padding-left: 2vw;
    }
    #sidenavi #drawer_menu a {
        font-size: 1.1vw;
    }
    #sidenavi #drawer_menu a.sub {
        font-size: 0.9vw;
    }
    #sidenavi #fixed_entry_btn a {
        font-size: 1.3vw;
    }
}
body.nologos #pc_body section.pc_left header {
    display: none;
}
@media screen and (max-width: 767px) {
    #pc_body {
        display: none;
    }
    .sp {
        display: block;
    }
    /*sidenavi --------------------------------------------- */
    #sidenavi {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100000;
        pointer-events: none;
        max-width: unset;
        padding: 0;
    }
    #sidenavi #btn_menu {
        pointer-events: auto;
        display: block;
        width: 10vw;
        height: 10vw;
        max-width: 60px;
        max-height: 60px;
        border: none;
        position: fixed;
        top: 1vw;
        right: 2vw;
        /* background: rgb(10 55 120 / 20%); */
        z-index: 200002;
        outline: none;
    }
    #btn_menu span {
        display: block;
        width: 80%;
        height: 3px;
        background: rgb(10 55 120 / 75%);
        /* margin: 10px 0 0; */
        transition: 0.5s all ease 0s;
        position: absolute;
        left: 10%;
        /* box-shadow: 2px 2px 0px #ffffffd1; */
    }
    #btn_menu span:nth-child(1) {
        top: 20%;
    }
    #btn_menu span:nth-child(2) {
        top: calc(50% - 2px);
    }
    #btn_menu span:nth-child(3) {
        bottom: 20%;
    }
    #btn_menu:hover {
        opacity: 0.7;
    }
    #sidenavi #btn_menu.open {
        background: none;
    }
    #btn_menu.open span {
        position: absolute;
        box-shadow: none;
        background-color: #fff;
    }
    #btn_menu.open span:nth-child(1) {
        transform: rotate(-45deg);
        top: 47%;
        /* left:0; */
    }
    #btn_menu.open span:nth-child(2) {
        opacity: 0;
    }
    #btn_menu.open span:nth-child(3) {
        transform: rotate(45deg);
        top: 47%;
        /* left:0; */
    }
    #btn_menu:hover {
        opacity: 0.7;
    }
    #drawer_menu {
        position: fixed;
        right: -500px;
        top: 0;
        height: 100%;
        background: rgb(15 34 80 / 78%);
        z-index: 200001;
        width: 80%;
        padding: 12vw 4vw 0;
        opacity: 0;
        transition: 0.5s all ease 0s;
    }
    #drawer_menu.open {
        right: 0px;
        opacity: 1;
    }
    #sidenavi #drawer_menu a {
        pointer-events: auto;
        font-size: 4vw;
        color: #fff;
        margin: 0 5% 4vw;
    }
    #sidenavi #drawer_menu a.sub {
        font-size: 3.4vw;
        color: #fff;
        margin-bottom: 1.3em;
    }
    #sidenavi #drawer_menu > a:not(.sub)::before {
        background: #fff;
    }
    #sidenavi #drawer_menu > a.active {
        color: #ef2d41;
    }
    #sidenavi #drawer_menu > a.active::before {
        background: #ef2d41;
    }
    #sidenavi #fixed_entry_btn {
        display: none;
    }
    #drawer_menu .sns {
        display: flex;
        justify-content: center;
        padding: 4vw 0 0;
        border-bottom: none;
    }
    #drawer_menu .sns a {
        display: block;
        width: 10vw;
        padding: 0;
    }
    #drawer_menu .sns a img {
        width: 100%;
    }
    /*main ----------------------------------------- */
    span#ball1 {
        width: 1.4vw;
        height: 1.4vw;
    }
    span#ball2 {
        width: 3vw;
        height: 3vw;
    }
    span#ball3 {
        width: 1.5vw;
        height: 1.5vw;
    }
    span#ball4 {
        width: 2.8vw;
        height: 2.8vw;
    }
    span#ball5 {
        top: 440%;
        right: 10%;
        width: 1.6vw;
        height: 1.6vw;
        animation-name: ballsway4;
        animation-duration: 5s;
        animation-delay: 1s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        opacity: 0;
    }
    /* Alert -----------------------------*/
    #Alert {
        padding: 0 4vw;
        margin-bottom: 6vw
    }
    #Alert h3 {
        font-size: 5vw;
    }
    #Alert h4 {
        font-size: 4vw;
    }
    #Alert p {
        font-size: 3.2vw;
    }
    /* Alert end-----------------------------*/
    main {
        position: static;
        width: 100%;
        box-shadow: none;
        overflow: visible;
        background: transparent;
    }
    #special{
        padding: 3vw;
    }

    #date_count.count {
        padding-bottom: 14vw
    }
    #date_count .count_date span {
        color: #0A3778;
        font-size: 4vw;
    }
    #date_count .count_date time {
        font-size: 6vw;
    }
    #participants {
        padding: 4vw 0;
        font-size: 4vw;
    }
    #participants span {
        font-size: 6vw;
    }
    #date_count p.ondemand {
        font-size: 3.6vw;
    }
    #info_entry_btn {
        margin-top: 8vw;
    }
    #info_entry_btn a {
        font-size: 4vw;
    }
    #info_entry_btn a:not(.before)::after {
        width: 3vw;
        height: 3vw;
        top: calc(50% - 1.5vw);
    }
    #info_entry_btn small {
        font-size: 2.8vw;
        margin-top: 2vw;
    }
    /*about*/
    #about {
        padding: 6vw 0 10vw;
    }
    #about h3 {
        font-size: 5vw;
        margin-bottom: 3vw;
    }
    #about p {
        font-size: 3vw;
        margin-bottom: 4vw;
    }
    #about a#conceptmovie {
        display: block;
        margin: 8vw auto 4vw;
    }
    #about a#conceptmovie figure {
        margin: 0;
        position: relative;
    }
    a.cm_movie figure::before {
        width: 18vw;
        height: 18vw;
        background-size: contain;
        top: calc(50% - 9vw);
        left: calc(50% - 9vw);
    }
    #about a.advice_bnr {
        margin-top: 4vw
    }
    /*#programs ------------------------------*/
    #programs {}
    #program_link_before {
        background: #fff;
        height: 2vw;
    }
    #program_link {
        padding: 2vw 0 3vw;
        padding-left: 4vw;
        position: sticky;
        top: 0;
        left: 0;
        z-index: 100;
        justify-content: flex-start;
    }
    #program_link.fixed {
        justify-content: center;
        padding-left: 0;
    }
    #program_link a {
        padding: 2vw 0 2.4vw;
        font-size: 3.6vw;
    }
    #program_link a::before {
        border-width: 2.5vw 2vw 0 2vw;
        bottom: -2vw;
        left: calc(50% - 2vw);
    }
    section.program_info {
        padding: 8vw 4vw;
        overflow: hidden;
    }
    section.program_info > h2 {
        font-size: 7vw;
        margin-bottom: 14vw;
    }
    section.program_info article {
        padding: 14vw 4vw 8vw;
        border-radius: 4vw;
        margin: 4vw 0 16vw;
    }
    section.program_info article.labo {
        padding-top: 24vw;
    }
    section.program_info article div.attention {
        padding: 12vw 0 3vw;
        border-top-left-radius: 4vw;
        border-top-right-radius: 4vw;
    }
    section.program_info article div.attention span {
        display: block;
        text-align: center;
        font-size: 3.8vw;
    }
    section.program_info article mark {
        top: -10vw;
        z-index: 5;
    }
    section.program_info article h3 {
        font-size: 8vw;
        margin-bottom: 4vw;
    }
    section.program_info article p.read {
        font-size: 4vw;
        margin-bottom: 3vw;
    }
    section.program_info article figure.image_trim {
        /* width:100%; */
        height: 44vw;
        margin-bottom: 4vw;
        overflow: hidden;
    }
    section.program_info article img.program_image {
        margin-bottom: 0;
    }
    section.program_info article ul.sign {
        margin-bottom: 3vw;
    }
    section.program_info article ul.sign li.title {
        font-size: 3.4vw;
        margin-bottom: 1vw;
        padding: 1.5vw 0;
    }
    section.program_info article ul.sign li.title small {
        margin-left: 1em;
        line-height: 1;
    }
    section.program_info article ul.sign li:not(.title) {
        width: 32%;
        margin-right: 2%;
        padding: 1.5vw 0;
        font-size: 3.2vw;
        border-radius: 1vw;
    }
    section.program_info article dl.entry_info {
        margin-bottom: 4vw;
    }
    section.program_info article dl.entry_info dd {
        font-weight: 500;
        font-size: 4vw;
    }
    section.program_info article span.note {
        font-size: 3vw;
    }
    section.program_info article nav {
        margin: 4vw 0 0;
    }
    section.program_info article nav a.lineup {
        padding: 2vw 0;
        min-height: 13vw;
    }
    section.program_info article.exam nav a.lineup.before {
        padding-bottom: 3vw;
    }
    section.program_info article nav a.lineup:not(.before)::after {
        width: 3.4vw;
        height: 3.4vw;
        top: calc(50% - 1.7vw);
    }
    section.program_info article nav a.lineup p {
        font-size: 3.6vw;
    }
    section.program_info article nav a.lineup p > span {
        font-size: 6vw;
        margin: -0.4vw 1vw 0;
    }
    section.program_info article nav a.lineup > span {
        font-size: 3vw;
    }
    section.program_info article nav a.lineup > span.detail {
        font-size: 3.6vw;
    }
    section.program_info a.lineup_pagelink {
        font-size: 3.6vw;
        margin: 4vw auto 0;
    }
    section.program_info a.lineup_pagelink::before {
        border-width: 1.8vw 0 1.8vw 3vw;
        margin-right: 1vw;
        vertical-align: -0.5vw;
    }
    section.program_info article.exam h4 {
        padding: 2vw;
        font-size: 4vw;
        left: -4vw;
        width: calc(100% + 8vw);
        margin-top: 6vw;
        margin-bottom: 2vw;
    }
    section.program_info article.exam dl.entry_info {
        margin-bottom: 4vw;
    }
    section.program_info article.exam dl.entry_info dt {
        font-size: 3vw;
    }
    section.program_info article.exam dl.entry_info dd {
        font-size: 3vw;
        color: #0c2666;
    }
    section.program_info article.exam nav a.lineup.before span {
        font-size: 6vw;
        line-height: 1;
        font-family: Oswald, sans-serif;
    }
    section.program_info article.exam nav a.lineup span {
        font-size: 4vw;
    }
    section.program_info article nav a#examlink.lineup.before small {
        font-size: 3vw
    }
    section.program_info article nav a#examlink.lineup.flex small {
        font-size: 3vw;
    }
    section.program_info article nav a#examlink.lineup.flex small, section.program_info article nav a#exam_onlinelink.lineup.flex small {
        font-size: 3.2vw;
        line-height: 1;
    }
    section.program_info article nav a#examlink.lineup.end, section.program_info article nav a#exam_onlinelink.lineup.end {
        font-size: 3.6vw;
    }
    section.program_info div.support_link {
        margin-top: -6vw;
        margin-bottom: 6vw;
    }
    section.program_info div.support_link p {
        font-size: 4.4vw;
    }
    section.program_info div.support_link a {
        width: 80vw;
        margin: 4vw auto 0;
        padding: 2.5vw;
        border-radius: 10vw;
        font-size: 5.4vw;
    }
    section.program_info div.support_link a::after {
        width: 3.4vw;
        height: 3.4vw;
        right: 5%;
        top: calc(50% - 1.7vw);
    }
    section.program_info div.suppportmovies a figure::before {
        width: 10vw;
        height: 10vw;
        top: calc(50% - 5vw);
        left: calc(50% - 5vw);
    }
    section.program_info div.suppportmovies a p {
        font-size: 2.6vw;
        padding-top: 1vw;
    }
    /*quiz_bnr*/
    a.quiz_bnr {
        margin-top: 4vw;
    }
    /*#school_info ------------------------------*/
    #school_info {
        padding: 10vw 4vw 8vw;
    }
    #school_info > section h3 {
        padding: 0;
        font-size: 7vw;
        margin-bottom: 4vw;
        position: relative;
    }
    #school_info > section h4 {
        font-size: 4vw;
        margin-bottom: 4vw;
    }
    #school_info > section h4 span {
        font-size: 8vw;
        margin: 0 1vw
    }
    #school_info > section p {
        font-size: 3.2vw;
        margin-bottom: 4vw;
        line-height: 1.4;
    }
    #school_info > section h5 {
        font-size: 3.6vw;
        margin-bottom: 1vw;
    }
    #school_info > section ul.schoollist.multicolumn {
        column-count: 2;
        margin-bottom: 4vw;
        padding: 0;
    }
    #school_info > section ul.schoollist.multicolumn li {
        /* width: 100%; */
        margin: 0;
        padding: 0;
        font-size: 3vw;
        padding: 1vw 0;
        padding-left: 5vw;
    }
    #school_info > section ul.schoollist.multicolumn li a {
        font-size: 2.8vw;
    }
    #school_info > section ul.schoollist.multicolumn li span {
        font-size: 2.8vw;
        padding-right: 2px;
    }
    #school_info > section ul.schoollist.multicolumn li::before {
        top: 1vw;
        left: 0;
    }
    #school_info .info_text {
        padding-bottom: 10vw;
    }
    #school_info .info_text p {
        font-size: 2.8vw;
        line-height: 1.8;
        margin: 0 0 0;
    }
    #school_info .info_text h4 {
        font-size: 8vw;
        margin: 4vw 0 0;
    }
    #school_info nav {
        margin-top: 8vw;
    }
    #school_info nav p {
        font-size: 4vw;
    }
    #school_info nav a {
        width: 80vw;
        margin: 2vw auto 0;
        padding: 2.5vw;
        border-radius: 10vw;
        font-size: 5.4vw;
    }
    #school_info nav a::after {
        width: 3.4vw;
        height: 3.4vw;
        top: calc(50% - 1.75vw);
    }
    /*support-----------------*/
    #support {
        padding: 10vw 0 12vw;
    }
    #support h3 {
        font-size: 6.5vw;
        margin-bottom: 4vw;
    }
    #support img {
        margin: 0 auto 4vw;
    }
    #support ul {
        margin-bottom: 4vw
    }
    #support ul li {
        font-size: 3.6vw;
        margin-bottom: 6vw;
    }
    #support ul li::after {
        border-width: 2.5vw 2.5vw 0 2.5vw;
        bottom: -4vw;
        left: calc(50% - 2.5vw);
    }
    #support ul li:last-child::after {
        content: none;
    }
    #support nav p {
        font-size: 4vw;
    }
    #support nav a {
        width: 80vw;
        margin: 2vw auto 0;
        padding: 2.5vw;
        border-radius: 10vw;
        font-size: 5.4vw;
    }
    #support nav a::after {
        width: 3.4vw;
        height: 3.4vw;
        top: calc(50% - 1.75vw);
    }
    #support a.advice_bnr {
        margin: 8vw auto 0;
    }
    /*#palalax_window------------------------------*/
    #palalax_window {
        height: 55vh;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    #palalax_window::before {
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(/2024/images/top/palalax_image_sp_0203.jpg);
        background-size: cover;
    }
    /*#index_content------------------------------*/
    #index_content {
        padding: 6vw 4vw;
    }
    /*#livemovie*/
    #livemovie_preview h3 {
        font-size: 6vw;
        margin-bottom: 6vw;
    }
    #livemovie_preview h3 span {
        padding-bottom: 1vw;
        margin: 1vw 0;
    }
    #livemovie_preview h3::before {
        width: 24vw;
        height: 20vw;
        top: -0%;
        left: 6%
    }
    #livemovie_preview nav a {
        margin: 0 0 5vw;
    }
    #livemovie_preview nav a figure {
        min-height: 25vw;
    }
    #livemovie_preview nav a figure::before {
        width: 10vw;
        height: 10vw;
        top: calc(50% - 5vw);
        left: calc(50% - 5vw);
    }
    #livemovie_preview nav a img {
        width: 100%;
    }
    #livemovie_preview nav a p {
        font-size: 2.6vw;
        margin-top: 1vw;
    }
    #livemovie_preview div p {
        font-size: 3.2vw;
    }
    #livemovie_overray {}
    #player {
        width: 90vw;
        height: 60vw;
        position: fixed;
        top: calc(50% - 30vw);
        left: calc(50% - 45vw);
        padding-top: 0;
    }
    #livemovie_close {
        display: block;
        width: 8vw;
        height: 8vw;
        position: absolute;
        top: -8vw;
        right: 0;
    }
    /*sns_link*/
    #sns_link {
        padding: 2vw 0 6vw;
    }
    /*#footer------------------------------*/
    footer {
        padding: 6vw 4vw 22vw;
    }
    body.open1.bnr footer, body.open2.bnr footer {
        padding-bottom: 40vw
    }
    footer ol.livelogo {
        margin: 2vw auto 7vw;
    }
    footer ol.livelogo li.livelogo {
        margin-bottom: 4vw
    }
    footer ol.livelogo li.livelogo figure {
        width: 100%;
        background: #fff;
        padding: 1.2vw 4vw;
        border: solid 1px #000;
        border-radius: 5px;
    }
    footer ol.livelogo li.livelogo figure img {
        width: auto;
        height: 100%
    }
    footer ol.livelogo li.speciallogo {
        width: 100%;
        margin: 0;
    }
    footer ol.livelogo li.speciallogo figure {
        width: 100%;
    }
    footer ol.livelogo li.speciallogo figure img {
        height: 100%;
        width: auto;
    }
    footer ol.logoline li {
        margin-bottom: 4vw;
    }
    footer ol.logoline li img {
        height: 6vw;
    }
    footer ol.logoline li span.title {
        font-size: 3vw;
        line-height: 1;
        margin-right: 2vw;
    }
    footer ol.logoline li.co_operation span.title {
        top: 0.5vw;
        left: 13.5%;
    }
    footer ol.logoline li.main div {
        margin-bottom: 2vw;
        padding-left: 13.5%;
    }
    footer ol.logoline li.co_operation {
        padding-top: 0.8vw;
        padding-left: 30%;
    }
    footer ol.logoline li.co_operation a {
        display: block;
    }
    footer ol.logoline li.co_operation img {
        height: 4.7vw;
        margin-bottom: 1vw;
    }
    footer p {
        font-size: 3vw;
    }
    footer p span {
        display: block;
        font-size: 3vw;
        margin-top: 2vw;
    }
    footer p a {
        font-size: 3vw;
    }
    footer adress {
        margin: 4vw 0 0;
        font-size: 3vw;
    }
    footer adress span {
        font-size: 3vw;
    }
    /*footerbtns*/
    #footerbtns {
        left: 0;
        width: 100%;
        padding: 3vw 0 3vw;
    }
    #footerbtns .entry_btns {}
    #footerbtns .entry_btns.placeend p {
        color: #fff;
        font-size: 3vw;
        padding: 6 0;
    }
    #footerbtns .entry_btns a {
        padding: 2.6vw 0;
        color: #fff;
        margin: 0 1%;
        width: 47%;
        text-align: center;
        border-radius: 1.5vw;
        font-size: 4vw;
        min-height: 4vw;
    }
    #footerbtns .entry_btns a span {
        font-size: 4vw;
        margin-left: 0
    }
    /*bnr sp -----------*/
    #sp_bnr {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 1000;
    }
    #sp_bnr.open {
        bottom: 16.5vw;
        background: #fff;
    }
    body.open3 #sp_bnr.open {
        bottom: 16.5vw;
    }
    body.open3.open4 #sp_bnr.open {
        bottom: 11.5vw;
    }
    #sp_bnr a img {
        width: 100%;
    }
    #sp_bnr #bnr_close {
        width: 6vw;
        height: 6vw;
        display: block;
        background: #666;
        border-radius: 50%;
        position: absolute;
        top: -23vw;
        right: 0;
        border: solid 1px #fff;
        z-index: 1001;
    }
    #sp_bnr #bnr_close::before, #sp_bnr #bnr_close::after {
        content: '';
        width: 2px;
        height: 100%;
        display: block;
        background: #fff;
        position: absolute;
        top: 0;
        left: calc(50% - 1px);
        transform: rotate(45deg);
    }
    #sp_bnr #bnr_close::after {
        transform: rotate(-45deg);
    }
    #pagetop {
        width: 12vw;
        height: 12vw;
        border-radius: 2vw;
        bottom: 19vw;
    }
    body.open1 #pagetop, body.open2 #pagetop {
        bottom: 16vw;
    }
    body.bnr #pagetop {
        bottom: 42vw;
    }
    body.open1.bnr #pagetop, body.open2.bnr #pagetop {
        bottom: 42vw;
    }
    body.open3.bnr #pagetop {
        bottom: 42vw;
    }
    body.open3.open4.bnr #pagetop {
        bottom: 37vw;
    }
    #pagetop::before {
        border-width: 0 2.4vw 4vw 2.4vw;
        top: -0.2vw;
    }
    /*
    #chatplusview {
        z-index: 5001 !important;
    }
    #chatplusview.closed #outline #eye_catcher {
        bottom: 20vw !important;
        left: 2vw !important;
        Z-INDEX: 10000 !important;
    }
    
    .coins-optin-dialog {
        display: flex !important;
        flex-wrap: wrap;
        align-items: center;
        bottom: 17vw !important;
    }
    .coins-optin-dialog-text-box {}
    .coins-optin-dialog-text-box > span {
        display: block;
        text-align: center;
        font-size: 3.5vw !important;
    }
    .coins-optin-dialog-button-box {
        text-align: center !important;
        ;
        box-sizing: border-box;
        margin-top: 2vw;
    }
    .coins-optin-dialog-button-box > button {
        margin: auto !important;
        width: 62vw !important;
        font-size: 4vw;
        padding: 2vw;
    }
    */
}