@import url(https://fonts.googleapis.com/css?family=Noto+Sans);

/* ----------------------------------------------------------------------- base */

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	vertical-align: bottom;
	}

body {
	font-family: "Noto Sans","游ゴシック体",YuGothic,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ", "MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	line-height: 170%;
	color: #444;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
	}

header, nav, section, hgroup, article, figure, figcaption, footer, aside, menu, details { display: block; }

h1,h2,h3,h4,h5,h6 {
	font-size: inherit;
	color: #000;
	}

a {
	color: #000;
	text-decoration: underline;
	cursor: pointer;
	}

a:hover {
	color: #8c89ff;
	}

a img {
	border: none;
	text-decoration: none;
	}

input {
	display: block;
	padding: 0 16px;
	border: none;
	background-color: #000;
	font-family: "Noto Sans","游ゴシック体",YuGothic,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ", "MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	color: #fff;
	text-align: center;
	vertical-align: bottom;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	}

header {
	padding-bottom: 24px;
	text-align: center;
	}

	body.members header {
		padding-bottom: 0;
		}

header .content {
	position: relative;
	}

header h1 {
	display: block;
	padding: 32px 0 16px 0;
	text-align: center;
	}

header h1 img {
	width: 128px;
	}

header h2 {
	font-size: 19px;
	line-height: 150%;
	}

header #search {
	display: inline-block;
	position: relative;
	padding: 8px 36px 8px 0;
	overflow: hidden;
	z-index: 10;
	}

	header #search:after {
		content: '';
		position: absolute;
		top: -8px;
		right: 16px;
		width: 1px;
		height: 56px;
		background-color: #000;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transform: rotate(15deg);
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		transform: rotate(15deg);
		}

	header #search img.icon {
		position: absolute;
		top: 12px;
		left: 4px;
		width: 24px;
		height: 24px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		-ms-border-radius: 12px;
		border-radius: 12px;
		}

header #search input#keyword {
	float: left;
	padding: 0 0 0 16px;
	width: 200px;
	height: 32px;
	border: 1px solid #8c89ff;
	background-color: rgba(255,255,255,0.8);
	text-align: left;
	color: #777;
	line-height: 30px;
	font-weight: normal;
	outline: 0 !important;
	-webkit-border-radius: 16px 0 0 16px;
	-moz-border-radius: 16px 0 0 16px;
	-ms-border-radius: 16px 0 0 16px;
	border-radius: 16px 0 0 16px;
	}

	body.user header #search input#keyword {
		padding-left: 32px;
		}

header #search input.button {
	width: 64px;
	height: 32px;
	background: url(/images/search.svg) no-repeat 12px center #8c89ff;
	-webkit-background-size: 32px;
	-moz-background-size: 32px;
	-ms-background-size: 32px;
	background-size: 32px;
	text-indent: -5000px;
	-webkit-border-radius: 0 16px 16px 0;
	-moz-border-radius: 0 16px 16px 0;
	-ms-border-radius: 0 16px 16px 0;
	border-radius: 0 16px 16px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}

header #button {
	display: inline-block;
	position: relative;
	padding: 8px 0;
	overflow: hidden;
	z-index: 10;
	}

header #button input.button {
	float: left;
	background-color: #000;
	}

header #description {
	padding-top: 16px;
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
	color: #000;	
	text-align: center;
	}

header #description h2 {
	display: inline-block;
	margin: 0 8px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
	}

	header #description h2:hover {
		color: #8c89ff;
		}

	body.index header #description h2#members-button {
		font-size: 16px;
		}

	body.index header #description h2#description-button {
		display: none;
		}

header #description h2 a {
	display: block;
	text-decoration: none;
	}

header #description h2 img {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 4px;
	}

header #description p {
	display: none;
	padding-top: 8px;
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
	color: #000;
	text-align: left;
	}

	body.index header #description p {
		display: block;
		}

