body {
  font-family: 'Open Sans', sans-serif;
  margin: 0; }

header {
  position: fixed;
  height: 5%;
  width: 3%;
  padding-top: 8px;
  background-color: #fff; }
  header div:first-child {
    position: relative; }
  header .hamburger {
    position: relative;
    left: 10px;
    height: 100%;
    width: 50px; }
    header .hamburger span {
      position: absolute;
      width: 40px;
      height: 4px;
      background-color: #000; }
    header .hamburger .line1 {
      top: 3px;
      transition: .6s; }
    header .hamburger .line2 {
      top: 14px; }
    header .hamburger .line3 {
      top: 26px;
      transition: .6s; }
  header .header-logo {
    position: absolute;
    width: 80px;
    top: 20%;
    left: 50%;
    transform: translateX(-48%);
    margin-left: auto;
    visibility: hidden; }

.nav-open header {
  width: 100%;
  height: 45px; }
  .nav-open header .header-logo {
    visibility: visible; }
.nav-open .line1 {
  transform: rotate(45deg);
  top: 15px !important; }
.nav-open .line2 {
  visibility: hidden; }
.nav-open .line3 {
  transform: rotate(-45deg);
  top: 15px !important; }
.nav-open .global-nav {
  visibility: visible; }

.global-nav {
  list-style: none;
  height: 100%;
  text-align: center;
  visibility: hidden; }
  .global-nav li:first-child {
    border-top: 1.5px solid; }
  .global-nav li {
    background-color: #fff;
    border-bottom: 1.5px solid;
    height: 100%; }
  .global-nav .item {
    position: relative; }
    .global-nav .item a {
      display: block;
      text-decoration: none;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #000; }

.container {
  width: 80%;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 480px) {
    .container {
      width: 90%; } }
  .container .item {
    height: 100%;
    padding-top: 10%;
    margin-bottom: 30px; }
  .container .title {
    font-size: 45px;
    line-height: 45px; }
  .container .title-ja {
    display: block;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 40px; }
    @media (max-width: 480px) {
      .container .title-ja {
        margin-bottom: 20px; } }

footer {
  text-align: center;
  margin-bottom: 10px; }
  footer span {
    margin-left: 10px; }
    footer span a {
      color: #000;
      text-decoration: none; }

/*# sourceMappingURL=base.css.map */
