@charset "UTF-8";
.u_logo {
  display: none;
}

.u_layer .u_logo {
  position: absolute;
  left: -0.6em;
  top: -0.6em;
  display: block;
  width: 14.5em;
}
.u_layer .hamburger {
  top: 26%;
}
.u_layer .hamburger .f20 {
  font-size: 1.6rem !important;
}
.u_layer .hamburger > div::before {
  right: 0%;
  top: -4%;
  width: 7em;
  height: 9.5em;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 105px;
}

.u_layer header,
header.is-fixed {
  position: fixed;
}
.u_layer header .hamburger > div::before,
header.is-fixed .hamburger > div::before {
  opacity: 1;
}
.u_layer header .hamburger > div .f20,
header.is-fixed .hamburger > div .f20 {
  text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.17);
}

.headerArea {
  height: 105px;
}

/* ---------------------------------------------------------------------------
  ★ハンバーガーメニュー
--------------------------------------------------------------------------- */
/* アコーディオンメニュー */
.accordion-list:not(:first-child) {
  margin-top: 10px;
}

.accordion-title {
  cursor: pointer;
  padding: 10px 20px;
  position: relative;
  color: #fefefe;
}

.accordion-title:after {
  position: relative;
  display: block;
  content: "";
  right: -12px;
  top: 1em;
  width: 1.3em;
  height: 1.5em;
  transform: rotate(-90deg);
  transition: all 0.4s ease-in-out;
  /* background: url(../img/arrow03.svg) no-repeat center left/100%; */
}

.accordion-title.open:after {
  transform: rotate(90deg);
}

.global-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/ham_bg.png) center / contain;
  clip-path: circle(0% at calc(100% - 105px) 60px);
  /* 初期は非表示 */
  transition: clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 9999;
  overflow-y: auto;
}

.global-nav .accordion-container {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  padding: 2% 6%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.ham_logo {
  width: 22em;
  margin: auto;
}

.accordion-title {
  padding: 0 !important;
  width: 3em;
  height: 3.5em;
  position: absolute;
  top: 0;
  right: 0;
}

.global-nav .accordion-container .accordion-content {
  background: #ffffff33;
}

.global-nav .accordion-container .accordion-content li {
  padding: 0.3em 0.3em 0.3em 4.25em;
  border-bottom: none;
}

.global-nav .accordion-container .accordion-content li a {
  display: flex;
  align-items: center;
  color: #38312c;
}

#global-nav ul > li:nth-child(9) > a > span {
  opacity: 0;
}

.global-nav .btn01 a {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.global-nav .center a {
  color: #3c3c3c;
}

.hamburger {
  position: absolute;
  right: 3.2%;
  top: 0%;
  width: 105px;
  height: 105px;
  cursor: pointer;
  z-index: 100;
}

.hamburger > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 105px;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.hamburger > div .f20 {
  transition: 0.6s;
}
.hamburger > div::before {
  content: "";
  position: absolute;
  display: inline-block;
  right: -10%;
  top: 1%;
  background: url(../img/menu_baloon.png) no-repeat center/100%;
  width: 8em;
  height: 9.5em;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.hamburger__line {
  position: absolute;
  left: 18px;
  width: 24px;
  height: 2px;
  background-color: #fff;
  transition: all 0.6s;
  border-radius: 50em;
}

.hamburger__line--1 {
  top: 19px;
}

.hamburger__line--2 {
  top: 26px;
}

.hamburger__line--3 {
  top: 33px;
}

.black-bg01 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open .global-nav {
  clip-path: circle(150% at calc(100% - 44px) 44px);
}

.nav-open .black-bg01 {
  opacity: 0.8;
  visibility: visible;
}

.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}

.accordion-box {
  position: relative;
}

.accordion-close {
  display: none;
  padding-left: 0.8em;
  padding-bottom: 0.8em;
  padding-top: 0.3em;
  border-bottom: 1px solid #dde4e1;
}

.nav li:nth-child(1) a {
  border-left: none !important;
}

.accordion-close li a {
  padding: 6px 0 0px;
  font-weight: 500;
  color: #0a0a0a;
  font-weight: bold;
} /*# sourceMappingURL=header.css.map */

.nav-close {
  position: absolute;
  top: 30px;
  right: 70px;
  width: 5rem;
  height: 5rem;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 10000;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.nav-close:hover {
  transform: scale(1.05);
}

.nav-close .bar {
  position: absolute;
  width: 5rem;
  height: 0.4rem;
  background-color: #ffb7d1;
  border-radius: 999px;
}

.nav-close .bar1 {
  transform: rotate(45deg);
}

.nav-close .bar2 {
  transform: rotate(-45deg);
}
