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

	CommonElements

======================================= */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@1,700&display=swap');
@import url('/komaspo/css/komaspo_fonts.css');

body{
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	color: #222222;
	background: #F2F2F1;
	letter-spacing: 0.06em;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', YuGothic, '游ゴシック',sans-serif;
	font-feature-settings: "palt";
}

a { text-decoration:underline; color: #007ae1;}
a:visited { text-decoration:underline; color: #007ae1;}
a:active { text-decoration:underline; color: #007ae1;}
a:hover { text-decoration:none; color: #007ae1;}
a.disable {cursor: default;}

#container {
	padding: 100px 0 0 0;
}

#container::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background-repeat:no-repeat;
	background-position:50% 100%;
	background-color: #180344;
	background-image:url('/komaspo/files/bg.jpg');
	background-size:cover;
}

@media only screen and (max-width: 980px) {
	#container {
		padding: 85px 0 0 0;
	}
}
@media only screen and (max-width: 768px) {
	#container {
		padding: 60px 0 0 0;
	}
}
@media only screen and (max-width: 768px) {
	body {
		min-width: 320px;
	}
}

/* ------------------------------------
	header
------------------------------------ */
header {
	width: 100%;
	height: 100px;
	color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	transition: all 0.3s ease-out;
}
header .headerInner {
	margin: 0 40px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header h1 {
	width: 157px;
	font-size: 11px;
	text-align: center;
	transition: all 0.3s ease-out;
}
header h1 img {
	width: 100%;
	display: block;
}
header h1 a {
	color: #ef764a!important;
	text-decoration: none;
}
header h1 a span br {
	display: none;
}
header #global {
	margin-left: auto;
	transition: all 0.3s ease-out;
}
header #global ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
header #global ul li {
	height: 100px;
	margin: 0 2em 0 0;
	display: block;
	position: relative;
	transition: all 0.3s ease-out;
}
header #global ul li a {
	line-height: 100px;
	display: block;
	color: #ffffff!important;
	text-decoration: none;
}
header #global ul li.navTwitter {
	margin-left: 2em;
}
header #global ul li.navTwitter::before {
	content: "";
	width: 1px;
	height: 1em;
	display: block;
	background: rgba(255,255,255,0.4);
	position: absolute;
	top: 50%;
	left: -2em;
	transform: translate(0, -50%);
}
header #global ul li.navTwitter {
	margin-right: 1.25em;
}
header #global ul li.navInstagram {
	margin-right: 2.5em;
}
header #global ul li.navTwitter span,
header #global ul li.navInstagram span {
	display: none;
}
header #global ul li.navTwitter a::after,
header #global ul li.navInstagram a::after {
	content: "";
	display: block;
	font-family: 'komazawa';
}
header #global ul li.navTwitter a::after {
	font-size: 0.938em;
	content: "\e924";
}
header #global ul li.navInstagram a::after {
	font-size: 1.063em;
	content: "\e93f";
}
header #toggleSearch {
	padding: 0;
	color: #ffffff;
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 40px;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	transition: all 0.3s ease-out;
}
header #toggleSearch::before {
	font-family: 'komazawa';
	content: "\e91e";
	display: block;
	font-size: 1.5em;
	transition: all 0.3s ease-out;
}

.miniHeader header {
	height: 85px;
	position: fixed;
	background: rgba(0,0,0,.95);
}
.miniHeader header h1 {
	width: 157px;
	font-size: 11px;
	position: relative;
	top: 0;
	left: 0;
}
.miniHeader header #global ul li {
	height: 85px;
}
.miniHeader header #global ul li a {
	line-height: 85px;
}

@media only screen and (max-width: 1060px) {
	header #global ul li {
		margin: 0 1em 0 0;
	}
	header #global ul li a {
		font-size: 0.875em;
	}
}

