@charset "UTF-8";
/*================================================================
 *FILE          :page.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/*
円形背景
------------------------------------*/
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
  text-decoration: none; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

i {
  font-style: normal; }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0; }

ul,
ol {
  list-style-type: none; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

hr {
  border: none; }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: middle;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

/* 共通スタイル定設
-----------------------------------------------------------------*/
html, body {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 15px;
  color: #333333; }
  html.scrollLock, body.scrollLock {
    overflow: hidden; }

body {
  width: 100%;
  margin: 0 auto; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    body {
      content: "portrait"; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    body {
      content: "landscape"; } }

a {
  text-decoration: none;
  color: inherit; }

button,
input[type="button"] {
  cursor: pointer; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.defs {
  height: 0;
  width: 0;
  overflow: hidden;
  display: none; }

.ht {
  display: none; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .dn-portrait {
    display: none !important; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .dn-landscape {
    display: none !important; } }

@media print, screen and (min-width: 1024px) {
  .dn-pc {
    display: none !important; } }

@media print, screen and (min-width: 768px) {
  .dn-tab-pc {
    display: none !important; } }

@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .dn-tab {
    display: none !important; } }

@media print, screen and (max-width: 1023px) {
  .dn-sp-tab {
    display: none !important; } }

@media print, screen and (max-width: 767px) {
  .dn-sp {
    display: none !important; } }

/*================================================================
 *FILE					:_components.scss
 *DESCRIPTION   :全ページ共通コンポーネント カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/*
タイトル
------------------------------------*/
/*
ボタン
-----------------------------------------------------------------*/
/*
c-contact
------------------------------------*/
/*
インタビュー
------------------------------------*/
/*
text animations
------------------------------------*/
.header2026 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: transparent;
  -webkit-transition: height 0.5s ease, background-color 0.5s ease;
  transition: height 0.5s ease, background-color 0.5s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .header2026 {
      height: 88px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .header2026 {
      height: 120px; } }
  .header2026.is-header-small {
    background-color: #fff; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      .header2026.is-header-small {
        height: 64px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      .header2026.is-header-small {
        height: 88px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .header2026_inner {
    padding: 0 16px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .header2026_inner {
    padding: 0 32px 0 40px; } }

.header2026_logo {
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .header2026_logo {
      width: 76px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .header2026_logo {
      width: 121px; } }
  .header2026_logo img {
    width: 100%;
    height: 100%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .is-header-small .header2026_logo {
      width: 64px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .is-header-small .header2026_logo {
      width: 94px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .is-menu-open .header2026_logo {
      width: 76px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .is-menu-open .header2026_logo {
      width: 121px; } }

.header2026_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: inherit; }

.header2026_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .header2026_right {
      gap: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .header2026_right {
      gap: 32px; } }

.header2026_contact {
  background-color: #7D722E;
  border: 1px solid #7D722E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
  -webkit-transition: height 0.5s ease, width 0.5s ease, background-color 0.5s ease, color 0.5s ease;
  transition: height 0.5s ease, width 0.5s ease, background-color 0.5s ease, color 0.5s ease;
  cursor: pointer;
  border-radius: 5px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .header2026_contact {
      width: 152px;
      height: 40px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .header2026_contact {
      width: 224px;
      height: 56px; } }
  @media (hover: hover) {
    .header2026_contact:hover {
      background-color: #fff;
      color: #7D722E; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .is-header-small .header2026_contact {
      width: 156px;
      height: 50px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .is-header-small .header2026_contact {
      width: 250px;
      height: 68px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .is-menu-open .header2026_contact {
      width: 152px;
      height: 40px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .is-menu-open .header2026_contact {
      width: 224px;
      height: 56px; } }

.header2026_contactIcon {
  width: 20px;
  position: relative; }

.header2026_contactIcon_default,
.header2026_contactIcon_hover {
  aspect-ratio: 1.42857;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .header2026_contactIcon_default img,
  .header2026_contactIcon_default svg,
  .header2026_contactIcon_default iframe,
  .header2026_contactIcon_default video,
  .header2026_contactIcon_hover img,
  .header2026_contactIcon_hover svg,
  .header2026_contactIcon_hover iframe,
  .header2026_contactIcon_hover video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

@media (hover: hover) {
  .header2026_contact:hover .header2026_contactIcon_default {
    opacity: 0; } }

.header2026_contactIcon_hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
  @media (hover: hover) {
    .header2026_contact:hover .header2026_contactIcon_hover {
      opacity: 1; } }

.header2026_contactText {
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: 600;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .header2026_contactText {
      font-size: 13px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .header2026_contactText {
      font-size: 16px; } }
  @media (hover: hover) {
    .header2026_contact:hover .header2026_contactText {
      color: #7D722E; } }

.header2026_hamburger {
  position: relative;
  cursor: pointer; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .header2026_hamburger {
      width: 32px;
      height: 32px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .header2026_hamburger {
      width: 56px;
      height: 56px; } }

.header2026_hamburgerBar {
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  -webkit-transition: rotate 0.3s ease, width 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  transition: rotate 0.3s ease, width 0.3s ease, opacity 0.3s ease, background-color 0.3s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .header2026_hamburgerBar {
      width: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .header2026_hamburgerBar {
      width: 40px; } }
  .header2026_hamburgerBar:nth-child(1) {
    top: 20px; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      .header2026_hamburgerBar:nth-child(1) {
        top: 21px; } }
  .header2026_hamburgerBar:nth-child(2) {
    top: 50%; }
  .header2026_hamburgerBar:nth-child(3) {
    bottom: 20px; }
  .is-menu-open .header2026_hamburgerBar:nth-child(1) {
    rotate: -20deg;
    background-color: #333333; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      .is-menu-open .header2026_hamburgerBar:nth-child(1) {
        top: 16px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      .is-menu-open .header2026_hamburgerBar:nth-child(1) {
        top: 30px; } }
  .is-menu-open .header2026_hamburgerBar:nth-child(2) {
    width: 0;
    opacity: 0;
    background-color: #333333; }
  .is-menu-open .header2026_hamburgerBar:nth-child(3) {
    rotate: 20deg;
    background-color: #333333; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      .is-menu-open .header2026_hamburgerBar:nth-child(3) {
        bottom: 15px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      .is-menu-open .header2026_hamburgerBar:nth-child(3) {
        bottom: 25px; } }
  .is-header-small .header2026_hamburgerBar {
    background-color: #463876; }

.header2026_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: -1;
  padding: 152px 96px 123px;
  translate: 0 -100%;
  -webkit-transition: translate 0.6s ease-in-out;
  transition: translate 0.6s ease-in-out;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none; }
  .header2026_menu::-webkit-scrollbar {
    display: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .header2026_menu {
      padding: 101px calc(32 / 375 * 100vw) 65px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .header2026_menu {
      padding: 152px calc(96 / 1440 * 100vw) 123px; } }
  .is-menu-open .header2026_menu {
    translate: 0 0; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .header2026_menuTop {
    margin-bottom: 26px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .header2026_menuTop {
    margin-bottom: 32px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .header2026_menuBlock + .header2026_menuBlock {
    margin-top: 26px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .header2026_label_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px; } }

.header2026_label {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none !important;
  color: #333333 !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block; }
  .header2026_label + .header2026_label {
    margin-top: 24px; }

.header2026_labelPulldown {
  width: 12px;
  height: 12px;
  position: relative; }
  .header2026_labelPulldown::before, .header2026_labelPulldown::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #463876;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    -webkit-transition: rotate 0.3s ease;
    transition: rotate 0.3s ease; }
  .header2026_labelPulldown::before {
    rotate: 90deg; }
  .is-open .header2026_labelPulldown::before {
    rotate: 0deg; }

a.header2026_label {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  @media (hover: hover) {
    a.header2026_label:hover {
      opacity: 0.3; } }

.header2026_label-small {
  font-size: 15px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .header2026_label-small {
      font-size: 13px; }
      .header2026_label-small + .header2026_label-small {
        margin-top: 14px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .header2026_menuBottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px; } }

.header2026_menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .header2026_menuList {
      margin-top: 18px;
      gap: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .header2026_menuList {
      margin-top: 32px;
      gap: 16px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .header2026_menuItem + .header2026_menuItem {
    margin-top: 10px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .header2026_menuList-pulldown {
    display: none; } }

.header2026_menuList-small {
  margin-top: 24px;
  gap: 12px; }

.header2026_menuLink {
  color: #333333 !important;
  text-decoration: none !important;
  font-weight: 300 !important;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  @media (hover: hover) {
    .header2026_menuLink:hover {
      opacity: 0.3; } }

.header2026_menuBlock_inner:first-child {
  margin-bottom: 32px;
  border-bottom: 1px solid #EEEEEE; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .header2026_menuBlock_inner:first-child {
      padding-bottom: 32px;
      margin-top: 48px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .header2026_menuBlock_inner:first-child {
      padding-bottom: 64px; } }

.header2026_menuList_text {
  font-size: 12px;
  letter-spacing: 0; }
