@charset "utf-8";
#g_navi_v{
    min-height: 100vh;
    text-align: center;
}
#g_navi_v::before {
    content: "";
    position: absolute;
    top: -11px;
    left: 0;
    width: 500px;
    height: 100px;
    background-image: url("../../images/main/tz/stroke2.png");
    background-position: 0px 0px;
    background-repeat:no-repeat;
}
#g_navi_v #stroke{
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    background: url("../../images/main/tz/stroke1.png") no-repeat;
}
.socialListWrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 1em 24px 0;
    text-align: left;
}

.socialList li {
    width: 36px;
    display: inline-block;
    margin-right: 4px;
}
ul.socialList {
    transform: rotateZ(-10deg);
}
#g_navi_v .header {
    margin-top: 24px;
}
.globalNavi {
    font-family: 'Anton', YakuHanJPs, "Noto Sans JP", sans-serif;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: .03em;
    color: #3C2B22;
    font-weight: 900;
    text-align: center;
}

.globalNavi li {
    margin: .2em auto 0;
}

.globalNavi a {
    color: #3C2B22;
    text-decoration: none;
}

.exLink li {
    width: 72px;
    margin: 32px auto;
}

.copyright {
    margin: 5em 0 2em;
    font-family: Meiryo, arial, sans-serif;
    letter-spacing: -0.03em;
    font-size: 1.4rem;
    font-weight: 900;
}
@media screen and (min-width: 1600px){
  #g_navi_v{
    width:400px;
  }
}
@media screen and (max-width: 1599px){
  #g_navi_v{
    width:300px;
  }
  #g_navi_v .header {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1199.9px){
  #g_navi_v{
     min-height:auto;
     width:100%;
  }
  #g_navi_v::before,#g_navi_v #stroke{
    display:none;
  }
  .header {
    position: fixed;
    z-index: 1300;
    top: -50px;
    right: 0;
    bottom: -50px;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    padding: 90px 0;
    transition: .3s;
  }
  .header::-webkit-scrollbar {
    display: none;
  }
  .navOverlay {
    position: fixed;
    z-index: 1200;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../../images/main/tz/bg_menu.jpg")no-repeat,#FFFBEF;
    transition: .3s;
    pointer-events: none;
    opacity: .95;
  }
  .navOverlay::before {
    content: "";
    position: absolute;
    top: -11px;
    left: 0;
    width: 500px;
    height: 100px;
    background-image: url("../../images/main/tz/stroke2.png");
    background-position: 0px 0px;
    background-repeat:no-repeat;
  }
  .navOverlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 18px;
    background-image: url("../../images/main/tz/stroke1.png");
    background-position: 0px 0px;
    background-repeat:no-repeat;
  }
  #g_navi_v:not(.is-open) .header{
    opacity: 0;
    pointer-events: none;
  }

  #g_navi_v:not(.is-open) .navOverlay{
    opacity: 0;
  }


  .header__logo {
    width: 80%;
    margin: 0 auto;
    max-width: 300px;
  }

  .socialListWrap {
    margin: 1em 24px;
  }

  /*
     メニューアイコン
  ========================================== */
  .menuButton {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1400;
    width: 60px;
    height: 60px;
    line-height: 1;
  }

  .menuIcon {
    position: relative;
    width: 36px;
    height: 30px;
    margin: auto;
  }

  .menuIcon__line {
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 5px;
    background: #fff;
    transition: .3s;
  }

  .menuIcon__line:nth-child(1) {
    top: 0;
  }

  .menuIcon__line:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
    transform: scale(1, -1);
  }

  .menuIcon__line:nth-child(3) {
    bottom: 0;
  }
  #g_navi_v.is-open .menuIcon__line:nth-child(1) {
    transform: rotate(45deg);
    top: calc(50% - 2px);
  }

  #g_navi_v.is-open .menuIcon__line:nth-child(2) {
    transform:  scale(0);
  }

  #g_navi_v.is-open .menuIcon__line:nth-child(3) {
    bottom: calc(50% - 2px);
    transform: rotate(-45deg);
  }
  .socialListWrap {position: static;text-align: center;}

  ul.socialList {
    transform: inherit;
  }
}

@media screen and (min-width: 1200px){
  .header__logo {
  max-width: 400px;
  margin: 0 auto 10px;
  }
}
.globalNavi a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: .3em .3em;
  position: relative;
}
.globalNavi a.fir_crt{
  color:#E65620;
}
@media screen and (min-width: 1200px){
  .globalNavi a {
    padding: .4em .3em;
  }
}

.globalNavi a.crt::before {
  content: "";
  position: absolute;
  bottom: .6em;
  left: 0;
  right: 0;
  background: url(../../images/main/common/menu_line.svg) center / 100% 100% no-repeat;
  filter: invert(1);
  height: 5px;
  width: 70%;
  margin: 0 auto;
}

.globalNavi a:hover {
  opacity: 1;
  color: #ffd12e;
}

.globalNavi span {
  position: relative;
}

.globalNavi a[target="_blank"] span::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../../images/main/common/icon_open_tab.svg) center / contain no-repeat;
  margin: 0 0 2px 6px;
}

.socialHead {
  text-align: center;
  font-weight: 400;
  letter-spacing: .1em;
}

.socialList {
  display: flex;
  justify-content: center;
}

.socialList>li {
  margin: 0 5px;
}