@charset "UTF-8";
.gHeaderWrap {}
.gHeader {
	position: fixed;
	z-index: 1000;
	width: 100%;
	top: 63px;
	left: 0;
	transition-duration: 0.5s;
	transition-property: top;
}
.isFixed .gHeader {
	top: 25px;
}
.gHeader_inner {
	max-width: 1200px;
}
.gHeader_cols {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 35px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10);
}
.gHeader_col {}
.gHeader_col-no1 {}
.gHeader_title {}
.gHeader_title > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 70px;
	align-items: center;
	font-size: 18px;
	font-weight: normal;
	padding: 0 35px;
	transition-duration: .3s;
	transition-property: color;
	letter-spacing: .1em;
	white-space: nowrap;
}
.gHeader_title > a::before {
	content: "";
}
.gHeader_title > a::after {
	content: "";
}
.gHeader_col-no2 {
	padding-right: 10px;
}
.gNav {}
.gNav_inner {}
.gNav_list {
	list-style: none;
	display: flex;
}
.gNav_list > li {}
.gNav_list > li:first-child {}
.gNav_list > li:last-child {}
.gNav_list > li:nth-child(2n+1) {}
.gNav_list > li:nth-child(n+3) {}
.gNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 70px;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 16px;
	padding: 0px 20px;
	position: relative;
	z-index: 1;
	letter-spacing: .1em;
}
.gNav_list > li > a::before {
	content: "";
}
.gNav_list > li > a::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: calc(100% - 60px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff100;
	height: 4px;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.p-contact .gNav_list > li > a.-contact::after,
.p-news .gNav_list > li > a.-news::after,
.p-textLog .gNav_list > li > a.-textLog::after,
.p-podcast .gNav_list > li > a.-podcast::after,
.p-guest .gNav_list > li > a.-guest::after {
	opacity: 1;
}
.gMenuBtn {
	display: none;
}
.gMenuBtn::before {
	content: "";
}
.gMenuBtn::after {
	content: "";
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gPageTop {
	position: relative;
	z-index: 10;
}
.gPageTop_inner {
	max-width: 1200px;
}
.gPageTop_btnWrap {
	position: relative;
	z-index: 1;
}
.gPageTop_button {
	display: block;
	width: 68px;
	height: 68px;
	background-color: #000;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	border: 1px solid #000;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gPageTop_button::before {
	content: "";
}
.gPageTop_button::after {
	content: "";
}
.gPageTop_button > .icon {
	display: block;
	font-size: 19px;
}
.gFooter {
	background-color: #ececec;
	padding-top: 40px;
}
.gFooter_inner {
	margin-top: 6px;
}
.gFooter_bnrList {
	list-style: none;
	display: flex;
	align-items: center;
}
.gFooter_bnrList > li {
	margin-left: 10px;
}
.gFooter_bnrList > li:first-child {
	margin-left: 0;
}
.gFooter_bnrList > li:last-child {}
.gFooter_bnrList > li:nth-child(2n+1) {}
.gFooter_bnrList > li:nth-child(n+3) {}
.gFooter_bnrList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
}
.gFooter_bnrList > li > a::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: border-color, color;
}
.gFooter_bnrList > li > a::after {
	content: "";
}
.gFooter_bnrList > li > a > img {
	display: block;
}
.gFooter_caution {
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 15px;
}
.gFooter_list {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	font-weight: 500;
	font-size: 16px;
	margin-top: 6px;
}
.gFooter_list > li {
	display: flex;
	align-items: center;
}
.gFooter_list > li::after {
	content: "｜";
	display: block;
	margin: 0 1em;
}
.gFooter_list > li:last-child::after {
	display: none;
}
.gFooter_list > li:first-child {}
.gFooter_list > li:last-child {
	display: block;
}
.gFooter_list > li:nth-child(2n+1) {}
.gFooter_list > li:nth-child(n+3) {}
.gFooter_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gFooter_list > li > a::before {
	content: "";
}
.gFooter_list > li > a::after {
	content: "";
}
.gFooter_copyright {
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	line-height: 1;
	height: 28px;
	margin-top: 10px;
}
.gFooter_copyright > small {
	display: block;
	font-size: 10px;
	text-align: center;
	font-weight: 500;
}
.gBody {
	position: relative;
	z-index: 1;
	padding-bottom: 112px;
}
.gVisual {
	padding-top: 198px;
	padding-bottom: 73px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.gVisual-none {
	padding: 0;
	height: 190px;
}
.gVisual_inner {
	position: relative;
	z-index: 1;
}
.gVisual_icon {
	margin-bottom: 17px;
	position: relative;
	z-index: 1;
}
.gVisual_icon > svg {
	display: block;
	width: 86px;
	height: 58px;
	margin: 0 auto;
}
.gVisual_icon > svg > use {}
.gVisual_title {
	line-height: 1;
	text-align: center;
	font-size: 44px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
.gVisual_title > b {
	display: block;
	font-weight: inherit;
}
.gVisual_title > small {
	display: block;
	font-weight: normal;
	font-size: 45.45%;
	color: #00aeeb;
	margin-top: 17px;
}
.gPankuzu {
	background-color: #ececec;
	margin-bottom: 65px;
}
.gPankuzu_inner {
	max-width: 1200px;
}
.gPankuzu_oList {
	display: flex;
	list-style: none;
	align-items: center;
	overflow: auto;
	white-space: nowrap;
	font-size: 14px;
	font-weight: bold;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li::after {
	content: "＞";
	display: block;
	font-weight: normal;
	margin: 0 9px;
}
.gPankuzu_oList > li:last-child::after {
	display: none;
}
.gPankuzu_oList > li:first-child {}
.gPankuzu_oList > li:last-child {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gPankuzu_oList > li:nth-child(2n+1) {}
.gPankuzu_oList > li:nth-child(n+3) {}
.gPankuzu_oList > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 50px;
	align-items: center;
	font-weight: normal;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gPankuzu_oList > li > a::before {
	content: "";
}
.gPankuzu_oList > li > a::after {
	content: "";
}
.gBody_inner {}
.gVisual_wave {
	fill: #fff660;
	width: 453px;
	display: block;
	height: 329px;
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-left: 660px;
	margin-top: 39px;
	pointer-events: none;
}
.gVisual_wave-volume {
	fill: #ececec;
	margin-left: -600px;
	margin-top: -157px;
}
.gSideNav {
	max-width: 280px;
}
.gSideNav_inner {}
.gSideNav_radikoLink {
	margin-bottom: 19px;
}
.gSideNav_platformLink {
	margin-bottom: 52px;
}
.gSideNav_radikoLink-sp {
	display: none;
}
.gSideNav_radikoLink > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 78px;
	border: 2px solid #00aeeb;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	border-radius: 15px;
	color: #00aeeb;
	font-size: 20px;
	line-height: 26px;
	align-items: center;
	font-weight: bold;
	transition-duration: .3s;
	transition-property: background-color, color;
	padding: 0 10px;
	padding-right: 37px;
}
.gSideNav_radikoLink_text {
	display: block;
}
.gSideNav_radikoLink_text > b {
	font-size: 26px;
	font-weight: inherit;
}
.gSideNav_radikoLink > a::before {
	content: "";
}
.gSideNav_radikoLink > a::after {
	content: "";
}
.gSideNav_radikoLink > a > .icon-wifi {
	display: block;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-size: 196%;
	margin-right: 6px;
}
.gSideNav_radikoLink > a > .icon-linkRight {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 8px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.gSideNav_platformLink {
	text-decoration: none;
	color: inherit;
	height: 137px;
	border: 2px solid #00aeeb;
	box-sizing: border-box;
	border-radius: 15px;
	color: #00aeeb;
	font-size: 20px;
	font-weight: bold;
	padding: 6px 20px;
}
.gSideNav_platformLink_title {
	line-height: 1.5;
	letter-spacing: 0;
}
.gSideNav_platformList {
	display: flex;
	justify-content: center;
	gap: 20px;
    padding: 14px 8px;
}
.gSideNav_platformList i {
	width: 60px;
	height: 60px;
}
.gSideNav_platformList a {
	opacity: 1;
	transition: 0.3s;
}
.gSideNav_platformList a:hover {
	opacity: 0.7;
	transition: 0.3s;
}

.gSideNav_keyword {
	margin-bottom: 22px;
}
.gSideNav_keyword > form {}
.gSideNav_keyword_cols {
	display: flex;
	justify-content: space-between;
}
.gSideNav_keyword_col {}
.gSideNav_keyword_col-no1 {
	width: calc(100% - 65px);
}
.gSideNav_keyword_input {
	position: relative;
	z-index: 1;
}
.gSideNav_keyword_input > .icon {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #999999;
	font-size: 19px;
}
.gSideNav_keyword_input > input {
	border: 2px solid #999999;
	padding: 6px 10px;
	display: block;
	outline: none;
	padding-left: 34px;
	border-radius: 5px;
}
.gSideNav_keyword_col-no2 {
	width: 60px;
}
.gSideNav_keyword_col-no2 > button {
	display: block;
	height: 100%;
	width: 100%;
	background-color: #000;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	border: 2px solid #000;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gSideNav_keyword_col-no2 > button::before {
	content: "";
}
.gSideNav_keyword_col-no2 > button::after {
	content: "";
}
.gSideNav_sect {
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
	margin-bottom: 32px;
}
.gSideNav_title {
	background-color: #00aeeb;
	height: 64px;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 0 32px;
	font-size: 20px;
	font-weight: bold;
}
.gSideNav_box {
	padding: 0 25px 25px;
}
.gSideNav_imgList {
	list-style: none;
	padding-top: 5px;
}
.gSideNav_imgList > li {}
.gSideNav_imgList > li:first-child {}
.gSideNav_imgList > li:last-child {}
.gSideNav_imgList > li:nth-child(2n+1) {}
.gSideNav_imgList > li:nth-child(n+3) {}
.gSideNav_imgList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gSideNav_imgList_item {
	display: flex;
	padding-top: 15px;
	justify-content: space-between;
	padding-bottom: 15px;
	border-bottom: 2px solid #ececec;
}
.gSideNav_imgList > li > a::before {}
.gSideNav_imgList > li > a::after {}
.gSideNav_imgList_image {
	width: 60px;
	height: 60px;
	background-color: #ececec;
	border-radius: 5px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.gSideNav_imgList_areaText {
	width: calc(100% - 77px);
	font-size: 14px;
	line-height: 1.57;
}
.gSideNav_imgList_title {}
.gSideNav_imgList_info {
	margin-top: 6px;
}
.gSideNav_link {
	display: flex;
	justify-content: flex-end;
	margin-top: 17px;
}
.gSideNav_link > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	font-weight: bold;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gSideNav_link > a::before {
	content: "";
}
.gSideNav_link > a::after {
	content: "";
}
.gSideNav_link > a > .icon {
	display: block;
	margin-right: 4px;
}
.gSideNav_list {
	list-style: none;
}
.gSideNav_list > li {}
.gSideNav_list > li:first-child {}
.gSideNav_list > li:last-child {}
.gSideNav_list > li:nth-child(2n+1) {}
.gSideNav_list > li:nth-child(n+3) {}
.gSideNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	border-bottom: 2px solid #ececec;
	height: 56px;
	box-sizing: border-box;
	line-height: 1.4;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gSideNav_list > li > a::before {
	content: "";
}
.gSideNav_list > li > a::after {
	content: "";
}
.gSideNav_bnrList {
	list-style: none;
}
.gSideNav_bnrList > li {
	margin-top: 25px;
}
.gSideNav_bnrList > li:first-child {
	margin-top: 0;
}
.gSideNav_bnrList > li:last-child {}
.gSideNav_bnrList > li:nth-child(2n+1) {}
.gSideNav_bnrList > li:nth-child(n+3) {}
.gSideNav_bnrList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.gSideNav_bnrList > li > a::before {
	content: "";
}
.gSideNav_bnrList > li > a::after {
	content: "";
}
.gSideNav_bnrList > li > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.gLog {
	max-width: 400px;
}
.gLog_imageWrap {
	border-radius: 15px;
	border: 2px solid #000;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
	transition-duration: .3s;
	transition-property: border-color, color;
}
.gLog_image {
	padding-bottom: 65%;
	position: relative;
	z-index: 1;
	background-color: #efefef;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.gLog_new {
	position: absolute;
	z-index: 2;
	width: 193px;
	height: 193px;
	background-color: #ffff00;
	bottom: -110px;
	right: -110px;
	border-radius: 50%;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	line-height: 1;
	box-sizing: border-box;
	padding-top: 26px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.gLog_cat {
	position: absolute;
	z-index: 2;
	left: 12px;
	bottom: 11px;
}
.gLog_onair > .icon {}
.gLog_onair_text {}
.gLog_onair_text:last-child {
	margin-right: 0;
}
.gLog_title {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.54;
	margin-bottom: 10px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gLog_nameWrap {
	display: flex;
	flex-wrap: wrap;
}
.gLog_status {}
.gLog_status::after {}
.gLog_name {
	font-weight: bold;
}
.gLog_name::before {
	content: "｜";
}
.gLog_name:first-child::before {
	display: none;
}
.gLog > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gLog > a::before {
	content: "";
}
.gLog > a::after {
	content: "";
}
.gLogList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.gLogList > li {
	width: 47.17%;
	margin-left: 5.66%;
}
.gLogList > li:first-child {}
.gLogList > li:last-child {}
.gLogList > li:nth-child(2n+1) {
	margin-left: 0;
}
.gLogList > li:nth-child(n+3) {
	margin-top: 7.3%;
}


.gPod_list {
	list-style: none;
}
.gPod_list > li {
	padding: 60px 0;
	border-bottom: 1px solid #929292;
}
.gPod_list > li:first-child {
	padding-top: 0;
}
.gPod_list > .gPod.--first:first-child {
	padding-top: 0;
}
.gPod_list > li:last-child {
	/* padding-bottom: 0; */
	/* border-bottom: none; */
}
.gPod_list .gPod.--first {
	padding: 60px 0 35px;
}
.gPod_list .gPod.--second {
	padding: 35px 0 60px;
}
.gLog_onair {
	width: fit-content;
}
.gPod_title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.gPod_title {
		font-size: 18px;
	}
}
.gPod_block {
	display: flex;
	gap: 37px;
	margin-bottom: 45px;
	background: #ECECEC;
	border: solid 2px #000000;
	border-radius: 16px;
	padding: 30px;
}
@media screen and (max-width: 1000px) {
	.gPod_block {
		flex-direction: column;
		gap: 16px;
	}
}
@media screen and (max-width: 767px) {
	.gPod_block {
		margin-top: 16px;
	}
}
.gPod_image {
	flex: 0 0 200px;
	height: 220px;
	overflow: hidden;
}
@media screen and (max-width: 1000px) {
	.gPod_image {
		/* margin: 0 auto; */
		flex: 1 1;
		height: auto;
		max-width: 200px;
	}
}
.gPod_image img {
	border-radius: 8px;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gPod_nameBox {
	display: flex;
	flex-direction: column;
	line-height: 1.5;
	letter-spacing: 0;
	margin-bottom: 1lh;
}
.gPod_job {
	font-size: 14px;
	margin-bottom: 5px;
	padding: 8px 0;
}
.gPod_name {
	font-size: 24px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.gPod_name {
		font-size: 20px;
	}
}
.gPod_profileTitle {
	font-family: "Anton", sans-serif;
	font-size: 24px;
	color: #00AEEB;
}
.gPod_profile {
	margin-top: 10px;
	margin-bottom: 1lh;
	line-height: 1.5;
	letter-spacing: .07em;
	font-size: 14px;
}
.gPod_profileURL a {
	text-decoration: underline;
}
.gPod_desc {
	font-size: 14px;
	margin-top: 1lh;
	line-height: 1.5;
	letter-spacing: 0;
}
.entry_cat {
    width: 100px;
    margin-bottom: 10px;
}
.gPod_platform-list {
	display: flex;
	gap: 20px;
    padding-left: 5px;
	margin-left: 20px;
}
@media screen and (max-width: 767px) {
	.gPod_platform-list {
		margin-top: 20px;
		margin-left: 0;
	}
}
.gPod_platform-list a {
	opacity: 1;
	transition: 0.3s;
}
.gPod_platform-list a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
.gPod_platform-list i {
	width: 50px;
	height: 50px;
}
.icon-amazon {
	background-image: url(../img/common/icon_pod_amazon.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
}
.icon-spotify {
	background-image: url(../img/common/icon_pod_spotify.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
}
.gPod_podcastBlock {
	display: flex;
	align-items: center;
	margin-top: 32px;
}
@media screen and (max-width: 767px) {
	.gPod_podcastBlock {
		display: block;
	}
}
.gPod_podcast {
	max-width: 340px;
	width: 100%;
}


.gBody_cols {}
.gBody_col {}
.gBody_col-no1 {}
.gBody_col-no2 {}
.gPager {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 74px;
}
.gPager > a,
.gPager > span {
	min-width: 44px;
	height: 50px;
	padding: 0 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	border: 2px solid #000;
	border-radius: 10px;
	text-decoration: none;
	color: inherit;
	box-sizing: border-box;
	margin: 5px 5px;
	font-weight: bold;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gPager > .previouspostslink {
	border: none;
}
.gPager > .current {
	background-color: #00aeeb;
	color: #fff;
}
.gPager > .extend {
	border: none;
}
.gPager > .nextpostslink {
	border: none;
}
.gPager > a > .icon {}
.gNewsList {
	list-style: none;
	max-width: 1070px;
	margin-left: auto;
	margin-right: auto;
}
.gNewsList-news {
	max-width: 847px;
	margin-left: auto;
	margin-right: auto;
}
.gNewsList > li {}
.gNewsList > li:first-child {}
.gNewsList > li:last-child {}
.gNewsList > li:nth-child(2n+1) {}
.gNewsList > li:nth-child(n+3) {}
.gNewsList > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	border-bottom: 2px solid #ececec;
	padding: 24px 0;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNewsList > li:last-child > a {
	border-bottom: none;
}
.gNewsList > li > a::before {
	content: "";
}
.gNewsList > li > a::after {
	content: "";
}
.gNewsList > li > a > time {
	display: block;
	color: #999999;
	width: 195px;
	font-size: 87.5%;
}
.gNewsList > li > a > b {
	display: block;
	font-weight: 500;
	width: calc(100% - 195px);
}
@media screen and (max-width: 1200px) {
	.gNav_list > li > a {
		font-size: 14px;
		padding: 0 12px;
	}
}
@media screen and (min-width:1000px) {
	.gNewsList > li > a:hover {
		color: #999999;
	}
	.gSideNav_radikoLink > a:hover {
		background-color: #00aeeb;
		color: #fff;
	}
	.gSideNav_keyword_col-no2 > button:hover {
		color: #000;
		background-color: #fff;
	}
	.gSideNav_imgList > li > a:hover {
		color: #999999;
	}
	.gSideNav_link > a:hover {
		color: #00aeeb;
	}
	.gSideNav_list > li > a:hover {
		color: #999999;
	}
	.gSideNav_bnrList > li > a:hover {
		opacity: .7;
	}
	a:hover .gLog_imageWrap {
		border-color: #00aeeb;
	}
	a:hover .gLog_onair {}
	a:hover .gLog_title {
		color: #00aeeb;
	}
	.gLog > a:hover {}
	.gPager > a:hover {
		background-color: #00aeeb;
		color: #fff;
	}
	.gHeader_title > a:hover {
		color: #00aeeb;
	}
	.gNav_list > li > a:hover {}
	.gNav_list > li > a:hover::after {
		opacity: 1;
	}
	.gMenuBtn:hover {}
	.gPageTop_button:hover {
		color: #000;
		background-color: #fff;
	}
	.gFooter_bnrList > li > a:hover {}
	.gFooter_bnrList > li > a:hover::before {
		border-color: #000;
	}
	.gFooter_list > li > a:hover {
		text-decoration: underline;
	}
	.gPankuzu_oList > li > a:hover {
		color: #00aeeb;
		text-decoration: underline;
	}
}
@media screen and (max-width: 999px) {
	.gHeaderWrap {}
	.gHeader {
		top: 25px;
	}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-no1 {
		width: 210px;
	}
	.gHeader_title {}
	.gHeader_title > a {
		padding: 0;
		padding-left: 25px;
		font-size: 13px;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_col-no2 {
		width: calc(100% - 210px);
		display: flex;
		justify-content: flex-end;
	}
	.gNav {}
	.gNav_inner {}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li:first-child {}
	.gNav_list > li:last-child {}
	.gNav_list > li:nth-child(2n+1) {}
	.gNav_list > li:nth-child(n+3) {}
	.gNav_list > li > a {
		padding: 0 8px;
		font-size: 11px;
	}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {
		width: calc(100% - 30px);
	}
	.gMenuBtn {}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gPageTop {}
	.gPageTop_inner {}
	.gPageTop_btnWrap {}
	.gPageTop_button {}
	.gPageTop_button::before {}
	.gPageTop_button::after {}
	.gPageTop_button > .icon {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_bnrList {
		justify-content: center;
	}
	.gFooter_bnrList > li {}
	.gFooter_bnrList > li:first-child {}
	.gFooter_bnrList > li:last-child {}
	.gFooter_bnrList > li:nth-child(2n+1) {}
	.gFooter_bnrList > li:nth-child(n+3) {}
	.gFooter_bnrList > li > a {}
	.gFooter_bnrList > li > a::before {}
	.gFooter_bnrList > li > a::after {}
	.gFooter_bnrList > li > a > img {}
	.gFooter_caution {
		font-size: 12px;
		text-align: center;
	}
	.gFooter_list {
		font-size: 14px;
		margin-top: 7px;
		justify-content: center;
	}
	.gFooter_list > li {}
	.gFooter_list > li::after {}
	.gFooter_list > li:last-child::after {}
	.gFooter_list > li:first-child {}
	.gFooter_list > li:last-child {}
	.gFooter_list > li:nth-child(2n+1) {}
	.gFooter_list > li:nth-child(n+3) {}
	.gFooter_list > li > a {}
	.gFooter_list > li > a::before {}
	.gFooter_list > li > a::after {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gBody {
		padding-bottom: 80px;
	}
	.gVisual {
		padding-top: 150px;
		padding-bottom: 45px;
	}
	.gVisual-none {
		padding: 0;
		height: 130px;
	}
	.gVisual_inner {}
	.gVisual_icon {}
	.gVisual_icon > svg {
		width: 70px;
		height: 47px;
	}
	.gVisual_icon > svg > use {}
	.gVisual_title {
		font-size: 38px;
	}
	.gVisual_title > b {}
	.gVisual_title > small {}
	.gPankuzu {
		margin-bottom: 45px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {
		font-size: 13px;
	}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li::after {}
	.gPankuzu_oList > li:last-child::after {}
	.gPankuzu_oList > li:first-child {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li:nth-child(2n+1) {}
	.gPankuzu_oList > li:nth-child(n+3) {}
	.gPankuzu_oList > li > a {
		height: 40px;
	}
	.gPankuzu_oList > li > a::before {}
	.gPankuzu_oList > li > a::after {}
	.gBody_inner {}
	.gVisual_wave {
		margin-left: 390px;
		margin-top: -9px;
	}
	.gVisual_wave-volume {
		margin-left: -320px;
		margin-top: -95px;
	}
	.gSideNav {}
	.gSideNav_inner {}
	.gSideNav_radikoLink {}
	.gSideNav_radikoLink > a {
		font-size: 16px;
		padding-right: 33px;
	}
	.gSideNav_radikoLink_text {}
	.gSideNav_radikoLink_text > b {}
	.gSideNav_radikoLink > a::before {}
	.gSideNav_radikoLink > a::after {}
	.gSideNav_radikoLink > a > .icon-wifi {
		font-size: 171%;
	}
	.gSideNav_radikoLink > a > .icon-linkRight {}
	.gSideNav_keyword {}
	.gSideNav_keyword > form {}
	.gSideNav_keyword_cols {}
	.gSideNav_keyword_col {}
	.gSideNav_keyword_col-no1 {}
	.gSideNav_keyword_input {}
	.gSideNav_keyword_input > .icon {}
	.gSideNav_keyword_input > input {}
	.gSideNav_keyword_col-no2 {}
	.gSideNav_keyword_col-no2 > button {}
	.gSideNav_keyword_col-no2 > button::before {}
	.gSideNav_keyword_col-no2 > button::after {}
	.gSideNav_sect {}
	.gSideNav_title {}
	.gSideNav_box {
		padding: 0 20px 20px;
	}
	.gSideNav_imgList {}
	.gSideNav_imgList > li {}
	.gSideNav_imgList > li:first-child {}
	.gSideNav_imgList > li:last-child {}
	.gSideNav_imgList > li:nth-child(2n+1) {}
	.gSideNav_imgList > li:nth-child(n+3) {}
	.gSideNav_imgList > li > a {}
	.gSideNav_imgList > li > a::before {}
	.gSideNav_imgList > li > a::after {}
	.gSideNav_imgList_image {
		width: 50px;
		height: 50px;
	}
	.gSideNav_imgList_areaText {
		width: calc(100% - 65px);
	}
	.gSideNav_imgList_title {}
	.gSideNav_imgList_info {}
	.gSideNav_link {}
	.gSideNav_link > a {}
	.gSideNav_link > a::before {}
	.gSideNav_link > a::after {}
	.gSideNav_link > a > .icon {}
	.gSideNav_list {}
	.gSideNav_list > li {}
	.gSideNav_list > li:first-child {}
	.gSideNav_list > li:last-child {}
	.gSideNav_list > li:nth-child(2n+1) {}
	.gSideNav_list > li:nth-child(n+3) {}
	.gSideNav_list > li > a {}
	.gSideNav_list > li > a::before {}
	.gSideNav_list > li > a::after {}
	.gSideNav_bnrList {}
	.gSideNav_bnrList > li {}
	.gSideNav_bnrList > li:first-child {}
	.gSideNav_bnrList > li:last-child {}
	.gSideNav_bnrList > li:nth-child(2n+1) {}
	.gSideNav_bnrList > li:nth-child(n+3) {}
	.gSideNav_bnrList > li > a {}
	.gSideNav_bnrList > li > a::before {}
	.gSideNav_bnrList > li > a::after {}
	.gSideNav_bnrList > li > a > img {}
	.gLog {}
	.gLog_imageWrap {
		border-radius: 10px;
		border-width: 1px;
	}
	.gLog_image {}
	.gLog_new {
		font-size: 16px;
		padding-top: 20px;
		width: 100px;
		height: 100px;
		bottom: -40px;
		right: -40px;
	}
	.gLog_cat {
		bottom: 10px;
		left: 10px;
		border-width: 1px;
		font-size: 12px;
		height: 25px;
		border-radius: 5px;
		min-width: 60px;
	}
	.gLog_onair {
		font-size: 12px;
	}
	.gLog_onair > .icon {}
	.gLog_onair_text {}
	.gLog_onair_text:last-child {}
	.gLog_title {
		font-size: 16px;
	}
	.gLog_nameWrap {}
	.gLog_status {}
	.gLog_status::after {}
	.gLog_name {}
	.gLog > a {}
	.gLog > a::before {}
	.gLog > a::after {}
	.gLogList {}
	.gLogList > li {}
	.gLogList > li:first-child {}
	.gLogList > li:last-child {}
	.gLogList > li:nth-child(2n+1) {}
	.gLogList > li:nth-child(n+3) {}
	.gBody_cols {}
	.gBody_col {}
	.gBody_col-no1 {}
	.gBody_col-no2 {}
	.gPager {
		margin-top: 55px;
	}
	.gPager > a,
	.gPager > span {
		height: 40px;
		min-width: 36px;
	}
	.gPager > .previouspostslink {}
	.gPager > .current {}
	.gPager > .extend {}
	.gPager > .nextpostslink {}
	.gPager > a > .icon {}
	.gNewsList {}
	.gNewsList-news {}
	.gNewsList > li {}
	.gNewsList > li:first-child {}
	.gNewsList > li:last-child {}
	.gNewsList > li:nth-child(2n+1) {}
	.gNewsList > li:nth-child(n+3) {}
	.gNewsList > li > a {
		padding: 20px 0;
	}
	.gNewsList > li:last-child > a {}
	.gNewsList > li > a::before {}
	.gNewsList > li > a::after {}
	.gNewsList > li > a > time {
		width: 165px;
	}
	.gNewsList > li > a > b {
		width: calc(100% - 165px);
	}
}
@media screen and (max-width: 767px) {
	.gHeaderWrap {}
	.gHeader {
		top: 0;
		position: absolute;
	}
	.isFixed .gHeader {
		top: 0;
	}
	.gHeader_inner {
		padding: 0;
		position: static;
	}
	.gHeader_cols {
		display: block;
		box-shadow: none;
		background: no-repeat;
	}
	.gHeader_col {
		width: auto;
	}
	.gHeader_col-no1 {}
	.gHeader_title {
		display: flex;
	}
	.gHeader_title > a {
		height: 76px;
		font-size: 15px;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_col-no2 {}
	.gNav {
		position: fixed;
		z-index: 1001;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		padding-top: 87px;
		box-sizing: border-box;
		padding-bottom: 50px;
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
		opacity: 0;
		transition-property: opacity, transform, -webkit-transform;
		transition-duration: .5s, 0s, 0s;
		transition-delay: 0s, .5s, .5s;
		pointer-events: none;
		overflow: auto;
	}
	.gNav.isShow {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
		pointer-events: auto;
	}
	.gNav_inner {}
	.gNav_list {
		display: block;
		border-top: 2px solid currentColor;
	}
	.gNav_list > li {}
	.gNav_list > li:first-child {}
	.gNav_list > li:last-child {}
	.gNav_list > li:nth-child(2n+1) {}
	.gNav_list > li:nth-child(n+3) {}
	.gNav_list > li > a {
		height: 87px;
		border-bottom: 2px solid currentColor;
		box-sizing: border-box;
		font-size: 17px;
	}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {
		bottom: auto;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		margin-top: 21px;
		width: 30px;
		border-radius: 2px;
	}
	.gMenuBtn {
		display: block;
		position: fixed;
		z-index: 1002;
		top: 13px;
		right: 13px;
		width: 50px;
		height: 50px;
		background-color: #fff;
		border-radius: 50%;
		box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
		transition-duration: .3s;
		transition-property: box-shadow;
	}
	.gMenuBtn.isShow {
		box-shadow: 0 3px 8px rgba(0, 0, 0, 0);
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {
		display: block;
		width: 24px;
		height: 2px;
		background-color: currentColor;
		margin: 0 auto;
		position: relative;
		z-index: 1;
		top: 0;
		transition-duration: .3s;
		transition-property: top, -webkit-transform;
		transition-property: transform, top;
		transition-property: transform, top, -webkit-transform;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 5px auto;
	}
	.gMenuBtn_bar-no3 {}
	.isShow .gMenuBtn_bar-no1 {
		top: 7px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.isShow .gMenuBtn_bar-no2 {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
	}
	.isShow .gMenuBtn_bar-no3 {
		top: -7px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.gPageTop {}
	.gPageTop_inner {}
	.gPageTop_btnWrap {}
	.gPageTop_button {
		width: 55px;
		height: 55px;
	}
	.gPageTop_button::before {}
	.gPageTop_button::after {}
	.gPageTop_button > .icon {}
	.gFooter {
		padding-top: 40px;
	}
	.gFooter_inner {}
	.gFooter_bnrList {}
	.gFooter_bnrList > li {
		margin-left: 7px;
	}
	.gFooter_bnrList > li:first-child {}
	.gFooter_bnrList > li:last-child {}
	.gFooter_bnrList > li:nth-child(2n+1) {}
	.gFooter_bnrList > li:nth-child(n+3) {}
	.gFooter_bnrList > li > a {}
	.gFooter_bnrList > li > a::before {}
	.gFooter_bnrList > li > a::after {}
	.gFooter_bnrList > li > a > img {}
	.gFooter_caution {
		text-align: left;
		font-size: 11px;
		margin-top: 10px;
	}
	.gFooter_list {
		font-size: 11px;
		justify-content: flex-end;
		margin-top: 16px;
	}
	.gFooter_list > li {}
	.gFooter_list > li::after {
		margin: 0 1.1em;
	}
	.gFooter_list > li:last-child::after {}
	.gFooter_list > li:first-child {}
	.gFooter_list > li:last-child {}
	.gFooter_list > li:nth-child(2n+1) {}
	.gFooter_list > li:nth-child(n+3) {}
	.gFooter_list > li > a {}
	.gFooter_list > li > a::before {}
	.gFooter_list > li > a::after {}
	.gFooter_copyright {
		height: 16px;
		margin-top: 13px;
	}
	.gFooter_copyright > small {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	.gBody {
		padding-bottom: 65px;
	}
	.gVisual {
		padding-top: 76px;
		padding-bottom: 25px;
	}
	.gVisual-none {
		padding: 0;
		height: 76px;
	}
	.gVisual_inner {}
	.gVisual_icon {
		margin-bottom: 10px;
	}
	.gVisual_icon > svg {
		width: 50px;
		height: 34px;
	}
	.gVisual_icon > svg > use {}
	.gVisual_title {
		font-size: 26px;
	}
	.gVisual_title > b {}
	.gVisual_title > small {
		margin-top: 15px;
	}
	.gPankuzu {
		margin-bottom: 30px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {
		font-size: 11px;
	}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li::after {
		margin: 0 5px;
	}
	.gPankuzu_oList > li:last-child::after {}
	.gPankuzu_oList > li:first-child {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li:nth-child(2n+1) {}
	.gPankuzu_oList > li:nth-child(n+3) {}
	.gPankuzu_oList > li > a {
		height: 30px;
	}
	.gPankuzu_oList > li > a::before {}
	.gPankuzu_oList > li > a::after {}
	.gBody_inner {}
	.gVisual_wave {
		width: 226px;
		height: 164px;
		margin-left: 190px;
		margin-top: 10px;
	}
	.gVisual_wave-volume {
		margin-left: -200px;
		margin-top: -64px;
	}
	.gSideNav {
		max-width: none;
	}
	.gSideNav_inner {}
	.gSideNav_radikoLink {
		margin-bottom: 13px;
	}
	.gSideNav_platformLink {
		margin-bottom: 26px;
	}
	.gSideNav_radikoLink > a {
		font-size: 14px;
		height: 60px;
		border-width: 1px;
		border-radius: 8px;
		justify-content: center;
	}
	.gSideNav_radikoLink_text {}
	.gSideNav_radikoLink_text > br {
		display: none;
	}
	.gSideNav_radikoLink_text > b {
		font-size: 18px;
	}
	.gSideNav_radikoLink > a::before {}
	.gSideNav_radikoLink > a::after {}
	.gSideNav_radikoLink > a > .icon-wifi {}
	.gSideNav_radikoLink > a > .icon-linkRight {
		font-size: 16px;
		right: 10px;
	}
	.gSideNav_keyword {
		margin-bottom: 15px;
	}
	.gSideNav_keyword > form {}
	.gSideNav_keyword_cols {}
	.gSideNav_keyword_col {}
	.gSideNav_keyword_col-no1 {}
	.gSideNav_keyword_input {}
	.gSideNav_keyword_input > .icon {}
	.gSideNav_keyword_input > input {
		border-width: 1px;
		padding: 10px 10px;
		padding-left: 35px;
	}
	.gSideNav_keyword_col-no2 {}
	.gSideNav_keyword_col-no2 > button {}
	.gSideNav_keyword_col-no2 > button::before {}
	.gSideNav_keyword_col-no2 > button::after {}
	.gSideNav_sect {
		border-radius: 8px;
		margin-bottom: 25px;
	}
	.gSideNav_title {
		height: 50px;
		font-size: 16px;
		padding: 0 20px;
	}
	.gSideNav_box {}
	.gSideNav_imgList {}
	.gSideNav_imgList > li {}
	.gSideNav_imgList > li:first-child {}
	.gSideNav_imgList > li:last-child {}
	.gSideNav_imgList > li:nth-child(2n+1) {}
	.gSideNav_imgList > li:nth-child(n+3) {}
	.gSideNav_imgList > li > a {}
	.gSideNav_imgList > li > a::before {}
	.gSideNav_imgList > li > a::after {}
	.gSideNav_imgList_image {}
	.gSideNav_imgList_areaText {
		font-size: 13px;
	}
	.gSideNav_imgList_title {}
	.gSideNav_imgList_info {}
	.gSideNav_link {}
	.gSideNav_link > a {}
	.gSideNav_link > a::before {}
	.gSideNav_link > a::after {}
	.gSideNav_link > a > .icon {}
	.gSideNav_list {}
	.gSideNav_list > li {}
	.gSideNav_list > li:first-child {}
	.gSideNav_list > li:last-child {}
	.gSideNav_list > li:nth-child(2n+1) {}
	.gSideNav_list > li:nth-child(n+3) {}
	.gSideNav_list > li > a {}
	.gSideNav_list > li > a::before {}
	.gSideNav_list > li > a::after {}
	.gSideNav_bnrList {
		max-width: 225px;
		margin: 45px auto 0;
	}
	.gSideNav_bnrList > li {}
	.gSideNav_bnrList > li:first-child {}
	.gSideNav_bnrList > li:last-child {}
	.gSideNav_bnrList > li:nth-child(2n+1) {}
	.gSideNav_bnrList > li:nth-child(n+3) {}
	.gSideNav_bnrList > li > a {}
	.gSideNav_bnrList > li > a::before {}
	.gSideNav_bnrList > li > a::after {}
	.gSideNav_bnrList > li > a > img {}
	.gLog {}
	.gLog_imageWrap {
		margin-bottom: 11px;
	}
	.gLog_image {}
	.gLog_new {}
	.gLog_cat {
		min-width: 84px;
	}
	.gLog_onair {}
	.gLog_onair > .icon {}
	.gLog_onair_text {}
	.gLog_onair_text:last-child {}
	.gLog_title {
		font-size: 18px;
	}
	.gLog_nameWrap {
		font-size: 13px;
	}
	.gLog_status {}
	.gLog_status::after {}
	.gLog_name {}
	.gLog > a {}
	.gLog > a::before {}
	.gLog > a::after {}
	.gLogList {
		display: block;
		max-width: 398px;
		margin: 0 auto;
	}
	.gLogList > li {
		width: auto;
		margin-left: 0;
	}
	.gLogList > li:first-child {}
	.gLogList > li:last-child {}
	.gLogList > li:nth-child(2n+1) {}
	.gLogList > li:nth-child(n+2) {
		margin-top: 39px;
	}
	.gBody_cols {}
	.gBody_col {}
	.gBody_col-no1 {}
	.gBody_col-no2 {
		margin-top: 60px;
	}
	.gPager {
		margin-top: 30px;
	}
	.gPager > a,
	.gPager > span {
		border-width: 1px;
		border-radius: 5px;
		height: 36px;
		min-width: 30px;
		padding: 0 5px;
		margin: 3px;
	}
	.gPager > .previouspostslink {}
	.gPager > .current {}
	.gPager > .extend {}
	.gPager > .nextpostslink {}
	.gPager > a > .icon {}
	.gNewsList {}
	.gNewsList-news {}
	.gNewsList > li {}
	.gNewsList > li:first-child {}
	.gNewsList > li:last-child {}
	.gNewsList > li:nth-child(2n+1) {}
	.gNewsList > li:nth-child(n+3) {}
	.gNewsList > li > a {
		display: block;
		border-bottom-width: 1px;
		padding: 15px 0;
	}
	.gNewsList > li:last-child > a {}
	.gNewsList > li > a::before {}
	.gNewsList > li > a::after {}
	.gNewsList > li > a > time {
		width: auto;
		font-size: 12px;
		margin-bottom: 3px;
	}
	.gNewsList > li > a > b {
		width: auto;
		line-height: 1.615;
	}
	.gSideNav_radikoLink-pc {
		display: none;
	}
	.gSideNav_radikoLink-sp {
		display: block;
	}
}
