/* =================================================================
 header
================================================================= */
#header {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  background: #FFFFFF;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 0.04em;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  word-break: break-word;
  min-height: 130px;
  z-index: 100;
}
#header * {
  box-sizing: border-box;
}
#header ::before,
#header ::after {
  box-sizing: inherit;
}
#header p,
#header table,
#header blockquote,
#header address,
#header pre,
#header iframe,
#header form,
#header figure,
#header dl {
  margin: 0;
}
#header h1,
#header h2,
#header h3,
#header h4,
#header h5,
#header h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
#header ul,
#header ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header dt {
  font-weight: bold;
}
#header dd {
  margin-left: 0;
}
#header hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
#header pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
#header address {
  font-style: inherit;
}
#header a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
#header abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
#header b,
#header strong {
  font-weight: bolder;
}
#header code,
#header kbd,
#header samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
#header small {
  font-size: 80%;
}
#header sub,
#header sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#header sub {
  bottom: -0.25em;
}
#header sup {
  top: -0.5em;
}
#header img {
  border-style: none;
  vertical-align: bottom;
}
#header embed,
#header object,
#header iframe {
  border: 0;
  vertical-align: bottom;
}
#header button,
#header input,
#header optgroup,
#header select,
#header textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
#header [type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}
#header [type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}
#header button,
#header input {
  /* 1 */
  overflow: visible;
}
#header button,
#header select {
  /* 1 */
  text-transform: none;
}
#header button,
#header [type=button],
#header [type=reset],
#header [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
#header button[disabled],
#header [type=button][disabled],
#header [type=reset][disabled],
#header [type=submit][disabled] {
  cursor: default;
}
#header button::-moz-focus-inner,
#header [type=button]::-moz-focus-inner,
#header [type=reset]::-moz-focus-inner,
#header [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
#header button:-moz-focusring,
#header [type=button]:-moz-focusring,
#header [type=reset]:-moz-focusring,
#header [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
#header select::-ms-expand {
  display: none;
}
#header option {
  padding: 0;
}
#header fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
#header legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
#header progress {
  vertical-align: baseline;
}
#header textarea {
  overflow: auto;
}
#header [type=number]::-webkit-inner-spin-button,
#header [type=number]::-webkit-outer-spin-button {
  height: auto;
}
#header [type=search] {
  outline-offset: -2px; /* 1 */
}
#header [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#header ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
#header label[for] {
  cursor: pointer;
}
#header details {
  display: block;
}
#header summary {
  display: list-item;
}
#header [contenteditable] {
  outline: none;
}
#header table {
  border-collapse: collapse;
  border-spacing: 0;
}
#header caption {
  text-align: left;
}
#header td,
#header th {
  vertical-align: top;
  padding: 0;
}
#header th {
  text-align: left;
  font-weight: bold;
}
#header template {
  display: none;
}
#header [hidden] {
  display: none;
}
#header *::before, #header *::after {
  box-sizing: border-box;
}
#header a {
  color: #EB4B4B;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  transition: all 0.3s;
}
@media (hover: hover) {
  #header a:hover {
    text-decoration: none;
  }
  #header a:focus {
    background: #FFE5E5;
    outline: none;
  }
}
#header a[href^="tel:"] {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #header a[href^="tel:"] {
    pointer-events: none;
  }
}
#header a.external-link {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 0.625em;
  width: -moz-fit-content;
  width: fit-content;
  word-break: break-all;
  position: relative;
}
#header a.external-link::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 1;
  width: 0.75em;
  min-width: 0.75em;
  height: auto;
  background-image: url(../media/images/common/icon_external_link.svg);
  position: relative;
  top: 0.125em;
}
@media screen and (max-width: 1330px) {
  #header {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #header {
    font-size: 14px;
  }
}
@media screen and (max-width: 1330px) {
  #header {
    min-height: 100px;
  }
}
@media screen and (max-width: 767px) {
  #header {
    min-height: 70px;
  }
}
#header .header-inner {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 1.5em;
  padding: 0.5em 1.5625em;
  width: 100%;
  border-bottom: solid 1px #B0B0B0;
  min-height: 130px;
  background: #FFFFFF;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 1330px) {
  #header .header-inner {
    min-height: 100px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-inner {
    padding: 0.5714285714em 0.7142857143em 0.5714285714em 0.3571428571em;
    min-height: 70px;
  }
}
#header .header-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(278deg, #F9AB1C 0.49%, #FA606E 79.73%);
  position: absolute;
  top: 0;
  left: 0;
}
#header .logo {
  margin: 0;
}
#header .logo img {
  display: block;
  aspect-ratio: 450/75;
  width: 28.125em;
  height: auto;
}
@media screen and (max-width: 1330px) {
  #header .logo img {
    width: 22.8571428571em;
  }
}
@media screen and (max-width: 767px) {
  #header .logo img {
    width: 17.8571428571em;
  }
}
#header .menus .site-menu {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 1.875em;
}
#header .menus .menu-list {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 1.25em;
}
@media screen and (max-width: 767px) {
  #header .menus .menu-list {
    display: none;
  }
}
#header .menus .menu-list .menu-box a {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 0.3333333333em;
  color: #666;
  font-size: 15px;
  text-decoration: none;
}
@media screen and (max-width: 1330px) {
  #header .menus .menu-list .menu-box a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #header .menus .menu-list .menu-box a {
    font-size: 14px;
  }
}
@media (hover: hover) {
  #header .menus .menu-list .menu-box a:hover {
    color: #EB4B4B;
  }
}
@media (hover: hover) {
  #header .menus .menu-list .menu-box a.mypage:hover:after {
    background-image: url(../media/images/common/icon_mypage_hover.svg);
  }
}
#header .menus .menu-list .menu-box a.mypage::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 14/15;
  width: 0.9333333333em;
  min-width: 0.9333333333em;
  height: auto;
  background-image: url(../media/images/common/icon_mypage.svg);
}
@media (hover: hover) {
  #header .menus .menu-list .menu-box a.logout:hover:after {
    background-image: url(../media/images/common/icon_logout_hover.svg);
  }
}
#header .menus .menu-list .menu-box a.logout::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 14/15;
  width: 0.9333333333em;
  min-width: 0.9333333333em;
  height: auto;
  background-image: url(../media/images/common/icon_logout.svg);
}
@media screen and (max-width: 767px) {
  #header .menus .menu-buttons {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: flex-start;
    gap: 0.625em;
  }
}
@media screen and (max-width: 767px) {
  #header .menus .menu-button {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: center;
    gap: 0.3571428571em;
    margin-top: 1.4285714286em;
    padding: 0.1em 1.2em;
    border: solid 1px #333;
    width: 10.8571428571em;
    max-width: 100%;
    min-height: 3.2142857143em;
    background: #FFFFFF;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
  }
  #header .menus .menu-button.positive {
    border-color: #EB4B4B;
    background: #EB4B4B;
    color: #FFFFFF;
  }
  #header .menus .menu-button.normal {
    border-color: #EB4B4B;
    background: #FFFFFF;
    color: #333;
  }
  #header .menus .menu-button.negative {
    border-color: #B0B0B0;
    background: #FFFFFF;
    color: #666;
  }
  #header .menus .menu-button.mypage::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    aspect-ratio: 13/14;
    width: 0.9285714286em;
    height: auto;
    background-image: url(../media/images/common/icon_mypage.svg);
  }
  #header .menus .menu-button.logout::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    aspect-ratio: 13/13;
    width: 0.9285714286em;
    height: auto;
    background-image: url(../media/images/common/icon_logout.svg);
  }
}
#header .menus .lang-menu {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 0.4375em;
  position: relative;
}
#header .menus .lang-menu::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 18/18;
  width: 1.125em;
  height: auto;
  background-image: url(../media/images/common/icon_lang.svg);
  position: relative;
  top: 0.0625em;
}
#header .menus .lang-menu a {
  display: block;
  color: #B0B0B0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 1330px) {
  #header .menus .lang-menu a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #header .menus .lang-menu a {
    font-size: 14px;
  }
}
@media (hover: hover) {
  #header .menus .lang-menu a:hover {
    color: #EB4B4B;
  }
}
#header .menus .lang-menu a.active {
  color: #EB4B4B;
}
#header .menus .lang-menu a:nth-child(n+2) {
  padding-left: 0.4666666667em;
}
#header .menus .lang-menu a:nth-child(n+2)::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #B0B0B0;
  position: absolute;
  top: calc(50% + 0.0666666667em);
  left: 0;
  transform: translate(0, -50%);
}
#header .menus .content-menu {
  margin: 0 auto;
  max-width: 1050px;
  width: 100%;
}
#header .menus .content-menu-list {
  display: flex;
  align-items: stretch;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 5em;
}
@media screen and (max-width: 1330px) {
  #header .menus .content-menu-list {
    gap: 2.8571428571em;
  }
}
@media screen and (max-width: 767px) {
  #header .menus .content-menu-list {
    display: flex;
    align-items: flex-start;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: 1.4285714286em;
  }
}
#header .menus .content-menu-list .content-menu-box {
  padding-left: 2.5em;
  border-left: solid 1px #B0B0B0;
}
@media screen and (max-width: 767px) {
  #header .menus .content-menu-list .content-menu-box {
    padding: 0 1.0714285714em 1.7142857143em;
    width: 100%;
    border-left: 0;
    border-bottom: solid 1px #B0B0B0;
  }
}
#header .menus .content-menu-list .content-menu-box:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
#header .menus .content-menu-list .content-menu-box .box-inner {
  display: flex;
  align-items: flex-start;
  flex-flow: column nowrap;
  justify-content: flex-start;
  gap: 1.5em;
}
@media screen and (max-width: 767px) {
  #header .menus .content-menu-list .content-menu-box .box-inner {
    gap: 1.0714285714em;
  }
}
#header .menus .content-menu-list .content-menu-box .box-inner dt {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 0.625em;
  margin-bottom: 0.375em;
  color: #EB4B4B;
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 1330px) {
  #header .menus .content-menu-list .content-menu-box .box-inner dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #header .menus .content-menu-list .content-menu-box .box-inner dt {
    font-size: 15px;
  }
}
#header .menus .content-menu-list .content-menu-box .box-inner dt.real::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 33/22;
  width: 1.65em;
  min-width: 1.65em;
  height: auto;
  background-image: url(../media/images/common/icon_menu_real.svg);
}
#header .menus .content-menu-list .content-menu-box .box-inner dt.web::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 28/23;
  width: 1.4em;
  min-width: 1.4em;
  height: auto;
  background-image: url(../media/images/common/icon_menu_web.svg);
}
#header .menus .content-menu-list .content-menu-box .box-inner dt.stream::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 1;
  width: 1.25em;
  min-width: 1.25em;
  height: auto;
  background-image: url(../media/images/common/icon_menu_stream.svg);
}
@media screen and (max-width: 767px) {
  #header .menus .content-menu-list .content-menu-box .box-inner dd {
    width: 100%;
  }
}
#header .menus .content-menu-list .content-menu-box .box-inner dd a {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 0.625em;
  padding-left: 0.625em;
  color: #333;
  text-decoration: none;
  position: relative;
}
@media (hover: hover) {
  #header .menus .content-menu-list .content-menu-box .box-inner dd a:hover {
    background: transparent;
    color: #EB4B4B;
  }
  #header .menus .content-menu-list .content-menu-box .box-inner dd a:focus::after {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #header .menus .content-menu-list .content-menu-box .box-inner dd a {
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0.3571428571em;
    width: 100%;
  }
}
#header .menus .content-menu-list .content-menu-box .box-inner dd a::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 4/7;
  width: 0.375em;
  min-width: 0.375em;
  height: auto;
  background-image: url(../media/images/common/icon_link.svg);
  position: relative;
  top: 0.0625em;
}
@media screen and (max-width: 767px) {
  #header .menus .content-menu-list .content-menu-box .box-inner dd a::before {
    width: 0.5714285714em;
    min-width: 0.5714285714em;
  }
}
#header .menus .content-menu-list .content-menu-box .box-inner dd a::after {
  content: "";
  width: calc(100% + 1.25em);
  height: calc(100% + 1.25em);
  background: #FFE5E5;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  top: -0.625em;
  left: -0.625em;
  z-index: -1;
}
#header .menus.in-header {
  display: flex;
  align-items: flex-end;
  flex-flow: column nowrap;
  justify-content: flex-start;
  gap: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #header .menus.in-header .lang-menu {
    display: none;
  }
}
#header .menus.in-menu {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: flex-start;
  gap: 1.5em;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 4.375em;
  padding-bottom: 5.5em;
  width: 100%;
  background: #FFFFFF;
  border-radius: 0 0 3.125em 3.125em;
  overflow: hidden;
  position: fixed;
  top: 130px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1330px) {
  #header .menus.in-menu {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  #header .menus.in-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1330px) {
  #header .menus.in-menu {
    top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #header .menus.in-menu {
    gap: 1.7857142857em;
    padding: 0 0 120px;
    height: calc(100% - 70px);
    border-radius: 0;
    overflow-y: auto;
    overscroll-behavior: none;
    top: 70px;
  }
}
#header .menus.in-menu::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 222/394;
  width: 13.875em;
  height: auto;
  background-image: url(../media/images/common/bg_menu.svg);
  position: absolute;
  bottom: -11.5em;
  right: 1.125em;
}
@media screen and (max-width: 980px) {
  #header .menus.in-menu::before {
    right: -2.5em;
  }
}
@media screen and (max-width: 767px) {
  #header .menus.in-menu::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #header .menus.in-menu .lang-menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header .menus.in-menu .lang-menu {
    gap: 0.8571428571em;
    padding: 0.0071428571em 1.0714285714em;
    width: 100%;
    min-height: 3.9285714286em;
    background: #F3F3F3;
  }
  #header .menus.in-menu .lang-menu::before {
    width: 1.4285714286em;
  }
  #header .menus.in-menu .lang-menu a {
    font-size: 15px;
  }
  #header .menus.in-menu .lang-menu a:nth-child(n+2) {
    padding-left: 0.8571428571em;
  }
}
#header .menus.in-menu .menu-list {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: flex-start;
  gap: 0.75em;
  width: 100%;
  max-width: 375px;
}
#header .menus.in-menu .menu-list .menu-box {
  padding-top: 0.75em;
  border-top: solid 1px #F3F3F3;
  width: 100%;
  text-align: center;
}
#header .menus.in-menu .menu-list .menu-box:first-child {
  padding-top: 0;
  border-top: 0;
}
@media screen and (min-width: 768px) {
  #header .menus.in-menu .menu-buttons {
    display: none;
  }
}
#header .nav-menu-button {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 0.5714285714em;
  width: 12.1428571429em;
  height: 3.2142857143em;
  border: solid 1px #EB4B4B;
  background: #EB4B4B;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 1330px) {
  #header .nav-menu-button {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #header .nav-menu-button {
    font-size: 14px;
  }
}
@media (hover: hover) {
  #header .nav-menu-button:hover, #header .nav-menu-button:focus {
    opacity: 1;
    background: #FFFFFF;
    color: #EB4B4B;
    outline: none;
  }
  #header .nav-menu-button:hover .bars, #header .nav-menu-button:focus .bars {
    background: #EB4B4B;
  }
  #header .nav-menu-button:hover .bars::before, #header .nav-menu-button:hover .bars::after, #header .nav-menu-button:focus .bars::before, #header .nav-menu-button:focus .bars::after {
    background: #EB4B4B;
  }
}
@media screen and (max-width: 1330px) {
  #header .nav-menu-button {
    width: 10.7142857143em;
  }
}
@media screen and (max-width: 767px) {
  #header .nav-menu-button {
    display: block;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    width: 2.8571428571em;
    height: 2.8571428571em;
  }
}
#header .nav-menu-button .bars {
  display: block;
  width: 16px;
  height: 2px;
  background: #FFFFFF;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  #header .nav-menu-button .bars {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#header .nav-menu-button .bars::before, #header .nav-menu-button .bars::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
