@charset "UTF-8";
:root {
	--ui-bottom-tall: 0; 
	--ui-lastscroll-top: 0;
	--header-height-wide: 0px;
	--header-height-smp: 0px;
	--footer-bg-color: #f4f4f4;
	--cl-background: #fff;
	--cl-pageink: #000;
	--cl-pageink-hover: #4a4a4a;
	--cl-pageink-active: #747474;
	--share-space: 2.4rem;
	--share-padding: 1.4em;
	--share-smp-space: 1.6rem;
	--share-smp-padding: 1.8rem;
	--bindwrap-width: 1024px;
	--contents-width: 720px;
}

/**/
html,body {
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 1em;
}
body {
	background-color: var(--cl-background);
	color: var(--cl-pageink);
	font-family: var(--font-g);
	z-index: 0;
}
a:link,a:visited {
	color: var(--cl-pageink);
}
a:hover {
	color: var(--cl-pageink-hover);
}
a:active {
	color: var(--cl-pageink-active);
}
.im-wide {
	width: 100%;
	height: auto;
}
.align-L {
	text-align: left;
}
.align-C {
	text-align: center;
}
.align-R {
	text-align: right;
}
.abs-centering {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

/**/
h1 {
	font-size: 1.6rem;
	line-height: 1.5em;
	font-weight: 500;
	margin-bottom: 1em;
}
h2 {
	font-size: 1.5rem;
	line-height: 1.5em;
	font-weight: 500;
	margin-bottom: 1em;
}
h3 {
	font-size: 1.4rem;
	line-height: 1.5em;
	font-weight: 600;
	margin-bottom: 1em;
}
h3 {
	font-size: 1.3rem;
	line-height: 1.5em;
	font-weight: 600;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2rem;
	line-height: 1.5em;
	font-weight: 600;
	margin-bottom: 1em;
}
h5 {
	font-size: 1.1rem;
	line-height: 1.5em;
	font-weight: 600;
	margin-bottom: 1em;
}
h6 {
	font-size: 1.0rem;
	line-height: 1.5em;
	font-weight: 600;
	margin-bottom: 1em;
}
p {
	line-height: 1.9em;
}
.wrap {
	margin-left: auto;
	margin-right: auto;
}

/**/
.wide-bind {
	padding: 1.4em;
	margin-left: auto;
	margin-right: auto;
}
.contents-bind {
	padding: 1.4em;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (min-width:1024px) {
	.wide-bind {
		padding: 0;
		max-width: var(--bindwrap-width);
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (min-width: 720px) {
	.contents-bind {
		padding: 0;
		max-width: var(--contents-width);
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (min-width:800px) {
	.div2colum.cfix-wide .div-L {
		padding-right: 0.8em;
	}
	.div2colum.cfix-wide .div-R {
		padding-left: 0.8em;
	}
}
@media only screen and (max-width:799px) {
	.cfix-wide .div-L {
		margin-bottom: 1.4em;
	}
}

/**/
.margin-bot {
	margin-bottom: calc(var(--share-space)*0.5);
}
.margin-bot-section {
	margin-bottom: var(--share-space);
}
.margin-bot-off {
	margin-bottom: 0 !important;
}
.wrap-pad {
	padding: 1.4em;
}
.pad-bot-off {
	padding-bottom: 0;
}

/**/
.section-title {
	font-weight: 300;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.8em;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	margin-top: -0.2em;
	margin-bottom: var(--share-space);
}

/**/
article.c {
	padding: 1.4em;
}
.hgroup h1 {
	margin-bottom: 0.6em;
}
.hgroup .entitle {
	display: block;
	font-size: 36px;
	line-height: 1em;
	font-weight: 600;
	text-transform: uppercase;
}

/**/
.vis-face {
	margin-bottom: 3rem;
}
.vis-face .im-wrap {
	display: block;
}
.vis-face .cell {
	display: block;
	position: relative;
	z-index: 0;
	margin-bottom: 0;
}
	.vis-face .titles {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 20;
		top: 0;
		left: 0;
	}
	.vis-face .titles .pop {
		width: 32%;
		height: auto;
		position: absolute;
		z-index: 5;
		top: 18%;
		right: 6%;
	}
	.vis-face [data-visid="vis02"] .titles .pop {
		top: 12%;
	}
	.vis-face [data-visid="vis03"] .titles .pop {
		top: 37%;
		right: auto;
		left: 5%;
		width: 28%;
	}
	.vis-face [data-visid="vis04"] .titles h2 {
		text-align: center;
		color: #000;
		padding-top: 22%;
	}
.vis-face .bgi {
	position: relative;
	z-index: 0;
}
.vis-face .bgi::before {
	content: "\2009";
	display: block;
	padding-top: 60%;
}
.vis-face .bgi img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}
@media only screen and (max-width:1070px) {
	.vis-face .titles .pop {
		width: 38%;
		top: 18%;
		right: 6%;
	}
	.vis-face .wide-bind {
		padding: 0;
	}
	.vis-face .bgi::before {
		padding-top: 80%;
	}
	.imcover-stage::after {
		padding-top: 8%;
	}
	.vis-face [data-visid="vis02"] .titles .pop {
		top: 8%;
		width: 46%;
	}
	.vis-face [data-visid="vis03"] .titles .pop {
		top: 37%;
		left: -4%;
		width: 47%;
	}
	.vis-face [data-visid="vis04"] .titles h2 {
		font-size: 3.4vw;
		padding-top: 30%;
	}
}

/**/
#indexhgroup {
	margin-top: 3rem;
	margin-bottom: 4rem;
	padding: 0;
}