@charset "utf-8";
  body {
padding-top: 70px;
}
#header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999;
background: #002040;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
transition: box-shadow 0.3s ease;
font-family: Helvetica, 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
font-feature-settings: normal;
letter-spacing: normal;
font-style: normal;
line-height: 1.5;
} .admin-bar #header {
top: 32px;
}
@media screen and (max-width: 782px) {
.admin-bar #header {
top: 46px;
}
} #header,
#header * {
font-feature-settings: normal;
letter-spacing: normal;
}
#header.scrolled {
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
} #header .header__inner {
max-width: 1280px;
margin: 0 auto;
padding: 0 16px;
display: flex;
align-items: center;
justify-content: space-between;
height: 70px;
} #header .header__logo-link {
flex-shrink: 0;
background: none;
padding: 0;
}
#header .header__logo {
display: block;
height: 80px;
width: auto !important;
object-fit: contain;
} #header .header__nav {
display: none;
align-items: center;
gap: 0;
}
#header .header__nav #g-navi {
display: flex;
align-items: center;
gap: 32px;
list-style: none;
margin: 0;
padding: 0;
height: auto;
flex-direction: row;
}
#header .header__nav #g-navi li {
list-style: none;
padding: 0;
}
#header .header__nav #g-navi li a {
display: block;
text-align: center;
text-decoration: none;
color: #fff;
padding: 0;
transition: color 0.3s ease;
background: none;
font-size: inherit;
}
#header .header__nav #g-navi li a:hover {
color: #CCFF00;
background: none;
}
#header .nav__en {
display: block;
font-size: 18px;
font-weight: 700;
line-height: 1.25;
color: inherit;
text-align: center;
}
#header .nav__jp {
display: block;
font-size: 14px;
line-height: 1.25;
color: #D1D5DC;
transition: color 0.3s ease;
text-align: center;
}
#header .header__nav #g-navi li a:hover .nav__jp {
color: rgba(204, 255, 0, 0.8);
} #header .header__cta {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 8px 20px;
height: 56px;
background: #CCFF00;
color: #1A1A1A;
border-radius: 10px;
text-decoration: none;
transition: background-color 0.3s ease;
margin-left: 40px;
cursor: pointer;
}
#header .header__cta:hover {
background: #b8e600;
color: #1A1A1A;
}
#header .cta__primary {
display: block;
font-size: 16px;
font-weight: 700;
line-height: 1.25;
color: inherit;
}
#header .cta__secondary {
display: block;
font-size: 12px;
line-height: 1.25;
color: inherit;
} #header .menu-btn {
display: flex;
align-items: center;
justify-content: center;
padding: 8px;
background: none;
border: none;
cursor: pointer;
color: #fff;
width: 44px;
height: 44px;
}
#header .menu-btn svg {
width: 24px;
height: 24px;
flex-shrink: 0;
}
#header .menu-btn .menu-btn__close {
display: none;
}
#header .menu-btn.active .menu-btn__open {
display: none;
}
#header .menu-btn.active .menu-btn__close {
display: block;
} #header .header__mobile-menu {
display: none;
background: #002040;
padding: 16px;
}
#header .header__mobile-menu.active {
display: block;
}
#header .header__mobile-menu ul {
list-style: none;
margin: 0;
padding: 0;
}
#header .header__mobile-menu ul li {
list-style: none;
}
#header .header__mobile-menu ul li + li {
margin-top: 12px;
}
#header .header__mobile-menu ul li a {
display: block;
padding: 8px 0;
text-decoration: none;
color: #fff;
transition: color 0.3s ease;
background: none;
}
#header .header__mobile-menu ul li a:hover {
color: #CCFF00;
background: none;
}
#header .header__mobile-menu .nav__en {
font-size: 14px;
}
#header .header__mobile-menu .nav__jp {
font-size: 12px;
}
#header .header__cta.header__cta--full {
width: 100%;
margin-left: 0;
margin-top: 16px;
} @media (min-width: 1024px) {
#header .header__inner {
padding: 0 32px;
}
#header .header__nav {
display: flex;
}
#header .menu-btn {
display: none;
}
#header .header__mobile-menu {
display: none !important;
}
} @media (min-width: 640px) and (max-width: 1023px) {
#header .header__inner {
padding: 0 24px;
}
} @media print {
#header {
display: none;
}
}