@charset "utf-8";

/*
  Header
========================================== */

@media screen and (max-width: 899.9px){
  .drawer {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 50px 15px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: .3s;
    z-index: 1250;
  }

  #g_navi:not(.is-open) .drawer{
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10%);
  }
}

/*
  Overlay
========================================== */

.navOverlay {
  position: fixed;
  z-index: 1200;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .9);
  background: url(../../images/main/common/bg_menu.png) top center / 200px 200px;
  transition: .3s;
}

#g_navi:not(.is-open) .navOverlay{
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 900px){
  .navOverlay {
    display: none;
  }
}


/*
  
========================================== */

@media screen and (max-width: 899.9px){
  .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #000;
    z-index: 1300;
  }

  .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    height: 50px;
  }
}

/*
  Drawr Button
========================================== */

.header__logo {
  margin: 0;
}

.header__logo img {
  height: 30px;
}

@media screen and (min-width: 900px){
  .header__logo {
    margin: 0 0 80px;
  }

  .header__logo img {
    height: auto;
  }
}

/*
  Drawr Button
========================================== */

.menuButton {
}

@media screen and (min-width: 900px){
  .menuButton {
    display: none;
  }
}

/*
  
========================================== */

.globalNavi {
  border-left: 1px solid;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 80px;
}

.globalNavi>ul>li:last-child {
  font-size: .8em;
}

@media screen and (max-width: 899.9px){
  .globalNavi {
    margin: 0 0 60px;
  }

  .globalNavi>ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .globalNavi>ul>li {
    width: 50%;
  }
}

.globalNavi a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 15px;
}

@media screen and (max-width: 899.9px){
  .globalNavi a {
    padding: 30px 0 30px 13px;
  }
}

.globalNavi a.crt span {
  background: #fff;
  color: #000;
  display: inline-block;
  line-height: 0.7;
}

/*
  
========================================== */

.socialHead {
  color: #bdaa8a;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 20px;
}

.socialList {
  display: flex;
}

.socialList>li {
  width: 25px;
  margin: 0 60px 0 0;
}