@charset "UTF-8";
/* CSS Document */


/* menu */
#menuBox {
	box-sizing:border-box;
	width:100%;
	height:90px;
	display:block;
	margin:0;
	padding: 10px 0px ;
	background-color: rgba(255, 255, 255, 1);
	top: 0px;
	z-index:999;
	position: fixed;
	display: block;
}
#menuBox2 {
	box-sizing:border-box;
	width:100%;
	height:90px;
	z-index:9999998;
	display:block;
	margin:0;
	background-color: rgba(255, 255, 255, 1);
	top: 0px;
	position: fixed;
	display: none;
}
.fixed{
    position: fixed;
    top: 0;
    width: 100% !important;
    z-index: 9999;
}
.menu a {
	text-decoration:none;
	color: rgba(255, 255, 255, 1);
}
.menu a:hover {
	color: rgba(255, 255, 255, 0.5);
}
.cent {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	padding: 0 30px;
    z-index: 9009;
	text-align: center;
}

.menuBox4 {
	width: 350px;
	height:auto;
	text-align:center;
	margin-left: 30px;
	z-index: 9999;
	position: absolute;
	display:block;
}
.menuBox4 img{
	width:100%;
	height:auto;
	display:block;
}
.menuBox5 {
	width: 70%;
	max-width: 350px;
	height:auto;
	text-align:center;
	margin-top: 15px;
	margin-left: 20px;
	z-index: 9999;
	position: fixed;
	display: none;
}
.menuBox5 img{
	width:100%;
	height:auto;
	display:block;
	margin-top: -4px;
}
.navimain {
	box-sizing:border-box;
	width:100%;
	height:auto;
	text-align:center;
	margin:0 auto;
    transition: .3s;
	z-index: 9999;
	float:right;
	padding-right: 0px;
}
.navimain li {
	list-style-type:none;
	float:right;
	width: 129px;
	height: 50px;
	border-left: 1px solid #000;
	margin-top: 10px;
}
.navimain li img {
	width:100%;
	height:auto;
	display:block;
}
.navimain li.navmenu:hover{
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.navimain li.lang{
	color: #FFF;
    opacity: 1;
}
.navimain li.lang:hover{
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

@media screen and (max-width: 1450px) { 
.navimain li {
	width: 99px;
	height: 38px;
	margin-top: 16px;
}
}
@media screen and (max-width: 1205px) { 
.navimain {
	display:none;
}
#menuBox {
	display:none;
}
#menuBox2 {
	display:block;
}
.menuBox4 {
	display:none;
}
.menuBox5 {
	display:block;
}
}

.sp_menu {
	box-sizing:border-box;
	width: 60px;
	height: 65px;
	position:fixed;
	text-align:center;
	padding:0px;
	z-index:9999990000000;
	display:none;
	top:10px;
	right:10px;
	background-color:rgba(0, 0, 0, 0.0);
	-webkit-backdrop-filter: blur(0px); backdrop-filter: blur(0px);
}
.sp_menu img{
	width:100%;
	height:auto;
	display:block;
}
.splogo {
	width:128px;
	height:64px;
	text-align:center;
	position:fixed;
	top:18px;
	z-index:99999999;
	float: left;
	display:none;
}
.splogo img{
	width:100%;
	height:auto;
	display:block;
}
@media screen and (max-width: 1205px) { 
.sp_menu {
	display:block;
}
.splogo {
	display:block;
}
}

.sp_menu1 {
	width:40px;
	height:2px;
	background-color:rgba(0, 0, 0, 1);
	position:absolute;
	top:10px;
	left:10px;
} 
.sp_menu2 {
	width:40px;
	height:2px;
	background-color:rgba(0, 0, 0, 1);
	position:absolute;
	top:22px;
	left:10px;
} 
.sp_menu3 {
	width:40px;
	height:2px;
	background-color:rgba(0, 0, 0, 1);
	position:absolute;
	top:34px;
	left:10px;
} 
.sp_menu1,.sp_menu2,.sp_menu3 {
	transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out; /* opera */
	-moz-transition: all 0.2s ease-out; /* firefox */
	-webkit-transition: all 0.2s ease-out; /* chrome, safari */
	-ms-transition: all 0.2s ease-out; /* ie */
}
.menuName {
	width:100%;
	height:auto;
	text-align:center;
	font-size:16px;
	line-height: 21px;
	display:block;
	margin-top:42px;
	font-weight: 300;
	color:rgba(0, 0, 0, 1);
	transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out; /* opera */
	-moz-transition: all 0.2s ease-out; /* firefox */
	-webkit-transition: all 0.2s ease-out; /* chrome, safari */
	-ms-transition: all 0.2s ease-out; /* ie */
}
.menuName2 {
	width:100%;
	height:auto;
	text-align:center;
	font-size:16px;
	line-height: 21px;
	display:block;
	margin-top:-22px;
	font-weight: 300;
	color:rgba(255,255,255,1);
	opacity:0;
	transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out; /* opera */
	-moz-transition: all 0.2s ease-out; /* firefox */
	-webkit-transition: all 0.2s ease-out; /* chrome, safari */
	-ms-transition: all 0.2s ease-out; /* ie */
}
.menuclick0 {
	background-color:rgba(0, 0, 0, 0.6);
	-webkit-backdrop-filter: blur(10px); backdrop-filter: blur(2px);
}
.menuclick1 {
	width:45px;
	top:25px;
	left:7px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color:rgba(255,255,255,1);
}
.menuclick2 {
	width:45px;
	opacity:0;
}
.menuclick3 {
	width:45px;
	top:25px;
	left:7px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color:rgba(255,255,255,1);
}
.menuclick4 {
	opacity:0;
}
.menuclick5 {
	opacity:1;
}

