@charset "UTF-8";
/* DLIGHT */
.dm{}

/*=============================
.btn-trigger
=============================*/
.sh--gnav-btn a {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  text-decoration: none;
}
body.fixed .sh--gnav-btn a {
  width: 96px;
  height: 96px;
}
.sh--gnav-btn a span {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  transition: all .5s;
  box-sizing: border-box;
}
.sh--gnav-btn a span:nth-of-type(1) {
  top: calc(50% - 7px);
}
.sh--gnav-btn a span:nth-of-type(2) {
  top: calc(50% + 7px);
}
.sh--gnav-btn a.btn-open span:nth-of-type(1) {
  top: 50%;
}
.sh--gnav-btn a.btn-open span:nth-of-type(2) {
  top: 50%;
}

/*=============================
#btn-ani
=============================*/
.sh--gnav-btn a span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.sh--gnav-btn a span:nth-of-type(2) {
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}
@keyframes menu-bar02 {
  0% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.sh--gnav-btn a.btn-open span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}
@keyframes active-menu-bar01 {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(45deg);
  }
}
.sh--gnav-btn a.btn-open span:nth-of-type(2) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar02 .75s forwards;
}
@keyframes active-menu-bar02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-45deg);
  }
}

/* SMARTPHONE
================================================== */
@media screen and (max-width: 768px) {
  
  /* OPEN / CLOSE BTNS */
  body.fixed .sh--gnav-btn {
    position: absolute;
    top: 20px;
    right: 20px; 
    z-index: 9999;
  }
  .sh--gnav-btn a {
    width: 32px;
    height: 48px;
  }
  body.fixed .sh--gnav-btn a {
    width: 64px;
    height: 64px;
  }
  .sh--gnav-btn a span:nth-of-type(1) {
    top: calc(50% - 6px);
  }
  .sh--gnav-btn a span:nth-of-type(2) {
    top: calc(50% + 6px);
  }
  
  /* OVERLAY */
  .sh--gnav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    width: 100%;
    height: 100%;
    height: 100svh;
    background-color: #111B2B;
    background-image: url(../img/overlaymenu_bg.webp);
    background-size: cover;
    background-position: center;
  }
  .sh--gnav-ol-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .sh--gnav-ol-nav {
    position: relative;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 50px 0;
    overflow-y: auto;
  }
  .sh--nav-logo {
    width: 120px;
    margin: 0 auto 60px;
  }
  .sh--nav-logo img {
    filter: invert(100%);
  }
  .sh--gnav-ol-nav nav {
    margin-bottom: 50px;
  }
  .sh--gnav-ol-nav nav ul li  {
    font-family: var(--font-en-optima);
    font-size: var(--fs24);
    text-align: center;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    text-shadow:
      0px 0px 6px rgba(0, 0, 0, 1),
      0px 0px 18px rgba(0, 0, 0, 1);
    line-height: 1;
  }
  .sh--gnav-ol-nav nav ul li + li {
    margin-top: 25px;
  }
  .sh--gnav-ol-nav nav ul li img {
    width: auto;
    height: 10px;
  }
  .sh--gnav-ol-nav nav ul li ul {
    margin-top: 14px;
    margin-left: 15px;
  }
  .sh--gnav-ol-nav nav ul li ul img {
    height: 8px;
  }
  .sh--gnav-ol-nav nav ul li ul a::before {
    display: inline-block;
    content: '・';
    font-size: 1rem;
    color: #8d8b89;
    margin-right: 5px;
    margin-bottom: -2px;
    vertical-align: middle;
  }
  .sh--gnav-ol-nav nav ul li ul li:nth-child(2) img {
    height: 10px;
  }
  .sh--gnav-ol-nav nav ul li ul li + li {
    margin-top: 15px;
  }
  
  
  .sh--insta {
    position: absolute;
    right: 20px;
    top: 14px;
  }
  .sh--insta img {
    width: 18px;
    height: 18px;
    filter: invert(36%) sepia(7%) saturate(129%) hue-rotate(156deg) brightness(93%) contrast(90%);
  }
  
}

/* DESKTOP
================================================== */
@media screen and (min-width: 769px), print {

  /* OPEN / CLOSE BTNS */
  body.fixed .sh--gnav-btn {
    position: absolute;
    top: 50px;
    right: 50px; 
    z-index: 9999;
  }
  
  /* OVERLAY */
  .sh--gnav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    width: 100%;
    height: 100%;
    height: 100svh;
    background-color: #111B2B;
    background-image: url(../img/overlaymenu_bg.webp);
    background-size: cover;
    background-position: center;
  }
  .sh--gnav-ol-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .sh--gnav-ol-nav {
    position: relative;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 50px 0;
    overflow-y: auto;
  }
  .sh--nav-logo {
    width: 232px;
    margin: 0 auto 80px;
  }
  .sh--nav-logo img {
    filter: invert(100%);
  }
  .sh--gnav-ol-nav nav {
    margin-bottom: 50px;
  }
  .sh--gnav-ol-nav nav ul li  {
    font-family: var(--font-en-optima);
    font-size: var(--fs28);
    text-align: center;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    text-shadow:
      0px 0px 6px rgba(0, 0, 0, 1),
      0px 0px 18px rgba(0, 0, 0, 1);
    line-height: 1;
  }
  .sh--gnav-ol-nav nav ul li + li {
    margin-top: 30px;
  }
  .sh--gnav-ol-nav nav ul li img {
    width: auto;
    height: 10px;
  }
  .sh--gnav-ol-nav nav ul li ul {
    margin-top: 14px;
    margin-left: 15px;
  }
  .sh--gnav-ol-nav nav ul li ul img {
    height: 8px;
  }
  .sh--gnav-ol-nav nav ul li ul a::before {
    display: inline-block;
    content: '・';
    font-size: 1rem;
    color: #8d8b89;
    margin-right: 5px;
    margin-bottom: -2px;
    vertical-align: middle;
  }
  .sh--gnav-ol-nav nav ul li ul li:nth-child(2) img {
    height: 10px;
  }
  .sh--gnav-ol-nav nav ul li ul li + li {
    margin-top: 15px;
  }
  
  
  .sh--insta {
    position: absolute;
    right: 20px;
    top: 14px;
  }
  .sh--insta img {
    width: 18px;
    height: 18px;
    filter: invert(36%) sepia(7%) saturate(129%) hue-rotate(156deg) brightness(93%) contrast(90%);
  }

}

