@charset "utf-8";
/* ======================================================================================================== */
/*media query for small screen devices */
/* ======================================================================================================== */
.disSM {
	display: block;
}
.disPC {
	display: none;
}
body {
	margin: 0px;
	padding: 0px;
}
h3 {
	clear: both;
	font-size: 1.3em;
	padding: 1em;
	margin-top: 1em;
	font-weight: 500;
}
p {
	text-align: left;
	padding: 1em;
	font-size: 14px;
}
a:hover {
	color: #F93;
}
header {
	background-color: rgba(0, 0, 0, 1.00);
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	height: 60px;
	width:100%;
	position: fixed;
	z-index: 1;
}
#logo {
	padding: 3px 5px 3px 8px;
	margin-left: auto;
	margin-right: auto;
}
#headerLinks {
	display: none;
}
.langmenu {
	display:block;
	width:100%;
	text-align:center;
	color:#fff;
	position: fixed;
	bottom: 0; /* ウィンドウ下から20pxの位置 */
	z-index: 10; /* 他の要素よりも手前に表示 */
	border-radius:5px;
	background-color:rgba(0, 0, 0, 0.6);
	padding:0.5em;
	margin: 0px 2em 0px auto;
}
.langmenu a {
	color:#fff;
}

#mainWrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#content {
	clear: both;
}
#content .mainContent {
	width: 100%;
	text-align: center;
}
#content .mainContent .productRow {
	text-align: center;
	clear: both;
	width: 100%;
	color: rgba(80, 80, 80, 1.00);
	font-size: 18px;
}
#mainWrapper footer {
	padding-bottom: 2em;
	clear: both;
	background-color: rgba(0, 0, 0, 1.00);
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
}
#mainWrapper footer p {
	text-align: center;
	font-size: 0.8em;
	letter-spacing: 0.3em;
}
#mainWrapper footer .footerlinks {
	margin-bottom: 2em;
}
#mainWrapper footer .footerlinks ul {
	margin: 0px;
	padding: 0px;
}
#mainWrapper footer .footerlinks li {
	list-style: none;
	color: #ffffff;
	padding: 0.5em;
	letter-spacing: 0.2em;
	border-bottom: solid 1px #666;
}
#mainWrapper footer .footerlinks li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.2em;
}
.wideImagePC {
	clear: both;
	width: 100%;
	display: none;
}
.wideImageSM {
	clear: both;
	width: 100%;
}
.lowTextBox {
	text-align: left;
	width: 95%;
}
.modelInfo {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.bnrText {
	text-align: center;
	color: #666;
	width: 90%;
	padding: 0.5em 1em 0.5em 1em;
	background-color: #ddd;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	letter-spacing: 0.2em;
}
.profileBoxLeft {
	margin-bottom: 2em;
}
.licenseBox {
	text-align: center;
	background-color: #fff;
	padding: 10px;
	margin: 10px;
}
.licenseBox h4 {
	padding: 0.2em;
	margin: 0em;
	font-size: 1em;
	background-color: #000;
	text-align: left;
	color: #fff;
}
.licenseBox ul {
	padding: 0px;
	margin: 30px 0px 0px 0px;
}
.licenseBox li {
	text-align: left;
	margin: 0px;
	padding: 0.5em;
	font-size: 14px;
	list-style: none;
}
.newsBox {
	text-align: left;
	background-color: #fff;
	border: #cccccc solid 1px;
	padding: 20px;
	margin: 10px;
}
.newsBox a {
	color: #000;
}
.newsBox h4 {
	padding-top: 0.5em;
}
.presidentBox {
	width: 100%;
}
.presidentBox tr {
	border-bottom: #999 1px solid;
}
.presidentBox th {
	letter-spacing: 0.2em;
	font-weight: normal;
	text-align: right;
	background-color: #eee;
	padding: 0.8em;
}
.presidentBox td {
	font-size: 0.8em;
	text-align: left;
	padding: 0.8em;
}
.bnrPhoto {
	border: #ccc solid 1px;
	padding: 10px;
	margin: 10px;
}
.bnrPhoto p {
	margin-top: 1em;
}
.bnrPhoto a {
	color: #000;
}
.brandBox {
	border: #ccc solid 1px;
	padding: 20px;
	margin: 10px;
}
.brandBox a {
	color: #000;
}
.bg_black {
	background: linear-gradient(to bottom right, #000, #ccc);
}
text-align: center;
}
.bg_black h3 {
	color: #fff;
}
.bg_white {
	background-color: rgba(255, 255, 255, 1);
	text-align: center;
}
.bg_gray {
	background-color: rgba(255, 255, 255, 0.9);
	text-align: center;
}
.msgBox {
	margin: 10px;
	padding: 10px;
	border: #fff 1px solid;
}
.msgBox h3 {
	color: #fff;
	font-size: 20px;
	padding: 10px;
	margin: 0px;
}
.msgBox p {
	color: #fff;
}
.msgBox a {
	color: #fff;
}
.btn-link {
	background-color: #666;
	padding: 0.1em;
	margin-top: 0.8em;
	text-align: center;
}
.btn-link a {
	color: #fff;
	font-size: 14px;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
#wrapper {
	display: block;
	height: 100vh;
	width: 100vw;
	margin: 0px;
	padding: 0px;
}
#left-content, #right-content {
	width: 100%;
	height: auto;
	overflow: visible;
	position: relative;
}
.page {
	font-family: 'Times New Roman', Times, serif;
	width: 100%;
	height: auto;
	display: flex;
	text-align: left;
	transition: transform 0.8s ease;
	overflow: auto;
}
#left-content .page {
	position: absolute;
	bottom: -100%;
	display: block;
}

