/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

body {
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
  background-color: #000;
}

*:focus-visible {
  outline: 2px solid #BD9C05 !important;
  outline-offset: 2px !important;
}

nav ul, nav ol {
  list-style: none;
}
nav a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: unset;
}

small {
  font-size: 75%;
}

em {
  font-style: normal;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: #fff;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

label {
  display: inline-block;
  cursor: pointer;
}

hr {
  margin: 2rem 0;
  background: #ddd;
  border-color: #ccc;
}

_::-webkit-full-page-media, _:future, :root, body {
  -webkit-animation: safariFix 1s forwards infinite;
}

@-webkit-keyframes safariFix {
  100% {
    z-index: 1;
  }
}
.site_frame {
  position: relative;
  z-index: 2;
}

.site_frame__inner {
  border-top: 1px solid #000;
  margin-top: -1px;
}

.body_bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  inset: 0;
  background-color: #000;
  z-index: 0;
  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;
}

.body_bg__overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  inset: 0;
  z-index: 1;
  mix-blend-mode: multiply;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgb(0, 0, 0)), color-stop(27%, rgb(209, 8, 0)), color-stop(73%, rgb(128, 0, 255)), color-stop(99%, rgb(0, 0, 0)));
  background: linear-gradient(90deg, rgb(0, 0, 0) 1%, rgb(209, 8, 0) 27%, rgb(128, 0, 255) 73%, rgb(0, 0, 0) 99%);
}
@media screen and (min-width: 900px) {
  .body_bg__overlay {
    background: -webkit-gradient(linear, left top, right top, color-stop(7%, rgb(0, 0, 0)), color-stop(31%, rgb(209, 8, 0)), color-stop(71%, rgb(128, 0, 255)), color-stop(93%, rgb(0, 0, 0)));
    background: linear-gradient(90deg, rgb(0, 0, 0) 7%, rgb(209, 8, 0) 31%, rgb(128, 0, 255) 71%, rgb(0, 0, 0) 93%);
  }
}

.body_bg__movie .video {
  width: 240%;
  translate: -18% -12%;
}
@media screen and (min-width: 400px) {
  .body_bg__movie .video {
    translate: -16% -18%;
  }
}
@media screen and (min-width: 600px) {
  .body_bg__movie .video {
    width: 180%;
    translate: -13% -10%;
  }
}
@media screen and (min-width: 900px) {
  .body_bg__movie .video {
    translate: -13% -5%;
  }
}
@media screen and (min-width: 1120px) {
  .body_bg__movie .video {
    width: 120%;
    translate: -10% 0;
  }
}
@media screen and (min-width: 1280px) {
  .body_bg__movie .video {
    width: 100%;
    translate: initial;
  }
}

.grecaptcha-badge {
  display: none;
  z-index: 9999;
}

.site_header {
  position: fixed;
  padding-block: 18px;
  width: 100%;
  z-index: 100;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgba(0, 0, 0, 0.7581407563)), color-stop(86%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7581407563) 2%, rgba(0, 0, 0, 0) 86%);
}
@media screen and (min-width: 960px) {
  .site_header {
    background: initial;
  }
}

body._use_drawer .site_header {
  background: initial;
}

.site_header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 16px;
  margin-inline: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 600px) {
  .site_header__inner {
    padding-inline: 30px;
  }
}

.header_branding {
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.header_branding__title {
  color: #fff;
}

.header_branding__link {
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .header_branding__link:hover {
    color: #999;
  }
}

.header_branding__name {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
}
._use_drawer .header_branding {
  opacity: 0;
  visibility: hidden;
}

.site_header__inner_secondary {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.header_navs {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .header_navs {
    display: block;
  }
}

.header_navs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 43px;
     -moz-column-gap: 43px;
          column-gap: 43px;
  -webkit-column-gap: 27px;
     -moz-column-gap: 27px;
          column-gap: 27px;
}

._use_drawer .header_navs {
  opacity: 0;
  visibility: hidden;
}

.gnav_main__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 11px;
     -moz-column-gap: 11px;
          column-gap: 11px;
}

