body {
    background: url(../kids/images/lesson_room/bg_y.png) repeat 50% 0;
    font-family: YakuHanJP, "Helvetica Neue", Arial, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Helvetica, sans-serif;
    font-weight: 500;
    color: #421206;
}
div.contentsbody {
    margin-top: 40px;
}
.field_contents {
    font-size: 130%;
}
#disp_text_of_tutor {
    background: #FFF;
    overflow: scroll;
    border: 1px solid rgb(169, 169, 169);
}
@media only screen and (max-width: 767px) {
    #disp_text_of_tutor {
        height: 340px;
        max-height: 340px;
    }
}
.title_blue {
    margin: 5px 0;
    color: #0086c5;
    font-weight: 600;
}
.cando_task {
    margin: 5px 0 30px;
}
/*LESSON ROOM*/
.sd {
    max-width: 100%;
    z-index: 0;
    pointer-events: all;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    display: flex;
    position: relative;
    flex-direction: column;
    align-content: center;
    align-items: center;
    flex: none;	
}
.lr_nav {
	align-content: center;
    align-items: center;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    background: rgba(0, 0, 0, 0);
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: flex-start;
    mix-blend-mode: normal;
    position: relative;
    transition-duration: 800ms;
    transition-timing-function: cubic-bezier(0.2, 1, 1, 1 );
    width: 100%;
    z-index: 999999;
    background-color: #fcfceb;
    padding: unset;
    max-width: unset;
    margin: unset;
}
@media only screen and (max-width: 767px) {
    .lr_nav {
		position: fixed;
		background-color: #FCFCEB;
		top: 0;
		padding: 11px 0 10px;
		/* border-bottom: 3px solid #E40012; */
    }
}
.lr_nav_box {
    align-content: center;
    align-items: center;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 100%;
    width: 1400px;
    margin: 0 auto;
    padding: 15px;
}
@media only screen and (max-width: 767px) {
    .lr_nav_box {
        margin: 0px 10px;
        max-width: 100%;
        width: 100%;
        flex-direction: column;
        padding: 0;
    }
}
.lr_nav_box a {
	align-content: flex-start;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0);
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
    padding: 8px 0px 8px 0px;
    width: auto;
    max-width: 100%;
	color: #421206;
    font-weight: 600;
    text-decoration: unset;
}
@media only screen and (max-width: 767px) {
    .lr_nav_box a {
        font-size: 1.85rem;
    }
}
.lr_nav_box a:hover {
	text-decoration: unset !important;
    opacity: 0.6;
    background-color: unset !important;
    transition : 1s;
}
.lr_nav_box a.tutor_name {
    font-size: 20px;
    padding: 0;
    letter-spacing: 0.5px;
    line-height: unset;
	margin-left: 5px;
}
@media only screen and (max-width: 767px) {
	.lr_nav_box a.tutor_name {
		display: none;
	}
}
.lr_nav_box a.tutor_name:before {
    content: "";
    display: none;
    /* display: inline-block;
    background: url(../../kids/images/lesson_room/icon_tutor.svg) center center no-repeat;
    width: 30px;
    height: 33px;
    background-size: 42px 32px;
    margin-left: -35px;
    margin-bottom: -23px; */
}
.lr_nav div.lr_nav_box_right {
	align-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    mix-blend-mode: normal;
    padding: 0px;
}
.lr_nav nav {
	 align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
    margin: 0px 5px 0px 0px;
    padding: 0px;
}
@media only screen and (max-width: 767px) {
    .lr_nav nav {
        margin: 0px 40px 0px 0px;
   }
}
.lr_nav button, .lr_nav div.time {
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0px;
    background-color: unset;
    border: unset;
}
.lr_nav button:hover {
    opacity: 0.8;
    transition : 1s;
}
@media only screen and (max-width: 767px) {
    .lr_nav button:hover {
        opacity: 1;
        transition: unset;
   }
}
.lr_nav div.time {
    align-content: center;
    align-items: center;
    background-color: unset;
    color: #fff;
    border-radius: 5px;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
    padding: 5px 20px 5px 20px;
    width: auto;
    max-width: 100%;
    border: 1px solid #421206;
}
@media only screen and (max-width: 767px) {
    .lr_nav div.time {
        display: none;
    }
}
.lr_nav .lr_nav_btn {
    margin: 0px 0px 0px 25px;
	background-color: unset;
    border: unset;
}
@media only screen and (max-width: 767px) {
    .lr_nav .lr_nav_btn {
        margin: 0px 0px 0px 40px;
    }
}
@media only screen and (max-width: 479px) {
    .lr_nav .lr_nav_btn {
        margin: 0px 0px 0px 35px;
    }
}
.lr_nav .muteVideo {
    display: inline-block;
    background: url(../../kids/images/lesson_room/icon_muteVideo.svg) center center no-repeat;
    width: 30px;
    height: 30px;
    background-size: 25px 30px;
}
.lr_nav .unmuteVideo {
    display: inline-block;
    background: url(../../kids/images/lesson_room/icon_unmuteVideo.svg) center center no-repeat;
    width: 30px;
    height: 30px;
    background-size: 25px 30px;
    /* width: 50px;
    height: 52px;
    background-size: 60px 60px; */
}
.lr_nav .muteAudio {
    display: inline-block;
    background: url(../../kids/images/lesson_room/icon_muteAudio.svg) center center no-repeat;
    width: 30px;
    height: 30px;
    background-size: 25px 30px;
}
.lr_nav .unmuteAudio {
    display: inline-block;
    background: url(../../kids/images/lesson_room/icon_unmuteAudio.svg) center center no-repeat;
    width: 30px;
    height: 30px;
    background-size: 25px 30px;
    /* width: 50px;
    height: 52px;
    background-size: 60px 60px; */
}
.lr_nav .blur_on {
    display: inline-block;
    background: url(../../kids/images/lesson_room/icon_blur_on.svg) center center no-repeat;
    width: 30px;
    height: 30px;
    background-size: 25px 30px;
    /* width: 50px;
    height: 52px;
    background-size: 60px 60px; */
}
.lr_nav .blur_off {
    display: inline-block;
    background: url(../../kids/images/lesson_room/icon_blur_off.svg) center center no-repeat;
    width: 30px;
    height: 30px;
    background-size: 25px 30px;
}
.lr_nav .link {
    align-content: center;
    align-items: center;
    background-color: #421206;
    color: #fff;
    border-radius: 5px;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
    padding: 8px 20px 8px 40px;
    width: auto;
    max-width: 100%;
    border: unset;
}
@media only screen and (max-width: 767px) {
    .lr_nav .link {
        padding: 1px 16px 0px 20px;
    }
}
@media only screen and (max-width: 479px) {
    .lr_nav .link {
		padding: 3px 23px 2px 23px;
    }
}
.lr_nav .link:hover {
    opacity: 0.8;
    text-decoration: unset !important;
    transition: 1s;
}
.lr_nav .link span::before {
    content: "";
    display: inline-block;
    background: url(../kids/images/lesson_room/icon_out.svg) center center no-repeat;
    width: 20px;
    height: 21px;
    background-size: 33px 24px;
    margin-left: -23px;
    margin-bottom: -6px;
    margin-right: 4px;
}
@media only screen and (max-width: 767px) {
    .lr_nav .link span::before {
        display: none;
    }
}
.lr_nav .link p {
    color: #fff;
}
.lr_nav #leave.link p::before {
    content: "退室";
}
@media only screen and (max-width: 767px) {
    .lr_nav .link p::before {
        content: "退室";
    }
}
.lr_nav #reconnect.link p::before {
    content: "再接続";
}
@media only screen and (max-width: 767px) {
    .lr_nav #reconnect.link p::before {
        content: "再接続";
    }
}
.lr_nav .link:disabled {
    filter:brightness(0.8);
    cursor:not-allowed;
}
.lr_nav .lr_nav_btn img,
.lr_nav .lr_nav_btn_video img,
.lr_nav .lr_nav_btn_voice img {
    flex: none;
    height: auto;
    margin: 0px 0px 0px 8px;
    width: 7px;
    max-width: calc(100% - 8px);
}
.lr_nav .lr_nav_btn img.icon,
.lr_nav .lr_nav_btn_video img.icon,
.lr_nav .lr_nav_btn_voice img.icon {
    flex: none;
    height: auto;
    margin: 0px 0px 0px 8px;
    width: 20px;
    max-width: calc(100% - 8px);
}
.sd.icon, .sd.text {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: visible;
    word-break: break-word;
    word-wrap: anywhere;
}
.sd.text {
	color: #421206;
    font-feature-settings: 'palt' 1;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin: 0px 4px 0px 0px;
    text-align: left;
    width: auto;
    max-width: 100%;
    justify-content: flex-start !important;
}
.lr_nav_dropdown_btn :before {
    content: "音声・ビデオ設定と確認";
}
@media only screen and (max-width: 767px) {
    .lr_nav_dropdown_btn :before {
        content: "";
        display: inline-block;
        background: url(../../kids/images/lesson_room/icon_setting.svg) center center no-repeat;
        width: 30px;
        height: 30px;
        background-size: 40px 40px;
    }
}
.lr_nav .dropdown-menu {
    align-content: flex-start;
    align-items: flex-start;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px 0px 15px;
    transform-origin: top center;
    transition-timing-function: cubic-bezier(0 , 1 , 0.5 , 1);
    width: 35%;
    max-width: 100%;
    border: unset;
}
@media only screen and (max-width: 767px) {
	.lr_nav .dropdown-menu {
		width: 100%;
    }
}
.lr_nav .dropdown-menu li {
    align-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: auto;
    justify-content: flex-start;
    margin: 0px 0px 0px 0px;
    padding: 8px 0px 8px 0px;
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0, 0.5, 0.22, 1 );
    width: 194px;
    max-width: 100%;
}
.lr_nav .lr_nav_dropdown > li > button {
    /* display: block; */
    display: flex;
    padding: 10px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #421206;
    white-space: nowrap;
}
.lr_nav .lr_nav_dropdown p {
    color: #141414;
    flex: none;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    line-height: 1.4;
    text-align: left;
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0, 0.5, 0.22, 1 );
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
    margin: 0;
}
.lr_nav_dropdown button:hover p {
    opacity: 0.8;
}
.lr_nav_dropdown img {
    flex: none;
    height: auto;
    margin: 0px 0px 0px 8px;
    opacity: 0;
    transform: translate(-8px, 8px);
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0, 0.5, 0.22, 1 );
    width: 12px;
    max-width: calc(100% - 8px);
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    transition: .3s cubic-bezier(.4,.4,0,1);
    color: #333;
    word-spacing: 1px;
    -webkit-backface-visibility: hidden;
}
.lr_nav_dropdown button {
    align-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: auto;
    justify-content: flex-start;
    margin: 0px 0px 0px 0px;
    padding: 8px 0px 8px 0px;
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0, 0.5, 0.22, 1 );
    width: 194px;
    max-width: 100%;
}
.lr_nav_dropdown button:hover img {
    opacity: 1;
    transform: translate(0px, 0px);
}
.lr_menu {
    /* width: 426.6px;
    width: 100%;
    align-content: center;
    align-items: center;
    background-color: #B18147;
    color: #fff;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
    padding: 8px 10px 8px 10px;
    max-width: 100%;
    border: unset; */
    text-align: unset;
    width: 40px;
    position: fixed;
    top: 114px;
    right: 476px;
    border-radius: unset;
    z-index: 9999;
    background-color: unset;
    display: block;
    justify-content: left;
    opacity: 0.95;
    padding: 0;
}
@media only screen and (max-width: 767px) {
	.lr_menu {
		text-align: unset;
		width: 40px;
		position: fixed;
		top: 65px;
		left: 0;
		border-radius: unset;
		z-index: 9999;
		background-color: unset;
		display: block;
		justify-content: left;
		opacity: 0.95;
		padding: 0;
	}
}
.lr_menu_big {
    width: 100%;
    align-content: center;
    align-items: center;
    background-color: #3F4A5A;
    color: #fff;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
    padding: 8px 10px 8px 10px;
    max-width: 100%;
    border: unset;
}
@media only screen and (max-width: 767px) {
    .lr_menu_big {
		width: 227.6px;
	}
}
.lr_menu_btn {
    align-content: center;
    align-items: center;
    background-color: #fff !important;
    color: #421206 !important;
    border-radius: 50%;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
    width: auto;
    max-width: 100%;
    border: unset;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
	transition: all 0.3s ease;
    opacity: 0.8;
}
.lr_menu_btn.switch_sp {
	display: none;
}
@media only screen and (max-width: 767px) {
    .lr_menu_btn {
		margin-left: 8px;
		margin-bottom: 10px;
		border-radius: 50%;
		box-shadow: 0 2px 5px 0 rgb(0 0 0 / 50%);
		opacity: 0.8;
	}
	.lr_menu_btn.switch_pc {
		display: none;
	}
	.lr_menu_btn.switch_sp {
		display: block;
	}
}
.lr_menu_btn:hover {
    opacity: 0.8;
}
.lr_menu_btn:disabled {
    filter:brightness(0.8);
    cursor:not-allowed;
}
#clock_student {
	margin-left: 5px !important;
    font-weight: 600;
}
#pre-local-player {
    width: 100%;
    height: 270px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    #pre-local-player {
        width: 100%;
        height: 180px;
		margin-bottom: 20px;
    }
}
.local-player {
    display: block;
    margin: 0 auto;
    width: 31%;
    max-width: 100%;
    width: 100%;
    height: 250px;
    background-color: #333333;
    position: relative;
    z-index: 100000000;
}
@media only screen and (max-width: 1480px) {
	.local-player {
        height: 220px;
	}
}
@media only screen and (max-width: 1080px) {
	.local-player {
        height: 140px;
	}
}
@media only screen and (max-width: 767px) {
	.local-player {
        border-width: 2px;
        border-style: solid;
        border-color: rgb(255, 255, 255);
        display: block;
        margin: 0;
        width: 26%;
        height: 60px;
        position: fixed;
        top: 194px;
        max-width: 100%;
        right: 0;
        border-radius: unset;
        z-index: 10000;
	}
}
.local-player::before {
    content: "●";
    color: #eee;
    text-shadow: 0px 0px 2px #333;
    top: 4.5px;
    position: absolute;
    left: 15px;
    z-index: 2;
    font-size: 1.75rem;
}
@media only screen and (max-width: 767px) {
    .local-player::before {
        top: -2px;
        left: 8px;
        font-size: 1.5rem;
    }
}
.local-player.local-player-rep::before {
    top: -4px;
    left: 5px;
    font-size: 1.55rem;
}
.local-player.status_online::before {
    color: #0F0;
}
.local-player-rep {
    background-color: #333333;
    margin: 0 auto;
    max-width: 100%;
    height: 150px;
    margin-top: -150px;
    border: 2px solid #fff;
    margin-right: 0;
    margin-left: auto;
    width: 30%;
    display: block;
    height: 65px;
    margin-top: -65px;
    margin-right: 0px;
    margin-left: auto;
    width: 31%;
    display: block;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
}
@media only screen and (max-width: 767px) {
	.local-player-rep {
        display: block;
        margin: 0;
        width: 23%;
        height: 74px;
        position: fixed;
        top: 206px;
        max-width: 100%;
        right: 0;
        border-radius: unset;
        z-index: 9999;
	}
}
@media only screen and (max-width: 479px) {
	.local-player-rep {
		width: 27%;
		height: 60px;
		top: 195px;
		z-index: 9999;
	}
}
.remote-playerlist {
    width: 100%;
    height: 540px;
    background-color: #333333;
    max-width: 100%;
    position: relative;
    z-index: 100000;
}
@media only screen and (max-width: 1480px) {
	.remote-playerlist {
        height: 510px;
	}
}
@media only screen and (max-width: 1080px) {
    .remote-playerlist {
        height: 430px;
    }
}
@media only screen and (max-width: 980px) {
    .remote-playerlist {
        height: 300px;
    }
}
@media only screen and (max-width: 767px) {
	.remote-playerlist {
        height: 230px;
        position: fixed;
        top: 50px;
        padding: 5px 0;
        max-width: 100%;
        left: 0;
        border-radius: unset;
        z-index: 9999;
	}
}
@media only screen and (max-width: 540px) {
    .remote-playerlist {
        height: 200px;
    }
}
@media only screen and (max-width: 280px) {
    .remote-playerlist {
        height: 135px;
    }
}
/* @media only screen and (max-width: 479px) {
	.remote-playerlist {
		height: 200px;
		top: 54px;
	}
} */
.remote-playerlist-rep {
    width: 100%;
    height: 250px;
    background-color: #333333;
    max-width: 100%;
}
@media only screen and (max-width: 1480px) {
	.remote-playerlist-rep {
        width: 100%;
        height: 220px;
	}
}
@media only screen and (max-width: 1280px) {
	.remote-playerlist-rep {
        width: 100%;
        height: 190px;
	}
}
@media only screen and (max-width: 1080px) {
	.remote-playerlist-rep {
        width: 100%;
        height: 155px;
	}
}
@media only screen and (max-width: 767px) {
	.remote-playerlist-rep {
        width: 100%;
        height: 230px;
        position: fixed;
        top: 50px;
        padding: 5px 0;
        max-width: 100%;
        left: 0;
        border-radius: unset;
        z-index: 9999;
	}
}
@media only screen and (max-width: 479px) {
	.remote-playerlist-rep {
		height: 200px;
		top: 54px;
	}
}
.remote-player {
	width: 426.66px;
	height: 320px;
}
#success-alert, #success-alert-with-token {
	display: none;
}

