	/*
		Theme Name: GREE VR Studio
		Author: GREE, Inc.
		Version: 0.2
	*/
	@charset "UTF-8";
	/*
	* project name
	*/
	.l-content-inner {
	max-width: 1020px;
	margin: 0 auto; }

	.header-nav:after, .header-nav .header-nav-list:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	font-size: 0; }

	/*! normalize.css 2012-01-31T16:06 UTC - http://github.com/necolas/normalize.css */
	/* =============================================================================
	HTML5 display definitions
	========================================================================== */
	/*
	* Corrects block display not defined in IE6/7/8/9 & FF3
	*/
	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	nav,
	section {
	display: block; }

	/*
	* Corrects inline-block display not defined in IE6/7/8/9 & FF3
	*/
	audio,
	canvas,
	video {
	display: inline-block;
	*display: inline;
	*zoom: 1; }

	/*
	* Prevents modern browsers from displaying 'audio' without controls
	*/
	audio:not([controls]) {
	display: none; }

	/*
	* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
	* Known issue: no IE6 support
	*/
	[hidden] {
	display: none; }

	/* =============================================================================
	Base
	========================================================================== */
	/*
	* 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
	*    http://clagnut.com/blog/348/#c790
	* 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
	*    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
	*/
	html {
	font-size: 100%;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 2 */ }

	/* 
	* Addresses font-family inconsistency between 'textarea' and other form elements.
	*/
	html,
	button,
	input,
	select,
	textarea {
	font-family: sans-serif; }

	/*
	* Addresses margins handled incorrectly in IE6/7
	*/
	body {
	margin: 0; }

	/* =============================================================================
	Links
	========================================================================== */
	/*
	* Addresses outline displayed oddly in Chrome
	*/
	a:focus {
	outline: thin dotted; }

	/*
	* Improves readability when focused and also mouse hovered in all browsers
	* people.opera.com/patrickl/experiments/keyboard/test
	*/
	a:hover,
	a:active {
	outline: 0; }

	/* =============================================================================
	Typography
	========================================================================== */
	/*
	* Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
	* Fix IE6/7 heading font-size not being relative to the root font-size
	*/
	h1 {
	font-size: 2em;
	margin: 0.67em 0; }

	h2 {
	font-size: 1.5em;
	margin: 0.83em 0; }

	h3 {
	font-size: 1.17em;
	margin: 1em 0; }

	h4 {
	font-size: 1em;
	margin: 1.33em 0; }

	h5 {
	font-size: 0.83em;
	margin: 1.67em 0; }

	h6 {
	font-size: 0.75em;
	margin: 2.33em 0; }

	/*
	* Addresses styling not present in IE7/8/9, S5, Chrome
	*/
	abbr[title] {
	border-bottom: 1px dotted; }

	/*
	* Addresses style set to 'bolder' in FF3+, S4/5, Chrome
	*/
	b,
	strong {
	font-weight: bold; }

	blockquote {
	margin: 1em 40px; }

	/*
	* Addresses styling not present in S5, Chrome
	*/
	dfn {
	font-style: italic; }

	/*
	* Addresses styling not present in IE6/7/8/9
	*/
	mark {
	background: #ff0;
	color: #000; }

	/*
	* Corrects font family set oddly in IE6, S4/5, Chrome
	* en.wikipedia.org/wiki/User:Davidgothberg/Test59
	*/
	pre,
	code,
	kbd,
	samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em; }

	/*
	* Improves readability of pre-formatted text in all browsers
	*/
	pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word; }

	/*
	* 1. Addresses CSS quotes not supported in IE6/7
	* 2. Addresses quote property not supported in S4
	*/
	/* 1 */
	q {
	quotes: none; }

	/* 2 */
	q:before,
	q:after {
	content: '';
	content: none; }

	small {
	font-size: 75%; }

	/*
	* Prevents sub and sup affecting line-height in all browsers
	* gist.github.com/413930
	*/
	sub,
	sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline; }

	sup {
	top: -0.5em; }

	sub {
	bottom: -0.25em; }

	/* =============================================================================
	Lists
	========================================================================== */
	ul,
	ol {
	margin-left: 0;
	padding: 0 0 0 40px; }

	dd {
	margin: 0 0 0 40px; }

	nav ul,
	nav ol {
	list-style: none;
	list-style-image: none; }

	/* =============================================================================
	Embedded content
	========================================================================== */
	/*
	* 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
	* 2. Improves image quality when scaled in IE7
	*    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
	*/
	img {
	border: 0;
	/* 1 */
	-ms-interpolation-mode: bicubic;
	/* 2 */ }

	/*
	* Corrects overflow displayed oddly in IE9 
	*/
	svg:not(:root) {
	overflow: hidden; }

	/* =============================================================================
	Figures
	========================================================================== */
	/*
	* Addresses margin not present in IE6/7/8/9, S5, O11
	*/
	figure {
	margin: 0; }

	/* =============================================================================
	Forms
	========================================================================== */
	/*
	* Corrects margin displayed oddly in IE6/7
	*/
	form {
	margin: 0; }

	/*
	* Define consistent border, margin, and padding
	*/
	fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em; }

	/*
	* 1. Corrects color not being inherited in IE6/7/8/9
	* 2. Corrects text not wrapping in FF3 
	* 3. Corrects alignment displayed oddly in IE6/7
	*/
	legend {
	border: 0;
	/* 1 */
	padding: 0;
	white-space: normal;
	/* 2 */
	*margin-left: -7px;
	/* 3 */ }

	/*
	* 1. Corrects font size not being inherited in all browsers
	* 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
	* 3. Improves appearance and consistency in all browsers
	*/
	button,
	input,
	select,
	textarea {
	font-size: 100%;
	/* 1 */
	margin: 0;
	/* 2 */
	vertical-align: baseline;
	/* 3 */
	*vertical-align: middle;
	/* 3 */ }

	/*
	* Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
	*/
	button,
	input {
	line-height: normal;
	/* 1 */ }

	/*
	* 1. Improves usability and consistency of cursor style between image-type 'input' and others
	* 2. Corrects inability to style clickable 'input' types in iOS
	* 3. Removes inner spacing in IE7 without affecting normal text inputs
	*    Known issue: inner spacing remains in IE6
	*/
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
	cursor: pointer;
	/* 1 */
	-webkit-appearance: button;
	/* 2 */
	*overflow: visible;
	/* 3 */ }

	/*
	* Re-set default cursor for disabled elements
	*/
	button[disabled],
	input[disabled] {
	cursor: default; }

	/*
	* 1. Addresses box sizing set to content-box in IE8/9
	* 2. Removes excess padding in IE8/9
	* 3. Removes excess padding in IE7
		Known issue: excess padding remains in IE6
	*/
	input[type="checkbox"],
	input[type="radio"] {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
	*height: 13px;
	/* 3 */
	*width: 13px;
	/* 3 */ }

	/*
	* 1. Addresses appearance set to searchfield in S5, Chrome
	* 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
	*/
	input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box; }

	/*
	* Removes inner padding and search cancel button in S5, Chrome on OS X
	*/
	input[type="search"]::-webkit-search-decoration,
	input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none; }

	/*
	* Removes inner padding and border in FF3+
	* www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
	*/
	button::-moz-focus-inner,
	input::-moz-focus-inner {
	border: 0;
	padding: 0; }

	/*
	* 1. Removes default vertical scrollbar in IE6/7/8/9
	* 2. Improves readability and alignment in all browsers
	*/
	textarea {
	overflow: auto;
	/* 1 */
	vertical-align: top;
	/* 2 */ }

	/* =============================================================================
	Tables
	========================================================================== */
	/* 
	* Remove most spacing between table cells
	*/
	table {
	border-collapse: collapse;
	border-spacing: 0; }

	/* ======================================= */
	/* icons
	/* ======================================= */
	.gicon {
	font-family: Genericons;
	margin-right: 5px;
	vertical-align: middle;
	position: static;
	display: inline;
	line-height: 1; }
	.gicon.gicon-social {
	color: #000000;
	font-size: 2rem; }
	.gicon.gicon-twitter:before {
	content: '\f202'; }
	.gicon.gicon-facebook:before {
	content: '\f204'; }
	.gicon.gicon-external:before {
	content: '\f442'; }
	.gicon.gicon-mail:before {
	content: '\f410'; }
	.gicon.gicon-more:before {
	content: '\f429'; }
	.gicon.gicon-tag:before {
	content: '\f302'; }
	.gicon.gicon-next:before {
	content: '\f429'; }

	.no-video .gicon {
	display: none; }

	/*
	SCSS variables are information about icon's compiled state, stored under its original file name

	.icon-home {
	width: $icon-home-width;
	}

	The large array-like variables contain all information about a single icon
	$icon-home: x y offset_x offset_y width height total_width total_height image_path;

	At the bottom of this section, we provide information about the spritesheet itself
	$spritesheet: width height image $spritesheet-sprites;
	*/
	/*
	The provided mixins are intended to be used with the array-like variables

	.icon-home {
	@include sprite-width($icon-home);
	}

	.icon-email {
	@include sprite($icon-email);
	}
	*/
	/*
	The `sprites` mixin generates identical output to the CSS template
	but can be overridden inside of SCSS

	@include sprites($spritesheet-sprites);
	*/
	/* ======================================= */
	/* common
	/* ======================================= */
	.l-container {
	position: relative;
	font-family: "FB Benton Sans Book", "TBゴシック SL", "YuGothic", "游ゴシック", "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important; }
	.l-container#content {
	padding-top: 60px;
	padding-bottom: 100px; }

	.l-content {
	margin-right: auto;
	margin-left: auto; }

	.l-content-inner h1 {
	margin: 0; }
	.l-content-inner h2 {
	margin: 0;
	font-size: 4.875rem;
	font-weight: normal; }
	@media (max-width: 48.063em) {
	.l-content-inner h2 {
		font-size: 3.75rem; } }
	.l-content-inner h3 {
	margin: 0;
	font-size: 1.875rem;
	font-weight: normal; }
	.l-content-inner p {
	margin: 0; }
	.l-content-inner ul {
	margin: 0; }
	.l-content-inner .headings {
	margin-bottom: 40px;
	line-height: 1.2;
	font-size: 1.875rem;
	font-weight: normal; }
	.l-content-inner .headings span {
	display: inline-block;
	padding-bottom: 14px;
	background-image: url(./share/img/bg_heading_01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 1.85em 4px;
	vertical-align: bottom; }
	.l-content-inner a {
	color: #000000;
	text-decoration: none; }

	.l-box {
	padding: 0 20px; }

	.reader {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden; }

	.pure-g [class*="pure-u"] {
	font-family: "FB Benton Sans Book", "TBゴシック SL", "YuGothic", "游ゴシック", "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important; }

	.l-slope-content {
	position: relative;
	overflow: hidden;
	padding: 160px 0 200px;
	margin-top: -200px; }
	@media (max-width: 48.063em) {
	.l-slope-content {
		padding-top: 120px; } }
	.l-slope-content .l-slope-inner {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 0 60px; }
	.l-slope-content:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 150%;
	margin: 0 -25%;
	-webkit-transform: rotate(5deg);
			transform: rotate(5deg);
	z-index: -1;
	-webkit-transform-origin: right center;
			transform-origin: right center;
	-webkit-transform: rotate(-5deg);
			transform: rotate(-5deg);
	background: #ffffff; }
	@media (max-width: 48.063em) {
		.l-slope-content:before {
		margin: 0; } }
	.l-slope-content:before .l-slope-inner {
		padding: 0 0 60px; }
	.l-slope-content.reverse:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 150%;
	margin: 0 -25%;
	-webkit-transform: rotate(5deg);
			transform: rotate(5deg);
	z-index: -1;
	-webkit-transform-origin: left center;
			transform-origin: left center;
	transform: rotate(5deg);
	background: #f5f5f5; }
	.l-slope-content.reverse .l-slope-inner {
	padding: 0 0 30px; }

	@media (min-width: 48.063em) {
	.news-inner {
	margin-top: 7px; } }
	.news-inner .news-item {
	margin-bottom: 30px;
	line-height: 1.55;
	font-size: 1.25rem; }
	@media (max-width: 47.938em) {
	.news-inner .news-item {
		line-height: 1.5; } }
	.news-inner .news-item .news-info {
	display: table;
	margin-bottom: 8px; }
	.news-inner .news-item .news-info .news-date {
		display: table-cell;
		margin-bottom: 5px;
		line-height: 1;
		vertical-align: middle; }
	.news-inner .news-item .news-info .news-info-tag {
		display: table;
		line-height: 1; }
		.news-inner .news-item .news-info .news-info-tag .gicon-tag {
		display: table-cell;
		padding-left: 15px;
		margin-right: 0;
		vertical-align: middle; }
		.news-inner .news-item .news-info .news-info-tag .news-tag {
		display: table-cell;
		line-height: 1;
		font-size: 0.9375rem;
		vertical-align: middle; }
	.news-inner .news-item .gicon-external {
	font-size: 1.5rem; }

	.hover {
	padding: 0.2em 0.2em 0.2em 0.1em;
	outline: none; }
	.hover:hover {
	background-color: #dddddd; }
	@media (max-width: 48em) {
		.hover:hover {
		background-color: none; } }
	.hover:visited {
	color: #666666; }

	.more-link {
	margin: 0;
	padding: 0;
	list-style-type: none; }
	.more-link a {
	display: inline-block;
	min-width: 180px;
	min-height: 20px;
	padding: .8em 0 .6em;
	line-height: 1;
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	text-align: center; }
	.more-link a:hover {
		opacity: .8; }
	.more-link a:focus {
		outline: 1px dotted #666666; }
	.more-link a span {
		vertical-align: middle; }

	/* ======================================= */
	/* footer
	/* ======================================= */
	.l-footer {
	color: #ffffff; }

	#footer {
	padding-top: 34px;
	padding-bottom: 40px;
	background-color: #000000;
	font-size: 0.9375rem; }
	@media (max-width: 47.938em) {
	#footer {
		text-align: center; } }
	#footer .social-btn {
	margin: 6px 0 0;
	padding: 0;
	list-style-type: none;
	text-align: center; }
	#footer .social-btn .social-btn-item {
		display: inline-block;
		vertical-align: baseline;
		margin: 0 7px;
		height: 20px; }
		#footer .social-btn .social-btn-item iframe {
		margin: 0 !important; }
		#footer .social-btn .social-btn-item.facebook {
		margin-left: 0; }
		#footer .social-btn .social-btn-item.facebook .fb_iframe_widget > span {
			vertical-align: baseline !important; }
		#footer .social-btn .social-btn-item.twitter {
		margin-right: 0; }
	#footer .footer-link {
	margin: 14px 0 0;
	padding: 0;
	list-style-type: none;
	text-align: center; }
	@media (max-width: 47.938em) {
		#footer .footer-link {
		text-align: center; } }
	#footer .footer-link .footer-link-item {
		display: inline-block;
		margin: 0 10px; }
		@media (max-width: 47.938em) {
		#footer .footer-link .footer-link-item {
			text-align: center; } }
		#footer .footer-link .footer-link-item a {
		color: #ffffff;
		padding: 0.3em; }
		@media (max-width: 47.938em) {
			#footer .footer-link .footer-link-item a {
			display: block;
			margin-top: 3px; } }
		#footer .footer-link .footer-link-item a:hover {
			background-color: #333333; }
		#footer .footer-link .footer-link-item .gicon-external {
		font-size: 1.125rem; }
	#footer .footer-copyright {
	display: block;
	margin-top: 52px;
	text-align: center;
	font-size: 0.9375rem; }
	@media (max-width: 47.938em) {
		#footer .footer-copyright {
		margin-top: 8px; } }

	/* ======================================= */
	/* header
	/* ======================================= */
	.header-nav {
	position: fixed;
	background-color: rgba(20, 20, 20, 0.75);
	z-index: 10000;
	width: 100%;
	padding: 34px 0 29px; }
	.header-nav .header-ci {
	min-width: 285px;
	height: auto; }
	.header-nav .header-nav-list {
	float: right; }
	.header-nav .header-nav-list .menu-list {
		display: table;
		float: left;
		margin-left: 0; }
		.header-nav .header-nav-list .menu-list .menu-item {
		display: table-cell;
		line-height: 1;
		vertical-align: bottom;
		font-size: 1.125rem; }
		.header-nav .header-nav-list .menu-list .menu-item:last-child {
			padding-right: 0; }
		.header-nav .header-nav-list .menu-list .menu-item a {
			position: relative;
			display: block;
			color: #ffffff;
			text-decoration: none;
			padding: 21px 16px 9px; }
			.header-nav .header-nav-list .menu-list .menu-item a:hover {
			opacity: .7; }
			.header-nav .header-nav-list .menu-list .menu-item a:focus {
			outline: 1px dotted #666666; }
	.header-nav .header-nav-list .lang-list {
		display: table;
		float: right;
		padding-left: 0;
		margin-left: 15px; }
		.header-nav .header-nav-list .lang-list .lang-item {
		display: table-cell;
		line-height: 1;
		padding-top: 22px;
		padding-left: 13px; }
		.header-nav .header-nav-list .lang-list .lang-item .lang-item-inner {
			display: block; }
			.header-nav .header-nav-list .lang-list .lang-item .lang-item-inner a {
			color: #ffffff;
			font-size: 0.8125rem;
			text-decoration: none; }
			.header-nav .header-nav-list .lang-list .lang-item .lang-item-inner span {
			border-bottom: 1px solid #dddddd;
			padding-bottom: 8px;
			color: #ffffff;
			font-size: 0.8125rem; }
			.header-nav .header-nav-list .lang-list .lang-item .lang-item-inner abbr[title] {
			border-bottom-width: 0; }

	.cbp-af-header {
	overflow: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s; }
	.cbp-af-header .menu-item {
	-webkit-transition: all 0.5s;
	transition: all 0.5s; }
	.cbp-af-header .lang-item {
	-webkit-transition: all 0.5s;
	transition: all 0.5s; }
	.cbp-af-header.cbp-af-header-shrink {
	padding: 6px 0 !important; }
	.cbp-af-header.cbp-af-header-shrink .header-ci {
		visibility: hidden; }
		@media screen and (max-width: 850px) {
		.cbp-af-header.cbp-af-header-shrink .header-ci {
			margin-bottom: 0 !important; } }
	.cbp-af-header.cbp-af-header-shrink .menu-item {
		padding-top: 0 !important; }
		.cbp-af-header.cbp-af-header-shrink .menu-item a {
		padding: 13px 16px !important; }
	.cbp-af-header.cbp-af-header-shrink .lang-item {
		padding-top: 16px !important; }
		.cbp-af-header.cbp-af-header-shrink .lang-item .lang-item-inner {
		padding-top: 0 !important; }
		.cbp-af-header.cbp-af-header-shrink .lang-item .lang-item-inner span {
			padding-bottom: 4px !important; }
	@media screen and (max-width: 850px) {
		.cbp-af-header.cbp-af-header-shrink .slicknav_btn {
		top: 5px !important; } }

	#sp-menu {
	display: none; }

	@media screen and (max-width: 850px) {
	.js #menu {
	display: none; }
	.js .header-nav {
	padding: 26px 0 0; }
	.js .header-nav .header-ci {
		max-width: 0;
		min-width: 220px;
		margin-bottom: 26px; }
	.js .header-nav .header-nav-list {
		float: none; }
		.js .header-nav .header-nav-list .menu-list {
		float: none;
		width: 100%;
		display: block !important; }
		.js .header-nav .header-nav-list .menu-list .menu-item {
			display: block !important;
			text-align: center; }
		.js .header-nav .header-nav-list .lang-list {
		display: table;
		float: none;
		width: 12%;
		margin: 0 auto;
		text-align: center; }
		.js .header-nav .header-nav-list .lang-list .lang-item {
			display: table-cell;
			line-height: 1;
			padding-top: 25px;
			padding-bottom: 25px; }
			.js .header-nav .header-nav-list .lang-list .lang-item .lang-item-inner {
			display: block; }
			.js .header-nav .header-nav-list .lang-list .lang-item .lang-item-inner a {
				color: #ffffff;
				font-size: 1.125rem;
				text-decoration: none; }
			.js .header-nav .header-nav-list .lang-list .lang-item .lang-item-inner span {
				color: #ffffff;
				font-size: 1.125rem;
				border-bottom: 1px solid #dddddd;
				padding-bottom: 8px; }
			.js .header-nav .header-nav-list .lang-list .lang-item .lang-item-inner abbr[title] {
				border-bottom-width: 0; }
	.js #sp-menu {
	display: block; }
	.js .slicknav_menu {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	display: block;
	background-color: transparent;
	padding: 0;
	*zoom: 1; }
	.js .slicknav_menu:before {
		content: " ";
		display: table; }
	.js .slicknav_menu:after {
		content: " ";
		display: table;
		clear: both; }
	.js .slicknav_menu .slicknav_menutxt {
		display: block;
		line-height: 1;
		float: left; }
	.js .slicknav_menu .slicknav_icon {
		float: left;
		width: 26px;
		height: 26px;
		margin: 5px 0 0 3px; }
		.js .slicknav_menu .slicknav_icon:before {
		position: absolute;
		content: "";
		display: block;
		width: 26px;
		height: 26px;
		background: transparent; }
	.js .slicknav_menu .slicknav_no-text {
		margin: 0; }
	.js .slicknav_menu .slicknav_icon-bar {
		display: block;
		width: 26px;
		height: 2px;
		background-color: #fff; }
	.js .slicknav_btn {
	position: absolute;
	top: 25px;
	right: 10px;
	display: block;
	margin: 5px 5px 6px;
	padding: 5px;
	vertical-align: middle;
	line-height: 1;
	cursor: pointer;
	background-color: transparent;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); }
	.js .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
		margin-top: 5px; }
	.js .slicknav_nav {
	clear: both;
	color: #fff;
	margin: 0;
	padding-bottom: 45px;
	list-style: none;
	overflow: hidden; }
	.js .slicknav_nav ul {
		display: block;
		list-style: none;
		overflow: hidden;
		padding: 0;
		margin: 0 0 0 20px; }
	.js .slicknav_nav li {
		display: block; }
	.js .slicknav_nav .menu-link {
		display: block;
		padding: 5px 10px;
		margin: 2px 5px;
		text-decoration: none;
		color: #fff; }
	.js .slicknav_nav .slicknav_arrow {
		margin: 0 0 0 0.4em; }
	.js .slicknav_nav .slicknav_item {
		cursor: pointer; }
		.js .slicknav_nav .slicknav_item a {
		display: inline;
		padding: 0;
		margin: 0; }
	.js .slicknav_nav .slicknav_row {
		display: block;
		padding: 5px 10px;
		margin: 2px 5px; }
	.js .slicknav_nav .slicknav_parent-link a {
		display: inline;
		padding: 0;
		margin: 0; }
	.js .slicknav_nav .slicknav_txtnode {
		margin-left: 15px; }
	.js .slicknav_brand {
	float: left;
	color: #fff;
	line-height: 30px;
	padding: 7px 12px;
	height: 44px; } }
	/* ======================================= */
	/* home
	/* ======================================= */
	.home .l-header {
	background: transparent; }
	.home .l-header .header-ci {
	visibility: hidden; }
	.home .headings {
	margin-bottom: 30px;
	padding: 0;
	line-height: 1;
	font-size: 4.875rem;
	font-family: "FB Benton Sans Regular", sans-serif !important; }
	@media (max-width: 48.063em) {
	.home .headings {
		font-size: 3.75rem; } }
	.home .headings span {
	padding-bottom: 11px;
	background-size: 1.25em 6px; }
	@media (max-device-width: 50em) {
	.home .video-content {
	position: relative;
	min-height: 490px;
	height: 80vh;
	background: url(./share/img/img_movie_01.png) no-repeat center center;
	background-size: cover;
	background-color: #000000; } }
	@media (min-device-width: 50em) {
	.home .video-content-inner {
	position: relative;
	width: 100%;
	height: 80vh;
	overflow: hidden;
	background-color: #000000;
	background: transparent; } }
	.home .video-content-inner #video {
	display: block;
	position: absolute;
	z-index: -100;
	top: 50%;
	left: 50%;
	margin: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	background-size: cover;
	background-color: #000000;
	-webkit-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transition: 1s opacity;
	transition: 1s opacity;
	-ms-transition: 1s opacity; }
	@media (max-device-width: 50em) {
	.home .video-content-inner #video {
		display: none; } }
	.home .video-scroll-btn a {
	position: absolute;
	top: 92%;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
			transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	color: #ffffff;
	text-decoration: none;
	padding-top: 60px;
	outline: none;
	display: block;
	cursor: pointer;
	width: 40px;
	margin-left: -18px; }
	@media (max-width: 47.938em) {
	.home .video-scroll-btn a {
		top: 85%; } }
	.home .video-scroll-btn a:hover {
	opacity: .5; }
	.home .video-scroll-btn a .arrow {
	position: absolute;
	top: auto;
	top: 0;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-left: -18px;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-animation: bounce 2s infinite;
			animation: bounce 2s infinite;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	display: block;
	cursor: pointer; }
	.home .no-video .video-content-inner {
	position: static;
	padding-top: 844px; }
	.home .no-video .video-content-inner #video {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background: url(../img/img_movie.jpg) no-repeat center center;
	background-position: top left;
	background-size: cover; }
	.home .no-video .video-scroll-btn {
	display: none; }
	.home heroheader
	#heroheader .jvrs-visual {
	min-height: 650px;
	background-image: url(../img/img_heroheader_01.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto; }
	@media (max-width: 48.063em) {
	.home heroheader
	#heroheader .jvrs-visual {
		min-height: 0;
		background-image: none;
		background-repeat: no-repeat; } }
	.home heroheader
	#heroheader .jvrs-visual .sp {
	display: none; }
	@media (max-width: 48.063em) {
		.home heroheader
		#heroheader .jvrs-visual .sp {
		display: block;
		width: 100% !important;
		margin-bottom: 0; } }
	@media (max-width: 48.063em) {
	.home heroheader
	#heroheader .jvrs-visual-link {
	padding-bottom: 60px;
	background-image: url(../img/bg_heroheader_01_sp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%; } }
	.home heroheader
	#heroheader .jvrs-visual-link .l-content-inner {
	position: relative; }
	.home heroheader
	#heroheader .jvrs-visual-link .l-content-inner .jvrs-link {
	position: absolute;
	left: 50%;
	bottom: 60px;
	text-align: center;
	z-index: 100; }
	@media (max-width: 48.063em) {
		.home heroheader
		#heroheader .jvrs-visual-link .l-content-inner .jvrs-link {
		position: relative;
		left: auto;
		bottom: auto; } }
	.home heroheader
	#heroheader .jvrs-visual-link .l-content-inner .jvrs-link a {
		display: inline-block;
		min-width: 360px;
		margin-left: -180px;
		padding: 20px;
		color: #fff;
		line-height: 1;
		font-size: 1.25rem;
		background-color: #2cb5a9; }
		@media (max-width: 48.063em) {
		.home heroheader
		#heroheader .jvrs-visual-link .l-content-inner .jvrs-link a {
			padding: 20px 10px;
			min-width: 0;
			max-width: 100%;
			margin-left: 0; } }
		.home heroheader
		#heroheader .jvrs-visual-link .l-content-inner .jvrs-link a:hover {
		opacity: .8; }
	.home #vision.l-slope-content {
	margin-top: 0;
	padding-top: 80px; }
	.home #vision.l-slope-content:before {
	-webkit-transform: none;
			transform: none; }
	.home #vision .message {
	line-height: 1.8;
	font-size: 1.25rem; }
	@media (min-width: 48.063em) {
	.home #vision .message {
		margin-top: 40px; } }
	@media (max-width: 47.938em) {
	.home #vision .message {
		line-height: 1.7; } }
	.home #vision .message p {
	margin-bottom: 30px; }
	.home #vision .message p:last-child {
		margin-bottom: 0; }
	.home #vision .message em {
	font-style: italic; }
	.home #vision .message strong {
	font-family: "FB Benton Sans Regular", sans-serif !important;
	font-size: 3rem; }
	.home #news .news-link {
	text-align: right; }
	.home #products .headings {
	margin-bottom: 30px;
	text-align: right; }
	@media (max-width: 47.938em) {
	.home #products .headings {
		text-align: left; } }
	.home #products .products-item {
	display: table;
	width: 100%;
	margin-bottom: 60px; }
	@media (max-width: 47.938em) {
	.home #products .products-item {
		display: block; } }
	.home #products .products-item .products-item-inner {
	display: table-cell;
	vertical-align: bottom; }
	@media (max-width: 47.938em) {
		.home #products .products-item .products-item-inner {
		display: block; } }
	@media (max-width: 47.938em) {
	.home #products .products-item .products-image {
		margin-bottom: 24px; } }
	.home #products .products-item .products-image .pure-img {
	width: 100%; }
	.home #products .products-item .products-title h3 {
	line-height: 1.2;
	font-size: 1.625rem; }
	@media (max-width: 47.938em) {
		.home #products .products-item .products-title h3 br {
		display: none; } }
	.home #products .products-item .products-title .products-link {
	margin: 30px 0 0;
	padding: 0;
	list-style-type: none; }
	@media (max-width: 47.938em) {
		.home #products .products-item .products-title .products-link {
		text-align: right; } }
	.home #products .products-item:last-child {
	margin-bottom: 0; }
	.home #products .products-item:nth-child(odd) .products-title .products-link {
	text-align: right; }
	.home #products .products-item:nth-child(even) {
	direction: rtl; }
	.home #products .products-item:nth-child(even) .products-title {
		direction: ltr;
		text-align: left; }
	.home #recruit .lead {
	font-size: 1.25rem; }
	.home #recruit .recruit-list {
	margin-top: 20px;
	font-size: 1.25rem; }
	@media (max-width: 48.063em) {
	.home #recruit .recruit-list .recruit-list-item {
		margin-bottom: 10px; } }
	.home #recruit .recruit-list .recruit-list-item .gicon-external {
	font-size: 1.5rem; }
	.home #contact {
	padding-bottom: 0; }
	.home #contact .headings {
	margin-bottom: 30px;
	text-align: right; }
	@media (max-width: 47.938em) {
		.home #contact .headings {
		text-align: left; } }
	.home #contact .contact-item {
	line-height: 1.8;
	font-size: 1.25rem; }
	@media (max-width: 47.938em) {
		.home #contact .contact-item {
		line-height: 1.7; } }
	.home #contact .contact-item .contact-mail {
		line-height: 1.7;
		margin-top: 50px; }
	.home #contact .contact-item .text {
		display: inline; }
	.home #contact .contact-item a.mail {
		display: inline;
		padding: 0.2em 0.3em 0.4em 0.2em; }
	.home .googlemap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative; }
	.home .googlemap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%; }

	.no-video .home .l-header {
	display: none; }
	.no-video .home .video-content-inner #video {
	display: block;
	margin: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transition: 1s opacity;
	transition: 1s opacity;
	-ms-transition: 1s opacity;
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	overflow: hidden;
	background: url(../img/img_movie_01.png) no-repeat center center; }
	.no-video .home .video-scroll-btn {
	display: none; }

	.no-cssgradients .home #vision {
	padding-top: 0 !important;
	padding-bottom: 100px; }

	@media screen and (max-width: 850px) {
	.js .home #sp-menu {
	display: none !important; }
	.js .home #menu {
	display: block !important; }
	.js .home .header-ci {
	display: none; }
	.js .home .header-nav {
	position: relative;
	background: none;
	height: 80vh; }
	.js .home .header-nav .header-nav-list {
		float: right; } }
	@-webkit-keyframes bounce {
	0% {
	-webkit-transform: rotate(-45deg) translate(0, 0);
			transform: rotate(-45deg) translate(0, 0); }
	10% {
	-webkit-transform: rotate(-45deg) translate(-10px, 10px);
			transform: rotate(-45deg) translate(-10px, 10px); }
	20% {
	-webkit-transform: rotate(-45deg) translate(0, 0);
			transform: rotate(-45deg) translate(0, 0); }
	30% {
	-webkit-transform: rotate(-45deg) translate(-10px, 10px);
			transform: rotate(-45deg) translate(-10px, 10px); }
	40% {
	-webkit-transform: rotate(-45deg) translate(0, 0);
			transform: rotate(-45deg) translate(0, 0); } }
	@keyframes bounce {
	0% {
	-webkit-transform: rotate(-45deg) translate(0, 0);
			transform: rotate(-45deg) translate(0, 0); }
	10% {
	-webkit-transform: rotate(-45deg) translate(-10px, 10px);
			transform: rotate(-45deg) translate(-10px, 10px); }
	20% {
	-webkit-transform: rotate(-45deg) translate(0, 0);
			transform: rotate(-45deg) translate(0, 0); }
	30% {
	-webkit-transform: rotate(-45deg) translate(-10px, 10px);
			transform: rotate(-45deg) translate(-10px, 10px); }
	40% {
	-webkit-transform: rotate(-45deg) translate(0, 0);
			transform: rotate(-45deg) translate(0, 0); } }
	/* ======================================= */
	/* news
	/* ======================================= */
	.news .headings {
	margin-bottom: 30px;
	padding: 0;
	line-height: 1;
	font-size: 2.875rem;
	font-family: "FB Benton Sans Regular", sans-serif !important; }
	.news .headings span {
	padding-bottom: 11px;
	background-size: 1.25em 6px; }
	.news .l-container#content {
	padding-top: 170px; }
	/* ======================================= */
	/* page
	/* ======================================= */
	.page-tmp .headings {
	margin-bottom: 30px;
	padding: 0;
	line-height: 1;
	font-size: 2.875rem;
	font-family: "FB Benton Sans Regular", sans-serif !important; }
	.page-tmp .headings span {
	padding-bottom: 11px;
	background-size: 1.25em 6px; }
	.page-tmp .l-container#content {
	padding-top: 170px; }
	/* ======================================= */
	/* presskit
	/* ======================================= */
	.presskit .l-container#content {
	padding-top: 170px; }
	.presskit .presskit-block {
	margin-bottom: 40px; }
	.presskit .presskit-block-title {
	margin-bottom: 28px;
	font-size: 1.25rem;
	font-weight: normal; }
	.presskit .presskit-item {
	margin-bottom: 20px;
	line-height: 1.625; }
	.presskit .presskit-item .presskit-item-title {
	margin-bottom: 5px;
	font-size: 1rem;
	font-weight: normal; }
	.presskit .presskit-item .presskit-item-inner-title {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1rem;
	font-weight: normal; }
	.presskit .presskit-item .presskit-item-inner {
	margin-bottom: 22px; }
	.presskit .presskit-item .presskit-item-inner .presskit-item-inner-title02 {
		margin-top: 10px;
		margin-bottom: 0;
		font-size: 1rem;
		font-weight: normal; }
	.presskit .presskit-item ul {
	margin: 8px 0 0;
	padding: 0 0 0 20px; }
	.presskit .presskit-item ul li {
		margin-bottom: 5px; }
	.presskit .presskit-item .break {
	margin-top: 18px; }
	.presskit .presskit-item dd {
	margin: 0;
	padding: 0; }

	.presskit-movie {
	max-width: 725px;
	margin: 0 auto;
	text-align: center; }
	@media (max-width: 47.938em) {
	.presskit-movie {
		margin-bottom: 40px; } }
	.presskit-movie .presskit-movie-item {
	position: relative;
	padding-bottom: 53%;
	padding-top: 30px;
	height: 0;
	overflow: hidden; }
	@media (max-width: 48em) {
		.presskit-movie .presskit-movie-item {
		padding-bottom: 46%; } }
	.presskit-movie .presskit-movie-item iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%; }

	.presskit-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between; }
	.presskit-image .presskit-image-item {
	width: 47%;
	margin-right: 6%;
	margin-bottom: 6%; }
	.presskit-image .presskit-image-item:nth-child(even) {
	margin-right: 0; }
	.presskit-image .presskit-image-item02 {
	width: 100%; }

	.presskit-detail-table {
	width: 100%;
	background-color: #fff; }
	.presskit-detail-table tr {
	border-bottom: 1px dotted #ccc; }
	.presskit-detail-table tr:last-child {
		border-bottom: none; }
	.presskit-detail-table th {
	width: 35%;
	padding: 12px 20px;
	text-align: left;
	vertical-align: middle; }
	@media (max-width: 47.938em) {
		.presskit-detail-table th {
		width: 35%;
		padding: 12px; } }
	.presskit-detail-table td {
	padding: 12px 20px;
	text-align: left;
	vertical-align: middle; }
	@media (max-width: 47.938em) {
		.presskit-detail-table td {
		padding: 12px; } }
	.presskit-detail-table td .credit-list {
		padding: 0; }
		@media (min-width: 47.938em) {
		.presskit-detail-table td .credit-list {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
				flex-wrap: wrap; } }
		.presskit-detail-table td .credit-list li {
		list-style-type: none; }
		@media (min-width: 47.938em) {
			.presskit-detail-table td .credit-list li {
			width: 50%; } }

	.credit-item {
	margin-bottom: 40px !important; }
	.credit-item:last-child {
	margin-bottom: 0; }
	.credit-item .presskit-item-title {
	padding: 5px 10px;
	background-color: #f5f5f5; }

	.credit-table {
	height: 420px;
	overflow: auto; }

	.no-video .presskit .l-header .header-ci img {
	max-width: none; }
	/* ======================================= */
	/* terms
	/* ======================================= */
	.terms .l-container#content {
	padding-top: 170px; }
	.terms .privacy-block-title {
	margin-bottom: 28px;
	font-size: 1.25rem;
	font-weight: normal; }
	.terms .privacy-item .privacy-item-title {
	margin-bottom: 5px;
	font-size: 1rem;
	font-weight: normal; }
	.terms .privacy-item .privacy-item-inner {
	margin-bottom: 30px;
	line-height: 1.625; }
	.terms .privacy-item .privacy-item-inner .privacy-item-inner-title {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1rem;
	font-weight: normal; }
	.terms .privacy-item .privacy-item-inner .privacy-item-inner-title02 {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: normal; }
	.terms .privacy-item .privacy-item-inner ul {
	margin: 8px 0 0;
	padding: 0 0 0 20px; }
	.terms .privacy-item .privacy-item-inner .privacy-list-disc {
	list-style-type: disc; }
	.terms .privacy-item .privacy-item-inner .privacy-list-decimal {
	list-style-type: decimal; }
	.terms .privacy-item .privacy-item-inner .privacy-list-decimal02 {
	list-style-type: none; }
	.terms .privacy-item .privacy-item-inner .privacy-list-decimal02 li {
		counter-increment: cnt; }
		.terms .privacy-item .privacy-item-inner .privacy-list-decimal02 li:before {
		content: "(" counter(cnt) ")";
		display: inline-block;
		margin-right: .5em; }
	.terms .privacy-item .privacy-item-inner .privacy-list-decimal02 .privacy-list-disc {
		padding-left: 40px; }
		.terms .privacy-item .privacy-item-inner .privacy-list-decimal02 .privacy-list-disc li {
		counter-increment: none; }
		.terms .privacy-item .privacy-item-inner .privacy-list-decimal02 .privacy-list-disc li:before {
			content: normal; }
	.terms .privacy-item .privacy-item-inner .privacy-list-decimal02 .privacy-list-decimal {
		padding-left: 40px; }
		.terms .privacy-item .privacy-item-inner .privacy-list-decimal02 .privacy-list-decimal li {
		counter-increment: none; }
		.terms .privacy-item .privacy-item-inner .privacy-list-decimal02 .privacy-list-decimal li:before {
			content: normal; }
	.terms .privacy-item .privacy-item-inner .privacy-list-decimal02 .privacy-list-lroman {
		padding-left: 40px; }
		.terms .privacy-item .privacy-item-inner .privacy-list-decimal02 .privacy-list-lroman li {
		counter-increment: none; }
		.terms .privacy-item .privacy-item-inner .privacy-list-decimal02 .privacy-list-lroman li:before {
			content: normal; }
	.terms .privacy-item .privacy-item-inner .privacy-list-decimal02 .privacy-list-lalpha {
		padding-left: 40px; }
		.terms .privacy-item .privacy-item-inner .privacy-list-decimal02 .privacy-list-lalpha li {
		counter-increment: none; }
		.terms .privacy-item .privacy-item-inner .privacy-list-decimal02 .privacy-list-lalpha li:before {
			content: normal; }
	.terms .privacy-item .privacy-item-inner .privacy-list-lroman {
	list-style-type: lower-roman; }
	.terms .privacy-item .privacy-item-inner .privacy-list-lalpha {
	list-style-type: lower-alpha; }
	.terms .privacy-item .privacy-item-inner .break {
	margin-top: 18px; }
	.terms .privacy-item dd {
	margin: 0;
	padding: 0; }
	.terms .security {
	margin-bottom: 90px; }
	.terms .privacy-end {
	margin-top: 40px; }

	.no-video .privacy .l-header .header-ci img {
	max-width: none; }
	/* ======================================= */
	/* privacy
	/* ======================================= */
	.privacy .l-container#content {
	padding-top: 170px; }
	.privacy .privacy-block-title {
	margin-bottom: 28px;
	font-size: 1.25rem;
	font-weight: normal; }
	.privacy .privacy-item .privacy-item-title {
	margin-bottom: 5px;
	font-size: 1rem;
	font-weight: normal; }
	.privacy .privacy-item .privacy-item-inner {
	margin-bottom: 30px;
	line-height: 1.625; }
	.privacy .privacy-item .privacy-item-inner .privacy-item-inner-title {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1rem;
	font-weight: normal; }
	.privacy .privacy-item .privacy-item-inner .privacy-item-inner-title02 {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: normal; }
	.privacy .privacy-item .privacy-item-inner ul {
	margin: 8px 0 0;
	padding: 0 0 0 20px; }
	.privacy .privacy-item .privacy-item-inner .privacy-list-disc {
	list-style-type: disc; }
	.privacy .privacy-item .privacy-item-inner .privacy-list-decimal {
	list-style-type: decimal; }
	.privacy .privacy-item .privacy-item-inner .privacy-list-decimal02 {
	list-style-type: none; }
	.privacy .privacy-item .privacy-item-inner .privacy-list-decimal02 li {
		counter-increment: cnt; }
		.privacy .privacy-item .privacy-item-inner .privacy-list-decimal02 li:before {
		content: "(" counter(cnt) ")";
		display: inline-block;
		margin-right: .5em; }
	.privacy .privacy-item .privacy-item-inner .privacy-list-decimal02 .privacy-list-disc {
		padding-left: 40px; }
		.privacy .privacy-item .privacy-item-inner .privacy-list-decimal02 .privacy-list-disc li {
		counter-increment: none; }
		.privacy .privacy-item .privacy-item-inner .privacy-list-decimal02 .privacy-list-disc li:before {
			content: normal; }
	.privacy .privacy-item .privacy-item-inner .privacy-list-decimal02 .privacy-list-decimal {
		padding-left: 40px; }
		.privacy .privacy-item .privacy-item-inner .privacy-list-decimal02 .privacy-list-decimal li {
		counter-increment: none; }
		.privacy .privacy-item .privacy-item-inner .privacy-list-decimal02 .privacy-list-decimal li:before {
			content: normal; }
	.privacy .privacy-item .privacy-item-inner .privacy-list-decimal02 .privacy-list-lroman {
		padding-left: 40px; }
		.privacy .privacy-item .privacy-item-inner .privacy-list-decimal02 .privacy-list-lroman li {
		counter-increment: none; }
		.privacy .privacy-item .privacy-item-inner .privacy-list-decimal02 .privacy-list-lroman li:before {
			content: normal; }
	.privacy .privacy-item .privacy-item-inner .privacy-list-decimal02 .privacy-list-lalpha {
		padding-left: 40px; }
		.privacy .privacy-item .privacy-item-inner .privacy-list-decimal02 .privacy-list-lalpha li {
		counter-increment: none; }
		.privacy .privacy-item .privacy-item-inner .privacy-list-decimal02 .privacy-list-lalpha li:before {
			content: normal; }
	.privacy .privacy-item .privacy-item-inner .privacy-list-lroman {
	list-style-type: lower-roman; }
	.privacy .privacy-item .privacy-item-inner .privacy-list-lalpha {
	list-style-type: lower-alpha; }
	.privacy .privacy-item .privacy-item-inner .break {
	margin-top: 18px; }
	.privacy .privacy-item dd {
	margin: 0;
	padding: 0; }
	.privacy .security {
	margin-bottom: 90px; }
	.privacy .privacy-end {
	margin-top: 40px; }

	.no-video .privacy .l-header .header-ci img {
	max-width: none; }

	/* ======================================= */
	/* products
	/* ======================================= */
	.products .heroheader {
	margin-bottom: 80px;
	min-height: 640px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto; }
	@media (max-width: 48.063em) {
	.products .heroheader {
		margin-bottom: 0;
		min-height: 0;
		background-image: none;
		background-repeat: no-repeat; } }
	.products .heroheader .sp {
	display: none; }
	@media (max-width: 48.063em) {
		.products .heroheader .sp {
		display: block;
		width: 100% !important;
		margin-bottom: 0; } }
	.products .heroheader.amimation {
	display: table;
	width: 100%;
	min-height: 560px;
	background-size: cover; }
	@media (min-width: 48.063em) {
		.products .heroheader.amimation {
		height: 640px;
		min-height: 0;
		-webkit-animation: bgscroll 10s linear 1 forwards;
				animation: bgscroll 10s linear 1 forwards;
		background-size: 1280px; } }
	.products .heroheader.amimation .heroheader-inner {
		display: table-cell;
		padding-top: 50px;
		text-align: center;
		vertical-align: middle; }
		@media (max-width: 48.063em) {
		.products .heroheader.amimation .heroheader-inner {
			padding: 0 10px; } }
		@media (max-width: 48.063em) {
		.products .heroheader.amimation .heroheader-inner img {
			max-width: 100%; } }
	@-webkit-keyframes bgscroll {
	0% {
	background-position: 50% 0; }
	100% {
	background-position: 50% -1169px; } }
	@keyframes bgscroll {
	0% {
	background-position: 50% 0; }
	100% {
	background-position: 50% -1169px; } }
	@media (max-width: 48.063em) {
	.products .products-title {
	margin-top: -80px; } }
	.products .products-title .products-title-item {
	width: 100%;
	margin-bottom: 40px;
	padding: 48px 20px 40px;
	background-color: #f5f5f5;
	min-height: 130px; }
	@media (max-width: 47.938em) {
	.products .products-title .products-title-item {
		min-height: 0;
		padding: 18px 10px; } }
	@media (max-width: 48.063em) {
	.products .products-title .products-title-item .l-box {
		padding: 0 8px; } }
	@media (max-width: 48.063em) {
	.products .products-title .products-title-item .products-title-icon {
		padding: 0 8px; } }
	@media (max-width: 48.063em) {
	.products .products-title .products-title-item .products-details-wrap {
		padding: 0 8px; } }
	.products .products-title .products-title-item .products-headings {
	margin-top: -3px;
	line-height: 1.2;
	font-size: 2.5rem;
	font-weight: normal; }
	@media (max-width: 47.938em) {
		.products .products-title .products-title-item .products-headings {
		font-size: 2rem; } }
	.products .products-title .products-title-item .products-details {
	margin-top: 12px; }
	@media (max-width: 47.938em) {
		.products .products-title .products-title-item .products-details {
		margin-top: 0; } }
	.products .products-title .products-title-item .products-details dl {
		margin: 0;
		padding: 0; }
		@media (max-width: 47.938em) {
		.products .products-title .products-title-item .products-details dl {
			margin-top: 18px; } }
	.products .products-title .products-title-item .products-details dt {
		margin: 0 0 10px 0;
		padding: 0;
		line-height: 1;
		font-size: 0.875rem; }
		@media (max-width: 47.938em) {
		.products .products-title .products-title-item .products-details dt {
			margin-bottom: 5px; } }
	.products .products-title .products-title-item .products-details dd {
		margin: 0;
		padding: 0;
		line-height: 1.2;
		font-size: 1.25rem; }
	.products .products-title .products-title-item .products-details p {
		margin: 0;
		padding: 0;
		line-height: 1.2;
		font-size: 1.25rem; }
	.products .products-title .products-title-item .products-details .note {
		margin-top: 5px;
		font-size: 1.125rem; }
		.products .products-title .products-title-item .products-details .note:before {
		content: "* "; }
	.products .products-title .products-title-item .products-download-link {
	padding: 18px 0 0;
	list-style-type: none; }
	@media (max-width: 47.938em) {
		.products .products-title .products-title-item .products-download-link {
		padding-top: 0; } }
	.products .products-title .products-title-item .products-download-link li {
		float: left;
		margin-right: 10px; }
		@media (max-width: 47.938em) {
		.products .products-title .products-title-item .products-download-link li {
			margin-top: 10px; } }
		.products .products-title .products-title-item .products-download-link li a {
		display: block; }
		.products .products-title .products-title-item .products-download-link li a:hover {
			opacity: .8; }
		.products .products-title .products-title-item .products-download-link li a span {
			font-size: 1.125rem; }
		.products .products-title .products-title-item .products-download-link li img {
		width: auto;
		height: 54px;
		vertical-align: bottom; }
	.products .products-title .products-title-item .products-detail-table {
	margin-top: -30px;
	margin-left: 20%;
	background-color: #fff; }
	@media (max-width: 47.938em) {
		.products .products-title .products-title-item .products-detail-table {
		margin-top: 30px;
		margin-left: 0;
		width: 100%; } }
	.products .products-title .products-title-item .products-detail-table tr {
		border-bottom: 1px dotted #ccc; }
		.products .products-title .products-title-item .products-detail-table tr:last-child {
		border-bottom: none; }
	.products .products-title .products-title-item .products-detail-table th {
		width: 20%;
		padding: 12px 20px;
		text-align: right;
		vertical-align: middle; }
		@media (max-width: 47.938em) {
		.products .products-title .products-title-item .products-detail-table th {
			width: 35%;
			padding: 12px; } }
	.products .products-title .products-title-item .products-detail-table td {
		padding: 12px 20px;
		text-align: left;
		vertical-align: middle; }
		@media (max-width: 47.938em) {
		.products .products-title .products-title-item .products-detail-table td {
			padding: 12px; } }
	.products .products-title .products-title-item .products-detail-table .develop:after {
		content: "、"; }
	.products .products-title .products-title-item .products-detail-table .develop:last-child:after {
		content: none; }
	.products .products-title .products-description {
	line-height: 1.7;
	font-size: 1.125rem; }
	.products .products-title .products-description .products-description-list {
	margin: 48px 0 0;
	padding: 0; }
	.products .products-title .products-description .products-description-list li {
		margin-left: 1em;
		list-style-type: disc; }
	.products .products-title .products-description .products-description-list.notes li {
		margin-left: 0;
		list-style-type: none; }
		.products .products-title .products-description .products-description-list.notes li:before {
		content: "* "; }
	@media (max-width: 47.938em) {
	.products .products-image {
	padding-top: 80px; } }
	.products .products-image .products-movie {
	max-width: 820px;
	margin: 0 auto 60px;
	text-align: center; }
	@media (max-width: 47.938em) {
	.products .products-image .products-movie {
		margin-bottom: 40px; } }
	.products .products-image .products-movie .products-movie-item {
	position: relative;
	padding-bottom: 53%;
	padding-top: 30px;
	height: 0;
	overflow: hidden; }
	@media (max-width: 48em) {
		.products .products-image .products-movie .products-movie-item {
		padding-bottom: 46%; } }
	.products .products-image .products-movie .products-movie-item iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%; }
	.products .products-image .products-carousel img {
	text-align: center;
	vertical-align: bottom; }
	/* .products .products-image .products-carousel .products-carousel-inner { */
	.products-carousel-inner {
	max-width: 820px;
	margin: 0 auto; }
	/* .products .products-image .products-carousel .products-carousel-inner img { */
	.products-carousel-inner img{
	max-width: 100%; }
	@media (min-width: 850px) {
		/* .products .products-image .products-carousel .products-carousel-inner img { */
		.products-carousel-inner img{
		width: 780px;
		height: 466px; } }
	/* .products .products-image .products-carousel #bx-pager { */
	#bx-pager {
	max-width: 786px;
	margin: 30px auto 0;
	padding: 0;
	display: table; }
	/* .products .products-image .products-carousel #bx-pager li { */
	#bx-pager li {
	margin: 0;
	padding: 0 3px;
	list-style-type: none;
	display: table-cell;
	width: 20%; }
	/* .products .products-image .products-carousel #bx-pager li img { */
	#bx-pager li img {
		width: 100%;
		vertical-align: bottom; }
	.products .products-contact .l-slope-inner {
	padding-bottom: 80px; }
	.products .products-contact .privacy-link {
	text-align: center;
	margin-bottom: 60px; }
	@media (min-width: 47.938em) {
	.products .products-contact .privacy-link {
		max-width: 780px;
		margin: 0 auto 40px; } }
	.products .products-contact .privacy-link a {
	margin-right: 40px;
	min-width: 210px;
	padding-right: 12px;
	padding-left: 12px; }
	.products .products-contact .privacy-link a:nth-child(3) {
		margin-right: 0; }
	@media (max-width: 47.938em) {
		.products .products-contact .privacy-link a {
		margin-right: 0; } }
	@media (min-width: 47.938em) {
	.products .products-contact .privacy-link .more-link-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between; } }
	.products .products-contact .privacy-link .more-link-wrap .more-link-item {
	margin-bottom: 40px; }
	.products .products-contact .privacy-link .more-link-wrap .more-link-item:nth-child(3) {
		margin-bottom: 0; }
	@media (min-width: 47.938em) {
		.products .products-contact .privacy-link .more-link-wrap .more-link-item {
		margin-bottom: 0; } }
	.products .products-contact .products-mail {
	line-height: 1.8;
	text-align: left;
	font-size: 1.25rem; }
	@media (max-width: 47.938em) {
	.products .products-contact .products-mail {
		line-height: 1.7; } }
	.products .products-contact .products-mail .mail {
	margin-right: 0;
	white-space: nowrap; }
	.products .products-contact + .products-other-link {
	padding-top: 0; }
	.products .products-contact + .products-other-link .l-slope-inner {
	padding-bottom: 80px; }
	.products .products-subinfo .l-slope-inner {
	padding-bottom: 0; }
	.products .products-subinfo .products-headings {
	margin-bottom: 20px;
	font-size: 1.5rem; }
	.products .products-subinfo p {
	margin: 0;
	padding: 0;
	line-height: 1.8;
	font-size: 1rem; }
	.products .products-other-link {
	width: 100%;
	padding-bottom: 0; }
	@media (max-width: 47.938em) {
	.products .products-other-link {
		padding-top: 80px; } }
	.products .products-other-link .l-slope-inner {
	padding-bottom: 80px; }
	.products .products-other-link .heading {
	margin-bottom: 30px;
	line-height: 1;
	font-size: 2.5rem; }
	.products .products-other-link .products-other-link {
	padding: 0; }
	@media (max-width: 47.938em) {
		.products .products-other-link .products-other-link {
		padding: 0 10px; } }
	.products .products-other-link .products-other-link .products-other-link-item {
		margin-bottom: 20px; }
		@media (max-width: 47.938em) {
		.products .products-other-link .products-other-link .products-other-link-item .l-box {
			padding: 0 10px; } }
		.products .products-other-link .products-other-link .products-other-link-item a {
		display: block; }
		.products .products-other-link .products-other-link .products-other-link-item a:hover {
			opacity: .8; }
		.products .products-other-link .products-other-link .products-other-link-item span {
		display: block;
		margin-top: 10px;
		line-height: 1.2; }
	.products.golems .heroheader {
	background-image: url(./share/img/products/golems/img_main_01.jpg); }
	.products.golems .products-other-link #golems {
	display: none; }
	.products.sydney .heroheader {
	background-image: url(./share/img/products/sydney/img_main_01.jpg); }
	.products.sydney .products-other-link #sydney {
	display: none; }
	.products.sarah .heroheader {
	background-image: url(./share/img/products/sarah/img_main_01.jpg); }
	@media (max-width: 47.938em) {
	.products.sarah .products-title-item {
	min-height: 76px; } 
	.products.sarah .products-title-item {
	min-height: 76px; } 
	}
	.products.sarah .products-other-link #sarah {
	display: none; }
	.products.adores-ghost .heroheader {
	background-image: url(./share/img/products/adores-ghost/img_main_01.jpg); }
	.products.ghost .products-other-link #ghost {
	display: none; }
	.products.adores-baseball .heroheader {
	background-image: url(./share/img/products/adores-baseball/img_main_01.jpg); }
	.products.adores-baseball .products-other-link #baseball {
	display: none; }
	.products.millionarthurvr .heroheader.ja {
	background-image: url(./share/img/products/millionarthurvr/img_main_ja.jpg); }
	.products.millionarthurvr .heroheader.en {
	background-image: url(./share/img/products/millionarthurvr/img_main_en.jpg); }
	.products.millionarthurvr .products-other-link #millionarthurvr {
	display: none; }
	.products.fishingstar-vr .heroheader.ja {
	background-image: url(../../uploads/sites/3/2019/06/img_main_01.jpg); }
	.fishingstar-hero {
	background-image: url(../../uploads/sites/3/2019/06/img_main_01.jpg); }
	.products.fishingstar-vr .products-other-link #fishingstar-vr {
	display: none; }
	.products.adores-mansion .heroheader {
	min-height: 440px; }
	@media (min-width: 48.063em) {
	.products.adores-panicmansion .heroheader {
		min-height: 0;
		background-image: url(./share/img/products/adores-panicmansion/img_main_01.jpg); } }
	.products.adores-panicmansion .heroheader .heroheader-inner {
	display: none; }
	@media (min-width: 48.063em) {
		.products.adores-panicmansion .heroheader .heroheader-inner {
		display: table-cell; } }
	.products.adores-panicmansion .products-other-link #panicmansion {
	display: none; }

	/**
	* BxSlider v4.1.2 - Fully loaded, responsive content slider
	* http://bxslider.com
	*
	* Written by: Steven Wanderski, 2014
	* http://stevenwanderski.com
	* (while drinking Belgian ales and listening to jazz)
	*
	* CEO and founder of bxCreative, LTD
	* http://bxcreative.com
	*/
	.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0; }
	.bx-wrapper img {
	max-width: 100%;
	display: block; }
	.bx-wrapper .bx-pager {
	position: absolute;
	bottom: -30px;
	width: 100%;
	text-align: center;
	font-size: .85em;
	color: #666;
	padding-top: 20px; }
	.bx-wrapper .bx-pager .bx-pager-item {
		display: inline-block; }
	.bx-wrapper .bx-pager.bx-default-page a {
		background: #666;
		text-indent: -9999px;
		display: block;
		width: 10px;
		height: 10px;
		margin: 0 5px;
		outline: 0;
		border-radius: 5px; }
		.bx-wrapper .bx-pager.bx-default-page a:hover {
		background: #000; }
		.bx-wrapper .bx-pager.bx-default-page a:active {
		background: #000; }
	.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(./share/img/icon_bxslider_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000; }
	.bx-wrapper .bx-prev {
	left: 10px;
	background: url(./share/img/icon_bxslider_prev_01.png) no-repeat 0 0; }
	.bx-wrapper .bx-next {
	right: 10px;
	background: url(./share/img/icon_bxslider_next_01.png) no-repeat 0 0; }
	.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -13px;
	outline: 0;
	width: 15px;
	height: 26px;
	text-indent: -9999px;
	z-index: 9999; }
	.bx-wrapper .bx-controls-direction .disabled {
	display: none; }
	.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(20, 20, 20, 0.75); }
	.bx-wrapper .bx-caption span {
		display: block;
		line-height: 1.2;
		color: #ffffff;
		font-size: 1.125rem;
		padding: 10px; 
	}

	.home_link{
		margin-top: 3rem;
	}

	.notfound{
		margin-bottom: 10rem;
	}