header #description p a {
	color: #8c89ff;
	border-bottom: 1px dashed #8c89ff;
	text-decoration: none;
	}

.content {
	max-width: 1024px;
	margin: auto;
	padding: 0 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}

#contents {
	position: relative;
	padding-top: 48px;
	font-size: 20px;
	line-height: 36px;
	color: #444;
	}

#paginator {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*background-color: rgba(255,255,255,0.8);*/
	box-shadow: 0 1px 0 rgba(0,0,0,0.1);
	font-size: 0;
	line-height: 48px;
	text-align: center;
	overflow: hidden;
	z-index: 100;
	}

	#paginator.fixed {
		position: fixed;
		background-color: rgba(255,255,255,0.9);
		-webkit-backdrop-filter: blur(8px);
		-moz-backdrop-filter: blur(8px);
		-ms-backdrop-filter: blur(8px);
		backdrop-filter: blur(8px);
		}

#paginator i {
	display: block;
	position: absolute;
	left: 3px;
	top: 3px;
	width: 64px;
	-webkit-transition: -webkit-transform 200ms ease-in;
	-moz-transition: -moz-transform 200ms ease-in;
	-ms-transition: -ms-transform 200ms ease-in;
	transition: transform 200ms ease-in;
	-webkit-transform: translate3d(0,48px,0);
	-moz-transform: translate3d(0,48px,0);
	-ms-transform: translate3d(0,48px,0);
	transform: translate3d(0,48px,0);
	}

	#paginator.fixed i {
		-webkit-transition: -webkit-transform 200ms ease-out;
		-moz-transition: -moz-transform 200ms ease-out;
		-ms-transition: -ms-transform 200ms ease-out;
		transition: transform 200ms ease-out;
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		}

	#paginator i a {
		display: block;
		position: relative;
		padding: 0;
		width: 64px;
		height: 40px;
		border: none;
		overflow: hidden;
		}

#paginator #member {
	position: absolute;
	top: 8px;
	right: 48px;
	width: 32px;
	height: 32px;
	-webkit-transition: -webkit-transform 200ms ease-in;
	-moz-transition: -moz-transform 200ms ease-in;
	-ms-transition: -ms-transform 200ms ease-in;
	transition: transform 200ms ease-in;
	-webkit-transform: translate3d(0,48px,0);
	-moz-transform: translate3d(0,48px,0);
	-ms-transform: translate3d(0,48px,0);
	transform: translate3d(0,48px,0);
	cursor: pointer;
	}

	#paginator.fixed #member {
		-webkit-transition: -webkit-transform 200ms ease-out;
		-moz-transition: -moz-transform 200ms ease-out;
		-ms-transition: -ms-transform 200ms ease-out;
		transition: transform 200ms ease-out;
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		}

#paginator #more {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 32px;
	height: 32px;
	-webkit-transition: -webkit-transform 200ms ease-in;
	-moz-transition: -moz-transform 200ms ease-in;
	-ms-transition: -ms-transform 200ms ease-in;
	transition: transform 200ms ease-in;
	-webkit-transform: translate3d(0,48px,0);
	-moz-transform: translate3d(0,48px,0);
	-ms-transform: translate3d(0,48px,0);
	transform: translate3d(0,48px,0);
	cursor: pointer;
	}

	#paginator.fixed #more {
		-webkit-transition: -webkit-transform 200ms ease-out;
		-moz-transition: -moz-transform 200ms ease-out;
		-ms-transition: -ms-transform 200ms ease-out;
		transition: transform 200ms ease-out;
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		}

#paginator-navigation ul {
	display: inline-block;
	}

#paginator-navigation li {
	display: none;
	vertical-align: bottom;
	}

	#paginator-navigation li.visible {
		display: inline-block;
		}

#paginator-navigation em {
	display: inline-block;
	padding: 0 16px;
	font-size: 18px;
	font-weight: bold;
	}

