@charset "utf-8";


/*----------------------------------------------
	.l_wrap
---------------------------------------------*/
.l_wrap {
	max-width: 1000px;
	/* width: 90vw; */
	margin: 0 auto;
}

.l_wrap02 {
	max-width: 1300px;
	/* width: 90vw; */
	margin: 0 auto;
}

.l_wrap03 {
	max-width: 450px;
	/* width: 90vw; */
	margin: 0 auto;
}

@media screen and (max-width:640px) {
  .l_wrap{
    width: 95%;
  }
  .l_wrap02 {
    width: 85%;
  }

	.l_wrap03{
		width: 100%;
	}
}


/*----------------------------------------------
	.l_header
---------------------------------------------*/
.l_header {
	padding: 15px 0 0;
}

.l_ttl{
	width: 100%;
	margin: 0 auto 10px;
}

@media screen and (max-width:640px) {
	.l_header {
		padding: 20px 0 0;
	}

	.l_ttl{
		margin: 0 auto;
	}
}


/*----------------------------------------------
	.l_theme
---------------------------------------------*/
.l_theme{
	max-width: 670px;
	width: 100%;
	margin: 0 auto 30px;
}


/*----------------------------------------------
	.l_main
---------------------------------------------*/
.l_main{
	flex: 1;
}


/*----------------------------------------------
	.l_date
---------------------------------------------*/
.l_date{
	width: 100%;
	padding: 20px;
	position: relative;
	margin: 0 auto 200px;
}

.l_date img{
	position: relative;
	z-index: 10;
	max-width: 620px;
	width: 100%;
	margin: 0 auto;
	display: block;
}

.l_date::before{
	content: "";
	position: absolute;
	background: #465a36aa;
	/* backdrop-filter: blur(5px); */
	mix-blend-mode: multiply;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

@media screen and (max-width:640px) {
	.l_date{
		margin: 0 0 30px;
	}
}


/*----------------------------------------------
	.l_form
---------------------------------------------*/
.l_form{
	width: 100%;
	margin:  0 auto 40px;
	position: relative;
	padding: 40px;
}

.l_form::before{
	content: "";
	position: absolute;
	background: #465a36;
	backdrop-filter: blur(5px);
	mix-blend-mode: multiply;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

/* .l_form > *:not(:last-child){
	margin: 0 0 10px;
} */

@media only screen and (max-width: 640px){
	.l_form{
		max-width: 100%;
		padding: 20px;
	}
}

/*----------------------------------------------
	.l_browser
---------------------------------------------*/
.l_browser {
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
	background: #fff;
}


/*----------------------------------------------
	.l_news
---------------------------------------------*/
.l_news{
	width: 100%;
	border: 1px solid #000E3910;
	background: #fff;
}

.l_news.is_login{
	max-width: 720px;
	width: 100%;
	margin: 0 auto 40px;
	border: 1px solid #000E3910;
	background: #fff;
}

.l_news .is_ttl{
	font-size: 1.8rem;
	font-weight: bold;
	color: #5A71B6;
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #CED7F2;
}

.l_news ul{
	padding: 20px;
	height: 150px;
	overflow-y: scroll;
}

.l_news ul li {
	display: flex;
}

.l_news ul li .is_time{
	margin-right: 50px;
	width: 175px;
	flex-shrink: 0;
}

.l_news ul li span.is_time,
.l_news ul li span.is_news{
	display: block;
}

.l_news ul li:not(:last-of-type){
	margin-bottom: 20px;
}

@media only screen and (max-width: 640px){
	.l_news ul li {
		display: block;
	}

}


/*----------------------------------------------
	.l_tab
---------------------------------------------*/
.l_tab{
	display: flex;
}

.l_tab .l_day{
	display: block;
	background: #5476DC;
	padding: 10px 0;
	width: 150px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border-radius: 8px 8px 0 0;
	margin-right: 10px;
	cursor: pointer;
}

.l_tab .l_day.active,
.l_tab .l_day:hover{
	background: #fff;
	color: #5A71B6;
	border: 1px solid #000E3910;
	position: relative;
}

.l_tab .l_day.active::after,
.l_tab .l_day:hover::after{
	content: "";
	display: block;
	z-index: 1;
	position: absolute;
	width: 100%;
	background: #fff;
	height: 5px;
	bottom: -2px;
}

.l_tab .l_day span{
	font-size: 1.8rem;
}


/*----------------------------------------------
	.l_content
---------------------------------------------*/
.l_content{
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 8px 0 #0435521f;
}

@media only screen and (max-width: 640px){
	.l_content{
		padding: 15px;
	}
}


/*----------------------------------------------
	.l_row
---------------------------------------------*/
.l_row{
	padding: 15px 0;
	/* border-bottom: 1px solid #D1D3D5; */
	position: relative;
	min-height: 70px;
}

.l_row:last-child{
	border: none;
	padding: 15px 0 0;
}

@media screen and (max-width: 640px){
	.l_row{
		min-height: auto;
		padding: 10px 0;
	}
	.l_row:last-child{
		padding: 10px 0;
	}
}


/*----------------------------------------------
	.l_btn
---------------------------------------------*/
.l_btn{
	margin: 20px 0 30px;
	display: flex;
  justify-content: flex-end;
	align-items: center;
}

.l_btn.is_two{
	justify-content: space-between;
}


/*----------------------------------------------
	.l_ses
---------------------------------------------*/
.l_ses{
	background: #fff;
	width: 100%;
	border-radius: 5px;
	box-shadow: 0 0 8px 0 #000e3917;
	border: none;
	text-align: left;
	position: relative;
	cursor: pointer;
	margin-bottom: 10px;
	display: block;
	color: #333;
}

#video .l_ses{
	margin-top: 20px;
}

.l_ses:hover{
	/* box-shadow: none; */
	top: 2px;
	opacity: 0.7;
	color: #333;
}

#video .l_ses{
	box-shadow: none;
	cursor: auto;
}

