@charset "utf-8";
/* =======================================

	IndexElements

======================================= */
/* ------------------------------------
	keyVisual
------------------------------------ */
.keyVisual {
	width: 1160px;
	margin: 0 auto;
}
.keyVisual a {
	display: block;
}
.keyVisual img {
	border-radius: 20px;
}

@media only screen and (max-width: 1160px) {
	.keyVisual {
		width: 94%;
	}
	.keyVisual img {
		width: 100%;
	}
}

@media only screen and (max-width: 720px) {
	.keyVisual {
		width: 100%;
	}
	.keyVisual img {
		border-radius: 0;
	}
}

/* ------------------------------------
	postWrap
------------------------------------ */
.postWrap {
	width: 1160px;
	margin: 0 auto 80px;
}
.postWrap h2 {
	margin: 0 0 40px;
	font-size: 30px;
	text-align: center;
	line-height: 1.3;
	font-family: 'Concert One', 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', YuGothic, '游ゴシック',sans-serif;
}
.postWrap h2 span {
	display: block;
	margin: 12px 0 0 0;
	font-size: 12px;
}
.newPosts {
	width: 770px;
	float: left;
}
.newPosts .inner {
}
.newPosts ul {
	width: 100%;
}
.newPosts li {
	width: 230px;
	margin: 0 40px 40px 0;
	float: left;
	position: relative;
}
.newPosts li:nth-child(3n) {
	margin: 0 0 40px 0;
}
.newPosts li a {
	display: block;
	text-decoration: none;
	color: #000;
}
.newPosts li figure {
	margin: 0 0 20px;
}
.newPosts li figure img {
	width: 100%;
	border-radius: 20px;
}
.newPosts li .postInfo .cat {
	margin: 0 0 10px;
	color: #492D65;
	font-weight: bold;
}
.newPosts li .postInfo h3 {
	margin: 0 0 10px;
	font-size: 1.143em;
	line-height: 1.5;
}
.newPosts li .postInfo .date {
	padding: 0 0 0 20px;
	position: relative;
	line-height: 1.5;
	color: #8A8A8A;
	font-family: 'Concert One', 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', YuGothic, '游ゴシック',sans-serif;
}
.newPosts li .postInfo .date:before {
	content: "";
	width: 10px;
	height: 1px;
	border-top: 1px solid rgba(0,0,0,.2);
	position: absolute;
	top: 10px;
	left: 0;
}

@media only screen and (max-width: 1160px) {
	.postWrap {
		width: 94%;
	}
	.newPosts {
		width: 70%;
	}
	.newPosts li {
		width: 30%;
		margin: 0 5% 5% 0;
	}
	.newPosts li:nth-child(3n) {
		margin: 0 0 5% 0;
	}
}

@media only screen and (max-width: 980px) {
	.newPosts li,
	.newPosts li:nth-child(3n) {
		width: 48%;
		margin: 0 4% 4% 0;
	}
	.newPosts {
		width: 60%;
	}
	.newPosts li:nth-child(2n) {
		margin: 0 0 4% 0;
	}
}

@media only screen and (max-width: 720px) {
	.newPosts {
		width: 96%;
		margin: 0 auto 40px;
		float: none;
	}
	.newPosts li .postInfo h3 {
		font-size: 0.875em;
	}
}

