@charset "UTF-8";
:root {
	--ui-bottom-tall: 0; 
	--ui-lastscroll-top: 0;
	--ui-bottom-contact-pan: 0px;
	--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;
	--cl-theme: #49C9CE;
	--cl-activation: #F78F41;
	--share-space: 2.4rem;
	--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-mr);
	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;
}

/**/
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.8em;
}
.wrap {
	margin-left: auto;
	margin-right: auto;
}
hr {
	border: none;
	margin: var(--share-space) 0;
	height: 1px;
	background-color: #e4e4e4;
}

/**/
.section-title {
	text-align: center;
	margin-bottom: 1rem;
}
.section-title.l2 {
	font-family: var(--font-g3);
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.6em;
}
.section-title.l {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.6em;
}
.section-title.m {
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.7em;
}
@media only screen and (max-width:800px) {
	.section-title.l2 {
		font-size: 7vw;
	}
	.section-title.l {
		font-size: 1.6rem;
	}
	.section-title.m {
		font-size: 1.1rem;
		font-weight: 500;
	}
}

/**/
.wide-bind {
	padding: 1.4em;
	margin-left: auto;
	margin-right: auto;
}
.wide-bind.fit {
	padding: 0;
}
.contents-bind {
	padding: 1.4rem;
	max-width: var(--contents-width);
	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: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: 1em;
}
.margin-bot-section {
	margin-bottom: 2em;
}
.margin-bot-off {
	margin-bottom: 0 !important;
}
.wrap-pad {
	padding: 1.4em;
}
.pad-bot-off {
	padding-bottom: 0;
}
@media only screen and (max-width:800px) {
	.only-smp-margin-off {
		margin-bottom: 0 !important;
	}
}

/**/
.object-fit-canvus {
	position: relative;
	z-index: 0;
}
.object-fit-canvus::before {
	content: "\2009";
	display: block;
	padding-top: 36%;
}
.object-fit-canvus > img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/**/
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 .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;
	}
	.vis-face .bgi img[src="/share/im/ui_spacer.png"]{
		max-height: 679px;
		background-image: url(../im/prl_ring.png);
		background-size: 3rem auto;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.vis-face .bgi.object-fit::before {
		content: "\2009";
		display: block;
		padding-top: 60%;
	}
	.vis-face .bgi.square.object-fit::before {
		padding-top: 100%;
	}
	.vis-face .bgi.object-fit 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 .bgi.smp-square::before {
		content: "\2009";
		display: block;
		padding-top: 100%;
	}
	.vis-face .bgi.smp-square img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
	}
}

.vis-face .second-bgc {
	position: absolute;
	z-index: -5;
	top: 0;
	right: 0;
	display: block;
	width: 50%;
	height: 100%;
}
.vis-face article.cover {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	text-shadow: 0 0px 3px #fff;
}

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