.local-player-name {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    z-index: 600;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    letter-spacing: 0.5px;
    font-size: 1.65rem;
}
.local-player-name-rep {
	position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    font-size: 2.0rem;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
	.local-player-name-rep {
		font-size: 1.35rem;
	}
}
.remote-playerlist span {
    position: absolute;
    top: 4.5%;
    left: 50%;
    color: white;
    z-index: 600;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px 4px #333333;
    letter-spacing: 0.65px;
    font-size: 1.65rem;
}
@media only screen and (max-width: 767px) {
	.remote-playerlist span {
		top: 10%;
        left: 50%;
        font-size: 1.65rem;
        text-shadow: 1px 1px 4px #333333;
        letter-spacing: 0.65px;
	}
}
@media only screen and (max-width: 479px) {
	.remote-playerlist span {
        font-size: 1.45rem;
	}
}
.remote-playerlist span::before {
    content: "●";
    color: #eee;
    text-shadow: 0px 0px 2px #333;
    z-index: 2;
    padding-right: 4px;
    font-size: 1.75rem;
}
.remote-playerlist.remote-playerlist-rep span {
    top: 6.5%;
    font-size: 1.45rem;
}
.remote-playerlist.status_online span::before {
    color: #0F0;
}
.remote-playerlist_big span {
	position: absolute;
    top: 45%;
    left: 50%;
    color: white;
    z-index: 600;
    font-size: 2.7rem;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
	.remote-playerlist_big span {
		top: 42%;
		left: 28%;
	}
}
@media only screen and (max-width: 767px) {
	#webrtc {
		position: fixed;
		width: 100%;
		bottom: 0px;
		opacity: 1;
		z-index: 99;
	}
}
@media only screen and (max-width: 767px) {
	#box_left {
		margin-top: 230px;
	}
}
@media only screen and (max-width: 479px) {
	#box_left {
		margin-top: 196px;
	}
}
#reconnect p,
#switch_sp p,
#switch_pc p,
#chat_sp p {
	margin: 0;
}
/* #reconnect p:before { */
	/* content: "再接続"; */

    /* content: "";
    display: inline-block;
    background: url(../../images/lesson_room/icon_reconnect.svg) center center no-repeat;
    width: 34px;
    height: 24px;
    background-size: 49px 30px;
    background-position: 92% 14%;
}
@media only screen and (max-width: 767px) {
	#reconnect p:before {
		content: "";
		display: inline-block;
		background: url(../../images/lesson_room/icon_reconnect.svg) center center no-repeat;
		width: 34px;
		height: 24px;
		background-size: 49px 30px;
		background-position: 92% 14%;
	}
} */
/* #switch_pc p:before, #switch_sp p:before  { */
	/* content: "再接続"; */

    /* content: "";
    display: inline-block;
    background: url(../../images/lesson_room/icon_reconnect.svg) center center no-repeat;
    width: 34px;
    height: 25px;
    background-size: 49px 30px;
    background-position: 92% 2%;
}
@media only screen and (max-width: 479px) {
	#reconnect p:before {
		content: "";
		display: inline-block;
		background: url(../../images/lesson_room/icon_reconnect.svg) center center no-repeat;
		width: 34px;
		height: 25px;
		background-size: 49px 30px;
		background-position: 92% 2%;
	}
} */
#switch_pc p:before {
	/* content: "表示切り替え"; */
    content: "";
    display: inline-block;
    background: url(../../images/lesson_room/icon_switching.svg) center center no-repeat;
    width: 34px;
    height: 24px;
    background-size: 49px 30px;
    background-position: 94% 16%;
}
@media only screen and (max-width: 767px) {
	#switch_pc p:before {
		content: "";
		display: inline-block;
		background: url(../../images/lesson_room/icon_switching.svg) center center no-repeat;
		width: 34px;
		height: 24px;
		background-size: 49px 30px;
		background-position: 94% 16%;
	}
}
@media only screen and (max-width: 767px) {
	#switch_sp p:before  {
		content: "";
		display: inline-block;
		background: url(../../images/lesson_room/icon_switching.svg) center center no-repeat;
		width: 34px;
		height: 24px;
		background-size: 49px 30px;
		background-position: 95% 9%;
	}
}
.remote-playerlist.slide-skew.is-animated,
.remote-playerlist-rep.slide-skew.is-animated,
.local-player.slide-skew.is-animated,
.local-player-rep.slide-skew.is-animated,
.lm_menu.slide-skew.is-animated,
.chat.slide-skew.is-animated
.textbook_panel.slide-skew.is-animated {
 	/* animation: slide-skew 0.4s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards; */
	/* animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards; */
	animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes slide-skew {
	0% {
		transform: translate(180px,30px);
		opacity: 0;
	}
	100% {
		transform: translate(0,0);
	}
	20%,100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
}
  @keyframes zoomIn {
	0% {
	  transform: scale(0.8);
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	  transform: scale(1);
	}
}
.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none;
}
.popup_content {
    position: relative;
    align-self: center;
    width: 40%;
    max-width: 800px;
    padding: 40px 40px 30px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
    text-align: justify;
}
@media only screen and (max-width: 767px) {
	.popup_content {
		width: 90%;
	}
}
.lr_opensite_open {
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 9999999999;
}
@media only screen and (max-width: 767px) {
	.lr_opensite_open,
	.lr_opensite_test_popup {
		padding-left: 0;
		z-index: 9999999;
        padding-top: 20px;
	}
}
.close_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    cursor: pointer;
    padding: 8px;
    background: #3F4A5A;
    color: #fff;
    border-radius: 15px;
    line-height: 8px;
    font-weight: bold;
	border: unset;
}

