@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;500;800&family=Noto+Sans+JP:wght@300;400;700;900&display=swap');
@import url("../css2/reset.css");
:root {
	--base-color: #19b1f6;
	--news-color: #ff791b;
	--onair-color: #ff361b;
	--caststaff-color: #50dfbd;
	--story-color: #ff6d6d;
	--member-color: #67d0ff;
	--live-color: #f729ff;
	--radio-color: #adcc00;
	--douga-color: #c717fa;
	--bd-color: #735cff;
	--cd-color: #c85cff;
	--books-color: #70c228;
	--special-color: #E3017F;
	--goods-color: #E3017F;
}

.red {color: red;}
a {text-decoration: none;}
a:link{color: #ff8100;}
a:visited{color: #ff8100;}
a:hover{color: #ff8100;}
a:active{color: #ff8100;}

html{
	font-size: 62.5%;
}
body {
	font-family: "YakuHanJP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	background-color: #fff;
	color: #333;
	background-position: center top;
	background-repeat: no-repeat;
	font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}


/*  header */
#header {
	background-color: var(--base-color);
}
#header br {
	display: none;
}
#header #header2 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
	display: flex;
	justify-content: flex-start;
}
#header #header2 div {
	width: 50%;
	line-height:12px;
}
#header #header2 #portal {
	text-align: left;
}
#header #header2 #world {
	text-align: right;
}
#header #header2 a {
	color: #fff;
	text-decoration: none;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform:rotate(0.03deg);
	font-weight: 500;
	font-size: 80%;
	display: inline-block;
	padding: 5px 0;
}


#main {
	padding-top: 10px;
}
#contents {
	/*background: rgba(0,255,0,.2);*/
}


@media (min-width:1000px) {
	#main {
		width: 100%;
		max-width: 1044px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#sidebar {
		width: calc(300 / 1200 * 100vw);/*calc(280 / 1200 * 100vw)*/
		max-width: 300px;
		padding: 0 calc(20 / 1200 * 100vw) calc(10 / 1200 * 100vw);
	}
	#contents {
		width: calc(744 / 1200 * 100vw);/*calc(920 / 1200 * 100vw)*/
		max-width: 744px;
		padding: 10px calc(20 / 1200 * 100vw) 10px;
	}
}
@media (min-width:1217px) {
	#sidebar {
		width: 300px;
		padding: 0 20px 10px;
	}
	#contents {
		width: 744px;
		padding: 10px 20px 10px;
	}
}
@media screen and (max-width: 999px) {
	#main {
		width: 100%;
		padding-top: 0;
	}
	#sidebar {
		width: 100%;
	}
	#contents {
		width: 100%;
		padding: 10px;
	}
	#contents.top {
		width: 100%;
		padding: 0;
	}
}


/* #sidebar => h1 */
#sidebar h1,
#sidebar #logo {
	text-align: center;
}
@media (max-width: 999px) {
	#sidebar h1,
	#sidebar #logo {
		padding: 10px 0;
	}
	#sidebar h1 img,
	#sidebar #logo img {
		max-width: 50%;
	}
}

#news_attention {
	text-align: center;
	margin: 20px 0;
}

/* #sidebar => #navigation */

#navigation {
}

#navigation ul {
}

#navigation ul li {
	border-radius: 5px;
}
@media (min-width: 1000px) {
	#navigation ul li {
		background-color: #fff;
	}
}

#navigation ul li a {
	display: block;
	line-height: 0;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 5px;
	transition: .3s all;
}
@media (min-width: 1000px) {
	#navigation ul li a {
		height: 26px;
	}
	#navigation ul li a:hover {
		opacity: .75;
	}
}

#navigation ul li#m01 a {
	background-image: url(../img/common/menu01_off.png);
	background-color: var(--news-color);
}
#navigation ul li#m03 a {
	background-image: url(../img/common/menu03_off.png);
	background-color: var(--onair-color);
}
#navigation ul li#m05 a {
	background-image: url(../img/common/menu05_off.png);
	background-color: var(--caststaff-color);
}
#navigation ul li#m06 a {
	background-image: url(../img/common/menu06_off.png);
	background-color: var(--story-color);
}
#navigation ul li#m07 a {
	background-image: url(../img/common/menu07_off.png);
	background-color: var(--member-color);
}
#navigation ul li#m08 a {
	background-image: url(../img/common/menu08_off.png);
	background-color: var(--live-color);
}
#navigation ul li#m09 a {
	background-image: url(../img/common/menu09_off.png);
	background-color: var(--radio-color);
}
#navigation ul li#m10 a {
	background-image: url(../img/common/menu10_off.png);
	background-color: var(--douga-color);
}
#navigation ul li#m11 a {
	background-image: url(../img/common/menu11_off.png);
	background-color: var(--bd-color);
}
#navigation ul li#m12 a {
	background-image: url(../img/common/menu12_off.png);
	background-color: var(--cd-color);
}
#navigation ul li#m13 a {
	background-image: url(../img/common/menu13_off.png);
	background-color: var(--books-color);
}

