@charset "UTF-8";

/*
=================================================
Univeral Set
=================================================
*/
html {
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}
body {
	margin: 0;
	padding: 0;
	background: #66ccff;
	font-size: 100%;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
	color: #333333;
}
div,p,pre,ul,ol,li,dl,dt,dd,span,br,a,img,object,h1,h2,h3,h4,h5,h6,address,table,caption,th,td,form,textarea,select,option,input {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
}
table,caption,th,td{
	font-style: normal;
	font-weight: normal;
	border: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}
li{
	list-style: none;
}
small{
	font-size: 100%;
}
input{
	font-size: 100%;
}

/*
=================================================
overall
=================================================
*/
.wrap--header {
	border-top: 4px solid #2caee4;
	background: #eaf7fa;
}
.wrap--nav {
	background: #fff;
	border-top: 1px solid #c4e8f6;
	border-bottom: 3px solid #cccccc;
	overflow: hidden;
}
.wrap--main {
	display: block;
	margin: 10px auto 0;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.wrap--footer {
	background: #096acc;
}
.wrap{
	max-width: 1050px;
}
.visually-hidden {
	margin: -1px;
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
}
.hidden {
	display: none !important;
}

/*
=================================================
header
=================================================
*/
.header{
	position: relative;
	margin: 0 auto;
}
.title{
	width: 560px;
}
.ext {
	position: absolute;
	top: 10px;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.ext__item {
	position: relative;
	margin: 0 0 0 1em;
	padding: 0 0 0 1.5em;
}
.ext__item::before {
	position: absolute;
	top: calc(50% - 6px);
	left: 9px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #0068b7;
	content: '';
}
.navi {
	display: flex;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	background: #fff;
	position: relative;
}
.navi__item {
	flex: 1;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	margin: 12px -1px 12px 0;
	padding: 0;
	border-right: 1px solid #c1dae7;
}
.navi__link {
	display: block;
	padding: 0;
	color: #333;
	font-weight: bold;
	font-size: 1.2em;
	position: relative;
	outline-offset: -8px;
	box-sizing: border-box;
	position: relative;
	line-height: 2.2;
}
.navi__link:link, .navi__link:visited {
	text-decoration: none;
}
.navi__link:focus, .navi__link:hover {
	background: #c1dae7;
}
.navi__link--active {
	background: #c1dae7;
	color: #333;
	border: none;
	box-shadow: none;
}
.navi__link--active:focus, .navi__link--active:hover{
	background: #c1dae7;
}

/*
=================================================
button
=================================================
*/
.btn {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 12px 10px 12px 95px;
	width: 100%;
	text-decoration: none;
	font-size: 1.5rem;
	overflow: hidden;
}
.btn--note {
	font-size: 1rem;
	color: #444;
	font-weight: normal;
	padding: 0;
}
.btn--live {
	font-size: 1.4rem;
	line-height: 1.4;
	color: #0055cc;
	font-weight: bold;
	background: #fff;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}
.btn--live:hover, .btn--live:focus {
	background: #efd2cc;
}
.btn--live:focus-visible {
	outline: 2px solid #05c;
	background: #efd2cc;
}
.btn--live::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 80px;
	height: 100%;
	background-size: 45px 45px;
	background-color: #efd2cc;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../image/live.svg");
}
.btn--no-live {
	font-size: 1.4rem;
	line-height: 1.4;
	color: #555;
	font-weight: bold;
	background: #eee;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}
.btn--no-live::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 80px;
	height: 100%;
	background-size: 45px 45px;
	background-color: #ddd;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../image/live_disabled.svg");
}
.btn--vod-meeting, .btn--vod-speaker {
	font-size: 1.4rem;
	line-height: 1.4;
	color: #0055cc;
	font-weight: bold;
	background: #fff;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}
.btn--vod-meeting:hover, .btn--vod-meeting:focus, .btn--vod-speaker:hover, .btn--vod-speaker:focus {
	background: #c1dae7;
}
.btn--vod-meeting:focus-visible, .btn--vod-speaker:focus-visible {
	outline: 2px solid #05c;
	background: #c1dae7;
}
.btn--vod-meeting::after, .btn--vod-speaker::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 80px;
	height: 100%;
	background-size: 45px 45px;
	background-color: #c1dae7;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn--vod-meeting::after {
	background-image: url("../image/vod_meeting.svg");
}
.btn--vod-speaker::after {
	background-image: url("../image/vod_speaker.svg");
}
.btn--goback, .btn--play {
	display: inline-block;
	padding: 10px 17px 10px 47px;
	min-width: 3em;
	width: auto;
	font-size: 1.1em;
	color: #0d3c40;
	background: #c1dae7;
	border: 1px solid #9cc4d9;
	box-shadow: 0 2px 1px rgba(128, 128, 128, 0.2);
}
.btn--goback:hover, .btn--goback:focus, .btn--play:hover, .btn--play:focus {
	background: #d3e5ee;
}
.btn--goback:focus-visible, .btn--play:focus-visible {
	outline: 2px solid #05c;
}
.btn--goback::after, .btn--play::after {
	position: absolute;
	top: calc(50% - 10px);
	left: 15px;
	width: 20px;
	height: 20px;
	content: '';
}
.btn--goback::after {
	background: url("../image/goback.svg") no-repeat right center;
}
.btn--play::after {
	background: url("../image/play.svg") no-repeat right center;
}

/*
=================================================
main
=================================================
*/
.row {
	display: flex;
	margin: 0;
	gap: 20px;
}
.row--play{
	gap: 15px;
}
.row__item {
	margin: 0;
	width: calc(100% / 2);
	box-sizing: border-box;
}
.row__item--stream {
	background: #f5f5f5;
}
.row__item--notice {
	flex-grow: 1;
	width: auto;
}
.row__item--photo {
	width: auto;
}
.row__item--player {
	width: auto;
	min-width: 646px;
}
.row__item--playtext {
	flex-grow: 1;
	width: auto;
}
@media not all and (min-resolution: .001dpcm){
	@supports (not (translate: none)){
		.row {
			justify-content: space-between;
		}
		.row--play {
			margin: 0 -15px 0 0;
		}
		.row__item {
			width: calc(100% / 2 - 20px);
		}
		.row__item--play {
			margin: 0 15px 0 0;
		}
	}
}
.streaming {
	margin: 20px auto 0;
	padding: 0 25px;
}
.stream {
	padding: 0 40px 40px;
}
.stream__header {
	margin: 0 -40px 40px;
	background-color: #fff;
	font-weight: normal;
	font-size: 1.8rem;
	color: #333;
	border-bottom: 2px solid #84b4e5;
}
.stream__border {
	border-bottom: 2px solid #0068b7;
	display: inline-block;
	margin: 0 0 -2px;
}
.stream__item{
	margin: 0 0 15px;
}
.stream__state {
	margin: 25px auto;
	padding: 8px 15px 6px;
	text-align: center;
	font-size: 1.2rem;
}
.stream__state--no-live {
	color: #c00;
}
.stream__freeword{
	margin: -20px auto 25px;
	padding: 8px 15px 6px;
	text-align: center;
	font-size: 1.2rem;
	color: #c00;
}
.stream__schedule {
	margin: 0 0 20px;
	text-align: left;
}
.rec-list {
	padding: 0;
	list-style: none;
}
.rec-list__item {
	margin: 0 0 15px;
}
.phrase {
	margin: 30px 0 0;
	background: #fff;
	overflow: hidden;
	padding: 10px 20px;
}
.phrase__title {
	color: #1f3f66;
	font-size: 1.1em;
	padding: 6px 10px 3px 0;
}
.phrase__group {
	border: none;
	padding: 0;
}
.phrase__notice {
	color: #333;
	font-size: 1em;
	line-height: 1.4;
	margin: 10px 0;
}
.phrase__box {
	background: #fff;
	border: 1px solid #0172aa;
	box-sizing: border-box;
	display: flex;
	overflow: hidden;
}
.phrase__text-cell {
	font-size: 1.2em;
	width: 75%;
	border: none;
	padding: 5px 10px;
	box-shadow: inset 0px 4px 4px -2px rgba(0, 0, 0, 0.2);
}
.phrase__submit-cell {
	width: 25%;
	background: #0172aa;
	font-size: 1em;
	color: #fff;
	border: none;
	border-left: 1px solid #0172aa;
	cursor: pointer;
	outline-offset: -3px;
}
.phrase__submit-cell:focus, .phrase__submit-cell:hover {
	background: #0194dd;
}
.notice, .contact {
	margin: 30px auto 0;
	padding: 0 45px;
}
.notice__header, .contact__header {
	margin: 0 -20px 15px;
	font-weight: normal;
	font-size: 1.8rem;
	color: #333;
	border-bottom: 2px solid #84b4e5;
}
.notice__border, .contact__border {
	border-bottom: 2px solid #0068b7;
	display: inline-block;
	margin: 0 0 -2px;
}
.notice-list {
	margin: 0 0 1em;
	padding: 0 0 0 17px;
	list-style: none;
	line-height: 1.4;
}
.notice-list__item {
	position: relative;
	margin: 0 0 6px;
}
.notice-list__item:last-child {
	margin: 0;
}
.notice-list__item::before {
	position: absolute;
	top: 0.5em;
	left: -1em;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #0172aa;
	content: '';
}
.notice-list__item--phone{
	display: none;
}
.barcode {
	margin: 20px 0 0;
	padding: 8px;
	background: #f0f9fb;
	border: 1px solid #a9caed;
	overflow: hidden;
	box-sizing: border-box;
}
.barcode__image {
	float: left;
	background: #fff;
}
.barcode__header {
	margin: 5px 0 0 110px;
	color: #333;
	font-weight: bold;
}
.barcode__note {
	margin: 5px 0 0 110px;
}
.photo {
	margin: 0;
}
.contact {
	margin-bottom: 30px;
}
.address {
	font-size: 1em;
	font-style: normal;
	line-height: 1.6;
	padding: 0;
}
.content{
	margin: 20px auto;
	padding: 0 35px;
}
.content__header {
	margin: 0 -10px 15px;
	font-weight: normal;
	font-size: 1.8rem;
	color: #333;
	border-bottom: 2px solid #84b4e5;
}
.content__border{
	border-bottom: 2px solid #0068b7;
	display: inline-block;
	margin: 0 0 -2px;
}
.content__main{
	margin: 20px 0 30px;
}
.content__mes{
	margin: 10px auto 0;
}
.content__mes--no-data{
	text-align: center;
	font-weight: bold;
}
.content__mes--no-live{
	position: relative;
	width: 100%;
	max-width: 640px;
	height: auto;
	margin: 0 auto;
	border: 3px ridge #A0A0A0;
	background: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.content__mes--no-live::before{
	content: "";
	display: block;
	padding-top: 56.25%;
}
.content__mes--gikai{
	width: 80%;
	font-size: 0.9em;
	text-indent: 1em each-line;
}
.content__mes--speaker{
	column-span: all;
	font-size: 0.9em;
}
.content__mes--speaker::before{
	content: '※';
}
.gikai__header{
	width: 80%;
	text-align: left;
	font-weight: bold;
	margin: 0 auto 5px;
}
.gikai__col{
	width: 80%;
	margin: 0 auto;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 3px 0px #ccc;
	background: #f6f6f6;
	box-sizing: border-box;
}
.gikai__index{
	width: 30%;
	float: left;
	border-top: 1px solid #ccc;
	padding: 5px;
	box-sizing: border-box;
}
.gikai__index:first-of-type{
	border-top: none;
}
.gikai__item{
	background: #fff;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-left: 30%;
	padding: 5px;
	box-sizing: border-box;
}
.gikai__item:first-of-type{
	border-top: none;
}
.content__main--speaker{
	column-count: 3;
}
.speaker__col{
	break-inside: avoid-column;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 3px 0px #ccc;
	background: #f6f6f6;
	margin: 0 0 7px;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
}
.speaker__index{
	width: 30%;
	float: left;
	padding: 5px;
	box-sizing: border-box;
}
.speaker__item{
	background: #fff;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-left: 30%;
	padding: 5px;
	box-sizing: border-box;
}
.speaker__item:last-child{
	border-bottom: none;
}
.speaker__header {
	margin: 0 auto 10px;
	font-weight: bold;
}
.speaker__header li{
	margin: 0 5px 0 0;
	text-align: left;
	display: inline-block;
	vertical-align: bottom;
}
.vod__header{
	text-align: left;
	font-weight: bold;
	margin: 0 auto 5px;
}
.vod__header--play {
	margin: 0 auto 20px;
	border-bottom: 2px solid #CCCCCC;
}
.vod-result__col{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 15px;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 3px 0px #ccc;
}
.vod-result__item--title{
	width: 24%;
	box-sizing: border-box;
	padding: 5px;
	background: #f6f6f6;
	border-right: 1px dotted #ccc;
}
.vod-result__item--center{
	flex: 1;
	display: flex;
}
.vod-result__item--speaker{
	width: 24%;
	box-sizing: border-box;
	padding: 5px;
	text-align: left;
	border-right: 1px dotted #ccc;
}
.vod-result__item--text{
	flex: 1;
	box-sizing: border-box;
	padding: 5px;
}
.vod-result__item--play{
	width: 110px;
	box-sizing: border-box;
	padding: 5px 5px 9px;
	border-left: 1px dotted #ccc;
}
.play {
	margin: 0 auto;
}
.playerout {
	border: 3px ridge #A0A0A0;
}
.player{
	position: relative;
	width: 100%;
	max-width: 640px;
	height: auto;
}
.player::before{
	content: "";
	display: block;
	padding-top: 56.25%;
}
.playerframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.liveplayer, .vodplayer, .vjs-no-js{
	max-width: 100%;
	max-height: 100%;
	border: none;
}
.var-hidden{
	display: none;
}
.playtext {
	width: 100%;
	height: 366px;
	overflow-y: scroll;
	white-space: normal;
	font-size: 90%;
}
.before{
	text-align: left;
	padding: 0 15px;
}
.before dt{
	margin: 0 -15px 7px;
}
.before dt::before{
	content: '■';
}
.before dd{
	margin: 0 0 20px;
	font-size: 90%;
}
.before__list li::before{
	content: '※';
}
.back{
	text-align: center;
}

/*
=================================================
footer
=================================================
*/
.footer{
	padding: 40px;
	color: #fff;
	text-align: center;
	font-size: 0.9em;
	margin: 0 auto;
	box-sizing: border-box;
}

/*
=================================================
other
=================================================
*/
.font-9{
	font-size: 0.9em;
}
.font-8{
	font-size: 0.8em;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.top {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
.font-dred {
	color: #D90000;
}
.font-blue {
	color: blue;
}
.font-bold {
	font-weight: bold;
}
.font-normal {
	font-weight: normal;
}
.font-tt{
	font-family: monospace;
}
.hit1, .hit2, .hit3, .hit4, .hit5{
	color: #D90000;
}

/*
=================================================
メニュー読み飛ばしリンク用
=================================================
*/
p.hide {
	position: absolute;
	top: 0px;
	left: -512px;
	width: 256px;
}

/*
=================================================
phone
=================================================
*/
@media (max-width: 1024px) and (hover: none) and (pointer: coarse) {
	/*
	=============================================
	main
	=============================================
	*/
	.notice-list__item--phone{
		display: block;
	}
}

@media screen and (max-width: 768px), print and (max-width: 768px) and (hover: none) and (pointer: coarse) {
	/*
	=================================================
	Univeral Set
	=================================================
	*/
	body {
		font-size: 0.88em;
		font-family: "ヒラギノ角ゴ Pro W3", Meiryo, BIZ UDGothic, sans-serif;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	input{
		-webkit-appearance: none;
		border-radius: none;
	}
	/*
	=============================================
	overall
	=============================================
	*/
	.wrap{
		max-width: 768px;
		min-width: 320px;
	}
	/*
	=============================================
	header
	=============================================
	*/
	.title{
		width: 80%;
		max-width: 480px;
		padding: 0 0 20px;
	}
	.ext {
		top: auto;
		right: 2px;
		bottom: 7px;
	}
	.ext__item {
		padding: 0 0 0 0.5em;
	}
	.ext__item::before {
		left: -3px;
	}
	.navi__text{
		display: none;
	}
	/*
	=============================================
	button
	=============================================
	*/
	.btn--play {
		display: block;
		padding: 33px 0 4px;
		text-align: center;
	}
	.btn--play::after {
		top: 7px;
		left: calc(50% - 9px);
	}
	/*
	=============================================
	main
	=============================================
	*/
	.row{
		display: block;
	}
	.row__item {
		width: auto;
	}
	.row__item--stream{
		margin: 0 0 20px;
	}
	.row__item--player {
		min-width: 0;
	}
	.streaming {
		margin: 10px auto 0;
		padding: 0 15px;
	}
	.stream {
		padding: 0 20px 20px;
	}
	.stream__header {
		margin: 0 -20px 20px;
		text-align: left;
	}
	.stream__state {
		margin: 15px auto;
		padding: 8px 0 6px;
		text-align: left;
		font-size: 1.1rem;
	}
	.stream__freeword{
		margin: -15px auto 15px;
		padding: 8px 0 6px;
		text-align: left;
		font-size: 1.1rem;
	}
	.stream__schedule {
		margin: 0;
	}
	.notice, .contact {
		margin: 15px auto 0;
		padding: 0 15px;
	}
	.notice__header, .contact__header {
		margin: 0 0 15px;
	}
	.notice-list__item--phone{
		display: block;
	}
	.notice-list__item--pc{
		display: none;
	}
	.barcode {
		display: none;
	}
	.contact {
		margin-bottom: 15px;
	}
	.content{
		margin: 10px auto;
		padding: 0 15px;
	}
	.content__header {
		margin: 0 0 15px;
	}
	.content__main{
		margin: 15px 0 30px;
	}
	.content__mes{
		margin: 20px auto 0;
	}
	.content__mes--nodata{
		text-align: left;
	}
	.content__mes--gikai{
		width: auto;
	}
	.gikai__header{
		width: auto;
		margin: 0 auto 10px;
		padding: 7px;
		background: #DCDDDD;
		text-shadow: 1px 1px 2px #CCCCCC;
		font-size: 1.2em;
	}
	.gikai__col, .speaker__col{
		width: auto;
		border: none;
		box-shadow: none;
		background: transparent;
		display: block;
		break-inside: auto;
		padding: 0 10px;
	}
	.gikai__index, .speaker__index{
		width: auto;
		float: none;
		border-top: none;
		padding: 5px;
		margin: 20px -10px 10px;
		border-bottom: 1px solid #DCDDDD;
		text-shadow: 1px 1px 2px #CCCCCC;
		font-size: 1.2em;
	}
	.gikai__index:first-of-type, .speaker__index:first-of-type{
		margin-top: 0;
	}
	.gikai__item, .speaker__item{
		background: transparent;
		border: none;
		margin: 0 0 10px;
		padding: 0;
		background: #E0F2F9;
		box-shadow: 1px 1px 3px 0px #ccc;
		position: relative;
		text-align: left;
	}
	.gikai__link, .speaker__link{
		padding: 10px 5px;
		color: #333333;
		text-decoration: none;
		font-weight: bold;
		display: block;
	}
	.gikai__item::after, .speaker__item::after{
		position: absolute;
		top: calc(50% - 8px);
		right: calc(2%);
		width: 13px;
		height: 13px;
		content: '';
		background: url("../image/play.svg") no-repeat center;
		opacity: 0.6;
	}
	.content__main--speaker{
		column-count: auto;
	}
	.speaker__header{
		text-align: left;
	}
	.vod__header{
		margin: 0 auto 10px;
		padding: 7px;
		background: #DCDDDD;
		text-shadow: 1px 1px 2px #CCCCCC;
		font-size: 1.2em;
	}
	.vod__header--play {
		margin: 0 auto 10px;
		border-bottom: none;
	}
	.vod-result__item--title{
		width: 27%;
	}
	.vod-result__item--center{
		display: block;
	}
	.vod-result__item--speaker{
		width: auto;
		border-right: none;
		border-bottom: 1px dotted #ccc;
	}
	.vod-result__item--play{
		width: 63px;
	}
	.phrase__form{
		text-align: left;
	}
	.phrase__box{
		width: auto;
	}
	.playerout {
		border: none;
	}
	.playtext {
		width: auto;
		height: auto;
		overflow: visible;
		white-space: normal;
		font-size: 90%;
		margin: 20px 0 0;
	}
	.back{
		display: none;
	}
}