@charset "UTF-8";

/* ==================================================
HEADER
================================================== */
#hdrWrap-home {margin-bottom: 60px;padding: 0;}

#hdrWrap-home .hdrInner {
}

#hdrWrap-home .siteTitle {margin: 0 auto 50px;width: 70%;}

/* .hdrMain */
#hdrWrap-home .hdrMain {
	position: relative;
	margin:0 auto 50px;
}

#hdrWrap-home .hdrMain .credit {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#hdrWrap-home .hdrMain .credit .cell {
}

#hdrWrap-home .hdrMain .credit .cell:nth-child(1) {
	align-self: flex-start;
	padding-top: 50px;
}

#hdrWrap-home .hdrMain .credit .cell:nth-child(2) {
	width:260px;
}

#hdrWrap-home .hdrMain .credit .cell:nth-child(3) {
	align-self: flex-end;
	padding-bottom: 50px;
}

#hdrWrap-home .hdrMain .credit .cell .date {
	font-size: 2rem;
}

#hdrWrap-home .hdrMain .credit .cell .thumb {
	width: 180px;
	border-radius: 300px;
	overflow: hidden;
	margin:0 auto;
}

#hdrWrap-home .hdrMain .credit .cell .name {
	font-size: 2rem;
}

#hdrWrap-home .hdrMain .credit .cell .name .fontJp {
	font-size: 86%;
	transform: translateY(-1px);
	display:inline-block;
}

#hdrWrap-home .hdrMain .bgSet {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#hdrWrap-home .hdrMain .bgSet::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #F0F0F0;
}

#hdrWrap-home .hdrMain .bgSet .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	height: 100%;
}

#hdrWrap-home .hdrMain .bgSet .bg {
	height: 100%;
	width: calc(50% - 300px);
	position: relative;
}

#hdrWrap-home .hdrMain .bgSet .bg:nth-child(1) {
}

#hdrWrap-home .hdrMain .bgSet .bg:nth-child(1)::before {
	content:"";
	width:100%;
	height:186px;
	position:absolute;
	right: 0;
	top: calc(50% + 10px);
	background: url(../img/bg2.png) repeat-x right 0 bottom 0;
}

#hdrWrap-home .hdrMain .bgSet .bg:nth-child(2) {
	width: 600px;
	background: none;
}

#hdrWrap-home .hdrMain .bgSet .bg:nth-child(3) {
}

#hdrWrap-home .hdrMain .bgSet .bg:nth-child(3)::before {
	content:"";
	width:100%;
	height:186px;
	position:absolute;
	right: 0;
	bottom: calc(50% + 10px);
	background: url(../img/bg1.png) repeat-x left 0 bottom 0;
}

@media screen and (max-width: 900px) {
}


/* .btnBlock
------------------------------ */
#hdrWrap-home .btnBlock {padding: 0 3%;}

#pageHome #hdrWrap-home .btnBlock {
}

#hdrWrap-home .btnBlock .messageBtn {
}

#pageMessage #hdrWrap-home .btnBlock .messageBtn {
	display: none;
}

#hdrWrap-home .btnBlock .messageBtn span {
}

#hdrWrap-home .btnBlock .messageBtn span i {
}


