.common-header-footer.l-header {
  background-color: #fff;
  display: flex;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, .1);
}

@media only screen and (max-width: 768px) {
  .common-header-footer.l-header {
    padding: 24px 4.2666666667%;
    box-shadow: 0 0 16px rgba(0, 0, 0, .05);
  }
}

.common-header-footer.l-header.no-shadow {
  box-shadow: none;
}

.common-header-footer.l-header.is_open .l-headerLogo svg path {
  fill: #fff;
}

.common-header-footer.l-header.is_open .logo-text {
  color: #fff;
}

.common-header-footer .l-headerInner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1 0 auto;
  padding-left: 20px;
}

@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerInner {
    flex-direction: column;
    position: fixed;
    top: 64px;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: calc(100vh - 64px);
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    padding-top: 56px;
    padding-left: 4.2666666667%;
    padding-right: 4.2666666667%;
  }
}

@media only screen and (max-width: 768px) and (prefers-reduced-motion: no-preference) {
  .common-header-footer .l-headerInner {
    transition: .25s cubic-bezier(0.65, 0.05, 0.36, 1);
  }
}

@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerInner.is_show {
    z-index: 975;
    padding-bottom: 75px;
    visibility: visible;
    opacity: 1;
  }
}

.common-header-footer .l-headerLogo {
  padding-top: 21px;
  padding-bottom: 22px;
  padding-left: 2.7777%;
  line-height: 1;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerLogo {
    padding: 0;
  }
}

.common-header-footer .l-headerLogo a {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerLogo a {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .common-header-footer .l-headerLogo a .logo {
    width: 116px;
    height: 15px;
  }
}

.common-header-footer .l-headerLogo .logo-text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  flex: 1 0 auto;
}

@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerLogo .logo-text {
    font-size: 1.4rem;
  }
}

.common-header-footer .l-headeTextLink {
  padding-top: 10px;
  padding-right: 35px;
  line-height: 1;
}

.common-header-footer .l-headeTextLink:focus {
  text-decoration: underline;
}

@media (hover) {
  .common-header-footer .l-headeTextLink:hover {
    text-decoration: underline;
  }
}

.common-header-footer .l-headeTextLink_item {
  color: #222;
  font-size: 1.3rem;
}

.common-header-footer .l-headeTextLink_item[target=_blank] {
  padding-right: 21px;
  background-image: url("/wp/wp-content/themes/fujioh-pro/assets/images/common/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: right center;
}

.common-header-footer .l-headerNav {
  margin-top: 13px;
}

@media only screen and (max-width: 1024px) {
  .common-header-footer .l-headerNav {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerNav {
    font-family: "source-han-sans-japanese", sans-serif;
    margin-top: 0;
    margin-right: 0;
  }
}

.common-header-footer .l-headerNavList {
  display: flex;
  padding-left: 0;
}

@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerNavList {
    flex-direction: column;
  }
}

@media not screen and (max-width: 768px) {
  .common-header-footer .l-headerNavList > *:nth-child(1) .l-headerNavChild {
    width: 220px;
  }

  .common-header-footer .l-headerNavList > *:nth-child(2) .l-headerNavChild {
    width: 234px;
  }

  .common-header-footer .l-headerNavList > *:nth-child(3) .l-headerNavChild {
    width: 174px;
  }
}

.common-header-footer .l-headerNavList_item {
  flex-grow: 1;
}

@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerNavList_item {
    border-top: 1px solid hsla(0, 0%, 100%, .5);
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.common-header-footer .l-headerNavList_item:not(:last-child) {
  margin-right: 20px;
}

@media only screen and (max-width: 1024px) {
  .common-header-footer .l-headerNavList_item:not(:last-child) {
    margin-right: 0;
  }
}

.common-header-footer .l-headerNavList_link {
  color: #222;
  display: block;
  font-weight: 700;
  padding: 5px 15px 14px;
  margin-bottom: -4px;
}

@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerNavList_link {
    color: #fff;
    font-size: 1.8rem;
    padding: 0;
  }
}

.common-header-footer .l-headerNavChild {
  font-family: "source-han-sans-japanese", sans-serif;
  transition: .25s;
  border-radius: 8px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
}

@media not screen and (max-width: 768px) {
  .common-header-footer .l-headerNavChild {
    opacity: 0;
    background-color: #fff;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translate(-50%, 100%);
    z-index: -1;
    min-width: 145px;
  }
}

@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerNavChild {
    box-shadow: none;
    margin-top: 20px;
    display: none;
    transition: none;
  }
}

.common-header-footer .l-headerNavChild:focus {
  opacity: 1;
  z-index: 10;
}

@media (hover) {
  .common-header-footer .l-headerNavChild:hover {
    opacity: 1;
    z-index: 10;
  }
}

.common-header-footer .l-headerNavList_item__hasChild {
  position: relative;
}

