@charset "utf-8";
/*印刷禁止*/
@media print {
	body {display: none;}
}
/* 共通 */
html {font-size: 62.5%;}
body {
background: #fff url(../img/bg.webp) no-repeat top center / 100%;
font-family: "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.SicSquareM_M{
font-family: "sicsquare", sans-serif;
font-weight: 500;
font-style: normal;
}
.SicSquareD_D{
font-family: "sicsquare", sans-serif;
font-weight: 600;
font-style: normal;
}
.Barlow_M{
font-family: "barlow", sans-serif;
font-weight: 500;
font-style: normal;
}

.wrapper {
box-sizing: border-box;-webkit-box-sizing: border-box;
color: #333;
line-height: 1.4;
margin: 0 auto;
width: 100%;
}
.onlySp {display: none !important;}
.onlyPc {display: block !important;}

/*-- Pan_box ----------------------*/
#pan_box {
font-size: 1.1em;
padding: 8px 0 8px 10px;
width: 100%;
}
#pan_box .in {
margin: 0 auto;
width: 1100px;
}
#pan_box a {
color: #111157;
text-decoration: none;
}
#pan_box a:hover {
color: #111157;
transition: 0.2s;
}
/* sns */
.btn_sns {margin: 0 8px;}
.btn_sns img {width: 50px;}
.hatena-bookmark-button-frame {vertical-align: middle;}
#sns_button_pc {margin: 20px auto;width: 140px;}

/* contents----------------------------- */
.header {
background-color: #fff;
margin: 0 auto;
position: relative;
width: 100%;
}
.contents {
background-color: #fff;
min-height: 500px;
margin: 0 auto 100px;
padding-bottom: 60px;
width: 980px;
}

/* main追加分 */
#main {
background: white;
border-radius: 8px;
box-shadow: 0 0 7px 0 #bababa;
display: block;
margin: 0 auto;
padding: 1% 0 2%;
max-width: 1200px;
width: 80%;
}
#title {
margin: 0 auto;
padding: 2% 0;
text-align: center;
}
#title a img{
width: 60%;
max-width: 500px;
}
#contents section {
clear: both;
margin: 0 auto;
padding: 0 0 30px;
width: 95%;
}
#contents section h2 {
background-image: linear-gradient(0deg, rgba(230, 240, 250, 1), rgba(168, 202, 240, 1) 40%, rgba(237, 252, 255, 1) 39%, rgba(232, 240, 250, 1));
box-sizing: border-box;
clear: both;
height: auto;
line-height: 1.2;
margin: 2% 0 4%;
padding: 1.2% 0;
text-align: center;
text-shadow: 0px 0px 3px rgba(255, 255, 255, 1),0px 0px 3px rgba(255, 255, 255, 1),0px 0px 3px rgba(255, 255, 255, 1);
width: 100%;
}
#contents section h2 p {
display: block;
font-family: "sicsquare", sans-serif;
font-weight: 500;
font-style: normal;
font-size: min(1.8em, 4.0vw);
}
#contents section h2 span {
display: block;
font-family: "barlow", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 90%;
}

/* 放送日程表----------------------------- */
#oadate .table {
margin: 0 auto;
width: 85%;
}
#oadate .table .time {
display: inline-block;
text-align: right;
}
#oadate .list_row {
display: flex;
margin: 0 auto;
}
#oadate .list_row li {
border: solid 2px #c1cacc;
border-bottom: 0px;
box-sizing: border-box;
font-size: 2rem;
list-style: none;
padding: 4px 8px;
}
#oadate .list_row li:nth-child(2),
#oadate .list_row li:nth-child(3) {
border-left: 0px;
}
#oadate .list_row li:nth-child(1) {
flex: 20% 0 0;
text-align: center;
max-width: 20%;
}
#oadate .list_row li:nth-child(2) {
flex: 30% 0 0;
text-align: center;
word-break: auto-phrase;
}
#oadate .list_row li:nth-child(3) {
flex: 50% 0 0;
max-width: 50%;
}
#oadate .mx1,
#oadate .mx2 {
background-color: #fbd6ff;
border-radius: 3px;
display: inline-block;
margin-right: 5px;
padding: 0 4px;
}
#oadate .mx2 {
background-color: #bde8f4;
margin-left: 10px;
}
#oadate .table .mx2-first {
margin-left: 0;
}

