/**
 * ヘッダー リニューアル（Figma: header / 2880:8270, 2883:2282）
 */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* ------------------------------------------------------------------ */
/* 共通（.header-bar-renewal）                                        */
/* ------------------------------------------------------------------ */

.header-bar-renewal {
  background-color: transparent;
  background-image: url(../img/bg.png) !important;
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  border-bottom: 0;
  box-sizing: border-box;
  box-shadow: none;
  height: 100px;
  overflow: visible;
}

.header-bar-renewal .header-bar-inner {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  width: 100%;
}

.header-bar-renewal .logo,
.header-bar-renewal .logo-image {
  left: auto;
  position: static;
  top: auto;
}

.header-bar-renewal .logo a {
  display: block;
  line-height: 0;
}

.header-bar-renewal .h_logo--on-light {
  display: none;
}

.header-sns-image-icon--sp-only {
  display: none;
}

.header-bar-renewal .logo-text {
  float: none;
}

.header-bar-renewal.header-bar-fixed {
  border-bottom: 0;
  box-shadow: none;
}

.header-bar-renewal .global-nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ------------------------------------------------------------------ */
/* PC（1201px〜）Figma: 高さ100px / 左右60px / 2段ナビ               */
/* ------------------------------------------------------------------ */

@media screen and (min-width: 1201px) {
  .header-bar-renewal .header-bar-inner {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    min-height: 100px;
    padding: 0 60px;
  }

  .header-bar-renewal .logo {
    flex: 0 0 auto;
    height: auto;
    margin: 0;
    max-width: min(320px, 36vw);
    overflow: visible;
    width: auto;
  }

  .header-bar-renewal .h_logo--on-dark {
    display: block;
    height: auto;
    max-height: 52px;
    width: auto;
  }

  .header-bar-renewal .h_logo--on-light {
    display: none !important;
  }

  .header-bar-renewal .global-nav-button {
    display: none;
  }

  .header-bar-renewal .header-nav-cluster {
    align-items: flex-end;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    margin-left: 32px;
    min-width: 0;
  }

  .header-bar-renewal .global-nav {
    float: none;
    width: 100%;
  }

  .header-bar-renewal .global-nav > ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .header-bar-renewal .global-nav > ul > li {
    float: none;
    position: relative;
  }

  .header-bar-renewal .global-nav > ul > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1;
    padding: 4px 24px;
    position: relative;
    white-space: nowrap;
  }

  .header-bar-renewal .global-nav > ul > li > a:hover,
  .header-bar-renewal .global-nav .current-menu-item > a,
  .header-bar-renewal li.current-menu-item > a {
    color: #e1be7d !important;
  }

  .header-bar-renewal .global-nav .menu-item-has-children > a {
    padding-right: 40px;
  }

  .header-bar-renewal .global-nav .menu-item-has-children > a::after {
    color: #fff;
    content: "\e90e";
    font-family: "design_plus";
    font-size: 11px;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
  }

  .header-bar-renewal .global-nav .menu-item-has-children > a span::before {
    display: none;
  }

  /* ドロップダウン: 親項目の右端に揃えて直下に表示（中央揃えにしない） */
  .header-bar-renewal .global-nav .sub-menu,
  .header-bar-renewal .global-nav .global-nav-dropdown {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    left: 0;
    list-style: none;
    margin: 0;
    min-width: 280px;
    opacity: 0;
    padding: 8px 0;
    position: absolute;
    right: auto;
    top: calc(100% + 8px);
    transform: translateY(12px);
    transition:
      opacity 0.25s ease,
      transform 0.25s ease,
      visibility 0.25s ease;
    visibility: hidden;
    width: max-content;
    z-index: 10001;
  }

  .header-bar-renewal
    .global-nav
    > ul
    > li.menu-item-has-children:hover
    > .sub-menu,
  .header-bar-renewal
    .global-nav
    > ul
    > li.menu-item-has-children:hover
    > .global-nav-dropdown,
  .header-bar-renewal
    .global-nav
    > ul
    > li.menu-item-has-children:focus-within
    > .sub-menu,
  .header-bar-renewal
    .global-nav
    > ul
    > li.menu-item-has-children:focus-within
    > .global-nav-dropdown {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }

  .header-bar-renewal .global-nav .sub-menu li,
  .header-bar-renewal .global-nav .global-nav-dropdown li {
    float: none;
    position: relative;
    width: 100%;
  }

  .header-bar-renewal .global-nav .sub-menu a,
  .header-bar-renewal .global-nav .global-nav-dropdown a {
    align-items: center;
    background: transparent !important;
    box-sizing: border-box;
    color: #333 !important;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: space-between;
    line-height: 1.5;
    padding: 12px 20px;
    white-space: nowrap;
    width: 100%;
  }

  .header-bar-renewal .global-nav .sub-menu a span,
  .header-bar-renewal .global-nav .global-nav-dropdown a span {
    display: none;
  }

  .header-bar-renewal .global-nav .sub-menu a::after,
  .header-bar-renewal .global-nav .global-nav-dropdown a::after {
    color: #999;
    content: "\e910";
    flex-shrink: 0;
    font-family: "design_plus";
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    margin-left: 16px;
  }

  .header-bar-renewal .global-nav .sub-menu a:hover,
  .header-bar-renewal .global-nav .sub-menu a:focus,
  .header-bar-renewal .global-nav .global-nav-dropdown a:hover,
  .header-bar-renewal .global-nav .global-nav-dropdown a:focus,
  .header-bar-renewal .global-nav .sub-menu .current-menu-item > a,
  .header-bar-renewal .global-nav .global-nav-dropdown .current-menu-item > a,
  .header-bar-renewal
    .global-nav
    .sub-menu
    .akitamaiko-nav-subitem.is-active
    > a,
  .header-bar-renewal
    .global-nav
    .global-nav-dropdown
    .akitamaiko-nav-subitem.is-active
    > a {
    background: #f3f3f3 !important;
    color: #b91e23 !important;
  }

  .header-bar-renewal .global-nav .sub-menu a:hover::after,
  .header-bar-renewal .global-nav .global-nav-dropdown a:hover::after,
  .header-bar-renewal .global-nav .sub-menu .current-menu-item > a::after,
  .header-bar-renewal
    .global-nav
    .global-nav-dropdown
    .akitamaiko-nav-subitem.is-active
    > a::after {
    color: #b91e23;
  }

  .header-bar-renewal .global-nav > ul > li.menu-item-has-children > a:hover,
  .header-bar-renewal
    .global-nav
    > ul
    > li.menu-item-has-children.current-menu-ancestor
    > a,
  .header-bar-renewal
    .global-nav
    > ul
    > li.menu-item-has-children.current-menu-item
    > a {
    color: #e1be7d !important;
  }

  .header-bar-renewal .header-subnav {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    gap: 40px;
    justify-content: flex-end;
    padding-right: 24px;
    width: 100%;
  }

  .header-bar-renewal .header-sns.social-nav {
    align-items: center;
    display: flex;
    float: none;
    gap: 24px;
    height: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    position: static;
  }

  .header-bar-renewal .header-sns .social-nav-item {
    float: none;
    margin: 0;
  }

  .header-bar-renewal .header-sns .social-nav-item a {
    height: 24px;
    width: 24px;
  }

  .header-bar-renewal .header-sns .social-nav-item a::before {
    color: #fff;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    width: 24px;
  }

  .header-bar-renewal .header-sns .social-nav-facebook a::before,
  .header-bar-renewal .header-sns .social-nav-twitter a::before {
    display: none;
  }

  .header-bar-renewal .header-sns .social-nav-item .header-sns-image-icon {
    display: block;
    height: 24px !important;
    max-width: 24px !important;
    min-width: 24px;
    object-fit: contain;
    width: 24px !important;
  }

  .header-bar-renewal .header-sns .social-nav-item a:hover::before {
    color: #e1be7d;
  }

  /* 言語切替（Figma 2880:8306） */
  .header-bar-renewal .header-language {
    flex: 0 0 auto;
    position: relative;
    z-index: 10002;
  }

  .header-bar-renewal .header-language-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    gap: 6px;
    line-height: 1;
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }

  .header-bar-renewal .header-language-toggle:hover,
  .header-bar-renewal .header-language.is-open .header-language-toggle {
    color: #e1be7d;
  }

  .header-bar-renewal .header-language-toggle:hover .header-language-icon,
  .header-bar-renewal
    .header-language.is-open
    .header-language-toggle
    .header-language-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e1be7d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E");
  }

  .header-bar-renewal .header-language-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    flex-shrink: 0;
    height: 18px;
    width: 18px;
  }

  .header-bar-renewal .header-language-chevron {
    display: inline-block;
    height: 14px;
    position: relative;
    width: 14px;
  }

  .header-bar-renewal .header-language-chevron::before {
    color: inherit;
    content: "\e90e";
    font-family: "design_plus";
    font-size: 11px;
    -webkit-font-smoothing: antialiased;
    left: 50%;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .header-bar-renewal
    .header-language.is-open
    .header-language-chevron::before {
    transform: translate(-50%, -50%) rotate(180deg);
  }

  .header-bar-renewal .header-language-menu {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    list-style: none;
    margin: 8px 0 0;
    min-width: 180px;
    padding: 8px 0;
    position: absolute;
    left: 0;
    top: 100%;
  }

  .header-bar-renewal .header-language-menu[hidden] {
    display: none;
  }

  .header-bar-renewal .header-language-menu-item {
    margin: 0;
    padding: 0;
  }

  .header-bar-renewal .header-language-option {
    background: transparent;
    border: 0;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 10px 20px;
    text-align: left;
    width: 100%;
  }

  .header-bar-renewal .header-language-option:hover,
  .header-bar-renewal .header-language-option:focus {
    background: #f3f3f3;
    color: #b91e23;
    outline: none;
  }

  .header-bar-renewal .header-language-option.is-active {
    background: #f0ebe4;
    color: #b91e23;
    font-weight: 500;
  }

  /* プラグイン出力（翻訳トリガー用・画面外に配置） */
  .header-bar-renewal .header-language-switcher {
    height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
    width: 0;
    z-index: -1;
  }

  /* プラグイン既定 CSS の display:none を上書き（ウィジェット初期化に必要） */
  .header-bar-renewal .header-language-switcher #google_language_translator {
    display: block !important;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
  }

  .header-bar-renewal .header-language-switcher #flags {
    display: none !important;
  }
}

