@charset "utf-8";
.teacher_tab_menu{
	display: flex;
	gap: 1.389vw;
	padding: 0 4.167vw;
	box-sizing: border-box;
	background: #cef6dd;
}
.teacher_tab_menu li{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: calc((100% - 5.556vw) / 5);
	height: 19.444vw;
	border-radius: 2.778vw;
	overflow:hidden;
}
.teacher_tab_menu .tab_btn{
	display:flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
	background: #afdbc0;
}
.teacher_tab_menu .tab_btn.selected{
	background: #fff;
}
.teacher_tab_menu .tab_btn span{
	font-family: 'noto5';
	font-size: 2.778vw;
	letter-spacing: -0.05em;
	line-height: 1.2;
	text-align: center;
	color: #3d5345;
}
.teacher_tab_menu .tab_btn p{
	font-family: 'noto7';
	font-size: 3.611vw;
	letter-spacing: -0.04em;
	line-height: 1.2;
	color: #3d5345;
}
.teacher_tab{
	position:relative;
}
.teacher_tab .link_btn {
	position:absolute;
	display:block;
	top: 102.139vw;
	left: 6.583vw;
	width: 89.194vw;
	height: 51.722vw;
}
.teacher_tab .table_area {
	width: 100%;
	padding-left: 6.944vw;
	padding-bottom: 15.278vw;
	background: #cef6dd;
}
.teacher_tab .table_wrap {
	width: 100%;
	overflow: scroll;
}
.teacher_tab .table_wrap::-webkit-scrollbar {
	width: 3px;
}
.teacher_tab .table_wrap::-webkit-scrollbar-track {
	background: transparent;
}
.teacher_tab .table_wrap::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0);
}
.teacher_tab .table_wrap table {
	width: 1100px;
	border-collapse: collapse;
	border: 1px solid #000;
	border-top: 5px solid #61149f;
	background: #fff;
}
.teacher_tab .table_wrap table thead {
	height: 53px;
}

.teacher_tab .table_wrap table thead th:first-child {
	background: #f1fff6;
}
.teacher_tab .table_wrap table thead th:nth-child(2) {
	background: #adefc5;
}
.teacher_tab .table_wrap table thead th:nth-child(3) {
	background: #95f2b7;
}
.teacher_tab .table_wrap table thead th:nth-child(4) {
	background: #69f29b;
}
.teacher_tab .table_wrap table thead th:last-child {
	background: #1cf269;
}
table.table_2 thead th:nth-child(4) {
	background: #7aefa4;
}
table.table_2 thead th:nth-child(5) {
	background: #53f08b;
}
.teacher_tab .table_wrap table th:not(:last-child),
.teacher_tab .table_wrap table td:not(:last-child) {
	border-right: 1px solid #b7c4bb;
}
.teacher_tab .table_wrap table th {
	font-family: 'noto4';
	font-size: 20px;
	text-align: center;
	letter-spacing: -0.03em;
}
.teacher_tab .table_wrap table tbody th {
	font-family: 'noto7';
	background: #f5f1f8;
}
.teacher_tab .table_wrap table tbody th,
.teacher_tab .table_wrap table tbody td {
	border-top: 1px solid #b7c4bb;
}
.teacher_tab .table_wrap table td {
	height: 170px;
	text-align: center;
}
.teacher_tab .table_wrap table td .txt_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.teacher_tab .table_wrap table td .txt_wrap > p {
	width: 50%;
}
.teacher_tab .table_wrap table td strong {
	font-family: 'noto6';
	font-size: 22px;
	letter-spacing: -0.03em;
}
.teacher_tab .table_wrap table td p {
	margin-top: 16px;
	font-family: 'noto5';
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: -0.05em;
}

