#lineup {
	margin-top: 50px;
}

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

#detail::before,
#detail::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
}

#detail::before {
	background: #003d63;
	width: 100vw;
	height: 100%;
	z-index: -2;
}

#detail::after {
	display: block;
	width: 768px;
	height: 768px;
	clip-path: polygon(0 0, 0 100%, 100% 0);
	background-color: #fea0ae;
	z-index: -1;
}

#detail > .inner {
	margin-right: calc(50% - 50vw + 7px);
}

#detail > .inner > header {
	position: relative;
	z-index: 1;
	padding: 60px 80px;
	margin-bottom: -2px;
	background: linear-gradient(transparent 0, #f2f3f5 0), linear-gradient(transparent 0, #f2f3f5 0), linear-gradient(transparent 0, #f2f3f5 0), linear-gradient(135deg, transparent 15px, #f2f3f5 15px);
	background-position: bottom left, bottom right, top right, top left;
	background-size: 51% 51%;
	background-repeat: no-repeat;
}

#detail > .inner > header::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 221px;
	height: 30px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(../img/img_deco_stripe_navy.png);
	z-index: 1;
	pointer-events: none;
}

#detail > .inner > header .date {
	color: #8650a9;
	font-size: 0.85em;
	line-height: 1em;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
	display: block;
	margin-bottom: 6px;
}

#detail > .inner > header .category {
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	padding: 0 15px;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 100px;
	height: 24px;
	background-color: #003d63;
	color: #fff;
	font-size: 0.8em;
	line-height: 0;
	font-family: neue-kabel, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	white-space: nowrap;
	text-align: center;
}

#detail > .inner > header h1 {
	font-size: 1.25em;
	letter-spacing: 0.075em;
	line-height: 1.85em;
	display: block;
	margin-bottom: 12px;
}

#detail > .inner > .contents {
	background-color: #dae3eb;
	box-sizing: border-box;
	padding: 55px 80px;
}

#detail > .inner > .contents > #thumb {
	margin-bottom: 72px;
	line-height: 0;
	max-width: 1120px;
}

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

.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 #b5c1c9, 0 0 4px #b5c1c9, 0 0 6px #b5c1c9;
	text-align: center;
}

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

.story > .inner strong {
	color: #8650a9;
}

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

.story > .inner .large [data-ruby]::before {
	font-size: 0.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) {

#detail::after {
	width: 338px;
	height: 338px;
}

#detail > .inner {
	width: calc(100% + 50px);
	margin-right: 0;
	margin-left: -10px;
}

#detail > .inner > header {
	background: linear-gradient(transparent 0, #f2f3f5 0), linear-gradient(transparent 0, #f2f3f5 0), linear-gradient(transparent 0, #f2f3f5 0), linear-gradient(135deg, transparent 20px, #f2f3f5 20px);
	background-position: bottom left, bottom right, top right, top left;
	background-size: 52% 52%;
	background-repeat: no-repeat;
	padding: 60px 40px;
}

#detail > .inner > header .date {
	font-size: 0.8em;
	line-height: 1em;
}

#detail > .inner > header .category {
	min-width: 100px;
	height: 24px;
}

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

#detail > .inner > .contents {
	padding: 64px 40px;
}

.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 */