#video .l_ses:hover{
	top: 0;
	opacity: 1;
}

.l_ses_inner{
	padding: 10px;
	font-size: 1.3rem;
}

.l_ses_inner > div:not(:last-of-type){
	margin-bottom: 5px;
}

.l_presenter{
	display: flex;
}

.l_sponsor{
	text-align: right;
	margin: 10px 0 0;
}



/* 視聴ボタンよけ */
.l_ses.c_icon_view .l_presenter:last-of-type .l_person .l_aff{
	margin-right: 100px;
}

.l_name{
	display: block;
	width: 80px;
	flex-shrink: 0;
}

.l_role,
.l_aff{
	display: block;
	flex-shrink: 0;
}


.l_aff{
	text-indent: -1.3rem;
	padding-left: 1rem;
	flex-shrink: 1;
}

.l_name.is_en{
	width: auto;
}

.l_person{
	display: flex;
	align-items: flex-start;
	padding-right: 150px;
}

/* .l_person:not(:last-child){
	margin-bottom: 5px;
} */

.l_person.is_02{
	padding-left: 3em;
}

.l_person > *{
	flex-shrink: 0;
	display: inline-block;
}

.l_person > *.is_aff{
	flex-shrink: unset;
	text-indent: -1em;
  padding-left: 1.5em;
}

.l_person .is_role{
	width: 50px;
	margin-right: 10px;
}

.l_person .is_role.is_long{
	width: 80px;
	margin-right: 10px;
}

.l_person .is_role.has_text{
	background: #f5c6ba51;
	text-align: center;
	color: #3b3634;
	font-weight: bold;
}

.l_person .is_name{
	width: 90px;
}

.l_person.is_long .is_name{
	width: fit-content;
	margin-right: 30px;
}



.l_presenttl{
	font-weight: bold;
	font-size: 1.4rem;
	margin-top: 10px;
}

