@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0);
  font-weight: 100;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1);
  font-weight: 200;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2);
  font-weight: 300;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: 400;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 500;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5);
  font-weight: 600;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7);
  font-weight: 800;
}



body {
	font-size:14px;
	color: #333;
	font-family: "Hiragino Sans"; 
	font-weight: 500;
	line-height:1.6;
	background: #ffffff;
}

.inner {
	position:relative;
	width:100%;
	margin:0 auto;
	background: #ffffff;
	padding-top: 4%;
}

/*================================================
 *  ヘッダー
 ================================================*/

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	transition: .9s;
	background: #ffffff;
}

.summary {
	position:absolute;
	top:0;
	right:10px;
	margin:0;
}

/*================================================
 * VIDEO
 ================================================*/

.video{
	display: block;
	width:  100%;
	padding-bottom: 10%;
	margin: 0 auto;
	text-align: center;
}

video{
	width:100%;
	margin: 0 auto;
	text-align: center;
	height: auto;
	
}


nav {
	width:100%;
	background:#fff;
	padding-top: 3%;
	padding-bottom: 3%;
	⁄zoom:1;
}
nav:after {
	content:'';
	display:block;
	clear:both;
}

#contents,#main{
max-width:980px;
margin: 0 auto;
}

#contents {
	margin:20px auto;
	height: auto;
	margin-top: 23%;
}


#main {
	display: block;
	margin-bottom: 5%;
	height: auto;
}

footer {
	display: block;
	width:100%;
	margin:0 auto;
}

a {
	color:#333;
	text-decoration:underline;
}
a:hover {
	color:#333;
	text-decoration:none;
}
h1{
	display: block;
	width: 100%;
	text-align: center;
	margin:0 auto;

}

h1 img{
	width: 15%;
	margin-bottom: 4%;
	margin-top: 1%;
}

h2 {
	margin-bottom:0.6em;
	padding:2% 0%;
	font-size:19px;
	color:#333;
	font-family: "Hiragino Sans"; 
	font-weight: 800;
	text-align: center;
	position: relative;


}



h2:after{
  width:20%;
  content: "";
  border-bottom: 1px solid #333;
  position: absolute;
  left: 40%;
  right:10%;
bottom: 30%;

}


h3 {
	margin-bottom:0.6em;
	padding:2% 0%;
	font-size:19px;
	color:#333;
	font-family: "Hiragino Sans"; 
	font-weight: 800;
	text-align: center;
	position: relative;
	letter-spacing: 0.2em;
}


h3:after{
  width:30%;
  content: "";
  border-bottom: 1px solid #333;
  position: absolute;
  left: 35%;
  right:10%;
	bottom: 30%;

}



h4 {
	margin-bottom:0.6em;
	padding:2% 0%;
	font-size:19px;
	color:#333;
	font-family: "Hiragino Sans"; 
	font-weight: 800;
	text-align: center;
	position: relative;
	letter-spacing: 0.2em;
}

h4:after{
  width:20%;
  content: "";
  border-bottom: 1px solid #333;
  position: absolute;
  left: 40%;
  right:10%;
bottom: 30%;

}

h5 {
	position:relative;
	margin-bottom:0.25em;
	padding-left:10px;
	color:#710000;
	font-size:14px;
	font-weight:bold;
}

h5:before {
	content:"";
	margin-top:-7px;
	position:absolute;
	top:50%;
	left:0;
	width:5px;
	height:14px;
	background:#8c0e0e;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:0 0 1em 0;
	
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-size:17px;
	color:#333;
	font-family: "Hiragino Sans"; 
	font-weight: 800;
	width: 98%;
}

pre {
	margin:1em 0;
	padding:1em;
}


/*================================================
 *  TOPpgae
 ================================================*/

/*ABOUT US*/
.about{
	display: block;
	text-align:left;
	width: 85%;
	height: auto;
	margin: 0 auto;
	font-family: "Hiragino Sans";
	font-weight:600;
	color: #333;
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 16%;	
	padding-left: 17%;
}


/*ABOUT US2*/
.about2{
	display: block;
	width: 100%;
	height: 420px;
	text-align: center;
	margin: 3% 0;
	padding-left: 12%;
}

.about2 p{
	display: block;
	text-align:left;
	width: 49%;
	font-family: "Hiragino Sans";
	font-weight:700;
	color: #333;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 10%;	
	float: left;
}
.about2 img{
	width: 48%;
	margin-left: 9%;

}

