@charset "UTF-8";
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}
:root {
  --swiper-theme-color: #007aff;
/*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  z-index: 1;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.swiper {
  position: relative;
/* Fix of Webkit flickering */
  z-index: 1;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  list-style: none;
}
.swiper-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slide {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;

  -webkit-box-align: start;
  align-items: flex-start;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  -ms-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d {
  -webkit-perspective: 1200px;
  -ms-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;

  scrollbar-width: none;
/* For Firefox */
  -ms-overflow-style: none;
/* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  -ms-flex-order: 9999;
  content: '';

  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
  height: 100%;
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  min-width: 1px;
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0,0,0,0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-lazy-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -21px;
  margin-left: -21px;
  width: 42px;
  height: 42px;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
.swiper-virtual .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-backface-visibility: hidden;
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  width: var(--swiper-virtual-size);
  height: 1px;
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
/*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
  transform-origin: center;

  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.swiper-button-lock {
  display: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  font-size: var(--swiper-navigation-size);
  font-family: swiper-icons;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-pagination {
  z-index: 10;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  display: inline-block;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;

  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  top: 50%;
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms -webkit-transform, 200ms top;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms -webkit-transform, 200ms left;
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms -webkit-transform, 200ms right;
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  position: absolute;
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0,0,0,0.25));
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  position: relative;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  background: var(--swiper-scrollbar-bg-color, rgba(0,0,0,0.1));

  -ms-touch-action: none;
  touch-action: none;
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  top: var(--swiper-scrollbar-top, auto);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  left: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  height: var(--swiper-scrollbar-size, 4px);
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  top: var(--swiper-scrollbar-sides-offset, 1%);
  right: var(--swiper-scrollbar-right, 4px);
  left: var(--swiper-scrollbar-left, auto);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0,0,0,0.5));
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100%;
  height: 100%;
  text-align: center;

  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;

  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;

  -ms-touch-action: none;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
  opacity: 0;
  pointer-events: none;
}
.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  pointer-events: none;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  pointer-events: none;

  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  visibility: visible;
  pointer-events: auto;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.swiper-cube .swiper-cube-shadow:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  content: '';
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  visibility: visible;
  pointer-events: auto;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;

  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  z-index: 1;
  pointer-events: none;

  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;

  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  overflow: hidden;
  -webkit-transition-property: -webkit-transform, opacity, height;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;

  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  overflow: hidden;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;

  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.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 {
  color: #fff;
  word-wrap: break-word;
  letter-spacing: 0.08em;
  font-family: "EB Garamond", "Noto Serif JP", Georgia, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.5;

  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  overflow-wrap: break-word;
}
.l-base .l-wrapper .c-display-inline-block {
  display: inline-block;
}
@media screen and (min-width: 781px) {
  .l-base .l-wrapper .c-display-none--pc {
    display: none !important;
  }
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-display-none--sp {
    display: none !important;
  }
}
.l-base .l-wrapper a {
  color: #a3883d;
  text-decoration: underline;
}
.l-base .l-wrapper a:visited {
  color: #a3883d;
  text-decoration: underline;
}
.is-mouse .l-base .l-wrapper a:hover {
  color: #a3883d;
  text-decoration: none;
}
.l-base .l-wrapper a:active,
.l-base .l-wrapper a:focus {
  color: #a3883d;
  text-decoration: underline;
}
.l-base .l-wrapper a:focus {
  outline: none;
}
.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;
}
html,
body {
  overflow-x: hidden;
  font-size: 18px;
  font-size: 1.317715959004393vw;
}
@media screen and (max-width: 780px) {
  html,
  body {
    font-size: 4.102564102564102vw;
  }
}
@media screen and (min-width: 1366px) {
  html,
  body {
    font-size: 18px;
  }
}
.l-wrapper {
  overflow: hidden;
  width: 100%;
}
.l-base .l-wrapper .c-accordion__button > a {
  display: block;
  padding: 1em;
  background: #ccc;
}
.l-base .l-wrapper .c-accordion__content > div {
  padding-bottom: 10em;
}
.l-base .l-wrapper .c-background {
  position: relative;
  top: 0;
  left: 0;
  z-index: 20;
  line-height: 0;
  pointer-events: none;
}
.l-base .l-wrapper .c-background__image {
  position: absolute;
  opacity: 0.7;
  -webkit-animation: floating 7s ease-in-out infinite;
  animation: floating 7s ease-in-out infinite;
}
.l-base .l-wrapper .c-background__image:nth-child(2n+1) {
  -webkit-animation: revfloating 7s ease-in-out infinite;
  animation: revfloating 7s ease-in-out infinite;
}
.l-base .l-wrapper .c-background--statement .c-background__image:nth-child(1) {
  top: 0;
  right: 0;
  margin-top: 14.722222222222221em;
  margin-right: -22.72222222222222em;
  width: 42.05555555555556em;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-background--statement .c-background__image:nth-child(1) {
    margin-top: 33.25em;
    margin-right: -15.0625em;
    width: 35.875em;
  }
}
.l-base .l-wrapper .c-background--statement .c-background__image:nth-child(2) {
  top: 0;
  left: 0;
  margin-top: -2.222222222222222em;
  margin-left: -22.77777777777778em;
  width: 48em;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-background--statement .c-background__image:nth-child(2) {
    margin-top: 2.0625em;
    margin-left: -21.5625em;
    width: 39.375em;
  }
}
.l-base .l-wrapper .c-background--pickup .c-background__image:nth-child(1) {
  top: 0;
  left: 0;
  margin-top: 7.055555555555555em;
  margin-left: -16.944444444444443em;
  width: 48.05555555555556em;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-background--pickup .c-background__image:nth-child(1) {
    margin-top: 18.4375em;
    margin-left: -11.5em;
    width: 37.5625em;
  }
}
.l-base .l-wrapper .c-background--pickup .c-background__image:nth-child(2) {
  top: 0;
  right: 0;
  margin-top: 14.777777777777779em;
  margin-right: -22.72222222222222em;
  width: 42.05555555555556em;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-background--pickup .c-background__image:nth-child(2) {
    margin-top: 26.8125em;
    margin-right: -12.5em;
    width: 32.8125em;
  }
}
.l-base .l-wrapper .c-background--articles .c-background__image:nth-child(1) {
  top: 0;
  right: 0;
  margin-top: 1.111111111111111em;
  margin-right: -20.88888888888889em;
  width: 51.388888888888886em;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-background--articles .c-background__image:nth-child(1) {
    margin-top: 14.375em;
    margin-right: -10.875em;
    width: 47.3125em;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}
.l-base .l-wrapper .c-background--articles .c-background__image:nth-child(2) {
  top: 0;
  left: 0;
  margin-top: 30.666666666666668em;
  margin-left: -31.27777777777778em;
  width: 49.611111111111114em;
  -webkit-transform: rotate(195deg);
  transform: rotate(195deg);
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}
.l-base .l-wrapper .c-background--articles .c-background__image:nth-child(6) {
  top: 0;
  right: 0;
  margin-top: 49.6875em;
  margin-right: -18.125em;
  width: 38.6875em;
}
.l-base .l-wrapper .c-background--articles .c-background__image:nth-child(3) {
  top: 0;
  left: 0;
  margin-top: 102.33333333333333em;
  margin-left: -29.77777777777778em;
  width: 65.38888888888889em;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-background--articles .c-background__image:nth-child(3) {
    margin-top: 129.625em;
    margin-left: -18.3125em;
    width: 47.9375em;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}
.l-base .l-wrapper .c-background--articles .c-background__image:nth-child(4) {
  top: 0;
  right: 0;
  margin-top: 189.16666666666666em;
  margin-right: -25.88888888888889em;
  width: 80.11111111111111em;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-background--articles .c-background__image:nth-child(4) {
    margin-top: 222.25em;
    margin-right: -19.1875em;
    width: 48em;
  }
}
.l-base .l-wrapper .c-background--articles .c-background__image:nth-child(7) {
  top: 0;
  left: 0;
  margin-top: 338.125em;
  margin-left: -13.1875em;
  width: 47.9375em;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}
.l-base .l-wrapper .c-background--articles .c-background__image:nth-child(5) {
  top: 0;
  right: 0;
  margin-top: 323.6111111111111em;
  margin-right: -28.055555555555557em;
  width: 61.94444444444444em;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-background--articles .c-background__image:nth-child(5) {
    margin-top: 423.5625em;
    margin-right: -11.5em;
    width: 38.6875em;
  }
}
.l-base .l-wrapper .c-background--map .c-background__image:nth-child(1) {
  top: 0;
  right: 0;
  margin-top: -12.166666666666666em;
  margin-right: -11.61111111111111em;
  width: 61.44444444444444em;
}
.l-base .l-wrapper .c-background--content .c-background__image:nth-child(1) {
  top: 0;
  left: 0;
  margin-top: 0.944444444444444em;
  margin-left: -34.611111111111114em;
  width: 54em;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-background--content .c-background__image:nth-child(1) {
    margin-top: 4.875em;
    margin-left: -22.375em;
    width: 37em;
  }
}
.l-base .l-wrapper .c-background--content .c-background__image:nth-child(2) {
  top: 0;
  right: 0;
  margin-top: 13.222222222222221em;
  margin-right: -35.388888888888886em;
  width: 66.22222222222223em;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-background--content .c-background__image:nth-child(2) {
    margin-top: 33.5625em;
    margin-right: -19.8125em;
    width: 46.5625em;
  }
}
.l-base .l-wrapper .c-background--other .c-background__image:nth-child(1) {
  top: 0;
  left: 0;
  margin-top: -26.833333333333332em;
  margin-left: -24.333333333333332em;
  width: 77.22222222222223em;
  -webkit-transform: rotate(195deg);
  transform: rotate(195deg);
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-background--other .c-background__image:nth-child(1) {
    margin-top: -21.4375em;
    margin-left: -23.3125em;
    width: 53.0625em;
  }
}
.l-base .l-wrapper .c-background--other .c-background__image:nth-child(2) {
  margin-top: 38.5em;
  margin-right: -19.4375em;
  width: 38.625em;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}
.l-base .l-wrapper .c-background--other .c-background__image:nth-child(3) {
  top: 0;
  margin-top: 12em;
  width: 70.66666666666667em;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
}
@media screen and (min-width: 781px) {
  .l-base .l-wrapper .c-background--other .c-background__image:nth-child(3) {
    right: 0;
    margin-right: -28.444444444444443em;
  }
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-background--other .c-background__image:nth-child(3) {
    left: 0;
    margin-top: 77.375em;
    margin-left: -15.625em;
    width: 49.75em;
  }
}
.l-base .l-wrapper .c-background--dialogues-1 {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
}
.l-base .l-wrapper .c-background--dialogues-1 .c-background__image:nth-child(1) {
  top: 0;
  left: 0;
  z-index: 1;
  margin-top: 30.746705710102493%;
  margin-left: -27.59882869692533%;
  width: 58.34553440702782%;
  opacity: 1;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-background--dialogues-1 .c-background__image:nth-child(1) {
    margin-top: 37.5em;
    margin-left: -20.25em;
    width: 45.8125em;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}
.l-base .l-wrapper .c-background--dialogues-2 .c-background__image:nth-child(1) {
  top: 0;
  right: 0;
  margin-top: 0em;
  margin-right: -35.888888888888886em;
  width: 70em;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-background--dialogues-2 .c-background__image:nth-child(1) {
    margin-top: 13.125em;
    margin-right: -24.9375em;
    width: 48em;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}
.l-base .l-wrapper .c-background--dialogues-2 .c-background__image:nth-child(2) {
  top: 0;
  left: 0;
  margin-top: 22.22222222222222em;
  margin-left: -32.22222222222222em;
  width: 58.111111111111114em;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-background--dialogues-2 .c-background__image:nth-child(2) {
    margin-top: 45em;
    margin-left: -24.125em;
    width: 47.9375em;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes revfloating {
  0% {
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em);
  }
}
@keyframes revfloating {
  0% {
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em);
  }
}
.l-base .l-wrapper .c-banner__link {
  display: block;
  line-height: 0;
}
.l-base .l-wrapper .c-banner__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  margin-top: -5%;
  margin-right: -5%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-banner__close {
    margin-top: -5.263157894736842%;
    margin-right: -5.263157894736842%;
  }
}
.l-base .l-wrapper .c-banner--type-bnr_1_1 {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 20;
  margin-right: 2.342606149341142%;
  margin-bottom: 2.342606149341142%;
  width: 23.42606149341142%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-banner--type-bnr_1_1 {
    margin-right: 4.102564102564103%;
    margin-bottom: 3.846153846153847%;
    width: 58.46153846153847%;
  }
}
.l-base .l-wrapper .c-banner--type-bnr_1_2 {
  margin-top: 8.784773060029284%;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-banner--type-bnr_1_2 {
    margin-top: 23.391812865497077%;
    margin-right: -2.631578947368421%;
    margin-left: -2.631578947368421%;
    width: 105.26315789473684%;
  }
}
.l-base .l-wrapper .c-banner--type-bnr_1_2.c-banner--page-article {
  margin-top: 0;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-banner--type-bnr_1_2.c-banner--page-article {
    margin-top: 0;
  }
}
html.is-mouse .l-base .c-button--theme-1 {
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
html.is-mouse .l-base .c-button--theme-1:hover {
  background: #fff;
  color: #8b224a;
}
html.is-mouse .l-base .c-button--theme-2 {
  -webkit-transition: border 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: border 0.3s ease-in-out, background 0.3s ease-in-out;
}
html.is-mouse .l-base .c-button--theme-2 .c-button__inner .c-icon-play2 {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
html.is-mouse .l-base .c-button--theme-2:hover {
  border-color: #8b224a;
  background: #8b224a;
}
html.is-mouse .l-base .c-button--theme-2:hover .c-button__inner .c-icon-play2 {
  opacity: 1;
}
.l-base .l-wrapper .c-button--theme-1 {
  padding-top: 0.555555555555556rem;
  padding-right: 1.333333333333333rem;
  padding-bottom: 0.666666666666667rem;
  padding-left: 1.333333333333333rem;
  border-radius: 1.666666666666667rem;
  background: #8b224a;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-button--theme-1 {
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5625rem;
    padding-left: 1rem;
    font-size: 88%;
  }
}
.l-base .l-wrapper .c-button--theme-2 {
  padding-top: 0.444444444444444rem;
  padding-right: 0.833333333333333rem;
  padding-bottom: 0.444444444444444rem;
  padding-left: 0.833333333333333rem;
  border: 1px solid #fff;
  border-radius: 2.222222222222222rem;
  background: rgba(0,0,0,0.32);
  color: #fff;
  text-decoration: none;
  line-height: 0;
}
.l-base .l-wrapper .c-button--theme-2 .c-button__inner {
  display: inline-block;
  line-height: 0;
}
.l-base .l-wrapper .c-button--theme-2 .c-icon {
  font-size: 89%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-button--theme-2 {
    padding-top: 0.5rem;
    padding-right: 0.9375rem;
    padding-bottom: 0.5625rem;
    padding-left: 0.9375rem;
    font-size: 88%;
  }
}
.l-base .l-wrapper .c-copy {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  width: 100%;
  height: 100%;

  -webkit-box-align: center;
  align-items: center;
}
.l-base .l-wrapper .c-copy__inner {
  margin-right: auto;
  margin-left: auto;
  width: 36.38360175695461%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-copy__inner {
    width: 42.82051282051282%;
  }
}
.l-base .l-wrapper .c-icon {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  line-height: 0;
}
.l-base .l-wrapper .c-icon-text {
  display: inline-block;
  padding-left: 0.444444444444444em;
  vertical-align: middle;
  letter-spacing: 0.08em;
  line-height: 1.111111111111111;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-icon-text {
    padding-left: 0.444444444444444em;
  }
}
.l-base .l-wrapper [data-intersection] {
  opacity: 0;
}
.l-base .l-wrapper .intersection-fadein.is-intersection-init {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}
.l-base .l-wrapper .intersection-fadein.is-intersection-in {
  opacity: 1;
}
.l-base .l-wrapper .intersection-fadein.is-intersection-out {
  opacity: 0;
}
.l-base .l-wrapper .intersection-fadeinup.is-intersection-init {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
}
.l-base .l-wrapper .intersection-fadeinup.is-intersection-in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.l-base .l-wrapper .intersection-fadeinup.is-intersection-out {
  opacity: 0;
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
}
html.is-mouse .l-base .c-item__inner {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
html.is-mouse .l-base .c-item__inner .c-image {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
html.is-mouse .l-base .c-item__inner:hover {
  color: #a3883d !important;
}
html.is-mouse .l-base .c-item__inner:hover .c-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.l-base .l-wrapper .c-item__image {
  position: relative;
  top: 0;
  left: 0;
  padding-top: 100%;
}
.l-base .l-wrapper .c-item__image .c-image {
  position: absolute;
  top: 0;
  left: 0;
}
html.is-mouse .l-base .c-map__zoom-in,
html.is-mouse .l-base .c-map__zoom-out {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
html.is-mouse .l-base .c-map__zoom-in:hover,
html.is-mouse .l-base .c-map__zoom-out:hover {
  color: #8b224a;
}
html.is-mouse .l-base .c-map .categories .item {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
html.is-mouse .l-base .c-map .categories .item:hover {
  color: #8b224a;
}
html.is-mouse .l-base .c-map__detail .detail__map-link a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
html.is-mouse .l-base .c-map__detail .detail__map-link a:hover {
  opacity: 0.88;
}
.l-base .l-wrapper .c-map {
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-map {
    margin-right: -2.339181286549707%;
    margin-left: -2.339181286549707%;
    width: 104.6783625730994%;
  }
}
.l-base .l-wrapper .c-map__main {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  padding-top: 53.53728489483748%;
  width: 100%;
  border: 1px solid #080b0a;
  border-radius: 0.444444444444444em;
  color: #000;
}
.l-base .l-wrapper .c-map__main::before,
.l-base .l-wrapper .c-map__main::after {
  display: block;
  content: '';
}
.l-base .l-wrapper .c-map__main::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 201;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -2em;
  margin-left: -2em;
  width: 4em;
  height: 4em;
  border: 0.4em solid #fff;
  border-bottom: 0.2em solid transparent;
  border-radius: 100em;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-animation: rotate 0.6s linear infinite;
  animation: rotate 0.6s linear infinite;
  pointer-events: none;
}
.l-base .l-wrapper .c-map__main::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background: rgba(8,11,10,0.6);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}
.l-base .l-wrapper .c-map__main.is-loading::before,
.l-base .l-wrapper .c-map__main.is-loading::after {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-map__main {
    padding-top: 167.5977653631285%;
  }
}
.l-base .l-wrapper .c-map__main .gmnoprint {
  display: none;
}
.l-base .l-wrapper .c-map__main img[alt="Google"],
.l-base .l-wrapper .c-map__main a[title="Google に地図や画像のエラーを報告する"] {
  display: none;
}
.l-base .l-wrapper .c-map__main .labels {
  overflow: hidden;
  width: 124px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}
.l-base .l-wrapper .c-map__control {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 1.434034416826004%;
  padding-right: 1.24282982791587%;
  padding-bottom: 1.434034416826004%;
  padding-left: 1.24282982791587%;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-map__control {
    padding-top: 2.793296089385475%;
    padding-right: 4.46927374301676%;
    padding-bottom: 2.793296089385475%;
    padding-left: 4.46927374301676%;
  }
}
.l-base .l-wrapper .c-map__control .control {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-base .l-wrapper .c-map__zoom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3.824091778202677%;
  border: 1px solid #000;
  border-radius: 100em;
  background: #fff;
  color: #000;
  text-align: center;
  pointer-events: auto;
}
.l-base .l-wrapper .c-map__zoom-in,
.l-base .l-wrapper .c-map__zoom-out {
  display: block;
  width: 100%;
  line-height: 0;
}
.l-base .l-wrapper .c-map__zoom-in {
  padding-top: 0.833333333333333em;
  padding-bottom: 0.388888888888889em;
  font-size: 100%;
}
.l-base .l-wrapper .c-map__zoom-out {
  padding-top: 0.4375em;
  padding-bottom: 0.9375em;
  font-size: 89%;
}
.l-base .l-wrapper .c-map__categories {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 93.92156862745098%;
  border-radius: 0.444444444444444em;
  background: #fff;
  color: #000;
  -webkit-filter: drop-shadow(0px 0.111111111111111em 0.444444444444444em rgba(0,0,0,0.16));
  filter: drop-shadow(0px 0.111111111111111em 0.444444444444444em rgba(0,0,0,0.16));
  pointer-events: auto;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-map__categories {
    width: 100%;
  }
}
.l-base .l-wrapper .c-map .categories {
  padding: 0.444444444444444em 0.555555555555556em 0.444444444444444em 0.555555555555556em;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-map .categories {
    padding: 0.5em;
  }
}
.l-base .l-wrapper .c-map .categories__outer {
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-map .categories__outer {
    margin-right: -0.5em;
    margin-left: -0.5em;
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
}
.l-base .l-wrapper .c-map .categories__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;

  -webkit-box-pack: justify;
  justify-content: space-between;
}
.l-base .l-wrapper .c-map .categories__item {
  display: block;
  height: auto;
  line-height: 1;
}
@media screen and (min-width: 781px) {
  .l-base .l-wrapper .c-map .categories__item {
    padding-right: 0.111111111111111em;
    padding-left: 0.111111111111111em;
    width: auto !important;
  }
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-map .categories__item {
    padding-right: 0.25em;
    padding-left: 0.25em;
    width: 7.5em;
  }
}
.l-base .l-wrapper .c-map .categories__item .c-icon {
  font-size: 178%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-map .categories__item .c-icon {
    display: block;
    font-size: 200%;
  }
}
.l-base .l-wrapper .c-map .categories__item .c-icon-text {
  letter-spacing: 0em;
  font-weight: 600;
  font-size: 78%;
  line-height: 1.142857142857143;
}
@media screen and (min-width: 781px) {
  .l-base .l-wrapper .c-map .categories__item .c-icon-text br {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-map .categories__item .c-icon-text {
    display: block;
    margin-top: 0.714285714285714em;
    padding-left: 0;
    font-size: 88%;
  }
}
.l-base .l-wrapper .c-map .categories__item--3 br:nth-child(1) {
  display: none;
}
.l-base .l-wrapper .c-map .categories .item {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0.388888888888889em;
  padding-right: 0.555555555555556em;
  padding-bottom: 0.388888888888889em;
  padding-left: 0.277777777777778em;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 0.444444444444444em;
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border-color 0.2s ease-in-out;

  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-map .categories .item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0.625em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    width: 100%;
  }
}
.l-base .l-wrapper .c-map .categories .item.is-active {
  border-color: #8b224a;
  background: rgba(139,34,74,0.04);
  color: #8b224a;
}
.l-base .l-wrapper .c-map .categories__button {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-base .l-wrapper .c-map .categories__button.swiper-button-disabled {
  opacity: 1 !important;
}
.l-base .l-wrapper .c-map .categories__button.swiper-button-disabled::before {
  background: #e4ede7;
}
.l-base .l-wrapper .c-map .categories__button::before {
  display: block;
  width: 1.75em;
  height: 1.75em;
  border-radius: 10em;
  background: #8b224a;
  content: '';
}
.l-base .l-wrapper .c-map .categories__button--prev {
  left: 0;
  margin-left: -0.75em;
}
.l-base .l-wrapper .c-map .categories__button--next {
  right: 0;
  margin-right: -0.75em;
}
.l-base .l-wrapper .c-map .categories__button::after {
  display: none;
}
.l-base .l-wrapper .c-map .categories__button .c-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.l-base .l-wrapper .c-map__detail {
  position: relative;
  top: 3.166666666666667em;
  left: 0;
  width: 34.11764705882353%;
  height: 73.68421052631578%;
  letter-spacing: 0em;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-map__detail {
    position: relative;
    top: 4.875em;
    margin-left: -3.680981595092025%;
    width: 107.36196319018404%;
    height: 64.16666666666667%;
  }
}
.l-base .l-wrapper .c-map__detail.is-open {
  opacity: 1;
  pointer-events: auto;
}
.l-base .l-wrapper .c-map__detail.is-open.is-route {
  top: 0;
  width: 33.13725490196079%;
  height: 12.781954887218046%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-map__detail.is-open.is-route {
    top: 0;
    margin-left: -1.840490797546012%;
    width: 103.68098159509202%;
    height: 11.333333333333332%;
  }
}
.l-base .l-wrapper .c-map__detail.is-open.is-route .detail__route--open {
  display: none;
}
.l-base .l-wrapper .c-map__detail.is-open.is-route .detail__route--close {
  display: block;
}
.l-base .l-wrapper .c-map__detail.is-open.is-route .detail__close {
  margin-top: 1.333333333333333em;
  margin-right: 1.333333333333333em;
  padding-top: 0.833333333333333em;
  padding-right: 0.833333333333333em;
  padding-bottom: 0.833333333333333em;
  padding-left: 0.833333333333333em;
  background: #333;
  font-size: 67%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-map__detail.is-open.is-route .detail__close {
    padding-top: 0.833333333333333em;
    padding-right: 0.833333333333333em;
    padding-bottom: 0.833333333333333em;
    padding-left: 0.833333333333333em;
    font-size: 75%;
  }
}
.l-base .l-wrapper .c-map__detail.is-open.is-route .detail__text-wrapper {
  display: none;
}
.l-base .l-wrapper .c-map__detail.is-open.is-route .detail__outer {
  border-radius: 0.444444444444444em 0.444444444444444em 0.444444444444444em 0;
}
.l-base .l-wrapper .c-map__detail.is-open.is-route .detail__inner {
  overflow: hidden;
}
.l-base .l-wrapper .c-map__detail.is-open.is-route .detail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;

  -webkit-box-align: center;
  align-items: center;
}
.l-base .l-wrapper .c-map__detail.is-open.is-route .detail__visual {
  padding-top: 20.11834319526627%;
  width: 32.544378698224854%;
}
.l-base .l-wrapper .c-map__detail.is-open.is-route .detail__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 3.555555555555555em 0.5em 0.666666666666667em;
  width: 67.45562130177515%;
}
.l-base .l-wrapper .c-map__detail.is-open.is-route .detail__name {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 0;
  max-height: calc(1.2 * 2em);
  text-overflow: ellipsis;
  line-height: 1.2;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.l-base .l-wrapper .c-map__detail .detail {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-base .l-wrapper .c-map__detail .detail__outer {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 0 0.444444444444444em 0.444444444444444em 0.444444444444444em;
}
.l-base .l-wrapper .c-map__detail .detail__inner {
  overflow: auto;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;

  scrollbar-width: thin;
}
.l-base .l-wrapper .c-map__detail .detail__route {
  position: absolute;
  left: 0;
  z-index: 1;
  display: block;
  width: 58.04597701149426%;
  background: #776a46;
}
.l-base .l-wrapper .c-map__detail .detail__route .button__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  padding: 0.611111111111111em 0.833333333333333em 0.555555555555556em;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-map__detail .detail__route .button__inner {
    padding: 0.6875em 0.9375em 0.625em;
  }
}
.l-base .l-wrapper .c-map__detail .detail__route .button__icon {
  display: block;
  font-size: 89%;
  line-height: 1;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-map__detail .detail__route .button__icon {
    font-size: 100%;
  }
}
.l-base .l-wrapper .c-map__detail .detail__route .button__label {
  display: block;
  letter-spacing: 0.08em;
  font-size: 67%;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-map__detail .detail__route .button__label {
    font-size: 75%;
  }
}
.l-base .l-wrapper .c-map__detail .detail__route--open {
  bottom: 100%;
  border-radius: 1.111111111111111em 1.111111111111111em 0 0;
}
.l-base .l-wrapper .c-map__detail .detail__route--close {
  top: 100%;
  display: none;
  width: 35.632183908045974%;
  border-radius: 0 0 1.111111111111111em 1.111111111111111em;
}
.l-base .l-wrapper .c-map__detail .detail__route--close .button__icon {
  font-size: 67%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-map__detail .detail__route--close .button__icon {
    font-size: 75%;
  }
}
.l-base .l-wrapper .c-map__detail .detail__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  margin-top: 0.6em;
  margin-right: 0.6em;
  padding-top: 0.8em;
  padding-right: 0.8em;
  padding-bottom: 0.8em;
  padding-left: 0.8em;
  border-radius: 10em;
  background: rgba(0,0,0,0.72);
  color: #fff;
  font-size: 56%;
  line-height: 0;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-map__detail .detail__close {
    padding-top: 0.7em;
    padding-right: 0.7em;
    padding-bottom: 0.7em;
    padding-left: 0.7em;
    font-size: 63%;
  }
}
.l-base .l-wrapper .c-map__detail .detail__visual {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  padding-top: 62.06896551724138%;
  width: 100%;
}
.l-base .l-wrapper .c-map__detail .detail__visual img,
.l-base .l-wrapper .c-map__detail .detail__visual video,
.l-base .l-wrapper .c-map__detail .detail__visual iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}
.l-base .l-wrapper .c-map__detail .detail__text {
  padding-top: 1.333333333333333em;
  padding-right: 1.5em;
  padding-bottom: 3.333333333333333em;
  padding-left: 1.5em;
}
.l-base .l-wrapper .c-map__detail .detail__name {
  margin-bottom: 0.8em;
  font-weight: bold;
  font-size: 112%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-map__detail .detail__name {
    font-size: 125%;
  }
}
.l-base .l-wrapper .c-map__detail .detail__description {
  margin-top: 1.142857142857143em;
  font-size: 78%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-map__detail .detail__description {
    font-size: 88%;
  }
}
.l-base .l-wrapper .c-map__detail .detail__feature {
  margin-top: 0.888888888888889em;
  padding-top: 0.833333333333333em;
  padding-right: 0.611111111111111em;
  padding-bottom: 0.833333333333333em;
  padding-left: 0.611111111111111em;
  border: 1px solid #000;
  border-radius: 0.555555555555556em;
}
.l-base .l-wrapper .c-map__detail .detail__table {
  margin-top: 1.333333333333333em;
  width: 100%;
  font-size: 67%;
  line-height: 1.416666666666667;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-map__detail .detail__table {
    font-size: 75%;
  }
}
.l-base .l-wrapper .c-map__detail .detail__table th {
  width: 7.5em;
}
.l-base .l-wrapper .c-map__detail .detail__table th,
.l-base .l-wrapper .c-map__detail .detail__table td {
  vertical-align: top;
}
.l-base .l-wrapper .c-map__detail .detail__notice {
  font-size: 62%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-map__detail .detail__notice {
    font-size: 69%;
  }
}
.l-base .l-wrapper .c-map__detail .detail .feature__title {
  margin-bottom: 0.571428571428571em;
  font-weight: bold;
  font-size: 78%;
  line-height: 1.428571428571429;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-map__detail .detail .feature__title {
    font-size: 88%;
  }
}
.l-base .l-wrapper .c-map__detail .detail .feature__description {
  font-size: 78%;
  line-height: 1.428571428571429;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-map__detail .detail .feature__description {
    font-size: 88%;
  }
}
.l-base .l-wrapper .c-map__detail .detail__map-link {
  margin-top: 0.888888888888889em;
}
.l-base .l-wrapper .c-map__detail .detail__map-link a {
  display: inline-block;
  padding-top: 0.307692307692308em;
  padding-right: 1.230769230769231em;
  padding-bottom: 0.307692307692308em;
  padding-left: 1.230769230769231em;
  border-radius: 10em;
  background: #333;
  color: #fff;
  text-decoration: none;
  font-size: 73%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-map__detail .detail__map-link a {
    font-size: 82%;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
html.is-mouse .l-base .c-modal__close {
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}
html.is-mouse .l-base .c-modal__close:hover {
  opacity: $tho;
}
html.is-modal-open .l-base {
  overflow: hidden;
}
html.is-modal-open .l-base .c-modal {
  opacity: 1;
}
html.is-modal-open .l-base .c-modal__wrapper {
  pointer-events: auto;
}
html.is-modal-open .l-base .c-modal__background {
  pointer-events: auto;
}
html.is-modal-open .l-base .c-modal__content {
  pointer-events: auto;
}
html.is-modal-open .l-base .c-modal .close {
  pointer-events: auto;
}
.l-base .l-wrapper .c-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  pointer-events: none;
}
.l-base .l-wrapper .c-modal__container {
  position: relative;
  top: 0;
  left: 0;
  padding-top: 3.888888888888889rem;
  padding-bottom: 3.888888888888889rem;
  line-height: 0;
  -webkit-transition: -webkit-transform 0.7s ease-in-out;
  transition: -webkit-transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-modal__container {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.l-base .l-wrapper .c-modal__close--head {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  margin-top: 0.714285714285714em;
  margin-right: 0;
  margin-right: 0.714285714285714em;
  margin-left: auto;
  width: 100%;
  font-size: 312%;
  line-height: 0;
  pointer-events: none;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-modal__close--head {
    margin-top: 0.333333333333333em;
    margin-right: 0.333333333333333em;
    font-size: 300%;
  }
}
.l-base .l-wrapper .c-modal__close--head .close {
  margin-right: 0;
  margin-left: auto;
}
.l-base .l-wrapper .c-modal__close--head .c-icon {
  margin: 0;
}
.l-base .l-wrapper .c-modal__close--head button {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.l-base .l-wrapper .c-modal__content {
  clear: both;
  overflow: hidden;
  background: #000;
  text-align: left;
  line-height: 1.5;
  pointer-events: none;
}
.l-base .l-wrapper .c-modal__background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}
.l-base .l-wrapper .c-modal__outer {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  line-height: 0;
}
.l-base .l-wrapper .c-modal__outer::before {
  display: inline-block;
  width: 0;
  height: var(--height);
  content: '';
  vertical-align: middle;
}
.l-base .l-wrapper .c-modal__inner {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  width: 62.07906295754027%;
  height: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-modal__inner {
    width: 91.7948717948718%;
  }
}
.l-base .l-wrapper .c-modal__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
  text-align: center;

  overscroll-behavior-y: contain;
}
.l-base .l-wrapper .c-modal__wrapper--type-video .c-modal__inner {
  width: 70.27818448023427%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-modal__wrapper--type-video .c-modal__inner {
    width: 91.7948717948718%;
  }
}
.l-base .l-wrapper .c-modal__wrapper--type-video .c-modal__content {
  position: relative;
  top: 0;
  left: 0;
  padding-top: 56.14583333333333%;
}
.l-base .l-wrapper .c-modal__wrapper--type-video .c-modal__content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-base .l-wrapper .c-section {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  clear: both;
}
.l-base .l-wrapper .c-section__inner {
  margin-right: auto;
  margin-left: auto;
  padding-top: 4.685212298682284%;
  padding-right: 11.71303074670571%;
  padding-bottom: 22.986822840409957%;
  padding-left: 11.71303074670571%;
  max-width: 1046px;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-section__inner {
    padding-top: 20.51282051282051%;
    padding-right: 6.153846153846154%;
    padding-bottom: 102.05128205128204%;
    padding-left: 6.153846153846154%;
    max-width: 100%;
  }
}
.l-base .l-wrapper .c-section__background {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
}
.l-base .l-wrapper .c-section__content {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
html.is-mouse .l-base .c-sitetop__block {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
html.is-mouse .l-base .c-sitetop__block:hover {
  color: #a3883d !important;
}
.l-base .l-wrapper .c-sitetop {
  text-align: center;
}
.l-base .l-wrapper .c-sitetop__inner {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0%;
  padding-right: 11.71303074670571%;
  padding-bottom: 14.641288433382138%;
  padding-left: 11.71303074670571%;
  max-width: 1046px;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-sitetop__inner {
    padding-top: 0%;
    padding-right: 6.153846153846154%;
    padding-bottom: 30.769230769230774%;
    padding-left: 6.153846153846154%;
    max-width: 100%;
  }
}
.l-base .l-wrapper .c-sitetop__block {
  display: inline-block;
  color: #fff;
  color: #fff;
  text-decoration: none;
}
.l-base .l-wrapper .c-sitetop__block:visited {
  color: #fff;
  text-decoration: none;
}
.is-mouse .l-base .l-wrapper .c-sitetop__block:hover {
  color: #fff;
  text-decoration: none;
}
.l-base .l-wrapper .c-sitetop__block:active,
.l-base .l-wrapper .c-sitetop__block:focus {
  color: #fff;
  text-decoration: none;
}
.l-base .l-wrapper .c-sitetop__icon,
.l-base .l-wrapper .c-sitetop__label {
  display: inline-block;
  vertical-align: middle;
}
.l-base .l-wrapper .c-sitetop__icon {
  margin-right: 1em;
  font-size: 50%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-sitetop__icon {
    font-size: 57%;
  }
}
.l-base .l-wrapper .c-sitetop__label {
  font-weight: 600;
  font-size: 112%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .c-sitetop__label {
    font-size: 125%;
  }
}
.l-base .l-wrapper .l-footer {
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  letter-spacing: 0em;
}
.l-base .l-wrapper .l-footer a {
  display: block;
}
.l-base .l-wrapper .l-footer a:hover {
  color: inherit;
}
.l-base .l-wrapper .l-footer__inner {
  padding-top: 56px;
  padding-right: 80px;
  padding-bottom: 56px;
  padding-left: 80px;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .l-footer__inner {
    padding-top: 10.256410256410255%;
    padding-right: 6.153846153846154%;
    padding-bottom: 10.256410256410255%;
    padding-left: 6.153846153846154%;
  }
}
.l-base .l-wrapper .l-footer__inner--top {
  background: #d8ccb0;
  color: #333;
  font-size: 89%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .l-footer__inner--top {
    font-size: 100%;
  }
}
.l-base .l-wrapper .l-footer__inner--top a {
  color: #333;
  text-decoration: none;
}
.l-base .l-wrapper .l-footer__inner--bottom {
  padding-bottom: 67px;
  background: #333;
  color: #fff;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .l-footer__inner--bottom {
    padding-top: 8.205128205128206%;
    padding-bottom: 6.153846153846154%;
  }
}
.l-base .l-wrapper .l-footer__inner--bottom a {
  color: #fff;
  text-decoration: none;
}
.l-base .l-wrapper .l-footer .navigation--1 .navigation__items {
  margin-left: -3.5em;
}
.l-base .l-wrapper .l-footer .navigation--1 .navigation__items::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .l-footer .navigation--1 .navigation__items {
    margin-left: 0;
  }
}
.l-base .l-wrapper .l-footer .navigation--1 .navigation__item {
  float: left;
  margin-left: 3.5em;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .l-footer .navigation--1 .navigation__item {
    float: none;
    margin-top: 1.25em;
    margin-left: 0;
  }
  .l-base .l-wrapper .l-footer .navigation--1 .navigation__item:first-child {
    margin-top: 0;
  }
}
.l-base .l-wrapper .l-footer .navigation--2 {
  text-align: right;
  font-size: 67%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .l-footer .navigation--2 {
    font-size: 75%;
  }
}
@media screen and (min-width: 781px) {
  .l-base .l-wrapper .l-footer .navigation--2 .navigation__items {
    margin-right: -1.833333333333333em;
    margin-left: -1.833333333333333em;
  }
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .l-footer .navigation--2 .navigation__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    margin-top: -2em;
    text-align: center;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l-base .l-wrapper .l-footer .navigation--2 .navigation__item {
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (min-width: 781px) {
  .l-base .l-wrapper .l-footer .navigation--2 .navigation__item {
    display: inline-block;
    margin-right: 1.833333333333333em;
    margin-left: 1.833333333333333em;
  }
  .l-base .l-wrapper .l-footer .navigation--2 .navigation__item::before {
    position: absolute;
    top: 0;
    left: -1.833333333333333em;
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
    content: '';
  }
  .l-base .l-wrapper .l-footer .navigation--2 .navigation__item:first-child::before {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .l-footer .navigation--2 .navigation__item {
    margin-top: 2em;
    width: 47.6608187134503%;
  }
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .l-footer .related {
    margin-top: 2em;
  }
}
@media screen and (min-width: 781px) {
  .l-base .l-wrapper .l-footer .related__items::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
  }
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .l-footer .related__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    width: 100%;

    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 781px) {
  .l-base .l-wrapper .l-footer .related__item {
    display: block;
    float: left;
    margin-left: 0.888888888888889em;
    width: 13.88888888888889em;
  }
  .l-base .l-wrapper .l-footer .related__item:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .l-footer .related__item {
    width: 47.6608187134503%;
  }
}
.l-base .l-wrapper .l-footer .related .item__image {
  width: 7.666666666666667em;
  line-height: 1;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .l-footer .related .item__image {
    width: 8.625em;
  }
}
.l-base .l-wrapper .l-footer .related .item__description {
  margin-top: 0.8em;
  font-size: 56%;
  line-height: 1.4;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .l-footer .related .item__description {
    font-size: 63%;
  }
}
.l-base .l-wrapper .l-footer .copyright {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 80px;
  margin-bottom: 24px;
  font-size: 56%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .l-footer .copyright {
    position: static;
    display: block;
    margin-top: 4.8em;
    margin-right: auto;
    margin-bottom: auto;
    text-align: center;
    font-size: 63%;
  }
}
html.is-mouse .l-base .l-header__logo .c-link {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
html.is-mouse .l-base .l-header__logo .c-link:hover {
  opacity: 0.88;
}
.l-base .l-wrapper .l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.8)), color-stop(81.77%, rgba(0,0,0,0.06)), to(rgba(0,0,0,0)));
  background: linear-gradient(rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.06) 81.77%, rgba(0,0,0,0) 100%);
  pointer-events: none;
}
.l-base .l-wrapper .l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  padding-top: 27px;
  padding-right: 20px;
  padding-bottom: 25px;
  padding-left: 20px;

  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .l-header__inner {
    padding-top: 5.384615384615385%;
    padding-right: 4.102564102564103%;
    padding-bottom: 5.384615384615385%;
    padding-left: 4.102564102564103%;
  }
}
.l-base .l-wrapper .l-header__logo {
  width: 167px;
  pointer-events: auto;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .l-header__logo {
    width: 46.64804469273743%;
  }
}
.l-base .l-wrapper .l-header__logo .c-link {
  display: block;
}
.l-base .l-wrapper .l-header__button .button {
  display: block;
  padding-top: 10px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  border-radius: 30px;
  font-size: 14px;
  pointer-events: auto;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper .l-header__button .button {
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5625rem;
    padding-left: 1rem;
    font-size: 88%;
  }
}
html.is-mouse .l-base .l-wrapper.l-article-page .c-section--content a {
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
html.is-mouse .l-base .l-wrapper.l-article-page .c-section--content a:hover {
  color: #a3883d;
}
.l-base .l-wrapper.l-article-page {
  background: #080b0a;
  color: #fff;
}
.l-base .l-wrapper.l-article-page .c-section--hero {
  overflow: hidden;
  width: 100%;
  height: 26.666666666666668em;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--hero {
    height: 24.375em;
  }
}
.l-base .l-wrapper.l-article-page .c-section--hero .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.l-base .l-wrapper.l-article-page .c-section--content .c-section__inner {
  padding-top: 2.928257686676428%;
  padding-bottom: 6.442166910688141%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .c-section__inner {
    padding-top: 10.256410256410255%;
    padding-bottom: 18.46153846153846%;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .title {
  margin-bottom: 4.444444444444445em;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .title {
    margin-bottom: 4em;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .title__category {
  display: inline-block;
  padding-top: 0.111111111111111em;
  padding-right: 0.555555555555556em;
  padding-bottom: 0.222222222222222em;
  padding-left: 0.555555555555556em;
  border: 1px solid #a3883d;
  border-radius: 100em;
  color: #a3883d;
  font-size: 100%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .title__category {
    font-size: 113%;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .title__category {
  margin-bottom: 0.666666666666667em;
  font-weight: 600;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .title__category {
    margin-bottom: 0.75em;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .title__main {
  margin-bottom: 0.4em;
  font-weight: 600;
  font-size: 223%;
  line-height: 1.4;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .title__main {
    margin-bottom: 0.421052631578947em;
    font-size: 175%;
    line-height: 1.473684210526316;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .title__published-at {
  font-size: 89%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .title__published-at {
    font-size: 100%;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .lead {
  margin-bottom: 4.888888888888889em;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .lead {
    margin-bottom: 4em;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .lead__text {
  font-size: 112%;
  line-height: 2;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .lead__text {
    font-size: 113%;
    line-height: 2.222222222222222;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .lead__image {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 2.666666666666667em;
  padding-top: 56.118546845124285%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .lead__image {
    margin-top: 2.5em;
    margin-right: -7.017543859649122%;
    margin-left: -7.017543859649122%;
    padding-top: 64.03508771929825%;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .lead__image .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}
.l-base .l-wrapper.l-article-page .c-section--content .lead__video {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 3.555555555555555em;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
}
.l-base .l-wrapper.l-article-page .c-section--content .lead__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-base .l-wrapper.l-article-page .c-section--content .summary {
  margin-right: auto;
  margin-bottom: 5.333333333333333em;
  margin-left: auto;
  width: 86.9980879541109%;
  border: 1px solid #a3883d;
  background: #080b0a;
  color: #a3883d;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .summary {
    margin-bottom: 4em;
    width: 100%;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .summary a {
  color: #fff;
  text-decoration: none;
}
.l-base .l-wrapper.l-article-page .c-section--content .summary__inner {
  padding-top: 3.516483516483517%;
  padding-right: 4.835164835164835%;
  padding-bottom: 5.274725274725275%;
  padding-left: 4.835164835164835%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .summary__inner {
    padding-top: 4.385964912280701%;
    padding-right: 5.847953216374269%;
    padding-bottom: 9.064327485380115%;
    padding-left: 8.187134502923977%;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .summary__title {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 1em;
  font-size: 156%;
  line-height: 1.071428571428571;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .summary__title {
    margin-bottom: 0.714285714285714em;
    font-size: 175%;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .summary__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-left: -5.35279805352798%;
  width: 1.142857142857143em;
  height: 1px;
  background: #a3883d;
  content: '';
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .summary__title::before {
    margin-left: -9.523809523809522%;
    width: 0.571428571428571em;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .summary__item {
  margin-top: 1.090909090909091em;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .summary__item {
    margin-top: 1em;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .summary__item:first-child {
  margin-top: 0;
}
.l-base .l-wrapper.l-article-page .c-section--content .summary .item__inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.l-base .l-wrapper.l-article-page .c-section--content .summary .item__count,
.l-base .l-wrapper.l-article-page .c-section--content .summary .item__title {
  font-size: 123%;
  line-height: 1.636363636363636;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .summary .item__count,
  .l-base .l-wrapper.l-article-page .c-section--content .summary .item__title {
    font-size: 125%;
    line-height: 1.8;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .summary .item__count {
  position: absolute;
  left: 0;
}
.l-base .l-wrapper.l-article-page .c-section--content .summary .item__title {
  display: block;
  padding-right: 1.272727272727273em;
  padding-left: 1.272727272727273em;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .summary .item__title {
    padding-right: 1.4em;
    padding-left: 1.4em;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .summary .item__icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 50%;
  line-height: 4;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .summary .item__icon {
    font-size: 57%;
    line-height: 4;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .content__title {
  margin-top: 1.882352941176471em;
  margin-bottom: 1.411764705882353em;
  font-weight: 600;
  font-size: 189%;
  line-height: 1.647058823529412;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .content__title {
    margin-top: 2em;
    margin-bottom: 1.428571428571429em;
    font-size: 175%;
    line-height: 2;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .content__subtitle {
  margin-top: 1.846153846153846em;
  margin-bottom: 1.384615384615385em;
  font-weight: 600;
  font-size: 145%;
  line-height: 1.653846153846154;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .content__subtitle {
    margin-top: 2.1em;
    margin-bottom: 1.5em;
    font-size: 125%;
    line-height: 2.1;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .content__notice {
  margin-top: 2.666666666666667em;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .content__notice {
    margin-top: 2.5em;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .content__notice li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 84%;
  line-height: 1.8;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .content__notice li {
    font-size: 78%;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .content__description {
  margin-top: 2.666666666666667em;
  font-size: 100%;
  line-height: 2.333333333333333;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .content__description {
    margin-top: 2.5em;
    font-size: 100%;
    line-height: 2.375;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .content__description .table--1 {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.l-base .l-wrapper.l-article-page .c-section--content .content__description .table--1 table {
  min-width: 500px;
  max-width: 800px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.l-base .l-wrapper.l-article-page .c-section--content .content__description .table--1 th,
.l-base .l-wrapper.l-article-page .c-section--content .content__description .table--1 td {
  padding: 0.5em 1em;
  border: 1px solid #fff;
  border-collapse: collapse;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .content__description .table--1 th,
  .l-base .l-wrapper.l-article-page .c-section--content .content__description .table--1 td {
    padding: 0.5em 0.3em;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .content__description .table--1 th.bold,
.l-base .l-wrapper.l-article-page .c-section--content .content__description .table--1 td.bold {
  background: rgba(255,255,255,0.1);
  font-weight: 700;
}
.l-base .l-wrapper.l-article-page .c-section--content .content__description .table--1 thead th {
  border-bottom: none;
}
.l-base .l-wrapper.l-article-page .c-section--content .content__description .table--1 tbody tr:first-child td {
  border-top: 1px solid #fff;
}
.l-base .l-wrapper.l-article-page .c-section--content .content__image {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  margin-top: 3.555555555555555em;
  padding-top: 56.118546845124285%;
  width: 100%;
  border-radius: 0.444444444444444em;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .content__image {
    margin-top: 3.5em;
    margin-right: -7.017543859649122%;
    margin-left: -7.017543859649122%;
    padding-top: 64.03508771929825%;
    width: 114.03508771929823%;
    border-radius: 0;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .content__image .c-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}
.l-base .l-wrapper.l-article-page .c-section--content .content__video {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 3.555555555555555em;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
}
.l-base .l-wrapper.l-article-page .c-section--content .content__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-base .l-wrapper.l-article-page .c-section--content .content__comment {
  margin-top: 2.666666666666667em;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .content__comment {
    margin-top: 2.5em;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .content__comment .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: start;

  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
}
.l-base .l-wrapper.l-article-page .c-section--content .content__comment .comment__speaker {
  width: 8.413001912045889%;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .content__comment .comment__speaker {
    width: 14.035087719298243%;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .content__comment .comment__name {
  margin-top: 0.615384615384615em;
  margin-right: -0.25em;
  margin-left: -0.25em;
  letter-spacing: 0.04em;
  font-size: 73%;
  line-height: 1.538461538461539;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .content__comment .comment__name {
    margin-top: 0.333333333333333em;
    font-size: 75%;
    line-height: 1.5;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .content__comment .comment__image {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  padding-top: 100%;
  width: 100%;
  height: 0;
  border-radius: 100%;
}
.l-base .l-wrapper.l-article-page .c-section--content .content__comment .comment__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-base .l-wrapper.l-article-page .c-section--content .content__comment .comment__text {
  margin-top: -0.666666666666667em;
  width: 89.67495219885276%;
  letter-spacing: 0.08em;
  font-size: 100%;
  line-height: 2.333333333333333;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .content__comment .comment__text {
    margin-top: -0.6875em;
    width: 80.99415204678363%;
    font-size: 100%;
    line-height: 2.375;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .speaker-wrapper {
  margin-top: 6.666666666666667em;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .speaker-wrapper {
    margin-top: 7.5em;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .speaker-wrapper + .speaker-wrapper {
  margin-top: 3.333333333333333em;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .speaker-wrapper + .speaker-wrapper {
    margin-top: 3.75em;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .speaker {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  width: 57.36137667304015%;
  border-radius: 0.777777777777778em;
  background: #e4ede7;
  color: #080b0a;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .speaker {
    width: 90.64327485380116%;
    border-radius: 0.875em;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .speaker__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: start;
  padding-top: 1.777777777777778em;
  padding-right: 2.222222222222222em;
  padding-bottom: 1.777777777777778em;
  padding-left: 2.222222222222222em;

  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .speaker__inner {
    display: block;
    padding-top: 1.5em;
    padding-right: 1em;
    padding-bottom: 1.5em;
    padding-left: 1em;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .speaker__image {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  padding-top: 38.46153846153847%;
  width: 38.46153846153847%;
  border-radius: 100em;
}
.l-base .l-wrapper.l-article-page .c-section--content .speaker__image .c-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .speaker__image {
    margin-right: auto;
    margin-bottom: 1.25em;
    margin-left: auto;
    padding-top: 74.82014388489209%;
    width: 74.82014388489209%;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .speaker__text {
  width: 55.384615384615394%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .speaker__text {
    width: 100%;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .speaker__name {
  font-size: 134%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .speaker__name {
    font-size: 150%;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .speaker__title {
  margin-top: 0.333333333333333em;
  color: #776a46;
  font-size: 100%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .speaker__title {
    font-size: 100%;
  }
}
.l-base .l-wrapper.l-article-page .c-section--content .speaker__description {
  margin-top: 1em;
  font-size: 89%;
  line-height: 1.75;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--content .speaker__description {
    font-size: 88%;
  }
}
.l-base .l-wrapper.l-article-page .c-section--other .c-section__inner {
  padding-top: 7.174231332357247%;
  padding-bottom: 13.177159590043924%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--other .c-section__inner {
    padding-top: 25.641025641025642%;
    padding-bottom: 25.641025641025642%;
  }
}
.l-base .l-wrapper.l-article-page .c-section--other .title {
  margin-right: auto;
  margin-bottom: 3.555555555555555em;
  margin-left: auto;
  width: 6em;
}
@media screen and (min-width: 781px) {
  .l-base .l-wrapper.l-article-page .c-section--other .title {
    margin-bottom: 2.5em;
    width: 5.125em;
  }
}
.l-base .l-wrapper.l-article-page .c-section--other .list {
  margin-bottom: 13.177159590043924%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--other .list {
    margin-bottom: 29.239766081871345%;
  }
}
.l-base .l-wrapper.l-article-page .c-section--other .list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1.912045889101339%;
  margin-left: -1.912045889101339%;
  width: 103.82409177820269%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--other .list__items {
    display: block;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}
.l-base .l-wrapper.l-article-page .c-section--other .list__item {
  margin-right: 1.841620626151013%;
  margin-left: 1.841620626151013%;
  width: 30.783938814531545%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--other .list__item {
    margin-top: 3em;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .l-base .l-wrapper.l-article-page .c-section--other .list__item:first-child {
    margin-top: 0;
  }
}
.l-base .l-wrapper.l-article-page .c-section--other .item__inner {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}
.l-base .l-wrapper.l-article-page .c-section--other .item__image {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  margin-right: auto;
  margin-bottom: 1.333333333333333em;
  margin-left: auto;
  padding-top: 86.33540372670807%;
  width: 86.33540372670807%;
  border-radius: 4em;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--other .item__image {
    margin-bottom: 1.5em;
    padding-top: 81.28654970760235%;
    width: 81.28654970760235%;
    border-radius: 4.5em;
  }
}
.l-base .l-wrapper.l-article-page .c-section--other .item__category,
.l-base .l-wrapper.l-article-page .c-section--other .item__title {
  font-weight: 600;
}
.l-base .l-wrapper.l-article-page .c-section--other .item__category {
  margin-bottom: 0.666666666666667em;
  font-size: 89%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--other .item__category {
    margin-bottom: 0.75em;
    font-size: 100%;
  }
}
.l-base .l-wrapper.l-article-page .c-section--other .item__title {
  font-size: 112%;
  line-height: 1.6;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-article-page .c-section--other .item__title {
    font-size: 125%;
  }
}
.l-base .l-wrapper.l-article-page .c-section--other .category {
  display: inline-block;
  padding-top: 0.1875em;
  padding-right: 0.5em;
  padding-bottom: 0.125em;
  padding-left: 0.5em;
  border: 1px solid #a3883d;
  border-radius: 100em;
  color: #a3883d;
}
html.is-mouse .l-base .l-wrapper.l-top-page .c-section--articles .navigation__background {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
html.is-mouse .l-base .l-wrapper.l-top-page .c-section--articles .navigation__block {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
html.is-mouse .l-base .l-wrapper.l-top-page .c-section--articles .navigation__block .navigation__icon {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
html.is-mouse .l-base .l-wrapper.l-top-page .c-section--articles .navigation__block:hover {
  -webkit-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
}
html.is-mouse .l-base .l-wrapper.l-top-page .c-section--articles .navigation__block:hover .navigation__icon {
  -webkit-transform: translateY(0.888888888888889em);
  transform: translateY(0.888888888888889em);
}
html.is-mouse .l-base .l-wrapper.l-top-page .c-section--articles .navigation__block:hover + .navigation__background {
  -webkit-transform: translateY(-0.25em);
  transform: translateY(-0.25em);
}
html.is-mouse .l-base .l-wrapper.l-top-page .c-section--dialogues .button a {
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
html.is-mouse .l-base .l-wrapper.l-top-page .c-section--dialogues .button a:hover {
  background: transparent;
  color: #776a46;
}
html.is-mouse .l-base .l-wrapper.l-top-page .article-wrapper__link .icon,
html.is-mouse .l-base .l-wrapper.l-top-page .article-wrapper__link .text {
  -webkit-transition: margin 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out, color 0.3s ease-in-out;
}
html.is-mouse .l-base .l-wrapper.l-top-page .article-wrapper__link .icon--brackets::before,
html.is-mouse .l-base .l-wrapper.l-top-page .article-wrapper__link .text--brackets::before,
html.is-mouse .l-base .l-wrapper.l-top-page .article-wrapper__link .icon--brackets::after,
html.is-mouse .l-base .l-wrapper.l-top-page .article-wrapper__link .text--brackets::after {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
html.is-mouse .l-base .l-wrapper.l-top-page .article-wrapper__link:hover .icon,
html.is-mouse .l-base .l-wrapper.l-top-page .article-wrapper__link:hover .text {
  color: #a3883d;
}
html.is-mouse .l-base .l-wrapper.l-top-page .article-wrapper__link:hover .icon--brackets,
html.is-mouse .l-base .l-wrapper.l-top-page .article-wrapper__link:hover .text--brackets {
  color: #fff;
}
html.is-mouse .l-base .l-wrapper.l-top-page .article-wrapper__link:hover .icon--brackets::before,
html.is-mouse .l-base .l-wrapper.l-top-page .article-wrapper__link:hover .text--brackets::before,
html.is-mouse .l-base .l-wrapper.l-top-page .article-wrapper__link:hover .icon--brackets::after,
html.is-mouse .l-base .l-wrapper.l-top-page .article-wrapper__link:hover .text--brackets::after {
  background: #fff;
}
html.is-mouse .l-base .l-wrapper.l-top-page .article-wrapper__link:hover .icon {
  margin-bottom: -0.444444444444444em;
}
@media screen and (max-width: 780px) {
  html.is-mouse .l-base .l-wrapper.l-top-page .article-wrapper__link:hover .icon {
    margin-bottom: -0.5em;
  }
}
.l-base .l-wrapper.l-top-page .article-wrapper {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
.l-base .l-wrapper.l-top-page .article-wrapper__navigation {
  margin-right: auto;
  margin-bottom: 4.444444444444445em;
  margin-left: auto;
  width: 74.37774524158127%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .article-wrapper__navigation {
    margin-bottom: 2.25em;
    width: 87.6923076923077%;
  }
}
.l-base .l-wrapper.l-top-page .article-wrapper__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: start;

  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.l-base .l-wrapper.l-top-page .article-wrapper__item {
  width: 36.7112810707457%;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .article-wrapper__item {
    width: 43.859649122807014%;
  }
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .article-wrapper__item:nth-child(2) .article-wrapper__link .text--brackets {
    height: 2.625em;
    font-size: 200%;
  }
}
.l-base .l-wrapper.l-top-page .article-wrapper__link {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  padding-bottom: 2em;
  width: 100%;
  text-decoration: none;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .article-wrapper__link {
    padding-bottom: 2.25em;
  }
}
.l-base .l-wrapper.l-top-page .article-wrapper__link .text {
  display: block;
  color: #fff;
  letter-spacing: 0.08em;
  font-size: 200%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .article-wrapper__link .text {
    margin-right: -0.5em;
    margin-left: -0.5em;
    font-size: 125%;
  }
}
.l-base .l-wrapper.l-top-page .article-wrapper__link .text--brackets {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: 0;
  margin-left: 0;
  height: 1.433333333333333em;
  color: #a3883d;
  font-size: 334%;
  line-height: 1.1875;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .article-wrapper__link .text--brackets {
    height: 2.1em;
    font-size: 250%;
  }
}
.l-base .l-wrapper.l-top-page .article-wrapper__link .text--brackets::before,
.l-base .l-wrapper.l-top-page .article-wrapper__link .text--brackets::after {
  position: absolute;
  top: 0;
  display: block;
  width: 0.3em;
  height: 100%;
  background-color: #a3883d;
  content: '';

  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjExNyIgaGVpZ2h0PSI3My4xMjkiIHZpZXdCb3g9IjAgMCA5LjExNyA3My4xMjkiPiA8cGF0aCBpZD0i44OR44K5XzI3NTUiIGRhdGEtbmFtZT0i44OR44K5IDI3NTUiIGQ9Ik04LjI1LDcxLjc4cy0zLjMzMSwxLjEtNS41ODgtLjA2N0MuNTUzLDcwLjYyNC0uMTUsNjguMDI5LjQ2Myw2My40MjQsMi4wMiw1MS43ODYsMy4yNDcsNDYuMDIsMy4yNDcsMzYuMjVTMi4wMiwyMC43MTUuNDYzLDkuMDc2Yy0uNjE0LTQuNjA3LjA5LTcuMiwyLjItOC4yOTJDNC45MTktLjM3OSw4LjI1LjcxOCw4LjI1LjcxOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4yMzUgMC4zMTUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNhMzg4M2QiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjEiLz48L3N2Zz4=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjExNyIgaGVpZ2h0PSI3My4xMjkiIHZpZXdCb3g9IjAgMCA5LjExNyA3My4xMjkiPiA8cGF0aCBpZD0i44OR44K5XzI3NTUiIGRhdGEtbmFtZT0i44OR44K5IDI3NTUiIGQ9Ik04LjI1LDcxLjc4cy0zLjMzMSwxLjEtNS41ODgtLjA2N0MuNTUzLDcwLjYyNC0uMTUsNjguMDI5LjQ2Myw2My40MjQsMi4wMiw1MS43ODYsMy4yNDcsNDYuMDIsMy4yNDcsMzYuMjVTMi4wMiwyMC43MTUuNDYzLDkuMDc2Yy0uNjE0LTQuNjA3LjA5LTcuMiwyLjItOC4yOTJDNC45MTktLjM3OSw4LjI1LjcxOCw4LjI1LjcxOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4yMzUgMC4zMTUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNhMzg4M2QiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjEiLz48L3N2Zz4=");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.l-base .l-wrapper.l-top-page .article-wrapper__link .text--brackets::before {
  left: 0;
}
.l-base .l-wrapper.l-top-page .article-wrapper__link .text--brackets::after {
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.l-base .l-wrapper.l-top-page .article-wrapper__link .icon {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 67%;
}
.l-base .l-wrapper.l-top-page .sections {
  position: relative;
  top: 0;
  left: 0;
}
.l-base .l-wrapper.l-top-page .sections--visual .video::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
  opacity: 0.56;
}
.l-base .l-wrapper.l-top-page .sections--background {
  z-index: 2;
}
.l-base .l-wrapper.l-top-page .sections--background::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(6.175187381138829%, #324a3b), color-stop(11.321176865421188%, #1a261f), color-stop(13.558563597717864%, #1a261f), color-stop(19.68900324421076%, #080b0a), color-stop(87.92929857925944%, #080b0a), to(#324a3b));
  background: linear-gradient(rgba(0,0,0,0) 0%, #324a3b 6.175187381138829%, #1a261f 11.321176865421188%, #1a261f 13.558563597717864%, #080b0a 19.68900324421076%, #080b0a 87.92929857925944%, #324a3b 100%);
  content: '';
}
.l-base .l-wrapper.l-top-page .c-section--hero,
.l-base .l-wrapper.l-top-page .c-section--result {
  min-height: 600px;
  height: var(--height);
}
.l-base .l-wrapper.l-top-page .c-section--statement {
  min-height: var(--height);
  height: auto;
}
.l-base .l-wrapper.l-top-page .c-section--hero,
.l-base .l-wrapper.l-top-page .c-section--result {
  z-index: 2;
}
.l-base .l-wrapper.l-top-page .c-section--hero .video {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.l-base .l-wrapper.l-top-page .c-section--hero .video video {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.l-base .l-wrapper.l-top-page .c-section--hero .video::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/dot_1.png");
  background-size: 21.666666666666668em 100%;
  background-repeat: repeat;
  content: '';
}
.l-base .l-wrapper.l-top-page .c-section--hero .play {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin-bottom: 1.756954612005857%;
  margin-left: 1.756954612005857%;
}
.l-base .l-wrapper.l-top-page .c-section--hero .play .c-button__inner {
  position: relative;
  top: 0;
  left: 0;
}
.l-base .l-wrapper.l-top-page .c-section--hero .play .c-button__inner .c-icon-play2 {
  margin-left: -1em;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--hero .play {
    margin-bottom: 4.102564102564103%;
    margin-left: 4.102564102564103%;
    font-size: 113%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--hero .scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  padding-bottom: 40px;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--hero .scroll {
    padding-bottom: 12.820512820512821%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--hero .scroll__label {
  margin-bottom: 16px;
  color: #fff;
  letter-spacing: 0.08em;
  font-size: 78%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--hero .scroll__label {
    margin-bottom: 1.142857142857143em;
    font-size: 88%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--hero .scroll__line {
  padding-top: 40px;
  width: 1px;
  background: #fff;
  -webkit-animation: scrollBtn 1.8s linear 0s infinite;
  animation: scrollBtn 1.8s linear 0s infinite;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--hero .scroll__line {
    padding-top: 2.5em;
  }
}
.l-base .l-wrapper.l-top-page .c-section--statement .c-section__inner {
  padding-top: 16.691068814055637%;
  padding-bottom: 16.617862371888727%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--statement .c-section__inner {
    padding-top: 88.71794871794872%;
    padding-bottom: 64.35897435897436%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--statement .statement__image {
  margin-right: auto;
  margin-left: auto;
  width: 30.401529636711285%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--statement .statement__image {
    width: 81.28654970760235%;
  }
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--pickup .c-section__inner {
    padding-right: 8.205128205128206%;
    padding-left: 8.205128205128206%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--pickup .title {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-bottom: 1.052631578947368em;
  color: #a3883d;
  letter-spacing: 0.08em;
  font-size: 212%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--pickup .title {
    margin-bottom: 1.052631578947368em;
    font-size: 238%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--pickup .title::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-left: -1em;
  width: 0.421052631578947em;
  height: 1px;
  background: #a3883d;
  content: '';
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--pickup .title::before {
    margin-left: -0.842105263157895em;
  }
}
.l-base .l-wrapper.l-top-page .c-section--pickup .list {
  margin-left: -3.059273422562141%;
  width: 106.11854684512427%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--pickup .list {
    margin-left: -4.093567251461988%;
    width: 114.03508771929823%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--pickup .list__item {
  width: 28.38589981447124%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--pickup .list__item {
    width: 26.548672566371682%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--pickup .item {
  padding-right: 1.777777777777778em;
  padding-left: 1.777777777777778em;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--pickup .item {
    padding-right: 0.875em;
    padding-left: 0.875em;
  }
}
.l-base .l-wrapper.l-top-page .c-section--pickup .item__inner {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}
.l-base .l-wrapper.l-top-page .c-section--pickup .item__image {
  overflow: hidden;
  margin-bottom: 0.888888888888889em;
  border-radius: 3.333333333333333em;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--pickup .item__image {
    margin-bottom: 1em;
    border-radius: 2.5em;
  }
}
.l-base .l-wrapper.l-top-page .c-section--pickup .item__category,
.l-base .l-wrapper.l-top-page .c-section--pickup .item__title {
  margin-bottom: 0.666666666666667em;
  font-weight: 600;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--pickup .item__category,
  .l-base .l-wrapper.l-top-page .c-section--pickup .item__title {
    margin-bottom: 0.75em;
  }
}
.l-base .l-wrapper.l-top-page .c-section--pickup .item__category,
.l-base .l-wrapper.l-top-page .c-section--pickup .item__published-at {
  font-size: 89%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--pickup .item__category,
  .l-base .l-wrapper.l-top-page .c-section--pickup .item__published-at {
    font-size: 100%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--pickup .item__title {
  font-size: 123%;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--pickup .item__title {
    font-size: 125%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--pickup .category {
  display: inline-block;
  padding-top: 0.3125em;
  padding-right: 0.5em;
  padding-bottom: 0.25em;
  padding-left: 0.5em;
  border: 1px solid #a3883d;
  border-radius: 100em;
  color: #a3883d;
}
.l-base .l-wrapper.l-top-page .c-section--articles .c-section__inner,
.l-base .l-wrapper.l-top-page .c-section--dialogues .c-section__inner {
  padding-top: 5.856515373352855%;
  padding-bottom: 0;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--articles .c-section__inner,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .c-section__inner {
    padding-top: 20.51282051282051%;
    padding-bottom: 0;
  }
}
.l-base .l-wrapper.l-top-page .c-section--articles .title,
.l-base .l-wrapper.l-top-page .c-section--dialogues .title {
  margin-bottom: 3.055555555555555em;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--articles .title,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .title {
    margin-bottom: 1.5em;
  }
}
.l-base .l-wrapper.l-top-page .c-section--articles .title__main,
.l-base .l-wrapper.l-top-page .c-section--dialogues .title__main {
  margin-right: -0.5em;
  margin-left: -0.5em;
  font-weight: 500;
  font-size: 400%;
  line-height: 1.333333333333333;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--articles .title__main,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .title__main {
    font-size: 325%;
    line-height: 1.230769230769231;
  }
}
.l-base .l-wrapper.l-top-page .c-section--articles .title__sub,
.l-base .l-wrapper.l-top-page .c-section--dialogues .title__sub {
  margin-top: 1.333333333333333em;
  font-weight: 400;
  font-size: 100%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--articles .title title__sub line-height (28 / 18),
  .l-base .l-wrapper.l-top-page .c-section--dialogues .title title__sub line-height (28 / 18) {
    margin-top: 1.142857142857143em;
    font-size: 88%;
    line-height: 1.714285714285714;
  }
}
.l-base .l-wrapper.l-top-page .c-section--articles .navigation,
.l-base .l-wrapper.l-top-page .c-section--dialogues .navigation {
  margin-bottom: 3.824091778202677%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--articles .navigation,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .navigation {
    margin-bottom: 7.017543859649122%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--articles .navigation a,
.l-base .l-wrapper.l-top-page .c-section--dialogues .navigation a {
  color: #fff;
  text-decoration: none;
}
.l-base .l-wrapper.l-top-page .c-section--articles .navigation__items,
.l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__items {
  position: relative;
  top: 0;
  left: 0;
  padding-top: 34.1300191204589%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--articles .navigation__items,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__items {
    padding-top: 131.28654970760232%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--articles .navigation__item,
.l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__item {
  position: absolute;
  top: 0;
  padding-top: 19.88527724665392%;
  width: 20.45889101338432%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--articles .navigation__item,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__item {
    padding-top: 45.614035087719294%;
    width: 46.78362573099415%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--articles .navigation__item:nth-child(1) .navigation__background,
.l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__item:nth-child(1) .navigation__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/top/articles/nav_bg_1.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
}
.l-base .l-wrapper.l-top-page .c-section--articles .navigation__item:nth-child(2) .navigation__background,
.l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__item:nth-child(2) .navigation__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/top/articles/nav_bg_2.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
}
.l-base .l-wrapper.l-top-page .c-section--articles .navigation__item:nth-child(3) .navigation__background,
.l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__item:nth-child(3) .navigation__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/top/articles/nav_bg_3.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
}
.l-base .l-wrapper.l-top-page .c-section--articles .navigation__item:nth-child(4) .navigation__background,
.l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__item:nth-child(4) .navigation__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/top/articles/nav_bg_4.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
}
.l-base .l-wrapper.l-top-page .c-section--articles .navigation__item:nth-child(5) .navigation__background,
.l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__item:nth-child(5) .navigation__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/top/articles/nav_bg_5.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
}
@media screen and (min-width: 781px) {
  .l-base .l-wrapper.l-top-page .c-section--articles .navigation__item:nth-child(1),
  .l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__item:nth-child(1) {
    left: 0;
  }
  .l-base .l-wrapper.l-top-page .c-section--articles .navigation__item:nth-child(1) .navigation__block,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__item:nth-child(1) .navigation__block {
    margin-top: 0.4em;
  }
  .l-base .l-wrapper.l-top-page .c-section--articles .navigation__item:nth-child(2),
  .l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__item:nth-child(2) {
    left: 0;
    margin-top: 14.244741873804973%;
    margin-left: 16.061185468451242%;
  }
  .l-base .l-wrapper.l-top-page .c-section--articles .navigation__item:nth-child(2) br:nth-child(2),
  .l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__item:nth-child(2) br:nth-child(2) {
    display: none;
  }
  .l-base .l-wrapper.l-top-page .c-section--articles .navigation__item:nth-child(2) .navigation__block,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__item:nth-child(2) .navigation__block {
    margin-top: 0.3em;
    margin-left: 0.3em;
  }
  .l-base .l-wrapper.l-top-page .c-section--articles .navigation__item:nth-child(3),
  .l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__item:nth-child(3) {
    left: 0;
    margin-top: 0.956022944550669%;
    margin-left: 36.615678776290636%;
  }
  .l-base .l-wrapper.l-top-page .c-section--articles .navigation__item:nth-child(3) br:nth-child(1),
  .l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__item:nth-child(3) br:nth-child(1) {
    display: none;
  }
  .l-base .l-wrapper.l-top-page .c-section--articles .navigation__item:nth-child(3) .navigation__block,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__item:nth-child(3) .navigation__block {
    margin-top: 1.3em;
    margin-left: 0.6em;
  }
  .l-base .l-wrapper.l-top-page .c-section--articles .navigation__item:nth-child(4),
  .l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__item:nth-child(4) {
    left: 0;
    margin-top: 8.604206500956023%;
    margin-left: 59.8470363288719%;
  }
  .l-base .l-wrapper.l-top-page .c-section--articles .navigation__item:nth-child(4) .navigation__block,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__item:nth-child(4) .navigation__block {
    margin-top: -0.5em;
  }
  .l-base .l-wrapper.l-top-page .c-section--articles .navigation__item:nth-child(5),
  .l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__item:nth-child(5) {
    right: 0;
    left: auto;
    margin-top: 12.619502868068832%;
  }
  .l-base .l-wrapper.l-top-page .c-section--articles .navigation__item:nth-child(5) .navigation__block,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__item:nth-child(5) .navigation__block {
    margin-top: 0.7em;
    margin-left: 0.2em;
  }
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--articles .navigation__item:nth-child(1),
  .l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__item:nth-child(1) {
    left: 0;
  }
  .l-base .l-wrapper.l-top-page .c-section--articles .navigation__item:nth-child(1) .navigation__block,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__item:nth-child(1) .navigation__block {
    margin-top: 0.4em;
  }
  .l-base .l-wrapper.l-top-page .c-section--articles .navigation__item:nth-child(2),
  .l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__item:nth-child(2) {
    right: 0;
    margin-top: 4.970760233918129%;
  }
  .l-base .l-wrapper.l-top-page .c-section--articles .navigation__item:nth-child(2) br:nth-child(1),
  .l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__item:nth-child(2) br:nth-child(1) {
    display: none;
  }
  .l-base .l-wrapper.l-top-page .c-section--articles .navigation__item:nth-child(2) .navigation__block,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__item:nth-child(2) .navigation__block {
    margin-top: 0.3em;
    margin-left: 0.3em;
  }
  .l-base .l-wrapper.l-top-page .c-section--articles .navigation__item:nth-child(3),
  .l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__item:nth-child(3) {
    left: 0;
    margin-top: 33.91812865497076%;
    margin-left: 16.95906432748538%;
  }
  .l-base .l-wrapper.l-top-page .c-section--articles .navigation__item:nth-child(3) br:nth-child(2),
  .l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__item:nth-child(3) br:nth-child(2) {
    display: none;
  }
  .l-base .l-wrapper.l-top-page .c-section--articles .navigation__item:nth-child(3) .navigation__block,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__item:nth-child(3) .navigation__block {
    margin-top: 1.3em;
    margin-left: 0.6em;
  }
  .l-base .l-wrapper.l-top-page .c-section--articles .navigation__item:nth-child(4),
  .l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__item:nth-child(4) {
    left: 0;
    margin-top: 81.28654970760235%;
    margin-left: 4.093567251461988%;
  }
  .l-base .l-wrapper.l-top-page .c-section--articles .navigation__item:nth-child(4) .navigation__block,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__item:nth-child(4) .navigation__block {
    margin-top: -0.5em;
  }
  .l-base .l-wrapper.l-top-page .c-section--articles .navigation__item:nth-child(5),
  .l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__item:nth-child(5) {
    top: auto;
    bottom: 0;
    left: auto;
    margin-left: 47.368421052631575%;
  }
  .l-base .l-wrapper.l-top-page .c-section--articles .navigation__item:nth-child(5) .navigation__block,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__item:nth-child(5) .navigation__block {
    margin-top: 0.7em;
    margin-left: 0.2em;
  }
}
.l-base .l-wrapper.l-top-page .c-section--articles .navigation__block,
.l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__block {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.l-base .l-wrapper.l-top-page .c-section--articles .navigation__label,
.l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__label,
.l-base .l-wrapper.l-top-page .c-section--articles .navigation__icon,
.l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__icon {
  display: block;
  text-align: center;
}
.l-base .l-wrapper.l-top-page .c-section--articles .navigation__label,
.l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__label {
  margin-bottom: 0.727272727272727em;
  font-weight: 600;
  font-size: 123%;
  line-height: 1.454545454545455;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--articles .navigation__label,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__label {
    margin-bottom: 0.888888888888889em;
    font-size: 100%;
    line-height: 1.555555555555556;
  }
}
.l-base .l-wrapper.l-top-page .c-section--articles .navigation__icon,
.l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__icon {
  margin-left: 1.5em;
  font-size: 50%;
  line-height: 0;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--articles .navigation__icon,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .navigation__icon {
    margin-left: 1em;
    font-size: 57%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--articles .category,
.l-base .l-wrapper.l-top-page .c-section--dialogues .category {
  clear: both;
  overflow: hidden;
  padding-top: 3.888888888888889em;
  padding-bottom: 3.888888888888889em;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--articles .category,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .category {
    padding-top: 3.75em;
    padding-bottom: 3.125em;
  }
}
.l-base .l-wrapper.l-top-page .c-section--articles .category__title,
.l-base .l-wrapper.l-top-page .c-section--dialogues .category__title {
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 3.555555555555555em;
}
.l-base .l-wrapper.l-top-page .c-section--articles .category__title img,
.l-base .l-wrapper.l-top-page .c-section--dialogues .category__title img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--articles .category__title,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .category__title {
    padding-bottom: 2.5em;
  }
}
.l-base .l-wrapper.l-top-page .c-section--articles .category--relaxed .category__title,
.l-base .l-wrapper.l-top-page .c-section--dialogues .category--relaxed .category__title {
  padding-bottom: 33.652007648183556%;
  width: 10.611854684512428%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--articles .category--relaxed .category__title,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .category--relaxed .category__title {
    margin-left: 14.035087719298243%;
    padding-bottom: 92.69005847953217%;
    width: 31.28654970760234%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--articles .category--adjust .category__title,
.l-base .l-wrapper.l-top-page .c-section--dialogues .category--adjust .category__title {
  padding-bottom: 39.38814531548757%;
  width: 11.759082217973232%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--articles .category--adjust .category__title,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .category--adjust .category__title {
    margin-right: 14.327485380116958%;
    padding-bottom: 100.29239766081872%;
    width: 31.28654970760234%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--articles .category--active .category__title,
.l-base .l-wrapper.l-top-page .c-section--dialogues .category--active .category__title {
  padding-bottom: 37.95411089866157%;
  width: 11.47227533460803%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--articles .category--active .category__title,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .category--active .category__title {
    margin-left: 14.035087719298243%;
    padding-bottom: 93.5672514619883%;
    width: 29.532163742690063%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--articles .category--enjoy .category__title,
.l-base .l-wrapper.l-top-page .c-section--dialogues .category--enjoy .category__title {
  padding-bottom: 39.38814531548757%;
  width: 13.193116634799235%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--articles .category--enjoy .category__title,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .category--enjoy .category__title {
    margin-right: 13.74269005847953%;
    padding-bottom: 85.38011695906432%;
    width: 29.239766081871345%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--articles .category--access .category__title,
.l-base .l-wrapper.l-top-page .c-section--dialogues .category--access .category__title {
  padding-bottom: 28.489483747609945%;
  width: 5.353728489483748%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--articles .category--access .category__title,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .category--access .category__title {
    margin-left: 23.391812865497077%;
    padding-bottom: 73.9766081871345%;
    width: 14.912280701754387%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--articles .category--thoughts .category__title,
.l-base .l-wrapper.l-top-page .c-section--dialogues .category--thoughts .category__title {
  padding-bottom: 37.95411089866157%;
  width: 10.994263862332696%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--articles .category--thoughts .category__title,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .category--thoughts .category__title {
    margin-left: 65.78947368421053%;
    padding-bottom: 85.38011695906432%;
    width: 25.438596491228072%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--articles .category__item,
.l-base .l-wrapper.l-top-page .c-section--dialogues .category__item {
  float: left;
  margin-left: 8.221797323135757%;
  width: 45.88910133843212%;
}
@media screen and (min-width: 781px) {
  .l-base .l-wrapper.l-top-page .c-section--articles .category__item:nth-child(2n+1),
  .l-base .l-wrapper.l-top-page .c-section--dialogues .category__item:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  .l-base .l-wrapper.l-top-page .c-section--articles .category__item:nth-child(n+3),
  .l-base .l-wrapper.l-top-page .c-section--dialogues .category__item:nth-child(n+3) {
    margin-top: 8.221797323135757%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--articles .category__item--empty,
.l-base .l-wrapper.l-top-page .c-section--dialogues .category__item--empty {
  float: none;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--articles .category__item,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .category__item {
    float: none;
    margin-top: 14.035087719298243%;
    margin-left: 0;
    width: 100%;
  }
  .l-base .l-wrapper.l-top-page .c-section--articles .category__item:first-child,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .category__item:first-child {
    margin-top: 0;
  }
}
.l-base .l-wrapper.l-top-page .c-section--articles .item__inner,
.l-base .l-wrapper.l-top-page .c-section--dialogues .item__inner {
  display: block;
  color: #fff;
  text-decoration: none;
}
.l-base .l-wrapper.l-top-page .c-section--articles .item__image,
.l-base .l-wrapper.l-top-page .c-section--dialogues .item__image {
  overflow: hidden;
  margin-right: auto;
  margin-bottom: 1.777777777777778em;
  margin-left: auto;
  padding-top: 83.33333333333334%;
  width: 83.33333333333334%;
  border-radius: 6em;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--articles .item__image,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .item__image {
    margin-bottom: 1.5em;
    padding-top: 81.28654970760235%;
    width: 81.28654970760235%;
    border-radius: 4.5em;
  }
}
.l-base .l-wrapper.l-top-page .c-section--articles .item__title,
.l-base .l-wrapper.l-top-page .c-section--dialogues .item__title {
  margin-bottom: 1em;
  font-weight: 600;
  font-size: 134%;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--articles .item__title,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .item__title {
    margin-bottom: 0.8em;
    font-size: 125%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--articles .item__published-at,
.l-base .l-wrapper.l-top-page .c-section--dialogues .item__published-at {
  font-size: 89%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--articles .item__published-at,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .item__published-at {
    font-size: 100%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--dialogues {
  position: relative;
  top: 0;
  left: 0;
  padding-top: 9.444444444444445em;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--dialogues {
    padding-top: 6.875em;
  }
}
.l-base .l-wrapper.l-top-page .c-section--dialogues .c-section__inner {
  padding-top: 5.856515373352855%;
  padding-bottom: 0.732064421669107%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--dialogues .c-section__inner {
    padding-top: 14.35897435897436%;
    padding-bottom: 7.692307692307693%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--dialogues .title {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 5.333333333333333em;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--dialogues .title {
    margin-bottom: 2.5em;
  }
  .l-base .l-wrapper.l-top-page .c-section--dialogues .title__main {
    font-size: 288%;
  }
  .l-base .l-wrapper.l-top-page .c-section--dialogues .title__sub {
    font-size: 88%;
    line-height: 1.714285714285714;
  }
}
.l-base .l-wrapper.l-top-page .c-section--dialogues .keyvisual {
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--dialogues .keyvisual {
    margin-bottom: 2.5em;
    padding-bottom: 6em;
  }
}
.l-base .l-wrapper.l-top-page .c-section--dialogues .button {
  position: absolute;
  bottom: 9%;
  left: 11.71303074670571%;
  width: 29.282576866764277%;
  line-height: 0;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--dialogues .button {
    bottom: 0;
    left: 50%;
    width: 16.25em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.l-base .l-wrapper.l-top-page .c-section--dialogues .button__text,
.l-base .l-wrapper.l-top-page .c-section--dialogues .button__icon {
  display: inline-block;
  text-shadow: 0px 0px 0.444444444444444em rgba(0,0,0,0.4);
  font-size: 100%;
  line-height: 1.222222222222222;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--dialogues .button__text,
  .l-base .l-wrapper.l-top-page .c-section--dialogues .button__icon {
    text-shadow: 0px 0px 0.571428571428571em rgba(0,0,0,0.4);
    font-size: 88%;
    line-height: 1.571428571428571;
  }
}
.l-base .l-wrapper.l-top-page .c-section--dialogues .button__icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 1.777777777777778em;
  font-size: 50%;
  line-height: 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.l-base .l-wrapper.l-top-page .c-section--dialogues .button a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0.555555555555556em;
  padding-right: 2.777777777777778em;
  padding-bottom: 0.555555555555556em;
  padding-left: 2.777777777777778em;
  width: 100%;
  border: 1px solid #776a46;
  background: #776a46;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--dialogues .button a {
    padding-top: 0.5em;
    padding-right: 3.125em;
    padding-bottom: 0.5em;
    padding-left: 3.125em;
  }
}
.l-base .l-wrapper.l-top-page .c-section--dialogues .activity {
  margin-bottom: 8.221797323135757%;
  padding-top: 5.353728489483748%;
  padding-right: 6.500956022944552%;
  padding-bottom: 6.118546845124283%;
  padding-left: 6.500956022944552%;
  border-radius: 5.777777777777778em;
  background: rgba(255,255,255,0.02);
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--dialogues .activity {
    margin-bottom: 14.619883040935672%;
    padding-top: 14.035087719298243%;
    padding-right: 9.35672514619883%;
    padding-bottom: 14.035087719298243%;
    padding-left: 9.35672514619883%;
    border-radius: 4.5em;
    background: rgba(255,255,255,0.08);
  }
}
.l-base .l-wrapper.l-top-page .c-section--dialogues .activity__title {
  margin-right: -0.5em;
  margin-bottom: 1.666666666666667em;
  margin-left: -0.5em;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 134%;
  line-height: 1.416666666666667;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--dialogues .activity__title {
    font-size: 150%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--dialogues .activity__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: start;

  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--dialogues .activity__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l-base .l-wrapper.l-top-page .c-section--dialogues .activity__item {
  width: 20.76923076923077%;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--dialogues .activity__item {
    margin-top: 10.071942446043165%;
    width: 45.32374100719424%;
  }
  .l-base .l-wrapper.l-top-page .c-section--dialogues .activity__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
.l-base .l-wrapper.l-top-page .c-section--dialogues .activity__image {
  -webkit-filter: drop-shadow(0px 0px 0.888888888888889em rgba(0,0,0,0.4));
  filter: drop-shadow(0px 0px 0.888888888888889em rgba(0,0,0,0.4));
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--dialogues .activity__image {
    -webkit-filter: drop-shadow(0px 0px 1em rgba(0,0,0,0.4));
    filter: drop-shadow(0px 0px 1em rgba(0,0,0,0.4));
  }
}
.l-base .l-wrapper.l-top-page .c-section--dialogues .activity__name {
  margin-top: 1.111111111111111em;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 112%;
  line-height: 1.6;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--dialogues .activity__name {
    margin-top: 0.8125em;
    font-size: 100%;
    line-height: 1.5;
  }
}
.l-base .l-wrapper.l-top-page .c-section--map .c-section__inner {
  padding-top: 16.105417276720353%;
  padding-bottom: 8.784773060029284%;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--map .c-section__inner {
    padding-top: 56.41025641025641%;
    padding-bottom: 20.51282051282051%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--map .title {
  margin-bottom: 8.333333333333334em;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--map .title {
    margin-bottom: 2.5em;
  }
}
.l-base .l-wrapper.l-top-page .c-section--map .title__icon {
  display: inline-block;
  margin-bottom: 0.285714285714286em;
  font-size: 312%;
  line-height: 0;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--map .title__icon {
    margin-bottom: 0.4em;
    font-size: 250%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--map .title__main {
  font-weight: 500;
  font-size: 267%;
  line-height: 1.142857142857143;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--map .title__main {
    font-size: 200%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--map .title__sub {
  margin-top: 1em;
  font-weight: 600;
  font-size: 89%;
  line-height: 1.555555555555556;
}
@media screen and (max-width: 780px) {
  .l-base .l-wrapper.l-top-page .c-section--map .title__sub {
    margin-top: 1.142857142857143em;
    font-size: 88%;
  }
}
@-webkit-keyframes scrollBtn {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  21% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  50%, 100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@keyframes scrollBtn {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  21% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  50%, 100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
