@import url('https://fonts.googleapis.com/css?family=EB+Garamond');
a:link, a hover, a:visited, a:focus {
	color: #fff;
}

.nw {
	display: inline-block;
}

.ls0 {
	letter-spacing: 0;
}

.fs14 {
	font-size: 1.4rem;
}

.accordion-panel {
	display: none;
}

.inner {
	box-sizing: border-box;
}

svg {
	vertical-align: bottom;
}

body {
	background: #000 url(../img/bg_header.jpg) top center / auto 480px repeat-y;
	color: #fff;
}

header {
	padding: 4rem 0 8rem 0;
	height: auto;
	background: #000 url(../img/bg_header.jpg) top center / auto 480px repeat-y;
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: ease-out
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: ease-out
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

header .logo {
	margin: 0 auto 2rem auto;
	width: 320px;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

header .logo img {
	width: 100%;
}

header .inner {
	padding: 0 2rem;
}

.header-cover {
	margin: 0 auto;
	width: 60%;
}

.second .header-cover {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.header-cover img {
	width: 100%;
	box-shadow: 0 0 12px 8px rgba(0, 0, 0, 0.6);
}

.header-title {
	margin: 30px auto 0 auto;
	position: relative;
}

.header-title img {
	width: 100%;
}

.header-title-img {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.second .header-title-img {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.header-author {
	display: block;
	margin-top: 1rem;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.second .header-author {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.header-date {
	margin-top: 1rem;
	display: block;
	padding: .5rem 0;
	background: #282828;
	color: #fff;
	width: 100%;
	border-radius: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 20px;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.second .header-date {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.header-buyAmazon {
	margin-top: 1rem;
	display: block;
	padding: 1rem 0;
	border: 1px solid #fff;
	color: #fff;
	width: 100%;
	border-radius: 6px;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	text-shadow: 0 0 5px #6d4820, 0 0 5px #6d4820;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.second .header-buyAmazon {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.header-buyAmazon:hover {
	text-shadow: 0 0 5px #6d4820, 0 0 5px #fff;
}

section {
	padding: 16px 0 80px 0;
}

.introSeparator {
	margin-top: -64px;
	fill: #605939;
}

.tocSeparator {
	margin-top: -64px;
	fill: #29571c;
	transform: scale(-1, 1);
}

.authorSeparator {
	margin-top: -64px;
	fill: #730f0f;
}

.posterSeparator {
	margin-top: -64px;
	fill: #282828;
	transform: scale(-1, 1);
}

.footerSeparator {
	margin-top: -64px;
	fill: #000;
}

section .inner {
	margin: 0 auto;
	max-width: 752px;
	padding: 2.4rem 0;
}

section .inner>h2 {
	margin: 0;
	font-family: 'EB Garamond', serif;
	font-size: 4rem;
	padding: 0 2rem;
	text-align: center;
	background: rgb(239, 230, 206);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(239, 230, 206, 1) 0%, rgba(134, 126, 107, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(239, 230, 206, 1) 0%, rgba(134, 126, 107, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(239, 230, 206, 1) 0%, rgba(134, 126, 107, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe6ce', endColorstr='#867e6b', GradientType=0);
	/* IE6-9 */
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

section .subTitle {
	margin-top: .5rem;
	font-family: "リュウミン R-KL", serif;
	text-align: center;
	opacity: .64;
	font-size: 1.4rem;
}

section h3 {
	padding: 0 2rem;
	line-height: 1.45;
	font-family: "ゴシックMB101 B", sans-serif;
}

section p {
	margin-top: 2.4rem;
	padding: 0 2rem;
	line-height: 1.6;
	font-family: -apple-system, 'BlinkMacSystemFont', 'Hiragino Kaku Gothic ProN', 'メイリオ', Sans-Serif;
	text-align: justify;
	letter-spacing: .1rem;
}

section .border {
	margin: 2.4rem auto;
	width: 3rem;
	height: .4rem;
	background: #fff;
	opacity: .24;
}

#intro {
	background: #605939;
}

#toc {
	background: #29571c;
	overflow-x: hidden;
}

#toc h1 {
	font-size: 2.4rem;
}

#toc .inner {
	max-width: 780px;
	padding: 0 2rem 2rem 2rem;
}

#toc ul {
	padding: 0;
}

#toc .accordion h2 {
	margin-top: 3rem;
	padding: 0;
	font-size: 2.4rem;
	text-align: left;
	line-height: 1.3;
	font-family: "リュウミン R-KL", serif;
	margin-bottom: 0;
}

#toc .accordion i {
	padding-right: 1rem;
}

#toc .accordion h1 {
	line-height: 1.35;
	margin-bottom: 0;
}

.accordion-control {
	cursor: pointer;
}

#toc ul+h1 {
	margin-top: 5rem;
}

#toc ul h3 {
	padding: 0;
	font-size: 1.8rem;
	font-family: "ゴシックMB101 B", sans-serif;
	font-weight: bold;
	margin-top: 2.4rem;
	margin-bottom: .5rem;
}

#toc li {
	list-style: none;
}

#toc li li li {
	font-size: 1.4rem;
}

#toc li li li+li {
	margin-top: .5rem;
}

#author {
	background: #730f0f;
	padding-bottom: 32px;
}

#author h3 {
	margin-bottom: 0;
	font-size: 2.4rem;
	font-family: "リュウミン R-KL", serif;
	font-weight: bold;
}

#author .person {
	margin-left: 2rem !important;
}


/*
.comment p:before {
    content: "――";
    letter-spacing: -.25rem;
    padding-right:.5rem;
}
*/

#author h3+p {
	margin-top: .5rem;
}

.comment {
	position: relative;
	padding: 1rem 4rem;
	box-sizing: border-box;
}