#right-content .page {
	position: absolute;
	top: 100%;
	display: block;
}
.subtitle {
	font-size: 1.8em;
	color: #fff;
	height: 120px;
	padding: 80px 0px 5px 60px;
	margin: 0px;
	border-bottom: #fff 1px solid;
}
.point {
	font-size: 1.5em;
	color: #fff;
	width: 100%;
	padding: 40% 0px 0px 60px;
	margin: 0px;
}
.point_txt {
	font-size: 1.2em;
	color: #fff;
	width: 100%;
	padding: 10em 0px 0px 60px;
	margin: 0px;
}
.english_txt {
	color: #ffcc00;
	width: 100%;
	padding: 0px 0px 0px 100px;
	margin: 0px;
}
.info_txt {
	color: #fff;
	width: 100%;
	padding: 2em 0px 0px 100px;
	margin: 0px;
}
.top_btn {
	width: 300px;
	font-size: 1.2em;
	padding: 0.5em;
	border: solid 1px #fff;
	margin: 2em auto 0px auto;
	background-color: rgba(0, 0, 0, 0.5);
	letter-spacing: 0.3em;
}
.top_btn a {
	color: #fff;
	text-decoration: none;
}
.back_alpha_bk {
	background-color: rgba(0, 0, 0, 0.8);
}
.back_alpha_wt {
	background-color: rgba(255, 255, 255, 0.8);
}
/***　生成コード　***/
.video-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video {
	/* 動画のスタイル */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1; /* ロゴより後ろに表示 */
}
.logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1; /* 動画より前に表示 */
}
.slideshow {
	width: 80%;
	height: 300px;
	overflow: hidden;
	margin-top: 20%;
	margin-left: 100px;
}
.slide {
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 5em;
}
/***　生成コード　***/
/* ======================================================================================================== */
/* Media query for tablets */
/* ======================================================================================================== */
@media screen and (min-width:960px) {
	#wrapper {
		display: flex;
	}
	#left-content, #right-content {
		width: 50%;
		height: 100vh;
		overflow: hidden;
	}
	.page {
		overflow: hidden;
		height: 100%;
		/*height: 100vh;/* GPT */
	}

	#left-content .page {
		position: absolute;
		bottom: -100%;
	}
	#right-content .page {
		position: absolute;
		top: 100%;
	}

	.disSM {
		display: none;
	}
	.disPC {
		display: block;
	}
	.disPC h1 img {
		width: 90%;
	}
	h3 {
		font-size: 2em;
		font-weight: normal;
	}
	p {
		font-size: 18px;
	}
	#headerLinks {
		display: inline;
		padding: 1em;
		margin-top: 3px;
		float: right;
		width: auto;
		color: rgba(255, 255, 255, 1.00);
		background-color: rgba(0, 0, 0, 1.00);
		letter-spacing: 0.2em;
	}
	#headerLinks a {
		text-decoration: none;
		color: rgba(255, 255, 255, 1.00);
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0.2em;
	}
	#logo {
		float: left;
		text-align: left;
		margin-left: 0px;
	}
	#logo img {
		margin-left: 40px;
		margin-top: 0px;
		width: 81px;
	}
	#content .mainContent .productRow {
		font-size: 18px;
		padding-bottom: 5em;
		padding-top: 2em;
	}
	.wideImagePC {
		display: block;
	}
	.wideImageSM {
		display: none;
	}
	.productBox {
		text-align: left;
		float: left;
		width: 50%;
	}
	.lowTextBox {
		padding: 2em;
	}
	.modelInfo {
		padding: 2em;
		width: 80%;
	}
	.licenseBox {
		float: left;
		height: 400px;
		padding: 0px;
		margin-left: 2em;
		margin-bottom: 3em;
		width: 330px;
		height: 500px;
	}
	.licenseBox h4 {
		margin: 0em 0em 2em 0em;
	}
	.mainContent .productRow .productBox .imgBox {
		width: 550px;
		margin-left: auto;
		margin-right: auto;
	}
	.mainContent .productRow .productBox . imgBox p {
		padding-top: 1em;
		width: 100%;
	}
	.profileBoxLeft {
		width: 527px;
		float: left;
	}
	.profileBoxRight {
		width: 50%;
		float: left;
	}
	.profileBoxRightText {
		text-align: left;
		padding: 2em;
	}
	.bnrText {
		width: 50%;
	}
	.profileBoxLeft {
		margin-left: 1em;
	}
	#mainWrapper footer {
		padding-top: 2em;
	}
	#mainWrapper footer .footerlinks li {
		padding-top: 1em;
		display: inline;
		border: none;
	}
	.newsBox {
		float: left;
		padding: 30px;
		margin-left: 3em;
		margin-bottom: 3em;
		width: 360px;
		height: 560px;
	}
	.newsBox h4 {
		margin-top: 0.5em;
	}
	.newsBox p {
		font-size: 14px;
	}
	.presidentBox {
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
	}
	.bnrPhoto {
		padding: 30px;
		margin: 0px 0px 20px 20px;
		float: left;
		width: 45%;
		height: 550px;
	}
	.brandBox {
		padding: 50px;
		margin: 0px 0px 20px 20px;
		float: left;
		width: 45%;
		height: 700px;
	}
	.brandBox P {
		margin-top: 0px;
	}
	.main_movie h1 {
		display: none;
	}
	/* ======================================================================================================== */
	/* 動画の背景
/* ======================================================================================================== */
	.main_movie {
		position: relative; /*h1の中央寄せ配置の起点とするためのrelative*/
		height: 100vh; /*高さを全画面にあわせる*/
	}
	.video-area {
		position: fixed;
		z-index: -1; /*最背面に設定*/
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		overflow: hidden;
	}
	.video {
		/*天地中央配置*/
		position: absolute;
		z-index: -1;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
		height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
		min-height: 100%;
		min-width: 100%;
	}
	/*見出し設定*/
	.main_movie h1 {
		display: block;
		position: absolute;
		color: #fff;
		font-size: 40px;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}
	/* ======================================================================================================== */
	.msgBox {
		float: left;
		width: 25%;
		margin-top: 1em;
		margin-left: 5%;
		height: 400px;
	}
	.msgBox h3 {
		font-size: 24px;
		padding: 20px;
	}
	.msgBox p {
		padding: 5% 15% 5% 15%;
		font-size: 18px;
		text-align: left;
	}
}
/* ======================================================================================================== */
/*media query for wide PC */
/* ======================================================================================================== */
@media screen and (min-width:1800px) {
	.productBox {
		height: 960px;
		position: relative;
	}
	.lowTextBox {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.profileBoxRight {
		width: 800px;
		height: 500px;
		position: relative;
	}
	.profileBoxRightText {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.msgBox h3 {
		color: #fff;
		font-size: 30px;
	}
}