@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : topics.css
Description :
===================================================================== */

/* =====================================================================
*    topics
* =================================================================== */
.topics::before {
	content: '';
	background: url(../images/common/bg_pattern2.png) center top 1.9em;
	background-size: calc(115 / 750 * 100%);
	width: 100%;
	padding-top: calc(384 / 750 * 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}

.topics .inner {
	padding: calc(120 / 750 * 100%) 0 calc(200 / 750 * 100%);
}

.topics .inner::before {
	content: "";
	position: absolute;
	background-size: .7em .7em;
	margin: calc(300 / 750 * 100%) 0 0;
	background-image: radial-gradient(#85c0c7 25%, transparent 20%);
	width: calc(280 / 750 * 100%);
	padding-top: calc(80 / 750 * 100%);
	top: 0;
	right: 0;
}

.topics .sec_contents::after {
	content: "";
	position: absolute;
	background-size: .7em .7em;
	background-image: radial-gradient(#f6ec7f 25%, transparent 20%);
	width: calc(100 / 630 * 100%);
	padding-top: calc(400 / 630 * 100%);
	bottom: 0;
	left: 0;
	margin: 0 0 calc(350 / 630 * 100%) calc(-100 / 630 * 100%);
}

.chara13 {
	width: calc(221 / 630 * 100%) !important;
	top: 0;
	right: 0;
	margin: calc(116 / 630 * 100%) calc(-60 / 630 * 100%) 0 0;
}

.topics_list {
	z-index: 2;
}

.topics_list > li {
	margin-bottom: calc(100 / 630 * 100%);
	padding: calc(50 / 630 * 100%) calc(50 / 630 * 100%) calc(120 / 630 * 100%);
	background-color: #fff;
	border-top: 3px solid #b0a99c;
	border-bottom: 1px solid #b0a99c;
	overflow: hidden;
}

.topics_list > li:last-child {
	margin-bottom: 0;
}

.topics_list > li::before {
	content: '';
	position: absolute;
	background-color: #b0a99c;
	width: 100%;
	height: 1px;
	top: 4px;
	left: 0;
	margin: 0 calc(-40 / 630 * 100%) 0 0;
}

.topics_list > li::after {
	content: '';
	position: absolute;
	background: url(../images/chara/img_chara4.png) no-repeat center top;
	background-size: 100% auto;
	width: calc(108 / 630 * 100%);
	padding-top: calc(58 / 630 * 100%);
	bottom: 0;
	right: 0;
	margin-right: calc(20 / 630 * 100%);
}

.topics_list_ttl {
	display: block;
	font-size: 2.6rem;
	font-weight: 700;
	margin-bottom: 1em;
}

.topics_list_date {
	display: block;
	color: #b0a99c;
	font-family: 'Cantata One', serif;
	font-size: 2.2rem;
}

.topics_list_txt {
	margin: calc(90 / 630 * 100%) 0 0;
}

.topics_list_txt img {
	border: 3px solid #f6ec7f;
}

.topics_list_txt strong {
	color: #f99ab7;
	font-weight: bold;
}

.topics_list_txt > *:not(:last-child) {
	margin: 0 0 calc(40 / 630 * 100%);
}

.topics_list_photo > li:not(:last-child) {
	margin: 0 0 calc(40 / 630 * 100%);
}

.topics_list_link,
.topics_list_txt p a {
	display: inline-block !important;
	color: #f25042;
	border-bottom: 1px solid;
	padding-bottom: .2em;
}

.topics_list_txt p a.topics_list_btn {
    color: #fff!important;
    text-align: center;
    background-color: #85c0c7;
    padding: 1em 0!important;
    display: block!important;
}

.chara14 {
	width: calc(184 / 630 * 100%) !important;
	margin: 0 0 calc(-250 / 630 * 100%) calc(-20 / 630 * 100%);
	z-index: 0;
	bottom: 0;
	left: 0;
}


@media screen and (min-width: 768px) {

	.topics::before {
		padding-top: calc(170 / 1200 * 100%);
		background-size: calc(65 / 1200 * 100%);
		background-position: center top 37%;
	}

	.topics .inner {
		padding: calc(100 / 1200 * 100%) 0 calc(160 / 1200 * 100%);
	}

	.topics .inner::before {
		width: calc(384 / 1600 * 100%);
		margin-top: calc(230 / 1600 * 100%);
		padding-top: calc(100 / 1600 * 100%);
		background-size: calc(80/ 1600 * 100%) calc(255/ 1600 * 100%);
	}

	.topics .sec_contents::after {
		width: calc(100 / 1200 * 100%);
		padding-top: calc(400 / 1200 * 100%);
		margin: 0 0 calc(55 / 1200 * 100%) calc(0 / 1200 * 100%);
		background-size: 1.1em 1.1em;
	}

	.chara13 {
		width: calc(221 / 1200 * 100%) !important;
		margin: calc(64 / 1200 * 100%) 0 0 0;
	}

	.topics_list > li {
		margin: 0 0 calc(80 / 1000 * 100%);
		padding: calc(65 / 1000 * 100%) calc(60 / 1000 * 100%) calc(80 / 1000 * 100%);
	}

	.topics_list > li::after {
		width: calc(108 / 1000 * 100%);
		padding-top: calc(58 / 1000 * 100%);
		margin-right: calc(20 / 1000 * 100%);
	}

	.topics_list_date {
		font-size: 1.2rem;
	}

	.topics_list_date::before {
		width: calc(80 / 880 * 100%);
	}

	.topics_list_ttl {
		font-size: 2rem;
		margin-bottom: .5em;
	}

	.topics_list_txt {
		margin-top: calc(60 / 880 * 100%);
		font-size: 1.6rem;
	}

	.topics_list_txt > *:not(:last-child) {
		margin: 0 0 calc(40 / 880 * 100%);
	}

	.topics_list_txt img {
		width: calc(720 / 880 * 100%);
		margin: auto;
	}

	.topics_list_link:hover {
		color: #85c0c7;
	}

	.topics_list_btn {
		width: calc(400 / 880 * 100%);
		margin: 0 auto;
	}

    .topics_list_txt p a.topics_list_btn:hover {
		background-color: #f6ec7f;
		color: #8c7851!important;
	}

	.topics_list_photo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 !important;
	}

	.topics_list_photo > li,
	.topics_list_photo > li:not(:last-child) {
		width: calc(720 / 900 * 100%);
		min-width: calc(410 / 900 * 100%);
		margin: 0 calc(39 / 900 * 100%) calc(40 / 900 * 100%) 0;
	}

	.chara14 {
		width: calc(184 / 1200 * 100%) !important;
		margin: 0 0 calc(-150 / 1200 * 100%) 0;
		z-index: 1;
	}



}

@media screen and (min-width: 1200px) {
	.topics::before {
		padding-top: 170px;
		background-size: 65px;
	}

	.topics .inner {
		padding: 100px 0 160px;
	}

	.chara14 {
		margin-left: calc(-110 / 1200 * 100%);
	}

}