.common-header-footer .l-headerNavList_item__hasChild .l-headerNavList_link {
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerNavList_item__hasChild .l-headerNavList_link::before {
    content: " ";
    width: 6px;
    height: 6px;
    display: block;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(135deg);
    transition: .25s;
    opacity: 0;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .common-header-footer .l-headerNavList_item__hasChild .l-headerNavList_link::before {
    opacity: 1;
  }
}

@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerNavList_item__hasChild .l-headerNavList_link.is_active::before {
    transform: translateY(-50%) rotate(-45deg);
  }
}

.common-header-footer .l-headerNavList_item__hasChild .l-headerNavList_link::after {
  content: " ";
  width: 9px;
  height: 4px;
  background-image: url("/wp/wp-content/themes/fujioh-pro/assets/images/common/icon_arrow-down.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: .85em;
  right: 0;
}

@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerNavList_item__hasChild .l-headerNavList_link::after {
    display: none;
  }
}

@media not screen and (max-width: 768px) {
  .common-header-footer .l-headerNavList_item__hasChild .l-headerNavList_link:hover + .l-headerNavChild,
  .common-header-footer .l-headerNavList_item__hasChild .l-headerNavList_link:focus-within + .l-headerNavChild {
    opacity: 1;
    z-index: 1;
  }
}

@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerNavList_item__hasChild.is_open .l-headerNavList_link::before {
    transform: translateY(-50%) rotate(-45deg);
  }
}

.common-header-footer .l-headerNavList_item__hasChild.is_active .l-headerNavList_link::after {
  transform: rotate(-180deg);
}

.common-header-footer .l-headerNavChild_item {
  padding: 16px 20px;
}

.common-header-footer .l-headerNavChild_item:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.common-header-footer .l-headerNavChild_link {
  font-size: 1.5rem;
}

.common-header-footer .l-headerNavChild_link:focus {
  opacity: .5;
}

@media (hover) {
  .common-header-footer .l-headerNavChild_link:hover {
    opacity: .5;
  }
}

@media not screen and (max-width: 768px) {
  .common-header-footer .l-headerNavChild_link {
    font-feature-settings: "palt";
  }
}

@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerNavChild_link {
    color: #fff;
  }
}

.common-header-footer .l-headerBtn {
  background-color: #1b365d;
  color: #fff;
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  width: 200px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 14.5%;
  column-gap: 14.5%;
  padding: 10px 5px;
}

@media only screen and (max-width: 1024px) {
  .common-header-footer .l-headerBtn {
    font-size: 1.3rem;
  }
}

.common-header-footer .l-headerBtn:focus {
  background-color: #222;
}

@media (hover) {
  .common-header-footer .l-headerBtn:hover {
    background-color: #222;
  }
}

@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerBtn {
    display: none;
  }
}

/* スマホメニューボタン */
@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerSpBtn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 64px;
    height: 64px;
    cursor: pointer;
  }
}

@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerSpBtn.is_open .l-headerSpBtn_line {
    background-color: #fff;
  }
}

@media only screen and (max-width: 768px) and (prefers-reduced-motion: no-preference) {
  .common-header-footer .l-headerSpBtn.is_open .l-headerSpBtn_line {
    transition: .25s cubic-bezier(0.65, 0.05, 0.36, 1);
  }
}

@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerSpBtn.is_open .l-headerSpBtn_line:nth-of-type(1) {
    transform: translateY(8px) rotateZ(28deg);
  }
}

@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerSpBtn.is_open .l-headerSpBtn_line:nth-of-type(2) {
    opacity: 0;
  }
}

@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerSpBtn.is_open .l-headerSpBtn_line:nth-of-type(3) {
    transform: translateY(-5px) rotateZ(-28deg);
  }
}

@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerSpBtn_line {
    position: absolute;
    left: 50%;
    translate: -50%;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #1b365d;
  }
}

@media only screen and (max-width: 768px) and (prefers-reduced-motion: no-preference) {
  .common-header-footer .l-headerSpBtn_line {
    transition: .25s cubic-bezier(0.65, 0.05, 0.36, 1);
  }
}

@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerSpBtn_line:nth-of-type(1) {
    top: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerSpBtn_line:nth-of-type(2) {
    top: 31px;
  }
}

@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerSpBtn_line:nth-of-type(3) {
    top: 37px;
  }
}

.common-header-footer .l-headerBottom {
  display: none;
  flex-direction: column;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerBottom {
    display: flex;
  }
}

.common-header-footer .l-headerSimpleNav {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
}

@media only screen and (max-width: 768px) {
  .common-header-footer .l-headerSimpleNav_item:not(:last-child) {
    margin-right: 20px;
  }
}

.common-header-footer .l-headerSimpleNav_link {
  color: #fff;
  font-size: 1.3rem;
}

.common-header-footer .l-headerSimpleNav_link[target=_blank] {
  padding-right: 26px;
  background-image: url("/wp/wp-content/themes/fujioh-pro/assets/images/common/icon_blank_wh.svg");
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: right bottom 3px;
}

.common-header-footer .l-headerCopyRight {
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 1rem;
  text-align: center;
  margin-top: 37px;
}

/* メニューオーバーレイ */
.common-header-footer .menuOverlay {
  background-color: #1b365d;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.common-header-footer .menuOverlay.is_show {
  opacity: 1;
  visibility: visible;
}