#toggle { display: none; }


@media only screen and (max-width: 999px) {
	#menu { display: none; }
	#navigation{
		float: none;
		width: 100%;
	}
	#navigation ul:before,
	#navigation ul:after{
		content: "";
		display: table;
	}
	#navigation ul:after{ clear: both; }
	#navigation ul { 
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 30px 0 20px;
	}
	#navigation ul li{
		float: none;
		width: calc((100% - 60px) / 4);
		margin: 0 5px 10px;
		height: auto;
	}
	#navigation ul li a{
		height: 40px;
		width: 100%;
		opacity: 1;
	}
	#toggle{
		display: block;
		position: relative;
		width: 100%;
		background: var(--base-color); /*#19b1f6*/
	}
	#toggle a{
		display: block;
		position: relative;
		padding: 15px 0 10px;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}
	#toggle:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: #fff;
	}
	#toggle a:before, #toggle a:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 4px;
		background: var(--base-color); /*#19b1f6*/
	}
	#toggle a:before{ margin-top: -6px; }
	#toggle a:after{ margin-top: 2px; }
}

@media (max-width: 768px) {
	#navigation ul li {
		width: calc((100% - 60px) / 3);
	}
}
@media (max-width: 480px) {
	#navigation ul li {
		width: calc((100% - 60px) / 2);
	}
}
@media (min-width: 1000px) {
	#navigation ul li {
		margin-top:  8px;
	}
}
/* end menu */


/* news+topics用カテゴリーリスト枠 */
#newsbase {
	font-size: 90%;
	line-height: 1.2em;
	padding: 5px;
	margin-bottom: 10px;
}
#newsbase2 {
	line-height: 1.2em;
	padding: 5px;
	margin-bottom: 10px;
}
/* カテゴリーリスト枠 */
#list {
	width: 100%;
	background-color: white;
	border-radius: 10px;
	border: 2px solid var(--news-color);
}
@media (max-width:999px) {
	#list {
		width: calc(100% - 20px);
		margin: 0 10px 10px 10px;
	}
}

#list ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0 5px 10px;
}
#list ul li {
	line-height: 1.2em;
	padding: 5px;
}
@media (min-width:1000px) {
	#list ul li {
		width: 100%;
	}
}
@media (max-width:999px) and (min-width:481px) {
	#list ul li {
		width: calc(100% / 3);
	}
}
@media (max-width:480px) {
	#list ul li {
		width: 50%;
	}
}



#event,
#movielist,
#tw {
	margin-top: 16px;
}
#mvtw {
	margin-bottom: 15px;
}
/* #sidebar => #submenu => #event */
#event,
#event ul,
#event ul li {
	width: 100%;
	text-align: center;
}
#event ul li {
	margin: 5px 0;
}
@media (max-width: 999px) {
	#event ul {
		display: flex;
		flex-wrap: wrap;
		margin: 5px auto;
		justify-content: center;
	}
	#event ul li {
		width: calc(50% - 10px);
		padding: 5px;
		margin: 0;
		max-width: 270px;
	}
}
@media (max-width: 480px) {
	#event ul li {
		width: 100%;
		padding: 5px;
		margin: 0;
		max-width: 270px;
	}
}
#event ul li.single {
	width: 100%;
	max-width: 100%;
	text-align: center;
}

/* #sidebar => #submenu => #mvtw */
@media (max-width: 999px) and (min-width: 600px) {
	#mvtw {
		display: flex;
		width: 100%;
		justify-content: center;
		padding: 0;
	}
	#mvtw > div {
		width: calc(50% - 20px);
		margin: 10px;
	}
}
@media (max-width:599px) {
	#mvtw {
		padding: 0 10px;
	}
}

/* #sidebar => #submenu => #mvtw => #movielist */
#movielist {
	background-color: var(--douga-color);
	padding: 10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
}
@media (max-width: 999px) {
	#movielist {
		padding: 10px;
	}
}
/* インラインyoutube用レスポンシブ設定 */
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 10px;
	clear: both;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

#movielist .kyoku {
	text-align: center;
	color: #fff;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 7px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform:rotate(0.03deg);
}
#movielist #more {
	text-align: center;
	line-height: 1;
}


/* #sidebar => #submenu => #mvtw => #tw1 */
#tw {
	width: 100%;
	border-radius: 5px;
	background-color: var(--base-color);
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}


/* #bnr2 */
#bnr2 {
	width: 100%;
}
#bnr2 ul {
	padding: 50px 0 50px 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
@media (max-width:640px) {
	#bnr2 ul {
		padding: 6.25vw 06.25vw 10px;
	}
}
#bnr2 ul li {
	padding: 0 10px 10px 0;
	text-align: center;
}
@media (min-width: 1000px) {
	#bnr2 ul li {
		width: calc((100%) / 3);
	}
}
@media (min-width: 1061px) {
	#bnr2 ul li {
		width: 330px;
	}
}
@media (max-width: 999px) and (min-width: 768px) {
	#bnr2 ul li {
		width: calc((100%) / 3);
	}
}
@media (max-width: 767px) {
	#bnr2 ul li {
		width: calc((100%) / 2);
	}
}
@media (max-width: 480px) {
	#bnr2 ul li {
		width: 100%;
	}
}