.gnav_main__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  row-gap: 10px;
  padding-inline: 16px;
  padding-block: 0 24px;
  line-height: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.gnav_main__link:before {
  content: "";
  display: block;
  width: 1px;
  height: 28px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.gnav_main__link .text {
  font-size: 1rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.08em;
}
.gnav_main__link .icon {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
  width: 16px;
  height: 15px;
}
.gnav_main__link .gnav_main__link_cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 4px;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .gnav_main__link:hover {
    color: #9A7C00;
  }
  .gnav_main__link:hover:before {
    background-color: #524C34;
  }
  .gnav_main__link:hover .icon {
    opacity: 0.5;
  }
}

.gnav_sub {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -6px;
  margin-right: -10px;
  margin-left: -10px;
}

.gnav_sub__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1px;
}

.gnav_sub__link {
  display: block;
  padding-block: 6px;
  padding-inline: 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .gnav_sub__link:hover {
    opacity: 0.8;
  }
  .gnav_sub__link:hover .icon svg path {
    fill: #9A7C00;
  }
}
.gnav_sub__link .icon {
  display: block;
  width: 26px;
  height: 26px;
}
.gnav_sub__link .icon svg {
  width: inherit;
  height: inherit;
}
.gnav_sub__link .icon svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #fff;
}

.header_drawer_switch {
  position: absolute;
  top: -10px;
  right: 0;
  z-index: 200;
}
@media screen and (min-width: 1024px) {
  .header_drawer_switch {
    display: none;
  }
}

.header_drawer_switch__btn {
  width: 50px;
  height: 50px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .header_drawer_switch__btn:hover .icon_cell .icon svg path {
    fill: #9A7C00;
  }
}
.header_drawer_switch__btn .text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(100%);
  white-space: nowrap;
}
.header_drawer_switch__btn .icon_cell {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  margin: auto;
}
.header_drawer_switch__btn .icon {
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 30px;
  height: 30px;
}
.header_drawer_switch__btn .icon svg {
  width: inherit;
  height: inherit;
}
.header_drawer_switch__btn .icon svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #fff;
}
.header_drawer_switch__btn .icon._icon_menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.header_drawer_switch__btn .icon._icon_menu_close {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
}
.header_drawer_switch__btn._is_active .icon._icon_menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
}
.header_drawer_switch__btn._is_active .icon._icon_menu_close {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.site_footer {
  padding-block: 80px 15vw;
}
@media screen and (min-width: 960px) {
  .site_footer {
    padding-block: 80px 10vw;
  }
}
@media screen and (min-width: 1535px) {
  .site_footer {
    padding-block: 80px 52px;
  }
}

.footer__primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.footer_branding {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.footer_branding .text {
  font-size: 1.9375rem;
  font-weight: 900;
}

.footer_branding__link {
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .footer_branding__link:hover {
    color: #999;
  }
}

.footer_sitemap_main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.footer_sitemap_main__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
}

.footer_sitemap_main__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  color: #fff;
  row-gap: 10px;
  padding-inline: 9px;
  line-height: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer_sitemap_main__link:before {
  content: "";
  display: block;
  width: 1px;
  height: 28px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.footer_sitemap_main__link .text {
  font-size: 1rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.08em;
}
.footer_sitemap_main__link .icon {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
  width: 16px;
  height: 15px;
}
.footer_sitemap_main__link .footer_sitemap_main__link_cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 4px;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .footer_sitemap_main__link:hover {
    color: #9A7C00;
  }
  .footer_sitemap_main__link:hover:before {
    background-color: #524C34;
  }
  .footer_sitemap_main__link:hover .icon {
    opacity: 0.5;
  }
}

.footer_sitemap_sub__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.footer_sitemap_sub__link {
  display: block;
  padding: 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .footer_sitemap_sub__link:hover {
    opacity: 0.8;
  }
  .footer_sitemap_sub__link:hover .icon svg path {
    fill: #9A7C00;
  }
}
.footer_sitemap_sub__link .icon {
  display: block;
  width: 20px;
  height: 20px;
}
.footer_sitemap_sub__link .icon svg {
  width: inherit;
  height: inherit;
}
.footer_sitemap_sub__link .icon svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #fff;
}

.footer__secondary {
  padding-top: 62px;
}