.menuBoxoff {
	box-sizing:border-box;
	margin:0;
	width:100%;
	height:100%;
	display:block;
	display:none;
	padding:10px;
	overflow:hidden;
	position:fixed;
	z-index:999980000;
	top:0px;
	background-color:rgba(0,0,0,0.5);
	-webkit-backdrop-filter: blur(10px); backdrop-filter: blur(2px);
}
.menusBox {
	box-sizing: border-box;
	width: 50vw;
	min-width: 500px;
	height: 50vh;
	min-height: 510px;
	background-color: #FFF;
	color: #FFF;
	margin: 0 auto;
	padding: 20px;
	display: block;
}
@media screen and (max-width: 650px) { 
.menusBox {
	min-width: 400px;
	}
}
@media screen and (max-width: 480px) { 
.menusBox {
	min-width: 300px;
	}
}
.menusBox a {
	color: #000;
	text-decoration:none;
}
.about_sp {
	box-sizing:border-box;
	width:100%;
	font-size:16px;
	padding: 10px;
	height:auto;
	color:rgba(0, 0, 0, 1);
	text-align: center;
	border-top: dashed 1px #ccc;
	float: left;
	line-height: 20px;
}
.about_spTop {
	margin-top: 0px;
}
.nobord {
	border-top: dashed 0px #aaa;
}
.about_sp img {
	width: 100%;
	max-width: 180px;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-top: -20px;
}

@media screen and (max-width: 1000px) { 
.about_spTop {
	margin-top: 0px;
}
.about_sp {
	padding: 10px;
}
}
@media screen and (max-width: 600px) { 
.menusBox {
	margin: 0 auto;
}
}

.about_spLang1 {
	box-sizing: border-box;
	width: calc(100% / 3);
	height: auto;
	padding: 0 5px 0 5px;
	float: left;
}
.about_spLang2 {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 5px;
	background-color: #FFF;
	color: #000;
	text-align: center;
	border: 1px solid #333;
	font-size: 14px;
}
.about_spLang2:hover {
	background-color: #000;
	color: #FFF;
}
@media screen and (max-width: 480px) { 
.about_spLang1 {
	padding: 0 2px 0 2px;
	}
.about_spLang2 {
	font-size: 12px;
	}
}

/* #topFrame
--------------------------- */
#topframeT {
	box-sizing: border-box;
	position: fixed;
	width: 100vw;
	height: 30px;
	z-index: 555;
	background-color: #FFF;
	top: 0;
}
#topframeR {
	box-sizing: border-box;
	position: fixed;
	width: 30px;
	height: 100vh;
	z-index: 555;
	background-color: #FFF;
	right: 0;
}
#topframeB {
	box-sizing: border-box;
	position: fixed;
	width: 100vw;
	height: 30px;
	z-index: 555;
	background-color: #FFF;
	bottom: 0;
}
#topframeL {
	box-sizing: border-box;
	position: fixed;
	width: 30px;
	height: 100vh;
	z-index: 555;
	background-color: #FFF;
	left: 0;
}
@media screen and (max-width: 1045px) { 
#topframeT {
	height: 10px;
}
#topframeR {
	width: 10px;
}
#topframeB {
	height: 10px;
}
#topframeL {
	width: 10px;
}
}



#menu nav ul li ul li {
	line-height:38px;
}


#menu {
	margin-top: -10px;
}
.balloon1-top {
	position: relative;
	display: inline-block;
	min-width: 100px;
 	max-width: 100%;
 	color: #fff;
	text-align: center;
	font-size: 12px;
	background: #000;
	padding: 5px 0;
	margin-top: 15px;
	margin-bottom: 0;
}
.balloon1-top {
	min-width: 131px;
}
.balloon1-top img {
	width: 100%;
	max-width: 100px;
	height: auto;
	margin: 0 auto;
	display: block;
}
#menu nav ul li ul li {
	line-height: 50px;
	margin-top: -5px;
}


@media screen and (max-width: 1450px) {
	#menu {
		margin-top: -16px;
	}
	#menu nav ul li ul li {
		line-height: 38px;
	}
.balloon1-top {
	box-sizing: border-box;
	min-width: 101px;
 	max-width: 100%;
}