#lineup {
	margin-top: 70px;
}

#detail {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding-top: 160px;
}

#detail>header {
	position: relative;
	z-index: 1;
	padding: 20px 0 36px;
	margin-bottom: 60px;
	position: relative;
}

#detail>header::before,
#detail>header::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: rgba(0,0,0,0);
	box-sizing: border-box;
	border-top: #c4924f solid 1px;
	border-bottom: #c4924f solid 1px;
}

#detail>header::before {
	top: 0;
}

#detail>header::after {
	bottom: 0;
}

#detail>header .status {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

#detail>header .date {
	color: #c4924f;
	font-size: 1em;
	line-height: 1em;
	font-family: "Zen Old Mincho",serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .1em;
}

#detail>header .category {
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	border-radius: 0;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 100px;
	height: 28px;
	background-color: #b8dcd0;
	color: #353535;
	font-size: .8em;
	line-height: 0;
	font-family: "Zen Old Mincho",serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .08em;
	text-indent: .08em;
	white-space: nowrap;
	text-align: center;
	position: relative;
}

#detail>header .category::before,
#detail>header .category::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	height: 28px;
	background-position: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#detail>header .category::before {
	width: 16px;
	left: -16px;
	background-image: url(../img/tag_head_category.png);
}

#detail>header .category::after {
	width: 4px;
	right: -4px;
	background-image: url(../img/tag_bottom_category.png);
}

#detail>header h1 {
	font-size: 1.4em;
	letter-spacing: .145em;
	line-height: 1.85em;
	display: block;
	margin-bottom: 10px;
}

#detail>#thumb {
	margin: 0 auto 50px;
	line-height: 0;
	max-width: 1120px;
}

#detail>#thumb img {
	width: 100%;
}

#detail>.body {
	font-size: 1.2em;
	font-family: "Zen Old Mincho",serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .03em;
}

.story>.inner {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	max-width: 1020px;
	font-size: 1.15em;
	line-height: 1.8em;
	text-shadow: 0 0 2px #353535,0 0 4px #353535,0 0 6px #353535;
	text-align: center;
}

.story>.inner .para {
	margin-top: 25px;
}

.story>.inner strong {
	color: #c4924f;
}

.story>.inner .large {
	display: inline-block;
	font-size: 1.25em;
	line-height: 1.8em;
}

.story>.inner .large [data-ruby]::before {
	font-size: .4em;
	line-height: 1em;
}

.story>.inner .image {
	line-height: 0;
}

.story>.inner .image>li {
	position: absolute;
	z-index: -1;
	width: 300px;
}

.story>.inner .image>li:nth-of-type(1) {
	left: 0;
	bottom: 0;
}

.story>.inner .image>li:nth-of-type(2) {
	right: 0;
	top: 0;
}

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

#lineup {
	margin-top: 50px;
}

#detail>header::before,
#detail>header::after {
	border-width: 2px;
	height: 8px;
}

#detail>header .category {
	min-width: 144px;
	height: 40px;
	font-size: .8em;
	letter-spacing: .05em;
	text-indent: .05em;
}

#detail>header .category::before,
#detail>header .category::after {
	height: 40px;
}

#detail>header .category::before {
	width: 20px;
	left: -20px;
}

#detail>header .category::after {
	width: 4px;
	right: -4px;
}

#detail>header h1 {
	font-size: 1.28em;
	letter-spacing: .12em;
}

.story>.inner {
	text-align: left;
}

.story>.inner .image {
	display: flex;
	flex-flow: row nowrap;
	margin: 50px 0;
}

.story>.inner .image>li {
	position: static;
	width: 50%;
}

}


/*# sourceMappingURL=../map/news.css.map */