#header .nav-menu-button .bars::before {
  top: calc(50% - 6px);
  left: 50%;
}
#header .nav-menu-button .bars::after {
  top: calc(50% + 6px);
  left: 50%;
}
@media screen and (max-width: 767px) {
  #header .nav-menu-button .text {
    position: absolute;
    top: 0;
    right: -100%;
  }
}
#header .nav-menu-button.open .bars {
  background: transparent;
}
#header .nav-menu-button.open .bars::before {
  width: 1.7142857143em;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#header .nav-menu-button.open .bars::after {
  width: 1.7142857143em;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#header #menu {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
#header #menu.open {
  opacity: 1;
  visibility: visible;
}
#header .overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
}
#header.fixed .header-inner {
  position: fixed;
  top: 0;
  left: 0;
  animation: slideDown 0.5s ease-in-out;
}
#header:has(.menu-area.open) .header-inner {
  position: fixed;
  top: 0;
  left: 0;
}

@keyframes slideUp {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
body:has(.bg-extra) #header:not(.fixed) .header-inner {
  border-bottom: 0;
}

#header.not-logged-in .site-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  #header.not-logged-in .menus.in-header .lang-menu {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: center;
    gap: 0.5714285714em;
    padding-left: 1.5714285714em;
  }
  #header.not-logged-in .menus.in-header .lang-menu::before {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
  }
  #header.not-logged-in .menus.in-header .lang-menu a {
    width: 100%;
    text-align: center;
  }
  #header.not-logged-in .menus.in-header .lang-menu a:nth-child(n+2) {
    padding-top: 0.4285714286em;
    padding-left: 0;
  }
  #header.not-logged-in .menus.in-header .lang-menu a:nth-child(n+2)::before {
    width: 100%;
    height: 1px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}/*# sourceMappingURL=header.css.map */