@media only screen and (max-width: 980px) {
	header h1 {
		transform: scale(0.7);
	}
	header .headerInner {
		margin: 0;
	}
	header #global ul li {
		margin: 0 0.8em 0 0;
	}
	header #global ul li a {
		font-size: 0.75em;
	}
	header #global ul li.navTwitter {
		margin-left: 0.75em;
	}
	header #global ul li.navTwitter::before {
		left: -0.75em;
	}
	header #global ul li.navTwitter {
		margin-right: 0.5em;
	}
	header #global ul li.navInstagram {
		margin-right: 3em;
	}
	header #toggleSearch {
		right: 3%;
	}
	header #toggleSearch:before {
		font-size: 1.2em;
	}
}

@media only screen and (max-width: 768px) {
	header,
	header .headerInner,
	.miniHeader header {
		height: 60px;
	}
	header h1 {
		width: 160px;
	}
	header h1 span {
		width: 10em;
		display: block;
		text-align: left;
		position: absolute;
		top: 4px;
		left: 170px;
	}
	header h1 a span br {
		display: block;
	}
	header #global ul li.navSearch {
		position: static;
	}
	header #toggleSearch {
		position: fixed;
		top: 30px;
		right: 20px;
	}
	header #toggleSearch:before {
		font-size: 20px;
	}
}

/* ------------------------------------
	SP MENU
------------------------------------ */
@media only screen and (max-width: 768px) {
	#rwdMenuWrap {display: none;}
	.miniHeader #rwdMenuWrap {display: block;}
	#rwdMenuWrap {
		width: 100%;
		min-width: 320px;
	}
	#rwdMenuWrap #switchBtnArea {
		width: 100%;
		height: 0;
		overflow: visible;
	}
	#rwdMenuWrap #switchBtnArea #switchBtn {
		width: 44px;
		height: 44px;
		position: fixed;
		top: 20px;
		right: 75px;
		z-index: 101;
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span {
		width: 70%;
		height: 2px;
		background-color: #fff;
		border-radius: 5px;
		transition: all 0.2s linear;
		position: absolute;
		left: 20%;
	}
	#rwdMenuWrap #switchBtnArea #switchBtn,
	#rwdMenuWrap #switchBtnArea #switchBtn span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {
		top:10px;
		transform: rotate(0);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {
		top:20px;
		transform: scale(1);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {
		bottom:10px;
		transform: rotate(0);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
		top: 0 !important;
		-webkit-transform: translateY(20px) rotate(-45deg);
		transform: translateY(20px) rotate(-45deg);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
		top:20px;
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
		opacity: 0;
	}
	#rwdMenuWrap ul {
		width: 100%;
		padding: 85px 0 0;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		background: rgba(0,0,0,.85);
	}
	#rwdMenuWrap ul li {
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,.2);
	}
	#global ul li.sp {display: block;}
	#rwdMenuWrap ul li a {
		padding: 15px 25px;
		display: block;
		position: relative;
		font-size: 1em;
		color: #ffffff;
		text-align: left;
		text-decoration: none;
	}
	#rwdMenuWrap ul li a:after {
		content: '';
		width: 5px;
		height: 5px;
		display: block;
		margin-top: -3px;
		color: #888;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.2em;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		position: absolute;
		top: 50%;
		right: 15px;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#rwdMenuWrap ul li a.disable {
		color: #666;
	}
}

