@charset "UTF-8";
.top-btn {
  position: fixed;
  width: auto;
  height: auto;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.header {
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 999;
  width: -webkit-fill-available;
  margin: 10px;
  color: #fff;
  font-size: 16px;
}
.header .wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  color: #fff;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 77px;
}
.header .wrapper .logo-set {
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 1;
}
.header .wrapper .logo-set span {
  color: white;
  height: 70px;
}
.header .wrapper .logo-set span img {
  width: auto;
}
.header .wrapper .logo-set span:nth-child(2) {
  font-size: 20px;
}
.header .wrapper a {
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 0 1em;
  align-items: center;
}
.header .wrapper a .ruby {
  font-size: 14px;
  letter-spacing: 0.2em;
  font-family: "Alexandria", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.header .wrapper a span {
  font-size: 20px;
}
.header .wrapper .head-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 1;
}
.header .wrapper .head-main a {
  border-right: 1px solid white;
}
.header .wrapper .head-main a:last-child {
  border: none;
}
.header .wrapper .head-entry {
  z-index: 1;
  background-color: #fff34a;
  height: 77px;
  display: flex;
  align-items: center;
  color: #000;
  justify-content: center;
}
.header .wrapper::after {
  content: "";
  position: absolute;
  background: var(--main-color);
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 77px;
  mix-blend-mode: hard-light;
}

.header_sub {
  font-family: "Alexandria", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  letter-spacing: 0.1em;
}

#side_menu {
  position: fixed;
  right: 0;
  top: 120px;
  z-index: 9999;
}
#side_menu a {
  color: #fff;
  font-size: 2rem;
  border-bottom: 7px solid white;
}
#side_menu .menu-btn {
  display: flex;
  margin-bottom: 4rem;
  gap: 10px;
  color: #fff;
  font-size: 2rem;
  border-bottom: 7px solid white;
}
#side_menu .menu-btn p {
  font-size: 2rem;
}
#side_menu .menu-btn span {
  display: block;
  transition: all 0.4s;
  position: absolute;
  height: 7px;
  background-color: white;
  width: 35%;
}
#side_menu .menu-btn span:nth-of-type(1) {
  top: 0px;
}
#side_menu .menu-btn span:nth-of-type(2) {
  top: 20px;
}
#side_menu .content-set a {
  display: flex;
  flex-direction: row;
  width: 170px;
  font-size: 1.4rem;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
#side_menu .content-set a img {
  width: auto;
}
#side_menu .content-set a span {
  font-size: 1.4rem;
}

.is-in #side_menu a {
  color: black;
  border-bottom: 7px solid black;
}
.is-in #side_menu .menu-btn {
  color: black;
  font-size: 2rem;
  border-bottom: 7px solid black;
}
.is-in #side_menu .menu-btn span {
  background-color: black;
}

.open-btn {
  display: none;
}

.menu-btn.active span:nth-of-type(1) {
  top: 10px !important;
  transform: translateY(6px) rotate(-45deg);
  width: 25%;
}
.menu-btn.active span:nth-of-type(2) {
  top: 22px !important;
  transform: translateY(-6px) rotate(45deg);
  width: 25%;
}

.wrapper-side {
  z-index: 999;
  display: flex;
  flex-direction: column;
  background: transparent;
  gap: 10vw;
  display: none;
  background-color: var(--main-color);
}
.wrapper-side .logo-set {
  margin-bottom: 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.wrapper-side .logo-set span {
  color: white;
}
.wrapper-side .logo-set span img {
  width: auto;
}
.wrapper-side .logo-set span:nth-child(2) {
  font-size: 32px;
}
.wrapper-side .head-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3vw;
}
.wrapper-side .head-main a {
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 0 2.5vw;
  align-items: center;
}
.wrapper-side .head-main a span:first-child {
  font-size: 14px;
}
.wrapper-side .head-main a span:nth-child(2) {
  font-size: 20px;
  line-height: 1.5rem;
}
.wrapper-side .head-main a:last-child {
  border: none;
}
.wrapper-side .head-entry {
  margin: 0 40vw;
  margin-top: 3vw;
  z-index: 1;
  background-color: #fff;
  color: #000;
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper-side .head-entry a {
  display: flex;
  flex-direction: column;
  padding: 0 2rem;
}
.wrapper-side .head-entry a span {
  font-size: 14px;
}
.wrapper-side .head-entry a p:nth-child(2) {
  line-height: 1.5rem;
}
.wrapper-side .head-entry a p:nth-child(2) span:first-child {
  font-size: 20px;
  margin-right: -0.8rem;
}
.wrapper-side .head-entry a p:nth-child(2) span.p {
  font-size: 16px;
}

.wrapper-side.panelactive {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100vh;
  display: block;
}

.logo-set.mobile {
  display: none;
  position: fixed;
  top: 20px;
}
.logo-set.mobile a {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  color: #fff;
}
.logo-set.mobile span img {
  height: 30px;
  margin-bottom: -10px;
}
.logo-set.mobile span.hiragi-w6 {
  margin-bottom: -4px;
}

@media screen and (max-width: 768px) {
  .top-btn img {
    width: 50px;
  }
  .open-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999; /*ボタンを最前面に*/
    cursor: pointer;
    width: 50px;
    display: block;
    height: 50px;
  }
  .open-btn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: var(--main-color);
    width: 45%;
  }
  .open-btn span:nth-of-type(1) {
    top: 15px;
  }
  .open-btn span:nth-of-type(2) {
    top: 23px;
  }
  .open-btn span:nth-of-type(3) {
    top: 31px;
  }
  .open-btn.active span {
    background-color: #fff;
  }
  .open-btn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .open-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .open-btn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  .circle-bg {
    position: fixed;
    z-index: 3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--main-color);
    transform: scale(0);
    right: -50px;
    top: calc(0% - 50px);
    transition: all 0.6s;
  }
  .circle-bg.circleactive {
    transform: scale(50); /*クラスが付与されたらscaleを拡大*/
  }
  .header {
    flex-direction: column;
    background: transparent;
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
  }
  .header .wrapper {
    flex-direction: column;
    background: transparent;
    gap: 10vw;
    display: none;
  }
  .header .wrapper .logo-set {
    flex-direction: column;
    margin-top: 5vw;
  }
  .header .wrapper .logo-set span {
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 5vw;
  }
  .header .wrapper .logo-set span img {
    margin-bottom: -1rem;
    width: 300px;
  }
  .header .wrapper .logo-set span:nth-child(2) {
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 5vw;
  }
  .header .wrapper .head-main {
    flex-direction: column;
    gap: 10vw;
  }
  .header .wrapper .head-main a {
    border: none;
  }
  .header .wrapper .head-entry {
    background-color: transparent;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: white;
  }
  .header .wrapper .head-entry p:nth-child(2) span.p {
    font-size: clamp(10px, 1.4rem, 2rem);
  }
  .header .wrapper.panelactive {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100vh;
    display: block;
  }
  .header_sub {
    display: none;
  }
  #side_menu {
    display: none;
  }
  .logo-set.mobile {
    display: flex;
    flex-direction: column;
  }
  .logo-set.mobile img {
    height: 20px;
    width: auto;
    aspect-ratio: 1/1;
  }
}/*# sourceMappingURL=header.css.map */