@charset "UTF-8";
.l-base {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: #fff;
  color: #000;
  vertical-align: baseline;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  line-height: 1;
}
.l-base html,
.l-base body,
.l-base div,
.l-base span,
.l-base applet,
.l-base object,
.l-base iframe,
.l-base h1,
.l-base h2,
.l-base h3,
.l-base h4,
.l-base h5,
.l-base h6,
.l-base p,
.l-base blockquote,
.l-base pre,
.l-base a,
.l-base abbr,
.l-base acronym,
.l-base address,
.l-base big,
.l-base cite,
.l-base code,
.l-base del,
.l-base dfn,
.l-base em,
.l-base img,
.l-base ins,
.l-base kbd,
.l-base q,
.l-base s,
.l-base samp,
.l-base small,
.l-base strike,
.l-base strong,
.l-base sub,
.l-base sup,
.l-base tt,
.l-base var,
.l-base dl,
.l-base dt,
.l-base dd,
.l-base ol,
.l-base ul,
.l-base li,
.l-base fieldset,
.l-base form,
.l-base label,
.l-base legend,
.l-base table,
.l-base caption,
.l-base tbody,
.l-base tfoot,
.l-base thead,
.l-base tr,
.l-base th,
.l-base td {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  vertical-align: baseline;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}
.l-base body {
  background: #fff;
  color: #000;
  line-height: 1;
}
.l-base ol,
.l-base ul {
  list-style: none;
}
.l-base table {
  border-spacing: 0;
  border-collapse: separate;
  vertical-align: middle;
}
.l-base caption,
.l-base th,
.l-base td {
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
}
.l-base a img {
  border: none;
}
.l-base article,
.l-base aside,
.l-base canvas,
.l-base details,
.l-base figcaption,
.l-base figure,
.l-base footer,
.l-base header,
.l-base hgroup,
.l-base menu,
.l-base nav,
.l-base section,
.l-base summary,
.l-base main {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}
.l-base audio,
.l-base canvas,
.l-base video {
  display: inline-block;

  *display: inline;
  *zoom: 1;
}
.l-base audio:not([controls]),
.l-base [hidden] {
  display: none;
}
.l-base .l-wrapper {
  display: grid;
  background-color: #f6f6f6;
  color: #1f1f1f;
  word-wrap: break-word;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;

  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: -webkit-max-content 1fr -webkit-max-content;
  grid-template-rows: max-content 1fr max-content;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  overflow-wrap: break-word;
}
.l-base .l-wrapper:has([class*="-inquiry-"]).l-base .l-wrapper:has([class*="-hvc_list-"]) {
  background-color: #f8f8f4;
}
.l-base .l-wrapper:not(.l-sales-maintenance-page):not(.l-sales-system_error-page):not(.l-sales-404-page):not([class*="l-sales-harvest_club_life"]) .l-article {
  padding-bottom: 3.75em;
}
.l-base .l-wrapper:not(.l-migration-page) {
  min-height: 100vh;
}
.l-base .l-wrapper .l-article {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
.l-base .l-wrapper .c-display-inline-block {
  display: inline-block !important;
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .c-display-none-pc {
    display: none !important;
  }
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .c-display-none-sp {
    display: none !important;
  }
}
.l-base .l-wrapper .c-text-align-left {
  text-align: left !important;
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .c-text-align-left-pc {
    text-align: left !important;
  }
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .c-text-align-left-sp {
    text-align: left !important;
  }
}
.l-base .l-wrapper .c-text-align-center {
  text-align: center !important;
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .c-text-align-center-pc {
    text-align: center !important;
  }
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .c-text-align-center-sp {
    text-align: center !important;
  }
}
.l-base .l-wrapper .c-text-align-right {
  text-align: right !important;
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .c-text-align-right-pc {
    text-align: right !important;
  }
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .c-text-align-right-sp {
    text-align: right !important;
  }
}
.l-base .l-wrapper .c-hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #d5d3d3;
}
.l-base .l-wrapper a {
  color: $font_color_link_default;
  text-decoration: underline;
}
.l-base .l-wrapper a:visited {
  color: $font_color_link_default;
  text-decoration: underline;
}
.is-mouse .l-base .l-wrapper a:hover {
  color: $font_color_link_hover;
  text-decoration: none;
}
.l-base .l-wrapper a:active,
.l-base .l-wrapper a:focus {
  color: $font_color_link_default;
  text-decoration: underline;
}
.l-base .l-wrapper a:focus {
  outline: none;
}
.l-base .l-wrapper a img,
.l-base .l-wrapper input[type="submit"] img,
.l-base .l-wrapper button img,
.l-base .l-wrapper label img {
  -webkit-box-shadow: #000 0 0 0;
  box-shadow: #000 0 0 0;
}
.l-base .l-wrapper a:link,
.l-base .l-wrapper input[type="submit"]:link,
.l-base .l-wrapper button:link,
.l-base .l-wrapper label:link,
.l-base .l-wrapper a:visited,
.l-base .l-wrapper input[type="submit"]:visited,
.l-base .l-wrapper button:visited,
.l-base .l-wrapper label:visited,
.l-base .l-wrapper a:active,
.l-base .l-wrapper input[type="submit"]:active,
.l-base .l-wrapper button:active,
.l-base .l-wrapper label:active,
.l-base .l-wrapper a:focus,
.l-base .l-wrapper input[type="submit"]:focus,
.l-base .l-wrapper button:focus,
.l-base .l-wrapper label:focus {
  text-decoration: none;
}
.l-base .l-wrapper a.disabled,
.l-base .l-wrapper input[type="submit"].disabled,
.l-base .l-wrapper button.disabled,
.l-base .l-wrapper label.disabled,
.l-base .l-wrapper a:disabled,
.l-base .l-wrapper input[type="submit"]:disabled,
.l-base .l-wrapper button:disabled,
.l-base .l-wrapper label:disabled {
  opacity: 1 !important;
  cursor: default;
}
.l-base .l-wrapper img,
.l-base .l-wrapper svg {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.l-base .l-wrapper picture {
  max-width: 100%;
}
.l-base .l-wrapper video {
  outline: none;
}
.l-base .l-wrapper input,
.l-base .l-wrapper textarea {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  background: #fff;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.l-base .l-wrapper input:-ms-input-placeholder,
.l-base .l-wrapper textarea:-ms-input-placeholder {
  position: relative;
  top: -0.1em;
}
.l-base .l-wrapper input::-moz-focus-inner,
.l-base .l-wrapper textarea::-moz-focus-inner {
  border: none;
}
.l-base .l-wrapper input:required,
.l-base .l-wrapper textarea:required,
.l-base .l-wrapper input:invalid,
.l-base .l-wrapper textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.l-base .l-wrapper button {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  background: none;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.l-base .l-wrapper button::-moz-focus-inner {
  border: none;
}
.l-base .l-wrapper input[type="text"],
.l-base .l-wrapper input[type="search"],
.l-base .l-wrapper input[type="datetime"],
.l-base .l-wrapper input[type="datetime-local"],
.l-base .l-wrapper input[type="date"],
.l-base .l-wrapper input[type="week"],
.l-base .l-wrapper input[type="month"],
.l-base .l-wrapper input[type="time"],
.l-base .l-wrapper input[type="color"],
.l-base .l-wrapper input[type="password"],
.l-base .l-wrapper input[type="url"],
.l-base .l-wrapper input[type="email"],
.l-base .l-wrapper input[type="number"] {
  min-height: 2em;
}
.l-base .l-wrapper input[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.l-base .l-wrapper input[type="date"]::-webkit-outer-spin-button,
.l-base .l-wrapper input[type="date"]::-webkit-inner-spin-button,
.l-base .l-wrapper input[type="date"]::-webkit-clear-button {
  margin: 0;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.l-base .l-wrapper input[type="date"]::-webkit-calendar-picker-indicator {
  position: relative;
  padding: 0.2em;
  background: none;
  font-size: 0.5em;
}
.l-base .l-wrapper input[type="number"]::-webkit-outer-spin-button,
.l-base .l-wrapper input[type="number"]::-webkit-inner-spin-button {
  margin: 0;

  -webkit-appearance: none;
}
.l-base .l-wrapper input[type="number"] {
  -moz-appearance: textfield;
}
.l-base .l-wrapper select {
  padding-right: 1.5em;
  min-height: 2em;
  border-radius: 0;
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==") no-repeat;
  background-position: right center;
  background-size: 0.5em;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.l-base .l-wrapper select:focus {
  outline: none;
}
.l-base .l-wrapper select::-ms-expand {
  display: none;
}
.l-base .l-wrapper input {
  border-radius: 0;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.l-base .l-wrapper input:focus {
  outline: none;
}
.l-base .l-wrapper select,
.l-base .l-wrapper input[type="submit"],
.l-base .l-wrapper button,
.l-base .l-wrapper label {
  cursor: pointer;
}
@media (max-width: 320px) {
  .l-base .l-wrapper {
    font-size: 14px;
  }
}
@media (min-width: 320px) {
  .l-base .l-wrapper {
    font-size: 14px;
  }
}
@media (min-width: 342px) {
  .l-base .l-wrapper {
    font-size: 15px;
  }
}
@media (min-width: 365px) {
  .l-base .l-wrapper {
    font-size: 16px;
  }
}
@media (min-width: 387px) {
  .l-base .l-wrapper {
    font-size: 17px;
  }
}
@media (min-width: 410px) {
  .l-base .l-wrapper {
    font-size: 17px;
  }
}
@media (min-width: 432px) {
  .l-base .l-wrapper {
    font-size: 18px;
  }
}
@media (min-width: 454px) {
  .l-base .l-wrapper {
    font-size: 19px;
  }
}
@media (min-width: 477px) {
  .l-base .l-wrapper {
    font-size: 20px;
  }
}
@media (min-width: 499px) {
  .l-base .l-wrapper {
    font-size: 21px;
  }
}
@media (min-width: 522px) {
  .l-base .l-wrapper {
    font-size: 22px;
  }
}
@media (min-width: 544px) {
  .l-base .l-wrapper {
    font-size: 23px;
  }
}
@media (min-width: 566px) {
  .l-base .l-wrapper {
    font-size: 24px;
  }
}
@media (min-width: 589px) {
  .l-base .l-wrapper {
    font-size: 25px;
  }
}
@media (min-width: 611px) {
  .l-base .l-wrapper {
    font-size: 26px;
  }
}
@media (min-width: 634px) {
  .l-base .l-wrapper {
    font-size: 27px;
  }
}
@media (min-width: 656px) {
  .l-base .l-wrapper {
    font-size: 28px;
  }
}
@media (min-width: 678px) {
  .l-base .l-wrapper {
    font-size: 29px;
  }
}
@media (min-width: 701px) {
  .l-base .l-wrapper {
    font-size: 30px;
  }
}
@media (min-width: 723px) {
  .l-base .l-wrapper {
    font-size: 31px;
  }
}
@media (min-width: 746px) {
  .l-base .l-wrapper {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .l-base .l-wrapper {
    font-size: 33px;
  }
}
@media (min-width: 769px) {
  .l-base .l-wrapper {
    font-size: 9px;
  }
}
@media (min-width: 811px) {
  .l-base .l-wrapper {
    font-size: 9px;
  }
}
@media (min-width: 852px) {
  .l-base .l-wrapper {
    font-size: 10px;
  }
}
@media (min-width: 894px) {
  .l-base .l-wrapper {
    font-size: 10px;
  }
}
@media (min-width: 935px) {
  .l-base .l-wrapper {
    font-size: 11px;
  }
}
@media (min-width: 977px) {
  .l-base .l-wrapper {
    font-size: 11px;
  }
}
@media (min-width: 1018px) {
  .l-base .l-wrapper {
    font-size: 12px;
  }
}
@media (min-width: 1060px) {
  .l-base .l-wrapper {
    font-size: 12px;
  }
}
@media (min-width: 1101px) {
  .l-base .l-wrapper {
    font-size: 13px;
  }
}
@media (min-width: 1143px) {
  .l-base .l-wrapper {
    font-size: 13px;
  }
}
@media (min-width: 1185px) {
  .l-base .l-wrapper {
    font-size: 14px;
  }
}
@media (min-width: 1226px) {
  .l-base .l-wrapper {
    font-size: 14px;
  }
}
@media (min-width: 1268px) {
  .l-base .l-wrapper {
    font-size: 15px;
  }
}
@media (min-width: 1309px) {
  .l-base .l-wrapper {
    font-size: 15px;
  }
}
@media (min-width: 1351px) {
  .l-base .l-wrapper {
    font-size: 16px;
  }
}
@media (min-width: 1392px) {
  .l-base .l-wrapper {
    font-size: 16px;
  }
}
@media (min-width: 1434px) {
  .l-base .l-wrapper {
    font-size: 17px;
  }
}
@media (min-width: 1475px) {
  .l-base .l-wrapper {
    font-size: 17px;
  }
}
@media (min-width: 1517px) {
  .l-base .l-wrapper {
    font-size: 18px;
  }
}
@media (min-width: 1558px) {
  .l-base .l-wrapper {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .l-base .l-wrapper {
    font-size: 19px;
  }
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'icons1';
  src: url("../font/icons1.eot");
  src: local('icons1 '), url("../font/icons1.eot?#iefix") format('embedded-opentype'), url("../font/icons1.woff2") format('woff2'), url("../font/icons1.woff") format('woff'), url("../font/icons1.otf") format('opentype'), url("../font/icons1.ttf") format('truetype');

  font-display: swap;
}
.l-base .l-wrapper .c-icon {
  display: inline-block;
  color: inherit;
  vertical-align: middle;
  font-size: inherit;
  line-height: 0;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.l-base .l-wrapper .c-icon--switch {
  position: relative;
}
.l-base .l-wrapper .c-icon--switch::before,
.l-base .l-wrapper .c-icon--switch::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.l-base .l-wrapper .c-icon--switch::before {
  opacity: 1;
}
.l-base .l-wrapper .c-icon--switch::after {
  opacity: 0;
}
.l-base .l-wrapper .c-icon--box-arrow::before {
  position: absolute;
  right: 0;
  display: inline;
  content: '\F000';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--box-arrow::after {
  display: inline;
  content: '\F001';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--box-arrow-invert::before {
  position: absolute;
  top: 0;
  right: 0;
  display: inline;
  content: '\F004';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--box-arrow-invert::after {
  display: inline;
  content: '\F005';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--box-arrow-5::after {
  display: inline;
  content: '\F004';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--box-arrow-6::after {
  display: inline;
  content: '\F005';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--arrow::after {
  display: inline;
  content: '\F006';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--arrow-2::after {
  display: inline;
  content: '\F034';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--external::before {
  display: inline;
  content: '\F007';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--external::after {
  display: inline;
  content: '\F008';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--pdf::before {
  display: inline;
  content: '\F009';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--pdf::after {
  display: inline;
  content: '\F00a';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--excel::before {
  display: inline;
  content: '\F00b';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--excel::after {
  display: inline;
  content: '\F00c';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--word::before {
  display: inline;
  content: '\F00d';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--word::after {
  display: inline;
  content: '\F00e';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--download::after {
  display: inline;
  content: '\F00f';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--tel::after {
  display: inline;
  content: '\F010';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--daiamond::after {
  display: inline;
  content: '\F011';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--box-modal-close::before {
  display: inline;
  content: '\F012';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--box-modal-close::after {
  display: inline;
  content: '\F013';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--play::before {
  display: inline;
  content: '\F014';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--play::after {
  display: inline;
  border-radius: 50%;
  background-color: #9f7b4a;
  content: '\F028';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--feature-1::after {
  display: inline;
  content: '\F015';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--feature-2::after {
  display: inline;
  content: '\F016';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--feature-3::after {
  display: inline;
  content: '\F017';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--feature-4::after {
  display: inline;
  content: '\F018';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--instagram-1::after {
  display: inline;
  content: '\F019';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--number-1::after {
  display: inline;
  content: '\F020';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--number-2::after {
  display: inline;
  content: '\F021';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--number-3::after {
  display: inline;
  content: '\F022';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--number-4::after {
  display: inline;
  content: '\F023';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--icon-breadcrumb-arrow-1::after {
  display: inline;
  content: '\F024';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--icon-triangle-1::after {
  display: inline;
  content: '\F025';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--icon-note-1::after {
  display: inline;
  content: '\F026';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--icon-checkbox-1::after {
  display: inline;
  content: '\F027';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--dog::after {
  display: inline;
  content: '\F029';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--cat::after {
  display: inline;
  content: '\F030';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--cage::after {
  display: inline;
  content: '\F031';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--room::after {
  display: inline;
  content: '\F032';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--arrow-down::after {
  display: inline;
  content: '\F006';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);

  speak: none;
  text-rendering: auto;
}
.l-base .l-wrapper .c-icon--right {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.l-base .l-wrapper .c-icon--rotate-45 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-base .l-wrapper .c-icon--rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.l-base .l-wrapper .c-icon--rotate-135 {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.l-base .l-wrapper .c-icon--rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.l-base .l-wrapper .c-icon--left {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.l-base .l-wrapper .c-button {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .c-button {
    font-size: 100%;
  }
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .c-button {
    font-size: 87.5%;
  }
}
.l-base .l-wrapper .c-button:not(.c-button--text-center) {
  text-align: left;
}
.l-base .l-wrapper .c-button::before,
.l-base .l-wrapper .c-button::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .c-button::before,
  .l-base .l-wrapper .c-button::after {
    border-radius: 0.25em;
  }
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .c-button::before,
  .l-base .l-wrapper .c-button::after {
    border-radius: 0.1429em;
  }
}
.l-base .l-wrapper .c-button::before {
  opacity: 0;
}
.l-base .l-wrapper .c-button::after {
  background: -webkit-gradient(linear, left top, right top, from(#83663d), color-stop(50.04%, #9f7b4a), to(#83663d));
  background: linear-gradient(to right, #83663d 0%, #9f7b4a 50.04%, #83663d 100%);
  opacity: 1;
}
.l-base .l-wrapper .c-button__inner {
  position: relative;
  z-index: 1;
  display: block;
  color: #fff;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .c-button__inner {
    padding-top: 1em;
    padding-right: 4.25em;
    padding-bottom: 0.9375em;
    padding-left: 1.5em;
  }
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .c-button__inner {
    padding-top: 1.0714em;
    padding-right: 4.2857em;
    padding-bottom: 1em;
    padding-left: 1.4286em;
  }
}
.l-base .l-wrapper .c-button__icon {
  position: absolute;
  top: 50%;
  z-index: 1;
  color: inherit;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, opacity;
  transition-property: color, opacity;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.l-base .l-wrapper .c-button__icon::before,
.l-base .l-wrapper .c-button__icon::after {
  display: block;
  width: 100%;
}
.l-base .l-wrapper .c-button__icon.c-icon--arrow,
.l-base .l-wrapper .c-button__icon.c-icon--arrow-down {
  right: 3.75em;
  font-size: 50%;
}
.l-base .l-wrapper .c-button__icon.c-icon--external {
  right: 1.875em;
  width: 1em;
  font-size: 100%;
}
.l-base .l-wrapper .c-button__icon.c-icon--pdf,
.l-base .l-wrapper .c-button__icon.c-icon--excel,
.l-base .l-wrapper .c-button__icon.c-icon--word {
  right: 1.364em;
  width: 0.909090909090909em;
  font-size: 137.5%;
}
.l-base .l-wrapper .c-button__icon.c-icon--box-arrow-5 {
  right: 0.882em;
  width: 1em;
  font-size: 212.5%;
}
.l-base .l-wrapper .c-button__icon.c-icon--download {
  right: 2.133em;
  font-size: 93.75%;
}
.l-base .l-wrapper .c-button--anchor-1 .c-button__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  padding: 0.5625em 1.6667em 0.5208em;
  font-size: 150%;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.4;

  -webkit-box-align: center;
  align-items: center;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .c-button--anchor-1 .c-button__inner {
    padding: 0.7381em 0.9524em 0.6905em;
  }
}
.l-base .l-wrapper .c-button--anchor-1 .c-button__icon {
  right: 0.6em;
  font-size: 137.5%;
  -webkit-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}
.l-base .l-wrapper .c-button--line-1 .c-button__inner {
  padding: 0.6771em 1em 0.6354em;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .c-button--line-1 .c-button__inner {
    padding: 0.7381em 0.9524em 0.6905em;
  }
}
.l-base .l-wrapper .c-button--line-2 .c-button__inner {
  min-height: 2.8em;
}
.l-base .l-wrapper .c-button--line-3 .c-button__inner {
  min-height: 4.2em;
}
.l-base .l-wrapper .c-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  border-radius: 0 0 0.25em 0.25em;
  -webkit-box-shadow: 0 0 0.75em rgba(31,31,31,0.16);
  box-shadow: 0 0 0.75em rgba(31,31,31,0.16);
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .c-button-wrapper {
    border-radius: 0 0 0.1429em 0.1429em;
  }
}
.l-base .l-wrapper .c-button-wrapper .c-button {
  display: table;
  width: 100%;
}
.l-base .l-wrapper .c-button-wrapper .c-button__inner {
  display: block;
  border-radius: 0.25em 0.25em 0 0;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .c-button-wrapper .c-button__inner {
    border-radius: 0.1429em 0.1429em 0 0;
  }
}
.l-base .l-wrapper .c-button-wrapper .c-button-wrapper__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.l-base .l-wrapper .c-button-wrapper .c-button-wrapper__description {
  padding: 1.5em;
  height: 100%;
  background: #fff;
  letter-spacing: 0em;
  font-size: 87.5%;
  line-height: 2;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .c-button-wrapper .c-button-wrapper__description {
    padding: 2em 1.5em;
  }
}
@media screen and (any-hover: hover) {
  .l-base .l-wrapper .c-button:hover::before {
    border: 1px solid #9f7b4a;
    opacity: 1;
  }
  .l-base .l-wrapper .c-button:hover::after {
    background: #9f7b4a;
    opacity: 0;
  }
  .l-base .l-wrapper .c-button:hover .c-button__icon.c-icon--switch::before {
    opacity: 0;
  }
  .l-base .l-wrapper .c-button:hover .c-button__icon.c-icon--switch::after {
    opacity: 1;
  }
  .l-base .l-wrapper .c-button:hover .c-button__inner {
    color: #9f7b4a;
  }
}
.l-base .l-wrapper .c-button--1:not([class*="button--purple"])::after {
  background: -webkit-gradient(linear, left top, right top, from(#83663d), color-stop(50.04%, #9f7b4a), to(#83663d));
  background: linear-gradient(to right, #83663d 0%, #9f7b4a 50.04%, #83663d 100%);
}
@media screen and (any-hover: hover) {
  .l-base .l-wrapper .c-button--1:not([class*="button--purple"]):hover::before {
    border: 1px solid #9f7b4a;
  }
  .l-base .l-wrapper .c-button--1:not([class*="button--purple"]):hover .c-button__inner {
    color: #9f7b4a;
  }
}
.l-base .l-wrapper .c-button--1[class*="button--purple"]::after {
  background: #7f264d;
}
@media screen and (any-hover: hover) {
  .l-base .l-wrapper .c-button--1[class*="button--purple"]:hover::before {
    border: 1px solid #7f264d;
  }
  .l-base .l-wrapper .c-button--1[class*="button--purple"]:hover .c-button__inner {
    color: #7f264d;
  }
}
.l-base .l-wrapper .c-button--2:not([class*="button--purple"])::after {
  border: 1px solid #9f7b4a;
  background: transparent;
}
.l-base .l-wrapper .c-button--2:not([class*="button--purple"]) .c-button__inner {
  color: #9f7b4a;
}
@media screen and (any-hover: hover) {
  .l-base .l-wrapper .c-button--2:not([class*="button--purple"]):hover::before {
    background: #9f7b4a;
  }
  .l-base .l-wrapper .c-button--2:not([class*="button--purple"]):hover .c-button__inner {
    color: #fff;
  }
}
.l-base .l-wrapper .c-button--2[class*="button--purple"]::after {
  border: 1px solid #7f264d;
  background: transparent;
}
.l-base .l-wrapper .c-button--2[class*="button--purple"] .c-button__inner {
  color: #7f264d;
}
@media screen and (any-hover: hover) {
  .l-base .l-wrapper .c-button--2[class*="button--purple"]:hover::before {
    border: none;
    background: #7f264d;
  }
  .l-base .l-wrapper .c-button--2[class*="button--purple"]:hover .c-button__inner {
    color: #fff;
  }
}
.l-base .l-wrapper .c-button--3:not([class*="button--purple"])::after {
  background: #fff;
}
.l-base .l-wrapper .c-button--3:not([class*="button--purple"]) .c-button__inner {
  color: #9f7b4a;
}
@media screen and (any-hover: hover) {
  .l-base .l-wrapper .c-button--3:not([class*="button--purple"]):hover::before {
    border: 1px solid #fff;
    background: #1f1f1f;
  }
  .l-base .l-wrapper .c-button--3:not([class*="button--purple"]):hover .c-button__inner {
    color: #fff;
  }
}
.l-base .l-wrapper .c-button--3[class*="button--purple"]::after {
  background: #fff;
}
.l-base .l-wrapper .c-button--3[class*="button--purple"] .c-button__inner {
  color: #7f264d;
}
@media screen and (any-hover: hover) {
  .l-base .l-wrapper .c-button--3[class*="button--purple"]:hover::before {
    border: 1px solid #fff;
    background: #1f1f1f;
  }
  .l-base .l-wrapper .c-button--3[class*="button--purple"]:hover .c-button__inner {
    color: #fff;
  }
}
.l-base .l-wrapper .c-button--4:not([class*="button--purple"])::after {
  border: 1px solid #fff;
  background: transparent;
}
.l-base .l-wrapper .c-button--4:not([class*="button--purple"]) .c-button__inner {
  color: #fff;
}
.l-base .l-wrapper .c-button--4:not([class*="button--purple"]):hover::before {
  background: #fff;
}
@media screen and (any-hover: hover) {
  .l-base .l-wrapper .c-button--4:not([class*="button--purple"]):hover:hover .c-button__inner {
    color: #9f7b4a;
  }
}
.l-base .l-wrapper .c-button--4[class*="button--purple"]::after {
  border: 1px solid #fff;
  background: transparent;
}
.l-base .l-wrapper .c-button--4[class*="button--purple"] .c-button__inner {
  color: #fff;
}
@media screen and (any-hover: hover) {
  .l-base .l-wrapper .c-button--4[class*="button--purple"]:hover::before {
    border: 1px solid #7f264d;
    background: #fff;
  }
  .l-base .l-wrapper .c-button--4[class*="button--purple"]:hover .c-button__inner {
    color: #7f264d;
  }
}
.l-base .l-wrapper .c-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .c-inner {
    padding-right: 3.75em;
    padding-left: 3.75em;
    max-width: 1600px;
  }
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .c-inner {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .c-inner-pc {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-right: 3.75em;
    padding-left: 3.75em;
    max-width: 1600px;
    width: 100%;
  }
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .c-inner-sp {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.25em;
    padding-left: 1.25em;
    width: 100%;
  }
}
.l-base .l-wrapper .c-inner-m {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .c-inner-m {
    padding-right: 17em;
    padding-left: 17em;
    max-width: 1600px;
  }
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .c-inner-m {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .c-inner-m-pc {
    margin-right: auto;
    margin-left: auto;
    padding-right: 17em;
    padding-left: 17em;
    max-width: 1600px;
  }
}
.l-base .l-wrapper .c-inner-s {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .c-inner-s {
    padding-right: 30.25em;
    padding-left: 30.25em;
    max-width: 1600px;
  }
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .c-inner-s {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .c-inner-s-pc {
    margin-right: auto;
    margin-left: auto;
    padding-right: 30.25em;
    padding-left: 30.25em;
    max-width: 1600px;
  }
}
.l-base .l-wrapper [data-sticky] [data-sticky-item] {
  opacity: 0;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  pointer-events: none;
  pointer-events: none;
}
.l-base .l-wrapper [data-sticky] [data-sticky-item].is-show {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper [data-sticky="toggle"] [data-sticky-item] {
    opacity: 0;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    pointer-events: none;
  }
  .l-base .l-wrapper [data-sticky="toggle"] [data-sticky-item].is-show {
    opacity: 1;
    pointer-events: auto;
  }
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper [data-sticky="toggle"] [data-sticky-item] {
    opacity: 1;
  }
}
.l-base .l-wrapper [data-tab-target] {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.l-base .l-wrapper [data-tab-target].is-active {
  overflow: auto;
  height: auto;
  opacity: 1;
}
.l-base .l-wrapper [data-tab-target]:not(.is-active) {
  overflow: hidden;
  margin-top: 0;
  height: 0;
  opacity: 0;
}
.l-base .l-wrapper .l-footer {
  background: #1f1f1f;
  color: #eaeaea;
}
.l-base .l-wrapper .l-footer a {
  color: #eaeaea;
  text-decoration: none;
}
.l-base .l-wrapper .l-footer a:visited {
  color: #eaeaea;
  text-decoration: none;
}
.is-mouse .l-base .l-wrapper .l-footer a:hover {
  color: #eaeaea;
  text-decoration: none;
}
.l-base .l-wrapper .l-footer a:active,
.l-base .l-wrapper .l-footer a:focus {
  color: #eaeaea;
  text-decoration: none;
}
.l-base .l-wrapper .l-footer__inner {
  padding-right: 4.392386530014642%;
  padding-left: 4.392386530014642%;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer__inner {
    padding-right: 5.333333333333334%;
    padding-left: 5.333333333333334%;
  }
}
.l-base .l-wrapper .l-footer__inner--1 {
  padding-top: 3.75em;
}
.l-base .l-wrapper .l-footer__inner--1 a {
  color: #fff;
  text-decoration: none;
}
.l-base .l-wrapper .l-footer__inner--1 a:visited {
  color: #fff;
  text-decoration: none;
}
.is-mouse .l-base .l-wrapper .l-footer__inner--1 a:hover {
  color: #fff;
  text-decoration: none;
}
.l-base .l-wrapper .l-footer__inner--1 a:active,
.l-base .l-wrapper .l-footer__inner--1 a:focus {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer__inner--1 {
    padding-bottom: 3.75em;
  }
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer__inner--1 {
    padding-top: 5em;
    padding-bottom: 4.875em;
  }
}
.l-base .l-wrapper .l-footer__inner--2 {
  padding-top: 3em;
  padding-bottom: 3em;
  background: #535353;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer__inner--2 {
    padding-top: 2.375em;
    padding-bottom: 3em;
  }
}
.l-base .l-wrapper .l-footer__inner--3 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  background: #1f1f1f;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer__inner--3 {
    padding-top: 1.1875em;
    padding-bottom: 1.1875em;
  }
}
.l-base .l-wrapper .l-footer .logo {
  width: 13.6875em;
}
.l-base .l-wrapper .l-footer .navigation--1 {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #464646;
  font-weight: 700;
  font-size: 100%;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer .navigation--1 {
    margin-top: 1.5em;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 100%;
  }
}
.l-base .l-wrapper .l-footer .navigation--1 .navigation__items {
  margin-right: -1.25em;
  margin-left: -1.25em;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer .navigation--1 .navigation__items {
    margin-right: 0;
    margin-left: 0;
  }
}
.l-base .l-wrapper .l-footer .navigation--1 .navigation__item {
  display: inline-block;
  margin-right: 1.25em;
  margin-left: 1.25em;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer .navigation--1 .navigation__item {
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .l-base .l-wrapper .l-footer .navigation--1 .navigation__item .item {
    padding-top: 0.3125em;
    padding-bottom: 0.3125em;
  }
  .l-base .l-wrapper .l-footer .navigation--1 .navigation__item:first-child {
    margin-top: 0;
  }
}
.l-base .l-wrapper .l-footer .navigation--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;

  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer .navigation--2 {
    display: block;
  }
}
.l-base .l-wrapper .l-footer .navigation--2 .navigation__title {
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 87.5%;
  line-height: 1.428571428571429;
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer .navigation--2 .navigation__title {
    pointer-events: none;
  }
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer .navigation--2 .navigation__title {
    margin-bottom: 0;
    font-size: 100%;
    line-height: 1.5;
  }
  .l-base .l-wrapper .l-footer .navigation--2 .navigation__title .title.is-open .title__icon span::after {
    opacity: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .l-base .l-wrapper .l-footer .navigation--2 .navigation__title .title {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    padding-top: 0.6563em;
    padding-bottom: 0.6563em;
    width: 100%;
    text-align: left;
  }
  .l-base .l-wrapper .l-footer .navigation--2 .navigation__title .title__icon {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    margin-right: 0.5em;
    width: 1em;
    height: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .l-base .l-wrapper .l-footer .navigation--2 .navigation__title .title__icon::before {
    position: absolute;
    top: -1px;
    right: -1px;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-base .l-wrapper .l-footer .navigation--2 .navigation__title .title__icon span {
    position: relative;
    position: absolute;
    top: 0;
    top: 50%;
    left: 0;
    left: 50%;
    display: block;
    width: 0.4375em;
    height: 1px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .l-base .l-wrapper .l-footer .navigation--2 .navigation__title .title__icon span::before,
  .l-base .l-wrapper .l-footer .navigation--2 .navigation__title .title__icon span::after {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    content: '';
  }
  .l-base .l-wrapper .l-footer .navigation--2 .navigation__title .title__icon span::after {
    opacity: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.l-base .l-wrapper .l-footer .navigation--2 .navigation__content {
  font-size: 75%;
  line-height: 1.416666666666667;
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer .navigation--2 .navigation__content {
    overflow: visible !important;
    height: auto !important;
  }
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer .navigation--2 .navigation__content {
    font-size: 87.5%;
    line-height: 1.428571428571429;
  }
}
.l-base .l-wrapper .l-footer .navigation--2 .navigation__content--list {
  font-size: 87.5%;
  line-height: 1.428571428571429;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer .navigation--2 .navigation__content--list {
    margin-top: 0.25em;
    font-size: 100%;
    line-height: 1.5;
  }
}
.l-base .l-wrapper .l-footer .navigation--2 .navigation__content--list .navigation__item {
  margin-top: 1.1429em;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer .navigation--2 .navigation__content--list .navigation__item {
    margin-top: 0;
  }
  .l-base .l-wrapper .l-footer .navigation--2 .navigation__content--list .navigation__item .item {
    padding-top: 0.4375em;
    padding-bottom: 0.4375em;
  }
}
.l-base .l-wrapper .l-footer .navigation--2 .navigation__item {
  margin-top: 1.3333em;
  font-weight: 500;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer .navigation--2 .navigation__item {
    margin-top: 0;
  }
  .l-base .l-wrapper .l-footer .navigation--2 .navigation__item .item {
    padding-top: 0.5714em;
    padding-bottom: 0.5714em;
  }
}
.l-base .l-wrapper .l-footer .navigation--2 .navigation__item:first-child {
  margin-top: 0;
}
.l-base .l-wrapper .l-footer .navigation--2 .navigation__item .item__external-icon {
  margin-left: 0.625em;
}
.l-base .l-wrapper .l-footer .navigation--2 .navigation__item .item__external-icon::before {
  opacity: 0;
}
.l-base .l-wrapper .l-footer .navigation--2 .navigation__item .item__external-icon::after {
  opacity: 1;
}
.l-base .l-wrapper .l-footer .navigation--2 .navigation__item .item__label:hover + .item__external-icon::before {
  opacity: 1;
}
.l-base .l-wrapper .l-footer .navigation--2 .navigation__item .item__label:hover + .item__external-icon::after {
  opacity: 0;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer .navigation--2 .navigation__block {
    margin-top: 0.4375em;
    padding-top: 0.25em;
    border-top: 1px solid #464646;
  }
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer .navigation--2 .navigation__item--instagram .item__icon {
    font-size: 150%;
  }
}
.l-base .l-wrapper .l-footer .navigation--3 {
  font-weight: 500;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer .navigation--3 {
    margin-top: 2.0625em;
  }
}
.l-base .l-wrapper .l-footer .navigation--3 .navigation__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;

  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
.l-base .l-wrapper .l-footer .navigation--3 .navigation__item--logo {
  width: 11.625em;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer .navigation--3 .navigation__item--totop {
    width: 100%;
  }
}
.l-base .l-wrapper .l-footer .navigation--3 .navigation__item--totop a {
  color: #e0d7bf;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer .navigation--3 .navigation__item--totop a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }
}
.l-base .l-wrapper .l-footer .navigation--3 .navigation__item--totop .item__label,
.l-base .l-wrapper .l-footer .navigation--3 .navigation__item--totop .item__icon {
  display: inline-block;
  vertical-align: middle;
}
.l-base .l-wrapper .l-footer .navigation--3 .navigation__item--totop .item__label {
  letter-spacing: 0.05em;
  font-size: 87.5%;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer .navigation--3 .navigation__item--totop .item__label {
    font-size: 87.5%;
  }
}
.l-base .l-wrapper .l-footer .navigation--3 .navigation__item--totop .item__icon {
  position: relative;
  top: 0;
  left: 0;
  margin-right: 0;
  margin-left: 1.36em;
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer .navigation--3 .navigation__item--totop .item__icon {
    font-size: 312.5%;
  }
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer .navigation--3 .navigation__item--totop .item__icon {
    margin-left: 0;
    font-size: 156.25%;
  }
}
.l-base .l-wrapper .l-footer .navigation--3 .navigation__item--totop .item__icon .c-icon.c-icon--box-arrow-6 {
  display: none;
}
.l-base .l-wrapper .l-footer .navigation--4 {
  float: right;
  width: 48.95666131621188%;
  font-weight: 500;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer .navigation--4 {
    float: none;
    width: 100%;
  }
}
.l-base .l-wrapper .l-footer .navigation--4 .navigation__items {
  margin-right: -0.5em;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer .navigation--4 .navigation__items {
    margin-right: 0;
  }
}
.l-base .l-wrapper .l-footer .navigation--4 .navigation__item {
  display: inline-block;
  margin-right: 1.3333em;
  padding-right: 1.3333em;
  border-right: 1px solid #f8f8f4;
  font-size: 75%;
  line-height: 1.416666666666667;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer .navigation--4 .navigation__item {
    display: block;
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    font-size: 75%;
    line-height: 1.8;
  }
  .l-base .l-wrapper .l-footer .navigation--4 .navigation__item .item {
    padding-top: 0.8333em;
    padding-bottom: 0.8333em;
  }
  .l-base .l-wrapper .l-footer .navigation--4 .navigation__item .item__icon {
    margin-left: 0.625em;
  }
}
.l-base .l-wrapper .l-footer .navigation--5 {
  text-align: center;
  font-weight: 500;
}
.l-base .l-wrapper .l-footer .navigation--5 .navigation__items {
  margin-right: -0.5em;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer .navigation--5 .navigation__items {
    margin-right: 0;
    line-height: 1.666666666666667;
  }
}
.l-base .l-wrapper .l-footer .navigation--5 .navigation__item {
  display: inline-block;
  margin-right: 1.3333em;
  padding-right: 1.3333em;
  border-right: 1px solid #f8f8f4;
  font-size: 75%;
  line-height: 1.416666666666667;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer .navigation--5 .navigation__item {
    margin-right: 0.5em;
    padding-right: 0.5em;
    font-size: 75%;
    line-height: 1;
  }
}
.l-base .l-wrapper .l-footer .navigation--5 .navigation__item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.l-base .l-wrapper .l-footer .related {
  float: left;
  width: 48.95666131621188%;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer .related {
    float: none;
    margin-top: 2.5em;
    width: 100%;
  }
}
.l-base .l-wrapper .l-footer .related__item {
  display: inline-block;
  margin-left: 4.262295081967213%;
  width: 47.868852459016395%;
  vertical-align: top;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer .related__item {
    margin-left: 3.880597014925373%;
    width: 48.059701492537314%;
  }
}
.l-base .l-wrapper .l-footer .related__item:first-child {
  margin-left: 0;
}
.l-base .l-wrapper .l-footer .related__item--1 .related__title {
  width: 8.75em;
}
.l-base .l-wrapper .l-footer .related__item--1 .related a {
  display: block;
}
.l-base .l-wrapper .l-footer .related__item--2 .related__title {
  width: 8.625em;
}
.l-base .l-wrapper .l-footer .related__title {
  display: block;
  margin-bottom: 1em;
  line-height: 0;
}
.l-base .l-wrapper .l-footer .related__description {
  font-size: 62.5%;
  line-height: 1.4;
}
.l-base .l-wrapper .l-footer .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  clear: both;
  -ms-flex-align: center;
  padding-top: 1.625em;

  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer .text {
    display: block;
    padding-top: 2.5em;
    text-align: center;
  }
}
.l-base .l-wrapper .l-footer .text__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;

  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer .text__block {
    display: block;
    margin-top: 1.1875em;
    padding-top: 1.5em;
    border-top: 1px solid #d5d3d3;
  }
}
.l-base .l-wrapper .l-footer .text__copyright {
  font-size: 75%;
}
.l-base .l-wrapper .l-footer .text__slogan {
  width: 10.625em;
  line-height: 1;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer .text__slogan {
    margin-inline: auto;
  }
}
.l-base .l-wrapper .l-footer .text__logo {
  display: block;
  margin-left: 1.125em;
  width: 10.5625em;
  line-height: 1;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-footer .text__logo {
    margin-top: 0.5em;

    margin-inline: auto;
  }
}
.l-base .l-wrapper .l-footer .item {
  display: block;
}
.l-base .l-wrapper .l-footer .item__icon,
.l-base .l-wrapper .l-footer .item__label {
  display: inline-block;
}
.l-base .l-wrapper .l-footer .item__icon {
  margin-right: 0.375em;
  font-size: 125%;
  line-height: 0;
}
html.is-mouse .l-base .l-footer .navigation__item--totop .item {
  opacity: 1 !important;
}
html.is-mouse .l-base .l-footer .navigation__item--totop .item__icon .c-icon {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
html.is-mouse .l-base .l-footer .navigation__item--totop .item__icon .c-icon.c-icon--box-arrow-5 {
  opacity: 1;
}
html.is-mouse .l-base .l-footer .navigation__item--totop .item__icon .c-icon.c-icon--box-arrow-6 {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  opacity: 0;
}
html.is-mouse .l-base .l-footer .navigation__item--totop .item:hover .item__icon .c-icon.c-icon--box-arrow-5 {
  opacity: 0;
}
html.is-mouse .l-base .l-footer .navigation__item--totop .item:hover .item__icon .c-icon.c-icon--box-arrow-6 {
  opacity: 1;
}
.l-base .l-wrapper .l-header {
  width: 100%;
}
.l-base .l-wrapper .l-header .header__button .header__bar {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.l-base .l-wrapper .l-header .header__button.is-open .header__bar {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.l-base .l-wrapper .l-header .header__button.is-open .header__bar:first-child {
  -webkit-transform: rotate(-45deg) translateY(0) !important;
  transform: rotate(-45deg) translateY(0) !important;
}
.l-base .l-wrapper .l-header .header__button.is-open .header__bar:last-child {
  -webkit-transform: rotate(45deg) translateY(0) !important;
  transform: rotate(45deg) translateY(0) !important;
}
.l-base .l-wrapper .l-header .header__menu .menu {
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.l-base .l-wrapper .l-header .header__menu.is-open .menu {
  left: 0 !important;
}
.l-base .l-wrapper .l-header {
  background-color: #fff;
}
.l-base .l-wrapper .l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10000;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top;
  transition-property: top;
}
.l-base .l-wrapper .l-header.is-down {
  top: calc(var(--header-height) * -1);
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header:has(.is-open) {
    top: 0 !important;
  }
}
.l-base .l-wrapper .l-header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header__inner {
    padding-right: 0.875em;
    padding-left: 0.875em;
  }
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header__inner {
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header__logo {
    padding-top: 0.6875em;
    padding-bottom: 0.6875em;
    width: 9.25em;
  }
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header__logo {
    width: 7.9375em;
  }
}
.l-base .l-wrapper .l-header .header__logo .logo {
  display: block;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header__logo .logo {
    padding-top: 9.448818897637796%;
    padding-right: 9.448818897637796%;
    padding-bottom: 9.448818897637796%;
    padding-left: 9.448818897637796%;
  }
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header__menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -ms-flex-align: center;
    height: 100%;
    font-weight: 600;
    font-size: 81.25%;
    line-height: 1;

    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
  }
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header .menu {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 9999;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: var(--header-height);
    padding-top: 10.666666666666668%;
    padding-right: 5.333333333333334%;
    padding-bottom: 10.666666666666668%;
    padding-left: 5.333333333333334%;
    width: 100%;
    height: calc(100vh - var(--header-height));
    background: #1f1f1f;
    color: #fff;
  }
}
.l-base .l-wrapper .l-header .header .menu a {
  color: inherit;
}
.l-base .l-wrapper .l-header .header .menu a[target='_blank']::after {
  display: inline;
  overflow: visible;
  margin-left: 0.5em;
  content: '\F008';
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icons1';
  line-height: 1;

  speak: none;
  text-rendering: auto;
  aspect-ratio: 1;
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header .menu a[target='_blank']::after {
    font-size: 107.6923076923077%;
  }
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header .menu__item {
    padding-top: 0.25em;
    padding-bottom: 0.1875em;
    border-top: 1px solid #464646;
  }
}
.l-base .l-wrapper .l-header .header .menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  letter-spacing: 0em;

  -webkit-box-align: center;
  align-items: center;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header .menu__items {
    display: block;
  }
}
.l-base .l-wrapper .l-header .header .menu__items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  overflow: hidden;

  -webkit-box-align: center;
  align-items: center;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header .menu__items .item {
    padding-top: 0.6875em;
    padding-bottom: 0.6875em;
    width: 100%;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header .menu__items--primary,
  .l-base .l-wrapper .l-header .header .menu__items--secondary {
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header .menu__items--primary .menu__item,
  .l-base .l-wrapper .l-header .header .menu__items--secondary .menu__item,
  .l-base .l-wrapper .l-header .header .menu__items--primary .item,
  .l-base .l-wrapper .l-header .header .menu__items--secondary .item {
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header .menu__items--primary .menu__item,
  .l-base .l-wrapper .l-header .header .menu__items--secondary .menu__item {
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header .menu__items--primary .menu__item::after,
  .l-base .l-wrapper .l-header .header .menu__items--secondary .menu__item::after {
    position: absolute;
    bottom: 0.9375em;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #805419;
    content: '';
    opacity: 0;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, opacity;
    transition-property: color, opacity;
  }
}
@media screen and (min-width: 769px) and (any-hover: hover) {
  .l-base .l-wrapper .l-header .header .menu__items--primary .menu__item:hover,
  .l-base .l-wrapper .l-header .header .menu__items--secondary .menu__item:hover {
    color: #805419;
  }
  .l-base .l-wrapper .l-header .header .menu__items--primary .menu__item:hover::after,
  .l-base .l-wrapper .l-header .header .menu__items--secondary .menu__item:hover::after {
    opacity: 1;
  }
}
.l-base .l-wrapper .l-header .header .menu__items--primary .sub-items__item,
.l-base .l-wrapper .l-header .header .menu__items--secondary .sub-items__item {
  font-weight: 500;
}
.l-base .l-wrapper .l-header .header .menu__items--primary {
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header .menu__items--primary {
    padding-right: 1.2308em;
  }
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header .menu__items--primary::after {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    display: block;
    width: 0;
    height: 1.4615em;
    border-right: 1px dotted #afafaf;
    content: '';
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header .menu__items--primary .item {
    padding-right: 1.2308em;
    padding-left: 1.2308em;
  }
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header .menu__items--primary .item {
    position: relative;
    top: 0;
    left: 0;
    font-weight: 700;
  }
  .l-base .l-wrapper .l-header .header .menu__items--primary .item__icon {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    margin-right: 0.5em;
    width: 1em;
    height: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .l-base .l-wrapper .l-header .header .menu__items--primary .item__icon::before {
    position: absolute;
    top: -1px;
    right: -1px;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-base .l-wrapper .l-header .header .menu__items--primary .item__icon span {
    position: relative;
    position: absolute;
    top: 0;
    top: 50%;
    left: 0;
    left: 50%;
    display: block;
    width: 0.4375em;
    height: 1px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .l-base .l-wrapper .l-header .header .menu__items--primary .item__icon span::before,
  .l-base .l-wrapper .l-header .header .menu__items--primary .item__icon span::after {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    content: '';
  }
  .l-base .l-wrapper .l-header .header .menu__items--primary .item__icon span::after {
    opacity: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .l-base .l-wrapper .l-header .header .menu__items--primary .item.is-open .item__icon span::after {
    opacity: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.l-base .l-wrapper .l-header .header .menu__items--primary .sub-items:last-child {
  padding-bottom: 0.1875em;
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header .menu__items--primary .sub-items__item {
    overflow: visible !important;
    height: auto !important;
  }
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header .menu__items--primary .sub-items__item {
    display: block;
    padding-top: 0.375em;
    padding-bottom: 0.375em;
    font-size: 87.5%;
  }
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header .menu__items--secondary {
    padding-right: 1.2308em;
    padding-left: 1.2308em;
  }
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header .menu__items--secondary .item {
    padding-right: 1.2308em;
    padding-left: 1.2308em;
  }
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header .menu__items--secondary .item {
    font-weight: 500;
  }
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header .menu__items--secondary .menu__item {
    padding-bottom: 0em;
  }
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header .menu__items--aside {
    gap: 0 0.4615em;
  }
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header .menu__items--aside {
    display: grid;

    grid-template-columns: repeat(2, 1fr);
    gap: 0 0.5625em;
  }
}
.l-base .l-wrapper .l-header .header .menu__items--aside .item {
  text-align: center;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header .menu__items--aside .item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 11em;
    border-radius: 0.1538em;
  }
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header .menu__items--aside .item {
    border-radius: 0.25em;
  }
}
.l-base .l-wrapper .l-header .header .menu__items--aside .menu__item {
  border-top: none;
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header .menu__items--aside .menu__item .item {
    padding-top: 0.8462em;
    padding-bottom: 0.8462em;
  }
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header .menu__items--aside .menu__item {
    font-size: 81.25%;
    line-height: 1.615384615384615;
  }
  .l-base .l-wrapper .l-header .header .menu__items--aside .menu__item .item {
    padding-top: 1.1538em;
    padding-bottom: 1.1538em;
  }
}
.l-base .l-wrapper .l-header .header .menu__items--aside .menu__item:first-child .item {
  color: #7f264d;
}
@media screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header .menu__items--aside .menu__item:first-child .item {
    border: 1px solid #7f264d;
  }
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header .menu__items--aside .menu__item:first-child .item {
    background-color: #fff;
  }
}
@media screen and (any-hover: hover) {
  .l-base .l-wrapper .l-header .header .menu__items--aside .menu__item:first-child .item:hover {
    background-color: #7f264d;
    color: #fff;
  }
}
.l-base .l-wrapper .l-header .header .menu__items--aside .menu__item:last-child .item {
  border: 1px solid #7f264d;
  background-color: #7f264d;
  color: #fff;
}
@media screen and (any-hover: hover) {
  .l-base .l-wrapper .l-header .header .menu__items--aside .menu__item:last-child .item:hover {
    background-color: #fff;
    color: #7f264d;
  }
}
.l-base .l-wrapper .l-header .header .menu__items--aside a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1.5385em;
  padding-left: 1.5385em;
  font-weight: 500;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header__button {
    position: relative;
    width: 17.066666666666666%;
  }
}
@media not screen and (min-width: 769px) {
  .l-base .l-wrapper .l-header .header__bar {
    position: absolute;
    top: 50%;
    left: 31.25%;
    z-index: 1;
    width: 37.5%;
    height: 0;
    border-bottom: 2px solid #7f264d;
  }
}
.l-base .l-wrapper .l-header .header__bar:first-child {
  -webkit-transform: translateY(-0.1875em);
  transform: translateY(-0.1875em);
}
.l-base .l-wrapper .l-header .header__bar:last-child {
  -webkit-transform: translateY(0.1875em);
  transform: translateY(0.1875em);
}