.local-player div[id^="agora-video-player-"] {
	border-radius: unset;
}
/* .local-player-rep div[id^="agora-video-player-"] {
	border-radius: 10px 10px 0 0 !important;
} */
.remote-playerlist .remote-player {
	max-width: 100%;
    width: 100%;
    height: 540px;
    background-color: #333333;
}
@media only screen and (max-width: 1480px) {
    .remote-playerlist .remote-player {
        height: 510px;
    }
}
@media only screen and (max-width: 1080px) {
    .remote-playerlist .remote-player {
        height: 430px !important;
    }
}
@media only screen and (max-width: 980px) {
    .remote-playerlist .remote-player {
        height: 300px !important;
    }
}
@media only screen and (max-width: 767px) {
    .remote-playerlist .remote-player {
        width: 100% !important;
        height: 200px !important;
        background-color: #333333 !important;
        max-width: 100% !important;
        margin-top: -5px;
    }
}
@media only screen and (max-width: 540px) {
    .remote-playerlist .remote-player {
        width: 100% !important;
        height: 200px !important;
        background-color: #333333 !important;
        max-width: 100% !important;
        margin: 230px 0 -20px !important;
    }
}
@media only screen and (max-width: 280px) {
    .remote-playerlist .remote-player {
        width: 100% !important;
        height: 135px !important;
        background-color: #333333 !important;
        max-width: 100% !important;
        margin: 235px 0 -20px !important;
    }
}
/* .remote-player div[id^="agora-video-player-track-video-"] {
	border-radius: 10px 10px 0 0;
} */
.remote-playerlist-rep .remote-player {
	width: 100% !important;
    height: 250px !important;
    background-color: #333333 !important;
    max-width: 100% !important;
    /* border-radius: 10px !important; */
}
@media only screen and (max-width: 1480px) {
    .remote-playerlist-rep .remote-player {
        width: 100% !important;
        height: 220px !important;
    }
}
@media only screen and (max-width: 1280px) {
    .remote-playerlist-rep .remote-player {
        width: 100% !important;
        height: 190px !important;
    }
}
@media only screen and (max-width: 1080px) {
    .remote-playerlist-rep .remote-player {
        width: 100% !important;
        height: 155px !important;
    }
}
@media only screen and (max-width: 767px) {
    .remote-playerlist-rep .remote-player {
        width: 100% !important;
        height: 230px !important;
        margin-top: -5px !important;
    }
}
@media only screen and (max-width: 479px) {
    .remote-playerlist-rep .remote-player {
        height: 200px !important;
        margin-top: -5px !important;
    }
}
#chat_sp {
	display: none;
}
@media only screen and (max-width: 767px) {
	#chat_sp {
		display: inline-block !important;
	}
}
@media only screen and (max-width: 767px) {
	#chat_sp p:before {
		content: "";
		display: inline-block;
		background: url(../../images/lesson_room/icon_chat.svg) center center no-repeat;
		width: 34px;
		height: 25px;
		background-size: 49px 32px;
		background-position: 92% 14%;
	}
}
@media only screen and (max-width: 479px) {
	#chat_sp p:before {
		background-size: 49px 30px;
	}
}