/* 行の装飾 */
#oadate .list_row:nth-of-type(odd) {
background-color: #f6fdff;
}
#oadate .list_row:last-of-type li {
border-bottom: solid 2px #c1cacc;
}

/* 注意書き */
#oadate .notice {
font-size: 1.3rem;
margin-top: 5px;
text-align: center;
}

/* song ------------------------------------  */
#song .songInfo {
clear: both;
display: flex;
margin: 0 auto;
width: 90%;
}
#song .photo {
width: 60%;
}
#song .photo img {
max-width: 100%;
}
#song .musicTtl {
color: #0e2b42;
font-size: min(2.3em, 4vw);
padding: 90px 0 0;
text-align: center;
width: 40%;
}
#song .musicTtl span {
display: inline-block;
font-size: 1.5rem;
margin-bottom: 20px;
}
#song .more {
margin: 0 auto;
text-align: center;
}
#song .more a {
background: #00a9ff;
border: 3px solid #00a9ff;
border-radius: 8px;
color: #fff;
display: block;
font-size: 2.2em;
font-weight: bold;
padding: 10px 0;
margin: 40px auto 0;
text-decoration: none;
width: 70%;
max-width: 320px;
}
#song .more a:hover {
color: #00a9ff;
background: #fff;
border: 3px solid #00a9ff;
transition: 0.2s;
}

/* Link ------------- */
#link .banner_link {
background: #fff;
border: #fff solid 2px;
display: block;
padding: 4px;
text-align: center;
width: 32%;
}
#link .banner_link a {
display: block;
line-height: 60px;
}
#link .banner_link img {
display: block;
margin:0 auto;
max-width: 90%;
}
#link .banner_link:nth-of-type(even) {
/*margin: 0 18px;*/
}
#link .banner_link:hover {
opacity: 0.7;
transition: 0.2s;
}
#link .link_box {
display: flex;
margin: 0 auto;
justify-content: space-evenly;
width: 90%;
}
#link .b_virtual {
border-color: #0279c1;
}
#link .b_x{
border-color: #000;
}

/* subpage -------------------------------  */
#themesong .ttl {
color: #555;
display: block;
font-size: min(2.3em, 3.8vw);
font-weight: bold;
line-height: 1.5;
margin: 0 auto 15px;
text-align: center;
width: 90%;
}
#themesong .ttl span {
font-size: 80%;
}
#themesong .kv {
margin: 0 auto 2%;
text-align: center;
}
#themesong .kv img{
max-width: 90%;
}
#themesong .detailText {
border-bottom: 1px solid #00cc00;
color: #333;
font-size: min(1.5em, 3vw);
line-height: 1.8;
margin: 0 auto;
padding: 0 0 10px;
width: 80%;
}
#themesong .detailText strong {
border-top: 1px solid #00cc00;
border-bottom: 1px solid #00cc00;
display: block;
font-size: 1.2em;
margin: 0 auto 3%;
padding: 10px 0;
text-align: center;
}
#themesong .artist_link {
border-bottom: 1px solid #00cc00;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
margin: 0 auto;
justify-content: space-between;
padding: 30px;
width: 80%;
}
#themesong .artist_link .link {
display: inline-block;
color: white;
font-size: 1.5rem;
padding: 15px;
text-align: center;
text-decoration: none;
width: 28%;
}
#themesong .artist_link .link:hover {
opacity: 0.5;
transition: 0.2s;
}
#themesong .artist_link .hp_link {
background-color: #e70014;
margin-bottom: 10px;
}
#themesong .artist_link .x_link {
background-color: black;
margin-bottom: 10px;
}
#themesong .artist_link .ins_link {
background: linear-gradient(#8F35B3, #EE8A35);
margin-bottom: 10px;
}
#themesong .backTop {
margin: 0 auto;
text-align: center;
}
#themesong .backTop a {
background: #eee;
border: 3px solid #eee;
border-radius: 8px;
color: #666;
display: block;
font-size: min(2.2em, 3.0vw);
font-weight: bold;
margin: -10px auto 0;
padding: 10px 0;
text-decoration: none;
width: 50%;
max-width: 360px;
}
#themesong .backTop a:hover {
background: #fff;
border: 3px solid #eee;
transition: 0.2s;
}

