﻿@charset "UTF-8";

/* commmon
---------------------------------------------------*/
#wrapper {
	background-color: #000038;
	background-image: url('../images/bg_kv.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

/* max-width: 768px */
@media screen and (min-width:1px) and (max-width: 768px) {
	background-image: url('../images/bg_kv_sp.png');
}


/* key-visual
---------------------------------------------------*/
#key-visual {
	padding-top: 218px;
	margin-bottom: 130px;
}
#key-visual .inner {
	margin-bottom: 170px;
}
#key-visual .inner .logo {
	text-align: center;
	margin-bottom: 50px;
}
#key-visual .inner p {
	text-align: center;
	color: #fff;
	font-size: 22px;
	letter-spacing: 0.15em;
}
#gigyaShare {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
#gigyaShare > *:first-of-type {
	margin-right: 0.5em;
}

/* max-width: 768px */
@media screen and (min-width:1px) and (max-width: 768px) {
	#key-visual {
		padding-top: 38.28125vw;
		margin-bottom: 18.75vw;
	}
	#key-visual .inner {
		margin-bottom: 25vw;
	}
	#key-visual .inner .logo {
		margin-bottom: 12.5vw;
	}
	#key-visual .inner .logo img {
		width: 89.0625vw;
	}
	#key-visual .inner p {
		line-height: 1.6em;
		font-size: 5vw;
	}
}f


/* on-air
---------------------------------------------------*/
#on-air {
	margin-bottom: 145px;
}
#on-air .ttl {
	text-align: center;
	margin-bottom: 25px;
}
#on-air .ttl img {
	width: 390px;
}
#on-air .date {
	max-width: 800px;
	text-align: center;
	background-color: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0 auto;
	padding: 40px;
}
#on-air .date.sat {
	color: #0068b7;
	margin-bottom: 20px;
}
#on-air .date.sun {
	color: #e4007f;
}
#on-air .date h3 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 1em;
	letter-spacing: 0.05em;
}
#on-air .date p {
	line-height: 1.6em;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

/* max-width: 768px */
@media screen and (min-width:1px) and (max-width: 768px) {
	#on-air {
		margin-bottom: 26.5625vw;
	}
	#on-air .ttl {
		margin-bottom: 6.25vw;
	}
	#on-air .ttl img {
		width: 70.3125vw;
	}
	#on-air .date {
		max-width: 89.0625vw;
		-webkit-border-radius: 1.5625vw;
		border-radius: 1.5625vw;
		padding: 6.25vw 5.46875vw;
	}
	#on-air .date.sat {
		margin-bottom: 6.25vw;
	}
	#on-air .date h3 {
		font-size: 5.625vw;
	}
	#on-air .date p {
		text-align: left;
		font-size: 5vw;
	}
}


/* archive
---------------------------------------------------*/
#archive {
	margin: 80px 0 145px;
}
#archive .ttl {
	text-align: center;
	margin-bottom: 30px;
}
#archive .ttl img {
	width: 208px;
}

/* searchArea */
#searchArea {
	position: relative;
	max-width: 800px;
	height: 50px;
	margin: 0 auto 100px;
}
#searchArea ul.select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 18px;
	background-color: #fff;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	letter-spacing: 0.1em;
	cursor: pointer;
	overflow: hidden;
	user-select: none;
}
#searchArea ul.select:after {
	position: absolute;
	content: '';
	top: 8px;
	right: 8px;
	width: 40px;
	height: 40px;
	background-image: url('../images/icon_arrow.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 10;
}
#searchArea ul.select li {
	position: relative;
	padding: 1em 2em;
	z-index: 20;
}
#searchArea ul.select li:not(.selected) {
	display: none;
}
#searchArea ul.select.on {
	height:20em;
	overflow:scroll;
}
#searchArea ul.select.on li {
	display: block;
}
#searchArea ul.select.on li.selected {
	display: block;
	background-color: #e5e5e5;
}
#searchArea ul.select.on li:first-child {
	background-image: url('../images/icon_arrow_on.png');
	background-repeat: no-repeat;
	background-position: right 8px top 8px;
	background-size: 40px;
}

/* listTitle */
#listTitle {
	text-align: center;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 100px;
	letter-spacing: 0.1em;
}
/* archiveList */
#archiveList {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1080px;
	margin: 0 auto;
}
#archiveList figure {
	width: 26%;
	text-align: center;
	color: #fff;
	margin: 0 3.6% 60px;
}
/*
#archiveList figure:nth-of-type(3n) {
	margin-right: 0;
}
*/
#archiveList figure .title {
	font-size: 24px;
	font-weight: bold;
	margin: 1em 0 0.5em;
	letter-spacing: 0.1em;
}
#archiveList figure .artist {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

/* max-width: 768px */
@media screen and (min-width:1px) and (max-width: 768px) {
	#archive {
		margin-bottom: 25vw;
	}
	#archive .ttl {
		margin-bottom: 6.25vw;
	}
	#archive .ttl img {
		width: 37.8125vw;
	}

	/* searchArea */
	#searchArea {
		max-width: 89.0625vw;
		height: 15.625vw;
		margin: 0 auto 12.5vw;
	}
	#searchArea ul.select {
		font-size: 4.375vw;
		-webkit-border-radius: 7.8125vw;
		border-radius: 7.8125vw;
	}
	#searchArea ul.select:after {
		top: 2.5vw;
		right: 1.875vw;
		width: 7.8125vw;
		height: 7.8125vw;
	}
	#searchArea ul.select.on li:first-child {
		background-position: right 1.875vw top 2.5vw;
		background-size: 7.8125vw;
	}

	/* listTitle */
	#listTitle {
		line-height: 1.4em;
		font-size: 5.9375vw;
		margin-bottom: 1em;
	}
	/* archiveList */
	#archiveList {
		max-width: 89.0625vw;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#archiveList figure {
		width: 47.3%;
		margin: 0 0 12.5vw;
	}
	#archiveList figure .title {
		font-size: 5vw;
	}
	#archiveList figure .artist {
		font-size: 3.75vw;
	}
}


/* links
---------------------------------------------------*/
#links {
	margin-bottom: 145px;
}
#links ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#links ul li {
	width: 48%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0 auto;
}
#links ul li.jwave {
	display: none;
	background-image: url('../images/bnr_jwave_hover.png');
}
#links ul li.sonar {
	background-image: url('../images/bnr_sonarmusic_hover.png');
}
#links ul li a {
	display: block;
}
#links ul li a img {
	width: 100%;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
#links ul li a:hover img {
	opacity: 0;
}

/* max-width: 768px */
@media screen and (min-width:1px) and (max-width: 768px) {

	#links {
		margin-bottom: 26.5625vw;
	}
	#links ul {
		display: block;
		max-width: 89.0625vw;
	}
	#links ul li {
		margin: 0;
		margin-bottom: 6.25vw;
	}
	#links ul li:last-of-type {
		margin-bottom: 0;
	}
	#links ul li a {
		width: 89.0625vw;
		height: 20.46875vw;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	#links ul li.jwave a {
		background-image: url('../images/bnr_jwave_sp.png');
	}
	#links ul li.sonar a {
		background-image: url('../images/bnr_sonarmusic_sp.png');
	}
	#links ul li a img {
		display: none;
	}
}
