@charset "UTF-8";

/*----------------------------------------------------
	☆Reset

color #444
link color #0076B2
accent color blue #053d9b;
accent color blown #7b6041;
accent color oudo #d39a33;
	
----------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Lato:700,900');

html,
html.fontSmall {
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}

html.fontLarge {
	font-size: 72.5%; /* sets the base font to 10px for easier math */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
p,
img {
	margin: 0;
	padding: 0;
}

body {
	color: #444;
	font-family:Arial, Roboto, 游ゴシック体, 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-size: 1.6rem; /* sets the default sizing to make sure nothing is actually 10px */
	font-weight: 500;
	line-height: 1;
	min-width: auto;
	transition: 0.3s ease-in-out;
}

body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body.bgBlack {
	background-color: #000;
}

#fancybox-wrap,
#fancybox-wrap *,
#fancybox-tmp,
#fancybox-loading {
	-webkit-box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	-o-box-sizing: content-box!important;
	-ms-box-sizing: content-box!important;
	box-sizing: content-box!important;
}

a,
a:link,
a:hover,
a:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	transition:all 0.2s ease 0s;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style-type: none;
}

::selection {
	background-color: #DDD;
	color: #444; /* Safari */
}
::-moz-selection {
background-color: #DDD;
color: #444; /* Firefox */
}

a {
	display: inline-block;
}




.lato{
	font-family: 'Lato', sans-serif;
}



.lato1{
	font-family: 'Lato', sans-serif;
	font-weight: 900;
}





/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/

.clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	font-size: 0.1em;
	line-height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

/* End hide from IE-mac */


/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/

br.clear {
	display: inline !important;
	display: none;
	clear: both;
	line-height: 0px;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {

br.clear {
	display: block!important;
	content: " ";
}
}

div.clear {
	clear: both;
	line-height: 0px;
}

/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/

#topcontrol {
	z-index: 100;
}

#topcontrol a {
	background: url(/docs/cmn/cmn_js/scrolltop/scrollup.png) center center no-repeat;
	background : url(/docs/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat\9; /* IE8 and below */
 *background : url(/docs/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE7 and below */
	_background : url(/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE6 */
	background-size: 40px 40px;
	font-size: 0;
	text-decoration: none;
	display: block;
	height: 38px;
	width: 38px;
	opacity: 0.7;
	border-radius: 38px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

#topcontrol a:hover {
	background-size: 54px 54px;
	opacity: 1;
	height: 50px;
	width: 50px;
}

/*----------------------------------------------------
	☆Display None
----------------------------------------------------*/

#sample {
	display: none;
	visibility: hidden;
}

/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/

/*-- WRAP --*/

#wrap .inr {
	margin: 0 auto;
	width: 1200px;
} 


/*-- HEADER --*/


#header * {
	letter-spacing: normal;
}


#header div.inr #my-button {
	display: none;
}





.mincho {font-family:"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro",serif;}



/*==========================================*/


/*-- GNAV --*/
#header {
	position: relative;
	z-index: 999;
	width: 100%;
	

	
	
}


#header #gNav {
	margin-left: 5%;
	margin-top: 5%;
	width: 150px;	position: absolute;
	
	
}
#header #gNav ul li  {
	line-height: 180%;
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 20px;
	letter-spacing: 1px;
}



#header #gNav ul li.logo  {
	margin-left: -30px;
}



#header .link {
    float: right;
    margin: 20px 0 40px;
    width: 260px;
}
#header .link .contact {
    float: left;
    margin-right: 10px;
    text-align: center;
    width: 160px;
}
#header .link .contact a {
    background: #000 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 10px;
}
#header .link .lang {
    float: left;
    font-size: 0.75em;
    padding-top: 10px;
    position: relative;
    width: 60px;
}
#header .link .lang span {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
}
#header .link .lang span:hover {
    background-color: #fff;
    color: black;
    outline-style: none;
}
#header .link .lanNav {
    background: #000 none repeat scroll 0 0;
    display: none;
    left: -10px;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 300;
}
#header .link .lanNav li {
    border-bottom: 1px solid #999;
    display: block;
    text-align: center;
    width: 100%;
}
#header .link .lanNav li:last-child {
    border-bottom: medium none;
}
#header .link .lanNav li a {
   color: #fff;
    display: block;
    font-size: 90%;
    letter-spacing: 0;
    padding: 10px 0;
    text-align: center;
}
#header .link .lanNav li a:hover {
    background: #888 none repeat scroll 0 0;
}




