#top #section-kotodama {
	width: 100%; padding-top: 113px; padding-bottom: 40px;
	background: white;
	text-align: center; color: black;
}
#top #section-kotodama .limited {
	max-width: 898px;
	margin: 0 auto;
}
#top #section-kotodama .limited > h1 {
	margin: 0 0 53px;
	text-align: center; font-size: 24px; letter-spacing: 0.1em; text-indent: 0.1em;
}
#top #section-kotodama .to-archive {
	clear: both;
	margin: 0 0 0; padding: 61px 0 0;
	font-size: 12px; line-height: 30px; letter-spacing: 0.1em; text-indent: 0.1em; text-align: center;
}
#top #section-kotodama .to-archive a {
	display: inline-block;
	margin: 0 auto; padding: 0 25px;
	border-radius: 4px;
	background: #FF816F;
	color: white;
	text-decoration: none;
}
#top #section-kotodama article {
	float: left;
	width: 270px; height: 151px;
}
#top #section-kotodama article a {
	transition: opacity 300ms ease;
	position: relative;
	display: block;
	width: 100%; height: 100%;
	background: center center no-repeat; background-size: cover;
	cursor: pointer;
	overflow: hidden;
}
#top #section-kotodama article a:hover {
	opacity: 0.6;
}
#top #section-kotodama article a:before {
	content: '';
	display: block;
	position: absolute; left: 0; top: 0; right: 0; bottom: 0;
	background: url(/i/play.svg) center center no-repeat; background-size: 36px 36px;
}
#top #section-kotodama article img {
	position: absolute; visibility: hidden;
}
@media (min-width: 1017px) {
	#top #section-kotodama article:nth-of-type(1),
	#top #section-kotodama article:nth-of-type(2) {
		margin-right: 44px;
	}
}
@media (max-width: 1016px) and (min-width: 657px) {
	#top #section-kotodama {
		width: 100%; padding-top: 74px;
	}
	#top #section-kotodama .limited {
		max-width: 584px;
	}
	#top #section-kotodama .limited > h1 {
		margin-bottom: 34px;
	}
	#top #section-kotodama .to-archive {
		padding-top: 40px;
	}
	#top #section-kotodama article:nth-of-type(1) {
		margin-right: 44px;
	}
	#top #section-kotodama article:nth-of-type(3) {
		margin-top: 20px;
	}
}
@media (max-width: 656px) {
	#top #section-kotodama .limited {
		width: 270px;
	}
	#top #section-kotodama .limited > h1 {
		margin-bottom: 34px;
	}
	#top #section-kotodama .to-archive {
		padding-top: 40px;
	}
	#top #section-kotodama article + article {
		margin-top: 20px;
	}
}

/* #kotodama main */
	#kotodama main {
		padding-top: 58px;
		padding-bottom: 136px;
	}
	@media (max-width: 1016px) {
		#kotodama main {
			padding-bottom: 107px;
		}
	}
	#kotodama main > h1 {
		margin: 0 0 70px;
		text-align: center;
		font-size: 24px;
		letter-spacing: 0.3em;
		font-family: "FOT-マティス Pro DB", "Yu Mincho", serif;
	}
	@media (min-width: 1017px) {
		#kotodama main {
			width: 862px;
			margin: 0 auto;
		}
		#kotodama main:after {
			clear: both;
			content: '';
			display: block;
		}
		#kotodama main > .l {
			float: left;
			width: 616px;
		}
		#kotodama main > .r {
			float: right;
			width: 190px;
		}
	}
	@media (max-width: 1016px) {
		#kotodama main > h1 {
			font-size: 21px;
		}
		#kotodama main > .l {
			max-width: 616px;
			margin: 0 auto;
			padding: 0;
		}
	}
/* #kotodama .monthly */
	#kotodama .monthly ul {
		margin: 0;
		padding: 0;
		border-top: 1px solid #ccc;
		font-size: 14px;
		line-height: 2;
		letter-spacing: 0.1em;
	}
	#kotodama .monthly ul > li {
		list-style: none;
		border-bottom: 1px solid #ccc;
	}
	#kotodama .monthly ul > li a {
		display: block;
		padding: 7px 0 8px;
	}
	@media (min-width: 1017px) {
		#kotodama .monthly {
			padding-top: 9px;
		}
		#kotodama .monthly h1 {
			margin: 0 0 9px;
			font-size: 14px;
			letter-spacing: 0.1em;
		}
	}
	@media (max-width: 1016px) {
		#kotodama .monthly {
			max-width: 616px;
			margin: 70px auto 0;
			padding: 0 8%;
		}
		#kotodama .monthly h1 {
			position: relative;
			height: 46px;
			margin: 0;
			background: #e08f79;
			color: white;
			line-height: 46px;
			cursor: pointer;
		}
		#kotodama .monthly h1:before {
			-moz-transform: scale(0.5);
			-ms-transform: scale(0.5);
			-webkit-transform: scale(0.5);
			transform: scale(0.5);
			-moz-transform-origin: 0% 0%;
			-ms-transform-origin: 0% 0%;
			-webkit-transform-origin: 0% 0%;
			transform-origin: 0% 0%;
			content: url(i/icon-10.png);
			display: inline-block;
			vertical-align: top;
			width: 26px;
			height: 26px;
			margin: 9px 12px 0 13px;
		}
		#kotodama .monthly h1:after {
			-moz-transform: scale(0.5);
			-ms-transform: scale(0.5);
			-webkit-transform: scale(0.5);
			transform: scale(0.5);
			-moz-transform-origin: 0% 0%;
			-ms-transform-origin: 0% 0%;
			-webkit-transform-origin: 0% 0%;
			transform-origin: 0% 0%;
			content: url(i/icon-11.png);
			position: absolute;
			right: 16px;
			top: 15px;
			display: inline-block;
			vertical-align: top;
			width: 18px;
			height: 8px;
		}
		#kotodama .monthly ul {
			display: none;
			border-top: 0;
		}
		#kotodama .monthly.open ul {
			display: block;
		}
	}

#kotodama .archive {
	margin: 0 auto;
}
#kotodama .archive:after {
	content: ''; display: block; clear: both;
}
#kotodama .archive article {
	float: left;
	width: 270px; height: 151px; margin-top: 50px;
}
#kotodama .archive article:nth-child(1),
#kotodama .archive article:nth-child(2) {
	margin-top: 0;
}
#kotodama .archive article:nth-child(2n) {
	float: right;
}
#kotodama .archive article a {
	transition: opacity 300ms ease;
	position: relative;
	display: block;
	width: 100%; height: 100%;
	background: center center no-repeat; background-size: cover;
	cursor: pointer;
	overflow: hidden;
}
#kotodama .archive article a:hover {
	opacity: 0.6;
}
#kotodama .archive article a:before {
	content: '';
	display: block;
	position: absolute; left: 0; top: 0; right: 0; bottom: 0;
	background: url(/i/play.svg) center center no-repeat; background-size: 36px 36px;
}
#kotodama .archive article img {
	position: absolute; visibility: hidden;
}
@media (max-width: 1016px) {
	#kotodama .archive {
		width: 590px;
	}
}
@media (max-width: 656px) {
	#kotodama .archive {
		width: 270px;
	}
	#kotodama .archive article:nth-child(1) {
		margin-top: 0;
	}
	#kotodama .archive article:nth-child(2) {
		margin-top: 50px;
	}
	#kotodama .archive article,
	#kotodama .archive article:nth-child(2n) {
		float: none;
	}
}