header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	//background: rgba(0, 0, 0, 0.75);
	z-index: 1000;
	background-image: url(/images/common/carbon-fiber.jpg);
}
header #header-top{
	display:none;
}
.header_inner{
	position: relative;
	width: 100%;
	max-width: 1200px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.header-right{
	display: flex;
	flex-wrap: nowrap;
}
.language-select{
	//float: right;
	height: 55px;
	display: flex;
	align-items: center;
	padding: 5px;
	
}
.language-select img{
	padding: 0 5px;
}
.sp-btn-area{
	//float: right;
	width: 36px;
	height: 55px;
	position: relative;
	margin-left:10px;

}
/*メニュー
---------------------------------------------------------------------------*/
/*アコーディオン
---------------------------------------------------------------------------*/
.sp-btn-area{
	display:block;
}
.spmenu_btn {
	display:block;
	position:absolute;
	top:10px;
	right:5px;
	width:30px;
	height:26px;
	background:#000;
	border-top:12px solid #fff;
	border-bottom:12px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	transition:all .5s;
	cursor: pointer;
	z-index: 1000;
}
.spmenu_text:after {
	content:'MENU';
	font-size: 8px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	position:absolute;
	top: 38px;
	right: 4px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	transition:all .5s;
	z-index: 500;
}
.spmenu_text.active:after {
	content:'CLOSE';
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.spmenu_btn:before {
	content:'';
	position:absolute;
	width:26px;
	height:2px;
	background:#000;
	top:-9px;
	right:0;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.spmenu_btn:after {
	content:'';
	position:absolute;
	width:26px;
	height:2px;
	background:#000;
	bottom:-9px;
	right:0;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.spmenu_btn.active {
	background:#FFF;
}
.spmenu_btn.active:before {
	-moz-transform:rotate(-135deg);
	-webkit-transform:rotate(-135deg);
	transform:rotate(-135deg);
	top:0;
	right:0;
}
.spmenu_btn.active:after {
	-moz-transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
	bottom:0;
	right:0;
}
.spmenu {
	position:absolute;
	top: -200px;
	left: 0;
	opacity: 0.5;
	background-image: url(/images/common/carbon-fiber_under.jpg);
	//background: rgba(0, 0, 0, 0.75);
	width: 100%;
	-moz-transition:all 0.0s;
	-webkit-transition:all 0.0s;
	transition:all 0.0s;
}
.spmenu.active {
	opacity: 1;
	top: 50px;
	-moz-transition:all 0.7s;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;
}
nav {
	display:block;
	width:100%;
	margin:0 auto;
}

.spmenu h5 {
	margin: 0 auto;
	width: 98%;
	font-size: 120%;
	color: #fff;
	text-align: center;	
	border-bottom: 1px solid #DDD;
}
.spmenu ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.spmenu li{
  position: relative;
  /*width: 12.5%;*/
  margin: 0;
  padding: 0;
  text-align: center;
}
.spmenu li a{
  display: block;
  margin: 0;
  padding: 2px 0 11px;
  //background: #8a9b0f;
  color: #FFF;
  font-size: 14px;
	font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
}
.spmenu li ul{
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  list-style: none;
  display: block;
  position: absolute;
  z-index: 9999;
  top: 32px;
  left: 0;
  margin: 0;
  padding: 0;
}
.spmenu  li:hover ul{
  visibility: visible;
  opacity: 1;
  transition: .5s;
}
.spmenu li ul li{
  width: 100%;
}
.spmenu li ul li a{
  visibility: hidden;
  opacity: 0;
  transition: .5s;
  padding: 13px 15px;
	background-color: rgba(0, 0, 0, 0.7);
  text-align: left;
}

.spmenu li:hover ul li a{
  visibility: visible;
  opacity: 1;
}
.spmenu li:hover > a{
	background-color: rgba(0, 0, 0, 0.7);
}
.spmenu li a:hover{
	background-color: rgba(0, 0, 0, 0.7);
}
/*最後のメニューの設定*/
.spmenu ul, .func-menu ul{
	padding: 5px 10px;
	margin: 0 auto;
	max-width: 1200px;
}

.sub-menu, .func-menu{
	width: 250px;
	}
.corporate_logo{
	margin-left:  10px;
	display: flex;
	align-items: center;
}
.header-slogan{
	display:block;
	margin-left: 30px;
	width: 185px;
	height: 40px;
}
.top-page-news,
.top-page-inquiry,
.top-page-ec,
.top-page-return{
	font-size:18px;
	line-height:50px;
	vertical-align:middle;
	float: right;
}
.top-page-news{
	margin-right:  70px;
}
.top-page-inquiry,
.top-page-ec,
.top-page-return{
	margin-right:  20px;
}
.top-page-news a,
.top-page-inquiry a,
.top-page-ec a,
.top-page-return a{
	color:#FFF;
}
.top-page-news a:visited,
.top-page-inquiry a:visited,
.top-page-ec a:visited,
.top-page-return a:visited{
	color:#FFF;
}
.top-page-news a:link,
.top-page-inquiry a:link,
.top-page-ec a:link,
.top-page-return a:link{
	color:#FFF;
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 5%;
  z-index: 2000;
}

#pageTop a {
	display: block;
	border-radius: 30px;
	width: 40px;
	height: 40px;
	background-color: #0044CC;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*---------------------------------------------------------------------------*/
/*floating-menu
/*---------------------------------------------------------------------------*/

.floating-bnr.fb-wrap {
		display: none;
		z-index: 1000;
		left: 7%;
		padding: 0;
		filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.4))
}

/*閉じるボタン*/
.floating-bnr .fb-close{
		cursor: pointer;
		display: block;
		position: absolute;
		top: -15px;
		right: -15px;
		width: 30px;
		height: 30px;
		padding: 5px;
		background-color: #0044CC;
		border-radius: 50%;
		border: none;
		box-sizing: content-box;
}
.floating-bnr .fb-close span {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
}
.floating-bnr .cancel{
		display: inline-block;
		padding: 0;
		width: 4px;
		height: 18px;
		background: #FFF;
		transform: rotate(45deg);
}
.floating-bnr .cancel:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: -7px;
		width: 18px;
		height: 4px;
		margin-top: -2px;
		background: #FFF;
}
.floating-bnr button:hover .cancel,
.floating-bnr button:hover .cancel:before {
		background: #F00;
}
.fb-wrap {
	position: fixed;
	bottom: 50px;
	height: auto;
	
	padding: 0 15px 0;
}
#top .fb-text{
	color: #FFF;
	background: #0044CC;
	margin:0;
	padding: 6px 24px 6px 6px;
	box-sizing: border-box;
}
#top .fb-text h2, .fb-text h3{
	color: #FFF;
	font-weight: 800;
	line-height: 1em;
	letter-spacing: initial;
	margin:0 ;
	text-align: left;
	border: none;
	padding: 0
}
#top .fb-text h2{
	font-size: 20px;
	margin-bottom: 10px!important;
}
#top .fb-text h3{
	font-size: 16px;
}

