@charset "utf-8";

/*
  Header
========================================== */

@media screen and (max-width: 999.9px){
 .header {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 60px 30px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: .3s;
    z-index: 1300;
  }

  #g_navi:not(.is-open) .header{
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10%);
  }
}

/*
  Overlay
========================================== */

.navOverlay {
  position: fixed;
  z-index: 1200;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../../images/main/common/navi_bg.png);
  opacity: 0.9;
  transition: .3s;
}

#g_navi:not(.is-open) .navOverlay{
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 1000px){
  .navOverlay {
    display: none;
  }
}
/*
  Drawr Button
========================================== */

.menuButton {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1400;
  background: url(../../images/main/common/menuBtn.png)top center / 100% no-repeat;
  width: 60px;
  height: 66px;
  line-height: 1;
}

@media screen and (max-width: 600px){
  .menuButton {
    width: 10vw;
    height: 11vw;
  }
}
@media screen and (min-width: 1000px){
  .menuButton {
    display: none;
  }
}

.menuIcon {
  position: relative;
  width: 70%;
  height: 50%;
  margin: 20% auto 30%;
}

.menuIcon__line {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background-color: #fff;
  transition: .3s;
}

.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% - 2px);
}

#g_navi.is-open .menuIcon__line:nth-child(2) {
  transform: scale(0);
}

#g_navi.is-open .menuIcon__line:nth-child(3) {
  bottom: calc(50% - 2px);
  transform: rotate(-45deg);
}

#side {
    font-family: 'Volkhov', serif;
    color: #553723;
    font-weight: 600;
    width: 360px;
    margin: 0 90px 50px 40px;
    position: relative;
    top: 0;
}
#side_inner{
    padding: 30px 0 50px;
    background: url(../../images/main/common/navi_bg.png);
    filter: drop-shadow(2px 2px 8px #967323);
}
@media screen and (min-width: 1000px){
  #side_inner {
    width:100%;
    position: sticky;
  }
}
.header__logo {
    margin: 0 -20px;
    padding-bottom: 80px;
    position: relative;
}
.header__logo::after {
  content: "";
  background: url(../../images/main/common/shape_crown.png)center center / contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 295px;
  max-width: calc(100% - 60px);
  height: 80px;
}


.globalNavi{padding:0 30px;}
.globalNavi ul {
    margin-bottom: 0;
    font-size:2.2rem;
}
.globalNavi li {
    margin-bottom: 1rem;
}
.globalNavi a{
    color: #553723;
    text-decoration:none;
}
.globalNavi a.crt,
.globalNavi a:hover{
  color:#8c0a3c;
  opacity:1;
}
.globalNavi p {font-size:1.76rem;}
.socialListWrap {
    padding: 0 40px;
    font-size: 1.4rem;
    font-weight: 300;
}
ul.socialList {
    display: flex;
    width: 80%;
    justify-content: space-between;
}
