@charset "UTF-8";
/* --------------------------------------------- */
/* mixin */
/* --------------------------------------------- */
@font-face {
  font-family: "Play";
  font-style: normal;
  font-display: swap;
  src: url("/wp-includes/fonts/Play-Regular.woff2") format("woff2"), url("/wp-includes/fonts/Play-Regular.woff") format("woff");
}
@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-display: swap;
  src: url("/wp-includes/fonts/Urbanist-VariableFont_wght.woff2") format("woff2"), url("/wp-includes/fonts/Urbanist-VariableFont_wght.woff") format("woff");
}
@font-face {
  font-family: "Urbanist";
  font-style: italic;
  font-display: swap;
  src: url("/wp-includes/fonts/Urbanist-Italic-VariableFont_wght.woff2") format("woff2"), url("/wp-includes/fonts/Urbanist-Italic-VariableFont_wght.woff") format("woff");
}
/* header,gnavi */
/* --------------------------------------------- */
/* header */
/* --------------------------------------------- */
.header-site {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: 0.2s;
}
.header-site .header-inner {
  width: 90%;
  height: 80px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .header-site .header-inner {
    height: 60px;
  }
}
.header-site .header-inner .header-title {
  max-width: 240px;
}
@media screen and (max-width: 1024px) {
  .header-site .header-inner .header-title {
    max-width: 180px;
  }
}
.header-site .header-inner .header-title a {
  color: #222;
}
.header-site .header-inner .header-title a:hover {
  text-decoration: none;
}
.page-template-default .header-site.pagewhite {
  background: white;
}
.page-template-temp-side .header-site.pagewhite {
  background: white;
}
.header-site.white {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

@media screen and (max-width: 768px) {
  .global-nav-item-list {
    padding-top: 70px;
  }
}

.anchor {
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .anchor {
    margin-top: -70px;
    padding-top: 70px;
  }
}

/* --------------------------------------------- */
/* PC用 */
/* --------------------------------------------- */
@media (min-width: 1025px) {
  /* グローバルナビリスト (1階層目) */
  .global-nav-item-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* グローバルナビ項目 (1階層目) */
  .global-nav-item {
    display: flex;
    position: relative;
  }
  .global-nav-item > a {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 10px;
    padding: 5px 10px;
    font-family: "Urbanist", sans-serif;
    font-size: 15px;
    font-style: italic;
    color: #222;
    text-align: center;
    text-decoration: none;
    transform: rotate(0.05deg);
  }
  .global-nav-item > a:hover {
    text-decoration: none;
  }
  .global-nav-item > a::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 2px;
    background: #ff0090;
    opacity: 0;
    transition: 0.2s opacity;
  }
  .global-nav-item:hover > a::after,
  .global-nav-item.current > a::after {
    opacity: 1;
  }
  .global-nav-tel > a {
    display: inline-block;
    margin-left: 30px;
    padding: 5px 30px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #666;
    outline: none;
    overflow: hidden;
    transition: ease 0.2s;
  }
  .global-nav-tel > a span {
    font-family: "Urbanist", sans-serif;
    font-size: 15px;
    font-style: italic;
    position: relative;
    z-index: 3;
  }
  .global-nav-tel > a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -130%;
    background: #ff0090;
    width: 120%;
    height: 100%;
    transform: skewX(-25deg);
  }
  .global-nav-tel > a:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #ff0090;
  }
  .global-nav-tel > a:hover::before {
    animation: btnslide 0.2s forwards;
  }
  /* グローバルナビリスト (2階層目) */
  .global-nav-sub-item-list {
    position: absolute;
    top: 100%;
    width: calc(100% + 30px);
    min-width: 200px;
    left: 50%;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    opacity: 0;
    transform: translateX(-50%);
    transition: 0.2s opacity;
    pointer-events: none;
    z-index: 100;
  }
  .global-nav-item:hover > .global-nav-sub-item-list,
  .global-nav-sub-item-list:hover {
    opacity: 1;
    pointer-events: all;
  }
  /* グローバルナビ項目 (2階層目) */
  .global-nav-sub-item > a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 15px 10px;
    border-top: 1px dotted #ccc;
    font-size: 14px;
    color: #222;
    text-align: left;
    text-decoration: none;
    transform: rotate(0.05deg);
  }
  .global-nav-sub-item:first-child > a {
    border-top: none;
  }
  .global-nav-sub-item > a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.1);
  }
  .global-nav-toggle {
    display: none;
  }
}
/* --------------------------------------------- */
/* スマホ用 */
/* --------------------------------------------- */
@media (max-width: 1024px) {
  /* グローバルナビリスト (1階層目) */
  .global-nav-item-list {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 100%;
    margin: auto;
    padding-top: 50px;
    overflow: auto;
    z-index: 100;
    background: rgba(0, 0, 0, 0.85);
    transition: 0.2s all;
    pointer-events: none;
  }
  .global-nav.open .global-nav-item-list {
    left: 0;
    pointer-events: all;
  }
  /* グローバルナビ項目 (1階層目, 2階層目) のリンク */
  .global-nav-item a {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 15px 5%;
    font-family: "Urbanist", sans-serif;
    font-style: italic;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transform: rotate(0.05deg);
    transition: 0.2s all;
  }
  .global-nav-item a:hover {
    text-decoration: none;
    background: #000;
  }
  .global-nav-item > a::before {
    box-sizing: border-box;
    content: "";
    display: block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform-origin: center;
    transform: translateX(-25%) rotate(-45deg);
    transition: 0.2s all;
  }
  .global-nav-sub-item-list.open a::before {
    content: "";
    width: 10px;
    margin-right: 10px;
    border-top: 2px solid #fff;
  }
  .global-nav-item > a.open::before {
    transform: translate(-25%, -2.5px) rotate(45deg);
  }
  .global-nav-sub-item a {
    padding-left: 10%;
  }
  .global-nav-tel a span {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 20px auto 0;
    padding: 10px 0;
    font-family: "Urbanist", sans-serif;
    font-style: italic;
    background: #fff;
  }
  .global-nav-tel a:hover {
    text-decoration: none;
    background: #fff;
  }
  .global-nav-tel a::before {
    content: none;
  }
  /* グローバルナビリスト (2階層目) */
  .global-nav-sub-item-list:not(.open),
  .global-nav-sub-item-list:not(.open) * {
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    color: transparent;
    line-height: 0;
    transition: 0.2s margin, 0.2s padding, 0.2s border-width, 0.2s line-height, 0.2s opacity;
  }
  .global-nav-sub-item-list.open,
  .global-nav-sub-item-list.open * {
    transition: 0.2s margin, 0.2s padding, 0.2s border-width, 0.2s line-height, 0.2s opacity;
  }
  /* トグルボタン */
  .global-nav-button {
    box-sizing: border-box;
    position: fixed;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: #000;
    z-index: 101;
    cursor: pointer;
  }
  .global-nav-button-icon {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: calc(100% - 12px);
    height: 2px;
    margin-left: 6px;
    background: #fff;
    z-index: 100;
  }
  .global-nav-button-icon::before {
    position: relative;
    top: -8px;
    display: block;
    content: "";
    height: 2px;
    background: #fff;
    transition: 0.1s all;
  }
  .global-nav-button-icon::after {
    position: relative;
    top: 6px;
    display: block;
    content: "";
    height: 2px;
    background: #fff;
    transition: 0.1s all;
  }
  .global-nav-button.open .global-nav-button-icon {
    background: transparent;
  }
  .global-nav-button.open .global-nav-button-icon::before {
    top: -6px;
    transform: translateY(6px) rotate(45deg);
  }
  .global-nav-button.open .global-nav-button-icon::after {
    top: 3px;
    transform: translateY(-5px) rotate(-45deg);
  }
}/*# sourceMappingURL=header.css.map */