@charset "UTF-8";
.menu {
  position: fixed;
  z-index: 104;
  top: 0;
  right: 0;
  display: block;
  box-sizing: content-box;
  width: 40px;
  height: 35px;
  padding: 22px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: #1C4377;
}
.menu.active {
  background-color: transparent;
}
.menu:hover {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
.menu__line {
  position: relative;
  display: block;
}
.menu__line, .menu__line:before, .menu__line:after {
  width: 100%;
  height: 1px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background-color: #FFF;
}
.menu__line:before {
  position: absolute;
  top: 13px;
  left: 0;
  content: ' ';
}
.menu__line:after {
  position: absolute;
  top: 26px;
  left: 0;
  content: ' ';
}
.menu__line.active {
  background-color: transparent;
}
.menu__line.active:before, .menu__line.active:after {
  top: 20px;
}
.menu__line.active:before {
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.menu__line.active:after {
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
/*gnav*/
.gnav {
  background: rgba(28, 60, 113, 0.99);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98;
}
.gnav__wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
  min-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.navi_logo {
  width: 280px;
  margin-right: 4%;
}
.navi_logo a:hover img {
transform:none;
}
.gnav__menu {
  text-align: left;
  border-left: 1px solid #FFF;
  padding-left: 4%;
}
.gnav__menu:nth-child(3) {
  margin-right: 0;
  text-align: left;
  border-left: none;
  border-right: 1px solid #FFF;
  padding-left: 3%;
  padding-right: 4%;
}
.gnav__menu__item {
  margin-bottom: 1.5em;
}
.gnav__menu__item:last-child {
  margin-bottom: 0;
}
.gnav__menu__item span {
  margin-right: 0.5em;
}
.gnav__menu__item a {
  color: #FFF !important;
}
.gnav__menu__item a:hover {
  color: #666;
}
.navi_sns {
  margin-left: 4%;
}
.navi_sns li {
  margin-bottom: 1.5em;
}
.navi_sns li:last-child {
  margin-bottom: 0;
}
.navi_sns li span {
  margin-left: 1em;
}
.navi_sns a {
  color: #FFF !important;
}

@media screen and (max-width: 600px) {
.menu {
  width: 34px;
  height: 22px;
  padding: 16px 10px;
}
.menu__line:before {
  position: absolute;
  top: 9px;
  left: 0;
  content: ' ';
}
.menu__line:after {
  position: absolute;
  top: 18px;
  left: 0;
  content: ' ';
}
.menu__line.active:before, .menu__line.active:after {
  top: 16px;
}

/*gnav*/
.gnav {
  background: rgba(28, 60, 113, 0.99);
  display: none;
  height: 100%;
  position: fixed;
  overflow: scroll;
  width: 100%;
  z-index: 98;
}
.gnav__wrap {
  display: block;
  height: 100%;
  width: 100%;
  padding: 5% 8%;
  min-width: 300px;
  text-align: center;
}
.navi_logo {
  width: 60%;
  margin: 2em auto 4em;
}
.gnav__menu {
  border-top:1px solid #FFF;
  border-left: none;
  padding: 3em 0 0 0;
  text-align: center;
  margin-bottom: 1.5em;
}
.gnav__menu:nth-child(3) {
  border-top:none;
  border-bottom:1px solid #FFF;
  border-right: none;
  padding: 0 0 3em 0;
  text-align: center;
}
.gnav__menu__item {
  margin-bottom: 1.1em;
}
.gnav__menu__item:last-child {
  margin-bottom: 0;
}
.gnav__menu__item span {
  margin-right: 0.5em;
}
.gnav__menu__item a {
  color: #FFF !important;
}
.gnav__menu__item a:hover {
  color: #666;
}
.navi_sns {
  padding: 1em 0 3em 0;
  margin-left: 0;
}
.navi_sns li {
display: inline-block;
  margin-bottom: 0em;
  font-size: 1.3rem;
  margin-right: 1em;
}
.navi_sns li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.navi_sns li span {
  display: none;
}

}