/* ----footer ---- */
#footer {
	width: 100%;
	margin: 0 auto;
	background: #DDD;
}

#footer, #footer a{
 color:#333;
 font-size:13px;
 font-weight: 400;
 }
#footer a:hover{
 color:#999;
 }

#footer_body{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.f_box{

	}
.f_type01{ padding-left:0.5em;
}
.f_type02{ padding-left:0.5em;
}

.f_box_l, .f_box_r{
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
  flex-wrap: wrap;
	}

.f_box_l ul{
	width: 16%;
	margin: 0 2%;
}
.f_box_r ul{
	width: 100%;
	display: flex;
  flex-wrap: wrap;
	justify-content: space-around;
}
.f_box_l li, .f_box_r li{
	margin-bottom:10px;
}

#copyright{
	width: 100%;
	text-align:center;
	font-size:12px;
	font-weight: 400;
	color: #FFF;
	background-image: url(/images/common/carbon-fiber.jpg);
	padding: 10px 0 20px;
	}
#copyright p{
	text-align:center;
	font-size:12px;
	font-weight: 400;
	color: #FFF;
	}
@media only screen and (min-width: 1200px) {
.spmenu {
		top: 50px;
		opacity: 1;
		height: 37px;
	}
	.sp-btn-area, .spmenu_btn, .spmenu_text {
		display: none;
	}
	.top-page-news {
		margin-right: 10px;
	}
}
@media only screen and (max-width: 1000px) {
	#pageTop {
	right: 2%;
	}
	.publicity_insert.floatingMenuWrap {
		left: 1%;
		}
}
@media only screen and (max-width: 800px) {
	.spmenu ul{
	flex-wrap: wrap;
	}
	.spmenu li{
	width: 50%;
	}
.spmenu  li:hover ul{
	visibility: hidden;
	}
	.spmenu li:hover ul li a{
	visibility: hidden;
	}
	.p
	
}
@media only screen and (max-width: 640px) {
	.spmenu {
	top: -250px;
	}
	.spmenu ul li {
	float: left;
	width: 50%;
	position: relative;
	}
	.spmenu li a{
  line-height: 2;
	}
	
	.header-slogan{
	display:none;
	}

	/*float*/
	
	.fb-wrap {
	bottom: 0;
	height: auto;
	}
	.floating-bnr.fb-wrap {
	display: none;
	z-index: 3000;
	left: 0;
	width: 100%;
	padding: 0;
	}
	#top .fb-text h2{
	font-size: 18px;
	text-align: center;
	}
	#top .fb-text h3{
	font-size: 14px;
	text-align: center;
	}
	.floating-bnr .fb-close {
	top: 0;
	right: 0;
	}
	.top-page-return{
	display: none;
	}
	.top-page-return{
	display: none;
	}
	.f_box_l, .f_box_r{
	width:50%;
	margin: 0 auto;
	padding: 20px 0;
	display: block;
	}
	.f_box_l ul{
	width: 100%;
	}
}
@media only screen and (max-width: 530px) {
	.top-page-ec{
	display: none;
	}
}
@media only screen and (max-width: 480px) {
	.spmenu ul li {
	float: left;
	width: 100%;
	position: relative;
	}
	.spmenu {
	top: -500px;
	}
	.top-page-inquiry{
	display: none;
	}
	.top-page-news, .top-page-inquiry{
	font-size:16px;
	}
	.top-page-news{
	margin-right:  40px;
	}
	.fb-text h3 {
	font-size: 20px;
	}
}