/* #footer */
#footer {
	clear: both;
	width: 100%;
	margin: 0 auto;
}
#endbar {
	width: 100%;
	height: 20px;
	margin: 0 auto;
	background-color: var(--base-color);
}
#footer #copyright {
	padding: 30px 0;
	color: #666;
	font-size: 80%;
	text-align: center;
}
@media (max-width:640px) {
	#footer #copyright {
		padding: 6.25vw 0;
	}
}





#midashibar {
	background-color: #666;
	color: #fff;
	padding: 3px 10px;
	margin: 0 0 10px 0;
	border-radius: 5px;
	font-size: 90%!important;
	width: 100%!important;
	height: auto!important;
	font-family: 'M PLUS Rounded 1c', sans-serif!important;
	transform:rotate(0.03deg);
}
#midashibar2 {
	color: #fff;
	padding: 3px 10px;
	margin: 0 0 10px 0;
	border-radius: 5px 5px 0 0;
	font-size: 90%!important;
	text-align: center!important;
	width: 100%!important;
	height: auto!important;
	font-family: 'M PLUS Rounded 1c', sans-serif!important;
	transform:rotate(0.03deg);
}




#contents .social {
	display: flex;
	justify-content: center;
}
#contents .social li {
	width: 80px;
}




#contents2 {
	width: 100%;
	min-height: 500px;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 5px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}

.contents3 {
	padding: 10px;
	margin-bottom: 30px;
}
.contents3::after {
	display: block;
	clear: both;
	content: '';
	width: 100%;
}


/* 見出しボックス */
	
.llbox {
	width: 100%!important;
    padding: 0.5em 1em;
    background: #f4f4f4;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
	border-left: 20px solid;
	border-radius: 5px ;
	margin-bottom: 20px;
}
.llbox p {
	font-size: 140%;
	font-weight: 400;
}
/* End 見出しボックス */


.uta {
	font-size: 80%;
	color: #777777;
	/*line-height: 1.1em;*/
	display: inline-block;
	padding-left: 20px;
}










/* clearfix */
.clearfix:after{
    content: "";
    display: block;
	width: 100%;
    clear: both;
}







/* TOP */

div #keyv,
div .flexslider {
	width: 100%;
	width: 650px;/*570px*/
	max-width: 100%;
	height: auto;
	margin: 17px auto 0;
    background-size: contain;
	border: none;
}
@media (max-width:600px) {
	div #keyv,
	div .flexslider {
		margin: 0 auto 15px;
	}
}
div #keyv::before {
	display:block;
	content:"";
	padding-top:calc(1030 / 650 * 100%);/*cdジャケの時は100%*//*ポスター画像の時は141%*/
}
div #keyv {
	background-repeat: no-repeat;
	background-position: center top;
}
div #keyv {
	background-image: url("../img/top/keyv45.jpg");
}
/*div #keyv.keyv1 {
	background-image: url("../img/top/keyv38.jpg");
}
div #keyv.keyv2 {
	background-image: url("../img/top/keyv38.jpg");
}*/
/* END TOP */




/* top popup */
.popup {
	background-color: transparent;
	border-radius: .5em;
	padding: 0px;
	margin: 0;
	display: block;
	line-height: 0;
	font-size: 0;
}

@media (max-height:800px) and (orientation:landscape) {
	.popup {
		/*width: 1000px;
		height: auto;
		max-width: 100vw;*/
	}
	.popup > div {
		/*height: 50vh;*/
	}
}
@media (max-width:800px) and (orientation:portrait) {
	.popup {
		/*width: calc(1000 / 410 * 80vh);
		height: auto;
		max-width: 100vw;*/
	}
	.popup > div {
		/*height: 50vw;
		background-repeat: repeat-x;*/
	}
}
.popup * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.popup img {
	width: auto;
	height: auto;
	max-height: 80vh;
}
/* インラインyoutube用レスポンシブ設定 */
.popup .youtube {
	position: relative;
	padding-top: calc(1080 / 1920 * 100%);
	clear: both;
	margin: 0 auto;
}
.popup .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.popup.single > div > div {
	/*padding-right: calc(40 / 1200 * 100%);
	padding-left: calc(40 / 1200 * 100%);
	background-image: url("../popup_230212b.png");
	background-size: contain;*/
}
/*
.popup:not(.single) > div {
}
.popup:not(.single) > div:nth-child(2) {
	width: 100%;
	background-image: url("../popup_230612a.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.popup:not(.single) > div:nth-child(2) > div {
	padding-right: calc(50 / 1100 * 100%);
	padding-left: calc(50 / 1100 * 100%);
}
*/