@charset "UTF-8";
:root {
  --inner-scale: 1;
  --vw-base: calc(1540 / var(--inner-scale));
  --inner: 980;
  --inner-1920: 1920;
  --inner-1484: 1484;
  --inner-1200: 1200;
  --fz-ratio: 1;
}
@media screen and (max-width: 999px) {
  :root {
    --vw-base: 768;
    --inner-scale: 1;
    --inner: 688;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --vw-base: 390;
    --inner-scale: 1;
    --inner: 350;
  }
}

/*------------------------------
header
------------------------------*/
header {
  padding: min( 24 * 100vw / var(--vw-base) , 24/var(--vw-base) * 1540px ) 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5000;
  transition: background 0.3s;
}
@media (max-width: 767px) {
  header {
    padding: 0;
    background: transparent;
  }
}

header.act { /* 下層ページ */
  background: #fff;
}
header.act .header__button {
  border-color: #ACA197;
  color: #ACA197;
}
@media (hover: hover) {
  header.act .header__button:hover {
    color: #fff;
    background: #ACA197;
  }
  header.act .header__button:hover.header__button--contact::before {
    background: #fff;
  }
}
header.act .header__button--contact::before {
  background: #ACA197;
}
header.act .header__language {
  border-color: #ACA197;
  color: #ACA197;
}
header.act .header__language--trans {
  color: #ACA197;
}
header.act .drawer-icon:not(.is-active) .drawer-icon__bar1,
header.act .drawer-icon:not(.is-active) .drawer-icon__bar2 {
  background: #ACA197;
}

@media (min-width: 768px) {
  .header__inner {
    width: 100%;
    padding: 0 min( 40 * 100vw / var(--vw-base) , 40/var(--vw-base) * 1540px );
  }
}

.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  width: min( 200 * 100vw / var(--vw-base) , 200/var(--vw-base) * 1540px );
}
@media (max-width: 999px) {
  .header__logo {
    width: min( 182 * 100vw / var(--vw-base) , 182/var(--vw-base) * 1540px );
  }
}
@media (max-width: 767px) {
  .header__logo {
    display: none;
  }
}

