body * {
	background-repeat: no-repeat;
}
#header {
	border-bottom: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: 0.001em 0.001em 8px rgba(0, 0, 0, 0.2);
}
#visual,
#content,
#areaRelation,
#areaLinkArticles,
#viewer,
#viewImage,
#ims {
	font-family: 'Noto Sans JP', sans-serif;
}
#shopfix._bottom {
	z-index: 35;
}

/**/
#visual {
	position: relative;
	z-index: 0;
	top: 0;
	left: 0;
	background-color: #dae0e6;
}
#visual, #visual * {
	box-sizing: border-box;
}
#visual > a {
	
}
#visual > .im {
	width: 100%;
	height: 60vh;
	object-fit: cover;
}
#visual i {
	font-weight: bold;
	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: 14px;
	}
}
@media only screen and (max-width: 639px){
	#visual {
		height: 54vh;
	}
	#visual .lgm {
		display: block;
	}
}

.page-wrap {
	max-width: 780px;
	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;
	font-weight: 600;
	display: block;
}
@media only screen and (min-width: 640px){
	.section-title h2 {
		font-size: 20px;
	}
}

#content {
	padding: 1.6em;
}
#content, #content * {
	box-sizing: border-box;
}
#content time {
	margin-bottom: 0.6em;
	line-height: 1em;
	display: block;
	font-size: 18px;
	color: #a1a1a1;
	padding-left: 0.3em;
	border-left: solid 6px #e9e9e9;
}
#content h1 {
	font-size: 6vw;
	line-height: 1.6em;
	padding-top: 0.5em;
	margin-bottom: 1em;
	float: none;
	width: auto;
	margin-top: 0;
	margin-left: 0;
	display: block;
	font-weight: 600;
}
#content .t {
	font-size: 16px;
	line-height: 2em;
}
#content .links {
	padding: 1em 0;
}
#content a {
	/*color: #000;*/
}
#content .bt {
	text-align: center;
}
@media only screen and (min-width: 800px){
	#content {
		padding: 2.8em 0;
	}
	#content h1 {
		font-size: 32px;
		padding-top: 0em;
	}
	#content .t {
		font-size: 18px;
	}
}

/**/
.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, #ims * {
	text-align: left;
	box-sizing: border-box;
}
#ims {
	background-color: transparent;
}
#ims li {
	width: 33.33%;
	margin-bottom: 0;
}
#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/nv_arrow-white.svg);
	background-size: 1.6em auto;
	background-position: right 0.8em bottom 0.8em;
}
#ims li a:hover img {
	opacity: 0.6;
}
#ims li a .colum .title {
	font-weight: bold;
	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: 14px;
	}
}

/**/
#areaRelation, #areaRelation * {
	box-sizing: border-box;
	text-align: left;
}
#areaRelation a {
	color: #000;
	font-weight: inherit;
}
@media only screen and (max-width: 640px){
	#areaRelation {
		padding: 1.6em;
	}
}
@media only screen and (min-width: 641px){
	#areaRelation {
		margin-bottom: 2em;
	}
}

/**/
#areaLinkArticles, #areaLinkArticles * {
	box-sizing: border-box;
	text-align: left;
}
#areaLinkArticles a {
	color: #000;
	font-weight: inherit;
}
@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, #viewer * {
	box-sizing: border-box;
	text-align: left;
}
#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 4px #000;
}
#viewer article h1 {
	font-size: 5vw;
	line-height: 1.5em;
	margin-bottom: 0.6em;
	font-weight: bold;
}
#viewer article .description {
	font-size: 3.4vw;
	line-height: 1.6em;
	max-height: 40vh;
	overflow: auto;
	font-weight: bold;
	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: 12% auto;
}
#viewer nav > a.pre {
	left: 0;
	background-position: left 3em center;
}
#viewer nav > a.nx {
	right: 0;
	background-position: right 3em center;
}
#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: 80px;
	height: 80px;
	background-image: url(/share/im/nv_closewin-white.svg);
	background-size: 36px auto;
	background-position: center;
	padding: 0;
	top: 0;
	right: 0;
}
@media only screen and (min-width: 800px){
	#viewer article {
		padding: 2.6em;
		padding-bottom: 4em;
	}
	#viewer article h1 {
		font-size: 24px;
	}
	#viewer article .description {
		font-size: 18px;
	}
}
#viewImage, #viewImage * {
	box-sizing: border-box;
	text-align: left;
}
#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: 8% auto;
}
#viewImage[data-loading="false"] > img {
	opacity: 0;
	transition: all 0.3s;
}

