@charset "UTF-8";

/* header
-------------------------------------------------- */
header {
  display:block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  padding:20px 0 0;
}

.is-animation {
  position: fixed;
  padding:0;
}

@media only screen and  (max-width: 800px) {
header {
  padding:0;
}

.is-animation {
  height: 50px;
  background: #FFF;
  -webkit-box-shadow: 0 0 4px 0 rgba(120,120,120, 0.4);
		box-shadow: 0 0 4px 0 rgba(120,120,120, 0.4);
}
}

header #header-box {
  width:100%;
  position: relative;
}

.is-animation #header-box {
  width:100%;
  box-shadow: 0px 5px 3px -3px rgba(120,120,120,0.2);
  -webkit-box-shadow: 0px 5px 3px -3px rgba(120,120,120,0.2);
  -moz-box-shadow: 0px 5px 3px -3px rgba(120,120,120,0.2);
  box-sizing: border-box;
  padding:0 ;
  background: #FFF;
}

.is-animation .an-fadedown {
  animation-name: fadedown;
  animation-duration: .5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: 1;
}

@keyframes fadedown {
from {
  opacity: 0;
  transform: translateY(-40px);
}
to {
  opacity: 1;
  transform: translateY(0);
}
}

.headerArea{
  margin:0 auto;
  width:100%;
  max-width:1200px;
  padding:0;
  position: relative;
  box-sizing: border-box;
}

/* header #logo */

header #logo{
  width:173px;
  height:45px;
  top:5px;
  left:1%;
  position: absolute;
  background-size:auto 45px;
  background-repeat: no-repeat;
  background-image: url(../images/common/logowh.png);
  z-index:1;
}

.is-animation #logo{background-image: url(../images/common/logo.png);}

header #logo a{
  width:173px;
  height:45px;
  text-decoration:none;
  display: block;
  text-indent:-9999px;
}

@media only screen and  (max-width: 800px) {
header #logo{
  width:154px;
  height:40px;
  left:10px;
  background-size:auto 40px;
}

.is-animation #logo{
  width:154px;
  height:40px;
  top:5px;
  left:10px;
  background-size:auto 40px;
}

header #logo a{
  width:154px;
  height:40px;
}
}

.language{
  display:block;
  width:150px;
  box-sizing: border-box;
  top:9px;
  right: 1%;
  position:absolute;
  color:#FFF;
  text-align: center;
  font-size:14px;
  line-height:1;
  font-family: 'Roboto', sans-serif;
  font-weight:500;
  letter-spacing : 0.03em;
  text-transform: uppercase;
}

.language .fa{
  margin-right:8px;
}

@media only screen and  (max-width: 800px) {
header .language{
  display:none;
}
}

a.init-buttun{display:block;color:#FFF;text-decoration:none;background:#1345AD;padding:11px 25px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;}
a:hover.init-buttun{color:#FFF;text-decoration:none;background:#00194C;}

.language .sub-menu {
  display: none;
  position: absolute;
  top: 47px;
  left:0;
  border-collapse: collapse;
  list-style: none;
  width: 150px;
  box-sizing: border-box;
  padding:0;
  background:#00194C;
  text-align: left;
}

.language:hover .sub-menu {
  display: block;
}

.language .sub-menu li {
  border-right: none;
  line-height: 0;
  font-weight:400;
}

.language .sub-menu li a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 10px 15px 25px;
  border-bottom: 1px dotted #CCC;
  font-size:14px;
  color: #FFF;
  text-decoration: none;
}

.language .sub-menu li img {
  display: inline-block;
  vertical-align: middle;
  margin-right:10px;
  width:16px;
  height:16px;
}

.language .sub-menu li:last-child a {
  border-bottom: none;
}

.language .sub-menu li a:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #1345AD;
}

.language.sub-menu li:last-child  a:hover {
  color: #FFF;
  text-decoration: none;
}

.language .sub-menu:before {
  position: absolute;
  display: block;
  content: "";
  width: 140px;
  height: 15px;
  top: -15px;
  background-image: url(../images/common/popup_arrow-ln.png);
  background-repeat: no-repeat;
  background-position: center top;
}

