.vis-face .cover .wrap,
.vis-face .cover .title,
.vis-face .cover .description {
	font-weight: inherit;
}

body *,
body *:before,
body *:after {
    background-repeat: no-repeat;
}

.page-wrap {
	max-width: var(--page-wrap-width);
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (min-width: 800px){
	.page-wrap.off-side-pad {
		padding-left: 0;
		padding-right: 0;
	}
}

.section-title h2 {
	font-size: 4.4vw;
	margin-bottom: 1.2em;
}
@media only screen and (min-width: 640px){
	.section-title h2 {
		font-size: 20px;
	}
}

#content {
	padding: var(--share-smp-padding);
}
#content time {
	margin-bottom: 0.6em;
	line-height: 1em;
	display: block;
	font-size: 1.1em;
	letter-spacing: 0.02em;
	padding-left: 0.5em;
	border-left: solid 6px #c6d0d4;
	opacity: 0.6;
}
#content h1 {
	font-size: 6vw;
	line-height: 1.6em;
	margin-bottom: calc(var(--share-space)*0.74);
	font-weight: 600;
}
#content .t {
	font-size: 1.00em;
	line-height: 2em;
}
#content .links {
	padding: 1em 0;
}
@media only screen and (min-width: 800px){
	#content {
		padding: 2.6em 0;
	}
	#content h1 {
		font-size: 1.8em;
		margin-bottom: calc(var(--share-space)*0.74);
	}
	#content .t {
		font-size: 1.04em;
	}
}

/**/
.summary {
	margin-bottom: 1em;
}
.summary time {
	display: inline-block;
	margin-right: 1em;
	line-height: 1em;
	vertical-align: -0.1em;
}
.summary .category {
	display: inline-block;
	margin-left: 0;
	font-weight: bold;
}

/**/
#ims {
	background-color: transparent;
	margin-top: 5px;
	overflow-x: hidden;
}
#ims ul {
	margin: 0 -5px;
}
#ims li {
	width: 33.33%;
	margin-bottom: 0;
	padding: 5px;
}
#ims li a {
	display: block;
	position: relative;
	z-index: 0;
}
#ims li a::before {
	content: "";
	display: block;
	z-index: 0;
	width: 100%;
	padding-top: 100%;
}
#ims li a .colum {
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	visibility: hidden;
}
#ims li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}
#ims li a:hover .colum {
	visibility: visible;
	background-image: url(/share/im/mrk_focus-line-wh.svg);
	background-size: 1.6em auto;
	background-position: right 0.8em bottom 0.8em;
}
#ims li a:hover img {
	opacity: 0.84;
}
#ims li a .colum .title {
	font-weight: 600;
	font-size: 2.4vw;
	line-height: 1.4em;
	padding-right: 3em;
	padding-left: 1.3em;
	width: 100%;
	color: #fff;
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
#ims li a .colum .description {
	display: none;
}
@media only screen and (min-width: 800px){
	#ims {
		padding: 0;
		padding-top: 0;
		max-width: 780px;
		margin-left: auto;
		margin-right: auto;
	}
	#ims li a .colum .title {
		font-size: 0.9em;
	}
}

/**/
@media only screen and (max-width: 640px){
	#areaRelation {
		padding: 1.6em;
	}
}
@media only screen and (min-width: 641px){
	#areaRelation {
		margin-bottom: 2em;
	}
}

/**/
@media only screen and (max-width: 640px){
	#areaLinkArticles {
		padding: 1.6em;
	}
}
@media only screen and (min-width: 641px){
	#areaLinkArticles {
		margin-bottom: 2em;
	}
}

/**/
#viewer {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	opacity: 0.0;
	background-color: rgba(0, 0, 0, 0.94);
}
#viewer[data-opened="true"]{
	display: block;
	opacity: 1.0;
	transition: all 0.3s;
}
#viewer article {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 2em;
	padding-bottom: 4em;
	color: #fff;
	text-shadow: 0 0 3px #000;
}
#viewer article h1 {
	font-size: 5vw;
	line-height: 1.5em;
	margin-bottom: 0.6em;
	font-weight: 600;
}
#viewer article .description {
	font-size: 3.4vw;
	line-height: 1.8em;
	max-height: 40vh;
	overflow: auto;
	font-weight: 500;
	opacity: 0.7;
}
#viewer nav {
	position: absolute;
	z-index: 40;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#viewer nav > a.pre,
#viewer nav > a.nx {
	position: absolute;
	z-index: 42;
	top: 0;
	width: 40%;
	height: 100%;
	display: inline-block;
	background-size: 1.5em auto;
}
#viewer nav > a.pre {
	left: 0;
	background-position: left 1.5em center;
	cursor: w-resize;
}
#viewer nav > a.nx {
	right: 0;
	background-position: right 1.5em center;
	cursor: e-resize;
}
#viewer nav > a.pre:hover {
	background-image: url(/share/im/nv_simar-return-wh.svg);
}
#viewer nav > a.nx:hover {
	background-image: url(/share/im/nv_simar-wh.svg);
}
@media only screen and (max-width: 640px){
	#viewer nav > a.pre:hover,
	#viewer nav > a.nx:hover {
		background-image: none;
	}
}
#viewer .closer {
	position: absolute;
	z-index: 46;
	display: inline-block;
	width: 9vw;
	height: 9vw;
	padding: 0;
	top: 4vw;
	right: 4vw;
}
@media only screen and (min-width: 800px){
	#viewer article {
		padding: 2.6em;
		padding-bottom: 4em;
	}
	#viewer article h1 {
		font-size: 1.5em;
	}
	#viewer article .description {
		font-size: 1.0em;
	}
	#viewer .closer {
		width: 64px;
		height: 64px;
		top: 2rem;
		right: 2rem;
	}
}
#viewImage {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#viewImage > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	box-shadow: 0 0 18px #000;
	opacity: 1.0;
	transition: all 0.3s;
}
#viewImage[data-loading="false"] {
	background-image: url(/share/im/prl_segments4-wh.svg);
	background-position: center center;
	background-size: 5vw auto;
}
#viewImage[data-loading="false"] > img {
	opacity: 0;
	transition: all 0.3s;
}

/**/
#visual {
	position: relative;
	z-index: 0;
	top: 0;
	left: 0;
	background-color: #1e2122;
}
#visual > a {
	
}
#visual > .im {
	width: 100%;
	height: 60vh;
	object-fit: cover;
}
#visual i {
	font-weight: 500;
	font-size: 2.4vw;
	line-height: 1.4em;
	padding-right: 1.6em;
	padding-bottom: 1.6em;
	color: #fff;
	position: absolute;
	z-index: 10;
	bottom: 0;
	right: 0;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
#visual .lgm {
	display: none;
	width: 26%;
	padding-top: 1em;
	position: absolute;
	top: 0;
	left: 1em;
}
@media only screen and (min-width: 640px){
	#visual {
		height: 520px;
	}
	#visual i {
		font-size: 0.8em;
	}
}
@media only screen and (max-width: 639px){
	#visual {
		height: 54vh;
	}
	#visual .lgm {
		display: block;
	}
}