#paginator-navigation em var {
	display: inline-block;
	margin: 8px;
	padding: 0 8px;
	background-color: rgba(0,0,0,0.1);
	font-size: 13px;
	line-height: 32px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
	}

#paginator-navigation a,
#paginator-navigation var{
	display: inline-block;
	padding: 0 16px;
	font-size: 16px;
	}

	#paginator-navigation a.prev,
	#paginator-navigation a.next {
		padding: 13px 24px;
		line-height: 22px;
		}

	#paginator-navigation a.disabled {
		opacity: 0.2;
		}

	#paginator-navigation var {
		padding-right: 32px;
		}

	#paginator-navigation li a {
		display: block;
		border-left: 1px solid rgba(0,0,0,0.1);
		text-decoration: none;
		}

	#paginator-navigation li.selected a {
		background-color: rgba(230,200,240,0.2);
		}

#paginator-navigation a img {
	width: 9px;
	height: 22px;
	}

#paginator-navigation .select {
	display: inline-block;
	position: relative;
	border-left: 1px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.6);
	background: url(/images/arrow_select.svg) no-repeat right center rgba(199, 217, 239, 0.2);
	-webkit-background-size: 32px;
	-moz-background-size: 32px;
	-ms-background-size: 32px;
	background-size: 32px;
	}

#paginator-navigation .select select {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: none;
	opacity: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	}

#paginator-pointer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	}

#contents article {
	padding: 48px 0;
	box-shadow: 0 1px 0 rgba(0,0,0,0.1) inset;
	}

#contents article:nth-of-type(odd){
	background-color: rgba(240,245,245,0.4);
	}

#contents article p,
#contents article footer {
	margin-left: 15%;
	}

#contents article:nth-of-type(odd) p,
#contents article:nth-of-type(odd) footer {
	margin-right: 15%;
	margin-left: 0;
	}

#contents article p a {
	word-break: break-all;
	}

#contents article p span {
	margin-right: 1em;
	}

#contents article p time {
	white-space: nowrap;
	font-size: 16px;
	color: #999;
	}

#contents article footer {
	margin-top: 16px;
	font-size: 16px;
	}

#contents article img.icon {
	width: 40px;
	height: 40px;
	margin-right: 1ex;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	}

#contents article a.creator {
	margin-right: 2em;
	}

#contents article a.twitter:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 40px;
	margin: 0 0.5em 0 1em;
	background-color: rgba(0,0,0,0.2);
	vertical-align: bottom;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
	}

#members {
	padding: 24px 0 48px 0;
	overflow: hidden;
	}

#members li {
	float: left;
	width: 20%;
	padding: 24px 0;
	list-style: none;
	text-align: center;
	}

#members a {
	display: block;
	font-size: 13px;
	}

#members a.creator em {
	display: block;
	margin: 0 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	}

#members a.creator img {
	width: 64px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	border-radius: 32px;
	}

	#members li.error a.creator img {
		opacity: .2;
		}

#members a.twitter {
	font-size: 11px;
	line-height: 16px;
	}

#members a.twitter img {
	width: 16px;
	margin-right: 4px;
	}

#container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	z-index: -10;
	}

#information {
	max-width: 720px;
	margin: auto;
	padding-bottom: 24px;
	font-size: 16px;
	line-height: 170%;
	}

#information p {
	margin-bottom: 1.7em;
	}

#information ul#rule,
#information ol {
	margin-bottom: 1.7em;
	padding: 0 24px 24px 24px;
	background-color: #f8f5fa;
	color: #301;
	-webkit-border-radius: 0 16px 0 16px;
	-moz-border-radius: 0 16px 0 16px;
	-ms-border-radius: 0 16px 0 16px;
	border-radius: 0 16px 0 16px;
	overflow: hidden;
	}

#information ul#rule {
	padding-top: 8px;
	font-size: 20px;
	font-weight: bold;
	}

#information ol > li {
	margin: 24px 0 0 1.5em;
	}