/* レッスンルームの教材レイアウト調整 */
textarea#chat_message {
	margin-top: 0;
    width: 90%;
    border: 1px solid #c2bebc !important;
    background-color: #EFEBE8;
    overflow-y: scroll;
    resize: none;
    float: left;
    border-radius: unset;
}
/* @media only screen and (max-width: 1280px) {
	textarea#chat_message {
		width: 85%;
	}
}
@media only screen and (max-width: 1180px) {
	textarea#chat_message {
		width: 75%;
	}
}
@media only screen and (max-width: 767px) {
	textarea#chat_message {
		width: 88%;
	}
} */
textarea#chat_message:focus-visible {
	background-color: #fff;
	outline: unset !important;
}
.chat_group {
    width: 100%;
    display: flex;
}
#disp_chat {
	padding: 7px 7px 0 0;
	height: 143px;
    max-height: 143px;
}
/* @media only screen and (max-width: 1180px) {
	#disp_chat {
		max-height: 93px ;
        height: 93px;
	}
} */
@media only screen and (max-width: 767px) {
	#disp_chat {
		max-height: 220px;
		padding: 7px 13px 0 0;
		height: 220px;
	}
}
@media only screen and (max-width: 767px) {
	h5 {
		padding: 5px 0 !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}

/* カメラON・OFF　モーダル */
body.open_popup {
    overflow: hidden;
}
.bg_onetime_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    /* background-color: rgba(0, 0, 0, 0.5); */
	background-color: #eeeeee;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
body.open_popup .bg_onetime_popup {
    opacity: 1;
    visibility: visible;
	z-index: 9999999999;
}
.onetime_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80%;
    min-width: 500px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 20px 60px -2px rgb(27 33 58 / 40%);
}
@media only screen and (max-width: 479px) {
	.onetime_popup {
        min-width: 350px;
	}
}
.onetime_popup_title {
    position: relative;
    padding: 1em 80px;
    margin: 0px;
    background-color: #f65b4f;
    color: #fff;
    font-size: 1.95rem;
    text-align: center;
    line-height: 1.5;
    font-weight: 600;
}
@media only screen and (max-width: 479px) {
    .onetime_popup_title {
        padding: 1em 20px;
    }
}
.onetime_popup_img {
    display: block;
    padding: 20px 80px 10px;
    margin: auto;
}
@media only screen and (max-width: 479px) {
    .onetime_popup_img {
        padding: 20px 0 10px;
    }
}
.onetime_popup_title_close {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    cursor: pointer;
}
.onetime_popup_title_close::before,
.onetime_popup_title_close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 4px;
    background-color: #fff;
    content: "";
}
.onetime_popup_title_close::before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.onetime_popup_title_close::after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.onetime_popup_content {
    padding: 15px 30px 10px;
    text-align: center;
}
@media only screen and (max-width: 479px) {
    .onetime_popup_content {
        padding: 15px 15px 25px;
    }
}
/* .onetime_popup_content p { */
	/* margin: 0 0 20px; */
	/* font-size: 1.0rem; */