.header__nav {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__buttons {
  display: flex;
  align-items: center;
}

@media (max-width: 999px) {
  .header__buttons--pc-only {
    display: none;
  }
}

.header__buttons--tab {
  display: none;
}
@media (max-width: 999px) {
  .header__buttons--tab {
    display: flex;
  }
}

.header__button {
  display: flex;
  justify-content: center;
  width: 10.4em;
  font-size: min( (18 * 100vw / var(--vw-base)) * var(--fz-ratio) , 18/var(--vw-base) * 1540px );
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 1.1em;
  padding: 0.5em 0;
  transition: all 0.3s;
}
@media (hover: hover) {
  .header__button:hover {
    opacity: 1;
    color: #ACA197;
    background: #fff;
  }
  .header__button:hover.header__button--contact::before {
    background: #ACA197;
  }
}
@media (max-width: 999px) {
  .header__button {
    width: min( 44 * 100vw / var(--vw-base) , 44/var(--vw-base) * 1540px );
    aspect-ratio: 1/1;
    background: #E50111;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 999px) {
  .header__button--download {
    margin-left: min( 10 * 100vw / var(--vw-base) , 10/var(--vw-base) * 1540px );
  }
}

.header__button--contact {
  margin-left: min( 16 * 100vw / var(--vw-base) , 16/var(--vw-base) * 1540px );
}
.header__button--contact::before {
  display: inline-block;
  content: "";
  position: relative;
  background: #fff;
  width: 1em;
  aspect-ratio: 20/12;
  margin-top: 0.1em;
  margin-right: 0.2em;
  -webkit-mask-image: url(../img/mail.svg);
          mask-image: url(../img/mail.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transition: all 0.3s;
}
@media (max-width: 999px) {
  .header__button--contact {
    margin-left: 0;
  }
  .header__button--contact::before {
    display: none;
  }
}

.header__language-wrap {
  margin-left: min( 24 * 100vw / var(--vw-base) , 24/var(--vw-base) * 1540px );
  width: min( 45 * 100vw / var(--vw-base) , 45/var(--vw-base) * 1540px );
  height: min( 45 * 100vw / var(--vw-base) , 45/var(--vw-base) * 1540px );
  position: relative;
}
@media (hover: hover) {
  .header__language-wrap:hover .header__language {
    top: 250%;
  }
  .header__language-wrap:hover .header__language--trans {
    opacity: 1;
    pointer-events: auto;
  }
}

.header__language {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  z-index: 10;
  font-size: min( (18 * 100vw / var(--vw-base)) * var(--fz-ratio) , 18/var(--vw-base) * 1540px );
  font-weight: 400;
  color: #fff;
}

.header__language--trans {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  height: 250%;
  border-radius: min( 20 * 100vw / var(--vw-base) , 20/var(--vw-base) * 1540px );
  padding-top: 1em;
  background: transparent;
  text-align: center;
  border: 1px solid #fff;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  color: #fff;
}
.header__language--trans a {
  display: block;
  font-size: min( (18 * 100vw / var(--vw-base)) * var(--fz-ratio) , 18/var(--vw-base) * 1540px );
}

@media screen and (min-width: 1000px) {
  .header--top .header__language {
    border-color: #E50111;
    background: #E50111;
  }
  .header--top .header__language--trans {
    border: none;
    background: #fff;
    color: #E50111;
  }
}

.drawer-icon {
  margin-left: min( 24 * 100vw / var(--vw-base) , 24/var(--vw-base) * 1540px );
  z-index: 300;
  transition: transform 0.5s ease 0s;
  cursor: pointer;
  width: min( 40 * 100vw / var(--vw-base) , 40/var(--vw-base) * 1540px );
  aspect-ratio: 40/12;
}
.drawer-icon.is-active .drawer-icon__bar1 {
  transform: rotate(-45deg);
  top: 50%;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  transform: translateY(-100%) rotate(45deg);
  top: 50%;
}

.drawer-icon__bars {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 400;
}

.drawer-icon__bar1,
.drawer-icon__bar2 {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  top: 0;
  left: 0;
  transition: transform 0.3s;
}

@media screen and (min-width: 1000px) {
  .header--top .drawer-icon:not(.is-active) .drawer-icon__bar1,
.header--top .drawer-icon:not(.is-active) .drawer-icon__bar2 {
    background: #E50111;
  }
}

.drawer-icon__bar1 {
  top: 0;
}

.drawer-icon__bar2 {
  top: 100%;
  transform: translateY(-100%);
}

.menu {
  position: relative;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain; /* scroll伝番防止 */
}
.menu.is-active {
  transform: translateX(0);
}
@media (max-width: 767px) {
  .menu__inner {
    width: 91%;
  }
}

.menu-body {
  padding-top: min( 176 * 100vw / var(--vw-base) , 176/var(--vw-base) * 1540px );
  padding-bottom: min( 100 * 100vw / var(--vw-base) , 100/var(--vw-base) * 1540px );
  position: relative;
  min-height: 100%;
}
@media screen and (max-width: 999px) {
  .menu-body {
    padding-top: min( 122 * 100vw / var(--vw-base) , 122/var(--vw-base) * 1540px );
  }
}
@media (max-width: 767px) {
  .menu-body {
    padding-top: min( 160 * 100vw / var(--vw-base) , 160/var(--vw-base) * 1540px );
  }
}

@media screen and (min-width: 1000px) {
  .translation__list {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .translation__list {
    display: flex;
    font-size: min( (18 * 100vw / var(--vw-base)) * var(--fz-ratio) , 18/var(--vw-base) * 1540px );
    color: #ACA197;
    position: absolute;
    bottom: 30px;
    left: 1%;
  }
  .translation__list li {
    position: relative;
    padding: 0.3em 1.8em;
  }
  .translation__list li:not(:last-child) {
    border-right: 1px solid #ACA197;
  }
}
@media (max-width: 767px) {
  .translation__list {
    bottom: 16px;
  }
  .translation__list li {
    padding: 0.3em 0.9em;
  }
}

.menu__content {
  width: calc(490 / var(--inner) * 100%);
}
@media (max-width: 999px) {
  .menu__content {
    width: calc(304 / var(--inner) * 100%);
  }
}
@media (max-width: 767px) {
  .menu__content {
    width: 100%;
  }
}

.menu__nav {
  padding-bottom: min( 40 * 100vw / var(--vw-base) , 40/var(--vw-base) * 1540px );
  border-bottom: 1px dashed #ACA197;
}
@media (max-width: 999px) {
  .menu__nav {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.menu__title {
  font-size: min( (14 * 100vw / var(--vw-base)) * var(--fz-ratio) , 14/var(--vw-base) * 1540px );
  font-weight: 400;
  color: #E50111;
  font-family: "Questrial", sans-serif;
  position: relative;
  padding-left: 1em;
}
.menu__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #E50111;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 0.64em;
  aspect-ratio: 9/8;
}
@media (max-width: 999px) {
  .menu__title {
    font-size: min( (15 * 100vw / var(--vw-base)) * var(--fz-ratio) , 15/var(--vw-base) * 1540px );
    margin-left: min( 60 * 100vw / var(--vw-base) , 60/var(--vw-base) * 1540px );
  }
}
@media (max-width: 767px) {
  .menu__title {
    margin-left: min( 50 * 100vw / var(--vw-base) , 50/var(--vw-base) * 1540px );
  }
}

.menu__wrapper {
  margin-top: calc(5 / var(--inner) * 100%);
  display: flex;
  gap: 0 min( 133 * 100vw / var(--vw-base) , 133/var(--vw-base) * 1540px );
}
@media (max-width: 999px) {
  .menu__wrapper {
    display: block;
  }
}

@media (max-width: 999px) {
  .menu__group {
    border-bottom: 1px dashed #ACA197;
    padding: min( 16 * 100vw / var(--vw-base) , 16/var(--vw-base) * 1540px ) 0;
    padding-left: min( 60 * 100vw / var(--vw-base) , 60/var(--vw-base) * 1540px );
  }
}
@media (max-width: 767px) {
  .menu__group {
    padding-left: min( 50 * 100vw / var(--vw-base) , 50/var(--vw-base) * 1540px );
  }
  .menu__group:nth-child(1) {
    border: none;
  }
  .menu__group:nth-child(2) {
    padding-top: min( 5 * 100vw / var(--vw-base) , 5/var(--vw-base) * 1540px );
    padding-bottom: min( 34 * 100vw / var(--vw-base) , 34/var(--vw-base) * 1540px );
  }
}

.menu__group-title {
  font-size: min( (20 * 100vw / var(--vw-base)) * var(--fz-ratio) , 20/var(--vw-base) * 1540px );
  font-weight: 500;
  line-height: 3;
}
@media screen and (max-width: 999px) {
  .menu__group-title {
    line-height: 1.3;
  }
}

.menu__list {
  margin-top: calc(16 / var(--inner) * 100%);
}
.menu__list li:nth-child(n+2) {
  margin-top: min( 24 * 100vw / var(--vw-base) , 24/var(--vw-base) * 1540px );
}
.menu__list li a {
  display: inline-block;
  font-size: min( (16 * 100vw / var(--vw-base)) * var(--fz-ratio) , 16/var(--vw-base) * 1540px );
  font-weight: 400;
  position: relative;
  padding-left: 1em;
}
.menu__list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #E50111;
  border-radius: 50%;
  width: min( 5 * 100vw / var(--vw-base) , 5/var(--vw-base) * 1540px );
  aspect-ratio: 1/1;
}
@media (max-width: 999px) {
  .menu__list {
    margin-left: min( 24 * 100vw / var(--vw-base) , 24/var(--vw-base) * 1540px );
    margin-top: calc(64 / var(--inner) * 100%);
  }
  .menu__list li a::before {
    width: 0.3em;
    aspect-ratio: 1/1;
    border-radius: 50%;
    -webkit-clip-path: none;
            clip-path: none;
  }
}
@media (max-width: 767px) {
  .menu__list {
    margin-left: 6%;
    margin-top: min( 16 * 100vw / var(--vw-base) , 16/var(--vw-base) * 1540px );
  }
  .menu__list li:nth-child(n+2) {
    margin-top: min( 16 * 100vw / var(--vw-base) , 16/var(--vw-base) * 1540px );
  }
}

.menu-column {
  margin-top: min( 30 * 100vw / var(--vw-base) , 30/var(--vw-base) * 1540px );
}
@media (max-width: 999px) {
  .menu-column {
    margin-top: min( 16 * 100vw / var(--vw-base) , 16/var(--vw-base) * 1540px );
    padding-left: min( 60 * 100vw / var(--vw-base) , 60/var(--vw-base) * 1540px );
  }
}
@media (max-width: 767px) {
  .menu-column {
    margin-top: 9%;
    padding-left: min( 50 * 100vw / var(--vw-base) , 50/var(--vw-base) * 1540px );
  }
}

.menu-column__title {
  font-size: min( (20 * 100vw / var(--vw-base)) * var(--fz-ratio) , 20/var(--vw-base) * 1540px );
  font-weight: 500;
  line-height: 3;
  pointer-events: none;
}
@media screen and (max-width: 999px) {
  .menu-column__title {
    line-height: 1.6;
    pointer-events: auto;
  }
}
@media (max-width: 767px) {
  .menu-column__title {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .menu-column__title::before {
    content: "";
    position: absolute;
    background: url(../img/arrow4.svg) no-repeat center center/100%;
    aspect-ratio: 5/9;
    transform: translate(0%, -50%);
    width: 0.4em;
    right: -0.8em;
    top: 50%;
  }
}

.menu-column__list {
  margin-top: 0;
  display: flex;
  gap: 0 min( 24 * 100vw / var(--vw-base) , 24/var(--vw-base) * 1540px );
}
@media (max-width: 999px) {
  .menu-column__list {
    display: none;
  }
}

.menu-column__item {
  width: calc(50% - min( 17 * 100vw / var(--vw-base) , 17/var(--vw-base) * 1540px ) / 2);
  border: 1px solid #ACA197;
  border-radius: min( 16 * 100vw / var(--vw-base) , 16/var(--vw-base) * 1540px );
  padding: min( 16 * 100vw / var(--vw-base) , 16/var(--vw-base) * 1540px );
}

.menu-column__item-category-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: min( 5 * 100vw / var(--vw-base) , 5/var(--vw-base) * 1540px );
}

.menu-column__item-category {
  display: inline-block;
  font-size: min( (14 * 100vw / var(--vw-base)) * var(--fz-ratio) , 14/var(--vw-base) * 1540px );
  font-weight: 500;
  color: #ACA197;
  border: 1px solid #ACA197;
  padding: 0.2em 0.78em;
  border-radius: 1em;
}

.menu-column__item-title {
  font-size: min( (16 * 100vw / var(--vw-base)) * var(--fz-ratio) , 16/var(--vw-base) * 1540px );
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.5em;
}

.menu-column__item-excerpt {
  font-size: min( (14 * 100vw / var(--vw-base)) * var(--fz-ratio) , 14/var(--vw-base) * 1540px );
  font-weight: 300;
  line-height: 1.5;
  margin-top: 0.57em;
}
.menu-column__item-excerpt p {
  height: 2lh;
  overflow: hidden;
}

.menu-column__link {
  text-align: right;
}
.menu-column__link a {
  display: inline-block;
  margin-top: 0.57em;
  font-size: min( (14 * 100vw / var(--vw-base)) * var(--fz-ratio) , 14/var(--vw-base) * 1540px );
  font-weight: 500;
  position: relative;
  padding-left: 0.8em;
}
.menu-column__link a::before {
  content: "";
  position: absolute;
  background: url(../img/arrow4.svg) no-repeat center center/100%;
  aspect-ratio: 5/9;
  transform: translate(0%, -50%);
  width: 0.4em;
  left: 0%;
  top: 50%;
}
@media (max-width: 999px) {
  .menu-column__link {
    display: none;
  }
}

.menu__buttons {
  margin-top: min( 40 * 100vw / var(--vw-base) , 40/var(--vw-base) * 1540px );
  display: flex;
  gap: 0 min( 24 * 100vw / var(--vw-base) , 24/var(--vw-base) * 1540px );
}
@media (max-width: 999px) {
  .menu__buttons {
    display: block;
    margin-top: min( 32 * 100vw / var(--vw-base) , 32/var(--vw-base) * 1540px );
  }
}
@media (max-width: 767px) {
  .menu__buttons {
    display: flex;
    gap: 0;
    justify-content: space-around;
  }
}

@media (min-width: 768px) {
  .header--top .header__buttons {
    display: none;
  }
}

.menu__button {
  width: calc(50% - min( 24 * 100vw / var(--vw-base) , 24/var(--vw-base) * 1540px ) / 2);
}
.menu__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: min( (16 * 100vw / var(--vw-base)) * var(--fz-ratio) , 16/var(--vw-base) * 1540px );
  font-weight: 500;
  color: #fff;
  background: #E50111;
  padding: 0.8em 0;
  border-radius: 2em;
}
@media (max-width: 999px) {
  .menu__button {
    width: 100%;
  }
  .menu__button a {
    font-size: min( (20 * 100vw / var(--vw-base)) * var(--fz-ratio) , 20/var(--vw-base) * 1540px );
    padding: 1em 0;
  }
}
@media (max-width: 767px) {
  .menu__button {
    width: 48%;
  }
  .menu__button a {
    font-size: min( (16 * 100vw / var(--vw-base)) * var(--fz-ratio) , 16/var(--vw-base) * 1540px );
    padding: 0;
    height: 3lh;
  }
}

.menu__button----download a::before {
  display: inline-block;
  content: "";
  position: relative;
  background: url(../img/scroll_shiryou.svg) no-repeat center center/contain;
  width: 1.25em;
  aspect-ratio: 18/22;
  margin-right: 0.5em;
}
@media screen and (max-width: 999px) {
  .menu__button----download a::before {
    display: none;
  }
}

.menu__button--contact a::before {
  display: inline-block;
  content: "";
  position: relative;
  background: url(../img/mail.svg) no-repeat center center/contain;
  width: 1.25em;
  aspect-ratio: 18/22;
  margin-right: 0.5em;
}
@media (max-width: 999px) {
  .menu__button--contact {
    margin-top: min( 16 * 100vw / var(--vw-base) , 16/var(--vw-base) * 1540px );
  }
}
@media (max-width: 767px) {
  .menu__button--contact {
    margin-top: 0;
  }
}

.menu__visual {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(min( 720 * 100vw / var(--vw-base),720px) + max(0px, (100vw - 1540px) / 2));
  height: 100%;
  background: url(../img/menu/menu_ph.jpg) no-repeat center center/cover;
}
@media (max-width: 999px) {
  .menu__visual {
    width: min( 384 * 100vw / var(--vw-base) , 384/var(--vw-base) * 1540px );
    background: url(../img/menu/tab/menu_ph.jpg) no-repeat center center/cover;
  }
}
@media (max-width: 767px) {
  .menu__visual {
    background: url(../img/menu/sp/menu_ph.jpg) no-repeat center center/cover;
    width: 100%;
    height: auto;
    aspect-ratio: 390/112;
    top: 0;
    right: 0;
  }
}

.menu__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14%;
}
@media screen and (max-width: 999px) {
  .menu__logo {
    width: 21%;
  }
}
@media (max-width: 767px) {
  .menu__logo {
    width: 10%;
  }
}

.drawer-close {
  position: absolute;
  bottom: 0%;
  right: 4%;
  background: url(../img/menu/sp/close.svg) no-repeat center center/100%;
  aspect-ratio: 1/1;
  width: 13%;
}
@media (min-width: 768px) {
  .drawer-close {
    display: none;
  }
}

/* スマホメニュー
------------------------------*/
.header-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 200;
}

.header-bar__logo {
  width: min( 53 * 100vw / var(--vw-base) , 53/var(--vw-base) * 1540px );
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #E50111;
}
.header-bar__logo img {
  width: min( 28 * 100vw / var(--vw-base) , 28/var(--vw-base) * 1540px );
}

.header-bar__menu {
  width: calc(100% - (115 / var(--inner) * 100%));
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header-bar__menu {
    width: min( 280 * 100vw / var(--vw-base) , 280/var(--vw-base) * 1540px );
  }
}

.header-bar__item { /* sp */
  background: #E50111;
  width: min( 139 * 100vw / var(--vw-base) , 139/var(--vw-base) * 1540px );
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-bar__item a {
  display: inline-block;
  font-size: min( 16 * 100vw / var(--vw-base) , 16/var(--vw-base) * 1540px );
  font-weight: 500;
  line-height: 2.0625;
  color: #fff;
  position: relative;
}
.header-bar__item a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.header-bar__item--download a {
  padding-top: 1.3em;
}
.header-bar__item--download a::before {
  background: url(../img/scroll_shiryou.svg) no-repeat center center/contain;
  width: 1em;
  aspect-ratio: 16/19;
  top: 0.3em;
}

.header-bar__item--contact a {
  padding-top: 1.3em;
}
.header-bar__item--contact a::before {
  background: url(../img/scroll_contact.svg) no-repeat center center/contain;
  width: 1.3em;
  aspect-ratio: 21/13;
  top: 0.6em;
}

.header-bar__drawer-icon { /* sp drawer-icon */
  background: #E50111;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min( 53 * 100vw / var(--vw-base) , 53/var(--vw-base) * 1540px );
  z-index: 300;
  transition: transform 0.5s ease 0s;
  cursor: pointer;
}
.header-bar__drawer-icon.is-active .drawer-icon__bar1 {
  transform: rotate(-45deg);
  top: 8px;
  background: #000;
}
.header-bar__drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}
.header-bar__drawer-icon.is-active .drawer-icon__bar3 {
  transform: rotate(45deg);
  top: 8px;
  background: #000;
}
.header-bar__drawer-icon .drawer-icon__bars {
  width: 22px;
  height: 20px;
  display: block;
  position: relative;
  z-index: 400;
}
.header-bar__drawer-icon .drawer-icon__bar1,
.header-bar__drawer-icon .drawer-icon__bar2,
.header-bar__drawer-icon .drawer-icon__bar3 {
  position: absolute;
  width: 22px;
  height: 2px;
  background: #fff;
  top: 0;
  left: 0;
}
.header-bar__drawer-icon .drawer-icon__bar1 {
  top: 0;
  transition: transform 0.3s;
}
.header-bar__drawer-icon .drawer-icon__bar2 {
  top: 8px;
}
.header-bar__drawer-icon .drawer-icon__bar3 {
  top: 16px;
  transition: transform 0.3s;
}
/*# sourceMappingURL=header.css.map */