@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400');
/*********** responsive **********/
@media screen and (min-width: 769px){
/****** img ******
img{
	max-width: 100%;
	height: auto;
	width :auto;
}*/
html{background:#000;}
body{
	/*width:1100px;*/
	margin:0 auto 0;
	background:#fff;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/*font-weight:bold;*/
	color:#333;
}
a, a:visited{
	text-decoration:none;
	color:#333;
	-webkit-transition:color .4s ease;
	-moz-transition:color .4s ease;
    -o-transition:color .4s ease;
    transition:color .4s ease;
}
a:hover{
	color:#333;
}
.wrapper{
	width:950px;
	margin:0 auto;
	overflow:hidden;
}
header .wrapper {
    overflow: visible;
}
/* wrapperTop
.wrapperTop{
	height:30px;
    margin-bottom:16px;
}
.searchEngine{
	display:block;
	float:right;
} */
/****** header ******/
header.siteCommon{
	position:fixed;
	height:45px;
    height:68px;
	line-height:0;
	top:0;
	left:0;
	/left:50%;
	/margin-left:-490px;
	right:0;
	z-index:1030;
	background:#282828;
    box-shadow: 3px 7px 15px 0px rgba(0,0,0,0.2)
	/*padding-top:15px;*/
}
header.siteCommon h1{
	float:left;
	display: block;
    padding: 19px 0;
	width: 130px;
	height: 30px;
	background-image: url(../images/header/logo.png);
	background-repeat: no-repeat;
	background-position: 0px;
	background-size: 90px 30px;
	text-indent: 0px;
	overflow: hidden;
}
header.siteCommon h1 a{
	display: block;
	width: 89px;
	height: 30px;
	margin-right: 32px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	-webkit-transition:opacity .3s ease;
	-moz-transition:-moz-opacity .3s ease;
    -o-transition:filter .3s ease;
    transition:opacity .3s ease;
}
header.siteCommon h1 a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
}

.header-logo h1{
  display: block;
  width: 89px;
  height: 30px;
  background-image: url(images/header/logo.png);
  background-repeat: no-repeat;
  background-position: 0px;
	background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
}
.header-logo h1 a{
  display: block;
  width: 89px;
  height: 30px;
}

/* grovalNav */
header.siteCommon .grovalNav{
    float:left;
    /*margin-right:-27px;*/
}/*
header.siteCommon .grovalNav ul{
    overflow:hidden;
    height:45px;
    width:850px;
}
header.siteCommon .grovalNav ul li{
    float:left;
}
header.siteCommon .grovalNav ul li a{
    display:block;
    height:45px;
    width:134px;
}
header.siteCommon .grovalNav ul li a:first-child{
    margin-left:26px;
}*/
#toggle{
display:none;
}
#mobileMenu{
display:none;
}
#mobileMenu li{
display:none;
}
/* menuDrop */
.entryHeader a{
    /*background:rgb(208, 28, 58);*/
    background-image: linear-gradient(40deg, #ff0844, #f43b47);
}
.entryHeader a:hover{
    color:#fff !important;
    background:rgb(208, 28, 58) !important;
}
#menuDrop{
    list-style-type: none;
    width: 950px;
    height: 68px;
    padding: 0;
    background: #282828;
    border-radius: 3px 3px 0 0;
}
#menuDrop:hover{
    margin: 0 auto 560px;
}
#menuDrop li{
    position: relative;
    width: 164px;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
}
#menuDrop li a{
    display: block;
    margin: 0;
    padding: 13px 0 12px;
    color: #fff;
    font-size: 19px;
    /*font-weight: bold;*/
    line-height: 1;
    text-decoration: none;
}
#menuDrop li a:hover{
    padding: 13px 0 12px;
    /*font-size: 16px;*/
}
#menuDrop li ul li a:hover{
    padding: 14px 15px;
    font-size: 13px;
}
#menuDrop li:hover > a{
    background: #f0f0f0;
    color: #282828;
}
#menuDrop > li:hover > a{
    /* border-radius: 3px 3px 0 0; */
}
#menuDrop .menu-en {
    display: block;
    font-size: 21px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.03em;
    line-height: 1.4;
    text-align: center;
}
#menuDrop .menu-jp {
    display: block;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
}
#menuDrop li ul{
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    border-radius: 0 0 3px 3px;
}
#menuDrop li ul li{
    overflow: hidden;
    width: 200%;
    height: 0;
    color: #fff;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}
