@charset "utf-8";
/*------------------------------------------------------------
	格式化
------------------------------------------------------------*/
/* 文本位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* 字体粗细 */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	通用样式
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
.mainBox {
	margin: 0 auto;
	width: 1200px;
}
#gNavi > li > a.active {
	color: #ffc001;
}

@media all and (max-width: 767px) {
	.mainBox {
		margin: 0 15px;
		width: auto;
	}
}

/*------------------------------------------------------------
	mainTopPho
------------------------------------------------------------*/
.mainTopPho {
	margin-bottom: 30px;
}
.mainTopPho img {
	width: 100%;
}

@media all and (max-width: 767px) {
	.mainTopPho {
		margin-bottom: 20px;
	}
}

/*------------------------------------------------------------
	fixedArea
------------------------------------------------------------*/
#fixedArea {
	width: 50px;
	position: fixed;
	right: 0;
	top: 50%;
	height: 220px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1000;
}
#fixedArea .listUl {
	padding: 10px 10px;
	border-radius: 4px;
	background-color: #C1BFC0;
}
#fixedArea .listUl li {
	margin-bottom: 15px;
}
#fixedArea .listUl li:last-child {
	margin-bottom: 0;
}
#fixedArea .listUl li a {
	width: 30px;
	display: block;
}
#fixedArea .listUl li span {
	display: block;
	padding: 0 3px;
	width: 24px;
}
#fixedArea .listUl li span img {
	width: 100%;
}
#fixedArea .closeBtn {
	position: absolute;
	width: 32px;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	cursor: pointer;
}
#fixedArea .closeBtn .add {
	display: none;
}
#fixedArea .closeBtn.on .add {
	display: block;
}
#fixedArea .closeBtn.on .close {
	display: none;
}

@media all and (max-width: 767px) {
	#fixedArea {
		display: none;
	}
}

/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
.mainVisual {
	position: relative;
	height: 620px;
}
.mainVisual .sliderUl{
	height: 100%;
}
.mainVisual .sliderUl li img {
	width: 100%;
	max-height:620px;
	/*height: 400px;*/
}
.mainVisual .slick-dots {
    width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
}
.mainVisual .slick-dots li {
	margin: 0 6px;
	width: 20px;
	height: 20px;
	min-height: inherit !important;
	display: inline-block;
	float: none !important;
	border-radius: 50%;
	background: #fff !important;
	cursor: pointer;
}
.mainVisual .slick-dots li.slick-active {
	background: #333 !important;
}
.mainVisual .slick-dots li button {
	display: none !important;
}
.mainVisual #videoBox {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease-in-out .5s;
}
.mainVisual #videoBox #video {
	width: 100% !important;
	height: 100% !important;
	object-fit: fill;
}
.mainVisual #videoBox.on {
	display: none !important;
}
.mainVisual #videoBox.on #video {
	display: none !important;
	height: 1px !important;
	visibility: hidden !important;
}
.mainVisual #videoBox.out {
	position: fixed;
	bottom: 0;
	left: 0;
	top: inherit;
	width: 400px;
	height: auto;
	z-index: 1000;
}
.mainVisual #videoBox .btn {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}
.mainVisual #videoBox .btn a {
	width: 40px;
	display: block;
}
.mainVisual #videoBox .btn a:hover {
	opacity: 0.7;
}

@media all and (max-width: 767px) {
	.mainVisual .slick-dots {
		height: 8px;
		bottom: 15px;
	}
	.mainVisual{
		height: 240px;
	}
	.mainVisual .sliderUl li img {
		/*height: 240px;*/
	}
	.mainVisual .slick-dots li {
		width: 8px;
		height: 8px;
	}
	.mainVisual #videoBox.out {
		width: 60%;
		height: auto;
	}
	.mainVisual #videoBox.out #video {
		width: calc(100% - 30px) !important;
	}
	.mainVisual #videoBox .btn a {
		width: 30px;
	}
}

/*------------------------------------------------------------
	comTtl01
------------------------------------------------------------*/
.comTtl01 {
	margin-bottom: 20px;
	color: #ffb400;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
}
.comTtl01 .large {
	margin-right: 10px;
	color: #333;
	font-size: 30px;
	font-weight: bold;
}

@media all and (max-width: 767px) {
	.comTtl01 {
		margin-bottom: 15px;
		font-size: 20px;
	}
	.comTtl01 .large {
		font-size: 24px;
	}
}

