@charset "utf-8";

/*
  Header
========================================== */
#g_navi {
    padding-bottom: 70px;
    z-index: 1000;
    position: relative;
}

.header {
  background: #111111;
  background: url(../../images/main/top/bg_ptn.png)center center ,
    linear-gradient(170deg,rgba(255,255,255,0.25) -50%,rgba(0,0,0,0.25) 50%),#111111;
  background-blend-mode: luminosity;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    transition: .2s ease;
}
.scroll .header {
    height:50px;
}
.headerWrap{
  width: 1100px;
  max-width: 100%;
  height:100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding:0 1em;
  font-family: 'EB Garamond', serif;
  color: #dbdbdb;
}
.header__inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin: auto;
}
nav.globalNavi{
  width: 100%;
}
nav.globalNavi ul{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-right: 2em;
}
ul.socialList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin:0;
  flex-shrink: 0;
  font-size: 1.8rem;
  width:5em;
}
ul.socialList li {
  font-family: adobe-garamond-pro, serif;
  font-weight: 700;
}
nav.globalNavi a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
}
nav.globalNavi a.crt {
  background: url(../../images/main/cont/symbol_nav.png)center center / auto 50px no-repeat;
  text-shadow: 0 0 2px #ff3d3d,0 0 5px #ff3d3d,0 0 7px #ff3d3d;
}
nav.globalNavi .no_link{
  opacity:0.2;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) and (min-width: 900px){
  nav.globalNavi ul{
    padding-right: 0;
  }
  nav.globalNavi li{
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 900px){
  .header_navi_logo{display:none;}
  nav.globalNavi ul li{
    margin: 0 1.5em 0 0;
  }
}
@media screen and (max-width: 1064px) and (min-width: 900px){
  nav.globalNavi ul li{
    margin: 0 1em 0 0;
  }
}
@media screen and (max-width: 899.9px){
  #g_navi{padding:0;}
  .header{background:none;z-index: 1300;}
  .header__inner,.scroll .header__inner {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 2em 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: .3s;
    z-index: 1300;
    flex-direction: column;
    justify-content: flex-start;
  }

  #g_navi:not(.is-open) .header__inner{
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10%);
  }
  .header_navi_logo {
    width: 360px;
    max-width: 80%;
    margin: auto auto 2em;
  }
  nav.globalNavi ul{
    flex-direction: column;
    align-items: center;
    margin: 2em auto;
    height: auto;
    padding: 0;
  }
  nav.globalNavi li{
    text-align: center;
    font-size: 1.8rem;
    height:50px;
  }
  nav.globalNavi a{
    width: 100%;
  }
  nav.globalNavi a.crt {
    background-size:contain;
  }
  ul.socialList {
    width:6em;
    margin: auto;
  }
  ul.socialList li{
    width:2.5em;
  }
}

/*
  Overlay
========================================== */

.navOverlay {
  position: fixed;
  z-index: 1200;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111111;
  background: url(../../images/main/top/bg_ptn.png)center center ,
    linear-gradient(170deg,rgba(255,255,255,0.25) -50%,rgba(0,0,0,0.25) 50%),#111111;
  background-blend-mode: luminosity;
}

#g_navi:not(.is-open) .navOverlay{
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 900px){
  .navOverlay {
    display: none;
  }
}
/*
  Drawr Button
========================================== */

.menuButton {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1400;
  width: 60px;
  height: 60px;
  line-height: 1;
  opacity: 1!important;
}

@media screen and (min-width: 900px){
  .menuButton {
    display: none;
  }
}

.menuIcon {
  position: relative;
  width: 30px;
  height: 26px;
  margin: auto;
}

.menuIcon__line {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background-color: #212121;
  box-sizing: content-box;
  transition: .3s;
  border: 1px solid #fff;
}
.is-open .menuIcon__line{
  background-color: #eee;
}
.menuIcon__line:nth-child(1) {
  top: 0;
}

.menuIcon__line:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.menuIcon__line:nth-child(3) {
  bottom: 0;
}
#g_navi.is-open .menuIcon__line:nth-child(1) {
  transform: rotate(45deg);
  top: calc(50% - 3px);
}

#g_navi.is-open .menuIcon__line:nth-child(2) {
  transform: scale(0);
}

#g_navi.is-open .menuIcon__line:nth-child(3) {
  bottom: calc(50% - 3px);
  transform: rotate(-45deg);
}


@media screen and (max-width: 600px){
.menuButton {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1400;
  width: 60px;
  height: 60px;
  line-height: 1;
  opacity: 1!important;
}

@media screen and (max-width: 600px){
  .menuButton {
    width: 45px;
    height: 45px;
  }
  .menuIcon {
    width: 30px;
    height: 26px;
  }
}