.footer_sitemap_extra {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.footer_sitemap_extra__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  row-gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .footer_sitemap_extra__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 1024px) {
  .footer_sitemap_extra__item {
    border-inline: solid 1px #646464;
    line-height: 20px;
  }
  .footer_sitemap_extra__item + .footer_sitemap_extra__item {
    border-left: none;
  }
}

.footer_sitemap_extra__link {
  color: #fff;
  font-size: 0.9375rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 1024px) {
  .footer_sitemap_extra__link {
    padding-inline: 1.3em;
  }
}
@media (any-hover: hover) and (any-pointer: fine) {
  .footer_sitemap_extra__link:hover {
    color: #9A7C00;
  }
}

.footer_copyright {
  margin-top: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1024px) {
  .footer_copyright {
    margin-top: 30px;
  }
}

.drawer_screen {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  display: block;
  background-color: #111;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 10;
}
.drawer_screen._is_open {
  opacity: 1;
  visibility: visible;
}

.drawer {
  opacity: 0;
  visibility: hidden;
  background-color: #1e1e1e;
  width: 100vw;
  height: 100dvh;
  z-index: 0;
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
.drawer._is_open {
  opacity: 1;
  visibility: visible;
}

.drawer__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.drawer__primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 26px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.drawer__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.drawer__title a {
  color: #fff;
}
.drawer__title .text {
  font-size: 1.9375rem;
  font-weight: 900;
}

.dnav_main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.dnav_main__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}

.dnav_main__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  color: #fff;
  row-gap: 10px;
  padding-inline: 10px;
  line-height: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.dnav_main__link:before {
  content: "";
  display: block;
  width: 1px;
  height: 28px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.dnav_main__link .text {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.08em;
}
.dnav_main__link .icon {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
  width: 16px;
  height: 15px;
}
.dnav_main__link .dnav_main__link_cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 4px;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .dnav_main__link:hover {
    color: #9A7C00;
  }
  .dnav_main__link:hover:before {
    background-color: #524C34;
  }
  .dnav_main__link:hover .icon {
    opacity: 0.5;
  }
}

.dnav_sub__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.dnav_sub__link {
  display: block;
  padding: 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .dnav_sub__link:hover {
    opacity: 0.8;
  }
  .dnav_sub__link:hover .icon svg path {
    fill: #9A7C00;
  }
}
.dnav_sub__link .icon {
  display: block;
  width: 26px;
  height: 26px;
}
.dnav_sub__link .icon svg {
  width: inherit;
  height: inherit;
}
.dnav_sub__link .icon svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #fff;
}

.drawer__secondary {
  padding-top: 30px;
}

.dnav_extra {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.dnav_extra__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  row-gap: 0.4rem;
}

.dnav_extra__link {
  color: #fff;
  font-size: 0.875rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 1024px) {
  .dnav_extra__link {
    padding-inline: 2em;
  }
}
@media (any-hover: hover) and (any-pointer: fine) {
  .dnav_extra__link:hover {
    color: #9A7C00;
  }
}

.breadcrumb {
  position: absolute;
  top: 20vw;
}
@media screen and (min-width: 600px) {
  .breadcrumb {
    top: clamp(80px, 10vw, 100px);
    top: 100px;
  }
}
@media screen and (min-width: 960px) {
  .breadcrumb {
    top: clamp(100px, 11vw, 130px);
  }
}
@media screen and (min-width: 1535px) {
  .breadcrumb {
    top: 165px;
  }
}
.breadcrumb .l_inner {
  padding-inline: 18px;
}
@media screen and (min-width: 600px) {
  .breadcrumb .l_inner {
    padding-inline: 34px;
  }
}

.breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.breadcrumb_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.breadcrumb_item::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #646464;
}
.breadcrumb_item:last-child::after {
  display: none;
}

.breadcrumb_link {
  color: #646464;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .breadcrumb_link:hover {
    color: #9A7C00;
  }
}

.breadcrumb_ttl {
  font-size: 0.9375rem;
  font-weight: 700;
}