#information ul li {
	margin: 8px 0 0 1.5em;
	}

#information ul#rule li {
	margin: 16px 0 0 1.5em;
	}

#information #button {
	padding: 24px 0;
	text-align: center;
	}

#information #button input {
	margin: auto;
	padding: 0 24px;
	font-size: 18px;
	line-height: 48px;
	}


#mobile-description {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	padding: 24px;
	background-color: #f8f5fa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	z-index: 1000;
	-webkit-transition: -webkit-transform 400ms cubic-bezier(.4, 0, .4, 1);
	-moz-transition: -moz-transform 400ms cubic-bezier(.4, 0, .4, 1);
	-ms-transition: -ms-transform 400ms cubic-bezier(.4, 0, .4, 1);
	transition: transform 400ms cubic-bezier(.4, 0, .4, 1);
	-webkit-transform: translateY(110%);
	-moz-transform: translateY(110%);
	-ms-transform: translateY(110%);
	transform: translateY(110%);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	}

	body.mobile-description #mobile-description {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		}

#mobile-description img {
	width: 128px;
	}

#mobile-description p {
	padding: 16px 0 24px 0;
	line-height: 28px;
	font-weight: bold;
	text-align: left;
	}

#mobile-description p a {
	color: #8c89ff;
	border-bottom: 1px dashed #8c89ff;
	text-decoration: none;
	}

#mobile-description #mobile-button {
	text-align: center;
	}

#mobile-description #mobile-button input {
	margin: auto;
	}

#mobile-description .close {
	position: absolute;
	top: 4px;
	right: 8px;
	width: 64px;
	height: 64px;
	-webkit-animation: horizontal 1.5s ease-in-out infinite alternate;
	}

#mobile-description .close img {
	position: relative;
	width: 64px;
	-webkit-animation: vertical 1s ease-in-out infinite alternate;
	}

@-webkit-keyframes horizontal {
    0% { -webkit-transform:translateX( -3px); }
  100% { -webkit-transform:translateX(  0px); }
}

@-webkit-keyframes vertical {
    0% { -webkit-transform:translateY(-10px); }
  100% { -webkit-transform:translateY(  0px); }
}

#footer {
	padding: 16px 0;
	border-top: 1px solid rgba(0,0,0,0.2);
	font-size: 12px;
	font-weight: bold;
	line-height: 72px;
	}

#footer .content {
	position: relative;
	}

#footer strong {
	float: left;
	}

#footer strong img {
	height: 72px;
	}

#footer i {
	position: relative;
	float: right;
	padding-right: 180px;
	}

#footer a {
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	}

#footer i img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 180px;
	}

#footer em {
	display: block;
	text-align: center;
	color: #aaa;
	}



header #event {
	display: none;
	margin-top: 64px;
	}

	body.index #event {
		display: block;
		}

header #event a {
	position: absolute;
	top: -52px;
	right: 0;
	}

header #event img.pc {
	width: 340px;
	}

header #event img.mobile {
	display: none;
	}

article.collaboration p {
	margin: 0 !important;
	}

article.collaboration strong {
	color: #8c89ff;
	}

article#maeda .content {
	overflow: hidden;
	}

article#maeda img.title {
	margin: 8px 24px 8px 0;
	width: 400px;
	}

article#maeda img.illustration {
	float: right;
	margin-left:  24px;
	width: 480px;
	}

article#maeda .content p {
	margin-top: 24px !important;
	font-size: 16px;
	line-height: 28px;
	}


/* ////////////////////////////////////////////////////////////////////////////////
///
/// under 1023
///
//////////////////////////////////////////////////////////////////////////////// */

@media screen and (max-width: 1023px) {

header #description p {
	font-size: 16px;
	line-height: 26px;
	}

body.index header #description h2#members-button {
	font-size: 14px;
	}

#members li {
	width: 25%;
	}

article#maeda img.illustration {
	width: 380px;
	}

}


