@charset "UTF-8";
.new-header__logo {
  position: absolute;
  inset: 2.5rem auto auto 4.6rem;
  width: 15.8rem;
}
@media (max-width: 767px) {
  .new-header__logo {
    width: 10rem;
    inset: 0.8rem auto auto 1.5rem;
  }
}
.new-header__logo.is-black {
  filter: invert(-1);
}
.new-header__navi {
  position: fixed;
  inset: 3.8rem 4rem auto auto;
  display: flex;
  z-index: 10002;
}
@media (max-width: 767px) {
  .new-header__navi {
    inset: 1.5rem 1.5rem auto auto;
  }
}
.new-header__buttons {
  display: flex;
  gap: 1.8rem;
}
@media (max-width: 767px) {
  .new-header__buttons {
    gap: 1rem;
  }
}
.new-header__button {
  height: 4rem;
  border-radius: 100px;
  width: 7.4rem;
}
@media (max-width: 767px) {
  .new-header__button {
    height: 3.5rem;
    width: 6.5rem;
  }
}
.new-header__button--menu {
  color: #fff;
  border: solid 1px;
  background-color: var(--black);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100002;
}
.new-header__button--menu .new-header__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.new-header__button--menu .new-header__dots > div {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #fff;
  transition: 0.5s;
}
.new-header__button--menu.is-active {
  flex-direction: column;
}
.new-header__button--menu.is-active .new-header__dots {
  rotate: 45deg;
  rotate: -27deg;
  position: absolute;
  inset: 0;
  margin: auto;
}
.new-header__button--menu.is-active .new-header__dots > div {
  width: 3rem;
  height: 2px;
  border-radius: 8px;
  position: absolute;
  inset: 0;
  margin: auto;
}
.new-header__button--menu.is-active .new-header__dots > div:nth-child(1) {
  rotate: 90deg;
  rotate: 55deg;
}
.new-header__button--menu.is-active .new-header__dots > div:nth-child(2) {
  opacity: 0;
}
.new-header__button--menu.is-active .new-header__dots > div:nth-child(3) {
  rotate: 180deg;
}
.new-header__button--entry {
  width: 13.8rem;
  background-color: #ed7fa4;
  border: solid 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  opacity: 1 !important;
}
.new-header__button--entry > div {
  position: relative;
  z-index: 3;
  transition: 0.3s;
}
.new-header__button--entry.is-hide {
  opacity: 0 !important;
  pointer-events: none;
}
.new-header__button--entry::before {
  content: "";
  width: 30rem;
  height: 30rem;
  border-radius: 100%;
  position: absolute;
  transform: translate(10rem, -20rem);
  background-color: #212121;
  transition: 0.6s;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .new-header__button--entry:hover div {
    color: #ed7fa4;
  }
  .new-header__button--entry:hover::before {
    transform: none;
  }
}
@media (max-width: 767px) {
  .new-header__button--entry {
    width: 12rem;
  }
}

