@charset "UTF-8";
/*
* style.css
* description : FM COCOLO Whole Earth RADIO
*
* Created  2020/07/08.
* Last Update 2020/07/08.
*/




/* INDEX */
/*[[[ Basic ]]]*/


/*[[[ Loading ]]] */


/*[[[ Header ]]]*/
/*----- [[[ Main Back Ground ]]] -----*/
/*----- [[[ Top CCL Logo ]]] -----*/
/*----- [[[ Header Main ]]] -----*/
/*----- [[[ Main Copy ]]] -----*/


/*[[[ Content ]]]*/
/*----- [[[ Text Line Height ]]] -----*/
/*----- [[[ Frame and Border ]]] -----*/
/*----- [[[ Theme Title Image ]]] -----*/
/*----- [[[ Latest Theme ]]] ------*/
/*----- [[[ On Air List ]]] ------*/
/*----- [[[ Archive ]]] -----*/


/*[[[ Footer ]]]*/
/*----- [[[ Under Back Ground ]]] -----*/
/*----- [[[ Footer Title Logo ]]] -----*/
/*----- [[[ SNS Share Buttons ]]] -----*/
/*----- [[[ Copyright ]]] -----*/
/*----- [[[ Page Top Btn ]]] -----*/












/*
[[[ Basic ]]] 
*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
html * {
	max-height:999999px; /*for Android*/
}
*,*:before,*:after {
	box-sizing: inherit;
}

body {
	letter-spacing: .1rem;
	color: rgba(0,0,0,1); /*#000000*/
	background: rgba(255,255,255,1); /* #FFFFFF */
}

a {
color:rgba(0,51,110,1); /* #08336E */
}
a,
a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover,
a:focus{
	color:rgba(0,29,66,1); /* #001d42 */
}
a:active{
	color:rgba(0,29,66,1); /* #001d42 */
}


/*----- [[[ Back Ground ]]] -----*/
.bg-xxxxx {
	background: rgba(255,255,255,1); /* #FFFFFF */
}










/*
[[[ Loading ]]] 
*/

#site_wrap {
	display:none;
}
#site_loader_overlay {
 position: fixed;
 background:#fff;
 background:rgba(255,255,255,1);
 top:0px;
 left:0px;
 bottom:0px;
 right:0px;
 z-index: 99999; opacity:1;
 -webkit-transition: opacity 0.3s;
 transition: opacity 0.3s;
}
#site_loader_spinner {
 width:60px;
 height:60px;
 border-radius:100%;
 margin-top:-30px;
 margin-left:-30px;
 border:4px solid #C6D69D;
 border-top-color:#729A0D;
 box-sizing:border-box;
 position:absolute;
 top:50%;
 left:50%;
 animation:loading 1.2s linear infinite;
 -webkit-animation:loading 1.2s linear infinite;
}

@keyframes loading{
 0% { transform:rotate(0deg); }
 100% { transform:rotate(360deg); }
}
@-webkit-keyframes loading{
 0% { -webkit-transform:rotate(0deg); }
 100% { -webkit-transform:rotate(360deg); }
}










/*
[[[ Header ]]]
*/

/*----- [[[ Main Back Ground ]]] -----*/
@media screen and (min-width: 768px) {
	#main.bg-main {
		background: url(../../images/bg_main_pc.jpg) no-repeat center bottom;
		background-size: cover;
		/*background-attachment: fixed;*/
	}

}/* @media screen and (min-width: 768px) end */


@media screen and (max-width: 767px) {
	#main.bg-main {
		background: url(../../images/bg_main_pc.jpg) no-repeat center bottom;
		background-size: cover;
		/*background-attachment: fixed;*/
	}

}/* @media screen and (max-width: 767px) end */





/*----- [[[ Top CCL Logo ]]] -----*/
#header-main {
	position: relative;
}

#header-main .logo-ccl-img {
	position: absolute;
	top: 30px;
}


@media screen and (min-width: 1200px) {
	#header-main .logo-ccl-img {
		left: 12px;
		max-width: 92px;
	}

} /* @media screen and (max-width: 1200px) end */


@media screen and (max-width: 1199px) and (min-width: 992px) {
	#header-main .logo-ccl-img {
		left: 12px;
		max-width: 82px;
	}

} /* @media screen and (max-width: 1199px) and (min-width: 992px) end */


@media screen and (max-width: 991px) {
	#header-main .logo-ccl-img {
		top: 20px;
		max-width: 72px;
	}

} /* @media screen and (max-width: 991px) end */


@media screen and (max-width: 767px) {
	#header-main .logo-ccl-img {
		top:12px;
		left: 0;
		max-width: 42px;
	}

} /* @media screen and (max-width: 767px) end */





/*----- [[[ Header Main ]]] -----*/
#header-main .header-main-logo {
	max-width: 720px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}


@media screen and (max-width: 991px) and (min-width: 768px) {
	#header-main .header-main-logo {
		max-width: 82%;
	}

} /* @media screen and (max-width: 767px) and (min-width: 568px) end */


@media screen and (max-width: 767px) and (min-width: 568px) {
	#header-main .header-main-logo {
		max-width: 88%;
	}

} /* @media screen and (max-width: 767px) and (min-width: 568px) end */





/*----- [[[ Main Copy ]]] -----*/
@media screen and (max-width: 767px) {
	.main-copy {
		font-size: 0.85em;
		line-height: 1.8;
		text-shadow:1px 1px 0 #FFF,
		-1px -1px 0 #FFF,
		-1px 1px 0 #FFF,
		1px -1px 0 #FFF,
		0px 1px 0 #FFF,
		0-1px 0 #FFF,
		-1px 0 0 #FFF,
		1px 0 0 #FFF;
	}

} /* @media screen and (max-width: 767px) end */