@media screen and (max-width: 900px) {
	#hdrWrap-home {
	}

	#hdrWrap-home .hdrInner {
	}

	#hdrWrap-home .siteTitle {
	margin-bottom: 30px;
	}

	/* .hdrMain */
	#hdrWrap-home .hdrMain {
	}

	#hdrWrap-home .hdrMain .credit {
		/* display: flex; */
		/* justify-content: center; */
		/* align-items: center; */
		/* flex-wrap: wrap; */
		flex-direction: column;
		align-content: center;
		background: url(../img/svg/bg1.svg) repeat-x center bottom;
		padding: 0 3% 34px;
	}

	#hdrWrap-home .hdrMain .credit .cell {
	}

	#hdrWrap-home .hdrMain .credit .cell:nth-child(1) {
	padding: 0 0 20px;
	align-self: center;
	}

	#hdrWrap-home .hdrMain .credit .cell:nth-child(2) {
	}

	#hdrWrap-home .hdrMain .credit .cell:nth-child(3) {
	padding: 20px 0 0;
	align-self: center;
	}

	#hdrWrap-home .hdrMain .credit .cell .date {
	}

	#hdrWrap-home .hdrMain .credit .cell .thumb {
	}

	#hdrWrap-home .hdrMain .credit .cell .name {
	background: #fff;
	padding: 3px 15px;
	border-radius: 50px;
	}

	#hdrWrap-home .hdrMain .credit .cell .name .fontJp {
	}

	#hdrWrap-home .hdrMain .bgSet {
	display: none;
	}

	#hdrWrap-home .hdrMain .bgSet::after {
	}

	#hdrWrap-home .hdrMain .bgSet .inner {
	}

	#hdrWrap-home .hdrMain .bgSet .bg {
	}

	#hdrWrap-home .hdrMain .bgSet .bg:nth-child(1) {
	}

	#hdrWrap-home .hdrMain .bgSet .bg:nth-child(1)::before {
	}

	#hdrWrap-home .hdrMain .bgSet .bg:nth-child(2) {
	}

	#hdrWrap-home .hdrMain .bgSet .bg:nth-child(3) {
	}

	#hdrWrap-home .hdrMain .bgSet .bg:nth-child(3)::before {
	}
}


/* ==================================================
INFORMATION AREA
================================================== */
#informationArea {
	padding-top: 100px;
	padding-bottom: 100px;
}

#informationArea .areaBox {
	background-color:#fff;
	border-radius: 4px;
	max-width: 800px;
	padding: 40px 3%;
}

#informationArea .areaTitle {
	margin-bottom: 30px;
}

#info-content {
	max-width: 800px;
	display: inline-block;
	margin: 0 auto;
}

/* #info-list */
#info-list {
}

#info-list .info-more {
}

#info-list a.btn-more {
	border: 1px solid #000;
	width: 80%;
	max-width: 280px;
	padding: 12px 10px;
	margin: 40px auto 0;
	color: #000;
	line-height: 1;
	transition: all 0.4s ease-out 0s;
	background-color: #fff;
	border-radius: 4px;
	font-family: urw-din-condensed, sans-serif;
	font-weight: 600;
	font-size: 1.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#info-list a.btn-more:hover {
	opacity: 0.7;
}

#info-list a.btn-more span {
	display: inline-block;
	position: relative;
	padding-right: 20px;
}

#info-list a.btn-more span::before,
#info-list a.btn-more span::after {
	content: "";
	position: absolute;
	right: 0;
	top: calc(50% - 1px);
	width: 12px;
	height: 2px;
	border-radius: 4px;
	background-color: #000;
	transition: all 0.4s ease-out 0.2s;
}

#info-list a.btn-more span::after {
	transform: rotate(90deg);
}

#info-list.open a.btn-more span::before {
	transform: rotate(135deg);
}

#info-list.open a.btn-more span::after {
	transform: rotate(225deg);
}


#info-list a.btn-more b {
	/*! transform: translateY(2px); */
	display: inline-block;
}

#info-list a.btn-more b::before {
	content: "AND MORE";
}

#info-list.open a.btn-more b::before {
	content: "CLOSE";
}

/* #info-link */
#info-link {
	text-align: left;
}

.info-link li {
	list-style: none;
	padding: 0 0 0 18px;
	margin: 0 0 12px;
	text-indent: -18px;
	line-height: 1.4;
	font-size: 90%;
	width: 100%;
}

.info-link li::before {
	content: "";
	display: inline-block;
	text-indent: 0;
	width: 6px;
	height: 6px;
	background-color: #0BD79B;
	border-radius: 10px;
	margin-right: 10px;
	transform: translateY(-1px);
}

.info-link li a {
	text-decoration: underline;
	transition: all 0.4s ease-out 0s;
	color: #000;
}

.info-link li a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.info-accordion { 
	display: none;
}

.info-accordion-inner {
	border-top: 1px solid #efefef;
	margin: 10px auto 0;
	padding-top: 20px;
	max-width: 800px;
	display: inline-block;
	text-align: left;
}