.product_cont {
	width: 100%;
	padding: 0 4.556vw 19.444vw;
	box-sizing: border-box;
	background: #6f3cd5;
}
.product_cont .bene_item_wrap {
	width: 100%;
	padding: 9.028vw 3.333vw 9.722vw;
	border-radius: 20px;
	box-sizing: border-box;
	background: #fff;
}
.product_cont .bene_item_wrap .txt_tit {
	font-family: 'market-b';
	font-size: 7.222vw;
	letter-spacing: -0.025em;
	text-align: center;
}
.product_cont .bene_item_wrap .txt {
	width: fit-content;
	margin: 0 auto;
	padding: 1.667vw 10vw 0.972vw;
	border-radius: 6.944vw;
	background: #e9e9e9;
	font-family: 'market-m';
	font-size: 3.472vw;
	letter-spacing: -0.02em;
	text-align: center;
	line-height: 1;
	color: #717171;
}
.product_cont .bene_item_wrap .txt_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: 3.333vw;
	padding: 0 10.139vw 0 16.667vw;
	box-sizing: border-box;
}
.product_cont .bene_item_wrap .txt_wrap .price {
	position: relative;
	font-family: 'market-m';
	font-size: 6.111vw;
	letter-spacing: -0.025em;
	line-height: 1;
	color: #b6b6b6;
}
.product_cont .bene_item_wrap .txt_wrap .price::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	top: 16%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 42.917vw;
	height: 2.778vw;
	background: url('/mobile/images/tpl/001058/new5/payarr.png') center / contain no-repeat;
}
.product_cont .bene_item_wrap .txt_wrap .discount_cost {
	font-family: 'market-b';
	font-size: 10.833vw;
	letter-spacing: -0.025em;
	line-height: 1.1;
	background: linear-gradient(to right top, #b243ff, #7730ff);
	color: transparent;
	-webkit-background-clip: text;
}
.product_cont .bene_item_wrap .item_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 1.389vw;
	width: 100%;
	margin-top: 2.778vw;
}
.product_cont .bene_item_wrap .item_wrap .item {
	width: calc(50% - 0.694vw);
	height: 38.889vw;
	padding-top: 4.167vw;
	border-radius: 4.167vw;
	box-sizing: border-box;
	background: linear-gradient(to top, #7243cf 20%, #431c8e);
}
.product_cont .bene_item_wrap .item_wrap .item_1 {
	background: url('/mobile/images/tpl/001058/new5/gift01.png') center bottom / 41.667vw 38.889vw no-repeat, linear-gradient(to top, #7243cf 20%, #431c8e);
}
.product_cont .bene_item_wrap .item_wrap .item_2 {
	background: url('/mobile/images/tpl/001058/new5/gift02.png') center bottom / 41.667vw 38.889vw no-repeat, linear-gradient(to top, #7243cf 20%, #431c8e);
}
.product_cont .bene_item_wrap .item_wrap .item_3 {
	background: url('/mobile/images/tpl/001058/new5/gift03.png') center bottom / 41.667vw 38.889vw no-repeat, linear-gradient(to top, #7243cf 20%, #431c8e);
}
.product_cont .bene_item_wrap .item_wrap .item_4 {
	background: url('/mobile/images/tpl/001058/new5/gift04.png') center bottom / 41.667vw 38.889vw no-repeat, linear-gradient(to top, #7243cf 20%, #431c8e);
}
.product_cont .bene_item_wrap .item_wrap .item p {
	margin-bottom: 2.222vw;
	font-family: 'noto4';
	font-size: 3.056vw;
	letter-spacing: -0.055em;
	line-height: 1.3;
	text-align: center;
	color: #fff;
}
.product_cont .bene_item_wrap .item_wrap .item strong {
	display: block;
	font-family: 'market-b';
	font-size: 4.167vw;
	letter-spacing: -0.025em;
	line-height: 1;
	text-align: center;
	color: #24ff72;
}
.product_cont .bene_item_wrap .item_wrap .item span {
	display: block;
	margin-top: 16.333vw;
	font-family: 'noto3';
	font-size: 1.944vw;
	letter-spacing: -0.09em;
	line-height: 1;
	text-align: center;
	color: rgba(255, 255, 255, 0.4);
}
.product_cont .bene_item_wrap .link_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	left: 0;
	width: 100%;
	height: 12.5vw;
	margin-top: 6.944vw;
	border-radius: 13.889vw;
	background: #24ff72 url('/mobile/images/tpl/001058/new5/btnarr.png') center right 11.083vw / 2.222vw 3.333vw no-repeat;
	font-family: 'noto7';
	font-size: 4.583vw;
	line-height: 1;
	letter-spacing: -0.045em;
}
.product_cont .bene_item_wrap .link_btn::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	top: 5.861vw;
	right: -0.556vw;
	width: 13.472vw;
	height: 15.694vw;
	background: url('/img/event/8963/pc/finger.png') no-repeat center / contain;
	animation: pointerBounceDiagonal 0.8s ease infinite;
}
@keyframes pointerBounceDiagonal {
	0%,
	100% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(-1.389vw, -1.389vw);
	}
}