/* ////////////////////////////////////////////////////////////////////////////////
///
/// under 720
///
//////////////////////////////////////////////////////////////////////////////// */

@media screen and (max-width: 720px) {

header #search {
	position: relative;
	display: block;
	padding: 0 64px 0 0;
	}

	header #search:after {
		display: none;
		}

	header #search img.icon {
		top: 4px;
		}

header #search input#keyword {
	width: 100%;
	}

header #search input.button {
	position: absolute;
	top: 0;
	right: 0;
	}

header #button {
	display: none;
	}

header #description {
	margin: 0;
	padding-top: 8px;
	overflow: hidden;
	}

#mobile-description {
	display: block;
	}

body.index header #description h2 {
	display: inline-block !important;
	}

header #description p {
	display: none !important;
	}

#paginator-navigation ul {
	display: none;
	}

#paginator-navigation a.prev,
#paginator-navigation a.next {
	padding: 13px 20px;
	}

#contents {
	font-size: 16px;
	line-height: 28px;
	}

#contents article {
	padding: 32px 0;
	}

#contents article p,
#contents article footer {
	margin-left: 0 !important;
	margin-right: 0 !important;
	}

#contents article p time {
	font-size: 14px;
	}

#contents article footer {
	font-size: 14px;
	line-height: 24px;
	}

#contents article footer a {
	display: block;
	}

#contents article img.icon {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	border-radius: 12px;
	}

#contents article a.twitter {
	position: relative;
	margin-top: 8px;
	z-index: 10;
	}

#contents article a.twitter:after {
	display: none;
	}

#contents article a.tweet:before {
	content: '';
	position: relative;
	float: left;
	width: 24px;
	height: 36px;
	margin: -12px 8px 0 0;
	background-color: #1da1f2;
	-webkit-border-radius: 0 0 12px 12px;
	-moz-border-radius: 0 0 12px 12px;
	-ms-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;
	}

#members li {
	width: 33.33%;
	}

#footer strong {
	display: block;
	float: none;
	padding-top: 16px;
	line-height: 150%;
	text-align: center;
	}

#footer strong img {
	display: block;
	margin: auto;
	}

#footer i {
	display: block;
	float: none;
	width: 256px;
	margin: 80px auto 0 auto;
	padding-right: 0;
	}

#footer em {
	display: block;
	text-align: center;
	color: #aaa;
	}

header #event {
	position: relative;
	margin: 0 -32px 0 -32px;
	border-bottom: 1px solid #3a0041;
	}

header #event a {
	display: block;
	position: static;
	}

header #event img.pc {
	display: none;
	}

header #event img.mobile {
	display: block;
	width: 100%;
	}

article#maeda img.title {
	margin: 0;
	width: 100%;
	}

article#maeda img.illustration {
	float: none;
	margin: 0;
	width:  100%;
	}

article#maeda .content p {
	margin-top: 8px !important;
	font-size: 13px;
	line-height: 24px;
	}

}


/* ////////////////////////////////////////////////////////////////////////////////
///
/// under 480
///
//////////////////////////////////////////////////////////////////////////////// */

@media screen and (max-width: 480px) {

header #description h2 img {
	width: 16px;
	height: 16px;
	margin: 4px 4px 4px 0;
	}

header #description h2 i {
	display: none;
	}

#members li {
	width: 50%;
	}

}


/* ////////////////////////////////////////////////////////////////////////////////
///
/// under 360
///
//////////////////////////////////////////////////////////////////////////////// */

@media screen and (max-width: 360px) {

header #description {
	position: relative;
	margin: 0 -16px;
	}

#mobile-description p {
	font-size: 13px;
	line-height: 24px;
	}

#paginator-navigation a.prev,
#paginator-navigation a.next {
	padding: 13px 16px;
	}

#paginator #member,
#paginator #more {
	top: 12px;
	width: 24px;
	height: 24px;
	}

#paginator #member {
	right: 40px;
	}

}