@charset "UTF-8";
/* header */
.logo {
  width: 200px;
}

#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 30px 0 0;
  line-height: 1;
  z-index: 100;
}

#top-head a,
#top-head {
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}

#top-head .GsapMenu .menu ul li a {
  text-decoration: none;
  color: #667088;
  /* font-size: 24px; */
}

#top-head .inner {
  position: relative;
}

#top-head .logo {
  font-size: 36px;
}

#global-nav {
  padding-top: 36px;
}

#global-nav ul {
  max-width: 900px;
  margin: 0 100px 0 auto;
  font-size: 18px;
  display: flex;
}

#global-nav ul li {
  width: 12.4vw;
  min-width: 180px;
  max-width: 220px;
  text-align: center;
}

#global-nav ul li a {
  padding: 0 30px 0 0px;
}

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 10px;
  height: 55px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
  font-size: 24px;
  color: #333;
}

#top-head.fixed #global-nav ul li a {
  color: #333;
  padding: 0 20px;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #666;
  left: 0;
  transition: 0.35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

/* Header */
/* GSAP MENU */
#top-toggle {
  width: 80px;
  height: 80px;
  background-color: #FF5500;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
  z-index: 999;
}

#top-toggle span {
  display: block;
  width: 36px;
  height: 4px;
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 8px;
}

.barres {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 120;
}

.hamburger {
  width: 36px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  z-index: 999;
}

.hamburger::before,
.hamburger::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 4px;
  background: #fff;
  transition: 0.5s;
  cursor: pointer;
}

.hamburger::before {
  top: -12px;
}

.hamburger::after {
  top: 12px;
}

/* MENU */
.GsapMenu {
  width: 100%;
  height: 4vh;
  overflow: hidden;
}
.GsapMenu .menu.active {
  opacity: 1;
  top: 0%;
  font-weight: bold;
}

header .menu {
  position: fixed;
  background: rgb(255, 255, 255);
  height: 100vh;
  width: 100%;
  top: -100vh;
  z-index: 900;
  opacity: 0;
  transition: all 0.5s;
}

header .copyright {
  min-width: 200px !important;
  margin: 0 auto;
  padding: 20px 0 0 20px;
  text-align: right;
  background-image: url(../../images/smm/smMiraiLogoBlack.svg);
  background-position: right;
  background-size: 200px 30px;
  background-repeat: no-repeat;
  font-size: 12px;
  cursor: none !important;
  height: 30px;
  opacity: 0.8;
}

header .menu ul {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
}

/* Animation Barres */
.barres.active .hamburger {
  background: transparent;
}

.barres.active .hamburger::before {
  top: 0;
  transform: rotate(45deg);
}

.barres.active .hamburger::after {
  top: 0;
  transform: rotate(135deg);
}

/* 
#top-toggle {
  width: 96px;
  height: 96px;
  background-color: #FF5500;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, .6));
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .6));
  z-index: 999;
}

#top-toggle span {
  display: block;
  width: 36px;
  height: 4px;
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 8px;
}

.barres {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 120;
}

.hamburger {
  width: 36px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  z-index: 999;
}

.hamburger::before,
.hamburger::after {
  content: '';
  position: absolute;
  width: 36px;
  height: 4px;
  background: #fff;
  transition: 0.5s;
  cursor: pointer;
}

.hamburger::before {
  top: -12px;
}

.hamburger::after {
  top: 12px;
}

/* MENU */
/* 
.GsapMenu {
  width: 100%;
  height: 4vh;
  overflow: hidden;
}

header .menu {
  position: fixed;
  background: rgba(255, 150, 0, 0.82);
  height: 100vh;
  width: 100%;
  top: -100vh;
  z-index: 900;
}

header .menu ul {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
}

header .menu ul li {
  padding-top: 30px;
}

header .menu a {
  text-decoration: none;
  color: rgb(31, 30, 30);
  font-size: 42px;
}


/* Animation Barres */
/* 
.barres.active .hamburger {
  background: transparent;
}

.barres.active .hamburger::before {
  top: 0;
  transform: rotate(45deg);
}

.barres.active .hamburger::after {
  top: 0;
  transform: rotate(135deg);
}
 */
@media screen and (max-width: 1140px) {
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  #global-nav ul {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .logo {
    width: 150px;
  }
  #top-head,
  .inner {
    width: 100%;
    padding: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #333;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    transition: 0.5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  #global-nav ul li {
    position: static;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    transform: translateY(556px);
  }
  #top-toggle {
    transform: scale(0.72);
    transform-origin: right top;
  }
  header .menu {
    padding: 0 20px;
  }
  header .menu ul {
    width: 80%;
    transform: translateX(-50%);
  }
  header .menu .footerKinds {
    max-height: 72vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  header .menu .footerMenu {
    margin: 0 auto 10px;
    background: #fff;
  }
}/*# sourceMappingURL=smm-header.css.map */