@charset "UTF-8";

/* =========================================================
g_navi
========================================================= */

#g_navi_v {
  font-family: "851Gkktt_005", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 0%;
  /* height: 100%; */
  display: block;
  transition: all .3s ease;
  display: none;
  /* overflow: hidden; */
}

.is-open #g_navi_v {
  height: 100vh;
}

#g_navi_v .header{
  display: flex;
  background: #606060;
  transition: background .3s ease;
  justify-content: space-between;
  align-items: center;
}

.is-open #g_navi_v .header{
  background: #e4007f;
}

#g_navi_v .header .header__logo{
    flex: 1 0 0;
    max-width: 500px;
    padding: 2% 5%;
    transition: filter .3s ease;
}

#g_navi_v .header .menuButton{
  /* background: #fff; */
  width: 7rem;
  height: 7rem;
  opacity: 1;
  flex: 0 0 auto;
}

#g_navi_v .header .menuButton .menuIcon{
  position:relative;
  height: 100%;
}

#g_navi_v .header .menuButton .menuIcon span{
  display:block;
  height:6%;
  background:#fff;
  width:60%;
  position:absolute;
  margin:auto;
  left: 0%;
  right: 0%;
  transition:all .3s ease;
  transform-origin: center;
  transform: rotate(0deg);
}

#g_navi_v .header .menuButton .menuIcon span:nth-child(1){
  top:30%;
  bottom: 64%;
}

#g_navi_v .header .menuButton .menuIcon span:nth-child(2){
  top:0;
  bottom:0;
}

#g_navi_v .header .menuButton .menuIcon span:nth-child(3){
  bottom:30%;
  top: 64%;
}

.is-open #g_navi_v .header .menuButton .menuIcon span:nth-child(1){
  top:0;
  bottom:0;
  transform: rotate(45deg);
  
}

.is-open #g_navi_v .header .menuButton .menuIcon span:nth-child(2){
  width: 0;
}

.is-open #g_navi_v .header .menuButton .menuIcon span:nth-child(3){
  top:0;
  bottom:0;
  transform: rotate(-45deg);
}

#g_navi_v .globalNavi{
  width: 100%;
  height: 0%;
  text-align: center;
  overflow: hidden;
  background: url(../../images/main/chara/charaDetailBg.png) top / cover #e1007d;
  background-blend-mode: multiply;
  transition: all .3s ease;
}

.is-open #g_navi_v .globalNavi{
  height: 100%;
}

.is-open #g_navi_v .header .header__logo{
  filter: sepia(1) saturate(0) brightness(5);
}

#g_navi_v ul {
    display: inline-block;
    /* margin: 0 auto; */
    text-align: left;
    height:100%;
    /* transition: all .3s ease; */
    /* overflow: hidden; */
    padding: 2em 0;
    color: #fff;
}

#g_navi_v ul li {
  margin: 0 0 0.4em;
  margin: 0 0 1em;
}

li.fir_no_link {
  opacity: 0.4;
}

#g_navi_v ul li a {
  text-decoration: none;
  color: #fff;
  padding: 0.1em 0;
  position: relative;
  transition: all .3s ease;
  opacity: 1;
}

#g_navi_v ul li a.crt {
  color: #fff;
}

#g_navi_v ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.8em;
  right: -0.8em;
  max-width: 0;
  height: 100%;
  margin: auto;
  background: #000;
  z-index: -1;
  transform: skewX(-32deg);
  transition: all .3s ease;
}

#g_navi_v ul li a:hover {
  color: #fff;
}

#g_navi_v ul li a:hover::before {
  max-width: 150%;
}

#g_navi_v ul li a.crt::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.8em;
  right: -0.8em;
  max-width: 150%;
  height: 100%;
  margin: auto;
  background: #e4007f;
  z-index: -1;
  transform: skewX(-32deg);
}

.navLogo {

  margin: 0 0 2em;
}

.navLogo a {
  opacity: 1;
}

.navLogo a:hover {
  opacity: 0.8;
}




/* ///////////////////////////////////////////////////////////////////


/////////////////////////////////////////////////////////////////// */


#g_navi_v .socialListWrap {
  margin: 2em 0 0 0;
}

#g_navi_v .socialListWrap .socialList {
  display: flex;
}

#g_navi_v .socialListWrap .socialList li {
  width: 33.33%;
  max-width: 40px;
  padding: 0 3% 0 0;
  margin: 0;
}

#g_navi_v .socialListWrap .socialList li a {}

@media screen and (max-width:1500px) {
}


@media screen and (max-width:900px) {
  #g_navi_v {
    display: block;
    /* flex-wrap: wrap; */
  }
}