#menuDrop li ul li a{
    padding: 14px 15px;
    background: #282828;
    text-align: left;
    font-size: 13px;
    /*font-weight: bold;*/
}
#menuDrop li:hover ul li{
    overflow: visible;
    height: 40px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
#menuDrop li:hover ul li:first-child{
    border-top: 0;
}
#menuDrop li:hover ul li:last-child{
    border-bottom: 0;
}
#menuDrop li:hover ul li:last-child a{
    border-radius: 0 0 3px 3px;
}


#rec_menuDrop{
    list-style-type: none;
    width: 950px;
    height: 40px;
    padding: 0;
    background: #282828;
    border-radius: 3px 3px 0 0;
}
#rec_menuDrop:hover{
    margin: 0 auto 520px;
}
#rec_menuDrop li{
    position: relative;
    width: 138px;
    float: right;
    margin: 0;
    padding: 0;
    text-align: center;
}
#rec_menuDrop li a{
    display: block;
    margin: 0;
    padding: 13px 0;
    color: #fff;
    font-size: 19px;
    /*font-weight: bold;*/
    line-height: 1;
    text-decoration: none;
}
#rec_menuDrop li a:hover{
    padding: 15px 0 14px;
    font-size: 16px;
}
#rec_menuDrop li ul li a:hover{
    padding: 14px 15px;
    font-size: 13px;
}
#rec_menuDrop li:hover > a{
    background: #f0f0f0;
    color: #282828;
}
#rec_menuDrop > li:hover > a{
    border-radius: 3px 3px 0 0;
}
#rec_menuDrop li ul{
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    border-radius: 0 0 3px 3px;
}
#rec_menuDrop li ul li{
    overflow: hidden;
    width: 200%;
    height: 0;
    color: #fff;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}
#rec_menuDrop li ul li a{
    padding: 14px 15px;
    background: #282828;
    text-align: left;
    font-size: 13px;
    /*font-weight: bold;*/
}
#rec_menuDrop li:hover ul li{
    overflow: visible;
    height: 40px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
#rec_menuDrop li:hover ul li:first-child{
    border-top: 0;
}
#rec_menuDrop li:hover ul li:last-child{
    border-bottom: 0;
}
#rec_menuDrop li:hover ul li:last-child a{
    border-radius: 0 0 3px 3px;
}
#rec_info01{
	float:left;
	font-size:18px;
	color:white;
	margin-top: 24px;
	display:block;
}
#rec_info01 a{
	color:#fff;
}
/* socialBtn */
#socialBtn{
	overflow:hidden;
	margin-right:18px;
	font-size: 0;
}
#socialBtn ul{
	margin:0;
	padding:0;
	list-style:none:
}
#socialBtn li{
display:inline;
padding:0;
margin-right:4px;
float:right;
}

.floatBanner {
    display: block;
    position: fixed;
    right: 30px;
    bottom: 75px;
    transition: right 0.8s ease;
    font-size: 0;
    z-index: 100;
}
.floatBanner.is-show {
    right: 30px;
    transition: right 0.8s ease;
}
.floatBanner img {
    margin: 0 0 0 5px;
    width: 200px;
    height: 200px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}
.floatBanner a {
    opacity:1;
    transition: opacity .5s ease;
}
.floatBanner a:hover {
    opacity:.6;
    transition: opacity .5s ease;
}