@media only screen and (max-width: 640px){
	.l_person{
		display: block;
		width: 100%;
		padding-right: 0;
	}
	.l_person > *{
		display: block;
	}
	
	.l_presenter{
		display: block;
	}
	.l_person.is_02{
		padding-left: 0;
	}
	
.l_person > *.is_aff{
	text-indent: -1em;
	padding-left: 0.5em;
}
.l_sponsor{
	margin: 30px 0 0;
	text-align: left;
}
}


/*----------------------------------------------
	.l_box
---------------------------------------------*/
.l_box{
	background: #f3f3f3;
	padding: 20px;
	width: fit-content;
	margin: 0 auto 40px;
	max-width: 650px;
	width: 100%;
	font-size: 1.4rem;
}


/*----------------------------------------------
	.l_buttons
---------------------------------------------*/
.l_buttons{
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 20px;
}

.l_buttons > *{
	/* flex-shrink: 0; */
	width: fit-content;
}

@media only screen and (max-width: 640px){
	.l_buttons > *{
		/* flex-shrink: 0; */
		width: 100%;
	}
}


/*----------------------------------------------
	.l_container *jsで設定
---------------------------------------------*/
.l_container {
	overflow: hidden;
	position: unset;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.l_container::before{
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/bg.jpg) no-repeat;
	background-size: cover;
	z-index: -1;
}



@media only screen and (max-width: 640px){
	.l_container {
		position: relative;
		overflow: hidden;
	}
}


/*----------------------------------------------
	.l_pagetop
---------------------------------------------*/
.l_pagetop {
	position: fixed;
  right: 5vw;
  bottom: 100px;
  z-index: 999;
	width: 90px;
	width: 50px;
	height: 50px;
}

@media only screen and (max-width: 640px){
	.l_pagetop {
		bottom: 20px;
	}
}


/*----------------------------------------------
  .l_footer_area
---------------------------------------------*/
.l_footer_area {
	position: relative;
	background: rgba(255,255,255,0.7);
	color: #333;
	margin-top: 60px;
}

/*----------------------------------------------
  .l_contact_area
---------------------------------------------*/
.l_contact_area {
	padding-bottom: 0px;
	padding: 20px 0;
}

/*----------------------------------------------
  .l_copyright
---------------------------------------------*/
.l_copyright {
	border-top: 1px solid #666;
	padding: 10px;
	font-size: 1.3rem;
	background: #485935;
}


/*----------------------------------------------
	.l_movie_bg
---------------------------------------------*/
.l_movie_bg {
	width: 100%;
	min-width: 1000px;
	/* margin-bottom: calc(15vw); */
}


.l_movie {
	position: absolute;
	top: 50px;
	right: calc(50% - (((100vw * 0.6) * 0.8) / 2));
	z-index: 999;
	/* height: 495px; */
	width: calc((100vw * 0.6) * 0.8);
	/* min-width: calc((1000px * 0.6) * 0.8); */
	padding: 5px 2px 8px;
	border-left: 15px solid #626F51;
	border-right: 15px solid #626F51;
	border-top: 11px solid #93A283;
	border-bottom: 30px solid #626F51;
}

/* l_movie base color */
.l_movie::after {
	display: inline-block;
	position: absolute;
	top: -3px;
	left: -5px;
	z-index: -100;
	width: calc((100vw * 0.6) * 0.8 - 20px);
	/* min-width: calc((1000px * 0.6) * 0.8 - 20px); */
	height: 101%;
	background: #758268;
	background: linear-gradient(180deg, #758268 0%, #758268 100%);
	content: "";
}

.l_movie_container {
	position: relative;
height: 0;
padding-bottom: 56.25%;
overflow: hidden;
}

.l_movie_container iframe {
	position: absolute;
	top: 0;
	left: 0; 
	width: 100%;
	height: 100%;
	border: 0;
}

@media screen and (max-width: 1000px) {
	.l_movie_bg {
		display: none;
	}
	.l_movie {
		position: relative;
		width: 95%;
		top: 0;
		right: 0;
		left: 0;
		margin: auto auto 30px;
		/* right: calc(50% - (((1000px * 0.6) * 0.8) / 2)); */
		background: none;
		border: none;
	}
	.l_movie::after{
		content: none;
	}
}