.comment:before {
	display: inline-block;
	position: absolute;
	top: .5rem;
	left: 2rem;
	vertical-align: middle;
	content: "\f10d";
	font-family: FontAwesome;
	color: rgba(255, 255, 255, 0.35);
	font-size: 32px;
	line-height: 1;
}

.comment:after {
	display: inline-block;
	position: absolute;
	bottom: .5rem;
	right: 2rem;
	vertical-align: middle;
	text-align: center;
	content: "\f10e";
	font-family: FontAwesome;
	color: rgba(255, 255, 255, 0.35);
	font-size: 32px;
	line-height: 1;
}

.comment p {
	position: relative;
	padding: 0;
	margin: 10px 0;
	z-index: 3;
	line-height: 1.7;
}

.profile {
	font-size: 1.3rem;
	margin: 2rem 2rem 3rem 2rem;
	color: #dab9b9;
	position: relative;
	padding: 1.5rem;
	border: solid 1px rgba(255, 255, 255, 0.24);
	border-radius: 4px;
}

.profile strong {
	position: absolute;
	display: inline-block;
	top: -.75rem;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 1.4rem;
	background: #730f0f;
}


/*
.profile strong:before {
    content: "――";
    letter-spacing: -.2rem;
    padding-right:.5rem;
}
*/

#poster {
	padding-bottom: 32px;
	background: #282828;
}

#poster+header {
	padding: 4rem 0;
	height: auto;
}

.posterImg {
	margin-left: auto;
	margin-right: auto;
	max-width: 560px;
	text-align: center;
    font-size: 1.1rem;
}

.posterImg img {
	width: 100%;
	height: auto;
}

.posterImg img:hover {
    cursor: pointer;
}

#poster h3 {
	font-family: -apple-system, 'BlinkMacSystemFont', 'Hiragino Kaku Gothic ProN', 'メイリオ', Sans-Serif;
	font-size: 2.4rem;
}

#poster h3 i {
	padding-right: 1rem;
}

#poster .price table {
	padding: 0 2rem;
	width: 100%;
}

#poster .price table tr {}

#poster .price table td, #poster .price table th {
	padding: 1rem 2rem;
	border-bottom: 1px solid #424242;
}

#poster .price table td span {
	margin-left: .25rem;
	font-size: 1.2rem;
}

#poster .price table tr td:nth-of-type(1) {}

#poster .price table th {
	text-align: center;
	background: #605939;
}

#poster .price table tr td:nth-of-type(n+2) {
	text-align: right;
	font-size: 1.8rem;
}

#poster .price table+ul {
	font-size: 1.3rem;
	margin-top: 1rem;
	padding-left: 2rem;
}

#poster .buyBtn {
	margin-top: 1rem;
	display: block;
	padding: 1rem 0;
	border: 1px solid #fff;
	color: #fff;
	width: 100%;
	border-radius: 6px;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	text-shadow: 0 0 5px #6d4820, 0 0 5px #6d4820;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
	text-decoration: none;
}

#poster .buyBtn:hover {
	text-shadow: 0 0 5px #fff, 0 0 20px #fff;
}

#poster h4 {
	margin-top: 3rem;
    padding-bottom:.5rem;
    font-size: 2rem;
    border-bottom:1px solid rgba(255,255,255,0.25);
}

#poster h4+p {
	margin-top: 0;
}

#poster ul+.note {
    margin-top:1rem;
}

#event {
	background: url(../img/bg_event.jpg) top center / cover;
}

.second {
	padding: 6rem 0;
}

.note {
	font-size: 1.3rem;
}

footer {
	padding: 3.2rem 0 1.6rem 0;
	background: #000;
}

footer p {
	font-size: 1.3rem;
	text-align: center;
}

@media screen and (min-width: 769px) {
	body {}
	header {
		padding: 2rem 0 8rem 0;
		background-size: auto 600px;
		background-repeat: repeat;
	}
	header .inner {
		margin: 0 auto;
		width: 920px;
		display: flex;
		display: -webkit-flex;
	}
	.header-cover {
		width: 320px;
	}
	.header-cover img {
		width: 100%;
		box-shadow: 0 0 12px 8px rgba(0, 0, 0, 0.6);
	}
	.header-title {
		margin-left: 60px;
		margin: 10px 0 30px 0;
		width: 500px;
		position: relative;
		margin: 10px 0 30px 0;
	}
	.header-title-img {
		display: block;
	}
	.header-title img {
		width: 100%;
	}
	.header-author {
		display: block;
		position: absolute;
		right: 0;
		bottom: 110px;
	}
	.header-date {
		margin: 0;
		position: absolute;
		bottom: 65px;
		right: 0;
		font-size: 1.8rem;
	}
	.header-buyAmazon {
		margin: 0;
		position: absolute;
		bottom: 0;
		right: 0;
		font-size: 1.8rem;
	}
#poster .inner {
}
	#poster .price {
		margin: 0 2rem;
	}
	#poster .price table {
		padding: 0;
		border: 1px solid #fff;
		border-collapse: separate;
		border-spacing: 0;
		border-radius: 4px;
	}
	#poster .price table tr {
		display: table-row;
	}
	#poster .price table th, #poster .price table td {
		display: table-cell;
		border-bottom: 1px solid #fff;
	}
	table thead th+th, table tbody td+td {
		border-left: 1px solid #fff;
	}
	#poster .price table tr:last-child td {
		border-bottom: none;
	}
	#poster .price table tr td:nth-of-type(1) {
		background: transparent;
	}
	#poster .price table td::before {
		display: none;
	}
	#poster .price table thead {
		display: table-header-group;
	}
	#poster .price table+p {
		padding: 0;
	}
}