@charset "utf-8";
:root {
	--base-color:#a5469a;/*#0cd20c*/
	--base-light-color:#dbb5d7;/*#0cd20c*/
	--news-color:#ff791b;
	--news-light-color:#ffc9a4;
	--staff-color:#50dfbd;
	--staff-light-color:#b9f2e5;
	--story-color:#ff6d6d;
	--story-light-color:#ffc5c5;
	--member-color:#67d0ff;
	--member-light-color:#c2ecff;
	--str-color:#c717fa;
	--str-light-color:#e9a2fd;
	--books-color:#70c228;
	--books-light-color:#c6e7a9;
	--vote-color:#297fff;
	--vote-light-color:#a9ccff;
	--music-color:#c85cff;
	--music-light-color:#e9beff;
	--radio-color:#adcc00;
	--radio-light-color:#deeb99;
	--live-color:#f729ff;
	--live-light-color:#fca9ff;
	--onair-color:#ff3300;
	--onair-light-color:#ff9999;
	--bd-color:#735cff;
	--bd-light-color:#b9adff;
	--tw-color:#1da1f2; /* twitter */
	--yt-color:#ff0000; /* Youtube */
	--insta-color:#297fff; /* intagram */
}

a {
	transition: all .3s;
}
a {
	color: var(--base-color);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	max-width: 100%;
}
.dash {
	letter-spacing: -.1em;
}
.font80 {
	font-size: 80%;
}
.red {
	color: #FF0000!important;
}

body {
	background-color: #fff;
	position: relative;
	background-image: url("../img/top_bg.png"), -webkit-linear-gradient(270deg,rgba(236,171,235,.50) 0%,rgba(236,171,235,0.00) 50%,rgba(236,171,235,0.00) 100%);
	background-image: url("../img/top_bg.png"), -moz-linear-gradient(270deg,rgba(236,171,235,.50) 0%,rgba(236,171,235,0.00) 50%,rgba(236,171,235,0.00) 100%);
	background-image: url("../img/top_bg.png"), -o-linear-gradient(270deg,rgba(236,171,235,.50) 0%,rgba(236,171,235,0.00) 50%,rgba(236,171,235,0.00) 100%);
	background-image: url("../img/top_bg.png"), linear-gradient(180deg,rgba(236,171,235,.50) 0%,rgba(236,171,235,0.00) 50%,rgba(236,171,235,0.00) 100%);
}

/* header */
#header {
	position: relative;
	width: 100%;
}
#header::after {
	content: "";
	clear: both;
	display: block;
	width: 100%;
}


/* header > global_nav */
#global_nav {
	/*position: fixed;*/
	display: flex;
	justify-content: space-between;
	width: 100%;
	color: white;
	font-size: 10px;
	background-color: var(--base-color); /* base color */
	padding: .5em 0;
	z-index: 500;
}
#portal {
	margin: 0 0 0 1em;
	line-height: 1;
	height: 1em;
	letter-spacing: -.01em;
}
#worldwide {
	margin: 0 1em 0;
	line-height: 1;
	height: 1em;
	letter-spacing: 0.5px;
}
	
#portal a:link,
#worldwide a:link {
	color: #fff; text-decoration: none;
}
#portal a:visited,
#worldwide a:visited {
	color: #fff;
	text-decoration: none;
}
#portal a:hover,
#worldwide a:hover {
	color: #fff;
	text-decoration: none;
}
#portal a:active,
#worldwide a:active {
	color: #fff;
	text-decoration: none;
}


#container {
	position: relative;
	padding-top: 20px;
}





/* main */
#main h1 {
	color: rgba(255,255,255,1.00);
	border-radius: .2em;
	padding: 0 1em;
	font-size: 100%;
	font-weight: 300;
	margin-bottom: 1.4em;
	background-color: var(--base-color);
}
#main h2 {
	border-radius: .2em;
	background-color: rgba(241,241,241,1);
	padding: 0 1em;
	font-size: 120%;
	font-weight: 300;
	-webkit-box-shadow: 1px 2px 5px rgba(168,168,168,1.00);
	box-shadow: 1px 2px 5px rgba(168,168,168,1.00);
	margin-bottom: calc(1.4em / 1.6);
}
#main h1.cast {
	color: rgba(255,255,255,1.00)!important;
	border-radius: .2em;
	padding: 0 1em;
	font-size: 100%;
	font-weight: 300;
	margin-bottom: 1.4em;
	background-color: var(--base-color)!important;
}



/* main (コンテンツエリア) */
main section > div,
main article > div {
	width: 100%;
	margin: 0 auto;
}
main section > div {
	padding: 3em 0 1em;
}






/* SNSボタン設定 */
#social {
	padding: 0;
}
#social #socialbox {
	padding-bottom: 3em;
}
#social .social {
	display: flex;
	justify-content: center;
}


/* インラインyoutube用レスポンシブ設定 */
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 1em;
	clear: both;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}



/* footer */
#footer {
	clear: both;
	padding-top: 10px;
	width: 100%;
	position: relative;
	padding-bottom: 30px;
	border-top: 5px solid rgba(255,255,255,1.00);
}

#footer #endbar {
	width: 100%;
	height: 20px;
	margin: 0 auto;
	background-color: var(--base-color); /* base color */
}
#footer #copyright p {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 2em 0;
	font-size: 1.2rem;
	letter-spacing: -.01em;
}







.followbtn {
	display: block;
	color: #FFF!important;
	text-decoration: none;
	width: 100%;
	text-align: left;
	line-height: 1;
	padding: .5em 2em .5em 1em;
	border-radius: .3em;
	position: relative;
	transition: all .6s;
}
.followbtn::after {
	position: absolute;
	content: '〉';
	display: block;
	right: .3em;
	top: calc(50% - .55em);
	transition: all .6s;
	color: #FFF;
}
.followbtn::before {
	position: absolute;
	content: '〉';
	display: block;
	right: .6em;
	top: calc(50% - .55em);
	transition: all .6s;
	color: #FFF;
	opacity: 0;
}
.followbtn:hover::before {
	opacity: 1;
}
.followbtn:hover {
	text-decoration: none;
}
.followbtn:hover::after {
}
.followbtn span {
	display: inline-block;
}

@media screen and (max-width:480px) {
	.followbtn {
		padding: 1em 2em 1em 1em;
	}
}






