@charset "UTF-8";
body {
	font-family: "Cabin", "ヒラギノ角ゴ ProN W3", "HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: .09em;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, figure {
	margin: 0;
	padding: 0;
	list-style: none;
}
a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	opacity: .6;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}
img {
	max-width: 100%;
}
@media (min-width: 640px) {
	img {
		max-width: none;
	}
}
.tmblr-iframe--controls, .iframe-controls--phone-mobile, .iframe-controls--tablet-mobile, .iframe-controls--desktop {
	display: none !important;
	visibility: hidden;
}
.tmblr-iframe {
	position: absolute;
}
.tmblr-iframe--desktop-logged-in-controls {
	position: fixed;
}
.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop {
	right: 0;
	top: 0;
	z-index: 100;
}
body {
	min-width: 320px;
	max-width: 1300px;
	margin: 0 auto;
}
@media (min-width: 640px) {
	body {
		min-width: 640px;
	}
}
.container {
	width: 97%;
	margin: 0 auto;
	position: relative;
}
.header {
	width: 100%;
	margin-top: 8%;
}
.nav {
	width: 100%;
}
.aside {
	margin: 5% auto 20%;
}
@media (min-width: 640px) {
	.header {
		margin-top: 4%;
	}
	.aside {
		position: absolute;
		top: 0;
		right: 0;
		width: 9em;
		margin: 0;
	}
}
.header__logo {
	margin: 0 0 10% 0;
	text-align: center;
}
.header__nav {
	margin: 0.5% 0 15%;
	text-align: center;
}
.header__nav__item {
	display: inline-block;
	margin-left: 4%;
	font-size: 1.0625em;
	line-height: 1;
	letter-spacing: .05em;
}
.header__nav__item:first-child {
	margin-left: 0;
}
.work .header__nav__item:first-child,
.about .header__nav__item:first-child + * + *,
.news .header__nav__item:first-child + * {
	border-bottom: 2px solid #000;
}
@media (min-width: 640px) {
	.header:before,
	.header:after {
		content: '';
		display: table;
	}
	.header:after {
		clear: both;
	}
	.header__logo {
		width: 40%;
		float: left;
		margin-bottom: 0;
		text-align: left;
	}
	.header__nav {
		width: 54%;
		float: right;
		text-align: right;
		padding-right: 1em;
	}
	.header__nav__item {
		font-size: 1.25em;
		margin-left: 8%;
	}
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
	.header__nav__item {
		margin-left: 3%;
		font-size: 1.125em;
	}
}
.aside {
	text-align: center;
	font-size: 0.8125em;
	line-height: 1.7;
	letter-spacing: .06em;
}
.aside__heading {
	font-size: 1em;
	margin-bottom: 1.5em;
	font-weight: normal;
}
@media (min-width: 640px) {
	.aside {
		text-align: left;
	}
}
.articles {
	position: relative;
}
.articles__item {
	margin-bottom: 15%;
}
.articles__item__date {
	font-size: 0.8125em;
	margin-bottom: .7em;
}
.articles__item__title {
	font-size: 1.125em;
	font-weight: normal;
	margin-bottom: 1em;
}
.articles__item__image {
	margin-bottom: 8%;
}
.articles__item__text {
	font-size: 0.875em;
	line-height: 1.8;
	margin-top: -1%;
}
.articles__item__text a:link, .articles__item__text a:visited {
	text-decoration: underline;
}
.article__item__sns__item {
	display: inline-block;
	vertical-align: top;
	margin-top: 2em;
}
@media (min-width: 640px) {
	.articles__item {
		margin-bottom: 10%;
	}
	.articles__item__image {
		margin-bottom: 3%;
	}
	.articles__item__image img {
		width: 100%;
	}
	.articles__item__text {
		font-size: 0.75em;
		width: 65%;
	}
}
.article__item {
	margin-bottom: 3%;
}
.article__item img {
	width: 100%;
}
.caption {
	width: 94%;
	font-size: 0.875em;
	margin: 0 auto 10%;
}
.pagenation {
	text-align: center;
	margin: 5% 0 10%;
}
.pagenation a.pagenation__item {
	text-decoration: underline;
}
.pagenation__prev {
	background-image: url(../image/sprite.png);
	background-position: -19px 0px;
	width: 19px;
	height: 37px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2%;
}
.pagenation__next {
	background-image: url(../image/sprite.png);
	background-position: 0px 0px;
	width: 19px;
	height: 37px;
	display: inline-block;
	vertical-align: middle;
}
.pagenation__item {
	margin-right: 2%;
	vertical-align: middle;
}
.pagenation__item--current {
	font-size: 1.5em;
}
.p-pagenation {
	position: relative;
}
.p-pagenation__item {
	position: fixed;
	top: 50%;
	display: inline-block;
}
.p-pagenation__item--prev {
	background-image: url(../image/sprite.png);
	background-position: -19px 0px;
	width: 19px;
	height: 37px;
	left: 10px;
}
.p-pagenation__item--next {
	background-image: url(../image/sprite.png);
	background-position: 0px 0px;
	width: 19px;
	height: 37px;
	right: 10px;
}
@media (min-width: 640px) {
	.pagenation {
		margin-bottom: 5%;
	}
}
.copyright {
	text-align: right;
	padding: 0 1.5% 2em 0;
}