.company{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 15%;
	text-align: center;
}


table {
	margin-bottom:16%;
	margin-top: 2%;
	display: block;
	width: 100%;
	text-align: center;
	padding-left: 15%;
}


th {
	padding:3% 0% 4% 12%;
	text-align:left;
	font-family: "Hiragino Sans";
	color:#333;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid #333;
	width:27%;
}


td {
	text-align:left;
	font-family: "Hiragino Sans";
	color:#333;
	font-size: 17px;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid #333;
	padding:4% 7% 5% 0;
	width:55%;
}
td img{
	width: 33%;
	margin-bottom: 2%;
}

#map{
	width: 100%;
	height: auto;
	margin-top: 3%;
	text-align: center;
	margin-bottom:16%;
}

.map_tittle{
	width: 85%;
	text-align: left;
	font-family: "Hiragino Sans";
	color:#333;
	font-size: 17px;
	font-weight: 700;
	margin-left: 7%;
	padding: 0;
	margin-top: 1%;
	

}

.map_tittle P{
	width: 88%;
	text-align: left;
	font-family: "Hiragino Sans";
	color:#333;
	font-size: 16px;
	font-weight: 500;
	padding-left: 2%;
	line-height: 1.4em;
}

.map_box{
		width: 85%;
		height: auto;
		text-align: center;
		margin: 0 auto;
	display: block;
	margin-bottom: 2%;
	}
.map_box img{
		width: 100%;
	
	}
	
/*LICENSE*/
.license{
	width: 70%;
	height: 800px;
	text-align: center;
	margin: 0 auto;
	padding-top: 6%;
}

.license img {
	width: 100%;
}
/*mail*/
.mail{
	width: 100%;
	height:800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.mail_text{
	width: 95%;
	font-size: 17px;
	font-family: "Hiragino Sans";
	font-weight: 500;
	color: #333;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:768px) {
	nav {
		background:#fff;
		z-index:3;
	}
	

	/* 共通 */
	nav ul {
		text-align: center;
	}

	nav ul li {
		position:relative;
		margin:0;
		padding:0;
		list-style:none;
	}

	nav ul li a {
		display:block;
		margin:0;
		color:#333;
		text-align:left;
		font-family: "Hiragino Sans";
		font-weight: 800;
		font-size: 18px;
		text-decoration:none;

	
	}

	nav ul li:hover > a {
		color:#ABABAB;
	
	}

	/* 1段目 */
	nav ul.gnav > li {
		position:relative;
		width:16.7%;
		float:left;
		padding-top: 0.4%;

	}

	nav ul.gnav > li a{
		width: 100%;
		text-align: center;
		margin-left: 0.1em;
	
	}
	
	/* 1段目 */
	nav ul.gnav > li {
		position:relative;
		width:17%;
		float:left;
		margin:0;
		padding:0;
		text-align:center;
		list-style:none;
		padding-top: 3px;
	}

	nav ul.gnav > li:first-child {
		width:14%;

	}

	nav ul.gnav > li.subnav a {
		padding-right:20px;
	}

	nav ul.gnav > li.subnav > a:after {
		position:absolute;
		content:"";
		top:20px;
		width:0;
		height:0;
	}


	/* 2段目 */
	nav ul li ul {
		position:absolute;
		z-index:3;
		top:100%;
		left:8%;
		width:90%;
		margin:0;
		padding:0;
		text-align: left;
	}

	nav ul li ul li {
		overflow:hidden;
		width:150%;
		height:0;
		color:#fff;
		transition:.2s;	
	}

	nav ul li ul li a {
		padding: 5%;
		text-align:left;
		
	}

	nav ul li:hover > ul > li {
		overflow:visible;
		border-bottom:1px solid #333;
		width: 200%;
		background: #fff;
		height: 45px;
		color:#ABABAB;
	}
	
	nav ul li:hover > ul > li a {
		text-align: left;
		}

	
	.gnav {
		display:block !important;
		border: #333 0.5px solid;
		height: 35px;
		width: 980px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;

	}

	#spMenu {
		display:none;
	}

	.fixed {
		position:fixed;
		top:0;
		left:0;
	}
	
nav {
		z-index:99;
		margin-bottom: 2em;
	}
}

/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	font-size:12px;
	margin-bottom:20px;
	padding:2px;
	background:#f1f1f1;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#000;
}
.submenu li a {
	display:block;
	padding:10px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background:#eee;
}