@media only screen and (max-width: 768px) {
	#rwdMenuWrap {
		display: block;
	}
	#rwdMenuWrap #switchBtnArea #switchBtn {
		position: fixed;
	}
	#rwdMenuWrap ul {
		padding: 85px 0 0;
	}
	#global	{display: none;}
	#rwdMenuWrap #switchBtnArea #switchBtn {
		width: 30px;
		height: 30px;
		position: fixed;
		top: 16px;
		right: 58px;
	}
	#rwdMenuWrap ul {
		padding: 60px 0 0;
	}
	#rwdMenuWrap ul li a {
		padding: 10px 25px;
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {
		top: 7px;
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {
		top: 21px;
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {
		bottom: 14px;
	}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
		top: 0 !important;
		-webkit-transform: translateY(14px) rotate(-45deg);
		transform: translateY(14px) rotate(-45deg);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
		top: 14px;
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
}

/* ------------------------------------
	google search
------------------------------------ */
#___gcse_0 {
	width: 100% !important;
	background: transparent !important;
	box-sizing: border-box;
}
.cse .gsc-control-cse,
.gsc-control-cse {
	padding: 0 !important;
	border: none!important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding: 0 5px !important;
	text-align: right !important;
	color: #222;
	font-size: 16px !important;
	line-height: 20px;
	background: transparent !important;
	box-sizing: border-box;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border: none!important;
}
.secDetail table#gs_id50 tbody td,
.secDetail table td.gsc-search-button,
.secDetail .gsc-above-wrapper-area table td {
	border: none!important;
}
.gsib_a {
	width: 100% !important;
	padding: 0 !important;
}
form.gsc-search-box {
	margin: 0 !important;
    border: 1px solid #707070;
}
.cse .gsc-search-button-v2,
.gsc-search-button-v2 {
	margin: 0 !important;
	padding: 0 !important;
	height: 65px !important;
	width: 65px !important;
	cursor: pointer;
	border-radius: 0 !important;
	border: none !important;
	background: transparent !important;
}
.cse .gsc-search-button-v2:before,
.gsc-search-button-v2:before {
	font-family: 'komazawa';
	content: "\e91e";
	display: block;
	font-size: 30px;
	line-height: 1;
	transition: all 0.3s ease;
}
.gsc-search-button-v2 svg {
	display: none;
}
.gsib_b {
	display: none !important;
}
table.gsc-search-box {
	width: 100% !important;
	margin-bottom: 0 !important;
	background: transparent;
}
.gsc-search-box input::placeholder,
.gsc-search-box input:placeholder-shown {
	color: transparent;
}
.gsc-search-box input:-ms-input-placeholder {
	color: transparent !important;
}
.gsc-search-box input::-ms-input-placeholder {
	color: transparent;
}
.gsc-input-box {
	height: 20px !important;
	border: none !important;
	box-shadow: none !important;
	background: transparent !important;
}

/* ------------------------------------
	new
------------------------------------ */
.new {
	color: #efc94a;
	font-size: 0.875em;
	line-height: 1;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-style: italic;
}

@media only screen and (max-width: 768px) {
	.new {
		font-size: 0.75em;
	}
}

/* ------------------------------------
	lightField
------------------------------------ */
.lightField {
	background: #f2f2f1;
}
.lightField_w {
	background: #ffffff;
}