/*
[[[ Content ]]]
*/

/*----- [[[ Text Line Height ]]] -----*/
@media screen and (min-width: 768px) {
	.line-height-lg {
		line-height: 2.2;
	}
	.line-height-md {
		line-height: 1.9;
	}
	.line-height-sm {
		line-height: 1.75;
	}

} /* @media screen and (min-width: 768px) end */





/*----- [[[ Frame and Border ]]] -----*/
.on-border-bottom {
	border-bottom: 1px solid rgba(0,0,0,1) /* #000000 */
}





/*----- [[[ Theme Title Image ]]] -----*/
.corner-head-ttl {
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 767px) {
	.corner-head-ttl {
		max-width: 260px;
	}

} /* @media screen and (max-width: 767px) end */





/*----- [[[ Latest Theme ]]] ------*/

/*[[[ Large On Air ]]]*/
#latest-theme .latest-theme-header .head-txt-onair-large {
	font-size:1.6em;
}


/*[[[ Line ]]]*/
#latest-theme .element-line .content-line {
	height: 1px;
	position: relative;
}
#latest-theme .element-line .content-line::before {
	content: "";
	background-image: linear-gradient(to right, #999, #999 1px, transparent 1px, transparent 5px);
	background-size: 5px 1px;
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}



/*[[[ Latest Theme Content ]]]*/

/*[[ DJ and Detail ]]*/
/*[ DJ ]*/
#latest-theme .latest-theme-content .latest-theme-content-detail .latest-theme-content-detail-dj {
	max-width: 100px;
}

@media screen and (max-width: 767px) {
	#latest-theme .latest-theme-content .latest-theme-content-detail .latest-theme-content-detail-dj {
		max-width: 78px;
	}

} /* @media screen and (max-width: 767px) end */


/*[ Detail ]*/
.latest-theme-content-detail-list ul li {
	word-break: break-all;
}
.latest-theme-content-detail-list ul li::before {
	content: "●";
}


/*[ Link Box ]*/
#latest-theme .latest-theme-content .latest-theme-content-detail .latest-theme-content-detail-link {
	width: auto;
	display: inline-block;
	border: 1px solid #739920;
}
.latest-theme-content-detail-link ul {
	margin-bottom: 0;
}
.latest-theme-content-detail-link ul li {
	word-break: break-all;
}


/*[ Player ]*/
.voice-player {
	max-width: 100%;
	margin: 0;
	padding: 0;
}





/*----- [[[ On Air List ]]] ------*/

/*[[[ On Air List Title Image ]]]*/
#onair-list .onair-list-header .head-ttl-onairlist {
	max-width: 160px;
	margin-left: auto;
	margin-right: auto;
}


/*[[[ Player ]]]*/
#onair-list .onair-list-spotify .spotify__player {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#onair-list .onair-list-spotify .spotify__player iframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





/*----- [[[ Archive ]]] -----*/

/*[[[ Card ]]]*/
/*[ On Air ]*/
#archive .archive-content .card .card-onair span {
	font-size:1.42em;
}

/*[ Link Image ]*/
#archive .archive-content .card a {
	overflow: hidden;
}
#archive .archive-content .card a img {
	display: block;
	transition: .5s;
}
#archive .archive-content .card a:hover img {
	transform: scale(1.2,1.2); ;
}











/*
[[[ Footer ]]]
*/

/*----- [[[ Under Back Ground ]]] -----*/
@media screen and (min-width: 768px) {
	#footer-main.bg-under {
		background: url(../../images/bg_footer.jpg) no-repeat center center;
		background-size: cover;
	}

}/* @media screen and (min-width: 768px) end */


@media screen and (max-width: 767px) {
	#footer-main.bg-under {
		background: url(../../images/bg_footer_spn.jpg) no-repeat center center;
		background-size: cover;
	}

}/* @media screen and (max-width: 767px) end */





/*----- [[[ Footer Title Logo ]]] -----*/
@media screen and (max-width: 767px) {
	#footer-main .footer-main-logo  {
		max-width: 54%;
		margin: 0 auto;
	}

} /* @media screen and (max-width: 767px) end */





/*----- [[[ SNS Share Buttons ]]] -----*/
#footer-main .sns-btns {
	width:auto;
	height: auto;
	margin:;
	padding: 0;
	text-align: center;
}
#footer-main .sns-btns .social {
	display: inline-block;
	line-height: 1;
	vertical-align: top;
}





/*----- [[[ Copyright ]]] -----*/
#footer-main .copyright a {
	color: #111;
	text-decoration:underline;
}
#footer-main  .copyright a:hover {
	text-decoration:none;
}





/*----- [[[ Page Top Button ]]] -----*/

.pagetop {
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	text-align: center;
}
.pagetop a {
	cursor: pointer;
	padding-top: 60px;
	position: relative;
 /*bottom: 20px;*/
 /*left: 50%;*/
 z-index: 2;
 display: inline-block;
 -webkit-transform: translate(0, -50%);
 transform: translate(0, -50%);
 text-decoration: none;
 text-indent: 0;
 font : normal 400 16px/1 'Roboto Condensed', sans-serif;
 color: rgba(17,17,17,1);
}
.pagetop a span {
	position: absolute;
 top: 0;
 left: 50%;
 width: 46px;
 height: 46px;
 margin-left: -23px;
 background: rgba(17,17,17,1);
 border-radius: 100%;
 box-sizing: border-box;
}
.pagetop a span::after {
	position: absolute;
 top: 50%;
 left: 50%;
 content: '';
 width: 16px;
 height: 16px;
 margin: -4px 0 0 -8px;
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 box-sizing: border-box;
}