/* ==================================================
ON AIR INFORMATION AREA
================================================== */
#onairArea {
	position: relative;
	margin-bottom: 0 !important;
}

#onairArea .areaBox {
	/* padding-left: 5%; */
	/* padding-right: 5%; */
}

#onairArea .areaTitle {
}

#onairArea .areaTitle i {
}


#tab-contents {
	margin: 0 auto;
}

#tab-contents .tab-contents-inner {
}


/* Tab
------------------------------ */
#tab-btn-set {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 6px;
	margin-bottom: 40px;
	position: relative;
}

#tab-btn-set::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-radius: 6px;
	background-color: #fff;
}

/* Tab Button 基本設定 */
#tab-btn-set .tab-btn {
	cursor: pointer;
	width: 42%;
	max-width: 200px;
	margin: 0 4%;
	position: relative;
}

#tab-btn-set .tab-btn::after {
	content: "";
	width: 0%;
	height: 6px;
	background-color: #000;
	position: absolute;
	bottom: -11px;
	left: 0;
	right: 0;
	z-index: 1;
	transition: all 0.4s ease 0s;
	opacity: 0;
	margin:0 auto;
}

/* Tab Button アクティブ時 */
#tab-btn-set .tab-btn.is-active {
	pointer-events: none;
}

#tab-btn-set .tab-btn.is-active::after {
	opacity: 1;
	width: 100%;
}

/* Tab Button マウスオーバー時 */
#tab-btn-set .tab-btn:hover::after {
	opacity: 1;
	background-color: #0BD79B;
	width: 100%;
}

#tab-btn-set .tab-btn .label {
	text-align: center;
	padding: 10px 0;
	color: #fff;
	font-family: urw-din-condensed, sans-serif;
	font-weight: 600;
	font-size: 2.4rem;
	transition: all 0.4s ease 0s;
}

#tab-btn-set .tab-btn:hover .label {
	color: #0BD79B;
}

#tab-btn-set .tab-btn.is-active .label {
	color: #000;
}


/* Tab Box */
#tab-box-set {
}

#tab-box-set .tab-box {
	text-align: left;
}

#tab-box-set #onair-latest.view-off,
#tab-box-set #onair-next.view-off {
	display: none;
}

body.view-info-latest #onair-next,
body.view-info-latest #tab-btn-set,
body.view-info-next #onair-latest,
body.view-info-next #tab-btn-set { display: none; }
body.view-info-off #onairArea { display: none; }


/* Latest-Next
------------------------------ */
.onair-info {
}

/* Info Head */
.onair-info-head {
}

.onair-info-head .onair-info-date {
	margin-bottom: 20px;
	font-size: 1.5rem;
	position: relative;
	/* text-align: right; */
	/* font-family: urw-din-condensed, sans-serif; */
	font-weight: 600;
	letter-spacing: 0.08em;
	min-height: 1em;
}

/*#onair-latest .onair-info-head .onair-info-date::before {
	content: "ON AIR DATE";
	position: absolute;
	left: 0;
}

#onair-next .onair-info-head .onair-info-date::before {
	content: "ON AIR DATE";
	position: absolute;
	left: 0;
}*/

.onair-info-head .onair-info-title {
	margin-bottom: 60px;
	font-weight: bold;
	font-size: 1.8rem;
	/* padding: 23px 0; */
	/* border-top: 2px solid #000; */
	/* border-bottom: 2px solid #000; */
	line-height: 1.6;
}

.onair-info-head .onair-info-title br {
	display: none;
}

/* Info Body */
.onair-info-body {
}

.onair-info-body .onair-info-comment {
}

.onair-info-body .onair-info-comment p {
	margin: 0;
	white-space: pre-wrap;
}

.onair-info-body .onair-info-image {
	margin-bottom: 40px;
}

.onair-info-body .onair-info-image img {
	max-width: 420px;
	width: 100%;
	margin: 0 auto;
	border-radius: 6px;
}


@media screen and (min-width: 901px) {
	.onair-info-body {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.onair-info-body .onair-info-comment {
		order: 1;
		width: 52%;
	}

	.onair-info-body .onair-info-comment p {
	}

	.onair-info-body .onair-info-image {
		order: 2;
		width: 45%;
	}

	.onair-info-body .onair-info-image img {
	}
}


/* ==================================================
ON AIR ARCHIVE AREA
================================================== */
#archiveArea {
	padding-top: 0;
}

