@charset "UTF-8";

/*
=================================================
Univeral Set
=================================================
*/
html {
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	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 {
	margin: 0 auto;
}
.wrap--nav {
	background: linear-gradient(#41ADB7, #065D65);
	border-top: 1px solid #0B4C51;
	border-right: 1px solid #0B4C51;
	border-left: 1px solid #0B4C51;
	overflow: hidden;
}
.wrap--main {
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}
.wrap--footer {
	background: #148758;
	margin: 0 auto;
}
.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;
	padding: 2.2rem 0 0;
}
.header .title{
	position: relative;
	border-top: 5px solid #19A3B0;
	border-bottom: 2px solid #19A3B0;
	margin: 0 0 10px;
}
.header .title img{
	display: block;
}
.font {
	position: absolute;
	top: 16px;
	right: 0;
	margin: 0;
	padding: 0;
	display: flex;
}
.font__title {
	margin: 0 10px 0 0;
	padding: 5px 0 3px;
	font-size: 0.9rem;
	font-weight: bold;
}
.font__item {
	margin: 0 0 0 1px;
	font-size: 1rem;
}
.font__item:first-child{
	margin: 0;
}
.font__btn {
	font-size: 0.9em;
	padding: 4px 9px 5px;
	margin: 0;
	border: none;
	color: #fff;
	background: #333333;
}
.font__btn--left{
	border-radius: 3px 0 0 3px;
}
.font__btn--right{
	border-radius: 0 3px 3px 0;
}
.ext {
	position: absolute;
	top: 0.5rem;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.ext__item {
	position: relative;
	margin: 0 0 0 1em;
	padding: 0 0 0 8px;
	font-size: 0.8rem;
}
.ext__item::before {
	position: absolute;
	top: calc(50% - 4px);
	left: 0;
	width: 5px;
	height: 7px;
	background: url("../image/icon-external-link.svg") no-repeat right center;
	content: '';
}
.ext__link{
	text-decoration: none;
}
.navi {
	display: flex;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	position: relative;
}
.navi__item {
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	border-right: 1px solid #0B4C51;
	border-bottom: 1px solid #0B4C51;
}
.navi__link {
	display: block;
	margin: 5px 10px -1px;
	padding: 7px 20px 7px;
	color: #fff;
	text-shadow: 1px 1px #606060;
	font-weight: bold;
	font-size: 1em;
	border-bottom: 1px solid #0B4C51;
	border-radius: 5px 5px 0 0;
	position: relative;
	box-sizing: border-box;
	position: relative;
}
.navi__link:link, .navi__link:visited {
	text-decoration: none;
}
.navi__link:focus, .navi__link:hover {
	background: #fff;
	color: #006666;
	text-shadow: none;
	border-bottom: 1px solid #fff;
}
.navi__link--active {
	background: #fff;
	color: #006666;
	text-shadow: none;
	border-bottom: 1px solid #fff;
}
.navi__link--active:focus, .navi__link--active:hover{
	background: #fff;
	color: #006666;
	text-shadow: none;
	border-bottom: 1px solid #fff;
}
.breadcrumb{
	display: flex;
	margin: 10px 0;
}
.breadcrumb__title{
	position: relative;
	padding: 3px 7px 3px 18px;
	background: #FCFFDA;
	border: 1px solid #999999;
	border-radius: 7px;
	box-shadow: 1px 1px 3px 0 #BCBCBC, -1px -1px 3px 0 #BCBCBC;
	font-size: 0.8em;
	font-weight: bold;
}
.breadcrumb__title::before{
	position: absolute;
	top: calc(50% - 7px);
	left: 8px;
	width: 7px;
	height: 12px;
	background: url("../image/icon-breadcrumb-mark.svg") no-repeat center;
	content: '';
}
.breadcrumb__item{
	position: relative;
	padding: 4px 13px 2px 5px;
	font-size: 0.8em;
}
.breadcrumb__item::after{
	position: absolute;
	top: calc(50% - 7px);
	right: 0;
	width: 7px;
	height: 12px;
	background: url("../image/icon-breadcrumb-mark.svg") no-repeat center;
	content: '';
}

/*
=================================================
button
=================================================
*/
.btn {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	border-radius: 7px;
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: bold;
	overflow: hidden;
}
.btn--live, .btn--no-live {
	padding: 12px 15px 10px 70px;
	margin: 0;
	color: #fff;
	border: 1px solid #BFBFBF;
	background: linear-gradient(#0B72E8, #085DC5);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	text-shadow: 1px 1px #606060;
	max-width: 20em;
}
.btn--live::after, .btn--no-live::after {
	position: absolute;
	top: calc(50% - 20px);
	left: 18px;
	width: 36px;
	height: 36px;
	background: url("../image/icon-live-button.png") no-repeat center;
	content: '';
}
.btn--no-live {
	background: linear-gradient(#73C0FB, #71A0DB);
}
.btn--goback {
	display: inline-block;
	padding: 0.4em 10px 0.3em 25px;
	border: 1px solid #999999;
	background: linear-gradient(#FCFCFC, #CFCFCF);
	box-shadow: 0 0 0 1px #FFFFFF inset;
	color: #333333;
	min-width: 3em;
	width: auto;
	font-size: 1em;
}
.btn--goback:hover, .btn--goback:focus {
	background: linear-gradient(#969696, #595959);
	color: #fff;
	text-shadow: 1px 1px #363636;
}
.btn--goback::after {
	position: absolute;
	top: calc(50% - 8px);
	left: 10px;
	width: 10px;
	height: 15px;
	content: '';
	background: url("../image/icon-back-button.svg") no-repeat right center;
}
.btn--goback:hover::after, .btn--goback:focus::after {
	background: url("../image/icon-back-button-hover.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 {
	flex-grow: 1;
	width: auto;
}
.row__item--notice {
	flex-grow: 1;
	width: auto;
}
.row__item--photo {
	width: auto;
}
.row__item--player {
	width: auto;
}
.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;
		}
	}
}
.photo {
	margin: 0;
	padding: 6px;
	border: 1px solid #E3E3E3;
	box-sizing: border-box;
	width: fit-content;
}
.photo__caption {
	margin: 5px 0 0;
	font-size: 0.8em;
	text-align: left;
}
.streaming {
}
.stream {
	padding: 0 15% 40px;
}
.stream__header {
	margin: 0 calc(-100% / 70 * 15) 40px;
	padding: 5px 10px;
	background: linear-gradient(to right, #fff, #009999);
	font-weight: bold;
	font-size: 1.4em;
	color: #006666;
	border: 1px solid #009999;
	border-radius: 5px;
}
.stream__header--live{
	position: relative;
	overflow: hidden;
}
.stream__header--live::after{
	content: '';
	position: absolute;
	right: 2px;
	top: calc(50% - 38px);
	width: 76px;
	height: 76px;
	background: url("../image/icon-header-bg-live.png") no-repeat center;
}
.stream__item{
	margin: 0 0 15px;
}
.stream__state {
	margin: 25px -50px;
	padding: 8px 15px 6px;
	text-align: center;
	font-size: 1.2em;
}
.stream__state--no-live {
	color: #c00;
}
.stream__freeword{
	margin: -20px auto 25px;
	padding: 8px 15px 6px;
	text-align: center;
	font-size: 1.2em;
	color: #c00;
}
.stream__schedule {
	margin: 0 0 20px;
	text-align: left;
}
.notice, .contact {
	margin: 30px auto 0;
}
.notice__header, .contact__header {
	margin: 0 0 15px;
	font-weight: normal;
	font-size: 1.4em;
	color: #006666;
	border-bottom: 2px solid #006666;
}
.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: #19A3B0;
	content: '';
}
.notice-list__item--phone{
	display: none;
}
.contact {
	margin-bottom: 30px;
}
.address {
	font-size: 1em;
	font-style: normal;
	line-height: 1.6;
	padding: 0;
}
.content{
	margin: 0 auto 25px;
	padding: 0 20px;
}
.content__header {
	margin: 0 -20px 20px;
	padding: 5px 10px;
	background: linear-gradient(to right, #fff, #009999);
	font-weight: bold;
	font-size: 1.4rem;
	color: #006666;
	border: 1px solid #009999;
	border-radius: 5px;
}
.content__header--live{
	position: relative;
	overflow: hidden;
}
.content__header--live::after{
	content: '';
	position: absolute;
	right: 2px;
	top: calc(50% - 38px);
	width: 76px;
	height: 76px;
	background: url("../image/icon-header-bg-live.png") no-repeat center;
}
.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%;
}
.play {
	margin: 0 auto;
}
.playerout {
	border: 3px ridge #A0A0A0;
	width: fit-content;
}
.player {
	width: 640px;
	height: 360px;
}
.playtext {
	width: 100%;
	height: 366px;
	overflow-y: scroll;
	white-space: normal;
	font-size: 90%;
}
.play__header{
	margin: 5px 0;
}
.back{
	text-align: center;
	margin: 0 0 30px;
}

/*
=================================================
footer
=================================================
*/
.footer{
	padding: 20px;
	color: #fff;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	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;
}
p.hide a{
	left: -512px;
	width: 256px;
	display: block;
	position: absolute;
}
p.hide a:focus{
	left: 0;
}

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

@media (max-width: 800px) {
	/*
	=================================================
	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: 800px;
		min-width: 320px;
	}
	.wrap--main {
		padding: 0 10px;
	}
	/*
	=============================================
	header
	=============================================
	*/
	.font{
		display: none;
	}
	/*
	=============================================
	main
	=============================================
	*/
	.row{
		display: block;
	}
	.row__item {
		width: auto;
	}
	.photo {
		margin: 0 0 20px;
	}
	.stream {
		padding: 0 20px 20px;
	}
	.stream__header {
		margin: 0 -20px 20px;
	}
	.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;
	}
	.notice, .contact {
		margin: 0 auto 15px;
	}
	.notice-list__item--phone{
		display: block;
	}
	.content{
		margin: 0 auto 10px;
		padding: 0;
	}
	.content__header {
		margin: 0 0 15px;
	}
	.content__main{
		margin: 15px 0 30px;
	}
	.content__mes{
		margin: 20px auto 0;
	}
	.content__mes--nodata{
		text-align: left;
	}
	.playerout {
		border: none;
		width: auto;
	}
	.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%;
	}
	.playtext {
		width: auto;
		height: auto;
		overflow: visible;
		white-space: normal;
		font-size: 90%;
		margin: 20px 0 0;
	}
	.amplayer, .amp-no-js{
		max-width: 100%;
		max-height: 100%;
	}
	.back{
		display: none;
	}
}