.bnr {
	overflow:hidden;
}
.bnr ul {
	overflow:hidden;
}
.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	height:auto;
	background:#ffffff;
	width: 100%;

}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#efede9;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 15px;
	font-size:12px;
	text-align:center;
}
.footmenu a {
	color:#333;
	text-decoration:none;
}
.footmenu a:hover {
	color:#333;
	text-decoration:underline;
}

.copyright {
	clear:both;
	padding:20px 0;
	text-align:center;
	color:#efede9;
	background:#2e2e2e;
	font-family: "Hiragino Sans"; 
	font-weight: 400;
	font-size: 10px;
	letter-spacing:0.2em;
}
.copyright img{
	width: 13%;
}


/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#333;
}
.totop img:hover {
	background:#DEDEDE;
}



/*================================================
 *  BRAND
 ================================================*/
.shadow {
  box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
}


.brand{
	width: 100%;
	height:auto;
	margin-right: auto;
	margin-left:auto;
	padding-left:5.9%;
	float: left;
}

.icon{
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left:auto;
	padding-left:6%;
	float: left;
	margin-bottom: 10%;
}

.icon_street{
	display: block;
	width: 15%;
	float: left;
	padding: 1.5% 2.2% 0 0.5%;
	display: block;
	height: auto;
	
}
.icon_surf{
display: block;
	width: 15%;
	float: left;
	padding: 1.5% 2.2% 0 4.5%;
	display: block;
	height: auto;
	
}
.icon_character{
	display: block;
	width: 15%;
	float: left;
	padding: 1.5% 2.2% 0 5%;
	display: block;
	height: auto;
}

.icon_love{
	display: block;
	width: 15%;
	float: left;
	padding: 1.5% 2.2% 0 5%;
	display: block;
	height: auto;
}

.icon a{
	display: block;
	text-decoration: none;
}
.icon img{
	display: block;
	float: left;
	text-align: center;
	width: 94%;
	padding-left: 23%;
	background: #ffffff;
}
.icon img:hover{
	opacity:0.3;
	filter:alpha(opacity=30);
	-ms-filter:"alpha( opacity=30 )";
	
}

.square{
	display: block;
	width: 100%;
	float: left;
	display: block;
	height: auto;
	padding: 0 2.2% 0 2.3%;
	
}
 .square img{
	display: block;
	float: left;
	text-align: center;
	padding-bottom: 12%;
	width: 50%;
	padding-left: 45%;
}

.brand a{
	text-decoration: none;
}
.brand_box{
	display: block;
	width: 20%;
	float: left;
	padding: 0 1% 0 1%;
	display: block;
}

.brand img{
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 8%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
	
}

.brand img:hover{
	opacity: .5;
}
	

.brand_button_G a{
	text-decoration: none;
	color: #333;
	
}
.brand_button_G a:hover{
	color: #333;
	text-decoration: none;
}
.brand_button_B a{
	text-decoration: none;
	color: #333;
}
.brand_button_B a:hover{
	text-decoration: none;
	color: #333;	
}

.brand_button_Y a{
	text-decoration: none;
	color:#333;
}
.brand_button_Y a:hover{
	text-decoration: none;
	color:#333;
}
.brand_button_P a{
	text-decoration: none;
	color: #333;
}
.brand_button_P a:hover{
	text-decoration: none;
	color: #333;
}	

.brand_button{
	width: 100%;
	height: auto;
	text-align: center;
}
.brand_button img{
	width: 100%;
	height: auto;
	float: left;
	display: block;
}

/*BRAND_STREET*/

.brand_button_G{
	color:#333;
	border:none;
	position:relative;
	font-size:16px;
	text-align: center;
	padding: 6% 0 3% 0;
	cursor:pointer;
	transition:800ms ease all;
	outline:none;
	font-family: "Hiragino Sans"; 
	font-weight: 600;
	line-height:1.2;
	
}


.brand_button_G:before,.brand_button_G:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #333;
  transition:400ms ease all;
}

.brand_button_G:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}


.brand_button_G:hover:before,.brand_button_G:hover:after{
  width:100%;
  transition:800ms ease all;
}


/*BRAND_SURF*/
.brand_button_B{
 color:#87cefa;	
	border:none;
	position:relative;
	font-size:16px;
	text-align: center;
	padding: 6% 0 3% 0;
	cursor:pointer;
	transition:800ms ease all;
	outline:none;
	font-family: "Hiragino Sans"; 
	font-weight: 600;
	line-height:1.2;
}
.brand_button_B:hover{
 color:#87cefa;
}
.brand_button_B:before,.brand_button_B:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background:#87cefa;
  transition:400ms ease all;
}
.brand_button_B:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.brand_button_B:hover:before,.brand_button_B:hover:after{
  width:100%;
  transition:800ms ease all;
}