#archiveArea .areaBox {
	position: relative;
	border-top: 1px solid #fff;
	padding-top: 60px;
}

#archiveArea .areaTitle {margin-bottom: 30px;}

#archiveArea .areaTitle i {
}

#archiveArea .linkArchive {
}

#archiveArea .linkArchive .comment {
}

#archiveArea .linkArchive .linkBtn {
}

#archiveArea .linkArchive .linkBtn span {
}

#archiveArea .bnr {
	margin-top:80px;
}

#archiveArea .bnr a {
	display:inline-block;
	border-radius:4px;
	overflow:hidden;
}

#archiveArea .bnr a img {
	transition: all 0.4s ease-out 0s;
}

#archiveArea .bnr a:hover img {
	opacity:0.7;
}

@media screen and (max-width: 900px) {
}

/* ==================================================
TWITTER
================================================== */
#twitterArea {
	position:relative;
	padding-bottom: 120px !important;
}

#twitterArea::after {
	content:"";
	position:absolute;
	width:100vw;
	height:386px;
	background: url(../img/bg3.png) repeat-x center top;
	margin:0 auto;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;
}

#twitterArea .areaTitle {
}

#twitterArea .twWrap {
	margin: 0 auto;
	width: 80%;
	max-width: 520px;
	height: 600px;
}

#twitterArea .twWrap .twFrame {
	overflow: hidden;
	height: 100%;
	margin: 0 auto;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
}

#twitterArea .twWrap .twFrame .twitter-timeline {
}


@media screen and (max-width: 900px) {
	#twitterArea {
	}

	#twitterArea .areaTitle {
	}

	#twitterArea .twWrap {
		height: 60vh;
		min-height: 400px;
	}

	#twitterArea .twWrap .twFrame {
	}

	#twitterArea .twWrap .twFrame .twitter-timeline {
	}
}


/* ==================================================
ABOUT THIS PROGRAM
================================================== */
#aboutArea {padding-bottom: 0;}

#aboutArea .areaBox {
}

#aboutArea .areaTitle {
}

#aboutArea .boxSet {
	border: 1px solid #F0F0F0;
	border-radius: 4px;
}

#aboutArea .boxTop {
	padding: 40px 3%;
}

#aboutArea .boxBottom {
	border-top: 1px solid #F0F0F0;
	padding: 40px 3%;
}

#aboutArea .lead {
}

#aboutArea .lead .head {
	position: relative;
	width: 90%;
	margin: 0 auto 30px;
	/* padding: 40px 0; */
}

#aboutArea .lead .head .copy {
	font-size: 2.2rem;
	margin-bottom: 0;
}

#aboutArea .lead .comment {
	line-height: 1.8;
}

#aboutArea .bnr {
	margin-bottom:40px;
}

#aboutArea .bnr a {
	display:inline-block;
	border-radius:4px;
	overflow:hidden;
}

#aboutArea .bnr a img {
	transition: all 0.4s ease-out 0s;
}

#aboutArea .bnr a:hover img {
	opacity:0.7;
}

#aboutArea .snsLink {
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#aboutArea .snsLink li {margin: 0 30px;}

#aboutArea .snsLink li a {
}

#aboutArea .snsLink li a img {
}

#aboutArea .navigator {
}

#aboutArea .navigator dt {
	font-size: 2.4rem;
	letter-spacing: 0.06em;
	margin-bottom: 20px;
}

#aboutArea .navigator dd {
}

#aboutArea .navigator dd a {
	display: block;
	width: 60%;
	max-width: 360px;
	margin: 0 auto;
}

#aboutArea .navigator dd a .pct {
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 20px;
}

#aboutArea .navigator dd a .pct img {
	transition: all 0.6s ease-out 0s;
}

#aboutArea .navigator dd a:hover .pct img {
	opacity: 1;
	transform: scale(1.06);
}

#aboutArea .navigator dd a .name {
	font-size: 1.4rem;
	color: #000;
}