/* ------------------------------------
	popularPosts
------------------------------------ */
.popularPosts {
	width: 330px;
	float: right;
}
.popularPosts h2 {
	padding: 0 0 0 50px;
}
.popularPosts nav {
	padding: 0 0 0 50px;
	border-left: 1px solid rgba(0,0,0,.1);
}
.popularPosts ul {
	border-top: 1px solid rgba(0,0,0,.1);
}
.popularPosts li {
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.popularPosts a {
	width: 100%;
	display: table;
	padding: 15px 0;
	color: #000;
	line-height: 1.5;
	font-size: 1.143em;
	text-decoration: none;
}
.popularPosts figure {
	width: 50px !important;
	display: table-cell;
	vertical-align: middle;
}
.popularPosts figure img {
	width: 36px !important;
}
.popularPosts p {
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (max-width: 1160px) {
	.popularPosts {
		width: 70%;
	}
	.popularPosts h2 {
		padding: 0 0 0 10%;
	}
	.popularPosts {
		width: 27%;
	}
	.popularPosts nav {
		padding: 0 0 0 10%;
	}
}

@media only screen and (max-width: 980px) {
	.popularPosts {
		width: 36%;
	}
	.popularPosts h2 {
		letter-spacing: -0.1px;
	}
}

@media only screen and (max-width: 720px) {
	.popularPosts {
		width: 96%;
		margin: 0 auto;
		float: none;
	}
	.popularPosts h2 {
		padding: 0;
	}
	.popularPosts nav {
		padding: 0;
		border-left: none;
	}
	.popularPosts li:nth-child(n+6) {
		display: none;
	}
}

/* ------------------------------------
	featureCont
------------------------------------ */
.featureCont {
	width: 100%;
	margin: 0 0 80px;
	position: relative;
}
.featureCont:before {
	content: "";
	width: 100%;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #492D65;
}
.featureCont:after {
	width: 371px;
	height: 384px;
	content: "";
	background: url(/plus/files/bg_pattern_l.png) no-repeat top left;
	background-size: 340px auto;
	position: absolute;
	top: -25px;
	left: 0;
	z-index: -1;
}
.featureCont section {
	width: 1160px;
	margin: 0 auto;
	padding: 100px 0 0 0;
	position: relative;
}
.featureCont h2 {
	position: absolute;
	top: 100px;
	right: 0;
	font-size: 40px;
	line-height: 1.4;
	text-align: right;
	color: #FFF;
	font-family: 'Concert One', 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', YuGothic, '游ゴシック',sans-serif;
}
.featureCont h2 span {
	display: block;
	margin: 12px 0 0 0;
	font-size: 12px;
	letter-spacing: 3px;
}
.featureCont ul {
	margin: 0 0 40px;
}
.featureCont li {
	width: 200px;
	margin: 0 40px 0 0;
	float: left;
	position: relative;
}
.featureCont li:last-child {
	margin: 0;
}
.featureCont li a {
	color: #000;
	display: block;
	text-decoration: none;
}
.featureCont li figure {
	margin: 0 0 20px 0;
	border-radius: 20px;
}
.featureCont li figure img {
	width: 100%;
	border-radius: 20px;
}
.featureCont li .featureInfo h3 {
	margin: 0 0 10px;
	line-height: 1.3;
	font-size: 1em;
}
.featureCont li .featureInfo .date {
	padding: 0 0 0 20px;
	position: relative;
	line-height: 1.5;
	color: #8A8A8A;
	font-family: 'Concert One', 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', YuGothic, '游ゴシック',sans-serif;
}
.featureCont li .featureInfo .date:before {
	content: "";
	width: 10px;
	height: 1px;
	border-top: 1px solid rgba(0,0,0,.2);
	position: absolute;
	top: 8px;
	left: 0;
}

/* first-child */
.featureCont li:first-child {
	width: 100%;
	margin: 0 0 90px;
}
.featureCont li:first-child {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.featureCont li:first-child figure {
	width: 700px;
	height: 480px;
	margin: 0;
	position: relative;
	overflow: hidden;
	background: #FFF;
}
.featureCont li:first-child figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.featureCont li:first-child .featureInfo {
	width: calc(100% - 760px);
	margin: 0 0 0 60px;
	padding: 0 0 40px;
	border-bottom: 1px solid #492D65;
}
.featureCont li:first-child .featureInfo h3 {
	font-size: 20px;
}
.featureCont li:first-child .featureInfo .date:before {
	top: 10px;
}

@media only screen and (max-width: 1160px) {
	.featureCont:before {
		height: 27%;
	}
	.featureCont section {
		width: 94%;
	}
	.featureCont li {
		width: 16%;
		margin: 0 5% 0 0;
	}
	.featureCont li:first-child {
		margin: 0 0 50px;
	}
	.featureCont li:first-child figure {
		width: 60%;
		height: auto;
		padding: 40% 0 0 0;
	}
	.featureCont li:first-child .featureInfo {
		width: 40%;
		margin: 0 0 0 5%;
	}
}

@media only screen and (max-width: 720px) {
	.featureCont section {
		width: 90%;
		padding: 30px 0 0 0;
	}
	.featureCont:before {
		height: 240px;
	}
	.featureCont:after {
		content: none;
	}
	.featureCont h2 {
		position: static;
		text-align: center;
	}
	.featureCont h2 span {
		margin: 0;
	}
	.featureCont li,
	.featureCont li:last-child {
		width: 48%;
		margin: 0 4% 4% 0;
	}
	.featureCont li:nth-child(2n+3) {
		width: 48%;
		margin: 0 0 4% 0;
	}
	.featureCont li figure img {
		width: 100%;
	}
	.featureCont li:first-child {
		display: block;
		margin: 30px 0;
	}
	.featureCont li:first-child figure {
		width: 100%;
		height: auto;
		margin: 0 0 20px;
		padding: 65% 0 0 0;
	}
	.featureCont li:first-child .featureInfo {
		width: 100%;
		margin: 0;
		padding: 0 0 20px;
	}
	.featureCont li:nth-child(n+6) {
		display: none;
	}
}

/* ------------------------------------
	encyclopedia
------------------------------------ */
.encyclo {
	position: relative;
	background: #FFF url(../files/encyclo_bg.jpg) no-repeat center center / cover;
}
@media only screen and (min-width: 720px) {
	body:not(.setTb) .encyclo {
		background-attachment: fixed;
	}
}
.encyclo section {
	width: 1160px;
	margin: 0 auto;
	padding: 75px 0 60px;
}
.encyclo h2 {
	margin: 0 0 60px;
	font-size: 30px;
	text-align: center;
	line-height: 1.3;
	font-family: 'Concert One', 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', YuGothic, '游ゴシック',sans-serif;
}
.encyclo h2 span {
	display: block;
	margin: 12px 0 0 0;
	font-size: 12px;
}
.encyclo li {
	width: 260px;
	margin: 0 40px 0 0;
	float: left;
	text-align: center;
	position: relative;
	background: #FFF;
	box-sizing: border-box;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.encyclo ul li.last {
	margin: 0;
}
.encyclo ul li a {
	display: block;
	text-decoration: none;
}
.encyclo ul li figure {
	width: 100%;
}
.encyclo li img {
	width: 100%;
	height: auto;
}
.encyclo ul li h3 {
	margin: 30px 0 10px;
	line-height: 1.3;
	color: #000;
	font-size: 1.143em;
}
.encyclo ul li p {
	padding: 0 20px 25px;
	text-align: left;
	color: #8A8A8A;
	font-size: 0.929em;
}

@media screen and (max-width: 1160px){
	.encyclo section {
		width: 100%;
	}
	.encyclo ul {
		width: 94%;
		margin: 0 auto;
	}
	.encyclo li {
		width: 22%;
		margin: 0 4% 30px 0;
	}
	.encyclo ul li div {
		width: 100%;
		height: auto;
	}
	.encyclo ul li figure {
		width: 100%;
		height: auto;
	}
	.encyclo li img {
		width: 100%;
		height: auto;
		position: static;
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
	}
}

@media screen and (max-width: 980px){
	.encyclo {
		background-attachment: scroll;
	}
}
@media screen and (max-width: 720px){
	.encyclo ul {
		width: 90%;
	}
	.encyclo li {
		width: 48%;
		margin: 0 4% 4% 0;
	}
	.encyclo li.odd {
		width: 48%;
		margin: 0 0 4% 0;
	}
}

/* ------------------------------------
	linkArea
------------------------------------ */
.linkArea {
	width: 1160px;
	margin: 80px auto;
	overflow: hidden;
}
.linkArea section {
	width: 360px;
	margin: 0 0 0 40px;
	float: left;
}
.linkArea section:first-child {
	margin: 0;
}
.linkArea section h2 {
	margin: 0 0 40px;
	font-size: 20px;
	text-align: center;
	color: #000;
	letter-spacing: 1px;
	line-height: 1.5;
}
.linkArea ul {
	border-top: 1px solid rgba(0,0,0,.1);
}
.linkArea ul li {
	text-align: left;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.linkArea ul li a {
	width: 100%;
	padding: 10px 0;
	color: #000;
	display: table;
	text-decoration: none;
	position: relative;
}
.linkArea ul li img {
	display: table-cell;
	vertical-align: middle;
}
.linkArea ul li img {
	width: 100px;
	height: 100px;
	margin: 0 20px 0 0;
	box-sizing: border-box;
	border-radius: 20px;
}
.linkArea .channel ul li img {
	width: 178px;
	height: auto;
	margin: 0 15px 0 0;
}
.linkArea ul li dl,
.linkArea .channel li span {
	width: 260px;
	line-height: 1.6;
	display: table-cell;
	vertical-align: middle;
}
.linkArea ul li dl dt {
	margin: 0 0 8px;
	color: #000;
	line-height: 1.3;
	font-size: 1.143em;
}
.linkArea ul li dl dd {
	color: #8A8A8A;
	font-size: 0.929em;
	line-height: 1.4;
}
.linkArea ul li dl dd p {
	font-size: 0.929em;
}

@media screen and (max-width: 1160px){
	.linkArea {
		width: 94%;
		text-align: center;
		font-size: 0;
	}
	.linkArea section {
		width: 32%;
		margin: 0 0 30px 2%;
		display: inline-block;
		-ms-text-align-last: auto;
		text-align: left;
	}
	.linkArea section h2 {
		margin: 0 0 20px;
	}
	.linkArea ul li img {
		width: 70px;
		height: 70px;
	}
	.linkArea ul li dl {
		width: 900px;
	}
	.linkArea ul li dl dt {
		font-size: 16px;
	}
	.linkArea .channel ul li img {
		width: 124px;
	}
	.linkArea .channel li span {
		font-size: 14px;
	}
	.linkArea ul li dl dt br {
		display: none;
	}
	.linkArea ul li dl dd {
		font-size: 11px;
	}
}

@media screen and (max-width: 980px){
	.linkArea section {
		width: 48%;
		margin: 0 0 30px 4%;
	}
	.linkArea ul li img {
		width: 90px;
		height: 90px;
	}
	.linkArea .channel {
		width: 100%;
		margin: 0 0 30px;
	}
	.linkArea .channel ul li img {
		width: 178px;
	}
	.linkArea .channel li span {
		width: 100%;
		font-size: 16px;
	}
}

@media screen and (max-width: 720px){
	.linkArea {
		width: 90%;
		margin: 80px auto 40px;
	}
	.linkArea section {
		width: 100%;
		margin: 0 0 40px;
	}
	.linkArea section.public,
	.linkArea section.entrance,
	.linkArea section.channel {
		width: 100%;
		margin: 0 0 40px;
	}
	.linkArea .channel ul li img {
		width: 150px;
	}
	.linkArea ul li dl dd p {
		font-size: 1em;
	}
}

/* ------------------------------------
	Opacity Hover
------------------------------------ */
@media only screen and (min-width: 768px) {
	.keyVisual a,
	.postWrap li a,
	.featureCont a img,
	.featureCont .featureInfo a,
	.encyclo a,
	.linkArea a {
		transition: all 0.3s ease;
	}

	body:not(.setTb) .keyVisual a:hover,
	body:not(.setTb) .postWrap li a:hover,
	body:not(.setTb) .featureCont a:hover img,
	body:not(.setTb) .featureCont .featureInfo a:hover,
	body:not(.setTb) .encyclo a:hover,
	body:not(.setTb) .linkArea a:hover {
		opacity: 0.7;
	}
}