/*gnav
-------------------------------------------------- */
.gnav-wrapper{
  position: relative;
  line-height: 1;
  width:100%;
  margin-top:0;
  box-sizing: border-box;
  padding-left:185px;
  padding-right:50px;
}

.is-animation .gnav-wrapper{}

@media only screen and  (max-width: 800px) {
.gnav-wrapper {
  display:none;
}
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

.gnav {
 width:100%;
 max-width:1200px;
 margin: 0 auto;
}

.main-wrapper {
  text-align: center;
}

.main-wrapper li {
  display:inline-block;
  margin:0;
  width:auto;
  font-size:14px;
  overflow: hidden;
  vertical-align: top;
}

.main-wrapper li .gmtx {
  font-family: 'Roboto', sans-serif;
  font-weight:500;
  text-transform: uppercase;
  letter-spacing : 0.03em;
  line-height: 56px;
}

.main-wrapper li .gmtx a{
  display:block;
  box-sizing: border-box;
  padding: 0 18px;
  color:#FFF;
  text-decoration: none;
}

.is-animation .main-wrapper li .gmtx a{
  color:#000;
}

@media only screen and  (max-width: 1280px) {
.main-wrapper li .gmtx a{
  padding: 0 15px;
}
}

.main-wrapper li .gmtx a:hover {
  text-decoration: none;
  color: #6393F5;
  transition: .5s;
}

/* .megamenu
-------------------------------------------------- */
.gnav .mgl:hover {
  background-image: url(../images/common/popup_arrow.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.gnav > li:hover .megamenu {
  max-height: 9999px;
  opacity: 1;
  padding: 1% 0;
}

.megamenu li:hover {
  background-color:#00194C;
}

.megamenu {
  background: #00194C;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 999;
  transition: .8s;
}

.megamenu-inner {
  text-align: center;
  width:100%;
  box-sizing: border-box;
  padding:1%;
  margin:0 auto;
}

.megamenu-inner li {
  width:20%;
  display:inline-block;
  padding: 5px 1%;
  box-sizing: border-box;
  height: auto;
  text-align: center;
  vertical-align: top;
}

.megamenu-inner img {
  width: 100%;
  height:auto;
}

.megamenu-inner li a:hover { opacity: 0.7;transition: .2s;}


.megamenu-inner-img {
  margin: 0 0 10px;
}

.megamenu-inner-text p {
  font-size:1.05em;
  text-align: center;
  display:inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  color:#FFF;
  line-height:1.4;
  letter-spacing : 0em;
}

.megamenu-inner-text p span{
  font-family: 'Roboto', sans-serif;
  font-weight:400;
}

a .megamenu-inner-text p { text-decoration: none; }
a:hover .megamenu-inner-text p { text-decoration: none;color:#6393F5;transition: .5s;}


/* sp_head
--------------------------------------------------*/
.sp_head {display:none; }

@media only screen and  (max-width: 800px) {
.sp_head {
  display:block;
  position:absolute;
  top: 0;
  right: 60px;
  width: 180px;
  padding:0 0;
  height: 50px;
  overflow:hidden;
}

.sp_head .sp_nav{
  width:100%;
  padding: 0;
  margin:0 auto;
  position: relative;
}

.sp_head ul{
  width:100%;
  height: 50px;
  overflow:hidden;
  display:block;
  padding: 0;
  margin:0 auto;
}

.sp_head li{
  width:auto;
  padding: 0 5px;
  text-align: center;
  margin:0 8px;
  display:inline-block;
  height: 50px;
  position: relative;
  overflow: hidden;
}

.sp_head li:hover {
  opacity: 0.6;
}

.sp_head li:hover a {
  color: #FFF;
  text-decoration: none;
}

.sp_head a {
  color: #FFF;
  display:block;
  text-decoration: none;
}

.sp_head li img{
  width:16px;
  height:16px;
  margin:8px auto 5px;
}

.sp_head li p{
  font-size:11px;
  margin:0;
  padding:0;
  width:100%;
  line-height:1;
}

.is-animation .sp_head a{
  color: #575757;
}

.is-animation .sp_head li:hover a {
  color: #575757;
}
}

@media only screen and  (max-width: 568px) {
.sp_head {
  right: 60px;
  width: 135px;
}
.sp_head li{
  padding: 0 4px;
  margin:0 3px;
}
}