/*BRAND_CHARACTER*/
.brand_button_Y{
	color:#ffb366;
	border:none;
	position:relative;
	font-size:16px;
	text-align: center;
	padding: 6% 0 3% 0;
	cursor:pointer;
	transition:800ms ease all;
	outline:none;
	font-family: "Hiragino Sans"; 
	font-weight: 600;
	line-height:1em;
	
}
.brand_button_Y:hover{
  color:#ffb366;

}
.brand_button_Y:before,.brand_button_Y:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background:#ffb366;
  transition:400ms ease all;
}

.brand_button_Y:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.brand_button_Y:hover:before,.brand_button_Y:hover:after{
  width:100%;
  transition:800ms ease all;
}

/*BRAND_LOVE*/
.brand_button_P{
	color:#F6A7FF;
	border:none;
	position:relative;
	font-size:16px;
	text-align: center;
	padding: 6% 0 3% 0;
	cursor:pointer;
	transition:800ms ease all;
	outline:none;
	font-family: "Hiragino Sans"; 
	font-weight: 600;
	line-height:1.2;
}


.brand_button_P:hover{

	color:#F6A7FF;

}
.brand_button_P:before,.brand_button_P:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background:#F6A7FF;
  transition:400ms ease all;
}

.brand_button_P:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.brand_button_P:hover:before,.brand_button_P:hover:after{
  width:100%;
  transition:800ms ease all;
}

/*logo*/
.logo_box{
	width: 100%;
	display: block;
	height: auto;
	text-align: center;
	
}
.logo_box img{
	width: 40%;
	float: left;
	height: auto;
	
}

/*================================================
 *  スライドショー
 ================================================*/
/* スライドショー */
.slide {
	display:none;
	position:relative;
	overflow:hidden;
	margin-top:4%;
	margin-bottom: 5%;
	
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:2;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:2;
}

.slidePrev img {
	position:absolute;
	width:50px !important;
	height:40px !important;
}

.slideNext img {
	position:absolute;
	width:50px !important;
	height:40px !important;
}

.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	margin:0 5px;
	padding:0;
}

.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:7px;
	height:7px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;

}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#333;
}


/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	
/*BRAND*/	

}





/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:768px){



	.lock {
		overflow:hidden;
	}

header {
	margin-right: auto;
	width: 100%;
	
	}
	
header {
	display: block;
	position:relative;
	width:100%;
	background: #ffffff;
}
	
	#contents {
		
	width:100%;
	margin:0 auto;
	height:auto;

}

#main {
	display: block;
	overflow:hidden;
	width:100%;
	margin:0 auto;
	text-align: center;
	height: auto;
}

h1 img{
	width:40%;
	text-align: center;
	margin-bottom: 8%;
}
	
	
h2 {
	margin-bottom:0.2em;
	padding:2.2% 0%;
	font-size:1.2em;
	letter-spacing: 0.2em;
}


h2:after{
  width:20%;
  content: "";
  border-bottom: 1px solid #333;
  position: absolute;
  left: 40%;
  right:10%;
bottom: 20%;

}
h4 {
	margin-bottom:0.2em;
	padding:2.2% 0%;
	font-size:1.2em;
	letter-spacing: 0.2em;
}



h4:after{
   width:20%;
  content: "";
  border-bottom: 1px solid #333;
  position: absolute;
  left: 40%;
  right:10%;
bottom: 17%;

}
	
	
	
br {
	display : none ; 
	}
	
	
	
/*BRAND*/	
	
.brand{
	width: 100%;
	padding: 0%;
	margin-bottom: 15%;
	height: auto;
}

.brand_box{
	display: block;
	width: 55%;
	float: none;
	padding: 0;
	display: block;
	color: #fff;
	text-align: center;
	margin: auto;
}

.brand img{
	width: 100%;
	margin-bottom: 4%;
}
.brand_button_G,.brand_button_B,.brand_button_Y,.brand_button_P{
	padding: 5% 0 4% 0;
	margin-bottom: 9%;
	font-size: 1em;
	color: #333;
	line-height:1;
}

