@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Amaranth:400,700&display=swap');
/*-------------------------------------------
reset
-------------------------------------------*/
html, body, div, span, applet,footer, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article,aside,details,figcaption,figure,header,hgroup,menu,nav,section {
	display:block;
	margin:0;
	padding:0;
	position: relative;
}

html {
	font-size: 62.5%;
}

body {
	font-family: sans-serif;
	font-weight: 300;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
	font-size: 1rem;
	font-weight: 400;
}

.pc {
	display: inline-block;
}

.sp {
	display: none;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #05c190;
	text-decoration: none;
	opacity: 0.5;
	transition: 0.3s ease-in-out;
}

img {
	vertical-align: bottom;
}

p {
	margin: 0 0 1em 0;
	font-size: 1.8rem;
	line-height: 1.75;
}

header {
	width: 100%;
	height: 200px;
	margin: 0 auto 20px;
	padding: 30px 0 0;
	text-align: center;
	color: #333333;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background: #00f2b3;
	position: relative;
}

header h1,
#sp-gnav h1 {
	margin: 0;
	font-size: 1.5rem;
	display: flex;
	justify-content: center;
}

header h1 span,
#sp-gnav h1 span {
	margin: 0 0.5rem 0 0;
	font-size: 2rem;
	font-weight: 700;
	font-family: 'Amaranth', sans-serif;
}

header h1 a,
#sp-gnav h1 a {
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
}

header h1 a img,
#sp-gnav h1 a img {
	width: 60px;
	height: auto;
	margin: 0 10px 0 0;
}

.menu-btn {
	display: none;
}

.gnav {
	width: 100%;
}

.gnav ul {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.gnav ul li {
	padding: 0 30px;
	font-size: 1.5rem;
	font-weight: bold;
	display: inline-block;
}

.gnav ul li a {
	color: #ffffff;
}

#sp-gnav {
	display: none;
}

main#lower {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

main#lower > section {
	width: 70%;
}

main#lower > aside {
	width: 28%;
}

.sidebar-widget > div {
	margin: 0 0 40px 0;
	font-size: 1.5rem;
}

.sidebar-widget > div > h3 {
	padding: 1em 1.25em;
	font-size: 1.5rem;
	text-align: center;
	color: #00f2b3;
	font-weight: bold;
	font-family: 'Amaranth', sans-serif;
	background: #333333;
	border-radius: 10px;
}

footer {
	padding: 3em;
	font-size: 1.25rem;
	text-align: center;
	color: #ffffff;
	background: #333333;
}

footer p {
	margin: 0;
}

footer > div {
	display: flex;
}

footer > div h3 {
	padding: 0 0 0.5em 0;
	font-size: 1.75rem;
	text-align: left;
	border-bottom: solid 1px #cecece;
}

footer > div > nav,
footer > div > div {
	width: calc(100% / 4 - 30px);
	margin: 0 30px 0 0;
}

footer > div ul li {
	margin: 0 0 1em 0;
	font-size: 1.4rem;
	text-align: left;
}

footer > div ul li a {
	color: #ffffff;
}

footer > div > div.sns ul {
	display: flex;
}

footer > div > div.sns ul li {
	margin: 0 2em 0 0;
}

footer > div > div.sns ul li a span {
	font-size: 3rem;
	display: block;
}

footer .copyright {
	font-size: 1.25rem;
}

.note {
	text-align: right;
}

@media screen and (max-width: 768px) {
	body {
		position: relative;
	}
	
	.pc {
		display: none;
	}
	
	.sp {
		display: inline-block;
	}
	
	header {
		height: auto;
		padding: 10px;
		height: auto;
		padding: 10px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
	}
	
	header h1,
	#sp-gnav h1 {
		font-size: 1rem;
		text-align: left;
	}
	
	header h1 span,
	#sp-gnav h1 span {
		font-size: 1.2rem;
	}
	
	header h1 a img,
	#sp-gnav h1 a img {
		width: 30px;
	}
	
	.menu-btn,
	.menu-btn span {
		display: block;
	}
	
	.menu-btn {
		width: 25px;
		height: 21px;
		position: absolute;
		top: 50%;
		right: 3%;
		transform: translateY(-50%);
	}
	
	.menu-btn span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #ffffff;
		border-radius: 12px;
	}
	
	.menu-btn span:nth-of-type(1) {
		top: 0;
	}
	
	.menu-btn span:nth-of-type(2) {
		top: 9px;
	}
	
	.menu-btn span:nth-of-type(3) {
		bottom: 0;
	}
	
	.menu-btn.close {
		top: 3.25%;
	}
	
	.menu-btn.close span {
		top: 50%;
		background-color: #00f2b3;
	}
	
	.menu-btn.close span:nth-of-type(1) {
		transform: translateZ(20px) rotate(-45deg);
	}
	
	.menu-btn.close span:nth-of-type(2) {
		transform: translateZ(-20px) rotate(45deg);
	}
	
	.gnav {
		display: none;
	}
	
	.gnav.menu {
		margin: 0;
		padding: 0;
		display: block;
		background: none;
		border: none;
	}
	
	.gnav.menu ul {
		margin: 0 auto 30px;
		text-align: center;
		display: block;
	}
	
	.gnav.menu ul li {
		margin: 0 0 1em 0;
		padding: 0;
		font-weight: bold;
		display: block;
	}
	
	.gnav.menu ul li:last-child {
		margin: 0;
	}
	
	.gnav.menu ul li a {
		color: #05c190;
	}
	
	#sp-gnav {
		width: 100%;
		height: 100vh;
		padding: 10px;
		display: none;
		background: #ffffff;
		position: fixed;
		top: 0;
		z-index: 100;
	}
	
	#sp-gnav a {
		display: flex;
		justify-content: center;
	}
	
	#sp-gnav h1 {
		margin: 0 0 3em 0;
		text-align: left;
	}
	
	#sp-gnav h1 img {
		max-width: 30px;
	}
	
	main#lower,
	main#category,
	main#archives,
	main#writers {
		margin: 50px 0 0 0;
		padding: 0 20px 30px;
		display: block;
	}
	
	main#lower > section {
		width: 100%;
	}
	
	main#lower > aside {
		width: 100%;
	}
	
	footer {
		padding: 30px 20px;
		font-size: 0.6em;
		text-align: center;
		color: #ffffff;
		display: block;
	}
	
	footer > div {
		display: block;
	}
	
	footer > div > nav,
	footer > div > div {
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	footer .service-link {
		margin: 1.5em 0 3em 0;
		font-size: 1.25em;
	}
	
	footer .service-link a {
		margin: 0 0 2em 0;
		padding: 1em;
		border: solid 1px #ffffff;
	}
	
	footer .copy {
	}
	
	.note {
		text-align: left;
	}

}