.lnav_main {
  padding-bottom: 14vh;
}
@media screen and (min-width: 600px) {
  .lnav_main {
    padding-bottom: 20vw;
  }
}
@media screen and (min-width: 960px) {
  .lnav_main {
    padding-bottom: 150px;
  }
}
.lnav_main__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  gap: 20px;
}
@media screen and (min-width: 600px) {
  .lnav_main__items {
    width: 550px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .lnav_main__items {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
  }
}

.lnav_main__item {
  width: 100%;
  max-width: 310px;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .lnav_main__item {
    width: 250px;
  }
}

.lnav_main__link {
  display: block;
  color: #fff;
  border: solid 1px #646464;
  width: inherit;
  font-size: 1.125rem;
  padding-block: 18px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.03em;
  position: relative;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.5s;
  transition: background-color 0.3s, color 0.3s, border-color 0.5s;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .lnav_main__link:hover {
    border-color: #9A7C00;
    color: #BD9C05;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .lnav_main__link:hover::after {
    opacity: 1;
    visibility: visible;
    translate: 0 4px;
    border-color: #9A7C00;
  }
}
@media screen and (any-hover: hover) and (any-pointer: fine) and (min-width: 600px) {
  .lnav_main__link:hover::after {
    translate: 0 8px;
  }
}
.lnav_main__link::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-bottom: initial;
  border-left: initial;
  position: absolute;
  rotate: 135deg;
  right: 28px;
  top: calc(50% - 5px);
  border-color: #777;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity 0s, visibility 0s, translate 0.2s;
  transition: opacity 0s, visibility 0s, translate 0.2s;
}
@media screen and (min-width: 600px) {
  .lnav_main__link::after {
    width: 12px;
    height: 12px;
    left: calc(50% - 6px);
    bottom: -10px;
    top: initial;
    opacity: 0;
    visibility: hidden;
    border-color: #9A7C00;
  }
}
.page_heading {
  height: 55vh;
  padding-top: 5vh;
}
@media screen and (min-width: 600px) {
  .page_heading {
    padding-top: 4vh;
    height: calc(40svh + 20vw);
  }
}
@media screen and (min-width: 960px) {
  .page_heading {
    padding-top: initial;
    height: 44vw;
  }
}
@media screen and (min-width: 1280px) {
  .page_heading {
    height: clamp(320px, 35.2vw, 540px);
  }
}