.new-header-drwaer {
  background-image: url("../images/bg2.png");
  background-color: #212121;
  background-size: 19rem;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  transform: translate(100%, 0);
  transition: 0.4s;
  overscroll-behavior: contain;
  overflow-x: clip;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .new-header-drwaer {
    padding: 9rem 2rem 4rem;
  }
}
.new-header-drwaer.is-active {
  transform: none;
}
.new-header-drwaer__content {
  width: 124rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16.7rem;
  display: grid;
  grid-template-columns: 1fr 49.25rem;
  margin-bottom: 8.5rem;
}
@media (max-width: 767px) {
  .new-header-drwaer__content {
    margin-top: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
}
.new-header-drwaer__bottom {
  width: 124rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .new-header-drwaer__bottom {
    width: 100%;
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .new-header-drwaer__left {
    background-image: linear-gradient(to bottom, #fff var(--senbun, 4px), transparent var(--kankaku, 4px));
    background-size: 2px calc(var(--senbun, 4px) * 2);
    background-repeat: repeat-y;
    background-position: right 0 center;
    padding-right: 9.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .new-header-drwaer__right {
    padding-left: 9.25rem;
  }
}
.new-header-drwaer__lead {
  font-size: 4.2rem;
  letter-spacing: 0.05em;
  line-height: 5.6rem;
  color: #fff;
  font-weight: bold;
  font-family: var(--font-primary);
  text-align: right;
  margin-top: 3.7rem;
}
@media (max-width: 767px) {
  .new-header-drwaer__lead {
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    margin-bottom: 6rem;
  }
}
.new-header-drwaer .c-new-button {
  margin-bottom: 2.2rem;
}
@media (max-width: 767px) {
  .new-header-drwaer .c-new-button {
    margin-bottom: 1rem;
  }
}
.new-header-drwaer__sublinks {
  color: #fff;
  display: flex;
}
.new-header-drwaer__copyright {
  font-size: 1.4rem;
  color: #fff;
  font-family: "DIN 2014";
  font-weight: bold;
}
@media (max-width: 767px) {
  .new-header-drwaer__copyright {
    font-size: 1.2rem;
    margin-top: 3rem;
  }
}
.new-header-drwaer__sublink {
  font-weight: bold;
  font-family: "DIN 2014";
}
.new-header-drwaer__sublink::after {
  content: "　/　";
}
.new-header-drwaer__sublink:last-child::after {
  display: none;
}

.new-gnavi__links {
  color: #fff;
}
@media (max-width: 767px) {
  .new-gnavi__links {
    margin-bottom: 4rem;
  }
}
.new-gnavi__links-title {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: var(--font-en);
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .new-gnavi__links-title {
    line-height: 1;
    font-size: 2rem;
    padding: 2rem 0 2rem;
    margin-bottom: 0;
    position: relative;
  }
  .new-gnavi__links-title::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.642%22%20height%3D%2212.642%22%20viewBox%3D%220%200%2012.642%2012.642%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_63433%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2063433%22%20transform%3D%22translate(-121.68%20-144.391)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_874%22%20data-name%3D%22%E7%B7%9A%20874%22%20x2%3D%2212.642%22%20transform%3D%22translate(121.68%20150.712)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_875%22%20data-name%3D%22%E7%B7%9A%20875%22%20x2%3D%2212.642%22%20transform%3D%22translate(128%20144.391)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    position: absolute;
    inset: 0 0 0 auto;
    margin: auto 0;
  }
  .new-gnavi__links-title.is-active::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.642%22%20height%3D%221%22%20viewBox%3D%220%200%2012.642%201%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_63433%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2063433%22%20transform%3D%22translate(-121.68%20-150.212)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_874%22%20data-name%3D%22%E7%B7%9A%20874%22%20x2%3D%2212.642%22%20transform%3D%22translate(121.68%20150.712)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") !important;
  }
}
.new-gnavi__links {
  display: flex;
  gap: 7.5rem;
}
@media (max-width: 767px) {
  .new-gnavi__links {
    display: block;
  }
}
.new-gnavi__links-g li {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .new-gnavi__links-g li:last-child {
    margin-bottom: 2rem;
  }
}
.new-gnavi__links-g li + li {
  margin-top: 1em;
}
@media print, screen and (min-width: 768px) {
  .new-gnavi__links-g ul {
    display: block !important;
    height: auto !important;
  }
}
@media print, screen and (min-width: 768px) {
  .new-gnavi__links-g ul + .new-gnavi__links-title {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .new-gnavi__links-g-child {
    display: block;
    border-bottom: 1px solid #666666;
  }
}

@media print, screen and (min-width: 768px) {
  .new-gnavi__links-g-child + .new-gnavi__links-g-child {
    margin-top: 4rem;
  }
}

/*# sourceMappingURL=header.css.map */