/* フッター--------------------------------- */
/*
footer {
background-color: #0f1740;
clear: both;
color: #fff;
font-size: 1rem;
margin: 20px 0 0 0;
line-height: 1.4rem;
padding: 20px;
text-align: center;
}
footer a {
color: #fff;
}
table.foot {
width: 100%;
}
img.top_page {
filter: invert(1);
}*/

/* /フッター--------------------------------- */

#sns_button_pc {margin: 20px auto;width: 140px;}
#sns_button_sp {display: none!important;}

/* SP  -------------------------------------------------- */
@media screen and (max-width:900px) {
	a {
	color: #333;
	outline: none;
	}
	img {
	max-width: 100%;
	pointer-events: none;
	vertical-align: middle;
	}
	#pan_box {
	background: #5b84c7;
	box-sizing: border-box;
	color: white;
	font-size: 1.0em;
	line-height: 24px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	padding: 3px 2%;
	text-align: left;
	width: 100%;
	}
	#pan_box .in {
	color: white;
	height: 24px;
	width: 520px;
	}
	#pan_box a {
	color: white;
	font-weight: normal;
	text-decoration: none;
	}
	#pan_box a:hover {
	color: white;
	}
	.onlySp {
	display: block !important;
	}
	.onlyPc {
	display: none !important;
	}
	#title a img{
	max-width: 90%;
	}
	#main{
	width: 90%;
	}

	/* #oadate ------------------------ */
	#oadate .table {
	width: 95%;
	}
	#oadate .notice{
	text-align: left;
	}
	#oadate .list_row li {
	font-size: 3.5vw;
	}
	#oadate .list_row li:nth-child(2) {
	max-width: 30%;
	}
	#oadate .list_row li:nth-child(3) {
	max-width: 50%;
	}
	#oadate .mx2 {
	margin-left: 0;
    margin-right: 5px;
	}
	#song .songInfo{
	display: block;
	}
	#song .photo{
	width: 100%;
	}
	#song .musicTtl {
	padding: 5% 0 0;
	width: 100%;
	}
	#song .more a{
	font-size: min(2.2em, 3.0vw);
	margin: 5% auto 0;
	}

	#link .link_box{
	display: block;
	}
	#link .banner_link {
	border: #fff solid 2px;
    box-sizing: border-box;
	display: block;
	margin: 0 auto 2%;
	padding: 0;
	width: 80%;
    max-width: 440px;
	}
	#link .banner_link:nth-of-type(even) {
	/*margin: 0 ;*/
	}
	#link .banner_link img{
	width: 100%;
	max-width: 100%;
	}
	#link .b_x {
	border-color: black;
	}

	/* subpage */
	#themesong .detailText{
	width: 90%;
	}
	#themesong .artist_link{
	display: block;
	padding: 4%;
    width: 90%;
	}
	#themesong .artist_link .link {
	box-sizing: border-box;
	padding: 3%;
	width: 100%;
	}
	#themesong .backTop {
	margin: 0 auto 10%;
	}
	#sns_button_pc {display: none!important;}
	/* sns ---------------------------------- */
	#sns_button_sp {
	margin: 0 auto;
	width: 180px;
	}
	.btn_sns img, .hatena-bookmark-button-frame {
	height: 50px;
	margin: 10px 3px 25px 3px;
	vertical-align: middle;
	width: 50px;
	}
}