@charset "UTF-8";

/* ==================================================
COMMON
================================================== */
.area {
	padding: 100px 3%;
}

.areaTitle {
	font-family: josefin-sans,sans-serif;
	font-weight: 600;
	font-size: 2.6rem;
	margin-bottom: 40px;
}

#mainCnt {
}

.linkArchive {
	background-color: #e8b5a7;
	padding: 120px 3%;
}

.linkArchive .areaTitle {
	/*! margin-bottom: 20px; */
}

.linkArchive .linkBtn {
	display: block;
	margin: 0 auto;
	/*! background-color: #032a3c; */
	max-width: 380px;
	line-height: 1;
	padding: 15px 10px;
	width: 80%;
	border: 2px solid #fff;
	transition: all 0.4s ease-out 0s;
}

.linkArchive .linkBtn:hover {
	opacity: 0.5;
	background-color: rgba(3, 42, 60, 0.8);
}

.linkArchive .linkBtn::after {
	content: "";
	width: 12px;
	height: 14px;
	background: url("../img/svg/icon_arrow.svg") no-repeat center center;
	background-size: contain;
	display: inline-block;
	margin-left: 15px;
	transform: translateY(1px);
}

.linkArchive .linkBtn span {
}

.linkArchive.foot {
	background-color: #fff;
	padding: 60px 3% 120px;
}

.linkArchive.foot .linkBtn {
	border: 2px solid #032a3c;
	background-color: #032a3c;
}

.linkArchive.foot .linkBtn:hover {
	opacity: 0.8;
}

.linkArchive.foot .linkBtn::after {
}


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

}


/* ==================================================
INFORMATION AREA
================================================== */
#informationArea {
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
	border-bottom: 40px solid #e8b5a7;
}

#informationArea .areaTitle {
	color: #e8947d;
}

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

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

#info-list .info-more {
}

#info-list a.btn-more {
	display: block;
	border: 2px solid #e8947d;
	width: 80%;
	max-width: 380px;
	padding: 15px 10px;
	margin: 40px auto 0;
	color: #e8947d;
	line-height: 1;
	transition: all 0.4s ease-out 0s;
	background-color: #fff;
	border-radius: 100px;
	font-family: josefin-sans,sans-serif;
	font-weight: 600;
	font-size: 1.5rem;
}

#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;
	background-color: #e8947d;
	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 {
	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%;
}

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

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

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

.info-accordion { 
	display: none;
}

.info-accordion-inner {
	border-top: 1px solid rgba(232, 181, 167, 0.6);
	margin: 10px auto 0;
	padding-top: 20px;
	max-width: 800px;
	display: inline-block;
	text-align: left;
}

/* ==================================================
ARCHIVE NOTE AREA
================================================== */

#infonoteArea {
	color: #222;
}

#infonoteArea .areaTitle {
	color: #032a3c;
	margin-bottom: 80px;
}


/* #infoNote
------------------------------ */
#infoNote {
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
}


/* #infoHead
------------------------------ */
#infoHead {
	margin-bottom: 30px;
	border-bottom: 1px solid #222;
	padding-bottom: 30px;
}

#infoHead .archiveDate {
	font-size: 1.4rem;
	opacity: 0.6;
	margin-bottom: 20px;
}

#infoHead .archiveDate::after {
	content: "ON AIR";
	display: inline-block;
	margin-left: 10px;
}

#infoHead .archiveTtl {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.8;
}


/* #infoBody
------------------------------ */
#infoBody {
}

#infoBody p {
	margin: 0 auto 30px;
	font-size: 1.5rem;
	line-height: 1.8;
}

#infoBody p:last-child {
	margin-bottom: 0;
}

#infoBody img {
	display: block;
	width: 80%;
	max-width: 640px;
	margin: 0 auto 40px;
}

#infoBody img:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 640px) {
	/* #infoHead
	------------------------------ */
	#infoHead {
	}

	#infoHead .archiveDate {
		font-size: 1.3rem;
	}

	#infoHead .archiveDate::after {
	}

	#infoHead .archiveTtl {
		font-size: 1.6rem;
		line-height: 1.5;
	}


	/* #infoBody
	------------------------------ */
	#infoBody {
	}

	#infoBody p {
		line-height: 1.6;
	}

	#infoBody p:last-child {
	}

	#infoBody img {
		width: 90%;
	}

	#infoBody img:last-child {
	}
}