.page_heading__inner {
  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;
  height: inherit;
}
@media screen and (min-width: 960px) {
  .page_heading__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.page_heading__title {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 960px) {
  .page_heading__title {
    margin-top: 17vw;
    margin-top: clamp(100px, 20vw, 212px);
  }
}
@media screen and (min-width: 1280px) {
  .page_heading__title {
    margin-top: clamp(212px, 16.612vw, 255px);
  }
}
.mv {
  position: relative;
  padding-top: 66px;
}
@media screen and (min-width: 1120px) {
  .mv {
    padding-top: 86px;
    padding-top: 12vh;
  }
}

.mv__inner {
  position: relative;
  margin-top: 16vw;
}
@media screen and (min-width: 600px) {
  .mv__inner {
    margin-top: 10vw;
  }
}
@media screen and (min-width: 1120px) {
  .mv__inner {
    margin-top: initial;
    padding-top: calc(140px - 3vw);
  }
}
@media screen and (min-width: 1280px) {
  .mv__inner {
    padding-top: calc(140px - 2vw);
  }
}
@media screen and (min-width: 1535px) {
  .mv__inner {
    padding-top: 105px;
  }
}

.mv__logo {
  margin-inline: auto;
  width: 50%;
  opacity: 0;
  -webkit-animation: fadeinn_up 0.8s ease-out 0.8s forwards;
          animation: fadeinn_up 0.8s ease-out 0.8s forwards;
}
@media screen and (min-width: 600px) {
  .mv__logo {
    width: clamp(240px, 29.6052631579vw, 450px);
  }
}
@media screen and (min-width: 1535px) {
  .mv__logo {
    width: 450px;
  }
}
.mv__logo img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes fadeinn_up {
  0% {
    opacity: 0;
    translate: 0 16px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes fadeinn_up {
  0% {
    opacity: 0;
    translate: 0 16px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.meaning {
  margin-top: 20vw;
}
@media screen and (min-width: 600px) {
  .meaning {
    margin-top: 14vw;
  }
}
@media screen and (min-width: 1120px) {
  .meaning {
    margin-top: initial;
  }
}

.meaning__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 10vw;
  width: 82%;
  margin-inline: auto;
}
@media screen and (min-width: 400px) {
  .meaning__inner {
    width: 75%;
  }
}
@media screen and (min-width: 500px) {
  .meaning__inner {
    width: 400px;
    padding-inline: initial;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .meaning__inner {
    width: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-inline: initial;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 4vw;
       -moz-column-gap: 4vw;
            column-gap: 4vw;
  }
}
@media screen and (min-width: 1120px) {
  .meaning__inner {
    padding-inline: 4.2vw;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 29.6052631579vw;
       -moz-column-gap: 29.6052631579vw;
            column-gap: 29.6052631579vw;
    position: absolute;
    inset: 0;
    top: 12vw;
  }
}
@media screen and (min-width: 1280px) {
  .meaning__inner {
    padding-inline: 7vw;
  }
}
@media screen and (min-width: 1535px) {
  .meaning__inner {
    width: 1258px;
    padding-inline: initial;
    -webkit-column-gap: initial;
       -moz-column-gap: initial;
            column-gap: initial;
    inset: 0;
    top: 182px;
  }
}

.meanings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .meanings {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-column-gap: 4vw;
       -moz-column-gap: 4vw;
            column-gap: 4vw;
  }
}
@media screen and (min-width: 1120px) {
  .meanings {
    -webkit-column-gap: clamp(20px, 3vw, 50px);
       -moz-column-gap: clamp(20px, 3vw, 50px);
            column-gap: clamp(20px, 3vw, 50px);
  }
}
.meanings__item {
  opacity: 0;
  -webkit-animation: fadeinn_up_2 0.7s ease-out forwards;
          animation: fadeinn_up_2 0.7s ease-out forwards;
  --base_time_1: 0.8s;
  --base_time_2: 0.4s;
  --delay_time: 0.2s;
}
@media screen and (min-width: 768px) {
  .meanings__item {
    --base_time_1: 0.8s;
    --base_time_2: 0.8s;
    --delay_time: 0.2s;
  }
}
@media screen and (min-width: 1120px) {
  .meanings__item {
    -webkit-animation: fadeinn_up_2 0.55s ease-out forwards;
            animation: fadeinn_up_2 0.55s ease-out forwards;
    --base_time_1: 1.2s;
    --base_time_2: 1.4s;
    --delay_time: 0.25s;
  }
}
.meanings__item._item_1 {
  -webkit-animation-delay: calc(var(--base_time_2) + var(--delay_time) * 6);
          animation-delay: calc(var(--base_time_2) + var(--delay_time) * 6);
}
.meanings__item._item_2 {
  -webkit-animation-delay: calc(var(--base_time_2) + var(--delay_time) * 5);
          animation-delay: calc(var(--base_time_2) + var(--delay_time) * 5);
}
.meanings__item._item_3 {
  -webkit-animation-delay: calc(var(--base_time_2) + var(--delay_time) * 4);
          animation-delay: calc(var(--base_time_2) + var(--delay_time) * 4);
}
.meanings__item._item_4 {
  -webkit-animation-delay: calc(var(--base_time_1) + var(--delay_time) * 3);
          animation-delay: calc(var(--base_time_1) + var(--delay_time) * 3);
}
.meanings__item._item_5 {
  -webkit-animation-delay: calc(var(--base_time_1) + var(--delay_time) * 2);
          animation-delay: calc(var(--base_time_1) + var(--delay_time) * 2);
}
.meanings__item._item_6 {
  -webkit-animation-delay: calc(var(--base_time_1) + var(--delay_time) * 1);
          animation-delay: calc(var(--base_time_1) + var(--delay_time) * 1);
}

@-webkit-keyframes fadeinn_up_2 {
  0% {
    opacity: 0;
    translate: 0 40px;
  }
  100% {
    opacity: 1;
    translate: 0;
  }
}

@keyframes fadeinn_up_2 {
  0% {
    opacity: 0;
    translate: 0 40px;
  }
  100% {
    opacity: 1;
    translate: 0;
  }
}