@media screen and (max-width: 900px) {
	#aboutArea {
	}

	#aboutArea .areaBox {
	}

	#aboutArea .areaTitle {
	}

	#aboutArea .lead {
	}

	#aboutArea .lead .head {
		width: 98%;
		/* margin: 0 auto 40px; */
		/* padding: 0 36px; */
		max-width: 600px;
	}

	#aboutArea .lead .head .copy {
		font-size: 2rem;
	}

	#aboutArea .lead .head .obj {
		top: calc(50% - 12px);
		width: 24px;
		height: 24px;
	}

	#aboutArea .lead .head .obj::before,
	#aboutArea .lead .head .obj::after {
		bottom: -8px;
		left: -8px;
		width: 16px;
		height: 16px;
	}

	#aboutArea .lead .head .obj.left {
	}

	#aboutArea .lead .head .obj.right {
	}

	#aboutArea .lead .comment {
	}

	#aboutArea .snsLink {
	}

	#aboutArea .snsLink li {
	}

	#aboutArea .snsLink li a {
	}

	#aboutArea .snsLink li a img {
	}

	#aboutArea .navigator {
	}

	#aboutArea .navigator dt {
	}

	#aboutArea .navigator dd {
	}

	#aboutArea .navigator dd a {
	}

	#aboutArea .navigator dd a .pct {
	}

	#aboutArea .navigator dd a .pct img {
	}

	#aboutArea .navigator dd a:hover .pct img {
	}

	#aboutArea .navigator dd a .name {
	}
}


/* ==================================================
スクロールを促すアイコンのアニメーション設定
================================================== */

/* Scroll Animation */
@media screen and (min-width: 641px) {
	.moreBtn {
		position: fixed;
		bottom: 100px;
		right: 30px;
		z-index: 100;
	}
}

@media screen and (max-width: 640px) {
	.moreBtn {
		position: fixed;
		bottom: 30px;
		left: 30px;
		z-index: 100;
	}
}

@media screen and (max-width: 900px) {
	.moreBtn {
		display: none !important;;
	}
}

.moreBtn::before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 30px;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -2;
	transform: scale(2.2);
}

.moreBtn::after {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
	transform: scale(2.2);
	animation: linkBg 2s infinite;
}

@keyframes linkBg {
	0% {
		transform: scale(1.2);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: scale(2.2);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.moreBtn > a {
	padding-top: 45px;
	position: relative;
	font-family: urw-din-condensed, sans-serif;
	font-weight: 600;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	text-decoration: none;
	color: #555;
	display: inline-block;
	transition: color 0.4s ease-out 0s;
}

.moreBtn > a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 24px;
	height: 40px;
	border: 2px solid #555;
	border-radius: 50px;
	box-sizing: border-box;
	transition: border-color 0.4s ease-out 0s;
}

.moreBtn > a::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 6px;
	height: 6px;
	background-color: #555;
	border-radius: 100%;
	animation: mouseWheel 2s infinite;
	transition: background-color 0.4s ease-out 0s;
}

.moreBtn > a:hover {
}

.moreBtn > a:hover::after {
}

.moreBtn > a:hover::before {
}

@keyframes mouseWheel {
	0% {
		transform: translate(0, -3px);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 18px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
/* --- */


/* ==================================================
コンテンツ中間の背景
================================================== */
.intervalBg {
	height: 260px;
	position: relative;
	z-index: -1;
}

/*.intervalBg::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	top: 0;
	left: 0;
	z-index: -1;
}*/

.intervalBg::before {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	background: transparent url("../img/bg1.jpg") no-repeat center center;
	background-size: cover;
	top: 0;
	left: 0;
	z-index: -3;
	/*filter: blur(2px);
	transform: scale(1.05);*/
}

.intervalBg.zindexChange {
	z-index: -2;
}

.intervalBg.zindexChange::before {
	display: none;
}

.intervalBg.bg-none::before {
	opacity: 0;
}

@media screen and (max-width: 640px) {
	.intervalBg::before {
		background: transparent url("../img/bg1_sp.jpg") no-repeat center center;
		background-size: cover;
	}
}