/*==========================================*/



/*-- CONTENTS --*/

#contents {
	margin: 0 auto;
}

#contents.wide {
	width: 100%;
}




/*-- MV --*/

/*----------------------------------------------------
	☆content
----------------------------------------------------*/

.breadcrumbs  {
	background: #eee;
	padding: 20px 100px;
	font-size: 14px;
} 

.breadcrumbs a {
	color: #666;
	font-size: 14px;
} 

.breadcrumbs a.current {
	color: #62c459;
	font-size: 14px;
} 






#footer  {
background: #fff;
	padding:20px 0px;
}



#footer .ftr {
	border-top: 1px #dddddd solid;
	padding:10px 0px 30px;
}


#footer .ftrL {
	float: left;
	padding-left: 5%;
	width: 50%;
	text-align: left;
	vertical-align: top;
}

#footer .ftrR {
	float: right;
		width: 50%;
		padding-right: 5%;
	text-align: right;
		vertical-align: top;

}

#footer .ftrL p.ftrLogo {
	padding-bottom: 100px;
	
}




#footer .ftrL ul {
	text-align: left;
}



#footer .ftrL ul li {
	display: inline-block;
	margin-right: 30px;
	vertical-align: top;
}

#footer .ftrL ul li h4 {
	font-size: 16px;
	padding-bottom: 10px;
}

#footer .ftrL ul li .txt01 {
	font-size: 14px;
	line-height: 150%;
}


#footer .ftrR .txt {
    color: #000;
    font-size: 12px;
	font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 180%;
    padding-bottom: 50px;
}


#footer  .copy {
	color: #000;
	font-size: 11px;
	text-align: right;
	
}
#footer .link {
    float: right;
    margin: 20px 0 40px;
    width: 220px;
}
#footer .link .contact {
    float: left;
    text-align: center;
    width: 160px;
}
#footer .link .contact a {
    background: #000 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 10px;
}
#footer .link .lang {
    float: right;
    font-size: 0.75em;
    padding-top: 10px;
    position: relative;
    width: 60px;
}








#footer .link .lang span {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    outline: 1px solid #fff;
    text-decoration: none;
}
#footer .link .lang span:hover {
    background-color: #fff;
    color: black;
    outline-style: none;
}
#footer .link .lanNav {
    background: #000 none repeat scroll 0 0;
    display: none;
    left: 10px;
    position: absolute;
    top:-220px;
    width: 100%;
    z-index: 300;
}
#footer .link .lanNav li {
    border-bottom: 1px solid #999;
    display: block;
    text-align: center;
    width: 100%;
}
#footer .link .lanNav li:last-child {
    border-bottom: medium none;
}
#footer .link .lanNav li a {
   color: #fff;
    display: block;
    font-size: 90%;
    letter-spacing: 0;
    padding: 10px 0;
    text-align: center;
}
#footer .link .lanNav li a:hover {
    background: #888 none repeat scroll 0 0;
}



/*----------------------------------------------------
	☆content
----------------------------------------------------*/




#mv h2.head01{
	color: #000;
	font-size: 40px;
	letter-spacing: .1em;
	padding: 200px 0px;
}


#mv h2.head01 span {
    border-bottom: 8px solid #000;
    padding-bottom: 15px;
}


#wrap #mv {
	background:#fff url("../../cmn/cmn_img/mv_all.png") repeat-x scroll center center;
	height: 720px;
	text-align: center;
}


#wrap #one .img1{
	margin-top: -280px;
	text-align: center;
}