/****** footer ******/
/* copyright */
footer {
	background:#282828;
    padding: 0 0 30px;
}
footer .footerMenu{
	width:950px;
	display: flex;
    justify-content: center;
	margin:15px auto 0;
}
footer .menuLeft{
	margin:20px 0 0 20px;
	width:160px;
	float:left;
	display:block;
	border-right:solid 1px #7e7e7e;
}
footer .menuJobs{
    margin:20px 0 0 20px;
    width:250px;
    float:left;
    display:block;
    border-right:solid 1px #7e7e7e;
}
footer .menuRight{
    margin:20px 0 0 20px;
    width:190px;
    float:left;
    display:block;
}
footer .menuLeft ul li a, footer .menuJobs ul li a, footer .menuRight ul li a{
	color:#7e7e7e;
	font-size:15px;
	/*font-weight:bold;*/
	line-height:26px;
}
footer .menuLeft ul li a:hover, footer .menuJobs ul li a:hover, footer .menuRight ul li a:hover{
	color:#fff;
}
footer .recruit{
    color:#7e7e7e;
    font-size:13px;
    /*font-weight:bold;*/
    line-height:20px;
}
footer span:hover{
	color:#fff;
}
footer .copy{
	width:950px;
	margin:0 auto;
	padding:8px 0;
	color:#7e7e7e;
	font-size:12px;
	overflow:hidden;
}
footer .copy small{
	display:block;
    text-align: center;
}
footer .copy .link{
	float:right;
	margin-right:45px;
	text-align:right;
}
footer .copy .link a{color:#7e7e7e;}
footer .copy .link a:hover{color:#fff;}

.footerMenuWrap {
}
.footerMenuList {
    display: flex;
    justify-content: center;
}
.footerMenuList li {
}
.footerMenuList li a {
    color: #dadada;
    font-size: 13px;
}
.footerMenuList li a:before {
    display: inline-block;
    margin: 0 20px;
    content: '';
    width: 1px;
    height: 1em;
    background-color: #dadada;
}
.footerMenuList li:first-child a:before {
    display: none;
}
.footerLogo {
    margin:  40px 0 5px;
    text-align: center;
}
.footerLogo img {
    width: 90px;
}
.footerSocial {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  0 0 20px;
    padding-top: 30px;
}
.footerSocialText {
    margin-right: 20px;
    color: #fff;
    font-size: 13px;
}
.footerSocialList {
    display: flex;
    justify-content: center;
    height: 20px;
}
.footerSocialList li {
    margin:  0 8px;
}
.footerSocialList li img {
    width: 20px;
    height: 20px;
}


}


/****** common ******/
.flL{float:left;}
.flR{float:right;}
.clB{clear:both;}
.alC{text-align:center;}
.alR{text-align:right;}
strong, b{font-weight:bold;}

/* margin */
.marB0{margin-bottom:0 !important;}
.marB18{margin-bottom:18px !important;}
.marB24{margin-bottom:24px !important;}
.marB30{margin-bottom:30px !important;}
.marR0{margin-right:0 !important;}
.marR30{margin-right:30px !important;}
.marT0{margin-top:0 !important;}
.marT30{margin-top:30px;}

/* fixed */
.fixed {
    position: absolute;
}
/* entryFixed */
.entryFixed {
	position:absolute;
    float:right;
    width:210px;
    font-size:14px;
    display:block;
    padding:21px 9px;
    border:#ccc solid 1px;
    background:url(/images/common/arrow.png) 211px center no-repeat;
    background-color:#fff;
    -webkit-transition:background-color .5s ease;
    -moz-transition:background-color .5s ease;
    -o-transition:background-color .5s ease;
    transition:background-color .5s ease;
}
.disp_del {
  display: none;
}
/* emergency */
.emergency{
    -webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
    color:red;
    margin-left:10px;
}
@-webkit-keyframes blink{
    0% {opacity:0.3;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0.3;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.3;}
    100% {opacity:1;
}
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