/* ------------------------------------------------------------------ */
/* タブレット〜モバイル（1200px以下）                                   */
/* ------------------------------------------------------------------ */

@media screen and (max-width: 1200px) {
  body.is-mobile-global-nav-open {
    overflow: hidden;
  }

  body.is-mobile-global-nav-open::before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    inset: 0;
    position: fixed;
    z-index: 9998;
  }

  body.is-mobile-global-nav-open .header-bar-renewal.header-bar-fixed {
    z-index: 10000;
  }

  .header-bar-renewal .global-nav > ul > li.menu-item-has-children .sub-menu,
  .header-bar-renewal
    .global-nav
    > ul
    > li.menu-item-has-children
    .global-nav-dropdown {
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    left: 0;
    min-width: 0;
    opacity: 1;
    padding: 0;
    position: relative;
    top: 0;
    transform: none;
    visibility: visible;
    width: 100%;
  }

  .header-bar-renewal .global-nav > ul > li.menu-item-has-children .sub-menu a,
  .header-bar-renewal
    .global-nav
    > ul
    > li.menu-item-has-children
    .global-nav-dropdown
    a {
    background: #fff !important;
    align-items: center;
    border-bottom: 1px solid #ddd;
    color: #666 !important;
    display: flex;
    font-size: 14px;
    line-height: 1.6;
    min-height: 72px;
    padding: 0;
    padding-right: 59px;
    position: relative;
  }

  .header-bar-renewal
    .global-nav
    > ul
    > li.menu-item-has-children
    .sub-menu
    a::after,
  .header-bar-renewal
    .global-nav
    > ul
    > li.menu-item-has-children
    .global-nav-dropdown
    a::after {
    color: #666;
    content: "\e910";
    display: block;
    flex-shrink: 0;
    font-family: "design_plus";
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    height: 72px;
    line-height: 72px;
    margin-left: 0;
    position: absolute;
    right: -20px;
    text-align: center;
    top: 0;
    width: 64px;
  }

  .header-bar-renewal {
    height: 64px;
  }

  .header-bar-renewal .header-bar-inner {
    max-width: none;
    padding: 0;
  }

  .header-bar-renewal .logo {
    align-items: center;
    display: flex;
    float: left;
    height: 64px;
    line-height: 1;
    margin-left: 20px;
    max-width: calc(100% - 84px);
    width: calc(100% - 84px);
  }

  .header-bar-renewal .logo a {
    align-items: center;
    display: flex;
    height: 100%;
    line-height: 1;
  }

  .header-bar-renewal .logo-image {
    font-size: 0;
  }

  .header-bar-renewal .h_logo,
  .header-bar-renewal .s_logo {
    display: block;
    max-height: 40px;
    width: auto;
  }

  .header-bar-renewal .h_logo--on-dark,
  .header-bar-renewal .s_logo.h_logo--on-dark {
    display: block;
  }

  .header-bar-renewal .h_logo--on-light,
  .header-bar-renewal .s_logo.h_logo--on-light {
    display: none !important;
  }

  .header-bar-renewal .header-nav-cluster {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    left: 0;
    position: absolute;
    right: 0;
    top: 64px;
    width: 100%;
    z-index: 10001;
  }

  .header-bar-renewal .header-subnav {
    display: none;
    order: 2;
  }

  .header-bar-renewal .global-nav-button.active + .header-nav-cluster {
    background: transparent;
    max-height: calc(100vh - 64px);
    max-height: calc(100dvh - 64px);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .header-bar-renewal
    .global-nav-button.active
    + .header-nav-cluster
    .header-subnav {
    background: #fff;
    box-shadow: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 0 20px 56px;
    width: 100%;
  }

  .header-bar-renewal .header-subnav .header-sns.social-nav {
    align-items: center;
    display: flex;
    float: none;
    gap: 28px;
    height: auto;
    justify-content: center;
    margin: 32px 0 0;
    order: 2;
    padding: 0;
    position: static;
    width: 100%;
    z-index: auto;
  }

  .header-bar-renewal .header-subnav .header-sns .social-nav-item a {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
  }

  .header-bar-renewal .header-subnav .header-sns .social-nav-item a::before {
    display: none;
  }

  .header-bar-renewal .header-subnav .header-sns picture,
  .header-bar-renewal .header-subnav .header-sns .header-sns-image-icon {
    display: block;
  }

  .header-bar-renewal .header-subnav .header-sns .header-sns-image-icon {
    height: 40px !important;
    max-width: 40px !important;
    min-width: 40px;
    object-fit: contain;
    width: 40px !important;
  }

  .header-bar-renewal .header-language {
    border-bottom: 1px solid #ddd;
    order: 1;
    position: static;
    width: 100%;
  }

  .header-bar-renewal .header-language-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: #666;
    display: flex;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 64px;
    justify-content: flex-start;
    line-height: 1;
    padding: 0 59px 0 0;
    position: relative;
    width: 100%;
  }

  .header-bar-renewal .header-language-toggle:hover,
  .header-bar-renewal .header-language-toggle:focus,
  .header-bar-renewal .header-language.is-open .header-language-toggle {
    background: transparent;
    color: #666;
    outline: 0;
  }

  .header-bar-renewal .header-language-current {
    font-size: 0;
  }

  .header-bar-renewal .header-language-current::after {
    content: "Language";
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }

  .header-bar-renewal .header-language-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E") !important;
    height: 18px;
    margin-right: 4px;
    width: 18px;
  }

  .header-bar-renewal .header-language-chevron {
    bottom: 0;
    height: 64px;
    margin-left: 0;
    position: absolute;
    right: -20px;
    top: 0;
    width: 64px;
  }

  .header-bar-renewal .header-language-chevron::before {
    color: #666;
    content: "\e90e";
    display: block;
    font-family: "design_plus";
    font-size: 13px;
    height: 64px;
    left: auto;
    line-height: 64px;
    position: static;
    text-align: center;
    top: auto;
    transform: none;
    width: 64px;
  }

  .header-bar-renewal
    .header-language.is-open
    .header-language-chevron::before {
    color: #b91e23;
    content: "\e911";
    transform: none;
  }

  .header-bar-renewal .header-language-menu {
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    min-width: 0;
    padding: 0;
    position: static;
    width: 100%;
  }

  .header-bar-renewal .header-language-menu-item {
    border-bottom: 1px solid #ddd;
  }

  .header-bar-renewal .header-language-option {
    align-items: center;
    background: transparent;
    border: 0;
    color: #666;
    display: flex;
    font-size: 14px;
    height: 72px;
    line-height: 1.6;
    padding: 0;
    text-align: left;
    width: 100%;
  }

  .header-bar-renewal .header-language-option:hover,
  .header-bar-renewal .header-language-option:focus {
    background: transparent;
    outline: 0;
  }

  .header-bar-renewal .header-language-option.is-active {
    background: transparent;
    color: #b91e23;
    font-weight: 400;
  }

  .header-bar-renewal .header-language-switcher {
    height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden;
    width: 0;
    z-index: -1;
  }

  .header-bar-renewal .header-language-switcher #google_language_translator {
    display: block !important;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
  }

  .header-bar-renewal .header-language-switcher #flags,
  .header-bar-renewal .header-language-switcher .flag {
    display: none !important;
  }

  .header-bar-renewal .logo-image {
    top: auto;
  }

  .header-bar-renewal .logo {
    top: auto !important;
  }

  /* ハンバーガーボタン: 白色・64px */
  .header-bar-renewal .global-nav-button {
    border-left: 0;
    height: 64px;
    line-height: 64px;
    width: 64px;
  }

  .header-bar-renewal .global-nav-button::before {
    color: #fff;
  }

  .header-bar-renewal .global-nav-button.active::before {
    color: #fff;
  }

  /* ナビパネル: ヘッダー下から展開、白背景 */
  .header-bar-renewal .global-nav {
    box-shadow: none;
    order: 1;
    position: static;
  }

  .header-bar-renewal.header-bar-fixed .global-nav {
    background: #fff;
    box-shadow: none;
    position: static;
    top: auto;
  }

  .header-bar-renewal .global-nav > ul {
    background: #fff;
    box-sizing: border-box;
    padding: 0 20px;
  }

  /* トップレベルメニュー項目 */
  .header-bar-renewal .global-nav > ul > li > a {
    background: #fff !important;
    border-bottom: 1px solid #ddd;
    color: #666 !important;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 64px;
    line-height: 64px;
    padding: 0 59px 0 0;
  }

  /* 子なし項目のシェブロン: span::before と同じ右端64px幅に揃える */
  .header-bar-renewal .global-nav > ul > li > a:before {
    color: #666;
    height: 64px;
    line-height: 64px;
    right: -20px;
    text-align: center;
    width: 64px;
  }

  /* アクティブ・カレントメニュー */
  .header-bar-renewal .global-nav .current-menu-item > a,
  .header-bar-renewal .global-nav .current-menu-ancestor > a {
    color: #b91e23 !important;
  }

  /* アコーディオン: 子あり項目のシェブロン */
  .header-bar-renewal .global-nav .menu-item-has-children > a {
    position: relative;
  }

  .header-bar-renewal .global-nav .menu-item-has-children > a span {
    display: block;
    height: 64px;
    position: absolute;
    right: -20px;
    top: 0;
    width: 64px;
  }

  .header-bar-renewal .global-nav .menu-item-has-children > a span::before {
    color: #666;
    content: "\e90e";
    display: block;
    font-family: "design_plus";
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    height: 64px;
    line-height: 64px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 64px;
  }

  .header-bar-renewal
    .global-nav
    .menu-item-has-children.active
    > a
    span::before {
    color: #b91e23;
    content: "\e911";
  }
}

@media screen and (max-width: 480px) {
  .header-bar-renewal .logo {
    top: auto !important;
  }

  .header-bar-renewal .s_logo,
  .header-bar-renewal .h_logo {
    max-width: 100%;
  }
}