/* } */
@media only screen and (max-width: 479px) {
    .onetime_popup_content p {
        margin: 0 0 15px;
        font-size: 1.25rem;
        text-align: left;
    }
}
.onetime_popup_content a {
	appearance: none;
    background: #fff;
    border: 0.2rem solid #421206;
    border-radius: 0.1rem;
    color: #421206;
    cursor: pointer;
    display: inline-block;
    outline: none;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    font-size: 1.8rem;
    height: auto;
    line-height: 1.3rem;
    margin: 0 5px;
    padding: 18px 15px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}
.onetime_popup_content a:hover {
    background: #e1e5eb;
}
.onetime_popup_content a:before {
    content: "";
    display: inline-block;
    background: url(../../kids/images/lesson_room/icon_unmuteVideo.svg) center center no-repeat;
    width: 22px;
    height: 19px;
    background-size: 33px 28px;
    margin: -2px 5px -2px;
}
.onetime_popup_content a.videOff:before {
    background: url(../../kids/images/lesson_room/icon_muteVideo.svg) center center no-repeat;
    background-size: 33px 28px;
}
.onetime_popup_content a.SkypeZoom:before {
    background: unset;
    width: 0;
    margin: 0px;
    height: 0;
    /* background: url(../../kids/images/lesson_room/icon_skype_zoom.svg) center center no-repeat;
    background-size: 33px 28px;
    margin: -3px 5px -4px; */
}
/* .onetime_popup_content a.SkypeZoomNo:before {
    background: url(../../kids/images/lesson_room/icon_skype_zoom_no.svg) center center no-repeat;
    background-size: 33px 28px;
    margin: -3px 5px -4px;
} */
.onetime_popup_content a span {
	font-weight: 600;
}
.onetime_popup_content a.videOff span,
.onetime_popup_content a.SkypeZoomNo span {
	color: #f65b4f;
}
@media only screen and (max-width: 479px) {
    .onetime_popup_content a {
        font-size: 1.65rem;
        padding: 15px 10px;
    }
}
.tutor_name_ex {
    display: none;
    width: 200px;
    position: absolute;
    top: 54px;
    left: 10px;
    padding: 16px;
    border-radius: 2px;
    background: #fff;
    color: #333;
    font-weight: bold;
    box-shadow: 0 0.2rem 0.5rem rgb(85 85 85 / 30%);
    border: 0;
    font-weight: 300;
    font-size: 1.05rem;
}
.lr_nav_box a.tutor_name:hover + .tutor_name_ex {
    display: block;
}
.agora_video_player {
    z-index: 1;
}
#text_content {
    min-height: 200px;
    width: 100%;
}
@media only screen and (max-width: 767px) {
	#text_content {
        width: 100%;
	}
}
.leave_ok {
    margin: 10px 0 0 0;
    background-color: #3F4A5A;
    border-color: #3F4A5A;
}
#chat {
    background-color: #fff;
    padding: 5px 15px 15px;
    z-index: 500;
    position: relative;
}
@media only screen and (max-width: 767px) {
    #chat {
        margin: 35px 0 0;
        height: 350px;
    }
}
@media only screen and (max-width: 767px) {
    #chat.chat_hidden {
       display: none;
    }
}
.btn-primary {
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #218f3a !important;
    font-weight: 600;
}
#btn_send_chat {
    display: inline-block;
    background: url(../../kids/images/lesson_room/icon_chat_send.svg) center center no-repeat;
    background-size: 18px 18px !important;
}
#chat .btn-primary {
    border-radius: 0 !important;
    height: 66px !important;
    width: 10% !important;
}
#slideSection {
    position: absolute;
    width: 100%;
    padding: 0 0 150px;
    background: url(../kids/images/lesson_room/bg_bottom.png?20230315) 50% 100% repeat-x;
    bottom: 0;
}
@media only screen and (max-width: 767px) {
    #slideSection {
        position: absolute;
        width: 100%;
        padding: 0 0 150px;
        background: url(../kids/images/lesson_room/bg_bottom_sp.png?20230324) 50% 100% repeat-x;
        bottom: 0;
    }
}
#maincontents {
    padding-bottom: 11px !important;
}
#player-10000000 {
    width: 100% !important;
    height: 540px !important;
    background-color: #333333 !important;
    max-width: 100% !important;
}
@media only screen and (max-width: 1480px) {
    #player-10000000 {
        height: 510px !important;
    }
}
@media only screen and (max-width: 1280px) {
    #player-10000000 {
        height: 480px !important;
    }
}
@media only screen and (max-width: 1080px) {
    #player-10000000 {
        height: 445px !important;
    }
}
@media only screen and (max-width: 980px) {
    #player-10000000 {
        height: 330px !important;
    }
}
@media only screen and (max-width: 880px) {
    #player-10000000 {
        height: 300px !important;
    }
}
@media only screen and (max-width: 767px) {
    #player-10000000 {
        height: 390px !important;
        margin: 260px 0 -20px !important;
    }
}
@media only screen and (max-width: 680px) {
    #player-10000000 {
        height: 414px !important;
        margin: 260px 0 -20px !important;
    }
}
@media only screen and (max-width: 540px) {
    #player-10000000 {
        height: 200px !important;
        margin: 230px 0 -20px !important;
    }
}
@media only screen and (max-width: 280px) {
    #player-10000000 {
        height: 135px !important;
        margin: 235px 0 -20px !important;
    }
}
