@charset "UTF-8";
/*============================================================================
	Header
==============================================================================*/
.head-container {
  position: relative; }
  .head-container .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0); }
    .head-container .header.change-color {
      background-color: rgba(0, 0, 0, 0.9);
      transition: 0.3s; }
    .head-container .header .head-inner {
      position: relative;
      width: 100%;
      max-width: 1280px;
      display: flex;
      align-items: center;
      margin: auto;
      height: 70px; }
      .head-container .header .head-inner .h1-logo {
        width: 150px;
        margin: 0 20px;
        padding: 0;
        font-size: 0; }
        @media screen and (max-width: 1280px) {
          .head-container .header .head-inner .h1-logo {
            width: 100px; } }
        @media screen and (max-width: 768px) {
          .head-container .header .head-inner .h1-logo {
            width: 20vw; } }
        .head-container .header .head-inner .h1-logo img {
          width: 100%;
          height: auto;
          margin: 0;
          padding: 0; }

ul.nav-cont {
  padding-right: 2em;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 1280px) {
    ul.nav-cont {
      padding-right: 1em; } }
  ul.nav-cont li {
    margin: 0 14px; }
    @media screen and (max-width: 1280px) {
      ul.nav-cont li {
        margin: 0 8px; } }
    ul.nav-cont li a {
      font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
      font-weight: 700;
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 12px;
      color: #fff;
      text-decoration: none;
      transition: all 0.5s; }
      @media screen and (max-width: 1280px) {
        ul.nav-cont li a {
          font-size: 10px; } }
      ul.nav-cont li a:hover {
        color: #666; }
      ul.nav-cont li a span {
        font-size: 80%; }
        @media screen and (max-width: 1280px) {
          ul.nav-cont li a span {
            font-size: 9px; } }

.right-nav-cont {
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0; }

.sns-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px; }
  @media screen and (max-width: 1280px) {
    .sns-nav {
      gap: 10px; } }
  .sns-nav li {
    margin: 0 5px;
    color: #fff; }
  .sns-nav a {
    color: #fff; }
    .sns-nav a i {
      font-size: 18px;
      color: #fff;
      transition: all 0.5s; }
      .sns-nav a i:hover {
        color: #666; }
      @media screen and (max-width: 1280px) {
        .sns-nav a i {
          font-size: 14px; } }
  .sns-nav .phone {
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 500; }
    @media screen and (max-width: 1280px) {
      .sns-nav .phone {
        font-size: 12px; } }
    .sns-nav .phone a {
      display: inline-block;
      position: relative;
      color: #fff;
      text-decoration: none;
      padding-bottom: 2px;
      transition: all 0.5s; }
      .sns-nav .phone a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #fff;
        transform: scaleX(1);
        transform-origin: left center; }
      .sns-nav .phone a:hover, .sns-nav .phone a:focus {
        color: #fff;
        text-decoration: none;
        opacity: 1; }
        .sns-nav .phone a:hover::after, .sns-nav .phone a:focus::after {
          animation: phone-line-redraw 0.7s ease forwards; }
  @media screen and (max-width: 1280px) {
    .sns-nav .mail {
      width: 20px; } }

@keyframes phone-line-redraw {
  0% {
    transform: scaleX(1);
    transform-origin: right center; }
  45% {
    transform: scaleX(0);
    transform-origin: right center; }
  55% {
    transform: scaleX(0);
    transform-origin: left center; }
  100% {
    transform: scaleX(1);
    transform-origin: left center; } }
@media screen and (max-width: 768px) {
  .head-container .header .head-inner {
    height: 60px; }
    .head-container .header .head-inner .h1-logo {
      width: 100px;
      margin: auto; }
      .head-container .header .head-inner .h1-logo img {
        width: 100%;
        height: auto; }

  .sp-nav .sp-nav-inner .nav {
    display: block;
    z-index: 9999;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0; }
    .sp-nav .sp-nav-inner .nav .nav_inner {
      width: 25px;
      height: 25px;
      z-index: 9999999;
      transition: all 0.4s;
      position: absolute;
      right: 16px;
      top: 18px; }
      .sp-nav .sp-nav-inner .nav .nav_inner span {
        z-index: 9999;
        display: inline-block;
        transition: all 0.4s;
        /*アニメーションの設定*/
        position: absolute;
        left: 0;
        height: 2px;
        background-color: #fff; }
        .sp-nav .sp-nav-inner .nav .nav_inner span:nth-child(1) {
          top: 6px;
          width: 100%; }
        .sp-nav .sp-nav-inner .nav .nav_inner span:nth-child(2) {
          top: 13px;
          width: 85%; }
    .sp-nav .sp-nav-inner .nav .nav-txt {
      font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      position: absolute;
      bottom: 10px;
      left: 18px;
      letter-spacing: 0.1em;
      color: #fff;
      font-size: 11px; }
    .sp-nav .sp-nav-inner .nav.active span:nth-of-type(1) {
      top: 3px;
      transform: translateY(6px) rotate(-45deg);
      width: 100%; }
    .sp-nav .sp-nav-inner .nav.active span:nth-of-type(2) {
      top: 15px;
      transform: translateY(-6px) rotate(45deg);
      width: 100%; }

  .navigation {
    position: fixed;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    top: 0;
    left: 0;
    z-index: 999;
    transition: 0.5s ease;
    opacity: 0;
    display: none; }
    .navigation.active {
      transition: 0.5s ease;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      opacity: 1;
      display: block; }
    .navigation .navigation-inner {
      position: relative;
      width: 100%;
      min-height: 100%;
      min-height: 100dvh;
      background-color: rgba(0, 0, 0, 0.9);
      margin-left: auto;
      padding: 80px 20px calc(32px + env(safe-area-inset-bottom, 0px));
      box-sizing: border-box;
      transition: 0.5s ease;
      text-align: center;
      display: flex;
      flex-direction: column; }
    .navigation .sitemap-wrapper {
      flex: 1 1 auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-height: 0; }
    .navigation ul.main-nav {
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      flex: 1 1 auto;
      gap: clamp(4px, 1.2vh, 14px);
      min-height: calc(100dvh - 80px - 32px - env(safe-area-inset-bottom, 0px)); }
    .navigation ul li {
      margin-bottom: 0;
      flex: 0 0 auto; }
      .navigation ul li span {
        display: block;
        font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        font-size: clamp(11px, min(3.2vw, 1.55vh), 13px);
        font-weight: 400;
        letter-spacing: 0.06em;
        margin-top: 0.2em;
        opacity: 0.85; }
      .navigation ul li a {
        font-family: "Copperplate", sans-serif;
        font-size: clamp(14px, min(4.8vw, 2.35vh), 18px);
        letter-spacing: 0.1em;
        color: #fff;
        font-weight: 400;
        text-decoration: none;
        line-height: 1.25; }
        .navigation ul li a .fa-instagram:before {
          font-size: clamp(14px, min(4.8vw, 2.35vh), 18px); }
    .navigation .sns-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0; }
      .navigation .sns-nav.sp {
        flex-direction: column;
        gap: clamp(6px, 1vh, 12px); }
        .navigation .sns-nav.sp .sns {
          display: flex;
          gap: 10px; }
          .navigation .sns-nav.sp .sns .e-mail img {
            width: 20px;
            height: auto; }
        .navigation .sns-nav.sp .phone a {
          font-size: clamp(15px, min(4.5vw, 2.2vh), 18px); } }