*================================================*
	footer
 ================================================*/
	footer{
		height: 100%;
		width: 100%;
	}
	


.copyright {
	padding-top:7%;
	font-size: 0.6em;
	letter-spacing: 0.1em;
	padding-bottom: 1%;
}



.copyright img{
	width: 53%;
	margin-bottom: 10%;
}
	
/*MAP*/	
#map{
	width: 100%;

}

.map_tittle{
	width: 97%;
	font-size: 0.9em;
	margin-left: 3%;
	padding: 0;


}

.map_tittle P{
	width: 94%;
	font-size:0.9em;
}
	

.map_box{
		width: 97%;
		height: auto;
		text-align: center;
		margin: 0 auto;
	display: block;
	margin-bottom: 2%;
	}




.none{
	display: none;
	}
	
/*ABOUT US*/

	
	
.about{
	text-align:left;
	width: 90%;
	
	font-size: 0.9em;
	line-height:1.4em;
	margin-bottom: 13%;	
	padding-left:0%;
}


	
.about2{
	width: 95%;
	height: 700px;
	text-align: center;
	margin: 3% 0;
	padding-left: 2%;
}


.about2 p{
	width:100%;
	font-size:0.9em;
	line-height:1.9em;
	margin-top:3%;
	text-align: left;
}
.about2 img{
	width: 80%;
	margin-left:12%;
	text-align: center;
	}
	
/*COMPANY*/		
.company{
	display: block;
	width: 98%;
	margin-right:0%;
}
	

table {
	margin-bottom:16%;
	margin-top: 2%;
	background:#fff;
	margin: 0 auto;
	display: block;
	width: 100%;
	text-align: center;
	padding-left: 1%;
}

th {
	padding:3% 0% 5% 3%;
	text-align:left;
	
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration: none;
	border-bottom: 1px solid #333;
	width:20%;
}
td {
	text-align:left;
	font-family: "Hiragino Sans";
	color:#333;
	font-size: 0.9em;
	font-weight: 400;
	letter-spacing: 1px;
	text-decoration: none;
	border-bottom: 1px solid #333;
	padding:4% 7% 6% 0;
	width:60%;
}
td img{
	width: 33%;
	margin-bottom: 2%;
}

strong {
	font-size:1.1em;
	color:#333;

	width: 100%;
}
	
/*================================================
 * VIDEO
 ================================================*/

video{
	width: 100%;

}
	
/*================================================
 * MUNE
 ================================================*/


	nav {
		background:#ffffff;
	}
	nav ul {
		margin:0;
		padding:0;
		}

	nav .inner > ul {
		z-index:2;
		overflow:auto;
		position:fixed;
		top:53px;
		right:0;
		width:100%;
		height:88%;
		height:-webkit-calc(100% - 53px);
		height:calc(100% - 53px);
	}
	nav li {
		position:relative;
		width:100%;
		float:none;
		margin:0;
		text-align:left;
		list-style:none;
		border-bottom:1px solid #fff;
		background: #333;
	
	}
	
	
	nav li:first-child {
		border-top:0;
	}
	nav li:last-child {
		border-bottom:0;
	}

	nav li a {
		display:block;
		padding:10px 30px;
		color:#fff;
		text-decoration:none;
		background:#333;
	}
	nav li a:hover {
		color:#333;
		background:#fff;

	}
	nav ul ul {
		display:none;
		position:relative;
	}
	nav li li a {
		box-sizing:border-box;
		width:100%;
		padding:10px 30px 10px 50px;
		text-align:left;
	}

	nav li li li a {
		padding:10px 30px 10px 70px;
	}
	
	

	.subnav > a:before {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-5px;
		background:#333;
	}
	.subnav > a:after {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-10px;
		background:#333;
	}
	.subnav a:hover:after {
	  background:#fff;
	}

	.active > a:before {
		margin-top:0;
	}
	.active > a:after {
		margin-top:5px;
	}

	.gnav {
		display:none;
	}

	#spMenu {
		display:block;
		z-index:2;
		position:fixed;
		top:10px;
		right:10px;
	}
	
	#spMenu:hover {
		cursor:pointer;
	}

	#navBtn {
		display:inline-block;
		position:relative;
		width:30px;
		height:30px;
		border-radius:5%;
		background:#333;
	}
	
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#fff;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#fff;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}
	
	
/*LICENSE*/
.license{
	width: 90%;
	height:auto;
	
	padding-top: 6%;
}

.license img {
	width: 100%;
}
	
	

	
}