/*------------------------------------------------------------
	comTtl02
------------------------------------------------------------*/
.comTtl02 {
	margin-bottom: 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.comTtl02 .inner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	color: #ffc001;
	font-weight: normal;
}
.comTtl02 .inner .l-ttl{
	font-size: 70px;
	display: inline-block;
	line-height: 1;
}
.comTtl02 .inner .r-ttl {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.comTtl02 .inner .r-ttl .en {
	font-size: 14px;
}
.comTtl02 .inner .r-ttl .middle {
	display: inline-block;
	line-height: 1;
	color: #333;
	font-size: 32px;
	font-weight: bold;
}

@media all and (max-width: 767px) {
	.comTtl02 {
		margin-bottom: 20px;
	}
	.comTtl02 .inner .l-ttl{
		font-size: 48px;
	}
	.comTtl02 .inner .r-ttl .en {
		font-size: 12px;
	}
	.comTtl02 .inner .r-ttl .middle {
		font-size: 22px;
	}
}

/*------------------------------------------------------------
	comTtl03
------------------------------------------------------------*/
.comTtl03 {
	margin-bottom: 50px;
	text-align: center;
}
.comTtl03 .inner {
	min-width: 360px;
	display: inline-block;
	color: #FFA500;
	font-size: 40px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	position: relative;
}
.comTtl03 .inner:before {
	width: 100%;
	border-bottom: 1px solid #fff;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
}
.comTtl03 .inner .bg {
	padding: 0 20px;
	position: relative;
	z-index: 10;
	background-color: #171717;
}

@media all and (max-width: 767px) {
	.comTtl03 {
		margin-bottom: 20px;
	}
	.comTtl03 .inner {
		min-width: 200px;
		font-size: 22px;
	}
	.comTtl03 .inner .bg {
		padding: 0 15px;
	}
}

/*------------------------------------------------------------
 comTtl04
------------------------------------------------------------*/
.comTtl04 {
	font-size: 32px;
	position: relative;
	text-align: center;
}
.comTtl04 span {
	display: inline-block;
	line-height: 1.2;
}
.comTtl04:before {
	position: absolute;
	left: 50%;
	bottom: -140px;
	width: 2px;
	height: 102px;
	background: url(../../img/index/line01.png) no-repeat left top;
	background-size: 2px 102px;
	content: "";
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media all and (max-width: 767px) {
	.comTtl04 {
		font-size: 24px;
		text-align: center;
	}
	.comTtl04:before {
		left: 50%;
		bottom: -60px;
		width: 1px;
		height: 51px;
		transform: translateX(-50%);
		background-size: 1px 51px;
	}
}

/*------------------------------------------------------------
	comTtl05
------------------------------------------------------------*/
.comTtl05 {
	margin-bottom: 25px;
	color: #FFC001;
	font-size: 24px;
	font-weight: normal;
}
.comTtl05 span {
	display: block;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

@media all and (max-width: 767px) {
	.comTtl05 {
		margin-bottom: 15px;
		font-size: 20px;
	}
	.comTtl05 span {
		font-size: 16px;
	}
}

/*------------------------------------------------------------
	comTtl06
------------------------------------------------------------*/
.comTtl06 {
	text-align: center;
}
.comTtl06 span {
	padding: 0 20px;
	display: inline-block;
	color: #333;
	font-size: 24px;
	font-weight: normal;
	position: relative;
	background: url(../../img/product/line01.png) no-repeat left center,
	url(../../img/product/line01.png) no-repeat right center;
	background-size: 2px 18px, 2px 18px;
}
@media all and (max-width: 767px) {
	.comTtl06 span {
		padding: 0 10px;
		font-size: 20px;
		background-size: 1px 9px, 1px 9px;
	}
}

/*------------------------------------------------------------
	comTtl07
------------------------------------------------------------*/
.comTtl07 {
	margin-bottom: 20px;
	color: #666;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}
.comTtl07 .cn {
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: block;
	position: relative;
	font-size: 24px;
}
.comTtl07 .cn:before {
	margin-left: -30px;
	width: 60px;
	border-bottom: 2px solid #444;
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
}

@media all and (max-width: 767px) {
	.comTtl07 {
		margin-bottom: 15px;
		font-size: 18px;
	}
	.comTtl07 .cn {
		margin-bottom: 5px;
		padding-bottom: 5px;
		font-size: 20px;
	}
	.comTtl07 .cn:before {
		margin-left: -20px;
		width: 40px;
		border-bottom: 1px solid #444;
	}
}

/*------------------------------------------------------------
	comTtl08
------------------------------------------------------------*/
.comTtl08 {
	margin-bottom: 20px;
	color: #ffc001;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
.comTtl08 .en {
	margin-bottom: 5px;
	display: inline-block;
	min-width: 360px;
	position: relative;
	font-size: 24px;
}
.comTtl08 .en:before {
	width: 100%;
	border-bottom: 1px solid #444;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	content: "";
}
.comTtl08 .en .bg {
	padding: 0 20px;
	position: relative;
	color: #666;
	font-size: 20px;
	z-index: 10;
	background-color: #fff;
}
.comTtl08 .cn {
	display: block;
	letter-spacing: 2px;
}

@media all and (max-width: 767px) {
	.comTtl08 {
		font-size: 18px;
	}
	.comTtl08 .en {
		margin-bottom: 0;
		min-width: 240px;
		font-size: 20px;
	}
	.comTtl08 .en .bg {
		padding: 0 10px;
		font-size: 18px;
	}
	.comTtl08 .cn {
		letter-spacing: 1.5px;
	}
}

/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin: 0 auto;
	width: 170px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #222;
}
.comBtn a {
	display: block;
	padding: 15px 5px;
	color: #222;
	line-height: 1.2;
	text-align: center;
	transition: all ease-in-out .5s;
}
.comBtn a:hover {
	background-color: #ffd966;
}

@media all and (max-width: 767px) {
	.comBtn {
		width: 120px;
	}
	.comBtn a {
		padding: 8px 5px;
	}
	.comBtn a:hover {
		background: rgba(0,0,0, 0);
	}
}

/*------------------------------------------------------------
	comPageNavi
------------------------------------------------------------*/
.comPageNavi {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.comPageNavi li {
	margin: 0 4px;
}
.comPageNavi .all,
.comPageNavi li a{
	min-width: 40px;
	display: inline-block;
	padding: 8px 10px;
	color: #888;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #ededed;
}
.comPageNavi li a:hover,
.comPageNavi .current a{
	color: #fff;
	background-color: #ffc001;
}

@media all and (max-width: 767px) {
	.comPageNavi {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.comPageNavi li {
		margin: 4px;
	}
	.comPageNavi li a:hover {
		color: #888;
		background-color: #fff;
	}
}

/*------------------------------------------------------------
	comSec
------------------------------------------------------------*/
.comSec {
	background-color: #171717;
}
.comSec .map-top {
	margin: 0 auto;
	width: 1200px;
	text-align: right;
}
.comSec .map-btm {
	height: 530px;
}
.comSec .map-btm #allmap {
	width: 100%;
	height: 100%;
}
.comSec .mainBox {
	position: relative;
}
.comSec .contact-box {
	margin-top: -550px;
	width: 456px;
	padding: 30px;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	background-color: #fff;
}
.comSec .contact-box .linkUl {
	margin-bottom: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.comSec .contact-box .linkUl li a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	color: #333;
	font-size: 12px;
}
.comSec .contact-box .linkUl li .mail:hover {
	color: #ffc001;
}
.comSec .contact-box .linkUl li a img {
	margin-right: 5px;
	width: 16px;
}
.comSec .contact-box .addr {
	margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	color: #333;
	font-size: 12px;
}
.comSec .contact-box .addr img {
	margin-right: 5px;
	width: 16px;
}
.comSec .contact-box .mailForm input {
	padding: 5px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #ededed;
}
.comSec .contact-box .mailForm textarea {
	margin-bottom: 10px;
	padding: 5px;
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	border: 2px solid #ededed;
}
.comSec .contact-box .mailForm .submit {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.comSec .contact-box .mailForm .submit input {
	margin-bottom: 0;
	padding: 10px;
	width: 140px;
	color: #444;
	font-size: 14px;
	cursor: pointer;
	box-sizing: border-box;
	border: none;
	border-radius: 4px;
	transition: all ease-in-out .5s;
	background-color: #FFC001;
}
.comSec .contact-box .mailForm .submit li input:hover {
	opacity: 0.7;
}

@media all and (max-width: 767px) {
	.comSec .map-top {
		padding: 0 15px;
		width: auto;
	}
	.comSec .map-top img {
		width: 200px;
	}
	.comSec .map-btm {
		height: 360px;
	}
	.comSec .contact-box {
		margin-top: 20px;
		width: auto;
		padding: 10px;
		position: inherit;
		top: inherit;
		left: inherit;
	}
	.comSec .contact-box .linkUl li .mail:hover {
		color: #333;
	}
	.comSec .contact-box .linkUl li a img {
		margin-right: 5px;
		width: 16px;
	}
	.comSec .contact-box .mailForm input {
		padding: 5px;
		height: 36px;
		border: 1px solid #ededed;
	}
	.comSec .contact-box .mailForm textarea {
		border: 1px solid #ededed;
	}
}