@charset "UTF-8";

/* ==================================================
PAGE BASE
================================================== */
@media screen and (min-width: 901px) {}
@media screen and (max-width: 900px) {}

@media screen and (min-width: 680px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){   
  .pc { display:none; }
  .sp { display:block; }
}

/* ==================================================
ON AIR INFORMATION
================================================== */
/* next-latest.css */


.bnr-block {
}

.bnr-block ul {
}

.bnr-block ul li {
	width: min(80%, 420px);
	margin-left: auto;
	margin-right: auto;
}

.bnr-block ul li a {
	display: block;
	border: 1px solid #19191d;
	transition: all 0.4s ease-out 0s;
}

.bnr-block ul li a:hover {
	border: 1px solid #fff;
}

.bnr-block ul li a img {
}


/* ==================================================
MESSAGE
================================================== */
#message-area {
	padding-bottom: min(21.429%, 120px);
	padding-top: 60px;
}

#message-area .area-title {
}

#message-area .area-title span {
}

#message-area .comment {
	margin-bottom: min(8.929%, 50px);
}

#message-area .comment p {
}

#message-area .btn-block {
}

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

/* ==================================================
TWITTER
================================================== */

#twitter-area {
	padding-bottom: min(21.429%, 120px);
	padding-top: 60px;
}

#twitter-area div.twitter-timeline {
  margin: 0 auto;
  padding: 0 20px;
}

/* ==================================================
PODCAST
================================================== */

#podcast-area {
	padding-bottom: min(21.429%, 120px);
	padding-top: 60px;
}

#podcast-area .comment {
	margin-bottom: min(8.929%, 50px);
}

#podcast-area div.btn-block {
	width: min(94%, 1200px);
	margin-left: auto;
	margin-right: auto;
}

#podcast-area div.linkbox a .link {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 1;
}

#podcast-area div.linkbox a.link::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	vertical-align: middle;
	margin-left: 8px;
}

#podcast-area div.linkbox a.link::before {
	content: "";
	opacity: 0;
	width: 0%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all 0.2s ease-out 0s;
}

#podcast-area div.linkbox a:hover a.link::before {
	opacity: 1;
	width: 100%;
}








/* ==================================================
ARCHIVE
================================================== */
#archive-area {
	padding-bottom: min(21.429%, 120px);
	padding-top: 60px;
}

/*archive-info*/
div.archive-info {
	width: min(90%, 900px);
	margin: 50px auto;
	text-aligin: center;
	border: solid 1px #fff;
	padding: 30px;
}

div.archive-info h3{
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 auto 30px;
}

#archive-area .area-title {
}

#archive-area .area-title span {
}

.list-block {
	width: min(94%, 1200px);
	margin-left: auto;
	margin-right: auto;
}

.list-block ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
}

.list-block ul li {
	width: calc(25% - 20px);
	margin: 0 10px min(12.500%, 70px);
	text-align: left;
	position: relative;
	padding-bottom: min(7.143%, 40px);
}

@media screen and (max-width: 900px) {
	.list-block ul li {
		width: calc(50% - 20px);
	}
}

.list-block ul li a {
}

.list-block ul li a .pct {
	overflow: hidden;
	margin-bottom: 20px;
}

.list-block ul li a .pct img {
	transition: all 0.4s ease-out 0s;
}

.list-block ul li a:hover .pct img {
	transform: scale(1.06);
}

.list-block ul li a .txt {
	font-size: clamp(14px, 2.857vw, 16px);
	line-height: 1.6;
	padding-left: 5px;
}

.list-block ul li a .link {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 1;
}

.list-block ul li a .link::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	vertical-align: middle;
	margin-left: 8px;
}

.list-block ul li a .link::before {
	content: "";
	opacity: 0;
	width: 0%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all 0.2s ease-out 0s;
}

.list-block ul li a:hover .link::before {
	opacity: 1;
	width: 100%;
}