.live_events .section_title{
	font-size: 4.5vw;
	line-height: 4.5vw;
}
section.live_events .content{
	align-items: center;
}
section.live_events .content .left{
	width: 40%;
}
section.live_events .content .right {
	position: relative;
	width: 35%;
}

.bnn .intro-title.font_script{
	font-size: 2.5vw;
	line-height: 2.5vw;
}

.content .left .phrase{
	display: flex;
	flex-direction: column;
	gap:5vh;
}

.info_block .section_title{
	font-size: 5.5vw;
	line-height: 5.5vw;
	white-space: nowrap;
}

section .info_block  .content{
	min-height: 50vh;
	align-items: center;
	gap: 5vw;
}

section .info_block .content .left{
	width: auto;
	flex: 1;
}

.audience_container{
	text-align: center;
}
.audience_container img{
	width: 80%;	
}

.js-subnav-slider .subnav .option{
	padding: 8px;
	aspect-ratio: 1;
	width: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}


@media(max-width:767px){
	
}