/* ------------------------------------
	common parts
------------------------------------ */
a.moreBtn {
	height: 33px;
	padding: 0 0 0 43px;
	display: inline-block;
	color: #180344;
	line-height: 33px;
	position: relative;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.875em;
}
a.moreBtn::before {
	font-family: 'komazawa';
	content: ' \e90a';
	white-space: pre-wrap;
	letter-spacing: 0.1em;
	width: 33px;
	height: 33px;
	display: block;
	font-size: 16px;
	line-height: 33px;
	color: #ffffff;
	background: #ef764a;
	background: -moz-linear-gradient(top left, #180344 0%, #ef764a 100%);
	background: -webkit-gradient(linear, left top, right bottom, from(#180344), to(#ef764a));
	background: -webkit-linear-gradient(top left, #180344 0%, #ef764a 100%);
	background: -o-linear-gradient(top left, #180344 0%, #ef764a 100%);
	background: linear-gradient(to bottom right, #180344 0%, #ef764a 100%);
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	left: 0;
}


a.archiveBtn,
a.animGrad {
	width: 100%;
	padding: 12px 0;
	display: block;
	overflow: hidden;
	color: rgba(0,0,0,.5);
	text-align: center;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 26px;
	font-family: 'Concert One', sans-serif;
	text-decoration: none;
	position: relative;
	transition: all 0.3s ease-out;
}

a.archiveBtn span,
a.animGrad span {
	position: relative;
	z-index: 1;
}

a.archiveBtn:before,
a.animGrad:before {
	display:block;
	content:"";
	width:200px;
	height:200px;
	border:100px double rgba(0,0,0,0);
	border-radius:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left:50%;
    /* z-index: -1; */
}

/* hover */
@media only screen and (min-width: 720px) {
	body:not(.setTb) a.archiveBtn:hover,
	body:not(.setTb) a.animGrad:hover {
		color: #000;
		letter-spacing: .3em;
		border: 1px solid rgba(0,0,0,1);
	}
	body:not(.setTb) a.archiveBtn:hover:before,
	body:not(.setTb) a.animGrad:hover:before {
		width:0;
		height:0;
		border:0 double rgba(0,0,0,1);
		transition: all 0.3s ease-out;
	}
}
@media only screen and (max-width: 768px) {
	a.moreBtn {
		padding: 0 0 0 38px;
		font-size: 0.75em;
	}
	a.moreBtn::before {
		letter-spacing: 0.17em;
		width: 28px;
		height: 28px;
		font-size: 13px;
		line-height: 28px;
	}
}

/* ------------------------------------
	Search Modal
------------------------------------ */
.modalBg {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 110;
	background: rgba(255,255,255,.96);
}
.modal {
	display: none;
	width: 500px;
	color: #000;
	text-align: center;
	position: fixed;
	z-index: 111;
}
.modal h2 {
	margin: 0 0 20px;
	font-size: 30px;
	font-family: 'Concert One', 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', YuGothic, '游ゴシック',sans-serif;
}
.modal h2 span {
	display: block;
	font-size: 12px;
}
.modal .mdlClose {
	display: block;
	position: fixed;
	top: 40px;
	right: 55px;
	padding: 30px 0 0 0;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	font-family: 'Concert One', 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', YuGothic, '游ゴシック',sans-serif;
}
.modal .mdlClose::before,
.modal .mdlClose::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 2px;
	margin: -30% 0 0 -42%;
	background: #000;
}
.modal .mdlClose::before {transform: rotate(-45deg);}
.modal .mdlClose::after {transform: rotate(45deg);}

@media only screen and (max-width: 768px) {
	.modal {
		width: 80%;
		margin: 0 auto;
		top: 90px!important;
	}
	.modal .mdlClose {
		top: 6vw;
		right: 6vw;
	}
}

/* ------------------------------------
	postWrap
------------------------------------ */
.postWrap {
	width: 84%;
	max-width: 1400px;
	min-width: 980px;
	margin: 0 auto 80px;
}
.postWrap h2 {
	margin: 0 0 20px -1em;
	padding: 0.2em 0.4em;
	display: inline-block;
	color: #ef764a;
	line-height: 1;
	font-size: 1.375em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-style: italic;
	background: #ffffff;
}
.newPosts {
	position: relative;
}
.newPosts ul {
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.newPosts li {
	width: 22.75%;
	margin-right: 3%;
	margin-bottom: 40px;
}
.newPosts li:nth-of-type(4n) {
	margin-right: 0;
}
.newPosts li a {
	text-decoration: none;
	color: #ffffff;
}
.newPosts li figure {
	width: 100%;
	margin: 0 0 20px;
	padding-top: 60%;
	position: relative;
	overflow: hidden;
	background: #432e6e;
}
.newPosts li figure img {
	width: 100%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	top: 50%;
	right: 0;
}
.newPosts li .postInfo {
	position: relative;
}
.newPosts li .postInfo .cat {
	margin: 0 0 10px;
	position: absolute;
	top: -30px;
	left: -1em;
}
.newPosts li .postInfo .cat span {
	margin: 0 4px 0 0;
	padding: 0.4em;
	color: #ffffff;
	font-size: 0.75em;
	line-height: 1;
	background: #ef764a;
	display: inline-block;
}
.newPosts li .postInfo .date {
	margin: 0 1em 0 0;
	color: #ffffff;
	font-size: 0.875em;
	line-height: 1;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-style: italic;
}
.newPosts li .postInfo h3 {
	font-size: 1em;
}

.newPosts .moreBtn {
	color: #ffffff;
	position: absolute;
	top: 0;
	right: 0;
}

@media only screen and (max-width: 980px) {
	.postWrap h2 {
		margin-left: 0;
	}
}

@media only screen and (max-width: 768px) {
	.postWrap {
		width: 90%;
		min-width: 0;
		margin: -30px auto 40px;
	}
	.postWrap h2 {
		font-size: 0.875em;
	}
	.newPosts li,
	.newPosts li:nth-of-type(4n) {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		position: relative;
	}
	.newPosts li a {
		position: static;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.newPosts li figure {
		width: 40%;
		margin: 0;
		padding-top: 25%;
	}
	.newPosts li .postInfo {
		width: 58%;
		position: static;
	}
	.newPosts li .postInfo .cat {
		margin: 0 0 10px;
		position: absolute;
		top: auto;
		left: -0.2em;
		bottom: -0.7em;
	}
	.newPosts li .postInfo .cat span {
		font-size: 0.65em;
	}
	.newPosts li .postInfo .date {
		margin: 0 1em 0 0;
		color: #ffffff;
		font-size: 0.75em;
		line-height: 1;
		font-family: 'Roboto Condensed', sans-serif;
	}
	.newPosts li .postInfo h3 {
			font-size: 0.75em;
			line-height: 1.4;
	}
}


/* ------------------------------------
	archiveBox
------------------------------------ */
.archiveBox {
	margin: 0 0 50px;
	padding: 40px 30px 20px;
	position: relative;
	background: #ffffff;
}
.archiveBox h2 {
	position: absolute;
	top: -1.7em;
	left: -1em;
}
.archiveBox ul li {
	margin-bottom: 20px;
}
.archiveBox ul a {
	color: #222222;
	text-decoration: none;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.archiveBox ul li figure {
	width: 80px;
	background: #432e6e;
}
.archiveBox ul li figure img {
	width: 100%;
}
.archiveBox ul li .postInfo {
	flex: 1;
	margin: 0 0 0 20px;
}
.archiveBox ul li .postInfo .date {
	margin: 0 0 0.5em;
	padding: 0;
	color: #180344;
	font-size: 0.875em;
	line-height: 1;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-style: italic;
}
.archiveBox ul li .postInfo .new {
	margin-left: 0.5em;
}
.archiveBox ul li .postInfo h3 {
	font-size: 0.875em;
	line-height: 1.4;
}
.archiveBox .moreBtn {
	position: absolute;
	right: 1em;
	bottom: -16px;
}

@media only screen and (max-width: 768px) {
	.archiveBox {
		margin: 0 0 50px;
		padding: 20px;
		position: relative;
		background: #ffffff;
	}
	.archiveBox h2 {
		top: -1.6em;
		left: -0.8em;
	}
	.archiveBox ul li {
		margin-bottom: 0;
		border-bottom: 1px solid #d0ccd9;
	}
	.archiveBox ul li:last-of-type {
		border-bottom: none;
	}
	.archiveBox ul a {
		padding: 10px 0;
	}
	.archiveBox ul li figure {
		width: 60px;
	}
	.archiveBox ul li .postInfo {
		margin: 0 0 0 10px;
	}
	.archiveBox ul li .postInfo .date,
	.archiveBox ul li .postInfo h3 {
		font-size: 0.75em;
	}
}

/* ------------------------------------
	topicsCont
------------------------------------ */
.topicsCont section {
	width: 1160px;
	min-width: 980px;
	padding: 80px 0;
	margin: 0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.topicsCont .contHead {
	width: 22%;
}
.topicsCont h2 {
	margin-bottom: 40px;
}
.topicsCont h2 span {
	display: block;
	margin-bottom: 10px;
}
.topicsCont ul {
	width: 77%;
	border-top: 1px solid #d0ccd9;
}
.topicsCont ul li {
	border-bottom: 1px solid #d0ccd9;
	position: relative;
}
.topicsCont ul li::after {
	font-family: 'komazawa';
	content: ' \e90a';
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	top: 50%;
	right: 0;
}
.topicsCont ul li a {
	padding: 20px 0;
	color: #222222;
	text-decoration: none;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.topicsCont ul li span.date {
	width: 18%;
	color: #180344;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-style: italic;
}
.topicsCont ul li span.new {
	position: absolute;
	top: 27px;
	left: 7em;
}
.topicsCont ul li span.ttl {
	width: 82%;
	padding: 0 2em 0 0;
}

@media only screen and (max-width: 1160px) {
	.topicsCont section {
		width: 94%;
	}
}

@media only screen and (max-width: 768px) {
	.topicsCont section {
		width: 90%;
		min-width: 90%;
		padding: 40px 0;
		display: block;
	}
	.topicsCont .contHead {
		width: 100%;
	}
	.topicsCont h2 {
		margin-bottom: 20px;
	}
	.topicsCont h2 span {
		display: inline;
		margin-bottom: 0;
	}
	.topicsCont .moreBtn {
		position: absolute;
		bottom: -1em;
		right: 0;
	}
	.topicsCont ul {
		width: 100%;
	}
	.topicsCont ul li a {
		padding: 10px 0;
		display: block;
	}
	.topicsCont ul li span.date {
		margin-right: 0.5em;
		font-size: 0.875em;
		line-height: 1.4;
	}
	.topicsCont ul li span.ttl {
		width: 96%;
		padding: 0;
		display: block;
		font-size: 0.875em;
		line-height: 1.4;
	}
	.topicsCont ul li span.new {
		position: relative;
		top: 0;
		left: 0;
	}
}


/* ------------------------------------
	sub
------------------------------------ */
.sub {
	width: 300px;
	float: right;
}
.sub h2 {
	font-size: 0.875em;
	font-weight: bold;
	line-height: 1.1;
}
.sub h2 span {
	margin-right: .5em;
	color: #180344;
	font-size: 2.5em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-style: italic;
}
.sub h2::first-letter {
	color: #ef764a;
}
.subPosts {
	width: 240px;
}
.subPosts ul li {
	margin-bottom: 0;
	border-bottom: 1px solid #d0ccd9;
}
.subPosts ul li:last-of-type {
	border-bottom: none;
}
.subPosts ul a {
	width: 100%;
	padding: 10px 0;
	color: #222222;
	line-height: 1.5;
	text-decoration: none;
}

@media only screen and (max-width: 768px) {
	.sub {
		width: 100%;
	}
	.subPosts {
		width: calc(100% - 40px);
		float: none;
	}
}


/* ------------------------------------
	snsLinks
------------------------------------ */
.snsLinks section {
	min-width: 980px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.snsLinks section > a {
	width: 50%;
	padding: 60px 0;
	position: relative;
	color: #222222;
	font-size: 0.75em;
	text-align: center;
	text-decoration: none;
}
.snsLinks section > a::after {
	content: "";
	width: 1px;
	height: calc(100% - 120px);
	display: block;
	background: #d0ccd9;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	top: 50%;
	right: 0;
}
.snsLinks section > a:last-of-type::after {
	display: none;
}
.snsLinks section .snsInfo {
	margin: 0 auto;
	display: inline-block;
}
.snsLinks section .snsInfo > div {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.snsLinks section .snsInfo figure {
	margin: 1em 30px 0 0;
}
.snsLinks section .snsInfo p {
	text-align: left;
	line-height: 1.3;
}
.snsLinks section .snsInfo strong {
	display: block;
	font-size: 1.333em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-style: italic;
}
.snsLinks section .snsInfo strong span {
	font-size: 2em;
}

@media only screen and (max-width: 768px) {
	.snsLinks section {
		min-width: 100%;
	}
	.snsLinks section > a {
		padding: 40px 0;
	}
	.snsLinks section > a::after {
		height: calc(100% - 80px);
	}
	.snsLinks section .snsInfo {
		margin: 0 auto;
		display: block;
	}
	.snsLinks section .snsInfo > div {
		display: block;
	}
	.snsLinks section .snsInfo figure {
		height: 50px;
		margin: 0 auto 20px;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.snsLinks section .snsInfo p {
		padding: 0 1em;
		text-align: center;
		font-family: 'Roboto Condensed', sans-serif;
		display: block;
	}
	.snsLinks section .snsInfo p br {
		display: none;
	}
	.snsLinks section .snsInfo strong {
		margin: 0 0 0.6em;
		display: block;
		font-size: 1.2em;
		line-height: 1.1;
	}
	.snsLinks section .snsInfo strong span {
		font-size: 1.8em;
		display: block;
	}
}


/* ------------------------------------
	#footer
------------------------------------ */
footer {
	overflow: hidden;
	color: #ffffff;
}
footer a {
	color: #ffffff!important;
	text-decoration: none;
}
footer .ftInner {
	min-width: 980px;
	padding: 80px 0 60px;
	position: relative;
}
footer .ftWrap {
	margin: 0 auto;
	padding: 0 100px;
	overflow: hidden;
}
footer .ftWrap .ftLogo {
	margin: 0 0 30px;
	display: inline-block;
	color: #ef764a!important;
	text-decoration: none;
}
footer .ftWrap .ftLogo > div {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
footer .ftWrap .ftLogo img {
	width: 230px;
	height: auto;
	margin: 0 16px 0 0;
}
footer .ftWrap .ftLogo > span {
	display: inline-block;
	font-weight: bold;
	font-size: 0.875em;
}
footer .ftWrap nav {
	position: relative;
}

/* ftLink */
footer .ftLink {
	margin: 0 0 40px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
footer .ftLink .ftClm {
	width: 22.75%;
}
footer .ftLink .ftClm .ftTtl {
	margin: 0 0 20px;
	padding: 0 0 15px;
	font-size: 1.5em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-style: italic;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
footer .ftLink ul {
	margin-bottom: 1em;
}
footer .ftLink li {
	margin-bottom: 0.5em;
	list-style-type: none;
}
footer .ftLink li a {
	position: relative;
	padding: 0 0 0 1.5em;
	font-size: 0.875em;
}
footer .ftLink li a::before {
	font-family: 'komazawa';
	content: "\e90a";
	position: absolute;
	left: 0;
	top: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
footer .ftLink li a[target="_blank"]::before {
	content: "\e937";
}
footer iframe {
	box-shadow:none !important;
}
footer small {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 0;
	display: block;
	font-size: 0.875em;
	border-top: 1px solid rgba(255,255,255,.2);
}
footer small.copy {
	padding: 10px 0 0;
	letter-spacing: 3px;
	font-size: 0.688em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-style: italic;
	border-top: none;
}

@media only screen and (max-width: 768px) {
	footer .ftInner {
		padding: 50px 0 30px;
		min-width: 100%;
	}
	footer .ftWrap {
		padding: 0 5%;
	}
	footer .ftWrap .ftLogo {
		margin: 0 0 20px;
	}
	footer .ftWrap .ftLogo img {
		width: 150px;
		margin: 0 10px 0 0;
	}
	footer .ftWrap .ftLogo > span {
		font-size: 11px;
	}
	/* ftLink */
	footer .ftLink {
		margin: 0 0 30px;
	}
	footer .ftLink .ftClm {
		width: 100%;
	}
	footer .ftLink .ftClm .ftTtl {
		margin: 0 0 10px;
		padding: 0 0 5px;
		font-size: 1.2em;
		position: relative;
	}
	footer .ftLink .ftClm .ftTtl > span {
		position: absolute;
		top: 42%;
		right: 0;
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
		font-weight: normal;
		font-style: normal;
	}
	footer .ftLink .ftClm .ftTtl > span::before {
		font-family: 'komazawa';
		content: '\e927';
	}
	footer .ftLink .ftClm .ftTtl.switch > span::before {
		content: '\e928';
	}
	footer .ftLink .ftClm.timeline .ftTtl > span {
		display: none;
	}
	footer .ftLink ul {
		display: none;
	}
	footer .ftLink li {
		margin-bottom: 0;
	}
	footer .ftLink li a {
		display: block;
		padding: 0 0 0 1.5em;
		font-size: 0.875em;
	}
	footer small {
		padding: 30px 0 0;
		font-size: 0.75em;
	}
	footer small.copy {
		padding: 5px 0 0;
		letter-spacing: 0.1em;
		font-size: 0.6em;
	}
}

/* ------------------------------------
	fixedTop
------------------------------------ */
#fixedTop {
	width: 60px;
	height: 60px;
	display: block;
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	right: 30px;
	bottom: 30px;
	transition: all 0.3s;
	opacity: 0;
	z-index: 90;
	text-decoration: none;
}
#fixedTop:after {
	font-family: 'komazawa';
	content: "\e901";
	width: 60px;
	font-size: 20px;
	display: block;
	color: #ffffff;
	text-align: center;
	line-height: 60px;
}
#fixedTop.show {opacity: 1;}

/*	:hover	*/
@media only screen and (min-width: 768px) {
	body:not(.setTb)  #fixedTop:hover {
		background-color: rgba(0,0,0,0.8);
	}
}
@media only screen and (max-width: 768px) {
	#fixedTop {display: none;}
}

/* ------------------------------------
	Opacity Hover
------------------------------------ */
@media only screen and (min-width: 720px) {
	body:not(.setTb) header .kmzw,
	body:not(.setTb) header #toggleSearch,
	body:not(.setTb) header #global ul li a,
	body:not(.setTb) .snsLinks section > a,
	body:not(.setTb) .postWrap li a,
	body:not(.setTb) .archiveBox ul a,
	body:not(.setTb) footer nav a:not(.disable),
	body:not(.setTb) .bx-controls-direction a,
	body:not(.setTb) .linkArea a:not(.disable),
	body:not(.setTb) .sort a,
	body:not(.setTb) #sortArea ul li a,
	body:not(.setTb) .relation article a,
	body:not(.setTb) .latest article a,
	body:not(.setTb) .bnr ul li a,
	body:not(.setTb) .archiveLine a,
	body:not(.setTb) .searchRslt .rsltList li a {
		transition: all 0.3s ease-in-out;
	}
	body:not(.setTb) header .kmzw:hover,
	body:not(.setTb) header #toggleSearch:hover,
	body:not(.setTb) header #global ul li a:hover,
	body:not(.setTb) .snsLinks section > a:hover,
	body:not(.setTb) .postWrap li a:hover,
	body:not(.setTb) .archiveBox ul a:hover,
	body:not(.setTb) footer nav a:not(.disable):hover,
	body:not(.setTb) .bx-controls-direction a:hover,
	body:not(.setTb) .linkArea a:not(.disable):hover,
	body:not(.setTb) .sort a:hover,
	body:not(.setTb) #sortArea ul li a:hover,
	body:not(.setTb) .relation article a:hover,
	body:not(.setTb) .latest article a:hover,
	body:not(.setTb) .bnr ul li a:hover,
	body:not(.setTb) .archiveLine a:hover,
	body:not(.setTb) .searchRslt .rsltList li a:hover {
		opacity: 0.6;
	}
}

/* =====================================
	ClearFixElements
===================================== */
.cf:before,
.headerInner:before,
#wrapper:before,
.cf:after,
.headerInner:after,
#wrapper:after{
	content: " ";
	display: table;
}
.cf:after,
.headerInner:after,
#wrapper:after {
	clear: both;
}
.cf,
.headerInner,
#wrapper {
	*zoom: 1;
}